/* =========================================================
   Studio di Psicologia Genovese — Design System
   Palette: salvia / crema · Tipografia: Cormorant + Inter
   ========================================================= */

:root {
	--sage:        #6f8f7d;
	--sage-dark:   #4a6357;
	--sage-deep:   #33473d;
	--sage-soft:   #e8eee9;
	--sage-tint:   #f1f5f2;
	--cream:       #f8f6f1;
	--cream-dark:  #efece3;
	--ink:         #2c352f;
	--body:        #414a44;
	--muted:       #6d766f;
	--line:        #e2ddd2;
	--white:       #ffffff;
	--gold:        #c2a878;

	--radius:      14px;
	--radius-sm:   8px;
	--shadow:      0 10px 40px -12px rgba(51, 71, 61, 0.18);
	--shadow-sm:   0 4px 18px -8px rgba(51, 71, 61, 0.20);
	--maxw:        1160px;
	--font-serif:  'Cormorant Garamond', Georgia, 'Times New Roman', serif;
	--font-sans:   'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	--ease:        cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
	margin: 0;
	font-family: var(--font-sans);
	font-size: 17px;
	line-height: 1.75;
	color: var(--body);
	background: var(--white);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--sage-dark); text-decoration: none; transition: color .25s var(--ease); }
a:hover { color: var(--sage-deep); }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-serif);
	color: var(--ink);
	font-weight: 600;
	line-height: 1.18;
	margin: 0 0 .5em;
	letter-spacing: .2px;
}
h1 { font-size: clamp(30px, 5vw, 40px); }
h2 { font-size: clamp(24px, 3.6vw, 31px); }
h3 { font-size: clamp(19px, 2.2vw, 23px); }
h4 { font-size: 19px; }
p  { margin: 0 0 1.1em; }

::selection { background: var(--sage); color: #fff; }

/* ---------- Layout helpers (compatibili con markup esistente) ---------- */
.container, .container-fluid {
	width: 100%;
	max-width: var(--maxw);
	margin-left: auto;
	margin-right: auto;
	padding-left: 22px;
	padding-right: 22px;
}
.container-fluid { max-width: 1320px; }

.section_padding_top_30 { padding-top: 40px; }
.section_padding_top_40 { padding-top: 52px; }
.section_padding_top_75, .section_padding_top_130 { padding-top: 90px; }
.section_padding_bottom_30 { padding-bottom: 40px; }
.section_padding_bottom_75 { padding-bottom: 90px; }
.section_padding_bottom_100 { padding-bottom: 100px; }
.section_padding_bottom_130 { padding-bottom: 100px; }
.section_padding_25 { padding-top: 26px; padding-bottom: 26px; }
.section_padding_50 { padding: 56px 0; }

@media (max-width: 767px) {
	.section_padding_top_75, .section_padding_top_130 { padding-top: 56px; }
	.section_padding_bottom_75, .section_padding_bottom_100, .section_padding_bottom_130 { padding-bottom: 56px; }
}

/* Section backgrounds */
.ls { background: var(--white); color: var(--body); }
.ls.ms { background: var(--cream); }
.cs { background: var(--sage); color: #fff; }
.cs h1, .cs h2, .cs h3, .cs h4 { color: #fff; }
.ds { background: var(--sage-deep); color: #d8e0da; }
.ds h1, .ds h2, .ds h3, .ds h4 { color: #fff; }
.texture_bg { background: var(--sage-tint); }

/* ---------- Buttons ---------- */
.theme_button,
button.theme_button,
a.theme_button {
	display: inline-block;
	font-family: var(--font-sans);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #fff;
	background: var(--sage-dark);
	border: 1.5px solid var(--sage-dark);
	padding: 15px 34px;
	border-radius: 40px;
	cursor: pointer;
	transition: all .28s var(--ease);
	line-height: 1.2;
	text-align: center;
}
.theme_button:hover,
a.theme_button:hover {
	background: var(--sage-deep);
	border-color: var(--sage-deep);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: var(--shadow-sm);
}
.theme_button.color1 { background: var(--sage-dark); border-color: var(--sage-dark); }
.theme_button.color1:hover { background: var(--sage-deep); border-color: var(--sage-deep); }
.theme_button.inverse,
.cs .theme_button {
	background: #fff; color: var(--sage-dark); border-color: #fff;
}
.cs .theme_button:hover { background: transparent; color: #fff; border-color: #fff; }
.btn-outline {
	background: transparent; color: var(--sage-dark); border-color: var(--sage);
}
.btn-outline:hover { background: var(--sage-dark); color: #fff; }

/* ---------- Section headers ---------- */
.section_header {
	position: relative;
	margin-bottom: .7em;
	text-align: center;
}
.section_header.with_icon::after,
.text-center .section_header::after {
	content: '';
	display: block;
	width: 54px;
	height: 3px;
	border-radius: 3px;
	background: var(--sage);
	margin: 18px auto 0;
}
.highlight { color: var(--sage-dark); }
.cs .highlight { color: #fff; }
.grey, .lightgrey { color: #55605a; }
.small-text { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.fontsize_18 { font-size: 18px; }
.fontsize_20 { font-size: 20px; }
.fontsize_16 { font-size: 16px; }

/* ---------- Dividers ---------- */
.divider_30_1, hr.divider_30_1 {
	border: 0;
	height: 1px;
	background: var(--line);
	margin: 26px 0;
}
.dividerdisorder { max-width: 70px; height: 3px; background: var(--sage); border-radius: 3px; margin: 14px 0 26px; }

/* ---------- Cards / teasers ---------- */
.teaser {
	padding: 34px 24px;
	border-radius: var(--radius);
	transition: transform .3s var(--ease), box-shadow .3s var(--ease);
	height: 100%;
}
.teaser.with_background {
	background: var(--cream);
	border: 1px solid var(--line);
}
.teaser.with_background:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow);
	background: #fff;
}
.teaser_icon {
	color: var(--sage);
	font-size: 40px;
	margin-bottom: 14px;
	display: inline-block;
}
.teaser_icon.size_normal { font-size: 44px; }
.teaser_icon.size_small { font-size: 32px; }
.teaser h3, .teaser h4 { margin-bottom: .3em; }
.teaser.with_background a,
a .teaser h3 { color: var(--ink); }

.with_shadow { box-shadow: var(--shadow); }
.with_padding { padding: 30px; }
.with_border { border: 1px solid var(--line); }

/* generic card wrapper used in articles/services */
.vertical-item {
	background: #fff;
	border-radius: var(--radius);
	overflow: hidden;
	transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.vertical-item.with_shadow:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.vertical-item .item-media img { width: 100%; object-fit: cover; }
.content-padding { padding: 28px 26px; }

/* ---------- Lists ---------- */
.list2 { list-style: none; padding: 0; margin: 0 0 1em; }
.list2 li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 12px;
}
.list2 li::before {
	content: '';
	position: absolute;
	left: 0; top: 11px;
	width: 8px; height: 8px;
	border-radius: 50%;
	background: var(--sage);
}
.list2.grey li::before { background: var(--sage); }

/* ---------- Breadcrumbs / page header ---------- */
.page_breadcrumbs {
	background: linear-gradient(135deg, var(--sage) 0%, var(--sage-dark) 100%);
	color: #fff;
	padding: 54px 0;
	text-align: center;
}
.page_breadcrumbs h1, .page_breadcrumbs h2 { color: #fff; margin: 0; }
.page_breadcrumbs .small { font-size: clamp(26px, 3.6vw, 34px); }
.breadcrumb { background: transparent; padding: 8px 0 0; margin: 0; color: rgba(255,255,255,.85); }
.breadcrumb a { color: rgba(255,255,255,.85); }
.breadcrumb a:hover { color: #fff; }

/* ---------- Progress bars (service pages) ---------- */
.progress {
	height: 8px;
	background: var(--sage-soft);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: none;
}
.progress-bar {
	background: var(--sage);
	height: 100%;
}

/* ---------- FAQ accordion (Bootstrap panels + native details) ---------- */
.panel-group { margin-bottom: 0; }
.panel, .panel-default {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius-sm) !important;
	margin-bottom: 14px;
	box-shadow: none;
	overflow: hidden;
}
.panel-heading { background: #fff; padding: 0; border: 0; }
.panel-title { font-size: 18px; margin: 0; }
.panel-title > a {
	display: block;
	padding: 20px 26px;
	color: var(--ink);
	position: relative;
	font-family: var(--font-serif);
	font-weight: 600;
}
.panel-title > a::after {
	content: '+';
	position: absolute;
	right: 24px; top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	color: var(--sage);
	font-family: var(--font-sans);
}
.panel-title > a.collapsed::after { content: '+'; }
.panel-title > a:not(.collapsed)::after { content: '\2013'; }
.panel-body {
	padding: 4px 26px 24px;
	border: 0 !important;
	color: var(--body);
}
.z-font-size-faq { font-size: 17px; }

/* ---------- Forms ---------- */
.form-control {
	border: 1.5px solid var(--line);
	border-radius: var(--radius-sm);
	padding: 12px 16px;
	font-size: 16px;
	color: var(--ink);
	background: #fff;
	box-shadow: none;
	transition: border-color .25s var(--ease);
	height: auto;
	width: 100%;
}
.form-control:focus {
	border-color: var(--sage);
	outline: none;
	box-shadow: 0 0 0 3px rgba(111,143,125,.15);
}
.form-group { margin-bottom: 18px; }

/* ---------- Social icons ---------- */
.social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px; height: 42px;
	border-radius: 50%;
	background: var(--sage-soft);
	color: var(--sage-dark);
	margin: 0 4px;
	font-size: 16px;
	transition: all .25s var(--ease);
}
.social-icon:hover { background: var(--sage-dark); color: #fff; transform: translateY(-2px); }
.social-icon::before { font-family: 'FontAwesome', 'rt-icons2'; }
.soc-facebook::before  { content: '\f09a'; }
.soc-twitter::before   { content: '\f099'; }
.soc-instagram::before { content: '\f16d'; }

/* ---------- Preloader (soften; hide quickly) ---------- */
.preloader { position: fixed; inset: 0; background: var(--cream); z-index: 99999; }
.preloader_image {
	position: absolute; left: 50%; top: 50%;
	width: 46px; height: 46px; margin: -23px 0 0 -23px;
	border: 3px solid var(--sage-soft);
	border-top-color: var(--sage);
	border-radius: 50%;
	animation: spin .8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.no-js .preloader, .lt-ie9 .preloader { display: none; }

/* ---------- Utilities ---------- */
.text-center { text-align: center; }
.text-right { text-align: right; }
.bottommargin_0 { margin-bottom: 0; }
.bottommargin_40 { margin-bottom: 34px; }
.topmargin_20 { margin-top: 20px; }
.topmargin_40 { margin-top: 34px; }
.topmargin_60 { margin-top: 50px; }
.inline-block { display: inline-block; }
.text-uppercase { text-transform: uppercase; letter-spacing: .04em; }

/* keep bootstrap modal hidden unless opened (search modal etc.) */
.modal { display: none; }
.modal.in, .modal.show { display: block; }

/* =========================================================
   HEADER / NAVIGATION
   ========================================================= */
.page_header, .site-header {
	position: absolute;
	top: 0; left: 0; right: 0;
	z-index: 1000;
	background: transparent;
	padding: 0;
}
/* dark scrim behind the transparent (home) header so the menu is always legible */
.page_header:not(.header-solid):not(.scrolled) {
	background: linear-gradient(to bottom, rgba(43,60,52,.50) 0%, rgba(43,60,52,.28) 55%, rgba(43,60,52,0) 100%);
}
body.subpage .page_header, body.subpage .site-header {
	position: relative;
	background: #fff;
	box-shadow: 0 1px 0 var(--line);
}
.page_header.scrolled {
	position: fixed;
	background: rgba(255,255,255,.97);
	box-shadow: 0 2px 20px -8px rgba(51,71,61,.25);
	backdrop-filter: blur(6px);
	animation: slideDown .4s var(--ease);
}
@keyframes slideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 14px 0;
}

.logo { display: inline-flex; align-items: center; gap: 12px; }
.z-logo { height: 58px; width: auto; }
.z-text-logo-top {
	font-family: var(--font-serif);
	font-size: 22px;
	font-weight: 600;
	color: var(--sage-dark);
	line-height: 1.1;
}
.z-text-logo-bottom {
	font-size: 12.5px;
	letter-spacing: .06em;
	color: var(--muted);
	text-transform: uppercase;
}
/* transparent header (home) → white logo text over hero */
.page_header:not(.scrolled):not(.header-solid) .z-text-logo-top { color: #fff; text-shadow: 0 1px 6px rgba(0,0,0,.35); }
.page_header:not(.scrolled):not(.header-solid) .z-text-logo-bottom { color: rgba(255,255,255,.9); text-shadow: 0 1px 6px rgba(0,0,0,.35); }

/* nav */
.main-nav { display: flex; align-items: center; }
.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; align-items: center; }
.main-nav > ul > li > a {
	display: block;
	padding: 10px 15px;
	font-size: 14.5px;
	font-weight: 500;
	color: var(--ink);
	border-radius: 30px;
	transition: all .22s var(--ease);
}
.page_header:not(.scrolled):not(.header-solid) .main-nav > ul > li > a { color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,.3); }
.main-nav > ul > li > a:hover { color: var(--sage-dark); }
.page_header:not(.scrolled):not(.header-solid) .main-nav > ul > li > a:hover { color: #fff; opacity: .8; }
.main-nav > ul > li.active > a { color: var(--sage-dark); }
.page_header:not(.scrolled):not(.header-solid) .main-nav > ul > li.active > a { color: #fff; }
.main-nav > ul > li.active > a::after {
	content: ''; display: block; height: 2px; width: 20px;
	background: currentColor; margin: 3px auto 0; border-radius: 2px;
}
/* CTA nav item (last, "Prenota") */
.main-nav > ul > li:last-child > a {
	background: var(--sage-dark);
	color: #fff;
	padding: 10px 22px;
	margin-left: 6px;
	text-shadow: none;
}
.main-nav > ul > li:last-child > a:hover { background: var(--sage-deep); color: #fff; opacity: 1; }

/* mobile toggle */
.nav-toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: none; border: 0; cursor: pointer;
	padding: 8px;
	z-index: 1100;
}
.nav-toggle span {
	width: 26px; height: 2px; background: var(--ink);
	border-radius: 2px; transition: all .3s var(--ease);
}
.page_header:not(.scrolled):not(.header-solid) .nav-toggle span { background: #fff; }
body.menu-open .nav-toggle span { background: var(--ink); }
body.menu-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 991px) {
	.nav-toggle { display: flex; }
	.main-nav {
		position: fixed;
		top: 0; right: -100%;
		width: min(320px, 82vw);
		height: 100vh;
		background: #fff;
		box-shadow: -8px 0 40px -12px rgba(51,71,61,.3);
		padding: 90px 26px 30px;
		transition: right .38s var(--ease);
		overflow-y: auto;
		align-items: stretch;
		z-index: 1050;
	}
	body.menu-open .main-nav { right: 0; }
	.main-nav ul { flex-direction: column; gap: 2px; align-items: stretch; }
	.main-nav > ul > li > a,
	.page_header:not(.scrolled) .main-nav > ul > li > a {
		color: var(--ink) !important;
		text-shadow: none !important;
		padding: 13px 16px;
		border-radius: 8px;
		border-bottom: 1px solid var(--line);
	}
	.main-nav > ul > li:last-child > a { background: var(--sage-dark); color: #fff !important; text-align: center; margin-top: 12px; border: 0; }
	.menu-backdrop {
		position: fixed; inset: 0; background: rgba(44,53,47,.5);
		opacity: 0; visibility: hidden; transition: all .35s; z-index: 999;
	}
	body.menu-open .menu-backdrop { opacity: 1; visibility: visible; }
}

/* =========================================================
   HERO (home)
   ========================================================= */
.hero {
	position: relative;
	min-height: min(88vh, 860px);
	display: flex;
	align-items: center;
	background: linear-gradient(to bottom, rgba(43,60,52,.62) 0%, rgba(43,60,52,.18) 24%, rgba(43,60,52,0) 42%),
	            linear-gradient(100deg, rgba(43,60,52,.80) 0%, rgba(43,60,52,.42) 48%, rgba(43,60,52,.08) 100%),
	            url('../images/hero-new.jpg') center/cover no-repeat;
	color: #fff;
}
.hero::after {
	content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 90px;
	background: linear-gradient(to top, var(--white), transparent);
}
.hero-content { position: relative; z-index: 2; max-width: 620px; padding: 40px 0; }
.hero .eyebrow {
	display: inline-block;
	font-size: 13px; letter-spacing: .22em; text-transform: uppercase;
	color: #fff; opacity: .9; margin-bottom: 18px;
	padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.35);
}
.hero h1 { color: #fff; font-size: clamp(34px, 6vw, 48px); margin-bottom: .25em; text-shadow: 0 2px 20px rgba(0,0,0,.25); }
.hero .hero-sub {
	font-family: var(--font-serif);
	font-size: clamp(20px, 2.4vw, 26px);
	font-style: italic;
	color: #f2f0e9;
	margin-bottom: 1.4em;
}
.hero p.lead { font-size: 17px; color: rgba(255,255,255,.92); margin-bottom: 2em; max-width: 500px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
@media (max-width: 767px) {
	.hero { min-height: 78vh; text-align: center; }
	.hero-content { margin: 0 auto; }
	.hero .eyebrow { border-bottom: 0; }
	.hero-actions { justify-content: center; }
}

/* =========================================================
   ABOUT / intro section
   ========================================================= */
.about-photo-wrap {
	position: relative;
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow);
	max-width: 420px;
	margin: 0 auto;
	aspect-ratio: 492 / 620;
}
.about-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.top-overlap { margin-top: -10px; }

/* pill quick-links row on home */
/* Quick-link cards: equal height + labels aligned on the same baseline */
.home-quicklinks { display: flex; flex-wrap: wrap; }
.home-quicklinks > [class*="col-"] { display: flex; }
.home-quicklinks > [class*="col-"] > a { display: flex; width: 100%; }
.home-quicklinks .teaser { display: flex; flex-direction: column; width: 100%; }
.home-quicklinks .teaser_icon { font-size: 38px; height: 54px; line-height: 54px; margin-bottom: 14px; }
.home-quicklinks .teaser h3 { font-size: 18px; margin-bottom: .45em; }
.home-quicklinks .teaser p { margin-bottom: 0; }

/* =========================================================
   FOOTER
   ========================================================= */
.page_copyright {
	background: var(--sage-deep);
	color: #b9c5bd;
	padding: 40px 0;
	border: 0;
}
.page_copyright a { color: #e4ebe6; }
.page_copyright a:hover { color: #fff; }
.page_copyright .logo.bottom_logo {
	font-family: var(--font-serif);
	font-size: 22px;
	color: #fff;
}
.page_copyright p { margin: 0; font-size: 15px; line-height: 1.7; }
.page_copyright .social-icon { background: rgba(255,255,255,.12); color: #fff; }
.page_copyright .social-icon:hover { background: #fff; color: var(--sage-deep); }

/* article typography */
.article-body p { margin-bottom: 1.35em; }
.article-body a { text-decoration: underline; text-underline-offset: 3px; }

/* CTA band */
.cta-band {
	background: linear-gradient(135deg, var(--sage) 0%, var(--sage-dark) 100%);
	color: #fff;
	text-align: center;
	padding: 70px 0;
}
.cta-band h2 { color: #fff; }

/* solid header on subpages */
.page_header.header-solid {
	position: relative;
	background: #fff;
	box-shadow: 0 1px 0 var(--line);
}

/* ---------- Service sidebar ---------- */
.service-sidebar {
	background: var(--cream);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 28px 24px;
	position: sticky;
	top: 100px;
}
.service-sidebar-title { font-family: var(--font-serif); color: var(--ink); font-weight: 600; line-height: 1.18; font-size: 22px; margin: 0 0 16px; }
.service-nav { list-style: none; margin: 0 0 22px; padding: 0; }
.service-nav li { margin: 0; border-bottom: 1px solid var(--line); }
.service-nav li:last-child { border-bottom: 0; }
.service-nav a { display: block; padding: 11px 0 11px 18px; position: relative; color: var(--body); font-size: 16px; }
.service-nav a::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; border-radius: 50%; background: var(--sage); opacity: .5; transition: all .2s; }
.service-nav a:hover { color: var(--sage-dark); padding-left: 22px; }
.service-nav li.is-active a { color: var(--sage-dark); font-weight: 600; }
.service-nav li.is-active a::before { opacity: 1; width: 8px; height: 8px; }
.service-sidebar-cta { border-top: 1px solid var(--line); padding-top: 20px; }
.service-sidebar-cta p { font-size: 15px; color: var(--muted); margin-bottom: 12px; }

/* Navigation labels styled as headings (kept as non-headings for correct heading order) */
.disorder-cat { font-family: var(--font-serif); font-weight: 600; line-height: 1.18; font-size: clamp(19px, 2.2vw, 23px); margin: 0 0 12px; }
.disorder-cat a { color: var(--ink); text-decoration: none; }
.disorder-cat a:hover { color: var(--sage-dark); }
.menu-personality-title { font-family: var(--font-serif); font-weight: 600; line-height: 1.18; font-size: clamp(19px, 2.2vw, 23px); color: #fff; margin: 0 0 10px; }
/* Subsection labels promoted to h2 for correct heading order, size preserved */
.mini-label { font-size: 19px; margin: 0; }
h2.entry-title { font-size: 20px; }
h2.entry-title a { color: var(--ink); }
h2.entry-title a:hover { color: var(--sage-dark); }

/* ---------- Article readability ---------- */
.ls .fontsize_18 { line-height: 1.85; }
@media (max-width: 600px) {
	[style*="justify"] { text-align: left !important; }
}

/* service page main image */
section .container img[src*="_m.jpg"],
section img[alt=""] { border-radius: var(--radius); }

/* ---------- FAQ accordion (native <details>) ---------- */
.faq-accordion { max-width: 860px; margin: 0 auto; }
.faq-accordion details {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
	margin-bottom: 14px;
	overflow: hidden;
	transition: box-shadow .25s var(--ease);
}
.faq-accordion details[open] { box-shadow: var(--shadow-sm); }
.faq-accordion summary {
	list-style: none;
	cursor: pointer;
	padding: 20px 56px 20px 26px;
	position: relative;
	font-family: var(--font-serif);
	font-size: 19px;
	font-weight: 600;
	color: var(--ink);
}
.faq-accordion summary::-webkit-details-marker { display: none; }
.faq-accordion summary::after {
	content: '+';
	position: absolute;
	right: 24px; top: 50%;
	transform: translateY(-50%);
	font-family: var(--font-sans);
	font-size: 24px;
	color: var(--sage-dark);
	transition: transform .25s var(--ease);
}
.faq-accordion details[open] summary::after { content: '\2013'; }
.faq-accordion summary:hover { color: var(--sage-dark); }
.faq-accordion .faq-body { padding: 2px 26px 22px; color: var(--body); }
.faq-accordion .faq-body p:last-child { margin-bottom: 0; }
