:root {
  color-scheme: light;
  --paper: #f5f3ee;
  --ink: #19342c;
  --muted: #53645c;
  --line: #d8ddd3;
  --forest: #18392f;
  --cream: #f8f6ee;
  --gold: #dbb98d;
  --serif: 'Newsreader', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.55 var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
:focus-visible { outline: 3px solid #cf9764; outline-offset: 4px; }
.shell { width: min(100% - 64px, 1380px); margin-inline: auto; }
.site-header { min-height: 90px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font: 700 24px/1 var(--sans); letter-spacing: -.07em; white-space: nowrap; }
.brand-stop { color: #a66740; }
.brand-symbol { position: relative; display: inline-block; flex: none; width: 30px; height: 30px; border: 2px solid currentColor; border-radius: 50%; }
.brand-symbol::before { content: ''; position: absolute; width: 12px; height: 12px; left: 6px; top: 6px; border: 2px solid currentColor; border-radius: 50%; }
.brand-symbol::after { content: ''; position: absolute; width: 5px; height: 5px; right: -2px; top: -2px; border: 2px solid var(--paper); background: #a66740; border-radius: 50%; }
.product-nav { display: flex; align-items: center; justify-self: start; gap: 26px; }
.product-nav a { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; border-bottom: 2px solid transparent; color: #855735; font-size: 11px; font-weight: 700; letter-spacing: .16em; line-height: 1.4; text-decoration: none; }
.product-nav a::before { content: ''; flex: none; width: 18px; height: 1px; background: currentColor; }
.product-nav .nav-site { color: #315e49; }
.product-nav a:hover, .product-nav a[aria-current='page'] { border-bottom-color: currentColor; }
.top-links { display: flex; align-items: center; gap: 33px; font-size: 13px; font-weight: 700; }
.top-links a { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.top-links a:not(.header-action) { color: #596c61; }
.top-links a[aria-current='page'] { color: var(--ink); border-bottom: 2px solid var(--ink); }
.header-action { padding: 0 19px; color: var(--cream); background: var(--forest); border-radius: 4px; }
.header-action:hover { background: #2a5847; }
.header-note { color: #596c61; font-size: 13px; letter-spacing: .025em; }
.hero { --hero-bg: var(--forest); display: grid; grid-template-columns: 53% 47%; min-height: 650px; overflow: hidden; border-radius: 12px; background: var(--hero-bg); color: var(--cream); }
.hero-site { --hero-bg: #292e29; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-width: 0; padding: 66px clamp(42px, 5vw, 78px); }
.eyebrow, .section-label { display: inline-flex; align-items: center; gap: 11px; font-size: 11px; font-weight: 700; letter-spacing: .16em; line-height: 1.4; }
.eyebrow { color: #ddc8ab; }
.eyebrow-rule, .section-line { display: inline-block; width: 23px; height: 1px; background: currentColor; flex: none; }
.hero h1, .home-hero h1, .intro h2, .feature-copy h2, .signup-story h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.055em; }
.hero h1 { margin: 35px 0 25px; font-size: clamp(54px, 4.7vw, 78px); line-height: .99; text-wrap: balance; }
.hero h1 em, .home-hero h1 em, .feature-copy h2 em { font-weight: 400; }
.hero-sub { max-width: 560px; margin: 0; color: var(--cream); font-size: clamp(18px, 1.58vw, 21px); line-height: 1.55; }
.hero-cta { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 20px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 52px; padding: 0 21px; border-radius: 4px; text-decoration: none; font-weight: 700; font-size: 14px; }
.button-light { color: #1b392e; background: #f6f1e7; }
.button-light:hover { background: #fff; }
.launch-note { color: #bdcdc1; font-size: 13px; }
.hero-price { width: 100%; margin: 35px 0 0; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.24); color: #e8eee8; font-size: 15px; font-weight: 600; }
.hero-price span { margin: 0 6px; color: #dbb98d; }
.hero-image { position: relative; min-width: 0; min-height: 500px; background: #a39d88; }
.hero-image::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(17,29,25,.42)); pointer-events: none; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-site .hero-image img { object-position: 56% center; }
.image-index { position: absolute; z-index: 1; right: 26px; bottom: 21px; padding: 7px 10px; border-radius: 3px; background: #18392f; color: #fff; font-size: 11px; letter-spacing: .14em; font-weight: 700; }
.how-section { padding-block: clamp(74px, 9vw, 125px); border-bottom: 1px solid var(--line); }
.how-section h2, .news-head h2 { margin: 0; }
.how-section h2 { font-family: var(--serif); font-size: clamp(38px, 4.15vw, 64px); font-weight: 500; letter-spacing: -.055em; line-height: 1.08; }
.how-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 3vw, 42px); margin: 45px 0 0; padding: 0; list-style: none; }
.how-list li { display: flex; flex-direction: column; align-items: flex-start; gap: 17px; min-width: 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--ink); font-size: clamp(18px, 1.6vw, 21px); line-height: 1.5; }
.how-number { color: #855735; font: 500 clamp(64px, 6vw, 84px)/.9 var(--serif); letter-spacing: -.055em; }
.intro { display: grid; grid-template-columns: 26% minmax(0, 1fr); gap: 28px; padding-block: clamp(74px, 9vw, 125px); border-bottom: 1px solid var(--line); }
.section-label { padding-top: 8px; color: #855735; }
.intro h2 { max-width: 900px; margin: 0; font-size: clamp(38px, 4.15vw, 64px); line-height: 1.08; text-wrap: balance; }
.intro p { max-width: 680px; margin: 25px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.news-section { padding-top: clamp(44px, 5vw, 72px); }
.news-card { width: 74%; margin-left: auto; padding: clamp(24px, 2.7vw, 36px); border: 1px solid var(--line); border-radius: 8px; background: #f9f8f2; }
.news-head { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 10px 24px; }
.news-head time { color: var(--muted); font-size: 13px; font-weight: 600; }
.news-text { max-width: 860px; margin: 20px 0 0; color: var(--ink); font: 500 clamp(21px, 1.9vw, 27px)/1.4 var(--serif); }
.news-tie { margin: 17px 0 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.news-source { display: inline-block; margin-top: 22px; color: #365b48; font-size: 13px; font-weight: 700; text-underline-offset: 3px; }
.news-source:hover { color: var(--ink); }
.feature-section { display: grid; grid-template-columns: 48% minmax(0, 1fr); gap: clamp(48px, 7vw, 110px); align-items: center; padding-block: clamp(75px, 9vw, 130px); }
.feature-visual { position: relative; display: flex; align-items: center; min-height: 530px; border-radius: 10px; background: #e1e9dc; overflow: hidden; }
.site-visual { background: #eee4d9; }
.feature-visual img { width: 100%; height: auto; }
.visual-caption { position: absolute; top: 26px; left: 30px; color: #4d6854; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.site-visual .visual-caption { color: #805334; }
.feature-copy h2 { margin: 20px 0 34px; font-size: clamp(46px, 4.8vw, 76px); line-height: 1.04; }
.feature-list { border-top: 1px solid #ccd5ca; }
.feature-item { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 18px; padding: 23px 0; border-bottom: 1px solid #ccd5ca; }
.feature-number { color: #8c5f3e; font: 600 13px/1.7 var(--sans); }
.feature-item h3 { margin: 0 0 6px; font: 600 26px/1.15 var(--serif); letter-spacing: -.025em; }
.feature-item p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.signup-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .83fr); gap: clamp(35px, 7vw, 110px); align-items: center; margin-bottom: 76px; padding: clamp(36px, 5.5vw, 80px); border-radius: 10px; background: var(--forest); color: var(--cream); }
.site-page .signup-section { background: #292e29; }
.signup-story h2 { max-width: 630px; margin: 26px 0 18px; font-size: clamp(46px, 4.4vw, 70px); line-height: 1.02; }
.signup-story p { max-width: 530px; margin: 0; color: #d9e3da; font-size: 17px; line-height: 1.7; }
.signup-price { display: inline-block; margin-top: 39px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.3); color: #e3ede3; font-size: 15px; font-weight: 700; }
.signup-panel { min-width: 0; padding: clamp(24px, 3vw, 42px); border-radius: 7px; background: var(--cream); color: var(--ink); box-shadow: 0 22px 60px rgba(11,26,20,.15); }
form h3 { margin: 0 0 3px; font: 500 38px/1.12 var(--serif); letter-spacing: -.045em; }
.form-intro { margin: 0 0 29px; color: var(--muted); font-size: 14px; }
form label { display: block; margin-bottom: 17px; color: #294237; font-size: 13px; font-weight: 700; line-height: 1.4; }
.optional { color: var(--muted); font-weight: 400; }
input, select { display: block; width: 100%; min-width: 0; height: 49px; margin-top: 7px; padding: 0 13px; border: 1px solid #b6c1b5; border-radius: 3px; background: #fff; color: var(--ink); font-size: 16px; }
input::placeholder { color: #68796c; opacity: 1; }
select { padding-right: 25px; cursor: pointer; }
.row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: end; gap: 14px; }
.row label { min-width: 0; }
.hp { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; clip-path: inset(50%); }
.err { margin: 0; color: #a33f2b; font-size: 13px; font-weight: 700; }
.err:not(:empty) { margin: 0 0 12px; }
button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 52px; padding: 11px 19px; border: 1px solid var(--forest); border-radius: 3px; background: var(--forest); color: #fff; text-align: left; font-size: 15px; font-weight: 700; cursor: pointer; }
button:hover { background: #2d5948; }
button:disabled { opacity: .65; cursor: wait; }
.tiny { margin: 13px 0 0; color: #54675b; font-size: 12px; line-height: 1.5; text-align: center; }
.done { display: none; padding: 20px 0; font-size: 17px; line-height: 1.6; }
.done b { display: block; margin-bottom: 5px; font: 500 35px/1.1 var(--serif); }
.site-footer { min-height: 125px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px 34px; border-top: 1px solid var(--line); color: #617167; font-size: 12px; }
.site-footer p { margin: 0; }
.footer-brand { font-size: 19px; }
.footer-brand .brand-symbol { width: 25px; height: 25px; }
.footer-brand .brand-symbol::before { width: 10px; height: 10px; left: 5px; top: 5px; }
.home-hero { padding-block: clamp(72px, 9vw, 125px) clamp(60px, 7vw, 100px); }
.home-hero h1 { max-width: 1100px; margin: 24px 0 23px; font-size: clamp(68px, 8.7vw, 138px); line-height: .93; }
.home-hero h1 em { color: #9e7652; }
.home-hero p { max-width: 740px; margin: 0; color: var(--muted); font-size: clamp(16px, 1.5vw, 20px); line-height: 1.65; }
.home-products { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-bottom: clamp(76px, 9vw, 130px); }
.product-card { position: relative; display: block; min-width: 0; height: clamp(370px, 35vw, 520px); overflow: hidden; border-radius: 8px; background: #7a776b; color: #fff; text-decoration: none; }
.product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover img { transform: scale(1.035); }
.product-card-shade { position: absolute; inset: 0; background: linear-gradient(to bottom,rgba(15,27,23,.03) 35%,rgba(14,28,23,.88) 100%); }
.product-topline { position: absolute; top: 24px; left: 26px; display: inline-flex; align-items: center; gap: 15px; padding: 8px 12px; border-radius: 3px; background: rgba(248,246,238,.94); color: var(--ink); font-size: 13px; font-weight: 700; }
.product-content { position: absolute; left: clamp(23px, 3.5vw, 48px); right: clamp(23px, 3.5vw, 48px); bottom: clamp(25px, 3.5vw, 45px); display: flex; flex-direction: column; }
.product-kicker { color: #f3dcb8; font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.product-title { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; font: 500 clamp(56px, 5.5vw, 86px)/1 var(--serif); letter-spacing: -.045em; }
.product-title span { align-self: center; font: 400 35px/1 var(--sans); }
.product-desc { max-width: 410px; margin-top: 12px; color: #edf1e9; font-size: 15px; }
@media (max-width: 1080px) {
  .hero { grid-template-columns: 55% 45%; }
  .hero-copy { padding: 55px 38px; }
  .hero h1 { font-size: clamp(47px, 5.2vw, 65px); }
  .feature-section { gap: 42px; }
  .feature-visual { min-height: 460px; }
  .signup-section { gap: 40px; }
}
@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 1380px); }
  .site-header { min-height: 76px; grid-template-columns: minmax(0, 1fr) auto; gap: 0 10px; padding-block: 9px 4px; }
  .product-nav { grid-column: 1 / -1; grid-row: 2; gap: 26px; }
  .top-links { gap: 18px; }
  .vertical-page .header-action { padding-inline: 12px; font-size: 12px; gap: 5px; white-space: nowrap; }
  .header-note { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 52px clamp(27px, 7vw, 46px) 43px; }
  .hero h1 { font-size: clamp(48px, 9vw, 69px); }
  .hero-image { min-height: 320px; height: 320px; }
  .intro { grid-template-columns: 1fr; gap: 25px; }
  .how-section h2 { font-size: clamp(39px, 7vw, 58px); }
  .how-list { grid-template-columns: 1fr; gap: 23px; }
  .news-card { width: 100%; }
  .intro h2 { font-size: clamp(39px, 7vw, 58px); }
  .feature-section { grid-template-columns: 1fr; gap: 45px; }
  .feature-visual { min-height: 390px; }
  .feature-copy h2 { font-size: clamp(48px, 8vw, 68px); }
  .signup-section { grid-template-columns: 1fr; padding: 42px clamp(23px, 5vw, 44px); }
  .signup-story h2 { font-size: clamp(48px, 8vw, 67px); }
  .home-products { gap: 12px; }
  .product-card { height: 420px; }
}
@media (max-width: 520px) {
  .brand { font-size: 21px; }
  .vertical-page .brand { font-size: 19px; gap: 8px; }
  .brand-symbol { width: 27px; height: 27px; }
  .brand-symbol::before { left: 5px; top: 5px; }
  .top-links { font-size: 12px; gap: 16px; }
  .hero-copy { padding: 47px 26px 38px; }
  .hero h1 { margin-top: 25px; font-size: clamp(48px, 11.8vw, 61px); }
  .hero-sub { font-size: 18px; }
  .hero-price { line-height: 1.5; }
  .hero-image { height: 265px; min-height: 265px; }
  .intro { padding-block: 72px; }
  .how-section { padding-block: 72px; }
  .how-section h2 { font-size: 42px; }
  .how-list { margin-top: 30px; }
  .how-list li { gap: 12px; font-size: 18px; }
  .how-number { font-size: 64px; }
  .news-section { padding-top: 40px; }
  .news-card { padding: 22px; }
  .intro h2 { font-size: 42px; }
  .intro p { font-size: 16px; }
  .feature-section { padding-block: 72px; }
  .feature-visual { min-height: 300px; }
  .feature-visual img { width: 100%; }
  .visual-caption { top: 18px; left: 19px; font-size: 10px; }
  .feature-copy h2 { font-size: 53px; }
  .feature-item h3 { font-size: 24px; }
  .signup-section { margin-bottom: 38px; padding: 42px 22px 22px; }
  .signup-story h2 { font-size: 49px; }
  .signup-panel { padding: 24px 19px; }
  .row { grid-template-columns: 1fr; gap: 0; }
  .site-footer { padding-block: 26px; }
  .site-footer .footer-brand { width: 100%; }
  .home-hero { padding-block: 75px 65px; }
  .home-hero h1 { font-size: clamp(62px, 14vw, 84px); }
  .home-products { grid-template-columns: 1fr; gap: 14px; margin-bottom: 70px; }
  .product-card { height: 400px; }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
