:root {
  --ink: #092f4c;
  --indigo: #0d3f65;
  --indigo-2: #174f78;
  --blue-mist: #dfe9ec;
  --ivory: #f8f4ec;
  --paper: #fffdf8;
  --gold: #c99c42;
  --gold-light: #ecd9a8;
  --sage: #7d8e77;
  --text: #293a42;
  --muted: #68757a;
  --line: rgba(9, 47, 76, .14);
  --serif: "Libre Baskerville", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 30px 70px rgba(9, 47, 76, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.7; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 99; background: white; padding: 10px 16px; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

.announcement { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 6px 16px; background: var(--ink); color: #f6efdc; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.announcement-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(201,156,66,.15); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,253,248,.93); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.nav { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; color: var(--ink); }
.brand-official { gap: 14px; }
.brand-official img { width: 205px; height: 76px; object-fit: contain; mix-blend-mode: multiply; }
.brand-tagline { max-width: 120px; padding-left: 14px; border-left: 1px solid var(--gold-light); color: var(--muted); font: italic .62rem/1.55 var(--serif); letter-spacing: .04em; }
.menu { display: flex; align-items: center; gap: 17px; }
.menu a { text-decoration: none; color: var(--ink); font-size: .84rem; font-weight: 500; white-space: nowrap; position: relative; }
.menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s ease; }
.menu a:hover::after, .menu a:focus-visible::after { right: 0; }
.menu a.active { color: var(--indigo-2); }
.menu a.active::after { right: 0; }
.menu .shop-nav { padding: 7px 11px; border: 1px solid var(--gold); color: var(--ink); }
.menu .shop-nav::after { display: none; }
.menu .shop-nav:hover, .menu .shop-nav.active { background: var(--gold); color: white; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }

.hero { min-height: calc(100vh - 118px); position: relative; overflow: hidden; background: var(--ivory); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .33; background-image: radial-gradient(rgba(9,47,76,.16) .7px, transparent .7px); background-size: 8px 8px; mask-image: linear-gradient(to right, #000, transparent 65%); }
.hero-wash { position: absolute; width: 660px; height: 660px; border-radius: 50%; right: -170px; top: -90px; background: radial-gradient(circle at 35% 38%, rgba(236,217,168,.7), rgba(223,233,236,.65) 36%, rgba(125,142,119,.12) 59%, transparent 70%); filter: blur(2px); }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; padding-top: 50px; padding-bottom: 58px; position: relative; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--indigo-2); font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 30px; height: 1px; background: var(--gold); }
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 27px; color: var(--ink); font: 400 clamp(3.15rem, 5.7vw, 5.65rem)/1.03 var(--serif); letter-spacing: -.045em; }
h1 em, h2 em { color: var(--indigo-2); font-weight: 400; }
.hero-lead { max-width: 630px; margin-bottom: 31px; font-size: 1.17rem; line-height: 1.75; color: #42565f; }
.hero-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 24px; border-radius: 2px; text-decoration: none; font-weight: 600; font-size: .9rem; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; box-shadow: 0 12px 25px rgba(9,47,76,.16); }
.button-primary:hover { background: var(--indigo-2); }
.text-link { display: inline-flex; gap: 11px; align-items: center; color: var(--ink); text-underline-offset: 5px; text-decoration-color: var(--gold); font-weight: 600; font-size: .9rem; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.reassurance { max-width: 560px; margin: 34px 0 0; padding-left: 18px; border-left: 2px solid var(--gold-light); color: var(--muted); font: italic .92rem/1.7 var(--serif); }
.hero-art { position: relative; min-height: 550px; display: grid; place-items: center; }
.hero-art img { position: relative; z-index: 3; width: min(350px, 76%); aspect-ratio: 595.5/842.25; object-fit: cover; object-position: top; border: 1px solid rgba(9,47,76,.15); box-shadow: var(--shadow); transform: rotate(1.7deg); }
.book-shadow { position: absolute; z-index: 1; width: 335px; height: 465px; background: var(--indigo); transform: translate(-24px, 22px) rotate(-3deg); opacity: .92; }
.book-note { position: absolute; z-index: 4; right: -4px; bottom: 60px; width: 205px; padding: 17px 20px; background: rgba(255,253,248,.96); border: 1px solid var(--gold-light); box-shadow: 0 16px 40px rgba(9,47,76,.12); }
.book-note span { display: block; color: var(--gold); font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; }
.book-note strong { display: block; margin-top: 6px; color: var(--ink); font: 400 .84rem/1.5 var(--serif); }
.botanical { position: absolute; z-index: 2; left: 0; top: 58px; color: var(--sage); font-size: 9rem; transform: rotate(-28deg); opacity: .28; }
.hero-footer { position: relative; min-height: 56px; border-top: 1px solid var(--line); display: flex; justify-content: center; align-items: center; gap: 25px; color: var(--muted); font: italic .78rem var(--serif); letter-spacing: .05em; }
.hero-footer i { width: 3px; height: 3px; background: var(--gold); border-radius: 50%; }

.section-heading h2, .manifesto h2, .about h2 { color: var(--ink); font: 400 clamp(2.25rem, 4vw, 4rem)/1.15 var(--serif); letter-spacing: -.035em; }
.centered { text-align: center; }
.centered .eyebrow { justify-content: center; }
.audiences { background: var(--paper); }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; }
.audience-card { position: relative; min-height: 345px; padding: 42px 36px 34px; border: 1px solid var(--line); background: #fffefa; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.audience-card:hover { transform: translateY(-6px); box-shadow: 0 25px 55px rgba(9,47,76,.09); }
.audience-card.featured { background: var(--ivory); border-color: var(--gold-light); }
.card-number { position: absolute; right: 22px; top: 18px; color: #b7bebd; font: italic .75rem var(--serif); }
.line-icon { width: 48px; height: 48px; margin-bottom: 28px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; color: var(--gold); font-size: 1.25rem; }
.audience-card h3 { color: var(--ink); font: 400 1.55rem var(--serif); }
.audience-card p { color: var(--muted); font-size: .95rem; }
.audience-card a { margin-top: auto; color: var(--ink); font-size: .82rem; font-weight: 600; text-underline-offset: 5px; text-decoration-color: var(--gold-light); }

.manifesto { background: var(--ink); color: rgba(255,255,255,.75); position: relative; overflow: hidden; }
.manifesto::after { content: "S"; position: absolute; right: -50px; bottom: -170px; font: italic 32rem/1 var(--serif); color: rgba(255,255,255,.025); }
.manifesto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; position: relative; z-index: 1; }
.manifesto h2 { color: white; }
.manifesto h2 em { color: var(--gold-light); }
.large-copy { font: 400 1.24rem/1.8 var(--serif); color: rgba(255,255,255,.86); }
.principles { margin-top: 42px; border-top: 1px solid rgba(255,255,255,.14); }
.principles > div { display: grid; grid-template-columns: 55px 1fr; gap: 10px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.principles strong { color: var(--gold); font: italic .8rem var(--serif); }
.principles span { color: white; font-size: .9rem; }

.resources { background: #f4f6f3; }
.split-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 100px; align-items: end; }
.split-heading > p { max-width: 390px; color: var(--muted); }
.topic-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 52px; background: rgba(9,47,76,.12); border: 1px solid rgba(9,47,76,.12); }
.topic { min-height: 225px; padding: 32px 34px; background: #fffefa; display: grid; grid-template-columns: 45px 1fr auto; gap: 20px; align-items: start; text-decoration: none; transition: background .25s ease, color .25s ease; }
.topic:hover { background: var(--ivory); }
.topic-indigo { background: var(--indigo); color: white; }
.topic-indigo:hover { background: var(--ink); }
.topic-index { color: var(--gold); font: italic .75rem var(--serif); }
.topic p { margin-bottom: 30px; font-size: .69rem; letter-spacing: .13em; text-transform: uppercase; opacity: .72; }
.topic h3 { margin-bottom: 8px; color: var(--ink); font: 400 1.8rem var(--serif); }
.topic-indigo h3 { color: white; }
.topic-naturo { background: #eef2ec; }
.topic-naturo h3 { color: #506c57; }
.topic div > span { font-size: .78rem; opacity: .68; }
.topic b { font-size: 1rem; font-weight: 400; transition: transform .2s ease; }
.topic:hover b { transform: translate(3px, -3px); }

.book-section { position: relative; overflow: hidden; background: var(--ivory); }
.book-section::before, .book-section::after { content: ""; position: absolute; width: 240px; height: 240px; border: 1px solid rgba(201,156,66,.25); border-radius: 50%; }
.book-section::before { left: -120px; top: -120px; }
.book-section::after { right: -160px; bottom: -100px; width: 330px; height: 330px; }
.book-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.book-visual { position: relative; display: grid; place-items: center; min-height: 630px; }
.book-visual img { width: min(390px, 90%); box-shadow: var(--shadow); transform: rotate(-1.1deg); border: 1px solid rgba(9,47,76,.12); }
.gold-star { position: absolute; color: var(--gold); }
.star-one { left: 5%; top: 15%; font-size: 1.7rem; }
.star-two { right: 1%; bottom: 18%; font-size: .9rem; }
.book-copy h2 { margin: 0 0 2px; color: var(--ink); font: 700 clamp(3.4rem, 6vw, 6rem)/1 var(--serif); letter-spacing: -.06em; }
.book-subtitle { margin-bottom: 26px; color: var(--indigo-2); font: 400 1.6rem/1.5 var(--serif); }
.book-copy > p:not(.eyebrow):not(.book-subtitle) { max-width: 620px; color: var(--muted); }
.book-copy ul { list-style: none; padding: 0; margin: 28px 0; }
.book-copy li { display: flex; gap: 13px; padding: 9px 0; font-size: .92rem; }
.book-copy li span { color: var(--gold); }
.book-quote { max-width: 600px; margin: 30px 0; padding: 20px 24px; border-left: 2px solid var(--gold); background: rgba(255,255,255,.55); color: var(--ink); font: italic 1rem/1.7 var(--serif); }
.coming-soon { display: inline-block; padding: 8px 14px; border: 1px solid var(--gold); color: var(--ink); font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }

.home-shop { overflow: hidden; position: relative; background: var(--ink); color: white; }
.home-shop::after { content: "B"; position: absolute; right: -70px; bottom: -190px; color: rgba(255,255,255,.025); font: italic 32rem/1 var(--serif); }
.home-shop-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: center; position: relative; z-index: 1; }
.home-shop-copy h2 { color: white; font: 400 clamp(2.25rem, 4vw, 4rem)/1.15 var(--serif); letter-spacing: -.035em; }
.home-shop-copy h2 em { color: var(--gold-light); }
.home-shop-copy > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.7); }
.home-shop-actions { margin-top: 30px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.home-shop-actions > span { color: var(--gold-light); font-size: .68rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.home-shop-book { min-height: 410px; padding: 34px; display: grid; grid-template-columns: 180px 1fr; gap: 28px; align-items: center; color: white; text-decoration: none; border: 1px solid rgba(236,217,168,.35); background: rgba(255,255,255,.055); transition: transform .25s ease, background .25s ease; }
.home-shop-book:hover { transform: translateY(-5px); background: rgba(255,255,255,.08); }
.home-shop-book img { width: 180px; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 24px 50px rgba(0,0,0,.25); transform: rotate(-1.3deg); }
.home-shop-book span { display: flex; flex-direction: column; }
.home-shop-book small { color: var(--gold-light); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.home-shop-book strong { margin: 45px 0 12px; font: 400 1.65rem var(--serif); }
.home-shop-book b { margin-top: 32px; color: var(--gold-light); font-size: .78rem; }

.about { background: white; }
.about-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 120px; }
.signature { margin: 35px 0 0 18px; color: rgba(13,63,101,.18); font: italic 4.8rem var(--serif); transform: rotate(-5deg); }
.about-copy > p { max-width: 680px; color: var(--muted); }
.about-copy .text-link { margin-top: 15px; }
.closing { background: var(--indigo); color: white; }
.closing-inner { min-height: 300px; display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 30px; }
.closing-inner > span { color: var(--gold); font-size: 2rem; }
.closing p { margin: 0; font: 400 clamp(2.1rem, 4vw, 3.7rem)/1.25 var(--serif); }
.closing em { color: var(--gold-light); }
.button-light { color: var(--ink); background: white; }

footer { padding: 70px 0 25px; background: var(--ivory); color: var(--muted); border-top: 1px solid var(--gold-light); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 80px; }
.footer-logo-card { width: 285px; display: block; }
.footer-logo-card img { display: block; width: 100%; mix-blend-mode: multiply; }
.footer-brand p { margin: 10px 0 0 20px; color: var(--muted); font: italic .75rem var(--serif); }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid strong { color: var(--ink); font-size: .77rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px; }
.footer-grid a { width: fit-content; color: inherit; text-decoration: none; font-size: .85rem; }
.footer-grid a:hover { color: var(--indigo-2); }
.footer-bottom { margin-top: 60px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .69rem; letter-spacing: .05em; }

/* Inner editorial pages */
.inner-page { --page-accent: var(--indigo-2); --page-wash: rgba(86, 157, 202, .14); }
.theme-communication { --page-accent: #8a6c2f; --page-wash: rgba(201, 156, 66, .17); }
.theme-sensorialite { --page-accent: #657d67; --page-wash: rgba(125, 142, 119, .19); }
.theme-tdah { --page-accent: #5968a1; --page-wash: rgba(89, 104, 161, .15); }
.theme-naturo { --page-accent: #5e765f; --page-wash: rgba(125, 142, 119, .23); }
.theme-guidance { --page-accent: #3d7190; --page-wash: rgba(86, 157, 202, .17); }
.breadcrumb { display: inline-block; margin-bottom: 42px; color: var(--muted); font-size: .72rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; text-underline-offset: 5px; text-decoration-color: var(--gold-light); }
.page-hero { position: relative; overflow: hidden; background: var(--ivory); }
.page-hero::before { content: ""; position: absolute; inset: 0 0 0 auto; width: 52%; background: radial-gradient(circle at 55% 40%, var(--page-wash), transparent 68%); }
.page-hero::after { content: ""; position: absolute; left: 0; bottom: 0; width: 45%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.page-hero-grid { min-height: 620px; padding-top: 78px; padding-bottom: 88px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: center; position: relative; z-index: 1; }
.page-hero h1 { margin-bottom: 28px; color: var(--ink); font: 400 clamp(3.1rem, 5.8vw, 5.7rem)/1.04 var(--serif); letter-spacing: -.05em; }
.page-hero h1 em { color: var(--page-accent); font-weight: 400; }
.page-lead { max-width: 680px; color: #475b64; font-size: 1.12rem; line-height: 1.8; }
.topic-tags { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 30px; }
.topic-tags span { padding: 6px 11px; border: 1px solid var(--line); background: rgba(255,255,255,.5); color: var(--ink); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.page-note { position: relative; padding: 65px 38px 38px; border: 1px solid rgba(201,156,66,.4); background: rgba(255,253,248,.82); box-shadow: 0 24px 55px rgba(9,47,76,.08); }
.page-note::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(201,156,66,.2); pointer-events: none; }
.page-note .note-number { position: absolute; top: 20px; right: 24px; color: var(--gold); font: italic .8rem var(--serif); }
.page-note p { color: var(--ink); font: italic 1.28rem/1.75 var(--serif); }
.page-note small { color: var(--muted); font-size: .69rem; letter-spacing: .1em; text-transform: uppercase; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; }
.guide-card { min-height: 295px; padding: 34px; background: white; border-top: 2px solid var(--page-accent); box-shadow: 0 16px 40px rgba(9,47,76,.06); }
.guide-card > span { color: var(--gold); font: italic .75rem var(--serif); }
.guide-card h3 { margin: 55px 0 16px; color: var(--ink); font: 400 1.35rem/1.4 var(--serif); }
.guide-card p { color: var(--muted); font-size: .9rem; }
.feature-reading { background: var(--ink); color: white; }
.reading-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 100px; align-items: start; }
.reading-index { padding-top: 8px; border-top: 1px solid rgba(255,255,255,.18); }
.reading-index span { display: block; margin: 15px 0 35px; color: var(--gold-light); font-size: .69rem; letter-spacing: .13em; text-transform: uppercase; }
.reading-index strong { color: rgba(255,255,255,.58); font: italic 1.2rem var(--serif); }
.reading-feature h2 { max-width: 750px; color: white; font: 400 clamp(2.1rem, 4vw, 3.8rem)/1.2 var(--serif); letter-spacing: -.035em; }
.reading-feature > p:not(.eyebrow) { max-width: 670px; color: rgba(255,255,255,.7); }
.reading-feature .button { margin-top: 18px; }
.reading-list { background: #f4f6f3; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 45px; }
.article-grid.two-cards { grid-template-columns: repeat(2, 1fr); }
.article-card { min-height: 320px; padding: 34px; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); color: inherit; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.article-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(9,47,76,.08); }
.article-card > span { color: var(--page-accent); font-size: .67rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.article-card h3 { margin: 48px 0 15px; color: var(--ink); font: 400 1.35rem/1.45 var(--serif); }
.article-card p { color: var(--muted); font-size: .88rem; }
.article-card b { margin-top: auto; color: var(--ink); font-size: .78rem; }
.article-card b i { margin-left: 8px; color: var(--gold); font-style: normal; }
.article-card.book-card { background: var(--ivory); border-color: var(--gold-light); }
.sensory-map { background: var(--paper); }
.sensory-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 55px; background: var(--line); border: 1px solid var(--line); }
.sensory-item { min-height: 185px; padding: 30px 24px; background: white; display: flex; flex-direction: column; justify-content: space-between; }
.sensory-item b { color: var(--ink); font: 400 1.35rem var(--serif); }
.sensory-item span { color: var(--muted); font-size: .78rem; }
.gentle-note { max-width: 750px; margin: 35px auto 0; text-align: center; color: var(--muted); font: italic .88rem var(--serif); }
.next-chapter { background: var(--ivory); border-top: 1px solid var(--line); }
.next-inner { min-height: 210px; display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 60px; }
.next-inner > p { color: var(--muted); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.next-inner > a { display: grid; grid-template-columns: 45px 1fr auto; gap: 15px; align-items: center; color: var(--ink); font: 400 clamp(1.5rem, 3vw, 2.7rem) var(--serif); text-decoration: none; }
.next-inner > a span { color: var(--gold); font: italic .75rem var(--serif); }
.next-inner > a b { color: var(--gold); font: 400 1.3rem var(--sans); transition: transform .2s ease; }
.next-inner > a:hover b { transform: translateX(6px); }

/* Les Carnets Indigo */
.carnet-page { background: var(--paper); }
.carnet-hero { position: relative; overflow: hidden; background: var(--ivory); }
.carnet-hero::before { content: ""; position: absolute; width: 780px; height: 780px; left: -260px; top: -230px; border-radius: 50%; background: radial-gradient(circle, rgba(201,156,66,.18), rgba(223,233,236,.45) 44%, transparent 70%); }
.carnet-hero-grid { min-height: 760px; padding-top: 80px; padding-bottom: 95px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; position: relative; z-index: 1; }
.carnet-cover { position: relative; min-height: 630px; display: grid; place-items: center; }
.carnet-cover img { width: min(390px, 86%); position: relative; z-index: 2; border: 1px solid rgba(9,47,76,.15); box-shadow: var(--shadow); transform: rotate(-1.2deg); }
.cover-back { position: absolute; z-index: 1; width: 365px; height: 520px; background: var(--ink); transform: translate(22px, 20px) rotate(2.5deg); }
.volume-label { position: absolute; z-index: 3; left: -18px; top: 75px; padding: 10px 18px; background: var(--gold); color: white; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.cover-star { position: absolute; z-index: 4; color: var(--gold); }
.star-a { right: 2%; top: 13%; font-size: 1.4rem; }
.star-b { left: 2%; bottom: 12%; font-size: .8rem; }
.carnet-copy h1 { margin: 0; color: var(--ink); font: 700 clamp(4.2rem, 8vw, 7.5rem)/.95 var(--serif); letter-spacing: -.07em; }
.carnet-tagline { margin: 12px 0 25px; color: var(--indigo-2); font: 400 clamp(1.5rem, 3vw, 2.2rem)/1.45 var(--serif); }
.carnet-copy > p:not(.eyebrow):not(.carnet-tagline) { max-width: 670px; color: var(--muted); font-size: 1.04rem; }
.carnet-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 32px 0; background: var(--line); border: 1px solid var(--line); }
.carnet-meta div { padding: 16px; background: rgba(255,255,255,.68); }
.carnet-meta strong, .carnet-meta span { display: block; }
.carnet-meta strong { margin-bottom: 5px; color: var(--gold); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }
.carnet-meta span { color: var(--ink); font-size: .76rem; }
.purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.purpose-grid h2 { color: var(--ink); font: 400 clamp(2.2rem, 4vw, 3.8rem)/1.2 var(--serif); letter-spacing: -.035em; }
.dark-copy { color: var(--ink); }
.purpose-grid > div:last-child > p:last-child { color: var(--muted); }
.inside-book { background: #f2f4f0; }
.parts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 55px; }
.part-card { min-height: 315px; padding: 30px 26px; background: white; border-bottom: 2px solid var(--gold); }
.part-card > span { color: var(--gold); font: italic 1.8rem var(--serif); }
.part-card h3 { margin: 70px 0 14px; color: var(--ink); font: 400 1.15rem/1.4 var(--serif); }
.part-card p { color: var(--muted); font-size: .82rem; }
.pecs-steps { background: var(--ink); color: white; }
.steps-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.steps-intro h2 { color: white; font: 400 clamp(2.25rem, 4vw, 4rem)/1.18 var(--serif); letter-spacing: -.04em; }
.steps-intro h2 em { color: var(--gold-light); }
.steps-intro > p:last-child { color: rgba(255,255,255,.62); }
.steps-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.steps-list li { display: grid; grid-template-columns: 60px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.steps-list li > span { color: var(--gold); font: italic .72rem var(--serif); }
.steps-list strong, .steps-list small { display: block; }
.steps-list strong { color: white; font: 400 1rem var(--serif); }
.steps-list small { margin-top: 4px; color: rgba(255,255,255,.55); font-size: .75rem; }
.for-whom { background: white; }
.for-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.for-grid h2 { color: var(--ink); font: 400 clamp(2.2rem, 4vw, 3.7rem)/1.2 var(--serif); }
.reader-cards { display: grid; gap: 16px; }
.reader-card { padding: 31px; border: 1px solid var(--line); background: var(--ivory); }
.reader-card strong { color: var(--ink); font: 400 1.15rem var(--serif); }
.reader-card p { margin: 10px 0 0; color: var(--muted); font-size: .88rem; }
.book-closing { padding: 95px 0; background: var(--indigo); color: white; text-align: center; }
.book-closing span { color: var(--gold); }
.book-closing blockquote { margin: 25px auto 12px; max-width: 850px; font: italic clamp(1.7rem, 3.8vw, 3.25rem)/1.45 var(--serif); }
.book-closing p { color: var(--gold-light); font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; }
.book-closing .button { margin-top: 25px; }

/* Naturopathie et guidance */
.naturo-pillars { background: #edf1eb; }
.wellbeing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 55px; }
.wellbeing-card { min-height: 315px; padding: 32px 28px; background: rgba(255,255,255,.76); border: 1px solid rgba(94,118,95,.16); }
.wellbeing-card > span { color: var(--gold); font: italic .76rem var(--serif); }
.wellbeing-card h3 { margin: 70px 0 15px; color: #47604d; font: 400 1.25rem/1.45 var(--serif); }
.wellbeing-card p { color: var(--muted); font-size: .86rem; }
.medical-note { margin-top: 30px; padding: 25px 30px; display: grid; grid-template-columns: 190px 1fr; gap: 30px; border: 1px solid rgba(94,118,95,.28); background: #f4f6f1; }
.medical-note strong { color: #506c57; font: 400 1.08rem var(--serif); }
.medical-note p { margin: 0; color: var(--muted); font-size: .85rem; }
.family-situations { background: #f2f5f5; }
.situation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 55px; background: var(--line); border: 1px solid var(--line); }
.situation { min-height: 220px; padding: 38px; background: white; color: inherit; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.situation:hover { background: var(--ivory); }
.situation span { color: var(--indigo-2); font: 400 1.45rem var(--serif); }
.situation p { max-width: 450px; margin: 45px 0 0; color: var(--muted); font-size: .9rem; }
.support-boundary { background: var(--ivory); }
.boundary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.boundary-grid h2 { color: var(--ink); font: 400 clamp(2.25rem, 4vw, 4rem)/1.15 var(--serif); letter-spacing: -.035em; }
.boundary-grid > div:last-child p { color: var(--muted); }
.boundary-grid .button { margin-top: 18px; }

/* Répertoire des ressources */
.resource-hero { padding: 105px 0 95px; overflow: hidden; position: relative; background: var(--ivory); }
.resource-hero::after { content: "R"; position: absolute; right: -25px; bottom: -135px; color: rgba(13,63,101,.045); font: italic 29rem/1 var(--serif); }
.resource-hero .shell { position: relative; z-index: 1; }
.resource-hero h1 { margin-bottom: 26px; }
.resource-hero > div > p:last-child { max-width: 700px; color: var(--muted); font-size: 1.08rem; }
.resource-directory { background: #f3f5f2; }
.directory-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.directory-card { min-height: 275px; padding: 32px; display: grid; grid-template-columns: 45px 1fr auto; gap: 18px; background: white; border: 1px solid var(--line); color: inherit; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.directory-card:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgba(9,47,76,.08); }
.directory-card > span { color: var(--gold); font: italic .74rem var(--serif); }
.directory-card small { color: var(--page-accent); font-size: .65rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.directory-card h2 { margin: 52px 0 10px; color: var(--ink); font: 400 1.65rem var(--serif); }
.directory-card p { color: var(--muted); font-size: .86rem; }
.directory-card > b { color: var(--gold); font-weight: 400; }
.naturo-directory { background: #edf1eb; border-color: rgba(94,118,95,.25); }
.naturo-directory h2 { color: #506c57; }
.resource-book { background: var(--ivory); }
.resource-book-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 100px; align-items: center; }
.resource-book-grid img { width: min(310px, 100%); justify-self: center; border: 1px solid var(--line); box-shadow: var(--shadow); transform: rotate(-1deg); }
.resource-book-grid h2 { color: var(--ink); font: 400 clamp(2.2rem, 4vw, 4rem)/1.2 var(--serif); }
.resource-book-grid > div > p:not(.eyebrow) { max-width: 650px; color: var(--muted); }
.resource-book-grid .button { margin-top: 18px; }

/* À propos */
.about-hero { padding: 95px 0; background: var(--ivory); }
.about-hero-grid { min-height: 560px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: center; }
.about-monogram { min-height: 420px; position: relative; display: grid; place-items: center; border: 1px solid var(--gold-light); background: radial-gradient(circle at 50% 40%, rgba(223,233,236,.9), rgba(248,244,236,.6) 62%); }
.about-monogram::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(201,156,66,.28); }
.about-monogram span { color: rgba(13,63,101,.8); font: italic 12rem/1 var(--serif); }
.about-monogram small { position: absolute; bottom: 40px; color: var(--muted); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.about-hero h1 { font-size: clamp(3rem, 5.2vw, 5.25rem); }
.about-hero-grid > div:last-child > p:last-child { max-width: 670px; color: var(--muted); font-size: 1.05rem; }
.origin-story { background: white; }
.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.story-grid h2, .mission-grid h2 { color: var(--ink); font: 400 clamp(2.2rem, 4vw, 3.8rem)/1.2 var(--serif); }
.story-copy > p:not(.large-copy) { color: var(--muted); }
.values-section { background: #f2f4f0; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 55px; background: var(--line); border: 1px solid var(--line); }
.value { min-height: 285px; padding: 30px 25px; background: white; }
.value span { display: block; color: var(--gold); font: italic .75rem var(--serif); }
.value strong { display: block; margin: 75px 0 14px; color: var(--ink); font: 400 1.3rem var(--serif); }
.value p { color: var(--muted); font-size: .84rem; }
.about-quote { padding: 95px 0; background: var(--ink); color: white; text-align: center; }
.about-quote span { color: var(--gold); }
.about-quote blockquote { max-width: 900px; margin: 25px auto 16px; font: italic clamp(1.8rem, 4vw, 3.45rem)/1.4 var(--serif); }
.about-quote p { color: var(--gold-light); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.mission-section { background: var(--ivory); }
.mission-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.mission-list > div { display: grid; grid-template-columns: 55px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.mission-list > div:first-child { border-top: 1px solid var(--line); }
.mission-list span { color: var(--gold); font: italic .75rem var(--serif); }
.mission-list p { margin: 0; color: var(--muted); }
.mission-list .button { margin-top: 32px; }

/* Contact */
.contact-hero { padding: 100px 0; background: var(--ivory); }
.contact-grid { min-height: 520px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.contact-grid h1 { font-size: clamp(3rem, 5.2vw, 5.2rem); }
.contact-grid > div:first-child > p:last-child { max-width: 650px; color: var(--muted); font-size: 1.04rem; }
.contact-card { padding: 48px 38px; border: 1px solid var(--gold-light); background: white; box-shadow: 0 22px 55px rgba(9,47,76,.08); }
.contact-label { display: block; margin-bottom: 28px; color: var(--gold); font-size: .67rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.contact-email { color: var(--ink); font: 400 clamp(1.12rem, 2.2vw, 1.65rem)/1.4 var(--serif); text-underline-offset: 7px; text-decoration-color: var(--gold-light); overflow-wrap: anywhere; }
.contact-card > p { margin: 16px 0 32px; color: var(--muted); font-size: .82rem; }
.social-links { display: grid; border-top: 1px solid var(--line); }
.social-links a { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; font-size: .85rem; }
.social-links span { color: var(--gold); }
.contact-reasons { background: #f3f5f2; }
.contact-closing { padding: 90px 0; background: var(--indigo); color: white; text-align: center; }
.contact-closing > div > span { color: var(--gold); }
.contact-closing blockquote { max-width: 850px; margin: 24px auto 32px; font: italic clamp(1.65rem, 3.6vw, 3.1rem)/1.45 var(--serif); }

/* Boutique Indigo */
.shop-page { --page-accent: #9b7430; --page-wash: rgba(201,156,66,.18); }
.shop-hero { overflow: hidden; position: relative; background: var(--ivory); }
.shop-hero::before { content: ""; position: absolute; width: 660px; height: 660px; right: -150px; top: -120px; border-radius: 50%; background: radial-gradient(circle, rgba(236,217,168,.65), rgba(223,233,236,.5) 48%, transparent 70%); }
.shop-hero-grid { min-height: 690px; padding-top: 75px; padding-bottom: 85px; display: grid; grid-template-columns: 1.18fr .82fr; gap: 95px; align-items: center; position: relative; z-index: 1; }
.shop-hero h1 { font-size: clamp(3.1rem, 5.5vw, 5.55rem); }
.shop-hero h1 em { color: #9b7430; }
.shop-hero-grid > div:first-child > p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 1.08rem; }
.shop-actions { margin-top: 32px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.shop-actions > span { color: var(--muted); font-size: .72rem; }
.shop-book { padding: 34px; position: relative; border: 1px solid var(--gold-light); background: rgba(255,253,248,.88); box-shadow: 0 28px 60px rgba(9,47,76,.12); }
.shop-book img { width: min(285px, 90%); margin: 12px auto 28px; border: 1px solid var(--line); box-shadow: var(--shadow); transform: rotate(1deg); }
.shop-status { display: inline-block; padding: 7px 10px; background: var(--gold); color: white; font-size: .62rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.shop-book p { margin: 0; color: var(--muted); font-size: .78rem; text-align: center; }
.shop-book strong { color: var(--ink); font: 400 1.25rem var(--serif); }
.shop-collection { background: #f2f4f0; }
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 55px; }
.shop-card { min-height: 390px; padding: 34px; display: flex; flex-direction: column; border: 1px solid var(--line); background: white; }
.shop-card.featured { background: var(--ivory); border-color: var(--gold-light); }
.shop-card-index { color: var(--gold); font: italic .75rem var(--serif); }
.shop-card small { margin-top: 52px; color: var(--indigo-2); font-size: .66rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.shop-card h3 { margin: 10px 0 18px; color: var(--ink); font: 400 1.55rem var(--serif); }
.shop-card p { color: var(--muted); font-size: .88rem; }
.shop-card a { margin-top: auto; color: var(--ink); font-size: .8rem; font-weight: 600; text-underline-offset: 5px; text-decoration-color: var(--gold-light); }
.shop-card a b { margin-left: 8px; color: var(--gold); }
.shop-promise { padding: 105px 0; background: var(--indigo); color: white; }
.shop-promise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.shop-promise h2 { margin: 20px 0 0; color: white; font: 400 clamp(2.4rem, 4.5vw, 4.3rem)/1.14 var(--serif); }
.shop-promise h2 em { color: var(--gold-light); }
.shop-promise-grid > div:first-child > span { color: var(--gold); }
.shop-promise-grid > div:last-child > p { color: rgba(255,255,255,.72); font-size: 1.05rem; }
.light-link { margin-top: 18px; color: white; text-decoration-color: var(--gold); }
.shop-notice { background: var(--paper); text-align: center; }
.shop-notice .eyebrow { justify-content: center; }
.shop-notice h2 { color: var(--ink); font: 400 clamp(2.25rem, 4vw, 3.8rem)/1.2 var(--serif); }
.shop-notice > div > p:not(.eyebrow) { max-width: 720px; margin: 0 auto 32px; color: var(--muted); }
.shop-notice > div > div { display: flex; justify-content: center; align-items: center; gap: 28px; flex-wrap: wrap; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .brand-tagline { display: none; }
  .nav { gap: 20px; }
  .menu { gap: 13px; }
  .menu a { font-size: .78rem; }
}

@media (max-width: 960px) {
  .menu-toggle { display: grid; gap: 4px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 1px; background: var(--ink); }
  .menu { display: none; position: absolute; left: 24px; right: 24px; top: 100%; padding: 20px; background: white; border: 1px solid var(--line); box-shadow: 0 20px 45px rgba(9,47,76,.14); flex-direction: column; align-items: stretch; gap: 0; }
  .menu.open { display: flex; }
  .menu a { padding: 12px 4px; border-bottom: 1px solid var(--line); }
  .menu .shop-nav { margin-top: 8px; padding: 11px; text-align: center; }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 32px, 720px); }
  .section { padding: 80px 0; }
  .menu-toggle { display: grid; gap: 4px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 1px; background: var(--ink); }
  .menu { display: none; position: absolute; left: 16px; right: 16px; top: 100%; padding: 20px; background: white; border: 1px solid var(--line); box-shadow: 0 20px 45px rgba(9,47,76,.14); flex-direction: column; align-items: stretch; gap: 0; }
  .menu.open { display: flex; }
  .menu a { padding: 12px 4px; border-bottom: 1px solid var(--line); }
  .menu .shop-nav { margin-top: 8px; padding: 11px; text-align: center; }
  .hero-grid, .manifesto-grid, .book-grid, .about-grid, .split-heading, .home-shop-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 5px; padding-top: 80px; }
  .hero-art { min-height: 520px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 280px; }
  .manifesto-grid, .book-grid, .about-grid { gap: 55px; }
  .split-heading { gap: 10px; }
  .topic-grid { grid-template-columns: 1fr; }
  .book-grid { max-width: 680px; }
  .book-copy { order: -1; }
  .book-visual { min-height: auto; }
  .closing-inner { grid-template-columns: 1fr; gap: 20px; padding-top: 50px; padding-bottom: 50px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .page-hero-grid, .reading-grid, .next-inner, .carnet-hero-grid, .purpose-grid, .steps-grid, .for-grid, .boundary-grid, .resource-book-grid, .about-hero-grid, .story-grid, .mission-grid, .contact-grid, .shop-hero-grid, .shop-promise-grid { grid-template-columns: 1fr; }
  .page-hero-grid { gap: 45px; padding-top: 65px; }
  .guide-grid, .article-grid, .parts-grid, .wellbeing-grid, .value-grid, .shop-grid { grid-template-columns: 1fr 1fr; }
  .reading-grid, .purpose-grid, .steps-grid, .for-grid { gap: 50px; }
  .next-inner { gap: 5px; padding-top: 45px; padding-bottom: 45px; }
  .carnet-copy { order: -1; }
  .carnet-hero-grid { gap: 30px; }
  .carnet-cover { min-height: 580px; }
  .sensory-grid { grid-template-columns: 1fr 1fr; }
  .boundary-grid, .resource-book-grid, .about-hero-grid, .story-grid, .mission-grid, .contact-grid { gap: 52px; }
  .resource-book-grid img { width: 280px; }
  .about-monogram { min-height: 350px; }
  .directory-grid, .situation-grid { grid-template-columns: 1fr; }
  .home-shop-grid, .shop-hero-grid, .shop-promise-grid { gap: 50px; }
  .home-shop-book { width: min(100%, 560px); }
  .shop-book { width: min(100%, 460px); justify-self: center; }
}

@media (max-width: 560px) {
  .announcement { font-size: .65rem; }
  .nav { min-height: 72px; }
  .brand-official img { width: 165px; height: 62px; }
  .brand-tagline { display: none; }
  h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .hero-grid { padding-top: 58px; }
  .hero-art { min-height: 470px; }
  .book-shadow { width: 70%; height: 76%; }
  .book-note { right: 0; bottom: 25px; width: 180px; }
  .hero-footer { gap: 10px; flex-wrap: wrap; padding: 14px 0; }
  .hero-footer i { display: none; }
  .section-heading h2, .manifesto h2, .about h2 { font-size: 2.2rem; }
  .audience-card { padding: 35px 28px 28px; }
  .topic { padding: 25px 20px; grid-template-columns: 32px 1fr auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .page-hero-grid { min-height: auto; }
  .page-hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .page-note { padding: 55px 28px 30px; }
  .guide-grid, .article-grid, .article-grid.two-cards, .parts-grid, .sensory-grid, .wellbeing-grid, .value-grid, .shop-grid { grid-template-columns: 1fr; }
  .guide-card { min-height: 245px; }
  .next-inner > a { grid-template-columns: 35px 1fr auto; font-size: 1.45rem; }
  .carnet-copy h1 { font-size: 4rem; }
  .carnet-meta { grid-template-columns: 1fr; }
  .carnet-cover { min-height: 495px; }
  .carnet-cover img { width: 78%; }
  .cover-back { width: 73%; height: 80%; }
  .volume-label { left: 0; top: 40px; }
  .book-closing { padding: 75px 0; }
  .medical-note { grid-template-columns: 1fr; gap: 10px; padding: 22px; }
  .directory-card { min-height: 245px; padding: 25px 20px; grid-template-columns: 34px 1fr auto; }
  .directory-card h2 { margin-top: 38px; }
  .situation { min-height: 195px; padding: 28px 24px; }
  .situation p { margin-top: 28px; }
  .about-hero, .contact-hero, .resource-hero { padding: 68px 0; }
  .about-monogram { min-height: 300px; }
  .about-monogram span { font-size: 8rem; }
  .value, .wellbeing-card { min-height: 260px; }
  .contact-card { padding: 36px 25px; }
  .home-shop-book { min-height: auto; padding: 25px 20px; grid-template-columns: 105px 1fr; gap: 20px; }
  .home-shop-book img { width: 105px; }
  .home-shop-book strong { margin-top: 25px; font-size: 1.35rem; }
  .home-shop-book b { margin-top: 18px; }
  .shop-hero-grid { min-height: auto; padding-top: 58px; padding-bottom: 70px; }
  .shop-book { padding: 25px 18px; }
  .shop-card { min-height: 330px; padding: 28px 25px; }
  .shop-promise { padding: 75px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
