:root {
  --ink: #1b1d1c;
  --muted: #6f746e;
  --ivory: #f5f2e9;
  --paper: #fbfaf6;
  --sage: #7d9485;
  --sage-light: #dbe2da;
  --amethyst: #807087;
  --citrine: #c6a15b;
  --line: rgba(27, 29, 28, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.is-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }

.announcement {
  padding: 9px 24px;
  background: var(--ink);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 9px;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 78px;
  padding: 0 clamp(22px, 4vw, 64px);
  border-bottom: 1px solid var(--line);
  background: rgba(251, 250, 246, .92);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 9px; width: max-content; letter-spacing: .3em; font-size: 13px; }
.logo-emblem,
.success-logo {
  display: block;
  flex: none;
}
.logo-emblem { width: 48px; height: 54px; }
.logo-emblem img,
.success-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.desktop-nav { display: flex; gap: 36px; font-size: 12px; }
.desktop-nav a, .cart-trigger { transition: opacity .2s ease; }
.desktop-nav a:hover, .cart-trigger:hover { opacity: .55; }
.menu-trigger, .mobile-menu { display: none; }
.cart-trigger { display: inline-flex; align-items: center; gap: 8px; justify-self: end; border: 0; background: none; cursor: pointer; font-size: 12px; }
.cart-icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.cart-count { display: inline-grid; place-items: center; margin-left: 7px; width: 24px; height: 24px; border-radius: 50%; color: #fff; background: var(--ink); font-size: 10px; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  min-height: calc(100vh - 110px);
  overflow: hidden;
}
.hero-copy { align-self: center; padding: 90px clamp(32px, 8vw, 130px); padding-right: 40px; }
.eyebrow { margin: 0 0 18px; color: var(--sage); text-transform: uppercase; letter-spacing: .22em; font-size: 10px; font-weight: 600; }
h1, h2, blockquote { font-family: var(--serif); font-weight: 400; }
h1 { margin: 0; font-size: clamp(54px, 6.5vw, 106px); line-height: .94; letter-spacing: -.045em; }
.hero-text { max-width: 440px; margin: 34px 0; color: var(--muted); font-family: var(--serif); font-size: 18px; line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 22px; padding-bottom: 5px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; cursor: pointer; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.text-link span { font-size: 17px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.hero-visual { position: relative; display: grid; place-items: center; min-height: 600px; background: var(--ivory); overflow: hidden; }
.hero-visual img { position: relative; z-index: 2; width: min(74%, 690px); aspect-ratio: 1; object-fit: cover; border-radius: 50%; mix-blend-mode: multiply; filter: saturate(.82) contrast(.96); }
.orb { position: absolute; border: 1px solid rgba(125,148,133,.25); border-radius: 50%; }
.orb-one { width: 80%; aspect-ratio: 1; }
.orb-two { width: 96%; aspect-ratio: 1; }
.image-note { position: absolute; z-index: 3; right: 34px; bottom: 24px; margin: 0; font-family: var(--serif); font-size: 12px; font-style: italic; }
.vertical-note { position: absolute; bottom: 24px; left: 24px; margin: 0; color: var(--muted); font-size: 8px; letter-spacing: .24em; writing-mode: vertical-rl; transform: rotate(180deg); }

.intention-strip { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 3.5vw, 58px); padding: 30px 20px; border-block: 1px solid var(--line); font-family: var(--serif); font-size: clamp(16px, 2vw, 27px); font-style: italic; }
.intention-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--sage); }

.section { padding: clamp(86px, 10vw, 150px) clamp(22px, 5vw, 76px); }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 50px; max-width: 1400px; margin: 0 auto 48px; }
.section-heading h2, .ritual h2, .checkout-intro h2 { margin: 0; font-size: clamp(42px, 5vw, 76px); line-height: 1.02; letter-spacing: -.035em; }
.section-heading > p { max-width: 360px; margin: 0 0 5px; color: var(--muted); font-family: var(--serif); font-size: 17px; }
.draft-note { max-width: 1400px; margin: 0 auto 22px; padding: 11px 16px; border: 1px solid #d4c59f; color: #6c5c37; background: #f7f0df; text-align: center; font-size: 11px; letter-spacing: .04em; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 2vw, 30px); max-width: 1400px; margin: auto; }
.product-card { position: relative; }
.product-image { position: relative; overflow: hidden; background: #f1efe8; aspect-ratio: .82; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); mix-blend-mode: multiply; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-intention { position: absolute; top: 15px; left: 15px; padding: 7px 11px; border-radius: 30px; background: rgba(251,250,246,.88); backdrop-filter: blur(6px); font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.product-info { padding: 20px 4px; }
.product-topline { display: flex; justify-content: space-between; gap: 20px; }
.product-info h3 { margin: 0; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.product-price { margin: 5px 0 0; font-size: 13px; }
.product-meta { margin: 5px 0 18px; color: var(--muted); font-family: var(--serif); font-size: 13px; font-style: italic; }
.add-to-cart { width: 100%; padding: 13px; border: 1px solid var(--ink); background: transparent; cursor: pointer; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; transition: .25s ease; }
.add-to-cart:hover { color: #fff; background: var(--ink); }

.ritual { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px, 9vw, 150px); background: var(--sage-light); }
.ritual-image { position: relative; max-width: 660px; justify-self: end; }
.ritual-image::before { content: ""; position: absolute; inset: -22px 22px 22px -22px; border: 1px solid rgba(27,29,28,.25); }
.ritual-image img { position: relative; width: 100%; aspect-ratio: .86; object-fit: cover; filter: saturate(.8); }
.ritual-copy { max-width: 600px; }
.ritual-copy ol { list-style: none; margin: 50px 0 0; padding: 0; }
.ritual-copy li { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(27,29,28,.2); }
.ritual-copy li:last-child { border-bottom: 1px solid rgba(27,29,28,.2); }
.ritual-copy li span { color: var(--muted); font-size: 9px; letter-spacing: .15em; }
.ritual-copy li p { margin: 0; font-family: var(--serif); font-size: 18px; }

.essence { text-align: center; }
.essence blockquote { max-width: 1000px; margin: 20px auto 70px; font-size: clamp(42px, 6vw, 85px); line-height: 1.1; letter-spacing: -.03em; }
.essence-details { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1100px; margin: auto; border-block: 1px solid var(--line); }
.essence-details p { margin: 0; padding: 22px 12px; border-right: 1px solid var(--line); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.essence-details p:last-child { border-right: 0; }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 30px; padding: 70px clamp(22px, 5vw, 76px) 30px; color: #f7f5ef; background: var(--ink); }
footer > p { margin: 0; color: #aeb2ae; font-family: var(--serif); }
.footer-brand { color: #fff; }
.footer-brand .logo-emblem { width: 80px; height: 92px; }
.footer-brand .logo-emblem img { filter: invert(1) contrast(1.4); }
.footer-contact { display: grid; justify-items: end; gap: 5px; font-size: 11px; }
.footer-contact > span { margin-bottom: 6px; color: #8f948f; text-transform: uppercase; letter-spacing: .16em; font-size: 8px; }
.footer-contact a { width: max-content; border-bottom: 1px solid #626662; }
.special-order-trigger { margin-top: 12px; padding: 0 0 4px; border: 0; border-bottom: 1px solid #f2efe7; color: #fff; background: transparent; cursor: pointer; text-transform: uppercase; letter-spacing: .14em; font-size: 8px; }
.footer-copy { grid-column: 1 / -1; padding-top: 35px; border-top: 1px solid #3a3d3b; font-family: var(--sans); font-size: 9px; text-align: center; }

.drawer-backdrop { position: fixed; z-index: 40; inset: 0; background: rgba(20,22,21,.4); opacity: 0; transition: opacity .3s; }
.drawer-backdrop.is-open { opacity: 1; }
.cart-drawer { position: fixed; z-index: 50; top: 0; right: 0; display: flex; flex-direction: column; width: min(500px, 100%); height: 100dvh; padding: 35px; background: var(--paper); transform: translateX(102%); transition: transform .42s cubic-bezier(.75,0,.2,1); }
.cart-drawer.is-open { transform: none; }
.drawer-header { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.drawer-header h2 { margin: 0; font-family: var(--serif); font-size: 44px; font-weight: 400; }
.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-items { overflow: auto; }
.cart-item { display: grid; grid-template-columns: 85px 1fr auto; gap: 15px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 85px; height: 100px; object-fit: cover; }
.cart-item h3 { margin: 5px 0 3px; font-family: var(--serif); font-size: 19px; font-weight: 400; }
.cart-item p { margin: 0; color: var(--muted); font-size: 11px; }
.quantity { display: flex; align-items: center; gap: 11px; margin-top: 14px; }
.quantity button, .remove-item { padding: 0; border: 0; background: none; cursor: pointer; }
.quantity button { width: 23px; height: 23px; border: 1px solid var(--line); border-radius: 50%; }
.remove-item { align-self: start; color: var(--muted); font-size: 18px; }
.cart-empty { display: grid; place-items: center; flex: 1; align-content: center; gap: 15px; text-align: center; }
.empty-cart-icon { width: 72px; height: 72px; fill: none; stroke: var(--sage); stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.cart-empty p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 18px; }
.cart-summary { margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); }
.cart-summary > div { display: flex; justify-content: space-between; font-family: var(--serif); font-size: 23px; }
.cart-summary p { margin: 8px 0 22px; color: var(--muted); font-size: 10px; }
.button { width: 100%; padding: 16px 25px; border: 1px solid var(--ink); color: #fff; background: var(--ink); cursor: pointer; text-transform: uppercase; letter-spacing: .16em; font-size: 9px; transition: .2s; }
.button:hover { background: #343735; }

dialog { width: calc(100% - 40px); max-width: 1180px; padding: 0; border: 0; background: var(--paper); box-shadow: 0 20px 80px rgba(0,0,0,.22); }
dialog::backdrop { background: rgba(27,29,28,.68); backdrop-filter: blur(5px); }
.checkout-modal .close-checkout { position: absolute; z-index: 2; top: 24px; right: 24px; }
.checkout-layout { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 700px; }
.checkout-intro { padding: clamp(45px, 6vw, 80px); background: var(--sage-light); }
.checkout-intro h2 { font-size: clamp(42px, 4vw, 65px); }
.checkout-intro > p:not(.eyebrow) { color: #59615b; font-family: var(--serif); }
.bank-card { margin: 40px 0 30px; padding: 24px; border: 1px solid rgba(27,29,28,.22); background: rgba(255,255,255,.28); }
.bank-card > p { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .16em; font-size: 9px; }
.bank-card dl { margin: 0; }
.bank-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; border-bottom: 1px solid rgba(27,29,28,.13); }
.bank-card dt { color: var(--muted); font-size: 11px; }
.bank-card dd { margin: 0; font-family: var(--serif); font-size: 13px; text-align: right; }
.bank-card small { display: block; margin-top: 15px; color: #7a6841; font-size: 9px; }
.checkout-mini-cart { font-size: 11px; }
.mini-line { display: flex; justify-content: space-between; padding: 7px 0; }
.mini-total { margin-top: 8px; padding-top: 12px; border-top: 1px solid rgba(27,29,28,.2); font-family: var(--serif); font-size: 18px; }
.checkout-form { display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 22px; padding: clamp(55px, 6vw, 85px); }
.field { display: flex; flex-direction: column; gap: 6px; }
.full { grid-column: 1 / -1; }
.field label { font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.field label span { color: var(--muted); text-transform: lowercase; letter-spacing: 0; }
.field input:not([type="file"]), .field textarea { width: 100%; padding: 10px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--ink); }
.upload-field { padding: 18px; border: 1px dashed var(--sage); background: #f5f7f3; }
.upload-field input { font-size: 11px; }
.upload-field p { margin: 3px 0 0; color: var(--muted); font-size: 9px; }
.consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 10px; }
.consent input { margin-top: 3px; accent-color: var(--sage); }
.form-status { margin: -8px 0 0; text-align: center; font-size: 11px; }
.form-status.error { color: #9e493a; }
.success-modal { max-width: 570px; padding: 70px; text-align: center; }
.success-logo { width: 104px; height: 118px; margin: 0 auto 24px; }
.success-brand { display: grid; justify-items: center; gap: 2px; margin-bottom: 22px; letter-spacing: .32em; font-size: 12px; }
.success-brand .success-logo { margin-bottom: 0; }

.journal { background: #ece8df; }
.journal-heading { margin-bottom: 62px; }
.journal-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; max-width: 1400px; margin: auto; }
.journal-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(160px, .75fr) 1.25fr;
  min-height: 370px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(27,29,28,.18);
  color: var(--ink);
  background: var(--paper);
  cursor: pointer;
  text-align: left;
}
.journal-card::after { content: ""; position: absolute; inset: 0; border: 0 solid var(--sage); transition: border-width .25s ease; pointer-events: none; }
.journal-card:hover::after { border-width: 5px; }
.journal-featured { min-height: 495px; }
.journal-number { position: absolute; z-index: 2; top: 22px; left: 24px; font-size: 9px; letter-spacing: .15em; }
.journal-art { display: grid; place-items: center; min-height: 100%; overflow: hidden; color: var(--sage); background: var(--sage-light); font-family: var(--serif); font-size: 100px; }
.journal-art-candle { position: relative; }
.journal-art-candle::before { content: ""; width: 72px; height: 150px; margin-top: 95px; border: 1px solid currentColor; border-radius: 50% 50% 8px 8px / 15% 15% 5px 5px; }
.journal-art-candle span { position: absolute; top: calc(50% - 90px); width: 30px; height: 48px; border: 1px solid currentColor; border-radius: 60% 40% 60% 40%; transform: rotate(8deg); }
.journal-art-aroma { color: var(--amethyst); background: #e6dde6; font-size: 150px; font-style: italic; }
.journal-art-crystal { color: #8da49b; background: #e0e8e3; font-size: 150px; }
.journal-dark { color: #f6f4ed; border-color: #343735; background: var(--ink); }
.journal-dark .journal-art { background: #2c302e; }
.journal-art-orbit { position: relative; }
.journal-art-orbit::before,
.journal-art-orbit::after { content: ""; position: absolute; width: 150px; height: 70px; border: 1px solid #b4c1b7; border-radius: 50%; transform: rotate(35deg); }
.journal-art-orbit::after { transform: rotate(-35deg); }
.journal-art-orbit i { width: 9px; height: 9px; border-radius: 50%; background: #f0eee7; }
.journal-card-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: 44px clamp(25px, 4vw, 58px); }
.journal-card-copy p { margin: 0 0 17px; color: var(--muted); text-transform: uppercase; letter-spacing: .16em; font-size: 8px; }
.journal-dark .journal-card-copy p { color: #a8ada9; }
.journal-card-copy h3 { margin: 0 0 35px; font-family: var(--serif); font-size: clamp(28px, 3.2vw, 48px); font-weight: 400; line-height: 1.06; letter-spacing: -.025em; }
.journal-card:not(.journal-featured) .journal-card-copy h3 { font-size: clamp(25px, 2.4vw, 37px); }
.journal-card-copy > span { width: max-content; padding-bottom: 4px; border-bottom: 1px solid currentColor; text-transform: uppercase; letter-spacing: .13em; font-size: 8px; }

.article-modal { max-width: 1050px; max-height: min(850px, calc(100dvh - 40px)); overflow: auto; }
.article-modal .close-article { position: fixed; z-index: 3; margin: 24px 0 0 min(970px, calc(100vw - 100px)); background: var(--paper); }
.article-layout { display: grid; grid-template-columns: 260px 1fr; min-height: 760px; }
.article-aside { position: sticky; top: 0; display: flex; flex-direction: column; align-items: center; height: min(850px, calc(100dvh - 40px)); padding: 65px 30px 40px; color: #f8f5ed; background: var(--ink); }
.article-brand { display: grid; justify-items: center; gap: 8px; letter-spacing: .34em; font-size: 11px; }
.article-logo { width: 120px; height: 140px; }
.article-logo img { width: 100%; height: 100%; object-fit: contain; filter: invert(1) contrast(1.4); }
.article-aside p { margin: 22px 0 0; text-transform: uppercase; letter-spacing: .18em; font-size: 8px; }
.article-index { margin-top: auto; color: #909590; font-family: var(--serif); font-size: 70px; font-style: italic; }
.article-content { padding: clamp(65px, 8vw, 105px); }
.article-content h2 { max-width: 650px; margin: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 70px); font-weight: 400; line-height: 1.02; letter-spacing: -.035em; }
.article-lead { margin: 30px 0 45px; color: var(--sage); font-family: var(--serif); font-size: 22px; line-height: 1.5; }
.article-body h3 { margin: 42px 0 12px; font-family: var(--serif); font-size: 26px; font-weight: 400; }
.article-body p { color: #555a56; font-family: var(--serif); font-size: 17px; line-height: 1.8; }
.article-body ul { margin: 20px 0 40px; padding: 0; list-style: none; }
.article-body li { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 14px 0; border-top: 1px solid var(--line); font-family: var(--serif); }
.article-body li strong { font-weight: 400; }
.article-source { margin-top: 30px; }

.special-order-modal { max-width: 560px; padding: clamp(48px, 7vw, 78px); }
.special-order-modal .close-special-order { position: absolute; top: 22px; right: 22px; }
.special-order-brand { display: flex; align-items: center; gap: 9px; margin-bottom: 38px; letter-spacing: .3em; font-size: 12px; }
.special-order-brand > div { width: 48px; height: 56px; }
.special-order-brand img { width: 100%; height: 100%; object-fit: contain; }
.special-order-modal h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 60px); font-weight: 400; line-height: 1.02; letter-spacing: -.035em; }
.special-order-intro { margin: 22px 0 38px; color: var(--muted); font-family: var(--serif); font-size: 17px; }
.special-order-form { display: grid; gap: 22px; }
.special-order-form label { display: grid; gap: 6px; }
.special-order-form label > span { text-transform: uppercase; letter-spacing: .13em; font-size: 8px; }
.special-order-form input,
.special-order-form textarea,
.special-order-form select { width: 100%; padding: 10px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; color: var(--ink); background: transparent; resize: vertical; }
.special-order-form input:focus,
.special-order-form textarea:focus,
.special-order-form select:focus { border-color: var(--ink); }
.special-order-form select { cursor: pointer; appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(100% - 10px) 50%, calc(100% - 5px) 50%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.special-order-status { min-height: 18px; margin: -8px 0 0; color: var(--sage); text-align: center; font-size: 11px; }
.special-order-status.error { color: #9e493a; }
.success-modal h2 { margin: 0 0 20px; font-family: var(--serif); font-size: 44px; font-weight: 400; line-height: 1.05; }
.success-modal > p:not(.eyebrow) { color: var(--muted); font-family: var(--serif); }
.success-modal .button { margin-top: 20px; }
.order-reference { color: var(--ink) !important; font-family: var(--sans) !important; font-size: 11px; letter-spacing: .12em; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in-view { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }

@media (max-width: 1000px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-copy { padding-left: 45px; }
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto auto; gap: 19px; }
  .menu-trigger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 35px;
    height: 35px;
    padding: 6px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .menu-trigger span { display: block; width: 100%; height: 1px; background: var(--ink); transform-origin: center; transition: transform .25s ease, opacity .2s ease; }
  .menu-trigger.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-trigger.is-open span:nth-child(2) { opacity: 0; }
  .menu-trigger.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-menu {
    position: absolute;
    z-index: 25;
    top: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100dvh - 65px);
    padding: clamp(48px, 9vh, 90px) clamp(24px, 8vw, 70px) 35px;
    visibility: hidden;
    opacity: 0;
    color: var(--ink);
    background: var(--ivory);
    transform: translateY(-12px);
    transition: opacity .25s ease, transform .3s ease, visibility .3s;
  }
  .mobile-menu.is-open { visibility: visible; opacity: 1; transform: none; }
  .mobile-menu > .eyebrow { margin-bottom: 24px; }
  .mobile-menu > a { display: grid; grid-template-columns: 44px 1fr; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: clamp(32px, 6vw, 48px); line-height: 1.1; }
  .mobile-menu > a span { color: var(--sage); font-family: var(--sans); font-size: 8px; letter-spacing: .14em; }
  .mobile-menu-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; margin-top: auto; padding-top: 25px; border-top: 1px solid var(--line); font-size: 10px; }
  .checkout-layout { grid-template-columns: 1fr; }
  .checkout-intro { padding-bottom: 45px; }
}

@media (max-width: 720px) {
  .announcement { padding-inline: 10px; letter-spacing: .1em; }
  .site-header { min-height: 65px; padding-inline: 18px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { order: 2; padding: 65px 24px 85px; }
  .hero-visual { min-height: 62vh; }
  .hero-visual img { width: 78%; }
  .vertical-note { display: none; }
  .intention-strip { gap: 10px; overflow: hidden; white-space: nowrap; font-size: 16px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .product-info h3 { font-size: 20px; }
  .product-meta { min-height: 40px; }
  .product-info { padding-top: 13px; }
  .ritual { grid-template-columns: 1fr; }
  .ritual-image::before { inset: -12px 12px 12px -12px; }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-card, .journal-featured { grid-template-columns: 42% 58%; min-height: 350px; }
  .journal-card-copy { padding: 35px 22px; }
  .journal-card-copy h3, .journal-card:not(.journal-featured) .journal-card-copy h3 { font-size: 25px; }
  .article-modal { height: 100dvh; max-height: 100dvh; }
  .article-modal .close-article { position: fixed; top: 13px; right: 15px; margin: 0; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: relative; flex-direction: row; justify-content: space-between; width: 100%; height: 155px; padding: 20px 70px 20px 22px; }
  .article-logo { width: 75px; height: 95px; }
  .article-aside p { margin: 0; }
  .article-index { margin: 0; font-size: 43px; }
  .article-content { padding: 48px 24px 70px; }
  .article-content h2 { font-size: 43px; }
  .article-body li { grid-template-columns: 95px 1fr; }
  .essence-details { grid-template-columns: 1fr 1fr; }
  .essence-details p:nth-child(2) { border-right: 0; }
  .essence-details p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  footer { grid-template-columns: 1fr; align-items: start; }
  .footer-contact { justify-items: start; }
  .footer-copy { grid-column: 1; }
  .cart-drawer { padding: 25px 20px; }
  dialog { width: 100%; max-height: 100dvh; margin: auto 0 0; }
  .checkout-modal { height: 100dvh; overflow: auto; }
  .checkout-form { grid-template-columns: 1fr; padding: 45px 24px; }
  .checkout-form .field, .checkout-form .full { grid-column: 1; }
  .success-modal { padding: 55px 25px; }
  .special-order-modal { width: calc(100% - 24px); max-height: calc(100dvh - 24px); padding: 48px 24px 34px; }
}

@media (max-width: 520px) {
  .site-header { gap: 8px; }
  .cart-label { display: none; }
  .cart-trigger { gap: 2px; }
  .cart-count { margin-left: 3px; }
  .product-grid { grid-template-columns: 1fr; gap: 36px; }
  .product-image { aspect-ratio: 1; }
  .product-meta { min-height: 0; }
}

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