@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Italiana&display=swap');

:root {
  --ivory: #f5f0e8;
  --paper: #fbf8f3;
  --sand: #d8c7b2;
  --taupe: #a88e73;
  --brown: #5b3d2a;
  --espresso: #251c17;
  --ink: #1d1815;
  --line: rgba(37, 28, 23, .16);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(37, 28, 23, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body.locked { overflow: hidden; }
body.splash-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 1000; background: #fff; padding: 10px 16px; }
.skip-link:focus { top: 16px; }

.splash-screen { position: fixed; inset: 0; z-index: 2000; overflow: hidden; background: #140d09; opacity: 1; visibility: visible; transition: opacity .7s ease, visibility .7s ease; }
.splash-screen.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.splash-visual { position: absolute; left: 50%; top: 50%; width: max(100vw, 177.97vh); height: max(100vh, 56.19vw); transform: translate(-50%, -50%); animation: splashDrift 12s ease-in-out infinite alternate; }
.splash-image { width: 100%; height: 100%; object-fit: fill; }
.splash-flame-glow { position: absolute; left: 10.25%; top: 61.7%; width: 54px; height: 90px; border-radius: 50%; background: radial-gradient(ellipse at center, rgba(255, 250, 213, .9) 0 7%, rgba(255, 184, 73, .66) 20%, rgba(255, 112, 26, .23) 45%, transparent 72%); filter: blur(3px); mix-blend-mode: screen; transform: translate(-50%, -50%); transform-origin: center bottom; animation: candleFlicker .82s steps(4, end) infinite; pointer-events: none; }
.splash-enter { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: pointer; }
.splash-enter:focus-visible { outline: 2px solid #d9ad6a; outline-offset: -9px; }
.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; }

@keyframes splashDrift {
  from { transform: translate(-50%, -50%) scale(1.005); }
  to { transform: translate(-50%, -50%) scale(1.025); }
}

@keyframes candleFlicker {
  0%, 100% { opacity: .5; transform: translate(-50%, -50%) scale(.88, .96); }
  24% { opacity: .9; transform: translate(-48%, -52%) scale(1.03, 1.1); }
  52% { opacity: .62; transform: translate(-52%, -49%) scale(.94, 1.01); }
  78% { opacity: .94; transform: translate(-49%, -53%) scale(1.07, 1.14); }
}

@media (max-width: 800px) {
  .splash-flame-glow { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .splash-visual, .splash-flame-glow { animation: none; }
  .splash-screen { transition-duration: .01ms; }
}

.announcement { min-height: 30px; padding: 5px clamp(18px, 4vw, 72px); background: var(--brown); color: #fff; display: flex; align-items: center; justify-content: center; gap: 20px; font-size: .73rem; letter-spacing: .02em; }
.announcement div { display: flex; gap: 9px; align-items: center; }
.text-button { appearance: none; border: 0; padding: 0; color: inherit; background: none; cursor: pointer; }

.site-header { height: 92px; padding: 0 clamp(18px, 4vw, 72px); display: grid; grid-template-columns: 1fr auto 1fr auto; align-items: center; gap: 28px; background: rgba(251, 248, 243, .96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(15px); }
.main-nav, .secondary-nav { display: flex; align-items: center; gap: clamp(18px, 2.1vw, 38px); font-size: .78rem; }
.secondary-nav { justify-content: flex-end; }
.main-nav a, .secondary-nav a { position: relative; }
.main-nav a::after, .secondary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--brown); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a.active::after, .secondary-nav a:hover::after { right: 0; }
.brand { display: inline-flex; flex-direction: column; align-items: center; line-height: 1; min-width: max-content; }
.brand strong { font-family: var(--serif); font-weight: 400; font-size: 1.9rem; letter-spacing: .18em; }
.brand span { margin-top: 8px; font-size: .55rem; letter-spacing: .38em; }
.header-actions { display: flex; align-items: center; gap: 6px; }
.icon-button { width: 42px; height: 42px; display: inline-grid; place-items: center; border: 0; border-radius: 50%; color: inherit; background: transparent; cursor: pointer; position: relative; }
.icon-button:hover { background: rgba(91, 61, 42, .08); }
.icon-button svg { width: 21px; height: 21px; }
.cart-badge { position: absolute; top: 1px; right: 0; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 20px; background: var(--brown); color: #fff; font-size: .66rem; line-height: 18px; text-align: center; }
.mobile-only { display: none; }

.hero { height: min(720px, calc(100vh - 122px)); min-height: 570px; position: relative; overflow: hidden; color: #fff; }
.hero-image { height: 100%; object-fit: cover; object-position: center; transform: scale(1.015); animation: settle 1.4s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28, 18, 12, .78) 0%, rgba(28, 18, 12, .42) 38%, rgba(28, 18, 12, .08) 68%); }
.hero-content { position: absolute; left: clamp(24px, 6vw, 105px); top: 50%; transform: translateY(-50%); width: min(580px, calc(100% - 48px)); }
.eyebrow { margin: 0 0 15px; font-size: .7rem; letter-spacing: .34em; font-weight: 600; }
.eyebrow.dark { color: var(--brown); }
.hero h1 { max-width: 650px; margin: 0 0 24px; font-family: var(--serif); font-weight: 400; font-size: clamp(3rem, 5.5vw, 5.6rem); line-height: .98; letter-spacing: -.025em; }
.hero h1 em { font-weight: 400; }
.hero-content > p:not(.eyebrow) { max-width: 510px; margin: 0 0 31px; font-size: 1.02rem; line-height: 1.7; }
.button { min-height: 47px; padding: 12px 20px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 16px; font-size: .84rem; font-weight: 600; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: #fff; color: var(--espresso); }
.button-dark { background: var(--espresso); color: #fff; }
.button-outline { border-color: rgba(255,255,255,.45); color: #fff; }
.button-outline:hover { background: #fff; color: var(--espresso); }
.button.full { width: 100%; }
.scroll-cue { position: absolute; right: 35px; bottom: 28px; text-align: center; font-size: .58rem; letter-spacing: .22em; line-height: 2; }

.section { padding-left: clamp(24px, 5vw, 90px); padding-right: clamp(24px, 5vw, 90px); }
.categories { padding-top: 34px; padding-bottom: 55px; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 2vw, 30px); background: var(--paper); }
.category-card a { display: block; text-align: center; }
.category-image { height: 205px; overflow: hidden; background: #e6ded4; }
.category-image img { height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.category-card:hover img { transform: scale(1.05); }
.category-card h2 { margin: 16px 0 1px; font: 400 1.45rem var(--serif); }
.category-card span { font-size: .73rem; }
.category-card b { font-weight: 400; margin-left: 7px; }
.collection-choices { grid-template-columns: repeat(3, 1fr); max-width: 1280px; margin: 0 auto; padding-top: 58px; }
.collection-choices .category-card { background: var(--paper); border: 1px solid var(--line); padding-bottom: 17px; }
.collection-choices .category-image { height: 245px; }
.collection-feature { padding-top: clamp(65px, 8vw, 125px); padding-bottom: clamp(65px, 8vw, 125px); background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.collection-feature-inner { max-width: 1120px; margin: 0 auto; }
.collection-feature h1, .collection-feature h2 { margin: 0 0 25px; font: 400 clamp(3rem, 7vw, 6.8rem) / .95 var(--serif); letter-spacing: .04em; }
.collection-feature p:not(.eyebrow) { max-width: 980px; margin: 0 auto; color: #4f4640; font-size: clamp(1rem, 1.5vw, 1.28rem); line-height: 1.8; }
.collection-feature p strong { color: var(--ink); font-weight: 700; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.collection-feature .button { margin-top: 30px; }
.collection-product { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(300px, 1.1fr); gap: clamp(35px, 7vw, 110px); align-items: center; background: var(--ivory); }
.collection-product-image { height: clamp(430px, 42vw, 650px); min-height: 0; display: flex; align-items: center; justify-content: center; background: #eadfd2; overflow: hidden; }
.collection-product-image img { width: 100%; height: 100%; min-height: 0; display: block; object-fit: contain; }
.collection-product-visual-crop img { object-fit: cover; object-position: center; }
.collection-product-copy { max-width: 600px; }
.collection-product-copy h2 { margin: 0 0 14px; font: 400 clamp(2.8rem, 5vw, 5rem) / 1 var(--serif); }
.collection-product-copy p:not(.eyebrow) { color: #5c524c; line-height: 1.75; }
.collection-product-copy .product-lead { margin: 0 0 8px; color: var(--ink); font-size: 1.08rem; font-weight: 600; }
.collection-product-copy .collection-product-price { margin: 0 0 18px; color: var(--ink); font-size: 1.35rem; font-weight: 700; line-height: 1.3; }
.collection-product-details { margin: 25px 0 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.collection-product-details div { padding: 13px 15px; border: 1px solid var(--line); }
.collection-product-details dt { color: var(--brown); font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.collection-product-details dd { margin: 5px 0 0; font-size: .9rem; line-height: 1.6; }
.collection-product-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.collection-product-actions .button-light { border: 1px solid var(--line); }
.collection-product-reverse .collection-product-image { order: 2; }
.collection-product-reverse .collection-product-copy { order: 1; }

.products-section { padding-top: 65px; padding-bottom: 85px; background: var(--ivory); }
.section-heading { margin-bottom: 28px; display: flex; justify-content: space-between; align-items: flex-end; }
.section-heading h2, .story h1, .story h2, .journal h2, dialog h2, .drawer h2 { margin: 0; font: 400 clamp(2rem, 3.2vw, 3.35rem) / 1.1 var(--serif); }
.section-heading p { margin: 7px 0 0; font-size: .82rem; }
.link-button { appearance: none; border: 0; border-bottom: 1px solid currentColor; padding: 2px 0 5px; background: transparent; cursor: pointer; font-size: .77rem; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(12px, 1.8vw, 27px); }
.product-card { min-width: 0; background: var(--paper); position: relative; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(40, 29, 23, .08); }
.product-visual { height: 330px; padding: 0; border: 0; display: block; width: 100%; overflow: hidden; background: #e7ded3; cursor: pointer; }
.product-visual img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-visual img { transform: scale(1.035); }
.wish { position: absolute; top: 13px; right: 13px; z-index: 2; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; background: rgba(251,248,243,.88); cursor: pointer; font-size: 1.15rem; }
.wish.active { background: var(--espresso); color: #fff; }
.product-info { padding: 16px 16px 18px; }
.product-info h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 1.16rem; font-weight: 400; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.product-info p { min-height: 35px; margin: 0 0 13px; color: #736861; font-size: .72rem; }
.product-buy { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.product-buy strong { font-size: .94rem; font-weight: 700; }
.product-buy .button { min-height: 37px; padding: 8px 13px; font-size: .7rem; }

.story { padding-top: 75px; padding-bottom: 75px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(40px, 7vw, 120px); }
.story-image { height: 440px; overflow: hidden; }
.story-image img { height: 100%; object-fit: cover; }
.story-copy { max-width: 560px; }
.story-copy > p:not(.eyebrow) { margin: 24px 0 28px; color: #5c524c; line-height: 1.8; }
.about-header { grid-template-columns: 1fr auto 1fr auto; }
.about-header .brand { grid-column: 2; grid-row: 1; justify-self: center; z-index: 2; }
.about-page-nav { grid-column: 1 / -1; grid-row: 1; display: flex; align-items: center; justify-content: flex-start; gap: clamp(18px, 2.1vw, 38px); padding-right: 100px; font-size: .78rem; z-index: 1; }
.about-page-nav a:nth-child(5) { margin-left: auto; }
.about-header-actions { grid-column: 4; grid-row: 1; justify-self: end; z-index: 3; }
.about-page-nav a { position: relative; }
.about-page-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--brown); transition: right .25s ease; }
.about-page-nav a:hover::after, .about-page-nav a.active::after { right: 0; }
.about-page { min-height: calc(100vh - 122px); }
.about-page .story { max-width: 1480px; margin: 0 auto; }

.info-page { background: var(--ivory); }
.info-hero { padding-top: clamp(68px, 9vw, 125px); padding-bottom: clamp(48px, 7vw, 88px); background: var(--paper); border-bottom: 1px solid var(--line); text-align: center; }
.info-hero h1 { margin: 0 0 18px; font: 400 clamp(3rem, 6vw, 5.8rem) / 1 var(--serif); letter-spacing: .02em; }
.info-hero > p:not(.eyebrow) { max-width: 660px; margin: 0 auto; color: #5c524c; font-size: 1rem; line-height: 1.8; }
.info-jump { max-width: 980px; margin: 34px auto 0; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.info-jump a { padding: 10px 15px; border: 1px solid var(--line); color: var(--brown); font-size: .75rem; transition: background .2s ease, color .2s ease; }
.info-jump a:hover, .info-jump a:focus-visible { background: var(--espresso); color: #fff; }
.info-content { max-width: 1120px; margin: 0 auto; padding: 0 clamp(24px, 5vw, 70px) 90px; }
.info-section { padding: clamp(52px, 7vw, 90px) 0; border-bottom: 1px solid var(--line); scroll-margin-top: 95px; }
.info-section-heading { margin-bottom: 30px; }
.info-section-heading h2 { margin: 0; font: 400 clamp(2.3rem, 4vw, 4.2rem) / 1.05 var(--serif); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; padding: 20px 44px 20px 0; cursor: pointer; list-style: none; font-size: 1rem; font-weight: 500; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; top: 17px; right: 4px; color: var(--brown); font-size: 1.35rem; font-weight: 400; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { max-width: 760px; margin: -2px 0 22px; padding-right: 40px; color: #655a53; line-height: 1.75; }
.legal-copy { max-width: 820px; color: #5c524c; line-height: 1.8; }
.legal-copy p { margin: 0 0 19px; }
.legal-copy p:last-child { margin-bottom: 0; }
.legal-copy h3 { margin: 28px 0 5px; color: var(--ink); font: 400 1.45rem var(--serif); }
.legal-copy h3 + p { margin-bottom: 0; }

.benefits { min-height: 112px; padding: 22px clamp(24px, 5vw, 90px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); background: var(--paper); }
.benefits > div { display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid var(--line); }
.benefits > div:last-child { border-right: 0; }
.benefits svg { width: 30px; height: 30px; }
.benefits p { margin: 0; display: flex; flex-direction: column; }
.benefits strong { font-size: .78rem; font-weight: 500; }
.benefits span { font-size: .67rem; color: #7d726b; }

.journal { padding: 38px clamp(24px, 5vw, 90px); display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: center; gap: 35px; background: var(--espresso); color: #fff; }
.journal-copy p { margin: 8px 0 0; color: #cfc3bb; font-size: .77rem; }
.journal h2 { font-size: clamp(1.65rem, 2.4vw, 2.5rem); }
.journal-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.journal-gallery img { height: 125px; object-fit: cover; }
.site-footer { padding: 40px clamp(24px, 5vw, 90px) 25px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; background: var(--paper); }
.footer-brand { align-items: flex-start; }
.footer-brand strong { font-size: 1.4rem; }
.footer-brand span { font-size: .45rem; }
.site-footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 25px; font-size: .71rem; }
.socials { display: flex; gap: 10px; }
.socials a { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: .72rem; }
.site-footer > p { grid-column: 1 / -1; margin: 16px 0 0; padding-top: 18px; border-top: 1px solid var(--line); text-align: center; color: #83776f; font-size: .66rem; }

.overlay { position: fixed; inset: 0; z-index: 60; background: rgba(24, 18, 14, .52); backdrop-filter: blur(3px); }
.drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 70; width: min(480px, 94vw); padding: 34px; background: var(--paper); box-shadow: var(--shadow); transform: translateX(105%); transition: transform .35s cubic-bezier(.2,.75,.2,1); overflow-y: auto; }
.drawer.open { transform: translateX(0); }
.drawer-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.drawer-header .icon-button, .dialog-close { font-size: 2rem; font-weight: 200; }
.cart-items { padding: 8px 0; }
.cart-empty { padding: 85px 10px; text-align: center; color: #746a64; }
.cart-empty span { display: block; margin-bottom: 15px; font: 400 2rem var(--serif); color: var(--ink); }
.cart-row { display: grid; grid-template-columns: 88px 1fr auto; gap: 15px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.cart-row img { width: 88px; height: 100px; object-fit: cover; background: var(--ivory); }
.cart-row h3 { margin: 2px 0 4px; font: 400 1.05rem var(--serif); }
.cart-row p { margin: 0 0 12px; font-size: .75rem; color: #776c65; }
.qty { display: inline-flex; border: 1px solid var(--line); }
.qty button { width: 30px; height: 29px; border: 0; background: transparent; cursor: pointer; }
.qty span { min-width: 28px; display: grid; place-items: center; font-size: .75rem; }
.remove { align-self: start; border: 0; border-bottom: 1px solid currentColor; padding: 2px 0; background: transparent; cursor: pointer; color: #867970; font-size: .69rem; }
.cart-footer { margin-top: 20px; }
.cart-footer > div { display: flex; justify-content: space-between; margin-bottom: 7px; font-size: 1.03rem; }
.cart-footer > p { margin: 0 0 18px; color: #796e67; font-size: .73rem; }
.centered { display: block; margin: 18px auto 0; }
.menu-drawer nav { padding-top: 25px; display: grid; }
.menu-drawer nav a { padding: 16px 0; border-bottom: 1px solid var(--line); font: 400 1.55rem var(--serif); }

dialog { padding: 0; border: 0; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(25, 18, 14, .55); backdrop-filter: blur(4px); }
.product-dialog { width: min(900px, 92vw); max-height: 90vh; overflow: auto; }
.dialog-close { position: absolute; right: 15px; top: 12px; z-index: 3; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(251,248,243,.9); cursor: pointer; }
.dialog-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.dialog-image { background: var(--ivory); }
.dialog-image img { height: 100%; object-fit: cover; }
.dialog-copy { padding: 60px 48px 42px; }
.rating { margin: 18px 0 9px; color: #9b6b31; font-size: .83rem; }
.rating span { color: #7e736c; }
.dialog-price { font-weight: 700; font-size: 1.05rem; }
.dialog-copy > p:not(.eyebrow, .dialog-price) { color: #675d56; line-height: 1.75; }
.notes { margin: 26px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.notes span { padding: 10px 7px; border: 1px solid var(--line); text-align: center; font-size: .6rem; }
.notes em { display: block; margin-top: 3px; color: var(--brown); font-style: normal; font-size: .67rem; }
.dialog-actions { display: grid; gap: 10px; }
.button-whatsapp { background: #25d366; color: #fff; }
.button-whatsapp:hover { background: #1eae54; }
.contact-dialog { width: min(540px, 92vw); max-height: 92vh; padding: 50px; overflow: auto; }
.contact-dialog > p { color: #70655e; }
.contact-dialog form { display: grid; gap: 14px; margin-top: 22px; }
.contact-dialog label { display: grid; gap: 6px; font-size: .75rem; }
.contact-dialog input, .contact-dialog textarea, .search-panel input { width: 100%; border: 1px solid var(--line); border-radius: 0; padding: 12px; background: #fff; outline: none; }
.contact-dialog input:focus, .contact-dialog textarea:focus, .search-panel input:focus { border-color: var(--brown); box-shadow: 0 0 0 2px rgba(91,61,42,.1); }
.checkout-dialog { width: min(660px, 94vw); }
.checkout-dialog .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.checkout-summary { margin: 24px 0 4px; padding: 15px 17px; background: var(--ivory); border: 1px solid var(--line); }
.checkout-summary div { display: flex; justify-content: space-between; gap: 20px; font-size: .8rem; }
.checkout-summary div + div { margin-top: 7px; }
.checkout-summary .checkout-total { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); font-weight: 600; }

.search-panel { position: fixed; left: 0; right: 0; top: 0; z-index: 90; padding: 38px clamp(24px, 7vw, 120px); background: var(--paper); box-shadow: var(--shadow); }
.search-panel form { max-width: 1000px; margin: auto; }
.search-panel label { display: block; margin-bottom: 15px; font: 400 1.8rem var(--serif); }
.search-panel form > div { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; }
.toast { position: fixed; z-index: 110; left: 50%; bottom: 28px; transform: translate(-50%, 20px); min-width: 260px; max-width: calc(100vw - 40px); padding: 13px 18px; color: #fff; background: var(--espresso); opacity: 0; pointer-events: none; text-align: center; font-size: .82rem; transition: opacity .25s, transform .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes settle { from { transform: scale(1.07); } to { transform: scale(1.015); } }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: auto 1fr auto; height: 78px; }
  .main-nav, .secondary-nav { display: none; }
  .site-header > .brand { justify-self: center; }
  .mobile-only { display: inline-grid; }
  .about-header { display: flex; height: auto; padding-top: 22px; padding-bottom: 22px; flex-wrap: wrap; }
  .about-header .brand { order: 1; }
  .about-header-actions { order: 2; }
  .about-header .brand { margin-right: auto; }
  .about-header-actions { margin-left: auto; }
  .about-page-nav { order: 3; width: 100%; justify-content: flex-start; flex-wrap: wrap; gap: 12px 22px; padding-right: 0; }
  .about-page-nav a:nth-child(5) { margin-left: 0; }
  .categories { grid-template-columns: repeat(2, 1fr); }
  .collection-choices { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .benefits > div { min-height: 80px; }
  .benefits > div:nth-child(2) { border-right: 0; }
  .journal { grid-template-columns: 1fr 1fr; }
  .journal .button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 700px) {
  .announcement { justify-content: center; font-size: .65rem; }
  .announcement div { display: none; }
  .site-header { padding: 0 13px; gap: 6px; }
  .brand strong { font-size: 1.45rem; }
  .brand span { font-size: .43rem; }
  .header-actions .icon-button:first-child { display: none; }
  .hero { height: calc(100svh - 108px); min-height: 590px; }
  .hero-image { object-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(28,18,12,.76), rgba(28,18,12,.25)), linear-gradient(0deg, rgba(28,18,12,.22), transparent); }
  .hero-content { left: 24px; width: calc(100% - 48px); top: auto; bottom: 75px; transform: none; }
  .hero h1 { font-size: clamp(2.6rem, 13vw, 4.1rem); }
  .hero-content > p:not(.eyebrow) { font-size: .91rem; }
  .scroll-cue { display: none; }
  .categories { padding-top: 22px; padding-bottom: 42px; gap: 18px 12px; }
  .category-image { height: 150px; }
  .collection-choices { grid-template-columns: 1fr; padding-top: 28px; }
  .category-card h2 { font-size: 1.15rem; }
  .collection-feature h1, .collection-feature h2 { font-size: 3rem; }
  .collection-product { grid-template-columns: 1fr; gap: 28px; }
  .collection-product-image { height: min(120vw, 520px); }
  .collection-product-image img { min-height: 0; }
  .collection-product-details { grid-template-columns: 1fr; }
  .collection-product-reverse .collection-product-image, .collection-product-reverse .collection-product-copy { order: initial; }
  .products-section { padding-top: 48px; padding-bottom: 55px; }
  .section-heading { align-items: center; }
  .section-heading h2 { font-size: 2.35rem; }
  .product-grid { gap: 12px; }
  .product-visual { height: 220px; }
  .product-info { padding: 12px 10px 13px; }
  .product-info h3 { font-size: .98rem; }
  .product-info p { font-size: .64rem; }
  .product-buy { align-items: flex-start; flex-direction: column; }
  .product-buy .button { width: 100%; }
  .story { grid-template-columns: 1fr; padding-top: 50px; padding-bottom: 55px; gap: 32px; }
  .story-image { height: 330px; }
  .benefits { grid-template-columns: 1fr; padding-top: 10px; padding-bottom: 10px; }
  .benefits > div, .benefits > div:nth-child(2) { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefits > div:last-child { border-bottom: 0; }
  .journal { grid-template-columns: 1fr; }
  .journal .button { grid-column: auto; }
  .journal-gallery img { height: 105px; }
  .info-hero { padding-top: 58px; padding-bottom: 48px; }
  .info-hero h1 { font-size: 3.15rem; }
  .info-content { padding-bottom: 55px; }
  .info-section { padding: 52px 0; }
  .info-jump { align-items: stretch; flex-direction: column; }
  .info-jump a { text-align: center; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-brand { align-items: center; }
  .site-footer nav { gap: 14px 20px; }
  .site-footer > p { grid-column: auto; width: 100%; }
  .drawer { padding: 24px 20px; }
  .dialog-grid { grid-template-columns: 1fr; }
  .dialog-image { height: 330px; }
  .dialog-copy { padding: 35px 25px 28px; }
  .contact-dialog { padding: 42px 24px 28px; }
  .checkout-dialog .form-row { grid-template-columns: 1fr; }
  .search-panel { padding: 28px 18px; }
  .search-panel form > div { grid-template-columns: 1fr auto; }
  .search-panel .button { grid-row: 2; grid-column: 1 / -1; }
}

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