:root {
  --night: #1f1219;
  --wine: #58283a;
  --rose: #e7aeb9;
  --petal: #fff8f3;
  --paper: #f0e8e2;
  --sage: #7f8a72;
  --ink: #321d27;
  --muted: #76686e;
  --line: rgba(50, 29, 39, .17);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --wrap: min(1240px, calc(100vw - 48px));
  --ease: cubic-bezier(.2, .65, .25, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--petal); color: var(--ink); font-family: var(--sans); }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { color: inherit; font: inherit; }
button, summary { cursor: pointer; }
p, h1, h2, h3, h4, blockquote, figure { margin-top: 0; }
sup { font-size: .6em; }
:focus-visible { outline: 3px solid #d76683; outline-offset: 4px; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 12px 18px; transform: translateY(-160%); background: #fff; color: #111; }
.skip-link:focus { transform: none; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding-block: 128px; }
.section--tight { padding-block: 88px; }
.section--paper { background: var(--paper); }
.section--night { background: var(--night); color: #fff; }
.eyebrow { margin-bottom: 18px; font-size: .68rem; font-weight: 800; letter-spacing: .17em; line-height: 1.4; text-transform: uppercase; }
.display { margin-bottom: 0; font-family: var(--serif); font-size: clamp(4rem, 7.5vw, 8rem); font-weight: 400; letter-spacing: -.073em; line-height: .81; }
.display em, .title em { color: var(--rose); font-weight: 400; }
.title { margin-bottom: 0; font-family: var(--serif); font-size: clamp(3.4rem, 5.8vw, 6.2rem); font-weight: 400; letter-spacing: -.065em; line-height: .86; }
.subtitle { max-width: 650px; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.lead { font-size: 1.08rem; line-height: 1.75; }
.muted { color: var(--muted); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 22px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: .76rem; font-weight: 800; letter-spacing: .04em; transition: transform .25s var(--ease), background .25s, color .25s; }
.button:hover { transform: translateY(-3px); }
.button--rose { background: var(--rose); color: var(--ink); }
.button--wine { background: var(--wine); color: #fff; }
.button--night { background: var(--night); color: #fff; }
.button--ghost { border-color: currentColor; background: transparent; }
.text-link { display: inline-flex; gap: 15px; align-items: center; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size: .76rem; font-weight: 800; }
.button-row { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.section-head { display: grid; grid-template-columns: 1.08fr .62fr; align-items: end; gap: 70px; margin-bottom: 65px; }
.section-head > p:last-child { max-width: 480px; margin: 0 0 5px auto; line-height: 1.75; }

/* Site chrome */
.premium-note { display: flex; min-height: 36px; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1240px) / 2)); background: #c88e9a; color: #24131a; font-size: .62rem; font-weight: 760; letter-spacing: .09em; text-transform: uppercase; }
.premium-note a { border-bottom: 1px solid currentColor; }
.site-header { position: relative; z-index: 60; background: rgba(255,248,243,.96); border-bottom: 1px solid var(--line); }
.site-header__inner { display: flex; width: var(--wrap); min-height: 86px; align-items: center; justify-content: space-between; gap: 30px; margin: 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--serif); font-size: 1.28rem; font-weight: 700; letter-spacing: -.035em; }
.brand em { font-weight: 400; }
.brand__mark { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--wine); color: #fff; font-size: 1.18rem; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .72rem; font-weight: 760; }
.main-nav > a, .nav-group > summary { position: relative; padding: 14px 0; list-style: none; }
.main-nav > a::after, .nav-group > summary::after { position: absolute; right: 0; bottom: 8px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav > a:hover::after, .main-nav > a[aria-current="page"]::after, .nav-group:hover > summary::after { transform: scaleX(1); transform-origin: left; }
.nav-group--current > summary::after { transform: scaleX(1); }
.nav-group { position: relative; }
.nav-group > summary::-webkit-details-marker { display: none; }
.nav-group > summary { display: flex; align-items: center; gap: 7px; }
.nav-group > summary::before { order: 2; content: "⌄"; color: #9c848d; }
.nav-panel { position: absolute; top: calc(100% + 18px); left: 50%; display: grid; width: min(670px, 80vw); grid-template-columns: 1fr 1fr; gap: 4px; visibility: hidden; padding: 16px; transform: translate(-50%, 10px); border: 1px solid var(--line); border-radius: 4px 4px 34px 4px; background: var(--petal); box-shadow: 0 30px 70px rgba(31,18,25,.17); opacity: 0; transition: .22s ease; }
.nav-group[open] .nav-panel { visibility: visible; transform: translate(-50%, 0); opacity: 1; }
.nav-panel a { display: grid; grid-template-columns: auto 1fr; gap: 4px 13px; padding: 16px; border-radius: 3px 3px 20px 3px; transition: background .2s; }
.nav-panel a:hover { background: #eee2df; }
.nav-panel span { grid-row: 1 / 3; color: #a58993; font-size: .62rem; }
.nav-panel strong { font-family: var(--serif); font-size: 1rem; }
.nav-panel small { color: var(--muted); font-size: .62rem; font-weight: 500; }
.header-cta { white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 44px; align-content: center; justify-items: center; gap: 6px; border: 0; border-radius: 50%; background: var(--night); }
.menu-toggle span:not(.sr-only) { width: 18px; height: 1px; background: #fff; transition: transform .2s; }
.page-tools { position: fixed; z-index: 45; right: 20px; bottom: 20px; display: flex; flex-direction: column; align-items: flex-end; gap: 9px; }
.page-tools a { display: inline-flex; min-height: 46px; align-items: center; gap: 12px; padding: 0 18px; border-radius: 99px; background: var(--night); color: #fff; box-shadow: 0 15px 35px rgba(31,18,25,.18); font-size: .68rem; font-weight: 800; }
.page-tools a:last-child { min-width: 46px; justify-content: center; padding: 0; background: var(--rose); color: var(--night); }
.site-footer { padding: 78px max(24px, calc((100vw - 1240px) / 2)) 32px; background: #180d13; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1fr; gap: 60px; }
.footer-grid h3 { margin-bottom: 18px; color: var(--rose); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid p, .footer-grid a { color: #b9abb0; font-size: .72rem; line-height: 1.8; }
.footer-grid a { display: block; width: fit-content; }
.footer-grid a:hover { color: #fff; }
.footer-brand p { max-width: 280px; margin-top: 22px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 58px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.14); color: #81747a; font-size: .62rem; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 20px; }

/* Home */
.home-hero { position: relative; min-height: 790px; height: calc(100vh - 122px); overflow: hidden; background: var(--night); color: #fff; }
.home-hero > img { height: 100%; object-fit: cover; object-position: 58% center; }
.home-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,12,18,.84), rgba(23,12,18,.38) 48%, rgba(23,12,18,.08) 78%), linear-gradient(0deg, rgba(23,12,18,.45), transparent 52%); content: ""; }
.home-hero__copy { position: absolute; z-index: 2; top: 50%; left: max(24px, calc((100vw - 1240px) / 2)); width: min(720px, calc(100vw - 48px)); transform: translateY(-46%); }
.home-hero .display { font-size: clamp(5.6rem, 10vw, 10.5rem); }
.home-hero__copy .lead { max-width: 560px; margin: 30px 0 32px; color: #e8dde1; }
.home-hero__meta { position: absolute; z-index: 2; right: max(24px, calc((100vw - 1240px) / 2)); bottom: 28px; display: flex; gap: 34px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.45); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }
.quick-nav { display: grid; width: var(--wrap); grid-template-columns: repeat(4, 1fr); margin: -28px auto 0; position: relative; z-index: 3; border: 1px solid var(--line); border-radius: 3px 3px 40px 3px; background: var(--petal); box-shadow: 0 20px 55px rgba(50,29,39,.1); }
.quick-nav a { display: grid; grid-template-columns: auto 1fr; gap: 6px 13px; padding: 25px; border-right: 1px solid var(--line); }
.quick-nav a:last-child { border-right: 0; }
.quick-nav span { grid-row: 1 / 3; color: #a78e97; font-size: .62rem; }
.quick-nav strong { font-family: var(--serif); font-size: 1rem; }
.quick-nav small { color: var(--muted); font-size: .62rem; }
.manifesto { display: grid; grid-template-columns: 1.1fr .55fr; align-items: end; gap: 110px; }
.manifesto-copy p { color: #c8b9bf; line-height: 1.8; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 85px; border-block: 1px solid rgba(255,255,255,.18); }
.facts p { display: flex; align-items: center; gap: 20px; margin: 0; padding: 28px; border-right: 1px solid rgba(255,255,255,.18); }
.facts p:last-child { border-right: 0; }
.facts strong { font-family: var(--serif); font-size: 2.6rem; font-weight: 400; }
.facts span { color: #a99ba0; font-size: .66rem; line-height: 1.5; }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 3px 3px 42px 3px; background: #fff; }
.product-card figure { height: 470px; margin: 0; overflow: hidden; }
.product-card img { height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.product-card:hover img { transform: scale(1.035); }
.product-card__body { display: grid; grid-template-columns: 1fr auto; gap: 7px 20px; padding: 24px 26px 28px; }
.product-card small { grid-column: 1 / -1; color: #9f8790; font-size: .6rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { margin: 0; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; letter-spacing: -.035em; }
.product-card strong { align-self: end; font-size: .7rem; }
.product-card p { grid-column: 1 / -1; margin: 7px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.55; }
.feature-split { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 680px; }
.feature-split__image img { height: 100%; object-fit: cover; }
.feature-split__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 8vw, 120px); background: var(--wine); color: #fff; }
.feature-split__copy p:not(.eyebrow) { color: #dfd0d5; line-height: 1.8; }
.services-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 55px 1.2fr .8fr auto; align-items: center; gap: 30px; min-height: 115px; border-bottom: 1px solid var(--line); transition: padding .25s, color .25s; }
.service-row:hover { padding-inline: 14px; color: var(--wine); }
.service-row > span { color: #9d868f; font-size: .62rem; }
.service-row h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.5rem, 2.7vw, 2.7rem); font-weight: 400; letter-spacing: -.04em; }
.service-row p { margin: 0; color: var(--muted); font-size: .72rem; }
.service-row b { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-weight: 400; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 65px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.process-card { min-height: 280px; padding: 28px; border-right: 1px solid rgba(255,255,255,.2); }
.process-card:last-child { border-right: 0; }
.process-card span { color: var(--rose); font-size: .62rem; }
.process-card h3 { margin: 70px 0 15px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.process-card p { color: #b5a7ac; font-size: .75rem; line-height: 1.7; }
.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 3px 3px 36px 3px; }
.trust-strip p { margin: 0; padding: 24px; border-right: 1px solid var(--line); }
.trust-strip p:last-child { border-right: 0; }
.trust-strip strong { display: block; margin-bottom: 5px; font-family: var(--serif); font-size: 1rem; }
.trust-strip span { color: var(--muted); font-size: .64rem; }
.journal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.journal-card { min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border: 1px solid var(--line); border-radius: 3px 3px 38px 3px; background: #fff; }
.journal-card:nth-child(2) { background: var(--rose); }
.journal-card:nth-child(3) { background: var(--night); color: #fff; }
.journal-card small { font-size: .61rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.journal-card h3 { margin: auto 0 25px; font-family: var(--serif); font-size: 2.5rem; font-weight: 400; letter-spacing: -.05em; line-height: .95; }
.journal-card p { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.6; }
.journal-card:nth-child(3) p { color: #b9abb0; }

/* Interior pages */
.page-hero { position: relative; min-height: 630px; overflow: hidden; background: var(--night); color: #fff; }
.page-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.page-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25,13,19,.82), rgba(25,13,19,.22) 65%), linear-gradient(0deg, rgba(25,13,19,.38), transparent 55%); content: ""; }
.page-hero__copy { position: relative; z-index: 2; width: var(--wrap); margin: 0 auto; padding-top: 155px; }
.page-hero__copy .display { max-width: 920px; }
.page-hero__copy .lead { max-width: 590px; margin-top: 28px; color: #e5d9dd; }
.page-hero__meta { position: absolute; z-index: 2; right: max(24px, calc((100vw - 1240px) / 2)); bottom: 26px; font-size: .62rem; letter-spacing: .11em; text-transform: uppercase; }
.editorial-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.editorial-aside { position: sticky; top: 28px; height: fit-content; }
.editorial-aside ul { display: grid; gap: 12px; margin: 30px 0 0; padding: 25px 0 0; border-top: 1px solid var(--line); list-style: none; }
.editorial-aside li { color: var(--muted); font-size: .72rem; }
.editorial-content h2 { margin: 65px 0 22px; font-family: var(--serif); font-size: clamp(2.8rem, 4.2vw, 4.5rem); font-weight: 400; letter-spacing: -.055em; line-height: .95; }
.editorial-content h2:first-child { margin-top: 0; }
.editorial-content h3 { margin: 38px 0 13px; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.editorial-content p, .editorial-content li { color: var(--muted); line-height: 1.85; }
.editorial-content ul { padding-left: 20px; }
.editorial-quote { margin: 55px 0; padding: 45px; border-radius: 3px 3px 38px 3px; background: var(--wine); color: #fff; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1; }
.detail-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 55px; }
.detail-card { padding: 28px; border: 1px solid var(--line); border-radius: 3px 3px 28px 3px; }
.detail-card span { color: #9f8790; font-size: .62rem; }
.detail-card h3 { margin: 35px 0 12px; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.detail-card p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.65; }
.price-panel { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 35px; margin-top: 65px; padding: 42px; border-radius: 3px 3px 40px 3px; background: var(--paper); }
.price-panel h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.price-panel p { max-width: 600px; margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.65; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; }
.gallery-grid figure { min-height: 580px; overflow: hidden; border-radius: 3px 3px 55px 3px; }
.gallery-grid figure:nth-child(2) { min-height: 430px; margin-top: 150px; }
.gallery-grid img { height: 100%; object-fit: cover; }
.zone-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.zone-card { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.zone-card:hover { background: var(--paper); }
.zone-card span { color: #9c858e; font-size: .62rem; }
.zone-card h3 { margin: auto 0 8px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.zone-card p { margin: 0; color: var(--muted); font-size: .7rem; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.contact-details { align-self: start; }
.contact-details address { margin-top: 40px; font-style: normal; line-height: 1.8; }
.contact-details address a { border-bottom: 1px solid var(--line); }
.premium-form { display: grid; gap: 22px; }
.form-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.premium-form label { display: grid; gap: 9px; color: var(--muted); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.premium-form input, .premium-form textarea, .premium-form select { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid var(--line); outline: 0; background: transparent; text-transform: none; resize: vertical; }
.premium-form input:focus, .premium-form textarea:focus, .premium-form select:focus { border-color: var(--wine); }
.premium-form .consent { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 12px; line-height: 1.5; text-transform: none; }
.premium-form .consent input { width: auto; margin-top: 2px; }
.form-status { min-height: 1.4em; margin: 0; color: var(--wine); font-size: .7rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 18px; padding: 25px 0; list-style: none; font-family: var(--serif); font-size: 1.5rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #9a838c; font-family: var(--sans); font-size: .62rem; }
.faq-list summary::after { content: "+"; font-family: var(--sans); font-size: 1rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 800px; margin: 0 0 25px 58px; color: var(--muted); line-height: 1.75; }
.legal { max-width: 850px; }
.legal h1 { margin-bottom: 50px; font-family: var(--serif); font-size: clamp(3.8rem, 7vw, 7rem); font-weight: 400; letter-spacing: -.065em; line-height: .86; }
.legal h2 { margin: 48px 0 14px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.legal p, .legal li { color: var(--muted); line-height: 1.8; }
.legal-note { padding: 20px; border-left: 3px solid var(--rose); background: var(--paper); font-size: .78rem; }
.error-page { min-height: calc(100vh - 122px); display: grid; place-items: center; padding: 70px 24px; background: var(--night); color: #fff; text-align: center; }
.error-page strong { display: block; color: var(--rose); font-family: var(--serif); font-size: clamp(7rem, 20vw, 16rem); font-weight: 400; line-height: .7; }
.error-page h1 { margin: 35px 0 16px; font-family: var(--serif); font-size: 3rem; font-weight: 400; }
.error-page p { max-width: 520px; color: #b9abb0; line-height: 1.7; }
.error-page .button { margin-top: 18px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  :root { --wrap: min(760px, calc(100vw - 34px)); }
  .main-nav { gap: 15px; }
  .main-nav > a:nth-of-type(4), .main-nav > a:nth-of-type(5) { display: none; }
  .section-head, .manifesto, .editorial-grid, .contact-layout { grid-template-columns: 1fr; gap: 45px; }
  .section-head > p:last-child { margin-left: 0; }
  .quick-nav { grid-template-columns: 1fr 1fr; }
  .quick-nav a:nth-child(2) { border-right: 0; }
  .quick-nav a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .collection-grid { grid-template-columns: 1fr 1fr; }
  .product-card:last-child { grid-column: 1 / -1; }
  .feature-split { grid-template-columns: 1fr; }
  .feature-split__image { height: 600px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-card:nth-child(2) { border-right: 0; }
  .process-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .trust-strip, .zone-grid { grid-template-columns: 1fr 1fr; }
  .trust-strip p:nth-child(2) { border-right: 0; }
  .trust-strip p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .journal-grid { grid-template-columns: 1fr 1fr; }
  .journal-card:last-child { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .editorial-aside { position: static; }
  .detail-cards { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid figure:nth-child(2) { margin-top: 0; }
}

@media (max-width: 740px) {
  :root { --wrap: calc(100vw - 28px); }
  .premium-note { min-height: 33px; padding-inline: 14px; font-size: .54rem; }
  .premium-note span { display: none; }
  .premium-note a:last-child { font-size: 0; }
  .premium-note a:last-child::after { content: "Livraison le jour même"; font-size: .54rem; }
  .site-header__inner { min-height: 72px; }
  .menu-toggle { position: relative; z-index: 75; display: grid; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 70; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 3px; visibility: hidden; padding: 75px 24px 30px; background: var(--petal); opacity: 0; pointer-events: none; transition: .25s ease; }
  .menu-open .main-nav { visibility: visible; opacity: 1; pointer-events: auto; }
  .main-nav > a, .nav-group > summary { font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
  .main-nav > a:nth-of-type(4), .main-nav > a:nth-of-type(5) { display: block; }
  .nav-group { width: 100%; text-align: center; }
  .nav-group > summary { justify-content: center; }
  .nav-panel { position: static; width: 100%; max-height: 260px; grid-template-columns: 1fr; overflow-y: auto; visibility: visible; margin: 0; padding: 8px; transform: none; border: 0; background: var(--paper); box-shadow: none; opacity: 1; }
  .nav-panel a { padding: 9px; text-align: left; }
  .header-cta { display: none; }
  .section { padding-block: 90px; }
  .section--tight { padding-block: 70px; }
  .display { font-size: clamp(4rem, 19vw, 6.4rem); }
  .title { font-size: clamp(3.4rem, 16vw, 5.4rem); }
  .section-head { margin-bottom: 45px; }
  .home-hero { min-height: 740px; height: calc(100svh - 105px); }
  .home-hero > img { object-position: 68% center; }
  .home-hero .display { font-size: clamp(4.8rem, 22vw, 7.4rem); }
  .home-hero__copy { top: 53%; }
  .home-hero__copy .lead { font-size: .9rem; }
  .home-hero__meta { right: 14px; bottom: 15px; left: 14px; justify-content: space-between; gap: 10px; }
  .quick-nav { grid-template-columns: 1fr; margin-top: 0; border-radius: 0 0 35px 0; }
  .quick-nav a { border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-nav a:last-child { border-bottom: 0; }
  .facts, .collection-grid, .process-grid, .trust-strip, .journal-grid, .footer-grid, .detail-cards, .zone-grid { grid-template-columns: 1fr; }
  .facts p, .process-card, .trust-strip p { border-right: 0; border-bottom: 1px solid var(--line); }
  .product-card:last-child, .journal-card:last-child { grid-column: auto; }
  .product-card figure { height: 440px; }
  .feature-split__image { height: 480px; }
  .feature-split__copy { padding: 60px 28px; }
  .service-row { grid-template-columns: 34px 1fr auto; gap: 14px; min-height: 100px; }
  .service-row p { display: none; }
  .service-row h3 { font-size: 1.55rem; }
  .process-card { min-height: 235px; }
  .journal-card { min-height: 330px; }
  .page-hero { min-height: 650px; }
  .page-hero > img { object-position: 62% center; }
  .page-hero__copy { padding-top: 130px; }
  .page-hero__meta { right: 14px; }
  .editorial-grid { gap: 55px; }
  .editorial-quote { padding: 30px; }
  .price-panel { grid-template-columns: 1fr; padding: 30px; }
  .gallery-grid figure, .gallery-grid figure:nth-child(2) { min-height: 450px; }
  .form-pair { grid-template-columns: 1fr; }
  .faq-list summary { grid-template-columns: 28px 1fr auto; font-size: 1.25rem; }
  .faq-list details p { margin-left: 46px; }
  .footer-bottom { flex-direction: column; }
  .page-tools { right: 12px; bottom: 12px; }
  .page-tools a:first-child { min-width: 46px; justify-content: center; padding: 0; font-size: 0; }
  .page-tools a:first-child::after { content: "✦"; font-size: .8rem; }
}

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