:root {
  --forest: #143c2c;
  --forest-deep: #0b281e;
  --leaf: #5f7d45;
  --sun: #e9b949;
  --cream: #f6f1e5;
  --paper: #fffdf7;
  --ink: #17241d;
  --muted: #667068;
  --line: rgba(20, 60, 44, .16);
  --shadow: 0 20px 55px rgba(11, 40, 30, .14);
  --sans: "Be Vietnam Pro", system-ui, sans-serif;
  --serif: "Lora", Georgia, 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: 16px; line-height: 1.6; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(100% - 32px, 1180px); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-150%); padding: 10px 14px; border-radius: 8px; background: var(--paper); color: var(--forest); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.announcement { min-height: 36px; display: grid; place-items: center; padding: 7px 16px; background: var(--forest-deep); color: #eff7ed; font-size: .72rem; font-weight: 600; letter-spacing: .04em; text-align: center; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(255, 253, 247, .92); backdrop-filter: blur(15px); }
.header-inner { height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50% 50% 50% 9px; background: var(--forest); color: var(--sun); transform: rotate(-5deg); box-shadow: inset 0 0 0 1px rgba(255,255,255,.15); }
.brand-mark span { font-family: var(--serif); font-size: .86rem; font-weight: 600; transform: rotate(5deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy b { font-family: var(--serif); font-size: .95rem; }
.brand-copy small { margin-top: 4px; color: var(--leaf); font-size: .61rem; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
.desktop-nav { display: none; }
.cart-button { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 6px 8px 6px 16px; border: 0; border-radius: 999px; background: var(--cream); color: var(--forest); font-weight: 700; cursor: pointer; }
.cart-button > span { display: none; }
.cart-count { min-width: 29px; height: 29px; display: grid; place-items: center; padding: 0 7px; border-radius: 999px; background: var(--forest); color: #fff; font-size: .75rem; }
.hero { padding-block: 18px 52px; }
.hero-image-wrap { position: relative; overflow: hidden; aspect-ratio: 4 / 4.6; border-radius: 8px 48px 8px 8px; background: var(--cream); box-shadow: var(--shadow); }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: 61% center; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,34,24,.58), transparent 38%); }
.image-note { position: absolute; z-index: 1; left: 18px; bottom: 16px; padding-left: 21px; color: #fff; font-size: .72rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.image-note::before { content: ""; position: absolute; left: 0; top: 50%; width: 12px; height: 1px; background: var(--sun); }
.hero-copy { padding-top: 34px; }
.eyebrow { margin: 0 0 12px; color: var(--leaf); font-size: .73rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); }
h1 { margin-bottom: 20px; color: var(--forest-deep); font-size: clamp(2.35rem, 10.5vw, 4.6rem); line-height: 1.08; letter-spacing: -.045em; }
h1 em { color: var(--leaf); font-weight: 500; }
.hero-lead { margin-bottom: 27px; color: var(--muted); font-size: 1rem; line-height: 1.78; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 12px 20px; border: 0; border-radius: 4px 18px 4px 4px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:active { transform: translateY(1px); }
.button-primary { background: var(--forest); color: #fff; box-shadow: 0 10px 28px rgba(20,60,44,.2); }
.text-link { border: 0; background: transparent; color: var(--forest); font-weight: 700; cursor: pointer; }
.benefits { border-block: 1px solid var(--line); background: var(--cream); }
.benefit-grid article { display: flex; align-items: flex-start; gap: 15px; padding: 20px 2px; border-bottom: 1px solid var(--line); }
.benefit-grid article:last-child { border-bottom: 0; }
.benefit-grid b { padding-top: 2px; color: var(--sun); font-family: var(--serif); font-size: .84rem; }
.benefit-grid div { display: flex; flex-direction: column; }
.benefit-grid strong { color: var(--forest); font-size: .9rem; }
.benefit-grid span { color: var(--muted); font-size: .78rem; }
.shop-section { padding-block: 66px 76px; }
.section-heading { display: grid; gap: 5px; margin-bottom: 28px; }
.section-heading h2 { margin-bottom: 0; color: var(--forest-deep); font-size: clamp(2rem, 9vw, 3.55rem); line-height: 1.1; letter-spacing: -.04em; }
.section-heading > p { max-width: 470px; margin-bottom: 0; color: var(--muted); font-size: .93rem; }
.category-feature { position: relative; overflow: hidden; min-height: 405px; display: flex; align-items: flex-end; margin-bottom: 32px; border-radius: 6px 40px 6px 6px; background: var(--forest); color: #fff; }
.category-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,27,19,.92) 3%, rgba(5,27,19,.2) 64%); }
.category-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.category-feature-copy { position: relative; z-index: 1; padding: 28px 24px; }
.category-feature-copy > span { color: #d8e7c7; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.category-feature-copy h3 { margin: 8px 0 16px; font-family: var(--serif); font-size: 2.05rem; line-height: 1.13; letter-spacing: -.03em; }
.category-feature-copy a { color: var(--sun); font-size: .85rem; font-weight: 700; }
.product-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 22px; }
.filter-list { display: flex; gap: 8px; overflow-x: auto; padding: 2px 0 6px; scrollbar-width: none; }
.filter-list::-webkit-scrollbar { display: none; }
.filter-chip { min-height: 40px; padding: 8px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--forest); font-size: .8rem; font-weight: 600; white-space: nowrap; cursor: pointer; }
.filter-chip.active { border-color: var(--forest); background: var(--forest); color: #fff; }
.product-result { display: none; color: var(--muted); font-size: .75rem; white-space: nowrap; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; }
.product-card { min-width: 0; transition: opacity .2s ease, transform .2s ease; }
.product-card[hidden] { display: none; }
.product-visual { position: relative; overflow: hidden; aspect-ratio: .88; display: grid; place-items: center; border-radius: 5px 24px 5px 5px; }
.product-visual::before, .product-visual::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.27); }
.product-visual::before { width: 78%; height: 78%; right: -23%; top: -18%; }
.product-visual::after { width: 56%; height: 56%; left: -20%; bottom: -18%; }
.product-word { position: relative; z-index: 1; color: rgba(255,255,255,.92); font-family: var(--serif); font-size: clamp(1.25rem, 7vw, 2.4rem); font-weight: 600; letter-spacing: -.03em; transform: rotate(-7deg); }
.product-badge { position: absolute; z-index: 1; top: 10px; left: 10px; padding: 4px 7px; border-radius: 3px; background: var(--paper); color: var(--forest); font-size: .58rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.tone-amber { background: #b56d21; }
.tone-coral { background: #af563e; }
.tone-forest { background: #365c44; }
.tone-sky { background: #587f86; }
.tone-leaf { background: #74833d; }
.tone-plum { background: #675063; }
.product-info { padding-top: 12px; }
.product-category { display: block; margin-bottom: 4px; color: var(--leaf); font-size: .63rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-info h3 { min-height: 49px; margin-bottom: 10px; font-family: var(--serif); font-size: .94rem; line-height: 1.4; }
.product-buy { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.product-buy strong { color: var(--forest); font-size: .88rem; }
.product-buy button { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; border: 1px solid var(--forest); border-radius: 50%; background: transparent; color: var(--forest); font-size: 1.4rem; line-height: 1; cursor: pointer; transition: .2s ease; }
.product-buy button:hover { background: var(--forest); color: #fff; }
.journal-section { padding-block: 68px 72px; background: var(--forest-deep); color: #fff; }
.light-heading h2 { color: #fff; }
.light-heading > p { color: #b9c7bd; }
.journal-grid { border-top: 1px solid rgba(255,255,255,.18); }
.article-card { display: grid; grid-template-columns: 42px 1fr; gap: 8px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.article-index { color: var(--sun); font-family: var(--serif); font-size: .82rem; }
.article-content > span { color: #94aa9b; font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.article-content h3 { margin: 8px 0 11px; font-family: var(--serif); font-size: 1.32rem; line-height: 1.4; }
.article-content p { color: #bdc9c0; font-size: .85rem; }
.article-link { padding: 0; border: 0; background: transparent; color: var(--sun); font-size: .78rem; font-weight: 700; cursor: pointer; }
.health-note { margin: 20px 0 0; color: #80968a; font-size: .72rem; }
.story-section { padding-block: 70px; }
.story-number { display: grid; place-items: center; width: 104px; height: 104px; margin-bottom: 28px; border-radius: 50% 50% 50% 14px; background: var(--sun); color: var(--forest-deep); font-family: var(--serif); font-size: 2rem; font-weight: 600; transform: rotate(-6deg); }
.story-copy h2 { margin-bottom: 20px; font-size: clamp(2rem, 9vw, 3.45rem); line-height: 1.16; letter-spacing: -.04em; }
.story-copy > p:last-child { color: var(--muted); font-size: .93rem; line-height: 1.8; }
.story-quote { margin-top: 32px; padding: 24px 0 0 24px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.story-quote blockquote { margin: 0 0 12px; color: var(--leaf); font-family: var(--serif); font-size: 1.5rem; font-style: italic; line-height: 1.4; }
.story-quote span { color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.contact-band { padding-block: 54px; background: var(--sun); }
.contact-inner h2 { margin-bottom: 25px; color: var(--forest-deep); font-size: clamp(2rem, 8vw, 3.15rem); line-height: 1.13; letter-spacing: -.04em; }
.contact-inner .eyebrow { color: rgba(11,40,30,.68); }
.button-light { background: var(--paper); color: var(--forest); }
.site-footer { padding: 50px 0 100px; background: #081e17; color: #fff; }
.footer-brand { margin-bottom: 18px; }
.footer-brand .brand-mark { background: var(--sun); color: var(--forest); }
.footer-brand .brand-copy small { color: #9bb3a3; }
.footer-grid { display: grid; gap: 35px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid p, .footer-grid span, .footer-grid a:not(.brand) { color: #9fb1a5; font-size: .8rem; }
.footer-grid p { max-width: 370px; }
.footer-grid h3 { margin: 0 0 6px; color: var(--sun); font-family: var(--serif); font-size: 1rem; }
.footer-grid a:not(.brand):hover { color: #fff; }
.footer-bottom { display: flex; flex-direction: column; gap: 5px; margin-top: 38px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: #6f8578; font-size: .68rem; }
.mobile-nav { position: fixed; z-index: 45; left: 10px; right: 10px; bottom: calc(9px + env(safe-area-inset-bottom)); min-height: 64px; display: grid; grid-template-columns: repeat(4, 1fr); padding: 8px 6px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(9,36,27,.96); box-shadow: 0 15px 50px rgba(0,0,0,.3); backdrop-filter: blur(15px); }
.mobile-nav a, .mobile-nav button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border: 0; background: transparent; color: #d9e5dc; font-size: .61rem; cursor: pointer; }
.mobile-nav span { color: var(--sun); font-size: 1rem; line-height: 1; }
.mobile-nav b { position: absolute; margin: -28px 0 0 28px; min-width: 16px; height: 16px; display: grid; place-items: center; border-radius: 50%; background: #c45236; color: #fff; font-size: .55rem; }
.drawer-layer, .article-layer { position: fixed; z-index: 100; inset: 0; display: flex; justify-content: flex-end; }
.drawer-layer[hidden], .article-layer[hidden] { display: none; }
.drawer-overlay { position: absolute; inset: 0; border: 0; background: rgba(5,24,17,.62); backdrop-filter: blur(3px); }
.cart-drawer { position: relative; width: min(100%, 430px); height: 100%; display: flex; flex-direction: column; padding: 26px 20px calc(24px + env(safe-area-inset-bottom)); background: var(--paper); box-shadow: -20px 0 60px rgba(0,0,0,.2); animation: slide-in .25s ease both; }
@keyframes slide-in { from { transform: translateX(100%); } }
.drawer-header { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.drawer-header span { color: var(--leaf); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.drawer-header h2 { margin: 3px 0 0; font-size: 2rem; }
.drawer-header button, .dialog-close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--forest); font-size: 1.6rem; cursor: pointer; }
.cart-items { flex: 1; overflow-y: auto; }
.cart-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-row h3 { margin-bottom: 5px; font-family: var(--serif); font-size: 1rem; }
.cart-row-price { color: var(--forest); font-size: .82rem; font-weight: 700; }
.quantity { display: flex; align-items: center; gap: 10px; }
.quantity button { width: 31px; height: 31px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--forest); cursor: pointer; }
.quantity span { min-width: 18px; text-align: center; font-size: .84rem; font-weight: 700; }
.cart-empty { flex: 1; display: grid; align-content: center; justify-items: center; padding: 35px 12px; text-align: center; }
.cart-empty > span { color: var(--sun); font-family: var(--serif); font-size: 3.5rem; }
.cart-empty h3 { margin: 8px 0 6px; font-family: var(--serif); font-size: 1.25rem; }
.cart-empty p { max-width: 290px; color: var(--muted); font-size: .82rem; }
.cart-summary { padding-top: 20px; border-top: 1px solid var(--line); }
.cart-summary > div { display: flex; justify-content: space-between; align-items: center; }
.cart-summary strong { color: var(--forest); font-family: var(--serif); font-size: 1.35rem; }
.cart-summary p { color: var(--muted); font-size: .72rem; }
.full-width { width: 100%; }
.article-layer { align-items: flex-end; justify-content: center; padding: 12px; }
.article-dialog { position: relative; width: min(100%, 720px); max-height: calc(100vh - 24px); overflow-y: auto; padding: 32px 24px; border-radius: 8px 34px 8px 8px; background: var(--paper); box-shadow: var(--shadow); animation: rise .25s ease both; }
@keyframes rise { from { opacity: 0; transform: translateY(22px); } }
.dialog-close { position: absolute; top: 18px; right: 18px; }
.article-dialog h2 { max-width: 580px; margin: 0 45px 22px 0; color: var(--forest-deep); font-size: clamp(1.8rem, 7vw, 2.7rem); line-height: 1.2; }
.article-body { color: #47534c; }
.article-body h3 { margin: 24px 0 6px; color: var(--forest); font-family: var(--serif); font-size: 1.15rem; }
.article-body p { margin-bottom: 13px; font-size: .92rem; line-height: 1.8; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 92px; width: max-content; max-width: calc(100% - 32px); padding: 11px 16px; border-radius: 999px; background: var(--forest-deep); color: #fff; box-shadow: var(--shadow); font-size: .78rem; font-weight: 600; opacity: 0; pointer-events: none; transform: translate(-50%, 14px); transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (min-width: 900px) {
  .shell { width: min(100% - 64px, 1180px); }
  .announcement { font-size: .75rem; }
  .header-inner { height: 80px; }
  .brand-mark { width: 46px; height: 46px; }
  .brand-copy b { font-size: 1.05rem; }
  .desktop-nav { display: flex; align-items: center; gap: 34px; }
  .desktop-nav a { position: relative; color: #3d4b43; font-size: .82rem; font-weight: 600; }
  .desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--sun); transition: right .2s ease; }
  .desktop-nav a:hover::after { right: 0; }
  .cart-button > span { display: inline; }
  .hero { min-height: 680px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(38px, 6vw, 88px); padding-block: 50px 76px; }
  .hero-image-wrap { grid-column: 2; aspect-ratio: .95; max-height: 590px; border-radius: 10px 90px 10px 10px; }
  .hero-copy { grid-row: 1; grid-column: 1; padding-top: 0; }
  .hero-lead { max-width: 540px; }
  .benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
  .benefit-grid article { padding: 24px 5vw 24px 0; border-bottom: 0; }
  .benefit-grid article + article { padding-left: 4vw; border-left: 1px solid var(--line); }
  .shop-section { padding-block: 96px 110px; }
  .section-heading { grid-template-columns: 1.3fr .7fr; align-items: end; margin-bottom: 38px; }
  .category-feature { min-height: 465px; border-radius: 8px 80px 8px 8px; }
  .category-feature::after { background: linear-gradient(90deg, rgba(5,27,19,.92), rgba(5,27,19,.15) 68%); }
  .category-feature-copy { padding: 48px; }
  .category-feature-copy h3 { font-size: 2.8rem; }
  .product-result { display: inline; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 22px; }
  .product-visual { aspect-ratio: 1.05; border-radius: 7px 38px 7px 7px; }
  .product-word { font-size: 2.65rem; }
  .product-info h3 { min-height: auto; font-size: 1.05rem; }
  .journal-section { padding-block: 100px; }
  .journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
  .article-card { display: block; padding: 32px 28px 22px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 0; }
  .article-card:first-child { padding-left: 0; }
  .article-card:last-child { border-right: 0; }
  .article-index { margin-bottom: 70px; }
  .article-content h3 { min-height: 94px; }
  .story-section { display: grid; grid-template-columns: .55fr 1.45fr .75fr; gap: 54px; align-items: center; padding-block: 110px; }
  .story-number { margin-bottom: 0; width: 138px; height: 138px; font-size: 2.7rem; }
  .story-quote { margin-top: 0; }
  .contact-band { padding-block: 72px; }
  .contact-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
  .contact-inner h2 { max-width: 680px; margin-bottom: 0; }
  .footer-grid { grid-template-columns: 1.6fr .6fr .8fr; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
  .site-footer { padding-bottom: 35px; }
  .mobile-nav { display: none; }
  .article-layer { align-items: center; padding: 30px; }
  .article-dialog { padding: 50px 54px; }
  .toast { bottom: 28px; }
}

@media (min-width: 1100px) {
  .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .product-card:nth-child(2), .product-card:nth-child(5) { transform: translateY(28px); }
  .product-card[hidden] { transform: none; }
}

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