:root {
  --black: #080b09;
  --ink: #0d120f;
  --panel: #111713;
  --panel-soft: #151d18;
  --jade: #0f744a;
  --jade-bright: #32b476;
  --cream: #f0eadf;
  --muted: #a7afa8;
  --line: rgba(232, 238, 232, .14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;

  /* Global typography scale: change this once to resize every text style. */
  --font-scale: 1;
  --fs-6: calc(6px * var(--font-scale));
  --fs-7: calc(7px * var(--font-scale));
  --fs-8: calc(8px * var(--font-scale));
  --fs-9: calc(9px * var(--font-scale));
  --fs-10: calc(10px * var(--font-scale));
  --fs-11: calc(11px * var(--font-scale));
  --fs-12: calc(12px * var(--font-scale));
  --fs-13: calc(13px * var(--font-scale));
  --fs-14: calc(14px * var(--font-scale));
  --fs-15: calc(15px * var(--font-scale));
  --fs-16: calc(16px * var(--font-scale));
  --fs-17: calc(17px * var(--font-scale));
  --fs-18: calc(18px * var(--font-scale));
  --fs-19: calc(19px * var(--font-scale));
  --fs-20: calc(20px * var(--font-scale));
  --fs-21: calc(21px * var(--font-scale));
  --fs-22: calc(22px * var(--font-scale));
  --fs-23: calc(23px * var(--font-scale));
  --fs-24: calc(24px * var(--font-scale));
  --fs-25: calc(25px * var(--font-scale));
  --fs-26: calc(26px * var(--font-scale));
  --fs-27: calc(27px * var(--font-scale));
  --fs-28: calc(28px * var(--font-scale));
  --fs-29: calc(29px * var(--font-scale));
  --fs-30: calc(30px * var(--font-scale));
  --fs-31: calc(31px * var(--font-scale));
  --fs-32: calc(32px * var(--font-scale));
  --fs-34: calc(34px * var(--font-scale));
  --fs-35: calc(35px * var(--font-scale));
  --fs-37: calc(37px * var(--font-scale));
  --fs-38: calc(38px * var(--font-scale));
  --fs-42: calc(42px * var(--font-scale));
  --fs-43: calc(43px * var(--font-scale));
  --fs-44: calc(44px * var(--font-scale));
  --fs-46: calc(46px * var(--font-scale));
  --fs-48: calc(48px * var(--font-scale));
  --fs-49: calc(49px * var(--font-scale));
  --fs-50: calc(50px * var(--font-scale));
  --fs-51: calc(51px * var(--font-scale));
  --fs-52: calc(52px * var(--font-scale));
  --fs-53: calc(53px * var(--font-scale));
  --fs-54: calc(54px * var(--font-scale));
  --fs-55: calc(55px * var(--font-scale));
  --fs-56: calc(56px * var(--font-scale));
  --fs-58: calc(58px * var(--font-scale));
  --fs-60: calc(60px * var(--font-scale));
  --fs-61: calc(61px * var(--font-scale));
  --fs-62: calc(62px * var(--font-scale));
  --fs-65: calc(65px * var(--font-scale));
  --fs-66: calc(66px * var(--font-scale));
  --fs-70: calc(70px * var(--font-scale));
  --fs-72: calc(72px * var(--font-scale));
  --fs-75: calc(75px * var(--font-scale));
  --fs-76: calc(76px * var(--font-scale));
  --fs-77: calc(77px * var(--font-scale));
  --fs-78: calc(78px * var(--font-scale));
  --fs-80: calc(80px * var(--font-scale));
  --fs-86: calc(86px * var(--font-scale));
  --fs-88: calc(88px * var(--font-scale));
  --fs-95: calc(95px * var(--font-scale));
  --fs-102: calc(102px * var(--font-scale));
  --fs-110: calc(110px * var(--font-scale));
  --fs-112: calc(112px * var(--font-scale));
  --fs-118: calc(118px * var(--font-scale));
  --fs-126: calc(126px * var(--font-scale));
  --fs-130: calc(130px * var(--font-scale));
  --fs-136: calc(136px * var(--font-scale));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--cream); font-family: var(--sans); font-size: var(--fs-14); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.announcement {
  height: 31px; display: grid; place-items: center; color: #c7d1c9; background: #102019;
  font-size: var(--fs-9); text-transform: uppercase; letter-spacing: .24em;
}

.site-header {
  height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 5vw;
  background: rgba(8,11,9,.94); border-bottom: 1px solid var(--line); position: relative; z-index: 30;
}
.brand { display: inline-flex; align-items: center; gap: 14px; width: max-content; font: 500 var(--fs-18)/1 var(--serif); letter-spacing: .12em; }
.brand-mark { width: 31px; fill: none; stroke: var(--cream); stroke-width: 1; }
.main-nav { display: flex; gap: 36px; align-items: center; }
.main-nav a { color: #bcc3bd; font-size: var(--fs-10); letter-spacing: .19em; text-transform: uppercase; transition: .3s; }
.main-nav a:hover, .main-nav a.active { color: #fff; }
.header-actions { display: flex; justify-content: flex-end; gap: 18px; }
.header-actions button { border: 0; background: none; padding: 0; cursor: pointer; position: relative; }
.header-actions svg { width: 18px; fill: none; stroke: #d7ddd8; stroke-width: 1.25; }
.bag-button span { position: absolute; top: -9px; right: -8px; font-size: var(--fs-8); background: var(--jade); width: 14px; height: 14px; border-radius: 50%; display: grid; place-items: center; }
.menu-toggle { display: none; }

.hero { height: calc(100vh - 115px); min-height: 650px; position: relative; overflow: hidden; }
.hero::after { display: none; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: scale(1.03); transition: opacity 1s, transform 1.6s; background-image: var(--hero-image); background-size: cover; background-position: center; }
.hero-slide::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(4,8,6,.92) 0%, rgba(4,8,6,.58) 35%, transparent 67%), linear-gradient(0deg, rgba(3,6,4,.48), transparent 42%); }
.hero-slide.active { opacity: 1; visibility: visible; transform: scale(1); }
.hero-copy { width: 47%; position: absolute; left: 9vw; top: 50%; transform: translateY(-50%); z-index: 2; }
.hero-copy .eyebrow, .hero h1, .hero-points { text-shadow: 0 2px 22px rgba(0,0,0,.52); }
.eyebrow { margin: 0 0 22px; color: #71b28e; font-size: var(--fs-9); font-weight: 600; letter-spacing: .32em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 760px; font: 500 clamp(var(--fs-70), 7.6vw, var(--fs-126))/1.35 var(--serif); letter-spacing: -.045em; }
.hero-points { max-width: 470px; margin: 34px 0; display: grid; gap: 9px; color: #eef3ef; font-size: var(--fs-14); font-weight: 700; line-height: 1.55; }
.hero-points span { display: grid; grid-template-columns: 8px 1fr; gap: 10px; align-items: baseline; }
.hero-points span::before { content: "•"; color: #88c99e; font-weight: 700; }
.hero-buttons { display: flex; gap: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-width: 190px; height: 50px; padding: 0 24px; font-size: var(--fs-9); font-weight: 600; letter-spacing: .18em; text-transform: uppercase; transition: .3s; }
.button-solid { background: var(--cream); color: #0a0c0a; }
.button-solid:hover { background: var(--jade-bright); color: white; }
.button-line { border: 1px solid rgba(255,255,255,.42); }
.button-line:hover { border-color: white; }
.hero-progress { display: flex; align-items: center; gap: 14px; position: absolute; z-index: 3; left: 9vw; bottom: 52px; font-size: var(--fs-9); letter-spacing: .15em; }
.progress-track { width: 100px; height: 1px; background: rgba(255,255,255,.28); }
.progress-track i { display: block; width: 25%; height: 100%; background: white; transition: .5s; }
.hero-arrows { position: absolute; right: 5vw; bottom: 40px; z-index: 3; display: flex; }
.hero-arrows button { width: 48px; height: 48px; background: rgba(10,13,11,.65); border: 1px solid var(--line); cursor: pointer; transition: .3s; }
.hero-arrows button:hover { background: var(--jade); }
.hero-social { position: absolute; z-index: 3; left: 9vw; bottom: 96px; display: flex; gap: 10px; }
.hero-social a { width: 32px; height: 32px; display: inline-grid; place-items: center; border: 1px solid rgba(240,234,223,.35); border-radius: 50%; color: #ecf1ed; background: rgba(6,8,6,.42); font-size: var(--fs-8); font-weight: 700; letter-spacing: .04em; text-transform: uppercase; transition: .25s; }
.hero-social a:hover { border-color: #8ed1a4; background: #0f744a; color: white; }
.scroll-cue { position: absolute; z-index: 3; right: 5vw; top: 50%; writing-mode: vertical-rl; display: flex; align-items: center; gap: 15px; color: #bbc1bc; font-size: var(--fs-8); text-transform: uppercase; letter-spacing: .25em; }
.scroll-cue span { width: 1px; height: 48px; background: #8f9891; }

.section { padding: 140px 7vw; }
.story { max-width: 1440px; margin: auto; display: grid; grid-template-columns: .9fr 1fr; align-items: center; gap: 11vw; background: radial-gradient(circle at 40% 50%, rgba(29,80,54,.12), transparent 34%); }
.story-image { position: relative; }
.story-image::before { content: ""; position: absolute; width: 45%; height: 45%; left: -34px; bottom: -34px; border-left: 1px solid rgba(67,148,101,.5); border-bottom: 1px solid rgba(67,148,101,.5); }
.story-image img { height: 670px; object-fit: cover; object-position: center top; filter: saturate(.76) contrast(1.06); }
.image-caption { position: absolute; right: -28px; bottom: 30px; background: #ecede8; color: #141916; padding: 18px 26px; font: italic var(--fs-16) var(--serif); }
.image-caption span { color: var(--jade); padding-right: 25px; font: 600 var(--fs-9) var(--sans); }
.story-copy h2, .section-heading h2, .essentials h2, .journal h2 { margin: 0; font: 500 clamp(var(--fs-56), 6vw, var(--fs-88))/.9 var(--serif); letter-spacing: -.035em; }
.story-copy .lead { margin: 34px 0 18px; color: #e8eee9; font: 700 var(--fs-22)/1.45 var(--serif); }
.story-copy > p:not(.eyebrow):not(.lead) { max-width: 520px; color: var(--muted); font: 700 var(--fs-22)/1.45 var(--serif); }
blockquote { margin: 40px 0; padding-left: 22px; border-left: 1px solid var(--jade-bright); color: #d8ded9; font: italic var(--fs-20)/1.4 var(--serif); }
.text-link { display: inline-flex; align-items: center; gap: 22px; padding-bottom: 8px; border-bottom: 1px solid #5c6960; color: #dfe4e0; font-size: var(--fs-9); font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.text-link span { color: #66a780; font-size: var(--fs-14); }

.collections { background: #0c100d; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 65px; }
.collection-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 340px 340px; gap: 18px; }
.collection-card { position: relative; overflow: hidden; }
.collection-card-large { grid-row: 1 / 3; }
.collection-card img { height: 100%; object-fit: cover; transition: transform 1s; }
.collection-card:hover img { transform: scale(1.045); }
.card-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,6,4,.9), transparent 64%); }
.collection-copy { position: absolute; inset: auto 38px 34px; }
.collection-copy > span { color: #67a17c; font-size: var(--fs-9); letter-spacing: .2em; }
.collection-copy h3 { margin: 8px 0 2px; font: 500 var(--fs-38) var(--serif); }
.collection-card-large .collection-copy h3 { font-size: var(--fs-52); }
.collection-copy p { max-width: 420px; margin: 0; color: #bdc5bf; font-size: var(--fs-10); letter-spacing: .04em; }
.collection-copy i { display: block; opacity: 0; transform: translateY(5px); margin-top: 17px; color: #75b28e; font-style: normal; font-size: var(--fs-9); text-transform: uppercase; letter-spacing: .15em; transition: .3s; }
.collection-card:hover .collection-copy i { opacity: 1; transform: none; }

.philosophy { max-width: 1440px; margin: auto; display: grid; grid-template-columns: .9fr 1fr; align-items: center; gap: 8vw; min-height: auto; padding: 140px 7vw; background: radial-gradient(circle at 68% 50%, rgba(29,80,54,.12), transparent 34%); }
.philosophy-image { position: relative; }
.philosophy-image img { width: 100%; height: 670px; object-fit: cover; object-position: center top; filter: saturate(.76) contrast(1.06); }
.philosophy-copy { position: relative; z-index: 2; }
.philosophy h2 { margin: 0 0 25px; font: 500 clamp(var(--fs-56), 6vw, var(--fs-80))/.9 var(--serif); letter-spacing: -.035em; }
.philosophy h3 { margin: 0 0 32px; color: #77b28e; font: italic var(--fs-28) var(--serif); }
.philosophy-copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); line-height: 1.9; font-weight: 300; }
.philosophy-copy > p:last-of-type { margin-top: 40px; color: #d7ddd8; font: italic var(--fs-18) var(--serif); }

.products { background: #f0eee8; color: #101411; }
.products .eyebrow { color: #3d7756; }
.products .text-link { color: #1b241e; border-color: #939a95; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 58px 28px; }
.product-image { position: relative; overflow: hidden; aspect-ratio: 1.08; background: #dfe0da; }
.product-image img { width: 100%; height: 100%; object-fit: contain; padding: 18px; transition: transform .7s; }
.product-card:hover img { transform: scale(1.035); }
.product-image button { position: absolute; top: 14px; right: 14px; width: 33px; height: 33px; border: 0; border-radius: 50%; background: rgba(245,245,241,.88); color: #1b241e; cursor: pointer; font-size: var(--fs-17); }
.tag { position: absolute; left: 13px; top: 14px; padding: 7px 10px; background: #183c2a; color: white; font-size: var(--fs-7); letter-spacing: .16em; text-transform: uppercase; }
.product-card { margin-bottom: 68px; }
.product-card > div { padding: 18px 3px 10px; }
.product-card p { margin: 0 0 8px; color: #587160; font-size: var(--fs-8); letter-spacing: .2em; text-transform: uppercase; }
.product-card h3 { min-height: 42px;  font: 500 var(--fs-20)/1.1 var(--serif); }
.product-card strong { color: #334039; font-size: var(--fs-12); letter-spacing: .06em; text-transform: uppercase; }

.essentials { padding: 130px 7vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; background: #101713; }
.essential-list article { min-height: 130px; display: grid; grid-template-columns: 40px 1fr 70px; align-items: center; gap: 20px; border-top: 1px solid var(--line); }
.essential-list article:last-child { border-bottom: 1px solid var(--line); }
.essential-list span { color: #629577; font-size: var(--fs-9); }
.essential-list h3 { margin: 0 0 8px; font: 500 var(--fs-27) var(--serif); }
.essential-list p { max-width: 500px; margin: 0; color: #8f9b92; font-size: var(--fs-11); line-height: 1.7; }
.essential-list i { color: #77a98a; text-align: right; font: normal var(--fs-34) var(--serif); }

.categories { background: #0a0d0b; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.category-card { position: relative; aspect-ratio: .86; overflow: hidden; background: #111713; }
.category-card img { height: 100%; object-fit: cover; filter: saturate(.7) brightness(.75); transition: .7s; }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,8,5,.9), transparent 55%); }
.category-card:hover img { filter: saturate(.95) brightness(.9); transform: scale(1.04); }
.category-card span { position: absolute; z-index: 2; inset: auto 25px 25px; }
.category-card b { display: block; font: 500 var(--fs-26)/1.05 var(--serif); }
.category-card i { display: block; margin-top: 8px; color: #94aa9a; font: normal var(--fs-8) var(--sans); letter-spacing: .16em; text-transform: uppercase; }

.journal { min-height: 660px; display: grid; place-items: center; text-align: center; background: radial-gradient(circle, rgba(29,115,71,.25), transparent 31%), #0c130f; }
.journal-inner { width: min(760px, 86vw); }
.journal h2 { font-size: clamp(var(--fs-62), 7vw, var(--fs-102)); }
.journal-inner > p:not(.eyebrow) { color: #9eaaa1; line-height: 1.8; }
.newsletter { display: flex; margin: 42px auto 18px; max-width: 620px; border-bottom: 1px solid #748078; }
.newsletter input { flex: 1; height: 58px; border: 0; outline: 0; background: none; color: white; font: var(--fs-20) var(--serif); }
.newsletter input::placeholder { color: #8e9890; }
.newsletter button { border: 0; background: none; color: #dce2dd; cursor: pointer; font-size: var(--fs-8); font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.journal small { color: #68736b; font-size: var(--fs-8); }

.footer { padding: 95px 7vw 25px; background: #060806; }
.footer-top { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; padding-bottom: 75px; }
.footer-brand p { color: #778279; margin-top: 25px; font: italic var(--fs-17)/1.5 var(--serif); }
.footer-links { display: flex; flex-direction: column; gap: 14px; }
.footer-links h3 { margin: 0 0 14px; color: #6e987b; font-size: var(--fs-8); letter-spacing: .22em; text-transform: uppercase; }
.footer-links a { width: max-content; color: #9ca69e; font-size: var(--fs-10); }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid var(--line); color: #59625b; font-size: var(--fs-8); text-transform: uppercase; letter-spacing: .12em; }
.footer-bottom div { display: flex; gap: 25px; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s, transform .8s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; z-index: 32; width: 34px; height: 34px; border: 0; background: none; }
  .menu-toggle span:not(.sr-only) { display: block; height: 1px; width: 24px; background: white; margin: 7px auto; transition: .3s; }
  .menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 31px 0 0; z-index: 31; background: #080b09; flex-direction: column; justify-content: center; gap: 30px; opacity: 0; visibility: hidden; transition: .3s; }
  .menu-open .main-nav { opacity: 1; visibility: visible; }
  .main-nav a { font: 500 var(--fs-34) var(--serif); letter-spacing: 0; text-transform: none; }
  .header-actions { display: none; }
  .hero-copy { width: 68%; }
  .story { grid-template-columns: 1fr 1fr; gap: 7vw; }
  .story-image img { height: 570px; }
  .product-grid, .category-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { gap: 48px 18px; }
  .essentials { grid-template-columns: 1fr; gap: 60px; }
}

@media (max-width: 680px) {
  .announcement { padding: 0 20px; text-align: center; font-size: var(--fs-7); }
  .site-header { height: 70px; padding: 0 22px; }
  .brand { font-size: var(--fs-15); gap: 10px; }
  .brand-mark { width: 26px; }
  .hero { height: calc(100svh - 101px); min-height: 610px; }
  .hero-slide::after { background: linear-gradient(0deg, rgba(4,8,6,.93), rgba(4,8,6,.15) 75%); }
  .hero-slide { background-position: 62% center; }
  .hero-copy { width: auto; left: 24px; right: 24px; top: auto; bottom: 125px; transform: none; }
  .hero h1 { font-size: var(--fs-58); line-height: 1.25; }
  .hero-points { margin: 20px 0 25px; font-size: var(--fs-12); gap: 7px; }
  .hero-buttons { flex-wrap: wrap; }
  .button { min-width: 0; height: 45px; font-size: var(--fs-7); }
  .button-line { display: none; }
  .hero-progress { left: 24px; bottom: 44px; }
  .hero-arrows { right: 20px; bottom: 31px; }
  .hero-social { left: 24px; right: 24px; bottom: 88px; flex-wrap: wrap; }
  .hero-social a { width: 30px; height: 30px; font-size: var(--fs-7); }
  .scroll-cue { display: none; }
  .section { padding: 90px 22px; }
  .story { display: flex; flex-direction: column; gap: 75px; }
  .story-image img { height: 510px; }
  .image-caption { right: -8px; font-size: var(--fs-13); }
  .story-copy h2, .section-heading h2, .essentials h2, .journal h2 { font-size: var(--fs-51); }
  .section-heading { display: block; margin-bottom: 38px; }
  .section-heading .text-link { margin-top: 24px; }
  .collection-grid { display: flex; flex-direction: column; }
  .collection-card { height: 420px; }
  .collection-copy { inset: auto 24px 25px; }
  .collection-copy h3, .collection-card-large .collection-copy h3 { font-size: var(--fs-38); }
  .philosophy { min-height: auto; padding: 80px 24px; grid-template-columns: 1fr; gap: 50px; }
  .philosophy-image img { height: 420px; width: 100%; }
  .philosophy h2 { font-size: var(--fs-58); }
  .product-grid { grid-template-columns: 1fr; gap: 38px; }
  .product-card { min-height: 400px; }
  .product-card h3 { min-height: 48px; font-size: var(--fs-16); }
  .product-image button { top: 8px; right: 8px; width: 28px; height: 28px; }
  .tag { left: 7px; top: 8px; font-size: var(--fs-6); }
  .essentials { padding: 90px 22px; }
  .essential-list article { grid-template-columns: 28px 1fr; padding: 25px 0; }
  .essential-list i { display: none; }
  .category-grid { grid-template-columns: 1fr; gap: 10px; }
  .category-card span { inset: auto 14px 16px; }
  .category-card b { font-size: var(--fs-21); }
  .category-card i { display: none; }
  .journal { min-height: 580px; }
  .journal h2 { font-size: var(--fs-53); }
  .newsletter { display: block; border: 0; }
  .newsletter input { width: 100%; border-bottom: 1px solid #748078; text-align: center; }
  .newsletter button { margin-top: 24px; padding: 14px 20px; border: 1px solid #748078; }
  .footer { padding: 70px 22px 25px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 50px 25px; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-top .footer-links:last-child { display: none; }
  .footer-bottom { display: block; line-height: 1.8; }
  .footer-bottom div { margin-top: 18px; flex-wrap: wrap; }
}

/* Product listing page
   All page-specific rules are scoped to protect the homepage. */
.product-list-page {
  background: #ecebe5;
  color: #111612;
}

.product-list-page .site-header {
  background: #080b09;
  color: var(--cream);
}

.product-list-page .catalog-main {
  overflow: hidden;
  background: #ecebe5;
}

.product-list-page .catalog-hero {
  min-height: 590px;
  display: grid;
  grid-template-columns: 48% 52%;
  background: #0c120e;
  color: var(--cream);
}

.product-list-page .catalog-hero-image {
  position: relative;
  overflow: hidden;
}

.product-list-page .catalog-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 60%, #0c120e 100%);
}

.product-list-page .catalog-hero-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(.68) saturate(.78);
}

.product-list-page .catalog-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 8vw 70px 7vw;
  background:
    radial-gradient(circle at 90% 25%, rgba(35, 122, 76, .18), transparent 30%),
    #0c120e;
}

.product-list-page .breadcrumbs {
  display: flex;
  gap: 10px;
  margin-bottom: 65px;
  color: #7c897f;
  font-size: var(--fs-8);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.product-list-page .breadcrumbs a:hover {
  color: #d8dfd9;
}

.product-list-page .breadcrumbs b {
  color: #b8c2ba;
  font-weight: 400;
}

.product-list-page .catalog-hero h1 {
  margin: 0 0 28px;
  font: 500 clamp(var(--fs-72), 8vw, var(--fs-118))/.75 var(--serif);
  letter-spacing: -.05em;
}

.product-list-page .catalog-hero-copy > p:not(.eyebrow) {
  max-width: 540px;
  margin: 0;
  color: #9da8a0;
  font-size: var(--fs-12);
  font-weight: 300;
  line-height: 1.9;
}

.product-list-page .catalog-count {
  width: max-content;
  margin-top: 38px;
  padding-top: 14px;
  border-top: 1px solid #3d5c49;
  color: #77a889;
  font-size: var(--fs-8);
  letter-spacing: .2em;
  text-transform: uppercase;
}

.product-list-page .catalog-section {
  padding: 0 5vw 120px;
}

.product-list-page .catalog-toolbar {
  min-height: 94px;
  display: grid;
  grid-template-columns: 250px 1fr auto;
  align-items: center;
  border-bottom: 1px solid #c8cac4;
}

.product-list-page .filter-toggle {
  display: none;
  border: 0;
  background: none;
}

.product-list-page .catalog-toolbar > p {
  margin: 0;
  color: #6b736d;
  font-size: var(--fs-9);
  letter-spacing: .08em;
}

.product-list-page .catalog-toolbar > p strong {
  color: #202822;
  font-weight: 600;
}

.product-list-page .catalog-sort {
  display: flex;
  align-items: center;
  gap: 13px;
}

.product-list-page .catalog-sort label {
  color: #747d76;
  font-size: var(--fs-8);
  letter-spacing: .15em;
  text-transform: uppercase;
}

.product-list-page .catalog-sort select {
  min-width: 165px;
  padding: 11px 30px 11px 13px;
  border: 1px solid #bdc1bc;
  border-radius: 0;
  background: transparent;
  color: #202722;
  outline: 0;
  font-size: var(--fs-9);
}

.product-list-page .catalog-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 42px;
  padding-top: 40px;
}

.product-list-page .catalog-filters {
  color: #1b221d;
}

.product-list-page .filter-heading {
  display: flex;
  justify-content: space-between;
  padding-bottom: 21px;
  border-bottom: 1px solid #c7cac4;
  font: 600 var(--fs-9) var(--sans);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.product-list-page .filter-close {
  display: none;
}

.product-list-page .catalog-filters details {
  border-bottom: 1px solid #c7cac4;
  padding: 21px 0;
}

.product-list-page .catalog-filters summary {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  font: 500 var(--fs-18) var(--serif);
}

.product-list-page .catalog-filters summary::-webkit-details-marker {
  display: none;
}

.product-list-page .catalog-filters details[open] summary span {
  font-size: var(--fs-15);
}

.product-list-page .catalog-filters label {
  display: grid;
  grid-template-columns: 16px 1fr auto;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #5e6861;
  cursor: pointer;
  font-size: var(--fs-9);
}

.product-list-page .catalog-filters label i {
  color: #9aa19c;
  font-style: normal;
}

.product-list-page .catalog-filters input {
  width: 13px;
  height: 13px;
  accent-color: #196b46;
}

.product-list-page .color-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 5px;
  padding-top: 17px;
}

.product-list-page .color-options button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #68716b;
  cursor: pointer;
  font-size: var(--fs-8);
  text-align: left;
}

.product-list-page .color-options i {
  width: 17px;
  height: 17px;
  border: 1px solid #c1c5bf;
  border-radius: 50%;
  background: var(--swatch);
  box-shadow: inset 0 0 0 2px #ecebe5;
}

.product-list-page .color-options .selected {
  color: #153d29;
}

.product-list-page .price-range {
  padding-top: 23px;
}

.product-list-page .range-track {
  height: 2px;
  background: #c5c9c3;
}

.product-list-page .range-track i {
  display: block;
  width: 72%;
  height: 100%;
  background: #246b49;
}

.product-list-page .price-range > div:last-child {
  display: flex;
  justify-content: space-between;
  margin-top: 11px;
  color: #747d76;
  font-size: var(--fs-8);
}

.product-list-page .clear-filters {
  margin-top: 23px;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid #7b847d;
  background: none;
  color: #4d5750;
  cursor: pointer;
  font-size: var(--fs-8);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.product-list-page .catalog-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 46px 15px;
}

.product-list-page .catalog-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: .86;
  background: #d9dbd5;
}

.product-list-page .catalog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .75s ease;
}

.product-list-page .catalog-card:hover .catalog-image img {
  transform: scale(1.04);
}

.product-list-page .catalog-image > span {
  position: absolute;
  top: 13px;
  left: 13px;
  padding: 7px 9px;
  background: #173d29;
  color: #f0f3ef;
  font-size: var(--fs-6);
  letter-spacing: .15em;
  text-transform: uppercase;
}

.product-list-page .catalog-image > button {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: rgba(245, 246, 242, .9);
  color: #263028;
  cursor: pointer;
  font-size: var(--fs-16);
}

.product-list-page .catalog-card-copy {
  padding: 16px 2px 0;
}

.product-list-page .catalog-card-copy p {
  margin: 0 0 8px;
  color: #577461;
  font-size: var(--fs-9);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.product-list-page .catalog-card-copy h2 {
  min-height: 41px;
  margin: 0 0 9px;
  color: #151a17;
  font: 500 var(--fs-19)/1.1 var(--serif);
}

.product-list-page .catalog-card-copy strong {
  color: #535d56;
  font-size: var(--fs-12);
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.product-list-page .catalog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 75px;
}

.product-list-page .catalog-pagination a,
.product-list-page .catalog-pagination button,
.product-list-page .catalog-pagination span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: #5d675f;
  font-size: var(--fs-9);
}

.product-list-page .catalog-pagination a.active {
  background: #153d29;
  color: white;
}

.product-list-page .catalog-pagination .pagination-next,
.product-list-page .catalog-pagination .pagination-prev {
  width: 48px;
  border: 1px solid #c0c4be;
}

.product-list-page .catalog-pagination button:disabled {
  opacity: .35;
}

.product-list-page .catalog-assurance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #101713;
  color: var(--cream);
}

.product-list-page .catalog-assurance > div {
  min-height: 305px;
  padding: 62px 6vw;
  border-right: 1px solid var(--line);
}

.product-list-page .catalog-assurance span {
  color: #5d9472;
  font-size: var(--fs-8);
  letter-spacing: .15em;
}

.product-list-page .catalog-assurance h2 {
  margin: 27px 0 18px;
  font: 500 var(--fs-32)/1 var(--serif);
}

.product-list-page .catalog-assurance p {
  max-width: 310px;
  margin: 0;
  color: #849087;
  font-size: var(--fs-9);
  font-weight: 300;
  line-height: 1.8;
}

.product-list-page .footer {
  color: var(--cream);
}

@media (max-width: 980px) {
  .product-list-page .catalog-hero {
    grid-template-columns: 42% 58%;
  }

  .product-list-page .catalog-layout {
    grid-template-columns: 180px 1fr;
    gap: 28px;
  }

  .product-list-page .catalog-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .product-list-page .catalog-hero {
    min-height: 650px;
    display: block;
    position: relative;
  }

  .product-list-page .catalog-hero-image {
    position: absolute;
    inset: 0;
  }

  .product-list-page .catalog-hero-image::after {
    background: linear-gradient(0deg, #0c120e 9%, rgba(12, 18, 14, .45) 70%, rgba(12, 18, 14, .08));
  }

  .product-list-page .catalog-hero-copy {
    min-height: 650px;
    position: relative;
    z-index: 2;
    justify-content: flex-end;
    padding: 60px 24px;
    background: transparent;
  }

  .product-list-page .breadcrumbs {
    position: absolute;
    top: 30px;
    left: 24px;
    margin: 0;
  }

  .product-list-page .catalog-hero h1 {
    font-size: var(--fs-76);
  }

  .product-list-page .catalog-section {
    padding: 0 18px 85px;
  }

  .product-list-page .catalog-toolbar {
    grid-template-columns: 1fr auto;
    min-height: 80px;
  }

  .product-list-page .filter-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    color: #263029;
    cursor: pointer;
    font-size: var(--fs-8);
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .product-list-page .filter-toggle svg {
    width: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.2;
  }

  .product-list-page .catalog-toolbar > p {
    display: none;
  }

  .product-list-page .catalog-sort label {
    display: none;
  }

  .product-list-page .catalog-sort select {
    min-width: 128px;
  }

  .product-list-page .catalog-layout {
    display: block;
    padding-top: 27px;
  }

  .product-list-page .catalog-filters {
    position: fixed;
    inset: 0;
    z-index: 60;
    overflow-y: auto;
    padding: 30px 24px 50px;
    background: #eeeee9;
    transform: translateX(-100%);
    transition: transform .35s ease;
  }

  .product-list-page.filters-open {
    overflow: hidden;
  }

  .product-list-page.filters-open .catalog-filters {
    transform: none;
  }

  .product-list-page .filter-heading {
    padding-bottom: 25px;
  }

  .product-list-page .filter-close {
    display: block;
    padding: 0;
    border: 0;
    background: none;
    color: #1d251f;
    cursor: pointer;
    font-size: var(--fs-26);
    line-height: 1;
  }

  .product-list-page .catalog-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px 9px;
  }

  .product-list-page .catalog-image > span {
    top: 7px;
    left: 7px;
    padding: 6px;
  }

  .product-list-page .catalog-image > button {
    top: 7px;
    right: 7px;
    width: 28px;
    height: 28px;
  }

  .product-list-page .catalog-card-copy h2 {
    min-height: 48px;
    font-size: var(--fs-16);
  }

  .product-list-page .catalog-pagination {
    margin-top: 55px;
  }

  .product-list-page .catalog-assurance {
    display: block;
  }

  .product-list-page .catalog-assurance > div {
    min-height: 0;
    padding: 48px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

/* Product detail page
   All page-specific rules are scoped to protect the homepage and listing page. */
.product-detail-page {
  background: #eeede7;
  color: #111612;
}

.product-detail-page .site-header,
.product-detail-page .footer {
  background: #080b09;
  color: var(--cream);
}

.product-detail-page .detail-main {
  overflow: hidden;
}

.product-detail-page .detail-breadcrumbs {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 5vw;
  border-bottom: 1px solid #d1d2cd;
  color: #879089;
  font-size: var(--fs-9);
  letter-spacing: .15em;
  text-transform: uppercase;
}

.product-detail-page .detail-breadcrumbs a:hover {
  color: #244e36;
}

.product-detail-page .detail-breadcrumbs b {
  overflow: hidden;
  color: #4a554d;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-detail-page .product-detail {
  min-height: 760px;
  display: grid;
  grid-template-columns: 58% 42%;
  border-bottom: 1px solid #d1d2cd;
}

.product-detail-page .detail-gallery {
  min-width: 0;
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 12px;
  padding: 34px 24px 42px 5vw;
  background: #e3e3de;
}

.product-detail-page .detail-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.product-detail-page .detail-thumbnails button {
  width: 100%;
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  border: 1px solid transparent;
  background: #d5d7d1;
  cursor: pointer;
  opacity: .58;
  transition: opacity .25s, border-color .25s;
}

.product-detail-page .detail-thumbnails button:hover,
.product-detail-page .detail-thumbnails button.active {
  border-color: #295d40;
  opacity: 1;
}

.product-detail-page .detail-thumbnails img {
  height: 100%;
  object-fit: cover;
}

.product-detail-page .detail-main-image {
  min-height: 680px;
  position: relative;
  overflow: hidden;
  background: #d9dad5;
}

.product-detail-page .detail-main-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .25s;
}

.product-detail-page .detail-main-image > img.changing {
  opacity: .35;
}

.product-detail-page .detail-piece-label {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  padding: 8px 11px;
  background: #153d29;
  color: #f0f3ef;
  font-size: var(--fs-6);
  letter-spacing: .17em;
  text-transform: uppercase;
}

.product-detail-page .detail-zoom {
  position: absolute;
  right: 17px;
  bottom: 17px;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(25, 39, 30, .18);
  border-radius: 50%;
  background: rgba(245, 246, 242, .88);
  color: #233128;
  cursor: pointer;
}

.product-detail-page .detail-zoom svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
}

.product-detail-page .detail-image-counter {
  position: absolute;
  right: 78px;
  bottom: 30px;
  color: #6e7770;
  font-size: var(--fs-9);
  letter-spacing: .15em;
}

.product-detail-page .detail-image-counter span {
  color: #1c3526;
}

.product-detail-page .detail-summary {
  padding: 70px 7vw 55px 5vw;
  background:
    radial-gradient(circle at 90% 10%, rgba(37, 115, 73, .08), transparent 25%),
    #eeede7;
}

.product-detail-page .detail-summary h1 {
  margin: 0;
  color: #121713;
  font: 500 clamp(var(--fs-53), 5.3vw, var(--fs-77))/.85 var(--serif);
  letter-spacing: -.045em;
}

.product-detail-page .detail-size {
  margin: 12px 0 24px;
  color: #667168;
  font: italic var(--fs-22) var(--serif);
}

.product-detail-page .detail-price {
  padding: 21px 0;
  border-top: 1px solid #cfd1cc;
  border-bottom: 1px solid #cfd1cc;
  color: #173e29;
  font-size: var(--fs-10);
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.product-detail-page .detail-intro {
  margin: 29px 0;
  color: #58625b;
  font-size: var(--fs-11);
  font-weight: 300;
  line-height: 1.9;
}

.product-detail-page .detail-specs {
  margin: 0 0 30px;
  border-top: 1px solid #cfd1cc;
}

.product-detail-page .detail-specs > div {
  min-height: 38px;
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: center;
  border-bottom: 1px solid #d4d5d0;
}

.product-detail-page .detail-specs dt {
  color: #7d857f;
  font-size: var(--fs-9);
  letter-spacing: .15em;
  text-transform: uppercase;
}

.product-detail-page .detail-specs dd {
  margin: 0;
  color: #273029;
  font: 500 var(--fs-14) var(--serif);
}

.product-detail-page .detail-primary-action {
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 23px;
  border: 0;
  background: #153d29;
  color: white;
  cursor: pointer;
  font-size: var(--fs-8);
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
  transition: background .25s;
}

.product-detail-page .detail-primary-action:hover {
  background: #1d6b45;
}

.product-detail-page .detail-primary-action span {
  font-size: var(--fs-15);
}

.product-detail-page .detail-wishlist {
  width: 100%;
  height: 47px;
  border: 0;
  border-bottom: 1px solid #cfd1cc;
  background: transparent;
  color: #525e55;
  cursor: pointer;
  font-size: var(--fs-9);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.product-detail-page .detail-wishlist span {
  padding-right: 8px;
  font-size: var(--fs-14);
}

.product-detail-page .detail-service-note {
  display: grid;
  grid-template-columns: 37px 1fr;
  gap: 15px;
  margin-top: 24px;
}

.product-detail-page .detail-service-note svg {
  width: 34px;
  fill: none;
  stroke: #467157;
  stroke-width: 1;
}

.product-detail-page .detail-service-note p {
  margin: 0;
  color: #777f79;
  font-size: var(--fs-8);
  line-height: 1.65;
}

.product-detail-page .detail-service-note strong {
  display: block;
  margin-bottom: 3px;
  color: #344039;
  font: 500 var(--fs-15) var(--serif);
}

.product-detail-page .detail-story {
  min-height: 750px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 10vw;
  padding: 125px 8vw;
  background: #0d130f;
  color: var(--cream);
}

.product-detail-page .detail-story-copy h2,
.product-detail-page .detail-information-title h2,
.product-detail-page .detail-related-heading h2 {
  margin: 0;
  font: 500 clamp(var(--fs-55), 6vw, var(--fs-86))/.86 var(--serif);
  letter-spacing: -.04em;
}

.product-detail-page .detail-story-copy > p:not(.eyebrow) {
  max-width: 520px;
  color: #919d94;
  font-size: var(--fs-11);
  font-weight: 300;
  line-height: 1.95;
}

.product-detail-page .detail-story-copy h2 + p {
  margin-top: 35px;
}

.product-detail-page .detail-story-image {
  position: relative;
}

.product-detail-page .detail-story-image::before {
  content: "";
  position: absolute;
  width: 45%;
  height: 45%;
  right: -25px;
  bottom: -25px;
  border-right: 1px solid rgba(76, 151, 103, .48);
  border-bottom: 1px solid rgba(76, 151, 103, .48);
}

.product-detail-page .detail-story-image img {
  height: 570px;
  object-fit: cover;
  filter: saturate(.82) brightness(.9);
}

.product-detail-page .detail-information {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 11vw;
  padding: 125px 8vw;
  background: #eeede7;
}

.product-detail-page .detail-information-title h2 {
  color: #111612;
}

.product-detail-page .detail-accordions details {
  border-top: 1px solid #c5c9c3;
}

.product-detail-page .detail-accordions details:last-child {
  border-bottom: 1px solid #c5c9c3;
}

.product-detail-page .detail-accordions summary {
  min-height: 78px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  list-style: none;
  color: #1c241e;
  font: 500 var(--fs-22) var(--serif);
}

.product-detail-page .detail-accordions summary::-webkit-details-marker {
  display: none;
}

.product-detail-page .detail-accordions summary span {
  color: #3e6e50;
  font: 300 var(--fs-20) var(--sans);
}

.product-detail-page .detail-accordions details > div {
  padding: 0 45px 24px 0;
}

.product-detail-page .detail-accordions p {
  color: #68716b;
  font-size: var(--fs-9);
  font-weight: 300;
  line-height: 1.85;
}

.product-detail-page .detail-assurance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #101713;
  color: var(--cream);
}

.product-detail-page .detail-assurance article {
  min-height: 290px;
  padding: 58px 6vw;
  border-right: 1px solid var(--line);
}

.product-detail-page .detail-assurance span {
  color: #5d9472;
  font-size: var(--fs-8);
  letter-spacing: .15em;
}

.product-detail-page .detail-assurance h2 {
  margin: 25px 0 16px;
  font: 500 var(--fs-31)/1 var(--serif);
}

.product-detail-page .detail-assurance p {
  max-width: 280px;
  margin: 0;
  color: #849087;
  font-size: var(--fs-9);
  line-height: 1.8;
}

.product-detail-page .detail-related {
  padding: 120px 6vw 135px;
  background: #eeede7;
}

.product-detail-page .detail-related-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 55px;
}

.product-detail-page .detail-related-heading a {
  padding-bottom: 7px;
  border-bottom: 1px solid #859087;
  color: #344039;
  font-size: var(--fs-8);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.product-detail-page .detail-related-heading a span {
  padding-left: 15px;
  color: #3e7653;
}

.product-detail-page .detail-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.product-detail-page .catalog-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: .86;
  background: #d9dbd5;
}

.product-detail-page .catalog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s;
}

.product-detail-page .catalog-card:hover img {
  transform: scale(1.04);
}

.product-detail-page .catalog-image > span {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 7px 9px;
  background: #173d29;
  color: white;
  font-size: var(--fs-6);
  letter-spacing: .15em;
  text-transform: uppercase;
}

.product-detail-page .catalog-image > button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 31px;
  height: 31px;
  border: 0;
  border-radius: 50%;
  background: rgba(245, 246, 242, .9);
  color: #263028;
  cursor: pointer;
}

.product-detail-page .catalog-card-copy {
  padding: 16px 2px 0;
}

.product-detail-page .catalog-card-copy p {
  margin: 0 0 8px;
  color: #577461;
  font-size: var(--fs-9);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.product-detail-page .catalog-card-copy h2 {
  min-height: 42px;
  margin: 0 0 8px;
  color: #151a17;
  font: 500 var(--fs-19)/1.1 var(--serif);
}

.product-detail-page .catalog-card-copy strong {
  color: #535d56;
  font-size: var(--fs-9);
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.product-detail-page.lightbox-open {
  overflow: hidden;
}

.product-detail-page .detail-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  place-items: center;
  padding: 55px;
  background: rgba(3, 6, 4, .94);
}

.product-detail-page .detail-lightbox:not([hidden]) {
  display: grid;
}

.product-detail-page .detail-lightbox img {
  max-width: min(82vw, 960px);
  max-height: 84vh;
  object-fit: contain;
}

.product-detail-page .detail-lightbox button {
  position: absolute;
  top: 24px;
  right: 30px;
  border: 0;
  background: none;
  color: white;
  cursor: pointer;
  font-size: var(--fs-35);
  font-weight: 200;
}

@media (max-width: 980px) {
  .product-detail-page .product-detail {
    grid-template-columns: 54% 46%;
  }

  .product-detail-page .detail-gallery {
    grid-template-columns: 72px 1fr;
    padding-left: 25px;
  }

  .product-detail-page .detail-summary {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .product-detail-page .detail-related-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 14px;
  }
}

@media (max-width: 680px) {
  .product-detail-page .detail-breadcrumbs {
    padding: 0 20px;
  }

  .product-detail-page .product-detail {
    display: block;
  }

  .product-detail-page .detail-gallery {
    display: flex;
    flex-direction: column-reverse;
    padding: 12px 0 0;
  }

  .product-detail-page .detail-main-image {
    min-height: 0;
    aspect-ratio: 1;
  }

  .product-detail-page .detail-thumbnails {
    overflow-x: auto;
    flex-direction: row;
    padding: 0 18px 13px;
  }

  .product-detail-page .detail-thumbnails button {
    min-width: 67px;
  }

  .product-detail-page .detail-summary {
    padding: 56px 22px 65px;
  }

  .product-detail-page .detail-summary h1 {
    font-size: var(--fs-53);
  }

  .product-detail-page .detail-story {
    display: flex;
    flex-direction: column-reverse;
    gap: 65px;
    padding: 85px 22px;
  }

  .product-detail-page .detail-story-image img {
    height: auto;
    aspect-ratio: 1;
  }

  .product-detail-page .detail-information {
    display: block;
    padding: 85px 22px;
  }

  .product-detail-page .detail-accordions {
    margin-top: 55px;
  }

  .product-detail-page .detail-accordions summary {
    min-height: 70px;
    font-size: var(--fs-19);
  }

  .product-detail-page .detail-assurance {
    display: block;
  }

  .product-detail-page .detail-assurance article {
    min-height: 0;
    padding: 48px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-detail-page .detail-related {
    padding: 85px 18px 95px;
  }

  .product-detail-page .detail-related-heading {
    display: block;
  }

  .product-detail-page .detail-related-heading a {
    display: inline-block;
    margin-top: 25px;
  }

  .product-detail-page .detail-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 9px;
  }

  .product-detail-page .catalog-card-copy h2 {
    min-height: 48px;
    font-size: var(--fs-16);
  }

  .product-detail-page .detail-lightbox {
    padding: 20px;
  }
}

/* SEO-focused traditional product page */
.seo-product-page {
  background: #f4f3ef;
  color: #1a211c;
}

.seo-product-page .pdp-breadcrumbs {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 5vw;
  border-bottom: 1px solid #d5d7d2;
  color: #333;
  font-size: var(--fs-9);
  letter-spacing: .08em;
}

.seo-product-page .pdp-breadcrumbs a:hover {
  color: #19583a;
}

.seo-product-page .pdp-purchase {
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(400px, 42%);
  max-width: 1500px;
  margin: auto;
  border-right: 1px solid #d6d8d3;
  border-left: 1px solid #d6d8d3;
}

.seo-product-page .pdp-gallery {
  min-width: 0;
  padding: 30px 30px 28px;
  border-right: 1px solid #d6d8d3;
  background: #e7e7e2;
}

.seo-product-page .pdp-main-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: #d9dbd6;
}

.seo-product-page .pdp-main-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .2s;
}

.seo-product-page .pdp-main-image > img.changing {
  opacity: .35;
}

.seo-product-page .pdp-badge {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 8px 11px;
  background: #143d29;
  color: white;
  font-size: var(--fs-9);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.seo-product-page .detail-zoom {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(20, 32, 24, .16);
  border-radius: 50%;
  background: rgba(248, 248, 245, .9);
  color: #1b2a20;
  cursor: pointer;
}

.seo-product-page .detail-zoom svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
}

.seo-product-page .detail-image-counter {
  position: absolute;
  right: 75px;
  bottom: 29px;
  color: #68726b;
  font-size: var(--fs-8);
}

.seo-product-page .pdp-thumbnails {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
  margin-top: 10px;
}

.seo-product-page .pdp-thumbnails button {
  padding: 0;
  overflow: hidden;
  aspect-ratio: 1;
  border: 1px solid transparent;
  background: #d9dbd6;
  cursor: pointer;
  opacity: .58;
}

.seo-product-page .pdp-thumbnails button.active,
.seo-product-page .pdp-thumbnails button:hover {
  border-color: #1b6742;
  opacity: 1;
}

.seo-product-page .pdp-thumbnails img {
  height: 100%;
  object-fit: cover;
}

.seo-product-page .pdp-summary {
  padding: 55px 5vw 45px;
  background: #f4f3ef;
}

.seo-product-page .pdp-category,
.seo-product-page .pdp-kicker {
  margin: 0 0 14px;
  color: #34704e;
  font-size: var(--fs-8);
  font-weight: 600;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.seo-product-page .pdp-summary h1 {
  margin: 0;
  color: #101612;
  font: 500 clamp(var(--fs-42), 4.5vw, var(--fs-65))/.92 var(--serif);
  letter-spacing: -.035em;
}

.seo-product-page .pdp-sku {
  margin: 17px 0 24px;
  color: #333;
  font-size: var(--fs-9);
}

.seo-product-page .pdp-price {
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #d1d4ce;
  border-bottom: 1px solid #d1d4ce;
  color: #17462e;
  font-size: var(--fs-12);
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.seo-product-page .pdp-lead {
  margin: 24px 0;
  color: #525d55;
  font-size: var(--fs-11);
  line-height: 1.85;
}

.seo-product-page .pdp-highlights {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.seo-product-page .pdp-highlights li {
  position: relative;
  margin: 10px 0;
  padding-left: 18px;
  color: #3f4b43;
  font-size: var(--fs-9);
  line-height: 1.6;
}

.seo-product-page .pdp-highlights li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 6px;
  height: 6px;
  border: 1px solid #287049;
  transform: rotate(45deg);
}

.seo-product-page .pdp-size-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px;
  border: 1px solid #c9cdc7;
}

.seo-product-page .pdp-size-box span,
.seo-product-page .pdp-size-box strong {
  display: block;
}

.seo-product-page .pdp-size-box span {
  margin-bottom: 5px;
  color: #818a83;
  font-size: var(--fs-9);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.seo-product-page .pdp-size-box strong {
  font: 500 var(--fs-17) var(--serif);
}

.seo-product-page .pdp-size-box a {
  border-bottom: 1px solid #758078;
  color: #3a4940;
  font-size: var(--fs-8);
  text-transform: uppercase;
}

.seo-product-page .pdp-enquire {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  padding: 0 20px;
  border: 0;
  background: #143d29;
  color: white;
  cursor: pointer;
  font-size: var(--fs-8);
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.seo-product-page .pdp-enquire:hover {
  background: #1d6a45;
}

.seo-product-page .pdp-save {
  width: 100%;
  height: 45px;
  border: 0;
  border-bottom: 1px solid #d1d4ce;
  background: transparent;
  color: #58635b;
  cursor: pointer;
  font-size: var(--fs-8);
  letter-spacing: .11em;
  text-transform: uppercase;
}

.seo-product-page .pdp-buying-benefits {
  margin-top: 22px;
}

.seo-product-page .pdp-buying-benefits > div {
  display: grid;
  grid-template-columns: 45% 55%;
  padding: 10px 0;
  border-bottom: 1px solid #d9dad6;
  font-size: var(--fs-10);
  color:#333;
}

.seo-product-page .pdp-buying-benefits b {
  color: #303b34;
  font-weight: 600;
}

.seo-product-page .pdp-buying-benefits span {
  color: #7b847e;
}

.seo-product-page .pdp-section-nav {
  position: sticky;
  top: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  gap: 34px;
  min-height: 61px;
  align-items: center;
  border-top: 1px solid #d0d3cd;
  border-bottom: 1px solid #d0d3cd;
  background: rgba(244, 243, 239, .96);
}

.seo-product-page .pdp-section-nav a {
  color: #333;
  font-size: var(--fs-10);
  letter-spacing: .11em;
  text-transform: uppercase;
}

.seo-product-page .pdp-section-nav a:hover {
  color: #17613d;
}

.seo-product-page .pdp-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 780px) 270px;
  justify-content: center;
  gap: 90px;
  padding: 100px 5vw 125px;
  background: #fff;
}

.seo-product-page .pdp-long-content section {
  scroll-margin-top: 85px;
  padding-bottom: 75px;
}

.seo-product-page .pdp-long-content section + section {
  padding-top: 75px;
  border-top: 1px solid #dfe1dc;
}

.seo-product-page .pdp-long-content h2 {
  max-width: 720px;
  margin: 0 0 28px;
  color: #111713;
  font: 500 var(--fs-46)/1.03 var(--serif);
  letter-spacing: -.025em;
}

.seo-product-page .pdp-long-content h3 {
  margin: 38px 0 12px;
  color: #1e2d23;
  font: 600 var(--fs-27)/1.15 var(--serif);
}

.seo-product-page .pdp-long-content p,
.seo-product-page .pdp-long-content li {
  color: #515d55;
  font-size: var(--fs-13);
  font-weight: 300;
  line-height: 2;
}

.seo-product-page .pdp-long-content ol {
  padding-left: 22px;
}

.seo-product-page .pdp-long-content li {
  margin-bottom: 8px;
  padding-left: 5px;
}

.seo-product-page .pdp-inline-image {
  margin: 45px 0;
}

.seo-product-page .pdp-inline-image img {
  max-height: 650px;
  object-fit: cover;
}

.seo-product-page .pdp-inline-image figcaption {
  padding: 12px 0;
  color: #7d867f;
  font-size: var(--fs-8);
  line-height: 1.6;
}

.seo-product-page .pdp-spec-table {
  margin: 30px 0;
  border-top: 1px solid #cfd3cd;
}

.seo-product-page .pdp-spec-table > div {
  display: grid;
  grid-template-columns: 34% 66%;
  min-height: 47px;
  align-items: center;
  border-bottom: 1px solid #d9dcd7;
}

.seo-product-page .pdp-spec-table b {
  color: #4e5b52;
  font-size: var(--fs-9);
  font-weight: 600;
}

.seo-product-page .pdp-spec-table span {
  color: #313d35;
  font-size: var(--fs-11);
}

.seo-product-page .pdp-faq {
  border-top: 1px solid #ccd0ca;
}

.seo-product-page .pdp-faq details {
  border-bottom: 1px solid #d5d8d3;
}

.seo-product-page .pdp-faq summary {
  min-height: 69px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  list-style: none;
  color: #253129;
  font: 600 var(--fs-20) var(--serif);
}

.seo-product-page .pdp-faq summary::-webkit-details-marker {
  display: none;
}

.seo-product-page .pdp-faq summary span {
  color: #286d48;
  font: 400 var(--fs-18) var(--sans);
}

.seo-product-page .pdp-faq details p {
  margin-top: 0;
  padding: 0 45px 18px 0;
}

.seo-product-page .pdp-content-aside {
  align-self: start;
  position: sticky;
  top: 92px;
}

.seo-product-page .pdp-aside-card {
  padding: 28px;
  background: #101713;
  color: white;
}

.seo-product-page .pdp-aside-card p {
  margin: 0 0 16px;
  color: #67a17c;
  font-size: var(--fs-9);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.seo-product-page .pdp-aside-card h2 {
  margin: 0 0 15px;
  font: 500 var(--fs-30)/1 var(--serif);
}

.seo-product-page .pdp-aside-card > span {
  display: block;
  color: #8f9b92;
  font-size: var(--fs-9);
  line-height: 1.75;
}

.seo-product-page .pdp-aside-card button {
  width: 100%;
  margin-top: 22px;
  padding: 14px;
  border: 1px solid #466b55;
  background: transparent;
  color: white;
  cursor: pointer;
  font-size: var(--fs-8);
  text-transform: uppercase;
}

.seo-product-page .pdp-toc {
  display: flex;
  flex-direction: column;
  margin-top: 28px;
  padding: 0 20px;
}

.seo-product-page .pdp-toc b {
  margin-bottom: 15px;
  color: #334039;
  font-size: var(--fs-8);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.seo-product-page .pdp-toc a {
  padding: 9px 0;
  border-bottom: 1px solid #e0e2de;
  color: #333;
  font-size: var(--fs-10);
}

.seo-product-page .pdp-related {
  padding: 95px 6vw 115px;
  background: #eeede8;
}

.seo-product-page .pdp-related-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 45px;
}

.seo-product-page .pdp-related-heading h2 {
  margin: 0;
  font: 500 var(--fs-54) var(--serif);
}

.seo-product-page .pdp-related-heading > a {
  padding-bottom: 7px;
  border-bottom: 1px solid #7e8981;
  color: #3d4a42;
  font-size: var(--fs-8);
  text-transform: uppercase;
}

.seo-product-page .pdp-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.seo-product-page .pdp-related-grid img {
  aspect-ratio: .9;
  object-fit: cover;
  background: #d9dbd5;
}

.seo-product-page .pdp-related-grid h3 {
  min-height: 41px;
  margin: 15px 0 7px;
  font: 500 var(--fs-19)/1.1 var(--serif);
}

.seo-product-page .pdp-related-grid span {
  color: #5e6961;
  font-size: var(--fs-12);
  text-transform: uppercase;
}

.seo-product-page.lightbox-open {
  overflow: hidden;
}

.seo-product-page .detail-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  padding: 50px;
  background: rgba(3, 6, 4, .94);
}

.seo-product-page .detail-lightbox:not([hidden]) {
  display: grid;
  place-items: center;
}

.seo-product-page .detail-lightbox img {
  max-width: min(85vw, 1000px);
  max-height: 86vh;
  object-fit: contain;
}

.seo-product-page .detail-lightbox button {
  position: absolute;
  top: 22px;
  right: 28px;
  border: 0;
  background: none;
  color: white;
  cursor: pointer;
  font-size: var(--fs-34);
}

@media (max-width: 980px) {
  .seo-product-page .pdp-purchase {
    grid-template-columns: 53% 47%;
  }

  .seo-product-page .pdp-gallery {
    padding: 20px;
  }

  .seo-product-page .pdp-summary {
    padding: 38px 30px;
  }

  .seo-product-page .pdp-content-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .seo-product-page .pdp-content-aside {
    position: static;
    grid-row: 1;
  }

  .seo-product-page .pdp-toc {
    display: none;
  }
}

@media (max-width: 680px) {
  .seo-product-page .pdp-breadcrumbs {
    padding: 0 18px;
    overflow: hidden;
    white-space: nowrap;
  }

  .seo-product-page .pdp-purchase {
    display: block;
    border: 0;
  }

  .seo-product-page .pdp-gallery {
    padding: 0 0 12px;
    border: 0;
  }

  .seo-product-page .pdp-thumbnails {
    overflow-x: auto;
    grid-template-columns: repeat(5, 68px);
    padding: 0 15px;
  }

  .seo-product-page .pdp-summary {
    padding: 45px 20px 55px;
  }

  .seo-product-page .pdp-summary h1 {
    font-size: var(--fs-43);
  }

  .seo-product-page .pdp-section-nav {
    justify-content: flex-start;
    overflow-x: auto;
    gap: 23px;
    padding: 0 18px;
  }

  .seo-product-page .pdp-section-nav a {
    white-space: nowrap;
  }

  .seo-product-page .pdp-content-layout {
    gap: 55px;
    padding: 70px 20px 85px;
  }

  .seo-product-page .pdp-long-content section {
    padding-bottom: 55px;
  }

  .seo-product-page .pdp-long-content section + section {
    padding-top: 55px;
  }

  .seo-product-page .pdp-long-content h2 {
    font-size: var(--fs-37);
  }

  .seo-product-page .pdp-long-content h3 {
    font-size: var(--fs-24);
  }

  .seo-product-page .pdp-long-content p,
  .seo-product-page .pdp-long-content li {
    font-size: var(--fs-12);
    line-height: 1.9;
  }

  .seo-product-page .pdp-spec-table > div {
    grid-template-columns: 40% 60%;
    padding: 10px 0;
  }

  .seo-product-page .pdp-faq summary {
    min-height: 64px;
    font-size: var(--fs-17);
  }

  .seo-product-page .pdp-related {
    padding: 70px 18px 85px;
  }

  .seo-product-page .pdp-related-heading {
    display: block;
  }

  .seo-product-page .pdp-related-heading h2 {
    font-size: var(--fs-43);
  }

  .seo-product-page .pdp-related-heading > a {
    display: inline-block;
    margin-top: 20px;
  }

  .seo-product-page .pdp-related-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 9px;
  }

  .seo-product-page .pdp-related-grid h3 {
    font-size: var(--fs-16);
  }
}

/* About page */
.about-page { background: #0a0e0b; color: var(--cream); }
.about-page .site-header, .about-page .footer { background: #080b09; }
.about-page .about-label { margin: 0 0 20px; color: #66a27c; font-size: var(--fs-8); font-weight: 600; letter-spacing: .23em; text-transform: uppercase; }
.about-page .about-hero { height: calc(100vh - 115px); min-height: 650px; position: relative; overflow: hidden; }
.about-page .about-hero > img { height: 100%; object-fit: cover; }
.about-page .about-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,7,4,.9), rgba(3,7,4,.35) 55%, transparent), linear-gradient(0deg, rgba(3,7,4,.5), transparent 50%); }
.about-page .about-hero-copy { position: absolute; left: 8vw; top: 50%; transform: translateY(-50%); max-width: 760px; }
.about-page .about-hero-copy > p { color: #75aa88; font-size: var(--fs-9); letter-spacing: .25em; text-transform: uppercase; }
.about-page .about-hero h1 { margin: 22px 0 32px; font: 500 clamp(var(--fs-75), 8.5vw, var(--fs-130))/.77 var(--serif); letter-spacing: -.05em; }
.about-page .about-hero-copy > span { display: block; max-width: 500px; color: #bdc6bf; font-size: var(--fs-12); line-height: 1.9; }
.about-page .about-hero-index { position: absolute; right: 5vw; bottom: 35px; color: #829087; font-size: var(--fs-9); letter-spacing: .2em; }
.about-page .about-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; padding: 140px 8vw; background: #f0eee8; color: #131914; }
.about-page .about-intro h2, .about-page .about-text-panel h2, .about-page .about-section-heading h2, .about-page .about-material-copy h2, .about-page .about-promise h2 { margin: 0; font: 500 clamp(var(--fs-55), 6vw, var(--fs-86))/.88 var(--serif); letter-spacing: -.04em; }
.about-page .about-intro-copy p { color: #59635c; font-size: var(--fs-12); line-height: 1.95; }
.about-page .about-intro-copy .about-lead { margin-top: 0; color: #1e2a22; font: 500 var(--fs-25)/1.45 var(--serif); }
.about-page .about-image-text { display: grid; grid-template-columns: 1fr 1fr; min-height: 780px; }
.about-page .about-tall-image img { height: 100%; object-fit: cover; }
.about-page .about-text-panel { display: flex; flex-direction: column; justify-content: center; padding: 90px 9vw; background: #101713; }
.about-page .about-text-panel > p:not(.about-label) { color: #96a198; font-size: var(--fs-11); line-height: 1.9; }
.about-page .about-text-panel blockquote { margin-top: 35px; }
.about-page .about-values { padding: 130px 7vw; background: #e9e8e2; color: #121812; }
.about-page .about-section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 65px; }
.about-page .about-value-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #c3c7c1; border-bottom: 1px solid #c3c7c1; }
.about-page .about-value-grid article { min-height: 290px; padding: 38px 28px; border-right: 1px solid #c3c7c1; }
.about-page .about-value-grid article:last-child { border: 0; }
.about-page .about-value-grid span { color: #43805b; font-size: var(--fs-8); }
.about-page .about-value-grid h3 { margin: 65px 0 16px; font: 500 var(--fs-29) var(--serif); }
.about-page .about-value-grid p { color: #68716b; font-size: var(--fs-10); line-height: 1.8; }
.about-page .about-materials { display: grid; grid-template-columns: .65fr 1.35fr; gap: 7vw; padding: 130px 7vw; background: #0b100d; }
.about-page .about-material-copy p:not(.about-label) { color: #8f9a91; font-size: var(--fs-11); line-height: 1.9; }
.about-page .about-material-copy a { display: inline-block; margin-top: 20px; padding-bottom: 7px; border-bottom: 1px solid #63776a; color: #bdc7bf; font-size: var(--fs-8); text-transform: uppercase; }
.about-page .about-material-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.about-page .about-material-cards article { background: #151c17; }
.about-page .about-material-cards img { height: 380px; object-fit: cover; }
.about-page .about-material-cards div { padding: 27px; }
.about-page .about-material-cards h3 { margin: 0 0 9px; font: 500 var(--fs-32) var(--serif); }
.about-page .about-material-cards p { margin: 0; color: #879289; font-size: var(--fs-9); line-height: 1.75; }
.about-page .about-promise { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; padding: 125px 8vw; background: #efeee8; color: #121812; }
.about-page .about-promise-list p { padding: 22px 0; border-top: 1px solid #cbd0c9; color: #667068; font-size: var(--fs-11); line-height: 1.8; }
.about-page .about-promise-list p:last-child { border-bottom: 1px solid #cbd0c9; }
.about-page .about-promise-list b { display: block; margin-bottom: 5px; color: #1e2c23; font: 500 var(--fs-22) var(--serif); }
.about-page .about-founder { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 820px; background: #0d130f; }
.about-page .about-founder-portrait img { height: 100%; object-fit: cover; object-position: center top; }
.about-page .about-founder-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px 9vw; }
.about-page .about-founder-copy h2, .about-page .about-discoveries h2, .about-page .about-offer h2, .about-page .about-faq h2 { margin: 0; font: 500 clamp(var(--fs-55), 6vw, var(--fs-86))/.88 var(--serif); letter-spacing: -.04em; }
.about-page .about-founder-copy > p:not(.about-label):not(.about-founder-quote) { color: #919c93; font-size: var(--fs-11); line-height: 1.9; }
.about-page .about-founder-copy .about-founder-quote { margin: 30px 0 22px; color: #d7ddd8; font: italic var(--fs-24)/1.45 var(--serif); }
.about-page .about-founder-copy > strong { margin-top: 22px; color: #dce1dd; font: 500 var(--fs-23) var(--serif); }
.about-page .about-founder-copy > strong span { color: #688575; font: var(--fs-7) var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.about-page .about-discoveries { padding: 130px 7vw; background: #f0eee8; color: #121812; }
.about-page .about-discoveries .about-section-heading > p { max-width: 410px; color: #6e7871; font-size: var(--fs-10); line-height: 1.8; }
.about-page .about-discovery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 65px 18px; }
.about-page .about-discovery-grid article img { aspect-ratio: 1.28; object-fit: cover; }
.about-page .about-discovery-grid article > span { display: block; margin: 17px 0 9px; color: #42805a; font-size: var(--fs-7); letter-spacing: .14em; text-transform: uppercase; }
.about-page .about-discovery-grid h3 { min-height: 55px; margin: 0 0 10px; font: 500 var(--fs-27)/1.04 var(--serif); }
.about-page .about-discovery-grid p { min-height: 68px; margin: 0; color: #69736c; font-size: var(--fs-9); line-height: 1.75; }
.about-page .about-discovery-grid a { display: inline-block; margin-top: 16px; padding-bottom: 5px; border-bottom: 1px solid #8d9690; color: #35423a; font-size: var(--fs-7); letter-spacing: .1em; text-transform: uppercase; }
.about-page .about-offer { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; padding: 125px 8vw; background: #101713; }
.about-page .about-offer-copy > p:not(.about-label) { color: #919d94; font-size: var(--fs-10); line-height: 1.9; }
.about-page .about-offer-list { border-top: 1px solid var(--line); }
.about-page .about-offer-list a { min-height: 80px; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 15px; border-bottom: 1px solid var(--line); }
.about-page .about-offer-list span { color: #5f8e71; font-size: var(--fs-8); }
.about-page .about-offer-list b { font: 500 var(--fs-23) var(--serif); }
.about-page .about-offer-list i { color: #758078; font-size: var(--fs-8); font-style: normal; }
.about-page .about-faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; padding: 130px 8vw; background: #efeee8; color: #121812; }
.about-page .about-faq-heading > p:last-child { max-width: 390px; color: #6f7871; font-size: var(--fs-1); line-height: 1.8; }
.about-page .about-faq-list { border-top: 1px solid #c8ccc6; }
.about-page .about-faq-list details { border-bottom: 1px solid #c8ccc6; }
.about-page .about-faq-list summary { min-height: 77px; display: flex; justify-content: space-between; align-items: center; gap: 25px; cursor: pointer; list-style: none; color: #1c271f; font: 500 var(--fs-21)/1.2 var(--serif); }
.about-page .about-faq-list summary::-webkit-details-marker { display: none; }
.about-page .about-faq-list summary span { flex: 0 0 auto; color: #397752; font: 300 var(--fs-18) var(--sans); }
.about-page .about-faq-list details > div { padding: 0 50px 22px 0; }
.about-page .about-faq-list p { color: #68726b; font-size: var(--fs-9); line-height: 1.85; }
.about-page .about-cta { min-height: 580px; display: grid; place-items: center; align-content: center; text-align: center; background: radial-gradient(circle, rgba(32,112,69,.28), transparent 32%), #0c130f; }
.about-page .about-cta > p { color: #6fa384; font-size: var(--fs-9); letter-spacing: .23em; text-transform: uppercase; }
.about-page .about-cta h2 { margin: 18px 0 35px; font: 500 clamp(var(--fs-58), 7vw, var(--fs-95))/.86 var(--serif); }
.about-page .about-cta a { display: inline-grid; place-items: center; min-width: 180px; height: 48px; margin: 5px; border: 1px solid #62756a; font-size: var(--fs-8); letter-spacing: .13em; text-transform: uppercase; }
.about-page .about-cta a:first-child { background: var(--cream); color: #111; }

/* Blog listing page */
.blog-list-page { background: #f0eee8; color: #111713; }
.blog-list-page .site-header, .blog-list-page .footer { background: #080b09; color: var(--cream); }
.blog-list-page .journal-hero { padding: 120px 8vw 100px; background: radial-gradient(circle at 75% 35%, rgba(35,121,74,.24), transparent 27%), #0c130f; color: var(--cream); }
.blog-list-page .journal-hero > p, .blog-list-page .journal-signup > div > p { color: #69a17d; font-size: var(--fs-8); letter-spacing: .23em; text-transform: uppercase; }
.blog-list-page .journal-hero h1 { margin: 18px 0 30px; font: 500 clamp(var(--fs-65), 7.4vw, var(--fs-110))/.82 var(--serif); letter-spacing: -.045em; }
.blog-list-page .journal-hero > span { display: block; max-width: 570px; color: #9da89f; font-size: var(--fs-11); line-height: 1.85; }
.blog-list-page .journal-categories { min-height: 68px; display: flex; justify-content: center; align-items: center; gap: 35px; border-bottom: 1px solid #ced1cb; }
.blog-list-page .journal-categories a { color: #69736c; font-size: var(--fs-9); letter-spacing: .12em; text-transform: uppercase; }
.blog-list-page .journal-categories a.active { color: #155c3a; }
.blog-list-page .journal-featured { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 6vw; padding: 80px 7vw 105px; }
.blog-list-page .journal-featured-image img { height: 570px; object-fit: cover; }
.blog-list-page .journal-meta { color: #397552; font-size: var(--fs-9); letter-spacing: .1em; text-transform: uppercase; }
.blog-list-page .journal-featured h2 { margin: 20px 0; font: 500 var(--fs-55)/.95 var(--serif); }
.blog-list-page .journal-featured div > p:not(.journal-meta) { color: #68726b; font-size: var(--fs-11); line-height: 1.9; }
.blog-list-page .journal-read { display: inline-block; margin-top: 18px; padding-bottom: 7px; border-bottom: 1px solid #78827b; color: #344039; font-size: var(--fs-8); text-transform: uppercase; }
.blog-list-page .journal-grid-section { padding: 100px 7vw 125px; background: #fff; }
.blog-list-page .journal-grid-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 45px; padding-bottom: 18px; border-bottom: 1px solid #d5d8d3; }
.blog-list-page .journal-grid-heading p { margin: 0; font: 500 var(--fs-44) var(--serif); }
.blog-list-page .journal-grid-heading span { color: #758078; font-size: var(--fs-8); text-transform: uppercase; }
.blog-list-page .journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px 18px; }
.blog-list-page .journal-grid article img { aspect-ratio: 1.35; object-fit: cover; transition: transform .6s; }
.blog-list-page .journal-grid article a:hover img { transform: scale(1.02); }
.blog-list-page .journal-grid article p { margin: 18px 0 10px; color: #333; font-size: var(--fs-9); letter-spacing: .1em; text-transform: uppercase; }
.blog-list-page .journal-grid article h2 { min-height: 54px; margin: 0 0 11px; font: 500 var(--fs-27)/1.02 var(--serif); }
.blog-list-page .journal-grid article span { color: #333; font-size: var(--fs-11); line-height: 1.7; }
.blog-list-page .journal-pagination { display: flex; justify-content: center; gap: 5px; margin-top: 80px; }
.blog-list-page .journal-pagination a { min-width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #ccd0ca; color: #59645c; font-size: var(--fs-8); }
.blog-list-page .journal-pagination a.active { background: #143d29; color: white; }
.blog-list-page .journal-signup { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8vw; padding: 100px 8vw; background: #101713; color: white; }
.blog-list-page .journal-signup h2 { margin: 15px 0 0; font: 500 var(--fs-60)/.9 var(--serif); }

/* Blog detail page */
.blog-detail-page { background: #fff; color: #19201b; }
.blog-detail-page .site-header, .blog-detail-page .footer { background: #080b09; color: var(--cream); }
.blog-detail-page .article-breadcrumb { min-height: 54px; display: flex; align-items: center; gap: 9px; padding: 0 7vw; border-bottom: 1px solid #dedfdb; color: #333; font-size: var(--fs-9); text-transform: uppercase; }
.blog-detail-page .article-header { max-width: 1100px; margin: auto; padding: 100px 5vw 70px; text-align: center; }
.blog-detail-page .article-header > p { color: #3d7d56; font-size: var(--fs-9); letter-spacing: .2em; text-transform: uppercase; }
.blog-detail-page .article-header h1 { margin: 25px 0 35px; font: 500 clamp(var(--fs-30), 8vw, var(--fs-32))/.82 var(--serif); letter-spacing: -.045em; }
.blog-detail-page .article-header > div { display: flex; justify-content: center; gap: 25px; color: #7f8981; font-size: var(--fs-9); text-transform: uppercase; }
.blog-detail-page .article-hero-image { margin: 0; padding: 0 7vw; }
.blog-detail-page .article-hero-image img { width: 100%; max-height: 720px; object-fit: cover; }
.blog-detail-page .article-layout { display: grid; grid-template-columns: 180px minmax(0, 760px); justify-content: center; gap: 70px; padding: 100px 5vw 130px; }
.blog-detail-page .article-side { align-self: start; position: sticky; top: 30px; }
.blog-detail-page .article-share { display: flex; align-items: center; gap: 8px; padding-bottom: 25px; border-bottom: 1px solid #dde0db; }
.blog-detail-page .article-share span { margin-right: 5px; color: #7b857e; font-size: var(--fs-7); text-transform: uppercase; }
.blog-detail-page .article-share a { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid #cad0ca; border-radius: 50%; font-size: var(--fs-8); }
.blog-detail-page .article-side nav { display: flex; flex-direction: column; margin-top: 25px; }
.blog-detail-page .article-side nav b { margin-bottom: 12px; font-size: var(--fs-8); text-transform: uppercase; }
.blog-detail-page .article-side nav a { padding: 7px 0; color: #7a847d; font-size: var(--fs-8); }
.blog-detail-page .article-body { min-width: 0; }
.blog-detail-page .article-body .article-deck { color: #27342b; font: 500 var(--fs-25)/1.5 var(--serif); }
.blog-detail-page .article-body p, .blog-detail-page .article-body li { color: #4e5a52; font-size: var(--fs-13); font-weight: 300; line-height: 2; }
.blog-detail-page .article-body h2 { scroll-margin-top: 30px; margin: 65px 0 20px; font: 500 var(--fs-46)/1.05 var(--serif); }
.blog-detail-page .article-body h3 { margin: 35px 0 10px; font: 600 var(--fs-27) var(--serif); }
.blog-detail-page .article-body blockquote { margin: 45px 0; padding: 30px 35px; border: 0; border-left: 2px solid #2c7650; background: #f0f2ed; color: #25342a; font: italic var(--fs-27)/1.4 var(--serif); }
.blog-detail-page .article-body figure { margin: 50px 0; }
.blog-detail-page .article-body figure img { max-height: 650px; object-fit: cover; }
.blog-detail-page .article-body figcaption { padding-top: 10px; color: #818a84; font-size: var(--fs-8); }
.blog-detail-page .article-note { margin: 45px 0; padding: 28px; background: #102016; color: white; }
.blog-detail-page .article-note b { color: #76a98a; font-size: var(--fs-8); text-transform: uppercase; }
.blog-detail-page .article-note p { margin-bottom: 0; color: #b2bbb4; }
.blog-detail-page .article-body ol { padding-left: 23px; }
.blog-detail-page .article-author { display: grid; grid-template-columns: 55px 1fr; gap: 20px; margin-top: 70px; padding: 30px; border-top: 1px solid #d8dbd6; border-bottom: 1px solid #d8dbd6; }
.blog-detail-page .article-author svg { width: 50px; fill: none; stroke: #276b48; }
.blog-detail-page .article-author b { font: 500 var(--fs-23) var(--serif); }
.blog-detail-page .article-author p { margin: 5px 0 0; font-size: var(--fs-9); line-height: 1.7; }
.blog-detail-page .article-related { padding: 100px 7vw 120px; background: #edede7; }
.blog-detail-page .article-related > div:first-child p { color: #43805b; font-size: var(--fs-8); text-transform: uppercase; }
.blog-detail-page .article-related > div:first-child h2 { margin: 10px 0 45px; font: 500 var(--fs-55) var(--serif); }
.blog-detail-page .article-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.blog-detail-page .article-related-grid img { aspect-ratio: 1.45; object-fit: cover; }
.blog-detail-page .article-related-grid span { display: block; margin-top: 16px; color: #43805b; font-size: var(--fs-7); text-transform: uppercase; }
.blog-detail-page .article-related-grid h3 { margin: 8px 0 0; font: 500 var(--fs-26)/1.05 var(--serif); }

@media (max-width: 980px) {
  .about-page .about-value-grid { grid-template-columns: repeat(2, 1fr); }
  .about-page .about-materials { grid-template-columns: 1fr; }
  .about-page .about-discovery-grid { grid-template-columns: repeat(2, 1fr); }
  .about-page .about-offer, .about-page .about-faq { grid-template-columns: 1fr; }
  .blog-list-page .journal-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-detail-page .article-layout { grid-template-columns: 1fr; }
  .blog-detail-page .article-side { position: static; display: none; }
}

@media (max-width: 680px) {
  .about-page .about-hero { min-height: 620px; height: calc(100svh - 101px); }
  .about-page .about-hero-copy { left: 22px; right: 22px; }
  .about-page .about-hero h1 { font-size: var(--fs-61); }
  .about-page .about-intro, .about-page .about-promise { display: block; padding: 85px 22px; }
  .about-page .about-intro-copy, .about-page .about-promise-list { margin-top: 45px; }
  .about-page .about-image-text { display: flex; flex-direction: column; }
  .about-page .about-tall-image img { height: 530px; }
  .about-page .about-text-panel { padding: 75px 22px; }
  .about-page .about-values, .about-page .about-materials { padding: 85px 22px; }
  .about-page .about-value-grid { grid-template-columns: 1fr; }
  .about-page .about-value-grid article { min-height: 230px; border-right: 0; border-bottom: 1px solid #c3c7c1; }
  .about-page .about-value-grid h3 { margin-top: 45px; }
  .about-page .about-material-cards { grid-template-columns: 1fr; margin-top: 45px; }
  .about-page .about-founder { display: flex; flex-direction: column; }
  .about-page .about-founder-portrait img { height: 570px; }
  .about-page .about-founder-copy { padding: 75px 22px; }
  .about-page .about-discoveries, .about-page .about-offer, .about-page .about-faq { padding: 85px 22px; }
  .about-page .about-discoveries .about-section-heading { display: block; }
  .about-page .about-discoveries .about-section-heading > p { margin-top: 25px; }
  .about-page .about-discovery-grid { grid-template-columns: 1fr; gap: 55px; }
  .about-page .about-discovery-grid h3, .about-page .about-discovery-grid p { min-height: 0; }
  .about-page .about-offer-list { margin-top: 45px; }
  .about-page .about-offer-list a { grid-template-columns: 35px 1fr; padding: 18px 0; }
  .about-page .about-offer-list i { grid-column: 2; }
  .about-page .about-faq-list { margin-top: 50px; }
  .about-page .about-faq-list summary { min-height: 70px; font-size: var(--fs-18); }
  .about-page .about-cta h2 { font-size: var(--fs-53); }
  .blog-list-page .journal-hero { padding: 85px 22px; }
  .blog-list-page .journal-hero h1 { font-size: var(--fs-58); }
  .blog-list-page .journal-categories { justify-content: flex-start; overflow-x: auto; padding: 0 20px; }
  .blog-list-page .journal-categories a { white-space: nowrap; }
  .blog-list-page .journal-featured { display: block; padding: 55px 20px 80px; }
  .blog-list-page .journal-featured-image img { height: auto; }
  .blog-list-page .journal-featured > div { margin-top: 35px; }
  .blog-list-page .journal-featured h2 { font-size: var(--fs-43); }
  .blog-list-page .journal-grid-section { padding: 75px 18px 90px; }
  .blog-list-page .journal-grid { grid-template-columns: 1fr; gap: 55px; }
  .blog-list-page .journal-grid article h2 { min-height: 0; }
  .blog-list-page .journal-signup { display: block; padding: 75px 22px; }
  .blog-list-page .journal-signup h2 { font-size: var(--fs-49); }
  .blog-list-page .journal-signup form { margin-top: 35px; }
  .blog-detail-page .article-breadcrumb { padding: 0 20px; overflow: hidden; white-space: nowrap; }
  .blog-detail-page .article-header { padding: 70px 20px 50px; }
  .blog-detail-page .article-header h1 { font-size: var(--fs-35); }
  .blog-detail-page .article-header > div { flex-wrap: wrap; gap: 12px; }
  .blog-detail-page .article-hero-image { padding: 0; }
  .blog-detail-page .article-layout { padding: 70px 20px 90px; }
  .blog-detail-page .article-body .article-deck { font-size: var(--fs-22); }
  .blog-detail-page .article-body h2 { font-size: var(--fs-37); }
  .blog-detail-page .article-body p, .blog-detail-page .article-body li { font-size: var(--fs-12); line-height: 1.9; }
  .blog-detail-page .article-body blockquote { padding: 25px; font-size: var(--fs-23); }
  .blog-detail-page .article-related { padding: 75px 18px 90px; }
  .blog-detail-page .article-related-grid { grid-template-columns: 1fr; gap: 45px; }
}

/* ─── Utility classes (for about / contact / page views) ─── */
.mx-auto { margin-inline: auto; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.my-8 { margin-top: 2rem; margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.text-center { text-align: center; }

/* ─── Contact page ─── */
.contact-page { background: #0a0e0b; color: var(--cream); }
.contact-page .site-header, .contact-page .footer { background: #080b09; }
.contact-page-wrapper { max-width: 56rem; margin: 0 auto; padding: 60px 2rem 100px; }
.contact-page-inner { display: flex; flex-direction: column; gap: 3rem; }
.contact-page-head { text-align: center; }
.contact-page-title { margin: 0 0 16px; font: 500 clamp(var(--fs-50), 6vw, var(--fs-80))/.88 var(--serif); letter-spacing: -.04em; }
.contact-page-sub { max-width: 600px; margin: 0 auto; color: #8f9a91; font-size: var(--fs-12); line-height: 1.9; }
.contact-page-body { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.contact-info-col { color: #bdc6bf; font-size: var(--fs-12); line-height: 2; }
.contact-info-col p { margin-bottom: 1em; }
.contact-info-col strong { color: #e5e7e5; font-size: var(--fs-10); letter-spacing: .12em; text-transform: uppercase; }
.intro-text { font-size: var(--fs-12); color: #bdc6bf; line-height: 2; margin-bottom: 28px; }
.contact-details { display: flex; flex-direction: column; gap: 20px; margin-top: 28px; padding-top: 28px; border-top: 1px solid #1e2622; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; }
.contact-icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: #141a16; border: 1px solid #2a302c; border-radius: 50%; font-size: var(--fs-16); flex-shrink: 0; }
.contact-msg { padding: 12px 18px; margin-bottom: 20px; border-radius: 4px; font-size: var(--fs-11); }
.contact-msg-ok { background: #1a3a20; color: #8cdB9a; border: 1px solid #2a5a30; }
.contact-msg-err { background: #3a1a1a; color: #db8c8c; border: 1px solid #5a2a2a; }
.contact-field { margin-bottom: 20px; }
.contact-field label { display: block; margin-bottom: 6px; font-size: var(--fs-9); font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: #8f9a91; }
.contact-field label span { color: #66a27c; }
.contact-field input, .contact-field textarea { width: 100%; padding: 14px 16px; background: #141a16; border: 1px solid #2a302c; border-radius: 4px; color: #e0e3e0; font: var(--fs-12)/1.6 var(--sans); outline: none; transition: border-color .25s; }
.contact-field input:focus, .contact-field textarea:focus { border-color: #43805b; }
.contact-captcha-row { display: flex; gap: 12px; align-items: center; }
.contact-captcha-row input { flex: 1; }
.contact-captcha-row img { height: 44px; border-radius: 4px; cursor: pointer; border: 1px solid #2a302c; }
.contact-form-col button[type="submit"] { width: 100%; padding: 16px; background: transparent; border: 1px solid #c9a84c; color: #c9a84c; font-size: var(--fs-10); font-weight: 600; letter-spacing: .2em; text-transform: uppercase; cursor: pointer; transition: all .3s; }
.contact-form-col button[type="submit"]:hover { background: #c9a84c; color: #0a0e0b; }
@media (max-width: 768px) {
  .contact-page-body { grid-template-columns: 1fr; gap: 2rem; }
  .contact-page-wrapper { padding: 40px 1.25rem 70px; }
}

/* ─── Default generic page ─── */
.default-page-section { background: #0a0e0b; color: var(--cream); }
.default-page-container { max-width: 56rem; margin: 0 auto; padding: 80px 2rem 100px; }
.default-page-date { color: #66a27c; font-size: var(--fs-8); font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.default-page-content { margin-top: 2.5rem; color: #bdc6bf; font-size: var(--fs-12); line-height: 2; }
.default-page-content p { margin-bottom: 1.2em; }
.default-page-content h1, .default-page-content h2 { margin: 2em 0 .6em; font-family: var(--serif); font-weight: 500; color: #e0e3e0; }

/* ── Lazy Loading ── */
.lazy-img {background:#111418;position:relative;overflow:hidden;transition:background .3s;}
.lazy-img::after{content:'';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='3' r='2' fill='%23c9a84c'%3E%3Canimate attributeName='opacity' values='1;.3;1' dur='1.2s' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='18.5' cy='6.5' r='2' fill='%23c9a84c'%3E%3Canimate attributeName='opacity' values='1;.3;1' dur='1.2s' begin='.15s' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='21' cy='12' r='2' fill='%23c9a84c'%3E%3Canimate attributeName='opacity' values='1;.3;1' dur='1.2s' begin='.3s' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='18.5' cy='17.5' r='2' fill='%23c9a84c'%3E%3Canimate attributeName='opacity' values='1;.3;1' dur='1.2s' begin='.45s' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='12' cy='21' r='2' fill='%23c9a84c'%3E%3Canimate attributeName='opacity' values='1;.3;1' dur='1.2s' begin='.6s' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='5.5' cy='17.5' r='2' fill='%23c9a84c'%3E%3Canimate attributeName='opacity' values='1;.3;1' dur='1.2s' begin='.75s' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='3' cy='12' r='2' fill='%23c9a84c'%3E%3Canimate attributeName='opacity' values='1;.3;1' dur='1.2s' begin='.9s' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='5.5' cy='6.5' r='2' fill='%23c9a84c'%3E%3Canimate attributeName='opacity' values='1;.3;1' dur='1.2s' begin='1.05s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/svg%3E") center/32px no-repeat;}
.lazy-img.loaded::after,.lazy-img.error::after{display:none;}
.lazy-img.loaded{background:0 0;}
.lazy-img.error{background:#1a1f1b;}
.lazy-img.error::before{content:'⚲';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:var(--fs-24);color:#555;opacity:.6;}


/* ------------------------------------------------------------
   about.html css start
------------------------------------------------------------ */
.about-story-page .aboutus-main {
  background: #060907;
  color: var(--cream);
  overflow: hidden;
}

.about-story-page .aboutus-hero {
  min-height: 560px;
  display: grid;
  align-content: end;
  padding: 115px 8vw 90px;
  background:
    radial-gradient(circle at 78% 18%, rgba(59, 146, 88, .28), transparent 28%),
    linear-gradient(110deg, rgba(4, 8, 5, .96), rgba(5, 12, 8, .76)),
    url("https://hm.anli.us/wp-content/uploads/2025/10/May.png") right center/contain no-repeat,
    #06100a;
}

.about-story-page .aboutus-hero .eyebrow,
.about-story-page .aboutus-founder .eyebrow,
.about-story-page .aboutus-faq .eyebrow,
.about-story-page .aboutus-categories .eyebrow {
  color: #78b88c;
  font-size: var(--fs-8);
  letter-spacing: .22em;
  text-transform: uppercase;
}

.about-story-page .aboutus-hero h1 {
  max-width: 760px;
  margin: 18px 0 24px;
  font: 500 clamp(var(--fs-78), 9vw, var(--fs-136))/.82 var(--serif);
  letter-spacing: -.055em;
}

.about-story-page .aboutus-hero > p:last-child {
  max-width: 610px;
  color: #b8c5bc;
  font-size: var(--fs-13);
  line-height: 1.95;
}

.about-story-page .aboutus-founder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
  padding: 105px 8vw;
  background: linear-gradient(180deg, #2c1a00 0%, #120d05 72%, #060706 100%);
}

.about-story-page .aboutus-founder article {
  min-width: 0;
}

.about-story-page .aboutus-founder h2,
.about-story-page .aboutus-collection-card h2 {
  margin: 0 0 20px;
  color: #fff;
  font: 500 clamp(var(--fs-30), 3.5vw, var(--fs-48))/1 var(--serif);
  letter-spacing: -.025em;
}

.about-story-page .aboutus-founder p:not(.eyebrow),
.about-story-page .aboutus-founder blockquote,
.about-story-page .aboutus-collection-card p {
  margin: 0;
  color: #dce4dd;
  font-size: var(--fs-12);
  line-height: 2;
}

.about-story-page .aboutus-video {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid rgba(220, 235, 224, .16);
  border-radius: 2px;
  background: #030403;
  box-shadow: 0 22px 70px rgba(0,0,0,.32);
}

.about-story-page .aboutus-video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.about-story-page .aboutus-video iframe {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 0;
}

.about-story-page .aboutus-founder blockquote {
  padding: 0;
  border: 0;
  font-style: normal;
}

.about-story-page .aboutus-signature {
  width: 300px;
  margin-top: 55px !important;
  padding-bottom: 22px;
  border-bottom: 1px dashed rgba(255,255,255,.42);
}

.about-story-page .aboutus-signature span {
  display: block;
  margin-top: 18px;
}

.about-story-page .aboutus-signature i {
  display: block;
  margin-top: 18px;
  color: rgba(255,255,255,.52);
  font-style: normal;
  letter-spacing: .03em;
}

.about-story-page .aboutus-collection-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: #10110d;
}

.about-story-page .aboutus-collection-card {
  min-height: 620px;
  position: relative;
  overflow: hidden;
  padding: 62px 7vw 120px;
  background:
    radial-gradient(circle at 80% 0%, rgba(39, 122, 68, .18), transparent 30%),
    linear-gradient(180deg, #3a2400 0%, #1b1204 62%, #070706 100%);
}

.about-story-page .aboutus-collection-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: -18%;
  right: -18%;
  bottom: -135px;
  height: 210px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: #050605;
}

.about-story-page .aboutus-collection-card span {
  display: inline-block;
  margin-bottom: 65px;
  color: #80bc8f;
  font-size: var(--fs-9);
  letter-spacing: .18em;
}

.about-story-page .aboutus-collection-card h2,
.about-story-page .aboutus-collection-card p,
.about-story-page .aboutus-collection-card span {
  position: relative;
  z-index: 1;
}

.about-story-page .aboutus-faq {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 8vw;
  padding: 115px 8vw;
  background: #ecece6;
  color: #121812;
}

.about-story-page .aboutus-faq-heading h2,
.about-story-page .aboutus-categories h2 {
  margin: 12px 0 0;
  font: 500 clamp(var(--fs-52), 6vw, var(--fs-86))/.88 var(--serif);
  letter-spacing: -.05em;
}

.about-story-page .aboutus-faq-list {
  border-top: 1px solid #c8ccc6;
}

.about-story-page .aboutus-faq-list details {
  border-bottom: 1px solid #c8ccc6;
}

.about-story-page .aboutus-faq-list summary {
  min-height: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  cursor: pointer;
  list-style: none;
  color: #1c271f;
  font: 500 var(--fs-21)/1.2 var(--serif);
}

.about-story-page .aboutus-faq-list summary::-webkit-details-marker {
  display: none;
}

.about-story-page .aboutus-faq-list summary span {
  flex: 0 0 auto;
  color: #397752;
  font: 300 var(--fs-18) var(--sans);
}

.about-story-page .aboutus-faq-list details > div {
  padding: 0 50px 28px 0;
}

.about-story-page .aboutus-faq-list p {
  color: #68726b;
  font-size: var(--fs-11);
  line-height: 1.9;
}

.about-story-page .aboutus-categories {
  padding: 105px 8vw 120px;
  background:
    radial-gradient(circle at 75% 30%, rgba(50, 140, 82, .25), transparent 27%),
    #08100b;
  text-align: center;
}

.about-story-page .aboutus-categories > div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 45px;
}

.about-story-page .aboutus-categories a {
  min-height: 90px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(213, 230, 217, .16);
  background: rgba(255,255,255,.035);
  color: #dce6de;
  font: 500 var(--fs-24) var(--serif);
}

@media (max-width: 980px) {
  .about-story-page .aboutus-founder,
  .about-story-page .aboutus-faq {
    grid-template-columns: 1fr;
  }

  .about-story-page .aboutus-collection-grid {
    grid-template-columns: 1fr;
  }

  .about-story-page .aboutus-categories > div {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .about-story-page .aboutus-hero {
    min-height: auto;
    padding: 78px 22px 70px;
    background: radial-gradient(circle at 80% 5%, rgba(59, 146, 88, .2), transparent 34%), #06100a;
  }

  .about-story-page .aboutus-hero h1 {
    font-size: var(--fs-60);
  }

  .about-story-page .aboutus-founder,
  .about-story-page .aboutus-faq,
  .about-story-page .aboutus-categories {
    padding: 72px 22px;
  }

  .about-story-page .aboutus-collection-card {
    min-height: auto;
    padding: 45px 24px 105px;
  }

  .about-story-page .aboutus-collection-card span {
    margin-bottom: 45px;
  }

  .about-story-page .aboutus-faq-heading h2,
  .about-story-page .aboutus-categories h2 {
    font-size: var(--fs-44);
  }

  .about-story-page .aboutus-faq-list summary {
    min-height: 68px;
    font-size: var(--fs-18);
  }

  .about-story-page .aboutus-faq-list details > div {
    padding-right: 0;
  }

  .about-story-page .aboutus-categories > div {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------------------------------
   about.html css end
------------------------------------------------------------ */


/* ------------------------------------------------------------
   index.html collector essentials scroll css start
------------------------------------------------------------ */
/* Home collector essentials section from hm.anli.us footer */
.home-collector-essentials {
  position: relative;
  overflow: hidden;
  padding: 135px 0 120px;
  background:
    radial-gradient(circle at 50% -8%, rgba(72, 146, 89, .18), transparent 28%),
    linear-gradient(180deg, #3a2500 0%, #100b03 55%, #060806 100%);
  color: var(--cream);
}

.home-collector-divider {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 72px;
  background: #0c130f;
  clip-path: ellipse(58% 100% at 50% 0%);
  pointer-events: none;
}

.home-collector-heading {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto 58px;
  text-align: center;
}

.home-collector-heading h2 {
  margin: 0;
  font: 500 clamp(var(--fs-48), 6vw, var(--fs-88))/.9 var(--serif);
  letter-spacing: .03em;
}

.home-collector-marquee {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(112, 169, 129, .55) rgba(255,255,255,.08);
}

.home-collector-marquee::-webkit-scrollbar {
  height: 8px;
}

.home-collector-marquee::-webkit-scrollbar-track {
  background: rgba(255,255,255,.08);
}

.home-collector-marquee::-webkit-scrollbar-thumb {
  background: rgba(112, 169, 129, .58);
}

.home-collector-track {
  width: max-content;
  display: flex;
  gap: 0;
  animation: collector-scroll 85s linear infinite alternate;
}

.home-collector-marquee:hover .home-collector-track,
.home-collector-marquee:focus .home-collector-track {
  animation-play-state: paused;
}

.home-collector-item {
  width: clamp(190px, 20vw, 300px);
  margin: 0;
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  background: #090b09;
}

.home-collector-item img {
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
  filter: saturate(.86) brightness(.9);
  transition: transform .5s ease, filter .5s ease;
}

.home-collector-item:hover img {
  transform: scale(1.04);
  filter: saturate(1) brightness(1);
}

.home-collector-item figcaption {
  position: absolute;
  left: 12px;
  bottom: 10px;
  display: grid;
  place-items: center;
  min-width: 30px;
  height: 24px;
  padding: 0 8px;
  background: rgba(5, 8, 6, .72);
  color: #dfe8df;
  font-size: var(--fs-8);
  letter-spacing: .14em;
}

@keyframes collector-scroll {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(-62%,0,0); }
}
/* ------------------------------------------------------------
   index.html collector essentials scroll css end
------------------------------------------------------------ */