:root { --forest:#173f2a; --leaf:#2f6a43; --lime:#c9dd63; --cream:#fffaf0; --ink:#1e2921; --muted:#647067; --paper:#fff; --line:#dfe5dc; --orange:#e87b2f; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--cream); font-family:Arial, Helvetica, sans-serif; font-size:17px; line-height:1.55; }
a { color:inherit; }
img { display:block; max-width:100%; }
.wrap { width:min(1120px, calc(100% - 36px)); margin:auto; }
.topbar { background:var(--forest); color:white; }
.nav { min-height:74px; display:flex; align-items:center; justify-content:space-between; gap:22px; }
.brand { display:flex; align-items:center; gap:12px; font-weight:900; letter-spacing:.03em; font-size:1.2rem; text-decoration:none; }
.mark { width:50px; height:50px; display:grid; place-items:center; }
.mark img { width:100%; height:100%; object-fit:contain; filter:drop-shadow(0 2px 2px rgba(0,0,0,.22)); }
.navlinks { display:flex; gap:24px; align-items:center; }
.navlinks a { text-decoration:none; font-weight:700; font-size:.94rem; }
.navlinks .button { color:var(--forest); background:var(--lime); padding:10px 18px; border-radius:999px; }
.hero { padding:56px 0 64px; background:var(--forest); color:white; overflow:hidden; }
.hero-grid { display:grid; grid-template-columns:1.02fr .98fr; align-items:center; gap:58px; }
.eyebrow { color:var(--lime); text-transform:uppercase; font-weight:900; letter-spacing:.12em; font-size:.78rem; }
h1,h2,h3 { font-family:Georgia, 'Times New Roman', serif; line-height:1.08; }
h1 { font-size:clamp(3.1rem, 7vw, 6rem); margin:10px 0 20px; font-weight:700; letter-spacing:-.045em; }
.hero p { font-size:1.12rem; color:#e7f0e9; max-width:630px; }
.actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.btn { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:12px 22px; border-radius:5px; font-weight:800; text-decoration:none; border:2px solid transparent; cursor:pointer; font-size:1rem; }
.btn-primary { background:var(--lime); color:var(--forest); }
.btn-outline { color:white; border-color:#789181; }
.hero-photo { position:relative; overflow:hidden; border-radius:160px 160px 12px 12px; border:8px solid rgba(255,255,255,.1); }
.hero-photo img { width:100%; height:520px; object-fit:cover; object-position:34% 50%; transform:scale(2.35); }
.gate-verse { position:absolute; left:50%; top:67%; width:82%; transform:translate(-50%,-50%); z-index:2; text-align:center; color:#f5ff67; font-family:Georgia, 'Times New Roman', serif; font-size:clamp(.76rem,1.25vw,1rem); line-height:1.24; font-weight:800; text-shadow:0 2px 3px #06190e,0 0 8px #06190e,0 0 14px #06190e; }
.gate-verse span { display:block; font-style:italic; }
.gate-verse cite { display:block; color:white; font-style:normal; margin-top:4px; font-family:Arial, Helvetica, sans-serif; font-weight:900; font-size:.7rem; letter-spacing:.04em; }
.notice { background:var(--lime); color:var(--forest); padding:17px 0; font-weight:800; text-align:center; }
section { padding:82px 0; }
.section-head { display:flex; justify-content:space-between; gap:28px; align-items:end; margin-bottom:34px; }
.section-head h2 { font-size:clamp(2.4rem, 5vw, 4rem); margin:7px 0 0; letter-spacing:-.035em; }
.section-head p { max-width:440px; color:var(--muted); margin:0; }
.products { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.product { background:var(--paper); border:1px solid var(--line); min-height:370px; display:flex; flex-direction:column; overflow:hidden; }
.product-copy { padding:22px 25px 25px; display:flex; flex:1; flex-direction:column; }
.product-photos { height:210px; overflow:hidden; background:#dfe8d9; }
.product-photos img { width:100%; height:100%; object-fit:cover; object-position:center; }
.product-photos-two { display:grid; grid-template-columns:1fr 1fr; gap:3px; }
.product-photos .pepper-focus { object-position:45% 28%; transform:scale(1.2); }
.product-photos .marconi-focus { object-position:63% 42%; transform:scale(1.16); }
.product-photos .romaine-focus { object-position:50% 53%; transform:scale(1.35); }
.product-no-photo { height:210px; display:flex; flex-direction:column; justify-content:flex-end; padding:24px; color:white; background:linear-gradient(145deg,var(--leaf),var(--forest)); }
.product-no-photo span { color:var(--lime); font-weight:900; text-transform:uppercase; letter-spacing:.1em; font-size:.74rem; }
.product-no-photo strong { margin-top:6px; font-family:Georgia, 'Times New Roman', serif; font-size:1.55rem; }
.product h3 { font-size:1.55rem; margin:0 0 11px; }
.product p { color:var(--muted); margin:0; }
.price { margin-top:auto; padding-top:22px; color:var(--forest); font-size:1.08rem; font-weight:900; }
.story { background:#edf1e7; }
.about { background:var(--forest); color:white; }
.about-grid { display:grid; grid-template-columns:1.12fr .88fr; gap:68px; align-items:center; }
.about h2 { font-size:clamp(2.5rem, 5vw, 4.4rem); margin:8px 0 22px; }
.about p { color:#e2ebe4; }
.about-portrait { position:relative; }
.about-portrait img { width:100%; height:auto; object-fit:contain; border-radius:8px 90px 8px 8px; }
.portrait-note { display:flex; flex-direction:column; background:var(--lime); color:var(--forest); padding:14px 20px; border-radius:0 0 8px 8px; }
.portrait-note strong { font-family:Georgia, 'Times New Roman', serif; font-size:1.25rem; }
.portrait-note span { font-size:.82rem; font-weight:800; }
.garden-gallery { background:var(--cream); }
.gallery-grid { display:grid; grid-template-columns:1.35fr .65fr; gap:14px; }
.gallery-grid figure { margin:0; background:white; border:1px solid var(--line); }
.gallery-grid img { width:100%; height:310px; object-fit:cover; }
.gallery-wide img { object-position:center 35%; }
.gallery-grid figcaption { padding:13px 15px; color:var(--muted); font-size:.88rem; }
.story-grid { display:grid; grid-template-columns:1fr 1fr; gap:54px; align-items:center; }
.photo-stack { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.photo-stack img { height:390px; width:100%; object-fit:cover; }
.photo-stack img:last-child { margin-top:45px; }
.story h2 { font-size:clamp(2.4rem, 5vw, 4rem); margin:8px 0 20px; }
.steps { list-style:none; padding:0; margin:28px 0 0; }
.steps li { display:grid; grid-template-columns:42px 1fr; gap:12px; margin:16px 0; }
.step-num { width:36px; height:36px; border-radius:50%; display:grid; place-items:center; background:var(--forest); color:white; font-weight:900; }
.steps strong { display:block; }
.steps span { color:var(--muted); }
.order { background:#f7eddd; }
.order-grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:50px; align-items:start; }
.order h2 { font-size:clamp(2.5rem, 5vw, 4.4rem); margin:8px 0 18px; }
.order-card { background:white; border-top:8px solid var(--orange); padding:30px; box-shadow:0 20px 55px rgba(47,44,32,.12); }
label, legend { display:block; font-weight:800; margin:0 0 7px; }
input, select, textarea { width:100%; border:1px solid #a9b1aa; border-radius:4px; padding:12px; font:inherit; background:white; }
input:focus, select:focus, textarea:focus { outline:3px solid rgba(47,106,67,.2); border-color:var(--leaf); }
.field { margin-bottom:18px; }
.two { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.radio-row { display:flex; gap:22px; flex-wrap:wrap; }
.radio-row label { display:flex; align-items:center; gap:8px; font-weight:500; }
.radio-row input { width:auto; }
.form-note { font-size:.86rem; color:var(--muted); }
.order-card .btn { width:100%; background:var(--forest); color:white; }
.product-picker { border:0; padding:0; margin:0 0 20px; }
.product-picker table { width:100%; border-collapse:collapse; border:1px solid var(--line); }
.product-picker th { text-align:left; background:#edf1e7; color:var(--forest); font-size:.84rem; text-transform:uppercase; letter-spacing:.06em; }
.product-picker th,.product-picker td { padding:12px; border-bottom:1px solid var(--line); vertical-align:middle; }
.product-picker th:last-child,.product-picker td:last-child { width:112px; }
.product-check { display:flex; align-items:flex-start; gap:10px; margin:0; cursor:pointer; }
.product-check input { width:auto; margin-top:5px; }
.product-check span { display:flex; flex-direction:column; }
.product-check small { color:var(--muted); font-weight:500; }
.quantity-select:disabled { opacity:.45; background:#edf0ec; }
.order-limit-note { margin:10px 0 0; padding:11px 13px; background:#fff7e9; border-left:3px solid var(--orange); }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.fineprint { margin-top:18px; padding:15px; background:#fff7e9; border-left:4px solid var(--orange); font-size:.9rem; }
footer { background:#0e2a1b; color:#dce7de; padding:36px 0; }
.footer-row { display:flex; justify-content:space-between; align-items:center; gap:20px; }
footer a { color:white; }
[hidden] { display:none !important; }
@media (max-width:820px) { .navlinks a:not(.button){display:none}.hero{padding-top:34px}.hero-grid,.story-grid,.order-grid,.about-grid{grid-template-columns:1fr}.hero-photo img{height:380px}.hero-photo{max-width:560px}.products{grid-template-columns:1fr 1fr}.section-head{display:block}.section-head p{margin-top:15px}.order-grid{gap:28px}.about-portrait{max-width:560px} }
@media (max-width:560px) { body{font-size:16px}.wrap{width:min(100% - 24px,1120px)}.products,.two{grid-template-columns:1fr}.hero-photo img{height:330px}.photo-stack img{height:280px}.product-photos{height:230px}.about-portrait img{height:auto}.order-card{padding:21px}.product-picker th,.product-picker td{padding:10px 8px}section{padding:62px 0}.footer-row{align-items:flex-start;flex-direction:column} }
