/**
 * TEO Advisory : page d'accueil premium (v1)
 * Palette : encre #0b1d2a, or champagne #b08d57, crème #faf8f4
 */

:root {
	--th-ink: #0b1d2a;
	--th-ink-2: #122c3f;
	--th-gold: #b08d57;
	--th-gold-light: #d4b98a;
	--th-paper: #faf8f4;
	--th-grey: #5c6b78;
	--th-line: #e6e1d8;
	--th-line-dark: rgba(212, 185, 138, .22);
}

/* Header transparent sur la home : liens lisibles sur fond sombre */
body.teo-home.ast-theme-transparent-header .main-header-menu > .menu-item > .menu-link {
	color: #f4f1ea !important;
}
body.teo-home.ast-theme-transparent-header .main-header-menu > .menu-item > .menu-link:hover,
body.teo-home.ast-theme-transparent-header .main-header-menu > .current-menu-item > .menu-link {
	color: #d4b98a !important;
}
body.teo-home.ast-theme-transparent-header .ast-mobile-svg-icon,
body.teo-home.ast-theme-transparent-header .menu-toggle-icon {
	color: #d4b98a;
	fill: #d4b98a;
}
body.teo-home.ast-theme-transparent-header .main-header-menu .sub-menu {
	background: #0b1d2a !important;
}
body.teo-home.ast-theme-transparent-header .main-header-menu .sub-menu .menu-link {
	color: #f4f1ea !important;
}
body.teo-home.ast-theme-transparent-header .main-header-menu .sub-menu .menu-link:hover {
	color: #d4b98a !important;
}

/* Reset Astra sur la home */
body.teo-home .site-content .ast-container {
	max-width: none;
	width: 100%;
	padding: 0;
}
body.teo-home #primary,
body.teo-home #main {
	margin: 0;
	padding: 0;
}
body.teo-home .site-content article {
	background: var(--th-paper);
}
body.teo-home .entry-content {
	margin: 0;
}
body.teo-home .entry-content > * {
	max-width: none;
}

.th-shell {
	font-family: 'Inter', system-ui, sans-serif;
	color: var(--th-ink);
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
.th-shell img { max-width: 100%; display: block; }
.th-container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.th-center { text-align: center; }

/* Reveal */
.th-reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s cubic-bezier(.2,.6,.2,1), transform .9s cubic-bezier(.2,.6,.2,1); }
.th-reveal.th-in { opacity: 1; transform: none; }
.th-d1 { transition-delay: .12s; }
.th-d2 { transition-delay: .24s; }
.th-d3 { transition-delay: .36s; }
@media (prefers-reduced-motion: reduce) {
	.th-reveal { opacity: 1; transform: none; transition: none; }
}

/* Boutons */
.th-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	padding: 16px 34px; font-weight: 500; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase;
	transition: all .25s ease; border: 1px solid transparent; cursor: pointer; text-decoration: none;
}
.th-btn--gold { background: var(--th-gold); color: #fff; }
.th-btn--gold:hover { background: var(--th-gold-light); color: var(--th-ink); }
.th-btn--line { border-color: rgba(255,255,255,.4); color: #fff; }
.th-btn--line:hover { border-color: var(--th-gold-light); color: var(--th-gold-light); }
.th-btn--ink { border-color: var(--th-ink); color: var(--th-ink); }
.th-btn--ink:hover { background: var(--th-ink); color: #fff; }
.th-shell a.th-btn--gold, .th-shell a.th-btn--gold:visited { color: #fff; }
.th-shell a.th-btn--gold:hover { color: var(--th-ink); }
.th-shell a.th-btn--line, .th-shell a.th-btn--line:visited { color: #fff; }
.th-shell a.th-btn--line:hover { color: var(--th-gold-light); }
.th-shell a.th-btn--ink, .th-shell a.th-btn--ink:visited { color: var(--th-ink); }
.th-shell a.th-btn--ink:hover { color: #fff; }
.th-actions { display: flex; gap: 18px; flex-wrap: wrap; }
.th-actions--center { justify-content: center; }
.th-rule { width: 64px; height: 1px; background: var(--th-gold-light); margin-bottom: 30px; }
.th-rule--center { margin-left: auto; margin-right: auto; }

/* Hero */
.th-hero {
	position: relative; color: #fff;
	background:
		linear-gradient(100deg, rgba(8,20,30,.96) 0%, rgba(11,29,42,.86) 50%, rgba(11,29,42,.45) 100%),
		url('/wp-content/uploads/2025/06/pexels-photo-32647482-32647482-scaled.jpg') center 40%/cover;
}
.th-hero__inner { max-width: 760px; padding: 140px 0 100px; }
.th-hero__eyebrow { font-size: .76rem; font-weight: 500; letter-spacing: .34em; text-transform: uppercase; color: var(--th-gold-light); margin: 0 0 28px; }
.th-hero__title {
	font-family: 'Cormorant Garamond', serif; font-weight: 500;
	font-size: clamp(2.4rem, 5vw, 4.2rem); line-height: 1.08; letter-spacing: -0.01em;
	margin: 0 0 30px; color: #fff;
}
.th-hero__title em { font-style: italic; color: var(--th-gold-light); }
.th-hero__lede { font-size: 1.08rem; font-weight: 300; line-height: 1.85; color: rgba(255,255,255,.82); margin: 0 0 44px; max-width: 580px; }
.th-hero__trust { display: flex; gap: 36px; flex-wrap: wrap; font-size: .8rem; letter-spacing: .04em; color: rgba(255,255,255,.6); margin-top: 56px; }
.th-hero__trust span { display: flex; align-items: center; gap: 10px; }
.th-hero__trust i { width: 5px; height: 5px; border-radius: 50%; background: var(--th-gold-light); }

/* Stats */
.th-stats { background: var(--th-ink); color: #fff; padding: 72px 0; border-top: 1px solid var(--th-line-dark); }
.th-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.th-stat { text-align: center; padding: 0 16px; position: relative; }
.th-stat + .th-stat::before { content: ""; position: absolute; left: 0; top: 12%; height: 76%; width: 1px; background: var(--th-line-dark); }
.th-stat__num { font-family: 'Cormorant Garamond', serif; font-size: 3.2rem; font-weight: 500; color: var(--th-gold-light); line-height: 1.1; }
.th-stat__label { font-size: .8rem; letter-spacing: .06em; color: rgba(255,255,255,.62); margin-top: 10px; }
.th-stats__note { text-align: center; font-size: .68rem; letter-spacing: .04em; color: rgba(255,255,255,.32); margin: 48px 0 0; }

/* Sections */
.th-section { padding: 110px 0; background: var(--th-paper); }
.th-section--ink { background: var(--th-ink); color: #fff; }
.th-section--white { background: #fff; }
.th-eyebrow { font-size: .74rem; font-weight: 600; letter-spacing: .32em; text-transform: uppercase; color: var(--th-gold); margin: 0 0 20px; }
.th-section--ink .th-eyebrow { color: var(--th-gold-light); }
.th-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.9rem, 3.4vw, 2.9rem); font-weight: 500; line-height: 1.15; margin: 0 0 20px; color: inherit; }
.th-sub { font-size: 1rem; font-weight: 300; color: var(--th-grey); max-width: 620px; line-height: 1.85; margin: 0 0 56px; }
.th-section--ink .th-sub { color: rgba(255,255,255,.68); }
.th-center .th-sub { margin-left: auto; margin-right: auto; }

/* Parcours */
.th-profiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--th-line); border: 1px solid var(--th-line); text-align: left; }
.th-profile { background: #fff; padding: 52px 40px; transition: background .3s ease; }
.th-profile:hover { background: var(--th-paper); }
.th-profile__num { font-family: 'Cormorant Garamond', serif; font-size: 1rem; color: var(--th-gold); letter-spacing: .2em; margin-bottom: 24px; }
.th-profile h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.65rem; font-weight: 500; margin: 0 0 14px; line-height: 1.2; color: var(--th-ink); }
.th-profile p { font-size: .92rem; font-weight: 300; color: var(--th-grey); margin: 0 0 28px; line-height: 1.8; }
.th-plink { font-size: .76rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--th-ink); display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.th-shell a.th-plink, .th-shell a.th-plink:visited { color: var(--th-ink); }
.th-plink::after { content: "→"; color: var(--th-gold); transition: transform .25s ease; }
.th-plink:hover::after { transform: translateX(6px); }

/* Méthode */
.th-method { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.th-msteps { display: grid; }
.th-mstep { display: flex; gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--th-line-dark); }
.th-mstep:last-child { border-bottom: none; }
.th-mstep__num { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; color: var(--th-gold-light); flex: 0 0 48px; }
.th-mstep h3 { font-size: 1.02rem; font-weight: 600; letter-spacing: .02em; margin: 0 0 6px; color: #fff; }
.th-mstep p { font-size: .9rem; font-weight: 300; color: rgba(255,255,255,.62); line-height: 1.75; margin: 0; }
.th-method__visual { position: sticky; top: 110px; margin: 0; }
.th-method__visual img { width: 100%; height: 540px; object-fit: cover; }
.th-method__visual figcaption { margin-top: 18px; font-size: .76rem; letter-spacing: .1em; color: rgba(255,255,255,.4); text-transform: uppercase; }

/* Typologies */
.th-tombs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.th-tomb { background: var(--th-paper); border: 1px solid var(--th-line); padding: 44px 36px 38px; text-align: center; transition: all .3s ease; }
.th-section--white .th-tomb { background: #fff; }
.th-tomb:hover { border-color: var(--th-gold); transform: translateY(-5px); box-shadow: 0 30px 60px rgba(11,29,42,.08); }
.th-tomb__type { font-size: .68rem; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--th-gold); margin-bottom: 22px; }
.th-tomb__title { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 500; line-height: 1.3; margin-bottom: 18px; color: var(--th-ink); }
.th-tomb__meta { font-size: .82rem; font-weight: 300; color: var(--th-grey); line-height: 2; }
.th-tomb__rule { width: 36px; height: 1px; background: var(--th-gold); margin: 22px auto 0; }
.th-tombs__note { text-align: center; font-size: .7rem; color: #a39b8d; margin: 36px 0 0; letter-spacing: .03em; }

/* Citation */
.th-quote {
	padding: 120px 0;
	background:
		linear-gradient(rgba(11,29,42,.93), rgba(11,29,42,.93)),
		url('/wp-content/uploads/teo-home/citation.jpg') center/cover;
	color: #fff; text-align: center;
}
.th-quote blockquote {
	font-family: 'Cormorant Garamond', serif; font-size: clamp(1.5rem, 3vw, 2.3rem);
	font-style: italic; font-weight: 500; line-height: 1.45;
	max-width: 880px; margin: 0 auto 30px; border: none; padding: 0; background: none; color: #fff;
}
.th-quote blockquote::before { content: "« "; color: var(--th-gold-light); }
.th-quote blockquote::after { content: " »"; color: var(--th-gold-light); }
.th-quote cite { font-style: normal; font-size: .78rem; letter-spacing: .26em; text-transform: uppercase; color: var(--th-gold-light); }

/* Interlocuteur */
.th-founder { display: grid; grid-template-columns: 400px 1fr; gap: 76px; align-items: center; }
.th-founder__img { position: relative; z-index: 1; }
.th-founder__img img { width: 100%; height: 500px; object-fit: cover; object-position: center 12%; display: block; }
.th-founder__img::after { content: ""; position: absolute; inset: 22px -22px -22px 22px; border: 1px solid var(--th-gold); z-index: -1; }
.th-founder__txt { font-size: .96rem; font-weight: 300; color: var(--th-grey); line-height: 1.9; margin: 0 0 18px; max-width: 540px; }
.th-founder__points { display: grid; gap: 12px; margin: 28px 0 36px; }
.th-founder__points span { display: flex; gap: 14px; align-items: baseline; font-size: .92rem; color: var(--th-ink-2); }
.th-founder__points i { color: var(--th-gold); font-style: normal; }

/* Liste à puces premium (pages de conversion) */
.th-points { display: grid; gap: 12px; max-width: 660px; margin: 0 auto; text-align: left; }
.th-points span { display: flex; gap: 14px; align-items: baseline; font-size: .95rem; color: var(--th-ink-2); }
.th-points i { color: var(--th-gold); font-style: normal; }

/* Guides */
.th-guides { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.th-guide { background: var(--th-paper); border: 1px solid var(--th-line); overflow: hidden; transition: all .3s ease; display: flex; flex-direction: column; text-decoration: none; text-align: left; }
.th-section--white .th-guide { background: #fff; }
.th-guide:hover { transform: translateY(-5px); box-shadow: 0 30px 60px rgba(11,29,42,.08); border-color: var(--th-gold); }
.th-guide__img { height: 190px; overflow: hidden; }
.th-guide__img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); transition: transform .6s ease; }
.th-guide:hover .th-guide__img img { transform: scale(1.05); }
.th-guide__body { padding: 28px 28px 32px; }
.th-guide__cat { font-size: .66rem; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--th-gold); display: block; margin-bottom: 14px; }
.th-guide__body h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 500; line-height: 1.3; margin: 0 0 10px; color: var(--th-ink); }
.th-guide__body p { font-size: .86rem; font-weight: 300; color: var(--th-grey); margin: 0; }

/* À propos (hub SEO) */
.th-about__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; align-items: start; }
.th-about__txt { font-size: .95rem; font-weight: 300; color: rgba(255,255,255,.72); line-height: 1.9; margin: 0 0 18px; max-width: 560px; }
.th-about__nav { display: grid; grid-template-columns: 1fr 1fr; gap: 36px 40px; padding: 40px 36px; border: 1px solid var(--th-line-dark); background: rgba(255,255,255,.02); }
.th-about__navgroup { display: flex; flex-direction: column; gap: 11px; }
.th-about__navtitle { font-size: .66rem; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--th-gold-light); margin: 0 0 6px; }
.th-about__navgroup a { font-size: .85rem; font-weight: 300; line-height: 1.5; text-decoration: none; transition: color .2s ease; }
.th-shell .th-about__navgroup a, .th-shell .th-about__navgroup a:visited { color: rgba(255,255,255,.76); }
.th-shell .th-about__navgroup a:hover { color: var(--th-gold-light); }

/* FAQ */
.th-faq__list { max-width: 880px; margin: 0 auto; border-top: 1px solid var(--th-line); }
.th-faq__item { border-bottom: 1px solid var(--th-line); }
.th-faq__item summary {
	cursor: pointer; list-style: none;
	display: flex; justify-content: space-between; align-items: baseline; gap: 24px;
	padding: 26px 8px;
	font-family: 'Cormorant Garamond', serif; font-size: clamp(1.15rem, 2vw, 1.4rem); font-weight: 500;
	color: var(--th-ink); transition: color .2s ease;
}
.th-faq__item summary::-webkit-details-marker { display: none; }
.th-faq__item summary::after {
	content: "+"; font-family: 'Inter', sans-serif; font-weight: 300; font-size: 1.5rem;
	color: var(--th-gold); flex-shrink: 0; line-height: 1;
	transition: transform .3s ease;
}
.th-faq__item[open] summary::after { transform: rotate(45deg); }
.th-faq__item summary:hover { color: var(--th-gold); }
.th-faq__body { padding: 0 8px 28px; max-width: 760px; }
.th-faq__body p { font-size: .92rem; font-weight: 300; color: var(--th-grey); line-height: 1.85; margin: 0 0 12px; }
.th-faq__body p:last-child { margin-bottom: 0; }
.th-shell .th-faq__body a, .th-shell .th-faq__body a:visited {
	color: #96743f; font-weight: 500; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase;
	text-decoration: none; border-bottom: 1px solid var(--th-gold-light); padding-bottom: 2px;
}
.th-shell .th-faq__body a:hover { color: var(--th-gold); }

/* CTA final */
.th-cta {
	background:
		linear-gradient(rgba(8,20,30,.94), rgba(11,29,42,.96)),
		url('/wp-content/uploads/teo-home/cta.jpg') center/cover;
	color: #fff; text-align: center; padding: 120px 0;
}
.th-cta .th-rule { margin-bottom: 30px; }
.th-cta h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.8vw, 3.2rem); font-weight: 500; margin: 0 0 18px; color: #fff; }
.th-cta p { font-weight: 300; color: rgba(255,255,255,.7); max-width: 520px; margin: 0 auto 48px; line-height: 1.85; }

/* Responsive */
@media (max-width: 980px) {
	.th-stats__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
	.th-stat + .th-stat::before { display: none; }
	.th-profiles, .th-tombs, .th-guides { grid-template-columns: 1fr; }
	.th-method, .th-founder { grid-template-columns: 1fr; gap: 48px; }
	.th-method__visual { position: static; }
	.th-method__visual img { height: 360px; }
	.th-founder__img img { height: 420px; }
	.th-hero__inner { padding: 80px 0 70px; }
	.th-section { padding: 80px 0; }
	.th-about__grid { grid-template-columns: 1fr; gap: 48px; }
	.th-about__nav { grid-template-columns: 1fr; gap: 32px; padding: 32px 26px; }
}
