:root {
  --blue: #163a91;
  --blue-deep: #102c72;
  --orange: #e9692d;
  --ink: #12224a;
  --paper: #ffffff;
  --mist: #f4f5f9;
  --line: rgba(22, 58, 145, 0.2);
  --page: 1240px;
  --display: "Saol Display", "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --body: Arial, Helvetica, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.6 var(--body); }
body.menu-open { overflow: hidden; }
img, svg, video { display: block; max-width: 100%; }
figure { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.page-width { width: min(calc(100% - 40px), var(--page)); margin-inline: auto; }
.display { font-family: var(--display); font-weight: 400; letter-spacing: -0.035em; }
.eyebrow { margin: 0 0 1rem; color: var(--orange); font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.section-heading { margin: 0; color: var(--blue); font: 400 clamp(2.6rem, 5vw, 5.4rem)/.96 var(--display); letter-spacing: -.04em; }
.section-copy { max-width: 44rem; font: 1.02rem/1.7 Georgia, serif; }
.rule { width: 62px; margin: 1.5rem 0; border: 0; border-top: 2px solid var(--orange); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .8rem 1.3rem; border: 1px solid var(--blue); background: var(--blue); color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transition: .2s ease; }
.button:hover, .button:focus-visible { border-color: var(--orange); background: var(--orange); }
.button--outline { background: transparent; color: var(--blue); }
.button--light { border-color: #fff; background: #fff; color: var(--blue); }
.button--light:hover { color: #fff; }
.skip-link { position: fixed; z-index: 9999; top: -5rem; left: 1rem; padding: .75rem 1rem; background: #fff; color: var(--blue); }
.skip-link:focus { top: 1rem; }
.visually-hidden { position: absolute !important; overflow: hidden; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; clip: rect(0 0 0 0); white-space: nowrap; }

.announcement { overflow: hidden; background: var(--blue); color: #fff; }
.announcement__track { display: flex; min-width: max-content; gap: 4rem; padding: .48rem 0; animation: marquee 24s linear infinite; }
.announcement__item { font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; }
@keyframes marquee { to { transform: translateX(-50%); } }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.95); backdrop-filter: blur(14px); }
.header__inner { display: grid; min-height: 86px; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1.5rem; }
.header__nav, .header__icons { display: flex; align-items: center; gap: 1.8rem; }
.header__icons { justify-content: flex-end; gap: .75rem; }
.header__link { position: relative; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.header__link::after { position: absolute; right: 100%; bottom: -.35rem; left: 0; border-bottom: 1px solid var(--orange); content: ""; transition: .2s; }
.header__link:hover::after, .header__link[aria-current="page"]::after { right: 0; }
.header__logo { display: flex; align-items: center; justify-content: center; gap: .58rem; }
.header__logo .header__symbol { width: 34px; height: auto; }
.header__logo .header__wordmark { width: 112px; max-height: 58px; object-fit: contain; }
.icon-button { position: relative; display: grid; width: 38px; height: 38px; place-items: center; border: 0; background: transparent; color: var(--blue); }
.icon-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.cart-count { position: absolute; top: 0; right: -3px; display: none; min-width: 18px; height: 18px; place-items: center; padding: 0 4px; border-radius: 20px; background: var(--orange); color: #fff; font-size: .62rem; }
.cart-count.has-items { display: grid; }
.mobile-toggle, .mobile-drawer { display: none; }

.hero-slider { position: relative; min-height: min(820px, 82vh); overflow: hidden; background: var(--blue); color: #fff; }
.hero-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .8s ease; }
.hero-slide.is-active { opacity: 1; pointer-events: auto; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,30,78,.16), transparent 52%); content: ""; }
.hero-control { position: absolute; z-index: 4; top: 50%; display: grid; width: 36px; height: 36px; place-items: center; border: 0; background: rgba(255,255,255,.9); color: var(--blue); transform: translateY(-50%); }
.hero-control--prev { left: 20px; }
.hero-control--next { right: 20px; }
.hero-dots { position: absolute; z-index: 4; right: 0; bottom: 22px; left: 0; display: flex; justify-content: center; gap: 8px; }
.hero-dot { width: 7px; height: 7px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: transparent; }
.hero-dot.is-active { background: #fff; }

.story { padding: clamp(5rem, 9vw, 9rem) 0; }
.story__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.story__title { max-width: 680px; }
.story__media { position: relative; min-height: 680px; }
.story__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.story__badge { position: absolute; bottom: 32px; left: -24px; padding: 1.2rem 1.35rem; background: var(--blue); color: #fff; }
.story__badge strong { display: block; font: 400 2rem/1 Georgia, serif; }
.story__quote { margin: 2rem 0; padding: 1.4rem 1.6rem; border-left: 3px solid var(--orange); background: #f4f5f9; color: var(--blue); font: italic 1.12rem/1.6 Georgia, serif; }

.blend-showcase { padding: clamp(5rem, 9vw, 9rem) 0; background: var(--blue); color: #fff; }
.blend-showcase__head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.blend-showcase .section-heading { color: #fff; }
.blend-showcase__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.blend-card { position: relative; min-height: 520px; overflow: hidden; background: #0d2869; }
.blend-card__media { position: absolute; inset: 0; }
.blend-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.blend-card::after { position: absolute; inset: 28% 0 0; background: linear-gradient(transparent, rgba(6,20,53,.94)); content: ""; }
.blend-card:hover .blend-card__media img { transform: scale(1.035); }
.blend-card__content { position: absolute; z-index: 2; right: 1.4rem; bottom: 1.4rem; left: 1.4rem; }
.blend-card__index { display: inline-block; margin-bottom: .7rem; color: var(--orange); font-size: .66rem; letter-spacing: .15em; }
.blend-card__title { margin: 0; font: 400 clamp(2rem, 3vw, 3.2rem)/.95 var(--display); }
.blend-card__text { margin: .75rem 0 1rem; color: rgba(255,255,255,.84); font: .92rem/1.6 Georgia, serif; }
.blend-card__link { color: #fff; font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.blend-card__link span { color: var(--orange); }

.faq { padding: clamp(5rem, 8vw, 8rem) 0; }
.faq__grid { display: grid; grid-template-columns: .65fr 1fr; gap: clamp(3rem, 8vw, 8rem); }
.faq__list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; color: var(--blue); font-weight: 700; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { color: var(--orange); content: "+"; font-size: 1.5rem; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq__answer { padding: 0 2.5rem 1.4rem 0; font-family: Georgia, serif; }

.ritual { position: relative; display: flex; min-height: 720px; align-items: center; overflow: hidden; background: var(--blue); color: #fff; }
.ritual__media { position: absolute; inset: 0; }
.ritual__media img { width: 100%; height: 100%; object-fit: cover; }
.ritual__media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,37,96,.95), rgba(10,37,96,.38) 68%, transparent); content: ""; }
.ritual__content { position: relative; z-index: 2; max-width: 660px; padding: 7rem 0; }
.ritual__title { margin: 0; font: 400 clamp(3.5rem, 7vw, 7rem)/.9 var(--display); letter-spacing: -.04em; }
.ritual__copy { max-width: 34rem; color: rgba(255,255,255,.9); font: 1.08rem/1.7 Georgia, serif; }
.ritual__steps { display: flex; gap: 2rem; margin: 2rem 0 2.4rem; }
.ritual__step { max-width: 145px; }
.ritual__step strong { display: block; color: var(--orange); font: 400 2rem/1 Georgia, serif; }
.ritual__step span { font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }

.gift-story .story__media { min-height: 640px; background: #fff8f2; }
.gift-story .story__media img { object-fit: contain; }
.footer-image { width: 100%; max-height: 700px; object-fit: cover; }

.site-footer { padding: 5rem 0 1.5rem; background: var(--blue); color: #fff; }
.footer__top { display: grid; grid-template-columns: 1.2fr .6fr .6fr 1fr; gap: 3rem; }
.footer__brand { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.5rem; }
.footer__symbol { width: 42px; }
.footer__logo { width: 145px; }
.footer__tagline { max-width: 330px; font: 1.2rem/1.45 Georgia, serif; }
.footer__title { margin: 0 0 1rem; color: var(--orange); font-size: .67rem; letter-spacing: .14em; text-transform: uppercase; }
.footer__links { display: grid; gap: .65rem; }
.footer__links a { font-size: .82rem; }
.newsletter-form { display: flex; border-bottom: 1px solid rgba(255,255,255,.65); }
.newsletter-form input { min-width: 0; flex: 1; padding: .8rem 0; border: 0; outline: 0; background: transparent; color: #fff; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.6); }
.newsletter-form button { border: 0; background: transparent; color: var(--orange); font-weight: 700; }
.newsletter-message { min-height: 1.3em; margin: .7rem 0 0; color: rgba(255,255,255,.8); font-size: .75rem; }
.footer__bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 4rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.18); font-size: .63rem; letter-spacing: .08em; text-transform: uppercase; }

.main-page, .main-collection, .main-product, .main-search, .main-cart { padding: 4rem 0 7rem; }
.collection-header { margin-bottom: 3rem; text-align: center; }
.collection-title, .page-title { margin: .5rem 0; color: var(--blue); font: 400 clamp(3rem, 7vw, 6.5rem)/.9 var(--display); letter-spacing: -.04em; }
.collection-description { max-width: 620px; margin: 1.3rem auto 0; font: 1rem/1.7 Georgia, serif; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; }
.product-card__image-wrap { position: relative; overflow: hidden; aspect-ratio: 4/5; background: #faf2ed; }
.product-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.product-card:hover .product-card__image { transform: scale(1.025); }
.product-card__meta { padding: 1rem .15rem 1.8rem; }
.product-card__title { margin: 0; color: var(--blue); font: 400 1.5rem/1.1 var(--display); }
.product-card__price { margin: .4rem 0 0; font-size: .8rem; }

.product-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 7vw, 7rem); }
.product-gallery__main { overflow: hidden; aspect-ratio: 1/1; background: #f8f4f1; }
.product-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery__thumbs { display: grid; grid-template-columns: repeat(4, 86px); gap: .75rem; margin-top: 1rem; }
.gallery-thumb { overflow: hidden; padding: 0; border: 1px solid transparent; background: #f7f3f0; aspect-ratio: 1/1; }
.gallery-thumb.is-active { border-color: var(--orange); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-info { position: sticky; top: 130px; align-self: start; }
.product-title { margin: .4rem 0 1rem; color: var(--blue); font: 400 clamp(3rem, 5.5vw, 5.4rem)/.9 var(--display); letter-spacing: -.04em; }
.product-price { margin-bottom: 1.5rem; font-size: 1.14rem; }
.product-description { padding-top: 1.5rem; border-top: 1px solid var(--line); font-family: Georgia, serif; }
.product-description p { margin: 0 0 1rem; }
.product-form { display: grid; gap: 1rem; margin-top: 1.5rem; }
.field label { display: block; margin-bottom: .45rem; color: var(--blue); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.option-pills { display: flex; flex-wrap: wrap; gap: .55rem; }
.option-pill { min-height: 44px; padding: .65rem 1rem; border: 1px solid var(--blue); background: #fff; color: var(--blue); }
.option-pill.is-active { background: var(--blue); color: #fff; }
.field select, .field input, .field textarea, .search-form input { width: 100%; min-height: 48px; padding: .7rem; border: 1px solid rgba(22,58,145,.35); background: #fff; color: var(--ink); }
.field textarea { display: block; resize: vertical; }
.purchase-row { display: grid; grid-template-columns: 150px 1fr; gap: .8rem; }
.quantity { display: grid; grid-template-columns: 42px 1fr 42px; border: 1px solid rgba(22,58,145,.35); }
.quantity button, .quantity input { min-height: 48px; border: 0; background: #fff; text-align: center; }
.product-meta { margin-top: 1.5rem; border-top: 1px solid var(--line); }
.product-meta details { border-bottom: 1px solid var(--line); }
.product-meta summary { padding: 1rem 0; color: var(--blue); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; list-style: none; }
.product-meta__body { padding: 0 0 1.2rem; font-size: .85rem; }
.product-meta__body dl { display: grid; grid-template-columns: 110px 1fr; margin: 0; gap: .45rem 1rem; }
.product-meta__body dt { font-weight: 700; }
.product-meta__body dd { margin: 0; }
.cart-toast { position: fixed; z-index: 90; right: 20px; bottom: 20px; max-width: 360px; padding: 1rem 1.2rem; background: var(--blue); color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.2); transform: translateY(140%); transition: .28s; }
.cart-toast.is-visible { transform: translateY(0); }

.search-form { display: flex; max-width: 720px; margin: 2rem auto 3.5rem; gap: .7rem; }
.search-results__count { margin-bottom: 1.5rem; color: var(--blue); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.empty-state { padding: 5rem 0; text-align: center; }
.empty-state p { font-family: Georgia, serif; }
.cart-list { border-top: 1px solid var(--line); }
.cart-item { display: grid; grid-template-columns: 120px 1fr 130px 140px auto; align-items: center; gap: 1.5rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 120px; aspect-ratio: 1/1; object-fit: cover; }
.cart-item h2 { margin: 0 0 .35rem; color: var(--blue); font: 400 1.6rem/1.1 var(--display); }
.cart-item small { color: rgba(18,34,74,.68); }
.cart-item__remove { border: 0; background: transparent; color: var(--orange); font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.cart-summary { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-top: 2.5rem; }
.cart-total { color: var(--blue); font: 400 2.3rem/1 var(--display); }
.cart-total span { display: block; margin-bottom: .4rem; font: 700 .66rem/1 var(--body); letter-spacing: .1em; text-transform: uppercase; }
.page-copy { max-width: 780px; margin: 0 auto; font-family: Georgia, serif; }
.page-copy--center { text-align: center; }
.status-code { color: var(--orange); font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 8vw, 8rem); padding-top: 2rem; }
.contact-intro { position: relative; padding: clamp(2rem, 5vw, 4.5rem); overflow: hidden; background: var(--blue); color: #fff; }
.contact-intro h2 { max-width: 360px; margin: 0 0 1.5rem; font: 400 clamp(3rem, 5vw, 5.2rem)/.92 var(--display); letter-spacing: -.04em; }
.contact-intro > p:not(.eyebrow) { max-width: 390px; color: rgba(255,255,255,.84); font-family: Georgia, serif; }
.contact-email { position: relative; z-index: 2; display: inline-block; margin-top: 1.5rem; padding-bottom: .2rem; border-bottom: 1px solid var(--orange); color: #fff; font-weight: 700; }
.contact-intro__mark { position: absolute; right: -55px; bottom: -15px; width: 240px; opacity: .18; transform: rotate(-8deg); }
.contact-form { display: grid; align-content: start; gap: 1.25rem; padding: clamp(1.5rem, 4vw, 3.5rem); border: 1px solid var(--line); }
.contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form .button { justify-self: start; min-width: 190px; }
.contact-form__status { min-height: 1.5em; margin: 0; color: var(--blue); font-size: .8rem; }

.story-page-hero { position: relative; display: flex; min-height: min(840px, 82vh); align-items: end; overflow: hidden; background: var(--blue); color: #fff; }
.story-page-hero__media, .story-page-hero__shade { position: absolute; inset: 0; }
.story-page-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.story-page-hero__shade { background: linear-gradient(90deg, rgba(10,35,91,.94) 0%, rgba(10,35,91,.62) 46%, rgba(10,35,91,.06) 78%), linear-gradient(0deg, rgba(5,21,57,.38), transparent 55%); }
.story-page-hero__content { position: relative; z-index: 2; padding-block: clamp(5rem, 11vw, 9rem); }
.story-page-hero__content h1 { max-width: 900px; margin: 0; font: 400 clamp(4rem, 8.5vw, 8.6rem)/.84 var(--display); letter-spacing: -.05em; }
.story-page-hero__content > p:last-child { max-width: 690px; margin: 2rem 0 0; color: rgba(255,255,255,.9); font: 1.12rem/1.75 Georgia, serif; }
.story-chapter { padding: clamp(5rem, 9vw, 9rem) 0; }
.story-prose { font-family: Georgia, serif; }
.story-prose h2, .story-expertise h2, .story-circle h2 { margin: 0 0 1.7rem; color: var(--blue); font: 400 clamp(3rem, 5.3vw, 5.8rem)/.92 var(--display); letter-spacing: -.04em; }
.story-prose p { margin: 0 0 1.2rem; }
.story-lead { color: var(--blue); font: 400 clamp(1.55rem, 2.5vw, 2.35rem)/1.25 var(--display); letter-spacing: -.025em; }
.story-symbol__grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.story-symbol__mark { position: relative; display: grid; min-height: 520px; place-items: center; overflow: hidden; background: var(--mist); }
.story-symbol__mark::before, .story-symbol__mark::after, .story-symbol__orbit { position: absolute; border: 1px solid rgba(233,105,45,.52); border-radius: 50%; content: ""; }
.story-symbol__mark::before { width: 76%; aspect-ratio: 1; }
.story-symbol__mark::after { width: 54%; aspect-ratio: 1; }
.story-symbol__orbit { width: 96%; aspect-ratio: 1; border-color: rgba(22,58,145,.16); }
.story-symbol__mark img { position: relative; z-index: 2; width: 48%; }
.story-split--blue { background: var(--blue); color: #fff; }
.story-split--mist { background: var(--mist); }
.story-split__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.story-split__media { min-height: 690px; overflow: hidden; }
.story-split__media img { width: 100%; height: 100%; min-height: 690px; object-fit: cover; }
.story-split__grid--reverse .story-split__media { order: 2; }
.story-split__grid--reverse .story-prose { order: 1; }
.story-prose--light h2 { color: #fff; }
.story-prose--light p:not(.eyebrow) { color: rgba(255,255,255,.88); }
.story-emphasis { margin-top: 1.8rem !important; padding: 1.2rem 0 1.2rem 1.4rem; border-left: 3px solid var(--orange); color: var(--blue); font-weight: 700; }
.story-expertise { background: #fff; }
.story-expertise__intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.story-stats { display: grid; margin: clamp(3rem, 6vw, 5.5rem) 0 0; padding: 0; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.story-stats li { min-height: 190px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story-stats strong { display: block; margin-bottom: .55rem; color: var(--orange); font: 400 clamp(2.7rem, 5vw, 5rem)/1 var(--display); letter-spacing: -.04em; }
.story-stats span { color: var(--blue); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.story-stats li:last-child { grid-column: span 2; background: var(--blue); }
.story-stats li:last-child span { color: #fff; }
.story-expertise__closing { max-width: 780px; margin: 2.5rem 0 0 auto; color: var(--blue); font: 400 clamp(1.4rem, 2.4vw, 2.2rem)/1.35 var(--display); }
.story-circle { position: relative; overflow: hidden; padding: clamp(7rem, 12vw, 12rem) 0; background: var(--blue); color: #fff; text-align: center; }
.story-circle__inner { position: relative; z-index: 2; display: flex; max-width: 820px; align-items: center; flex-direction: column; }
.story-circle__inner > img { width: 150px; margin-bottom: 2.4rem; }
.story-circle h2 { max-width: 760px; color: #fff; }
.story-circle p:not(.eyebrow) { max-width: 660px; margin: 0 0 1.15rem; color: rgba(255,255,255,.88); font-family: Georgia, serif; }
.story-circle__mantra { margin: 1.2rem 0 2rem !important; color: #fff !important; font: italic 1.45rem/1.4 Georgia, serif !important; }
.story-circle strong { display: block; margin-bottom: .5rem; color: #fff; font-family: Georgia, serif; }
.story-circle .button { margin-top: 2rem; }
.story-circle__ring, .story-circle::before, .story-circle::after { position: absolute; top: 50%; left: 50%; aspect-ratio: 1; border: 1px solid rgba(233,105,45,.34); border-radius: 50%; content: ""; transform: translate(-50%,-50%); }
.story-circle__ring { width: min(86vw, 980px); }
.story-circle::before { width: min(66vw, 760px); }
.story-circle::after { width: min(112vw, 1280px); border-color: rgba(255,255,255,.1); }

@media (max-width: 990px) {
  .header__nav { display: none; }
  .header__inner { min-height: 72px; }
  .mobile-toggle { display: grid; }
  .mobile-drawer { position: fixed; z-index: 70; inset: 0 18% 0 0; display: block; padding: 6rem 2rem 2rem; background: #fff; transform: translateX(-105%); transition: .3s; }
  .mobile-drawer.is-open { transform: translateX(0); }
  .mobile-drawer__close { position: absolute; top: 1.2rem; left: 1.2rem; }
  .mobile-drawer__nav { display: grid; gap: 1.2rem; }
  .mobile-drawer__nav a { color: var(--blue); font: 400 2rem/1.1 var(--display); }
  .story__grid, .faq__grid, .product-layout { grid-template-columns: 1fr; }
  .story__media { min-height: 560px; }
  .blend-showcase__grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-info { position: static; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .cart-item { grid-template-columns: 90px 1fr 110px auto; }
  .cart-item img { width: 90px; }
  .cart-item__subtotal { display: none; }
  .story-page-hero { min-height: 720px; }
  .story-symbol__grid, .story-split__grid, .story-expertise__intro, .contact-layout { grid-template-columns: 1fr; }
  .story-symbol__mark { min-height: 470px; }
  .story-split__grid--reverse .story-split__media, .story-split__grid--reverse .story-prose { order: initial; }
  .story-stats { grid-template-columns: repeat(2, 1fr); }
  .story-stats li:last-child { grid-column: span 2; }
}

@media (max-width: 620px) {
  .page-width { width: min(calc(100% - 28px), var(--page)); }
  .announcement__track { gap: 2rem; }
  .header__logo { gap: .4rem; }
  .header__logo .header__symbol { width: 27px; }
  .header__logo .header__wordmark { width: 84px; }
  .header__icons .search-icon { display: none; }
  .hero-slider { min-height: 66vh; }
  .hero-control { width: 32px; height: 32px; }
  .hero-control--prev { left: 8px; }
  .hero-control--next { right: 8px; }
  .story__media, .gift-story .story__media { min-height: 440px; }
  .story__badge { left: 12px; }
  .blend-showcase__head { display: block; }
  .blend-showcase__grid, .product-grid { grid-template-columns: 1fr; }
  .blend-card { min-height: 500px; }
  .ritual { min-height: 760px; }
  .ritual__steps { gap: 1rem; }
  .footer__top { grid-template-columns: 1fr; }
  .footer__bottom { display: grid; }
  .product-gallery__thumbs { grid-template-columns: repeat(4, 1fr); }
  .purchase-row { grid-template-columns: 1fr; }
  .search-form { display: grid; }
  .cart-item { grid-template-columns: 74px 1fr auto; gap: 1rem; }
  .cart-item img { width: 74px; }
  .cart-item__quantity { grid-column: 2 / 4; }
  .cart-summary { display: grid; }
  .story-page-hero { min-height: 650px; }
  .story-page-hero__shade { background: linear-gradient(0deg, rgba(10,35,91,.95) 0%, rgba(10,35,91,.68) 58%, rgba(10,35,91,.12) 100%); }
  .story-page-hero__content { padding-block: 4rem; }
  .story-page-hero__content h1 { font-size: clamp(3.4rem, 16vw, 5rem); }
  .story-page-hero__content > p:last-child { font-size: 1rem; }
  .story-symbol__mark { min-height: 360px; }
  .story-split__media, .story-split__media img { min-height: 480px; }
  .story-stats li { min-height: 150px; padding: 1.1rem; }
  .story-stats strong { font-size: 2.8rem; }
  .story-circle__ring { width: 135vw; }
  .story-circle::before { width: 105vw; }
  .contact-form__row { grid-template-columns: 1fr; }
  .contact-intro { min-height: 420px; }
}

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