/* Nursery product direction: design variance 8 / motion 4 / density 4.
   Native CSS, existing form contract. Page-level light/dark tokens.
   Shape rule: panels 24px, controls 12px, primary actions full pill.
   Layers: sticky header 1, keyboard skip link 2. */
@font-face{font-family:Manrope;src:url('assets/manrope-400.woff') format('woff');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Manrope;src:url('assets/manrope-600.woff') format('woff');font-style:normal;font-weight:600;font-display:swap}
:root{color-scheme:light;--page:#f7f9f4;--surface:#fdfefa;--tint:#e5eddf;--ink:#203b29;--muted:#52614e;--accent:#2c5538;--action:#284d34;--action-ink:#f6f9ee;--line:#d0dcca;--field:#f5f7f1;--selected:#d8edc2;--error:#a32b20;font-family:Manrope,sans-serif;color:var(--ink);background:var(--page);font-synthesis:none}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0}
a{color:inherit;text-underline-offset:5px}
button,input,textarea{font:inherit}
button,a,input,textarea,summary{-webkit-tap-highlight-color:transparent}
button,a{touch-action:manipulation}
button{cursor:pointer}
button:disabled{cursor:wait;opacity:.6}
img{display:block;max-width:100%;height:auto}
h1,h2,h3,h4,p,figure{margin:0}
h1,h2,h3,h4{font-weight:600}
h2{font-size:clamp(40px,4.3vw,60px);line-height:1.06;letter-spacing:-2.8px}
h3{font-size:22px;letter-spacing:-.7px;line-height:1.25}
p{line-height:1.6}
a,button,input,textarea,summary{outline-offset:4px}
:focus-visible{outline:3px solid var(--accent)}
[hidden]{display:none!important}
.wrap{width:min(1280px,calc(100% - 96px));margin-inline:auto}
.section{padding-block:96px}
.skip{position:fixed;top:-100px;left:16px;background:var(--surface);padding:16px;z-index:2}
.skip:focus{top:12px}
.header{position:sticky;top:0;z-index:1;background:var(--page);border-bottom:1px solid var(--line)}
.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{font-size:34px;font-weight:600;letter-spacing:-2px;text-decoration:none;display:inline-flex;align-items:center;white-space:nowrap}
.brand>span:not(.brand-mark){font-weight:400}
.brand-mark{display:none}
.header nav{display:flex;gap:28px;font-size:13px}
.header nav a{text-decoration:none;white-space:nowrap}
.header nav a:hover{text-decoration:underline}
.header-actions{display:flex;align-items:center;gap:26px}
.header-phone{text-decoration:none;font-size:13px;font-weight:600;white-space:nowrap}
.nav-cta{min-height:44px;border:1px solid var(--ink);color:var(--ink);padding:12px 18px;border-radius:999px;display:flex;align-items:center;gap:22px;font-size:12px;text-decoration:none;white-space:nowrap;transition:background .2s}
.nav-cta:hover{background:var(--tint)}
.nav-cta span{font-size:20px;line-height:1}
.eyebrow{font-size:11px;letter-spacing:1.6px;text-transform:uppercase;font-weight:600;margin-bottom:29px;color:var(--muted)}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;min-height:58px;padding:17px 25px;border:0;border-radius:999px;background:var(--action);color:var(--action-ink);text-decoration:none;font-size:14px;font-weight:600;line-height:1.35;white-space:nowrap;transition:transform .2s,background .2s}
.button:hover{background:var(--accent)}
.button:active{transform:scale(.98)}
.button span{font-size:24px;line-height:1;transition:transform .2s}
.button:hover span{transform:translate(3px,-3px)}
.facts{display:grid;grid-template-columns:1fr 1fr 1fr;padding:32px 0;gap:36px;border-bottom:1px solid var(--line)}
.facts>div{display:flex;align-items:center;gap:22px}
.facts>div+div{border-left:1px solid var(--line);padding-left:35px}
.facts strong{font-size:39px;letter-spacing:-2px;font-weight:400;white-space:nowrap}
.facts small{font-size:17px;letter-spacing:-.5px}
.facts span{font-size:12px;color:var(--muted);line-height:1.45}
.catalog-heading{margin-bottom:44px}
.catalog-heading h2 span{color:var(--muted);font-weight:400}
.catalog-heading p{font-size:15px;color:var(--muted);margin-top:20px}
.purchase-panel{display:grid;grid-template-columns:1fr 1.08fr;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:var(--surface)}
.catalog-copy{display:flex;flex-direction:column;padding:35px 32px;background:var(--tint);min-width:0}
.product-heading h3{font-size:32px;letter-spacing:-1.5px}
.product-heading>p{font-size:13px;color:var(--muted);margin-top:6px}
.product-visual{margin:26px -32px 30px}
.product-visual img{width:100%;aspect-ratio:3/2;object-fit:cover}
.product-visual figcaption{font-size:10px;color:var(--muted);line-height:1.5;padding:12px 32px 0;max-width:430px}
.product-description h4{font-size:28px;line-height:1.16;letter-spacing:-1px;margin-bottom:14px}
.product-description p{font-size:14px;max-width:375px;color:var(--muted)}
.product-specs{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:30px 0 20px;padding-top:24px;border-top:1px solid var(--line)}
.product-specs dt{font-size:11px;color:var(--muted);margin-bottom:7px}
.product-specs dd{font-size:14px;margin:0;font-weight:600}
.product-note{font-size:12px;color:var(--muted);max-width:370px;margin-top:auto;padding-top:10px}
.order-form{padding:34px;position:relative;min-width:0;align-self:stretch}
.order-anchor{position:absolute;top:0;scroll-margin-top:100px}
.order-form h2{font-size:32px;line-height:1.15;letter-spacing:-1.3px}
.form-intro{font-size:13px;color:var(--muted);margin-top:10px}
.pricing-fieldset{border:0;padding:0;margin:26px 0 22px;min-width:0}
.pricing-fieldset legend{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
.price-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.price-option{display:flex;flex-direction:column;align-items:flex-start;padding:17px 14px;background:var(--field);border:1px solid var(--line);border-radius:12px;color:var(--ink);text-align:left;transition:background .2s,transform .2s,border-color .2s}
.price-option:hover{background:var(--tint);transform:translateY(-2px)}
.price-option.active{background:var(--selected);border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}
.price-option>span{font-size:11px;white-space:nowrap}
.price-option strong{font-size:40px;letter-spacing:-2px;line-height:1.15;margin:11px 0 5px;font-weight:600;white-space:nowrap}
.price-option small{font-size:24px;font-weight:400}
.price-option em{font-size:10px;font-style:normal;color:var(--muted)}
.calculation{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:start;padding-bottom:15px}
label{display:block;font-size:12px;font-weight:600;margin-bottom:9px}
.quantity-control{display:grid;grid-template-columns:40px minmax(0,1fr) 40px;border:1px solid var(--line);border-radius:12px;background:var(--field);overflow:hidden}
.quantity-control button{border:0;background:transparent;color:var(--ink);font-size:22px;min-height:52px;padding:0}
.quantity-control button:hover{background:var(--tint)}
.quantity-control input{width:100%;min-width:0;padding:8px 0;border:0;background:transparent;text-align:center;border-radius:0;font-size:16px;appearance:textfield;-moz-appearance:textfield}
.quantity-control input::-webkit-inner-spin-button,.quantity-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.quantity-control:focus-within{outline:2px solid var(--accent);outline-offset:2px}
.quantity-control input:focus-visible{outline:0}
.total{text-align:right;display:flex;flex-direction:column;gap:6px;min-width:0}
.total>span{font-size:11px;color:var(--muted)}
.total strong{font-size:34px;letter-spacing:-1.6px;line-height:1.25;font-weight:600;white-space:nowrap}
.total strong.long-total{font-size:22px;letter-spacing:-1px}
#unit-price{font-size:10px}
.fine{font-size:11px;line-height:1.55;color:var(--muted)}
.contact-heading{border-top:1px solid var(--line);padding-top:24px;margin-top:22px;margin-bottom:20px}
.contact-heading h3{font-size:19px}
.contact-heading p{font-size:12px;color:var(--muted);margin-top:6px}
.contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}
input,textarea{width:100%;min-width:0;border:1px solid var(--line);background:var(--field);color:var(--ink);padding:14px;border-radius:12px;font-size:13px}
input{min-height:49px}
input::placeholder,textarea::placeholder{color:var(--muted);opacity:1}
textarea{resize:vertical;min-height:80px}
.comment-details{margin:18px 0 22px}
.comment-details summary{cursor:pointer;font-size:12px;min-height:36px;display:flex;align-items:center;gap:8px;list-style:none}
.comment-details summary::-webkit-details-marker{display:none}
.comment-details summary:before{content:'+';font-size:20px}
.comment-details[open] summary:before{content:'−'}
.comment-details summary>span{font-size:10px;color:var(--muted);margin-left:auto}
.comment-details label{margin-top:10px}
.consent{display:flex;align-items:flex-start;gap:11px;font-size:10px;font-weight:400;line-height:1.6;margin-bottom:10px;cursor:pointer}
.consent input{width:18px;height:18px;min-height:18px;flex:0 0 18px;accent-color:var(--accent);margin:2px 0 0;padding:0}
.privacy-note{font-size:10px;color:var(--muted);line-height:1.55;margin:0 0 20px 29px}
.wide{width:100%}
.form-footnote{font-size:10px;color:var(--muted);text-align:center;margin-top:11px}
.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.form-status:not(:empty){font-size:13px;line-height:1.5;margin-top:18px;color:var(--error)}
.success-panel{padding:45px 0;max-width:450px}
.success-icon{display:inline-grid;place-items:center;width:66px;height:66px;border-radius:50%;background:var(--selected);font-size:32px;margin-bottom:28px}
.success-panel p{font-size:15px;margin-top:20px}
.success-panel .button{margin-top:30px}
#success-summary{font-size:24px;font-weight:600}
.nursery{display:grid;grid-template-columns:.95fr 1fr;gap:100px;align-items:center}
.nursery .eyebrow{margin-bottom:25px}
.nursery-description{font-size:17px;margin-top:25px;max-width:410px}
.nursery-detail{margin-top:38px;padding-top:26px;border-top:1px solid var(--line);max-width:415px}
.nursery-detail h3{font-size:19px}
.nursery-detail p{font-size:14px;color:var(--muted);margin-top:12px}
.text-link{display:inline-flex;align-items:center;gap:35px;margin-top:23px;font-size:17px;font-weight:600;text-decoration:none;border-bottom:1px solid var(--ink);padding-bottom:5px}
.text-link span{font-size:24px}
.nursery-visual img{height:530px;width:100%;object-fit:cover;object-position:76% center;border-radius:24px}
.nursery-visual figcaption{font-size:10px;color:var(--muted);margin-top:12px}
.process-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.process-list{list-style:none;padding:0;margin:48px 0 34px;display:grid;grid-template-columns:repeat(3,1fr);gap:45px}
.process-list li{border-top:1px solid var(--line);padding-top:18px}
.step-number{font-size:16px;color:var(--muted);display:block;margin-bottom:35px}
.process-list h3{font-size:23px;letter-spacing:-.8px}
.process-list p{font-size:14px;color:var(--muted);margin-top:16px;max-width:310px}
.process-note{font-size:12px;color:var(--muted);max-width:740px}
.process-note a{display:inline-block;margin-left:10px}
.faq{display:grid;grid-template-columns:.7fr 1fr;gap:110px}
.faq>div>p{font-size:14px;color:var(--muted);margin-top:23px}
.faq-items details{border-bottom:1px solid var(--line)}
.faq-items details:first-child{border-top:1px solid var(--line)}
.faq-items summary{display:flex;justify-content:space-between;gap:25px;align-items:center;list-style:none;cursor:pointer;font-size:14px;line-height:1.5;padding:23px 0}
.faq-items summary::-webkit-details-marker{display:none}
.faq-items summary:after{content:'+';font-size:24px;line-height:1;flex:none;font-weight:400}
.faq-items details[open] summary:after{content:'−'}
.faq-items details>p{font-size:14px;color:var(--muted);line-height:1.7;padding:0 35px 25px 0}
.footer{background:var(--tint);padding:60px 0 26px;border-top:1px solid var(--line)}
.footer-invitation{display:flex;align-items:center;justify-content:space-between;gap:35px;margin-bottom:72px}
.footer-invitation p{font-size:32px;letter-spacing:-1.3px;line-height:1.22}
.footer-top{display:flex;justify-content:space-between;align-items:flex-end;gap:40px}
.footer-top .brand{font-size:clamp(72px,9vw,128px);letter-spacing:-7px;line-height:1}
.footer-top p{font-size:12px;margin-top:24px;color:var(--muted)}
.footer-contacts{display:flex;flex-direction:column;align-items:flex-end;gap:15px;padding-bottom:5px}
.footer-contacts a:first-child{font-size:28px;letter-spacing:-1px;text-decoration:none;white-space:nowrap}
.footer-contacts a:last-child{font-size:14px}
.legal-links{display:flex;flex-wrap:wrap;gap:15px 25px;margin:43px 0 25px;font-size:11px}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:10px;border-top:1px solid var(--line);padding-top:22px}
.document{max-width:850px;padding-block:55px 80px}
.document h1{font-size:clamp(32px,4vw,48px);line-height:1.1;letter-spacing:-1.6px;margin:25px 0 18px;overflow-wrap:anywhere}
.document h2{font-size:25px;letter-spacing:-.7px;margin:36px 0 14px;line-height:1.25}
.document p,.document li{font-size:16px;line-height:1.7}
.document p+p{margin-top:14px}
.document ul{padding-left:22px}
.document li+li{margin-top:8px}
.document .document-date{color:var(--muted);font-size:14px}
.document nav{display:flex;flex-wrap:wrap;gap:10px 20px;margin:26px 0;font-size:14px}
.document table{border-collapse:collapse;width:100%;margin:20px 0;font-size:15px}
.document th,.document td{text-align:left;vertical-align:top;padding:14px 0;border-bottom:1px solid var(--line);overflow-wrap:anywhere}
.document th{width:35%;padding-right:20px;font-weight:400}
.document .legal-notice{padding:22px;background:var(--tint);border-radius:12px;margin:25px 0}
@media(max-width:1199px){
.wrap{width:calc(100% - 64px)}
.header-phone{display:none}
.header nav{gap:23px}
.facts>div{gap:16px}
.facts>div+div{padding-left:22px}
.facts strong{font-size:30px}
.facts span{font-size:10px}
.order-form{padding:27px}
.catalog-copy{padding:30px 26px}
.product-visual{margin-inline:-26px}
.product-visual figcaption{padding-inline:26px}
.contact-fields{grid-template-columns:1fr;gap:16px}
.price-option{padding:15px 11px}
.nursery{gap:60px}
.faq{gap:70px}
.process-list{gap:28px}
.process-list h3{font-size:20px}
}
@media(max-width:767px){
html{scroll-padding-top:82px}
.wrap{width:calc(100% - 36px)}
.section{padding-block:58px}
h2{font-size:39px;letter-spacing:-1.9px;line-height:1.08}
.header-inner{height:66px;gap:12px}
.header nav{display:none}
.brand{font-size:29px;letter-spacing:-1.8px}
.nav-cta{font-size:10px;gap:15px;padding:11px 14px}
.nav-cta span{font-size:19px}
.eyebrow{font-size:9px;letter-spacing:1.2px;margin-bottom:19px}
.facts{gap:12px;padding:24px 0}
.facts>div{flex-direction:column;align-items:flex-start;gap:8px}
.facts>div+div{padding-left:12px}
.facts strong{font-size:24px;letter-spacing:-1.2px}
.facts small{font-size:11px;letter-spacing:-.4px}
.facts span{font-size:9px;max-width:90px}
.catalog-heading{margin-bottom:27px}
.catalog-heading h2{font-size:36px}
.catalog-heading p{font-size:13px;margin-top:17px}
.purchase-panel{grid-template-columns:1fr;border-radius:20px}
.catalog-copy{padding:25px 22px}
.product-heading h3{font-size:28px}
.product-visual{margin:20px -22px 22px}
.product-visual figcaption{padding:10px 22px 0;font-size:9px;max-width:320px}
.product-description h4{font-size:25px}
.product-description p{font-size:13px}
.product-specs{margin:22px 0 16px;padding-top:20px;gap:15px}
.product-specs dt{font-size:10px}
.product-specs dd{font-size:12px}
.product-note{font-size:11px;padding-top:0}
.order-form{padding:27px 21px}
.order-anchor{scroll-margin-top:83px}
.order-form h2{font-size:29px}
.form-intro{font-size:12px}
.pricing-fieldset{margin-top:24px}
.price-options{gap:7px}
.price-option{padding:14px 10px}
.price-option>span{font-size:9px}
.price-option strong{font-size:34px;letter-spacing:-1.5px}
.price-option small{font-size:20px}
.price-option em{font-size:8px}
.calculation{gap:16px;grid-template-columns:1fr 1fr}
.calculation label{font-size:10px}
.quantity-control{grid-template-columns:30px minmax(0,1fr) 30px}
.quantity-control button{min-height:48px}
.quantity-control input{font-size:15px}
.total strong{font-size:27px;letter-spacing:-1px}
.total strong.long-total{font-size:18px;letter-spacing:-.8px}
.total>span{font-size:9px}
#unit-price{font-size:9px}
.contact-fields{grid-template-columns:1fr}
.contact-heading h3{font-size:19px}
input,textarea{font-size:16px}
input::placeholder,textarea::placeholder{font-size:13px}
.fine{font-size:10px}
.comment-details summary{font-size:11px}
.comment-details summary>span{font-size:9px}
.consent{font-size:10px}
.privacy-note{font-size:9px}
.button{min-height:54px;font-size:13px}
.nursery{grid-template-columns:1fr;gap:32px}
.nursery .eyebrow{margin-bottom:19px}
.nursery-description{font-size:15px;margin-top:20px}
.nursery-detail{margin-top:25px;padding-top:22px}
.nursery-detail p{font-size:13px}
.nursery-visual img{height:340px;border-radius:20px}
.nursery-visual figcaption{font-size:9px}
.process-list{grid-template-columns:1fr;margin:32px 0 26px;gap:25px}
.process-list li{display:grid;grid-template-columns:35px 1fr;gap:15px;padding-top:22px}
.step-number{font-size:14px;margin:2px 0 0}
.process-list h3{font-size:21px}
.process-list p{font-size:13px;margin-top:10px;max-width:none}
.process-note{font-size:11px}
.process-note a{margin:10px 0 0}
.faq{grid-template-columns:1fr;gap:30px}
.faq>div>p{font-size:13px;margin-top:17px}
.faq-items summary{font-size:13px;padding:20px 0;gap:17px}
.faq-items details>p{font-size:13px;padding-right:15px}
.footer{padding:40px 0 24px}
.footer-invitation{align-items:flex-start;flex-direction:column;gap:24px;margin-bottom:50px}
.footer-invitation p{font-size:27px;letter-spacing:-1px}
.footer-top{align-items:flex-start;flex-direction:column;gap:30px}
.footer-top .brand{font-size:78px;letter-spacing:-5px}
.footer-top p{font-size:11px;margin-top:18px}
.footer-contacts{align-items:flex-start;gap:12px}
.footer-contacts a:first-child{font-size:24px}
.footer-contacts a:last-child{font-size:13px}
.legal-links{font-size:10px;gap:13px 20px;margin:32px 0 25px}
.footer-bottom{flex-direction:column;gap:12px;font-size:9px}
.document{padding-block:35px 55px}
.document h1{font-size:34px;letter-spacing:-1.4px}
.document h2{font-size:23px}
.document p,.document li{font-size:14px}
.document table{font-size:12px}
.document th{width:34%;padding-right:12px}
}
@media(max-width:359px){
.wrap{width:calc(100% - 28px)}
.facts strong{font-size:21px}
.order-form{padding-inline:16px}
.price-option{padding-inline:8px}
}
@media(prefers-color-scheme:dark){
:root{color-scheme:dark;--page:#16251b;--surface:#1c2f22;--tint:#253b2b;--ink:#edf4e4;--muted:#b8c8ae;--accent:#c3dfa5;--action:#c3dfa5;--action-ink:#203426;--line:#425842;--field:#253b2b;--selected:#354e31;--error:#ffb6a8}
.product-visual img{border-radius:12px}
.product-visual{margin-inline:0}
.product-visual figcaption{padding-inline:0}
.button:hover{background:#d2eabd}
}
@media(prefers-reduced-motion:no-preference){
.success-panel{animation:copy-arrive .35s ease both}
@keyframes copy-arrive{from{transform:translateY(18px)}to{transform:translateY(0)}}
@keyframes plant-arrive{from{transform:translateY(26px) rotate(2deg)}to{transform:translateY(0) rotate(0)}}
@supports(animation-timeline:view()){
.nursery-visual img{animation:plant-reveal linear both;animation-timeline:view();animation-range:entry 0% entry 100%}
@keyframes plant-reveal{from{transform:scale(.96)}to{transform:scale(1)}}
}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
/* Cinematic panorama + responsive spatial batch view. Variance 8 / motion 6 /
   density 4. Motion shows depth and changing quantity; no scroll interception. */
:root{--action:#d5edaf;--action-ink:#203727}
.button:hover{background:#c5e698}
.hero{position:relative;isolation:isolate;overflow:hidden;background:#152b1b;color:#f4f8ee;margin:14px 14px 0;border-radius:24px}
.hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(9,27,14,.71),rgba(9,27,14,.28) 67%,rgba(9,27,14,.05)),linear-gradient(0deg,rgba(9,27,14,.56),transparent 42%)}
.landscape{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-2;transform:scale(1.08)}
.hero-layout{padding:38px 0 42px;display:block}
.hero-copy{max-width:1120px}
.hero .eyebrow{color:#e3ebd9;margin-bottom:22px}
.hero h1{font-size:clamp(82px,8.4vw,124px);line-height:1.02;letter-spacing:-5.5px;font-weight:400;white-space:normal}
.hero-description{font-size:17px;line-height:1.6;max-width:600px;color:#edf2e5;margin:21px 0 24px}
.hero :focus-visible{outline-color:#d5edaf}
.landscape-caption{font-size:10px;line-height:1.5;color:var(--muted);margin-top:12px}
.facts{padding-block:29px}
.catalog-heading h2{font-weight:400}
.catalog-heading h2 span{color:var(--ink)}
.catalog-copy{padding:30px 28px}
.product-heading{display:flex;justify-content:space-between;align-items:baseline;gap:20px}
.product-heading h3{font-size:28px;letter-spacing:-1px}
.product-heading>p{font-size:11px;white-space:nowrap}
.batch-experience{margin-top:30px}
.batch-caption{display:flex;align-items:center;gap:20px}
.batch-caption strong{font-size:72px;line-height:1;font-weight:400;letter-spacing:-4px}
.batch-caption strong.batch-count-long{font-size:49px;letter-spacing:-2.8px}
.batch-caption>span{font-size:12px;line-height:1.5;color:var(--muted)}
.batch-stage{height:310px;width:100%;position:relative;isolation:isolate}
.batch-stage canvas{display:block;width:100%;height:100%}
.batch-stage>img{width:100%;height:100%;object-fit:contain}
.batch-disclaimer{font-size:10px;color:var(--muted);line-height:1.5;margin-top:7px}
.seedling-detail{display:grid;grid-template-columns:104px 1fr;align-items:center;gap:25px;border-top:1px solid var(--line);padding-top:24px;margin-top:25px}
.seedling-detail img{width:104px;height:155px;object-fit:contain;border-radius:12px}
.seedling-detail h4{font-size:21px;line-height:1.23;letter-spacing:-.65px}
.seedling-detail p{font-size:12px;color:var(--muted);margin-top:12px;max-width:270px}
.product-specs{margin-top:23px;padding-top:20px}
.order-form h2{font-weight:400}
.nursery{grid-template-columns:1fr 1.1fr;gap:65px}
.nursery h2{font-size:clamp(38px,3.5vw,51px);font-weight:400;letter-spacing:-2px}
.nursery-detail h3{font-size:18px}
.nursery-visual img{height:550px}
.footer-top .brand{font-weight:400}
@media(min-width:1600px){.hero{max-width:1560px;margin-inline:auto}}
@media(max-width:1199px){
.hero-layout{padding-block:35px 40px}
.hero h1{font-size:8.3vw;letter-spacing:-4px}
.product-heading{flex-direction:column;gap:4px}
.catalog-copy{padding:28px 24px}
.batch-stage{height:300px}
.seedling-detail{grid-template-columns:80px 1fr;gap:18px}
.seedling-detail img{width:80px;height:125px}
.seedling-detail h4{font-size:19px}
.nursery{gap:40px}
}
@media(max-width:767px){
.hero{margin:8px 8px 0;border-radius:20px}
.hero-layout{padding:28px 0 32px;width:calc(100% - 36px)}
.hero .eyebrow{font-size:8px;letter-spacing:1px;line-height:1.6;margin-bottom:19px}
.hero h1{font-size:clamp(42px,11.7vw,78px);letter-spacing:-2px;line-height:1.04}
.hero-description{font-size:14px;line-height:1.6;max-width:420px;margin:18px 0 22px}
.hero .button{font-size:12px;min-height:53px;padding:15px 20px}
.hero:after{background:linear-gradient(90deg,rgba(9,27,14,.70),rgba(9,27,14,.22)),linear-gradient(0deg,rgba(9,27,14,.68),transparent 70%)}
.landscape{object-position:59% center}
.landscape-caption{font-size:9px;margin-top:11px}
.catalog-heading h2{font-size:clamp(30px,7.9vw,42px);letter-spacing:-1.7px}
.catalog-copy{padding:25px 22px}
.product-heading{flex-direction:row;gap:12px;align-items:center}
.product-heading h3{font-size:23px}
.product-heading>p{font-size:9px}
.batch-experience{margin-top:28px}
.batch-caption{gap:17px}
.batch-caption strong{font-size:58px;letter-spacing:-3px}
.batch-caption strong.batch-count-long{font-size:38px;letter-spacing:-2px}
.batch-caption>span{font-size:10px}
.batch-stage{height:255px}
.batch-disclaimer{font-size:9px}
.seedling-detail{grid-template-columns:75px 1fr;gap:18px;padding-top:19px;margin-top:20px}
.seedling-detail img{width:75px;height:114px}
.seedling-detail h4{font-size:18px}
.seedling-detail p{font-size:11px;margin-top:9px}
.nursery{grid-template-columns:1fr;gap:30px}
.nursery h2{font-size:35px;letter-spacing:-1.7px}
.nursery-visual img{height:340px}
}
@media(prefers-reduced-motion:no-preference){
.landscape{animation:panorama-drift 4s ease-out both}
@keyframes panorama-drift{from{transform:scale(1.04)}to{transform:scale(1.08)}}
.hero-copy{animation:copy-arrive .7s cubic-bezier(.16,1,.3,1) both}
}
@media(prefers-color-scheme:dark){.seedling-detail img{background:#e5eddf}.button:hover{background:#d2eabd}}

/* The price is part of the primary offer, with terms directly below. */
.hero h1 .hero-title-price{color:#d5edaf;white-space:nowrap}
.hero-title-price>span{font-size:.5em;letter-spacing:-.02em}
.hero-price-note{font-size:11px;line-height:1.55;color:#e4edd9;margin-top:13px;max-width:600px}
@media(max-width:767px){.hero-price-note{font-size:10px;max-width:290px;margin-top:15px}}

/* Product showroom: all three nursery formats are visible before calculation. */
.product-showcase{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.product-card{appearance:none;display:flex;flex-direction:column;min-width:0;overflow:hidden;padding:0;border:1px solid var(--line);border-radius:20px;background:var(--surface);color:var(--ink);text-align:left;transition:transform .24s,border-color .24s,box-shadow .24s}
.product-card:hover{transform:translateY(-4px);border-color:#9caf96;box-shadow:0 18px 40px rgba(33,61,41,.08)}
.product-card.active{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent),0 18px 45px rgba(33,61,41,.10)}
.product-card-top{display:flex;align-items:center;justify-content:space-between;padding:17px 18px 13px;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.product-card-check{display:grid;place-items:center;width:24px;height:24px;border:1px solid var(--line);border-radius:50%;font-size:11px;color:transparent;transition:background .2s,color .2s,border-color .2s}
.product-card.active .product-card-check{background:var(--accent);border-color:var(--accent);color:var(--surface)}
.product-card-visual{position:relative;display:grid;place-items:center;height:285px;margin:0 10px;overflow:hidden;border-radius:14px;background:linear-gradient(145deg,#edf3e7,#dae6d1)}
.product-card-visual>img{width:100%;height:100%;object-fit:contain}
.product-card--oks .product-card-visual>img{width:117%;max-width:none;transform:rotate(-4deg)}
.product-card--five .product-card-visual>img{width:68%;height:110%;object-position:center 42%;transform:translateY(10%)}
.zks-specimen{position:relative;display:flex;align-items:flex-end;justify-content:center;width:100%;height:100%}
.zks-specimen img{position:absolute;z-index:1;bottom:55px;width:auto;height:205px;object-fit:contain;filter:drop-shadow(0 10px 7px rgba(39,61,33,.13))}
.zks-specimen i{position:absolute;z-index:2;bottom:31px;width:82px;height:60px;background:linear-gradient(90deg,#3c2d20,#5a422d 46%,#33251b);clip-path:polygon(7% 0,93% 0,82% 100%,18% 100%);box-shadow:0 10px 15px rgba(39,47,30,.16)}
.zks-specimen i:before{content:'';position:absolute;left:4%;right:4%;top:-5px;height:12px;border-radius:50%;background:#241d16;border:3px solid #59422e}
.height-cue{position:absolute;right:16px;bottom:18px;display:flex;flex-direction:column;align-items:center;gap:6px;font-size:9px;color:var(--muted)}
.height-cue i{display:block;width:1px;height:134px;background:var(--muted);position:relative}
.height-cue i:before,.height-cue i:after{content:'';position:absolute;left:-4px;width:9px;height:1px;background:var(--muted)}
.height-cue i:before{top:0}.height-cue i:after{bottom:0}
.product-card-copy{display:flex;flex-direction:column;padding:22px 20px 20px;min-height:153px}
.product-card-copy strong{font-size:27px;line-height:1.1;letter-spacing:-1px;font-weight:400}
.product-card-copy small{font-size:11px;color:var(--accent);margin-top:8px}
.product-card-copy em{font-size:12px;line-height:1.55;color:var(--muted);font-style:normal;margin-top:16px;max-width:290px}
.product-card-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-top:auto;padding:17px 20px;border-top:1px solid var(--line);font-size:10px;color:var(--muted)}
.product-card-bottom>span:first-child{color:var(--ink);white-space:nowrap}
.product-card-bottom b{font-size:19px;font-weight:600;letter-spacing:-.5px}
.showcase-note{font-size:10px;color:var(--muted);margin-top:13px}
.purchase-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin:64px 0 18px}
.purchase-heading>span{font-size:13px;color:var(--muted)}
.purchase-heading strong{font-size:16px;font-weight:600;text-align:right}
.purchase-panel{grid-template-columns:1fr 1.08fr}
.catalog-copy>.product-note{margin-top:18px;padding-top:18px;border-top:1px solid var(--line);max-width:none}
.price-option strong{font-size:clamp(27px,3vw,40px)}
@media(max-width:960px){
.product-card-visual{height:230px}
.product-card-copy{padding:18px 16px;min-height:150px}
.product-card-copy strong{font-size:21px}
.product-card-bottom{padding:15px 16px;align-items:flex-start;flex-direction:column;gap:6px}
.zks-specimen img{height:165px;bottom:51px}.zks-specimen i{width:68px;height:51px;bottom:27px}
}
@media(max-width:767px){
.product-showcase{grid-template-columns:1fr;gap:12px}
.product-card{display:grid;grid-template-columns:40% 1fr;border-radius:17px;min-height:215px}
.product-card-top{grid-column:1/-1;padding:13px 14px 10px}
.product-card-visual{grid-column:1;grid-row:2/4;height:auto;min-height:165px;margin:0 0 10px 10px;border-radius:11px}
.product-card-copy{grid-column:2;grid-row:2;min-height:0;padding:15px 14px 9px}
.product-card-copy strong{font-size:20px}.product-card-copy small{font-size:9px}.product-card-copy em{font-size:10px;margin-top:12px}
.product-card-bottom{grid-column:2;grid-row:3;border-top:0;padding:9px 14px 17px;gap:4px;font-size:8px}
.product-card-bottom b{font-size:16px}
.product-card--oks .product-card-visual>img{width:145%}
.product-card--five .product-card-visual>img{width:88%}
.zks-specimen img{height:118px;bottom:42px}.zks-specimen i{width:53px;height:39px;bottom:25px}
.height-cue{right:7px;bottom:10px;font-size:7px}.height-cue i{height:82px}
.showcase-note{font-size:9px;line-height:1.5}
.purchase-heading{align-items:flex-start;flex-direction:column;gap:5px;margin:45px 0 15px}
.purchase-heading strong{text-align:left;font-size:14px}
.price-option strong{font-size:28px}
}
