:root {
  --ivory: #f8f4f0;
  --paper: #fffdf9;
  --blush: #eadbd7;
  --rose: #d8c1bb;
  --rose-dark: #a98278;
  --taupe: #766b64;
  --ink: #211d1b;
  --muted: #716965;
  --olive: #777b61;
  --line: rgba(33, 29, 27, .15);
  --shadow: 0 30px 80px rgba(55, 41, 35, .14);
  --radius: 24px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 118px 0; }
.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; left: 20px; top: -80px; z-index: 2000; padding: 12px 18px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 20px; }

.announcement { height: 38px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 0 18px; background: var(--ink); color: #fff; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.announcement span { opacity: .68; }
.announcement a { border-bottom: 1px solid rgba(255,255,255,.55); margin-left: 8px; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(248,244,240,.88); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: border-color .25s, box-shadow .25s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 9px 35px rgba(54,40,34,.06); }
.nav-wrap { min-height: 82px; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 30px; }
.brand { display: inline-flex; flex-direction: column; width: max-content; line-height: 1; }
.brand-name { font-family: var(--serif); font-size: 20px; letter-spacing: .12em; }
.brand-tagline { margin-top: 8px; font-size: 9px; letter-spacing: .42em; color: var(--muted); }
.main-nav { display: flex; justify-content: center; align-items: center; gap: 30px; }
.main-nav a { position: relative; font-size: 13px; color: #554d49; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--ink); transition: right .25s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.cart-button { border: 0; background: transparent; display: inline-flex; align-items: center; gap: 8px; padding: 10px 0; cursor: pointer; font-size: 13px; }
.cart-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.cart-count { display: grid; place-items: center; min-width: 21px; height: 21px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 10px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; place-items: center; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 1px; background: var(--ink); margin: 4px; transition: transform .25s, opacity .25s; }

.eyebrow { margin: 0 0 20px; color: var(--rose-dark); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { font-family: var(--serif); font-weight: 400; line-height: 1.03; }
h1 { margin-bottom: 28px; font-size: clamp(55px, 6.7vw, 92px); letter-spacing: -.045em; }
h1 em { color: var(--rose-dark); font-weight: 400; }
h2 { margin-bottom: 22px; font-size: clamp(42px, 5vw, 67px); letter-spacing: -.035em; }
h3 { font-size: 30px; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; padding: 0 25px; cursor: pointer; font-size: 13px; font-weight: 650; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: #3b322e; }
.button-light { background: #fff; color: var(--ink); }
.button-ghost { background: transparent; border-color: rgba(33,29,27,.28); }
.button-ghost:hover { background: var(--paper); border-color: var(--ink); }
.text-button, .text-link { border: 0; background: transparent; padding: 0; cursor: pointer; display: inline-flex; gap: 9px; align-items: center; font-size: 13px; font-weight: 650; border-bottom: 1px solid rgba(33,29,27,.3); padding-bottom: 4px; }
.text-button span, .text-link span { transition: transform .25s; }
.text-button:hover span, .text-link:hover span { transform: translateX(4px); }

.hero { position: relative; overflow: hidden; padding: 90px 0 0; background: linear-gradient(135deg, #f9f6f2 0%, #f3e8e4 60%, #eee0dc 100%); }
.hero-noise { pointer-events: none; position: absolute; inset: 0; opacity: .22; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E"); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 85px; min-height: 640px; }
.hero-copy { padding-bottom: 70px; }
.hero-text { max-width: 600px; margin-bottom: 32px; color: #5f5651; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 30px 0 0; }
.hero-tags li { padding: 8px 13px; border: 1px solid rgba(33,29,27,.16); background: rgba(255,255,255,.35); border-radius: 999px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.shape { position: absolute; border-radius: 50%; filter: blur(.2px); }
.shape-one { width: 440px; height: 440px; background: rgba(255,255,255,.5); }
.shape-two { width: 290px; height: 290px; right: -40px; top: 20px; border: 1px solid rgba(118,107,100,.18); }
.book-shadow { position: absolute; width: 350px; height: 60px; bottom: 62px; border-radius: 50%; background: rgba(65,47,40,.19); filter: blur(18px); transform: rotate(-4deg); }
.book { position: relative; z-index: 2; width: min(390px, 76%); aspect-ratio: 827/1169; border-radius: 2px 11px 11px 2px; transform: perspective(1200px) rotateY(-9deg) rotateZ(2deg); box-shadow: -17px 24px 40px rgba(52,37,31,.25), 10px 0 0 #efe7df, 13px 0 0 #c6b9ae; transition: transform .45s; overflow: hidden; }
.book:hover { transform: perspective(1200px) rotateY(-3deg) rotateZ(0); }
.book img { width: 100%; height: 100%; object-fit: cover; }
.book::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.25), transparent 8%, transparent 92%, rgba(255,255,255,.14)); mix-blend-mode: soft-light; }
.book-spine { position: absolute; z-index: 3; left: -38px; top: 50%; color: #fff; font-family: var(--serif); font-size: 9px; letter-spacing: .13em; transform: rotate(-90deg); opacity: .75; }
.hero-note { position: absolute; z-index: 4; right: -20px; bottom: 68px; width: 205px; padding: 20px 22px; background: rgba(255,253,249,.94); box-shadow: var(--shadow); border-radius: 14px; }
.hero-note span { display: block; margin-bottom: 5px; color: var(--rose-dark); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.hero-note strong { font-family: var(--serif); font-size: 19px; font-weight: 400; line-height: 1.2; }
.benefits { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 12px; background: rgba(255,253,249,.9); border-radius: 24px 24px 0 0; box-shadow: 0 -12px 45px rgba(63,45,38,.07); }
.benefits article { display: flex; align-items: center; gap: 18px; padding: 30px 34px; border-right: 1px solid var(--line); }
.benefits article:last-child { border-right: 0; }
.benefit-number { color: var(--rose-dark); font-family: var(--serif); font-size: 27px; }
.benefits strong, .benefits small { display: block; }
.benefits strong { font-size: 14px; }
.benefits small { margin-top: 4px; color: var(--muted); font-size: 12px; }

.product-section { background: var(--paper); }
.product-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 95px; align-items: center; }
.product-gallery { position: relative; padding: 55px; border-radius: var(--radius); background: var(--blush); }
.product-main-image { position: relative; width: min(410px, 100%); margin-inline: auto; box-shadow: var(--shadow); }
.product-main-image img { width: 100%; }
.status-pill { position: absolute; top: 16px; right: 16px; padding: 8px 12px; border-radius: 999px; background: rgba(255,253,249,.92); font-size: 9px; font-weight: 750; letter-spacing: .15em; }
.gallery-caption { width: 100%; display: grid; grid-template-columns: 1fr auto; text-align: left; border: 0; background: transparent; margin-top: 25px; padding: 0; cursor: pointer; }
.gallery-caption span { grid-column: 1; font-size: 10px; color: var(--muted); letter-spacing: .14em; text-transform: uppercase; }
.gallery-caption strong { grid-column: 1; margin-top: 2px; font-family: var(--serif); font-size: 18px; font-weight: 400; }
.gallery-caption svg { grid-column: 2; grid-row: 1 / 3; align-self: center; width: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.product-info h2 { font-size: clamp(50px, 5vw, 70px); }
.product-lead { max-width: 650px; color: var(--muted); font-size: 17px; }
.product-meta { display: grid; grid-template-columns: repeat(3,1fr); margin: 38px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-meta div { padding: 18px 15px 18px 0; border-right: 1px solid var(--line); }
.product-meta div:not(:first-child) { padding-left: 18px; }
.product-meta div:last-child { border-right: 0; }
.product-meta span, .product-meta strong { display: block; }
.product-meta span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }
.product-meta strong { margin-top: 6px; font-size: 12px; }
.included h3 { margin-bottom: 14px; font-size: 23px; }
.included ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 25px; list-style: none; padding: 0; margin: 0; }
.included li { color: #564e49; font-size: 13px; }
.included li span { color: var(--rose-dark); margin-right: 7px; }
.purchase-box { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 25px; margin-top: 38px; padding: 25px; border-radius: 18px; background: var(--ivory); }
.price-block small, .price-block strong, .price-block span { display: block; }
.price-block small { color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.price-block strong { margin: 3px 0; font-family: var(--serif); font-size: 26px; font-weight: 400; }
.price-block span { color: var(--muted); font-size: 11px; }
.secure-note { display: flex; gap: 10px; align-items: center; margin: 18px 0 0; color: var(--muted); font-size: 11px; }
.secure-note svg { flex: 0 0 auto; width: 20px; fill: none; stroke: var(--olive); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

.collections { background: var(--ivory); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 55px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 500px; margin-bottom: 8px; color: var(--muted); }
.section-heading.centered { display: block; max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading.centered > p { margin: 0 auto; }
.collection-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }
.collection-card { position: relative; min-height: 580px; overflow: hidden; border-radius: 18px; color: #fff; }
.collection-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.25,1); }
.collection-card:nth-child(3) img { object-position: center; }
.collection-card:hover img { transform: scale(1.045); }
.collection-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(21,17,15,.79), rgba(21,17,15,.03) 68%); }
.collection-content { position: absolute; inset: auto 30px 30px; }
.collection-content span { font-family: var(--serif); font-size: 18px; opacity: .72; }
.collection-content h3 { margin: 8px 0 12px; font-size: 40px; }
.collection-content p { max-width: 300px; font-size: 13px; opacity: .82; }
.collection-content a { display: inline-block; margin-top: 7px; padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.65); font-size: 12px; }

.samples { background: var(--paper); }
.recipe-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.recipe-card { background: var(--ivory); border-radius: 18px; overflow: hidden; transition: transform .3s, box-shadow .3s; }
.recipe-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.recipe-image { position: relative; aspect-ratio: 1 / .83; overflow: hidden; background: var(--blush); }
.recipe-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.recipe-card:hover .recipe-image img { transform: scale(1.04); }
.recipe-image span { position: absolute; left: 14px; top: 14px; padding: 7px 10px; border-radius: 999px; background: rgba(255,253,249,.92); font-size: 8px; font-weight: 750; letter-spacing: .14em; }
.recipe-body { padding: 24px; }
.recipe-body small { color: var(--rose-dark); letter-spacing: .12em; }
.recipe-body h3 { min-height: 64px; margin: 10px 0 22px; font-size: 26px; }

.editorial-banner { background: var(--blush); }
.editorial-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 95px; align-items: center; }
.editorial-image { position: relative; width: min(430px, 100%); margin-inline: auto; }
.editorial-image::before { content: ""; position: absolute; inset: -24px 24px 24px -24px; border: 1px solid rgba(33,29,27,.22); }
.editorial-image img { position: relative; box-shadow: var(--shadow); }
.editorial-copy blockquote { margin: 30px 0; padding: 0 0 0 30px; border-left: 1px solid var(--rose-dark); font-family: var(--serif); font-size: clamp(24px, 3vw, 35px); line-height: 1.3; }
.editorial-copy > p { max-width: 650px; color: #5f5550; }
.editorial-copy .text-link { margin-top: 15px; }

.future { overflow: hidden; background: var(--ink); color: #fff; }
.future-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.future-heading p:last-child { color: rgba(255,255,255,.63); }
.future-books { display: flex; align-items: center; justify-content: center; min-height: 430px; perspective: 1200px; }
.mini-book { position: relative; width: 220px; aspect-ratio: .72; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border-radius: 2px 8px 8px 2px; box-shadow: -15px 23px 35px rgba(0,0,0,.28), inset 8px 0 10px rgba(0,0,0,.08); color: var(--ink); }
.mini-book::after { content: ""; position: absolute; inset: 0 auto 0 12px; width: 1px; background: rgba(33,29,27,.18); }
.mini-book small { font-size: 8px; letter-spacing: .17em; }
.mini-book strong { font-family: var(--serif); font-size: 31px; font-weight: 400; line-height: 1.05; }
.mini-book span { font-family: var(--serif); font-size: 11px; letter-spacing: .16em; }
.mini-book-one { z-index: 1; transform: translateX(35px) rotateY(16deg) rotateZ(-6deg); background: #eee1db; }
.mini-book-two { z-index: 3; transform: translateY(-15px); background: #f7f2ed; }
.mini-book-three { z-index: 2; transform: translateX(-35px) rotateY(-16deg) rotateZ(6deg); background: #c9c8b4; }

.faq { background: var(--ivory); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-title { position: sticky; top: 130px; align-self: start; }
.faq-title p:last-child { color: var(--muted); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 23px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; width: 20px; height: 20px; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; left: 3px; top: 10px; width: 14px; height: 1px; background: currentColor; transition: transform .25s; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0deg); }
.accordion details p { max-width: 700px; margin: -5px 40px 27px 0; color: var(--muted); font-size: 14px; }

.newsletter { padding: 72px 0; background: var(--rose-dark); color: #fff; }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.newsletter .eyebrow { color: rgba(255,255,255,.62); }
.newsletter h2 { margin-bottom: 0; font-size: clamp(34px, 4vw, 54px); }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.newsletter-form input { width: 100%; min-width: 0; height: 54px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; outline: 0; padding: 0 22px; background: rgba(255,255,255,.09); color: #fff; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.7); }
.newsletter-form input:focus { border-color: #fff; }

.footer { padding: 75px 0 28px; background: #181513; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 55px; }
.footer .brand-tagline { color: rgba(255,255,255,.5); }
.footer-brand p { max-width: 300px; margin-top: 25px; color: rgba(255,255,255,.56); font-size: 13px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid strong { margin-bottom: 10px; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a { color: rgba(255,255,255,.6); font-size: 12px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }

.cart-drawer { position: fixed; inset: 0; z-index: 1600; pointer-events: none; visibility: hidden; }
.cart-drawer.open { pointer-events: auto; visibility: visible; }
.cart-overlay { position: absolute; inset: 0; background: rgba(22,17,15,.52); opacity: 0; transition: opacity .35s; }
.cart-drawer.open .cart-overlay { opacity: 1; }
.cart-panel { position: absolute; right: 0; top: 0; width: min(460px, 100%); height: 100%; display: flex; flex-direction: column; background: var(--paper); transform: translateX(100%); transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.cart-drawer.open .cart-panel { transform: translateX(0); }
.cart-header { display: flex; align-items: center; justify-content: space-between; padding: 25px 28px; border-bottom: 1px solid var(--line); }
.cart-header h2 { margin: 0; font-size: 34px; }
.icon-button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 25px; line-height: 1; }
.cart-empty { margin: auto; padding: 30px; text-align: center; }
.cart-empty p { color: var(--muted); }
.cart-content { display: flex; flex-direction: column; height: 100%; }
.cart-item { display: grid; grid-template-columns: 80px 1fr auto; gap: 15px; align-items: center; padding: 25px 28px; border-bottom: 1px solid var(--line); }
.cart-item img { width: 80px; height: 112px; object-fit: cover; }
.cart-item small, .cart-item strong, .cart-item span { display: block; }
.cart-item small { color: var(--rose-dark); font-size: 8px; letter-spacing: .13em; }
.cart-item strong { margin: 5px 0; font-family: var(--serif); font-size: 21px; }
.cart-item span { color: var(--muted); font-size: 11px; }
.remove-item { border: 0; background: transparent; color: var(--muted); font-size: 11px; text-decoration: underline; cursor: pointer; }
.cart-summary { margin-top: auto; padding: 28px; background: var(--ivory); }
.cart-summary > div { display: flex; justify-content: space-between; font-family: var(--serif); font-size: 22px; }
.cart-summary p { color: var(--muted); font-size: 11px; }
.cart-summary .button { width: 100%; margin-top: 12px; }

.preview-modal, .demo-modal { border: 0; padding: 0; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.preview-modal::backdrop, .demo-modal::backdrop { background: rgba(21,17,15,.72); backdrop-filter: blur(7px); }
.preview-modal { width: min(920px, calc(100% - 32px)); border-radius: 20px; overflow: hidden; }
.modal-header { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.modal-header small { color: var(--rose-dark); font-size: 8px; letter-spacing: .15em; }
.modal-header h2 { margin: 2px 0 0; font-size: 28px; }
.preview-stage { min-height: 67vh; display: grid; grid-template-columns: 50px 1fr 50px; align-items: center; gap: 12px; padding: 20px; background: var(--blush); }
.preview-stage img { max-height: 64vh; margin: auto; box-shadow: 0 22px 50px rgba(47,34,29,.22); }
.preview-arrow { width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(255,255,255,.84); cursor: pointer; }
.preview-footer { display: flex; justify-content: space-between; align-items: center; padding: 14px 22px; color: var(--muted); font-size: 11px; }
.preview-footer p { margin: 0; }
.demo-modal { width: min(500px, calc(100% - 32px)); padding: 42px; border-radius: 20px; text-align: center; }
.demo-modal > .icon-button { position: absolute; right: 18px; top: 18px; }
.demo-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: var(--blush); color: var(--rose-dark); font-size: 24px; }
.demo-modal h2 { font-size: 34px; }
.demo-modal p { color: var(--muted); font-size: 14px; }
.demo-modal .button { margin-top: 12px; }
.toast { position: fixed; left: 50%; bottom: 30px; z-index: 2100; transform: translate(-50%, 30px); padding: 12px 18px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 12px; opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1060px) {
  .nav-wrap { grid-template-columns: 1fr auto auto; }
  .menu-toggle { display: grid; order: 2; }
  .cart-button { order: 3; }
  .main-nav { position: absolute; top: 82px; left: 20px; right: 20px; display: grid; gap: 0; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,253,249,.98); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s; }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { padding: 14px 8px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .hero-note { right: 0; }
  .product-grid, .editorial-grid { gap: 55px; }
  .recipe-grid { grid-template-columns: repeat(2,1fr); }
  .future-grid { grid-template-columns: 1fr; }
  .future-heading { max-width: 700px; }
}

@media (max-width: 820px) {
  .section { padding: 85px 0; }
  .hero { padding-top: 65px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 10px; }
  .hero-visual { min-height: 580px; }
  .benefits { grid-template-columns: 1fr; border-radius: 22px 22px 0 0; }
  .benefits article { border-right: 0; border-bottom: 1px solid var(--line); }
  .benefits article:last-child { border-bottom: 0; }
  .product-grid, .editorial-grid, .faq-grid, .newsletter-inner { grid-template-columns: 1fr; }
  .product-grid, .editorial-grid, .faq-grid { gap: 55px; }
  .section-heading { grid-template-columns: 1fr; gap: 15px; }
  .collection-grid { grid-template-columns: 1fr; }
  .collection-card { min-height: 470px; }
  .faq-title { position: static; }
  .newsletter-inner { gap: 30px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1180px); }
  .announcement { justify-content: flex-start; overflow: auto; white-space: nowrap; }
  .announcement a { margin-left: auto; }
  .nav-wrap { min-height: 72px; gap: 8px; }
  .main-nav { top: 72px; left: 14px; right: 14px; }
  .brand-name { font-size: 16px; }
  .brand-tagline { margin-top: 6px; font-size: 7px; }
  .cart-button span { display: none; }
  h1 { font-size: clamp(49px, 16vw, 70px); }
  h2 { font-size: 42px; }
  .hero-text { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 490px; }
  .book { width: 73%; }
  .shape-one { width: 340px; height: 340px; }
  .hero-note { right: 0; bottom: 35px; width: 170px; padding: 15px; }
  .benefits article { padding: 25px 22px; }
  .product-gallery { padding: 30px; }
  .product-meta { grid-template-columns: 1fr; }
  .product-meta div, .product-meta div:not(:first-child) { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-meta div:last-child { border-bottom: 0; }
  .included ul { grid-template-columns: 1fr; }
  .purchase-box { grid-template-columns: 1fr; }
  .purchase-box .button { width: 100%; }
  .recipe-grid { grid-template-columns: 1fr; }
  .recipe-body h3 { min-height: 0; }
  .editorial-image::before { inset: -13px 13px 13px -13px; }
  .future-books { min-height: 350px; transform: scale(.79); margin-inline: -65px; }
  .mini-book { width: 200px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .preview-stage { min-height: 60vh; grid-template-columns: 38px 1fr 38px; padding: 12px 5px; }
  .preview-stage img { max-height: 56vh; }
  .preview-arrow { width: 36px; height: 36px; }
  .preview-footer { align-items: flex-start; gap: 8px; flex-direction: column; }
  .demo-modal { padding: 38px 24px 28px; }
}

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