:root{--ink:#213a2c;--muted:#647069;--green:#244d36;--accent:#c5db8a;--surface:#fafbf8;--line:#dce2d8;--soft:#edf1e9;--radius:6px;--body:Commissioner,sans-serif;--display:Manrope,sans-serif;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--surface);color:var(--ink);font:16px/1.5 var(--body)}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}button{color:inherit}a{color:inherit;text-decoration:none}button,input,select,textarea{border-radius:var(--radius)}button{border:0;background:none}input,select,textarea{min-height:44px;border:1px solid var(--line);background:var(--surface);color:var(--ink);padding:10px 12px}input:focus,select:focus,textarea:focus{border-color:var(--green)}:focus-visible{outline:3px solid #59793c;outline-offset:4px}::selection{background:var(--accent)}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:var(--display);font-weight:600}img{max-width:100%;display:block}button.primary,a.primary,.secondary{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;min-height:48px;padding:12px 22px;border-radius:var(--radius);font-weight:500}.primary{background:var(--green);color:var(--surface)}.primary:hover{background:#173d27}.secondary{border:1px solid var(--green);background:transparent}.secondary:hover{background:var(--soft)}.text-button{text-decoration:underline;text-underline-offset:4px;padding:10px 0}.skip{position:fixed;top:-100px;left:16px;z-index:100;background:var(--green);color:white;padding:16px}.skip:focus{top:10px}.preview{text-align:center;font-size:12px;padding:6px 16px;background:var(--soft);color:#4b5b4b}.header{height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 5%;border-bottom:1px solid var(--line);background:var(--surface)}.brand img{width:177px;height:auto}.header nav{display:flex;gap:34px;font-size:14px}.header nav a{padding:12px 0}.header nav a.active{border-bottom:1px solid var(--green)}.selection-button{min-height:46px;border:1px solid var(--line);padding:8px 12px 8px 18px;font-size:14px;display:flex;align-items:center;gap:16px}.selection-button span{background:var(--green);color:var(--surface);min-width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-size:12px}.hero{display:grid;grid-template-columns:.85fr 1.15fr;padding:36px 5% 38px;min-height:410px;gap:5%}.hero-copy{align-self:center;padding:12px 0}.eyebrow{font-size:11px;font-weight:600;letter-spacing:1.8px;text-transform:uppercase;margin-bottom:16px}.hero h1{font-size:clamp(40px,4.3vw,68px);line-height:1.09;letter-spacing:-3px;margin-bottom:20px}.hero-copy>p:not(.eyebrow){font-size:17px;line-height:1.6;color:var(--muted);margin-bottom:26px}.hero-image{position:relative;background:#f0efeb;min-width:0;overflow:hidden;border-radius:2px;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.hero-image>img{width:100%;object-fit:contain;mix-blend-mode:multiply}.hero-image figcaption{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 22px;font-size:12px}.hero-image figcaption>span{color:var(--muted)}.hero-image figcaption button{font-weight:500;min-height:44px}.hero-image figcaption button span{margin-left:12px}.process{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 5%;border-block:1px solid var(--line);font-size:13px}.process p{display:flex;gap:14px;align-items:center}.process p span{font-size:11px;color:var(--muted)}.process-note{font-size:12px;color:var(--muted)}.catalog{padding:60px 5% 48px}.catalog-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px}.catalog-heading h2{font-size:clamp(24px,2.4vw,36px);letter-spacing:-1.2px;line-height:1.25}.catalog-heading .eyebrow{margin-bottom:12px}.search{border:1px solid var(--line);display:flex;align-items:center;gap:8px;padding:0 12px;border-radius:var(--radius);width:360px;max-width:100%;background:#f2f4ee}.search>span{font-size:26px}.search input{border:0;background:transparent;padding-inline:4px;width:100%;font-size:13px;min-width:0}.search kbd{font:12px var(--body);padding:0 6px;border:1px solid var(--line);color:var(--muted)}.categories{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.categories button{padding:10px 18px;border:1px solid var(--line);border-radius:4px;min-height:44px;font-size:14px}.categories button[aria-pressed=true]{background:var(--green);border-color:var(--green);color:var(--surface)}.categories small{margin-left:8px;opacity:.75;font-size:11px}.filterbar{display:flex;justify-content:space-between;align-items:center;gap:12px;border-top:1px solid var(--line);padding:14px 0}.filters{display:flex;align-items:center;gap:20px}.filterbar label{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.filterbar select{font-size:13px;border:0;padding:8px 24px 8px 8px;max-width:190px;background:transparent}.filters button{font-size:13px;min-height:44px}.filters button[aria-pressed=true]{text-decoration:underline;font-weight:600}.catalog-context{display:flex;justify-content:space-between;gap:12px;font-size:12px;color:var(--muted);margin-bottom:20px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:28px;row-gap:38px}.product-card{min-width:0}.product-photo{width:100%;overflow:hidden;display:block;padding:0;background:#f0efeb;border-radius:2px}.product-photo img{width:100%;aspect-ratio:1.63;object-fit:contain;mix-blend-mode:multiply;transition:transform .25s ease-out}.product-photo:hover img{transform:scale(1.035)}.product-meta{padding-top:16px;display:flex;justify-content:space-between;align-items:baseline;gap:8px}.product-meta h3{font-size:16px;line-height:1.4;letter-spacing:-.3px}.product-meta h3 button{padding:0;text-align:left}.price{font-size:16px;white-space:nowrap;font-variant-numeric:tabular-nums}.material{font-size:12px;color:var(--muted);margin:5px 0}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:14px}.dimensions{font-size:11px;color:var(--muted)}.add{min-height:42px;font-size:13px;padding:8px 12px;border:1px solid var(--line);white-space:nowrap}.add:hover{border-color:var(--green);background:var(--soft)}.qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.qty button{width:38px;min-height:40px;font-size:18px;padding:0}.qty input{width:46px;min-height:40px;padding:4px;border:0;text-align:center;font-size:14px;border-radius:0;appearance:textfield}.qty input::-webkit-inner-spin-button{appearance:none}.qty:focus-within{border-color:var(--green)}.catalog-note{margin-top:44px;border-top:1px solid var(--line);padding-top:22px;display:flex;gap:32px;font-size:12px;color:var(--muted)}.catalog-note strong{white-space:nowrap;color:var(--ink)}.catalog-note p{max-width:860px}.plant-section{margin:0 5% 60px;background:#e7eddf;display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:48px 5%}.plant-section h2{font-size:36px;letter-spacing:-1.2px;line-height:1.2;margin-bottom:20px}.plant-section p:not(.eyebrow){max-width:440px;font-size:14px;color:#53634d;margin-bottom:24px}.plant-words{align-self:center;justify-self:center;font:600 clamp(32px,5vw,72px)/1.1 var(--display);letter-spacing:-2px;color:#587043}.plant-words em{font-style:normal;color:#234f33}footer{padding:28px 5% 36px;border-top:1px solid var(--line);display:flex;align-items:center;gap:32px;font-size:12px;color:var(--muted)}footer img{width:130px;height:auto}footer p{flex:1}footer button{font-size:12px}.empty{grid-column:1/-1;padding:64px 24px;text-align:center;background:var(--soft)}.empty h3{font-size:24px;margin-bottom:8px}.empty p{color:var(--muted);margin-bottom:20px}.empty button{margin:8px}.mobile-summary{position:fixed;bottom:0;left:0;right:0;z-index:10;padding:12px 5%;background:var(--surface);border-top:1px solid var(--line);box-shadow:0 -3px 20px #213a2c0a;display:flex;justify-content:space-between;align-items:center;gap:12px}.mobile-summary>div{display:flex;flex-direction:column}.mobile-summary strong{font-family:var(--display);font-size:18px}.mobile-summary>div>span{font-size:11px;color:var(--muted)}.mobile-summary .primary{font-size:13px;min-height:44px}.toast{position:fixed;bottom:90px;left:50%;transform:translate(-50%,15px);background:var(--green);color:var(--surface);padding:12px 22px;border-radius:var(--radius);font-size:14px;z-index:50;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;max-width:90vw;text-align:center}.toast.visible{opacity:1;transform:translate(-50%,0)}dialog{border:1px solid var(--line);background:var(--surface);color:var(--ink);padding:0;border-radius:8px;width:min(940px,94vw);max-height:90dvh;overflow:auto}dialog::backdrop{background:#10291e66;backdrop-filter:blur(3px)}body:has(dialog[open]){overflow:hidden}.close{width:44px;height:44px;position:absolute;right:12px;top:12px;font-size:28px;z-index:2;background:var(--surface);border-radius:50%;border:1px solid var(--line)}.detail-layout{display:grid;grid-template-columns:1.1fr 1fr;min-height:470px}.detail-image{background:#f0efeb;display:flex;align-items:center}.detail-image img{mix-blend-mode:multiply;width:100%}.detail-copy{padding:52px 32px 32px}.detail-copy h2{font-size:28px;letter-spacing:-1px;line-height:1.2}.detail-copy .detail-price{font-size:28px;margin-top:24px;font-family:var(--display)}.detail-copy>p{margin-top:12px;font-size:14px}.detail-copy .muted{color:var(--muted);font-size:12px}.detail-copy dl{font-size:13px;margin:24px 0;display:grid;grid-template-columns:80px 1fr;gap:12px}.detail-copy dt{color:var(--muted)}.detail-copy dd{margin:0}.detail-copy .primary{width:100%;margin-top:24px}.detail-warning{padding:12px;background:var(--soft);font-size:12px!important}.selection-dialog{height:100dvh;max-height:100dvh;width:min(570px,100%);margin:0 0 0 auto;border-radius:0;border-block:0;border-right:0}.drawer-header{position:sticky;top:0;z-index:3;background:var(--surface);padding:30px 28px 22px;border-bottom:1px solid var(--line)}.drawer-header .eyebrow{margin-bottom:8px}.drawer-header h2{font-size:28px;letter-spacing:-1px}.drawer-header .close{top:28px;right:24px}#selection-content{padding:24px 28px 40px}.selection-item{display:grid;grid-template-columns:98px 1fr;gap:16px;margin-bottom:24px}.selection-item>img{width:98px;height:76px;object-fit:contain;background:#f0efeb;mix-blend-mode:multiply}.selection-item h3{font-size:14px;line-height:1.4;margin-bottom:4px}.selection-item small{font-size:12px;color:var(--muted)}.line-controls{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px}.line-controls .qty{width:max-content}.line-controls .remove{font-size:12px;text-decoration:underline;min-height:44px;color:var(--muted)}.line-total{font-size:14px;white-space:nowrap}.estimate{padding:22px 0;border-block:1px solid var(--line);margin-top:24px}.estimate-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.estimate-top strong{font:600 26px var(--display)}.estimate-top span{font-size:14px}.estimate p{font-size:12px;color:var(--muted)}.estimate details{font-size:12px;margin-top:14px}.estimate summary{cursor:pointer;padding:6px 0}.estimate details p{margin-top:8px}.next-button{width:100%;margin-top:22px}.selection-footnote{font-size:12px;color:var(--muted);margin-top:12px;text-align:center}.request-form{display:flex;flex-direction:column;gap:18px}.request-form h3{font-size:22px;line-height:1.3}.request-form>p{font-size:13px;color:var(--muted)}.request-form label{font-size:13px;display:flex;flex-direction:column;gap:6px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.request-form input,.request-form textarea{width:100%}.request-form textarea{resize:vertical;min-height:96px}.request-form .acknowledge{display:flex;flex-direction:row;gap:12px;align-items:flex-start;font-size:12px}.acknowledge input{width:20px;min-height:20px;margin:3px 0;flex-shrink:0;accent-color:var(--green)}.request-form .form-error{color:#90362a;background:#f8e9e4;border-radius:var(--radius);padding:12px;font-size:13px}.request-form .primary{width:100%}.back{padding:8px 0;min-height:44px;text-align:left;font-size:13px}.success{padding:32px 0}.success-mark{width:52px;height:52px;display:grid;place-items:center;border:1px solid var(--green);border-radius:50%;font-size:24px;margin-bottom:24px}.success h3{font-size:28px;margin-bottom:16px}.success p{font-size:14px;margin-bottom:20px}.success .receipt{background:var(--soft);padding:18px;margin:24px 0}.success .receipt span{display:block;font-size:12px}.success .receipt strong{font-size:19px}.success button{margin-top:14px;width:100%}.small-dialog{padding:48px 32px 32px;max-width:580px}.small-dialog h2{font-size:24px;margin-bottom:24px}.small-dialog p{font-size:14px;margin:16px 0}.small-dialog button.secondary{margin-top:16px}[hidden]{display:none!important}
@media(min-width:1600px){.hero,.catalog,.header,.process,footer{padding-left:max(5%,calc((100% - 1480px)/2));padding-right:max(5%,calc((100% - 1480px)/2))}.hero{min-height:480px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:1050px){.process-note{display:none}.catalog-heading{align-items:flex-start;flex-direction:column}.search{width:100%}.hero h1{letter-spacing:-2px}.product-grid{gap:30px 18px}.product-meta{flex-direction:column;gap:4px}.product-bottom{align-items:flex-start;flex-direction:column}.filters{gap:12px}footer{flex-wrap:wrap}.header nav{gap:20px;font-size:13px}.filterbar label{gap:0}.filterbar .sort{margin-left:auto}}
@media(max-width:700px){html{scroll-padding-top:20px}.preview{font-size:10px;padding:6px 16px}.header{height:76px;padding-inline:20px;gap:12px}.brand img{width:138px}.header nav{display:none}.selection-button{font-size:12px;gap:10px;padding:7px 10px}.hero{grid-template-columns:1fr;gap:24px;padding:28px 20px}.hero-copy{padding:0}.hero h1{font-size:43px;letter-spacing:-2px;margin-bottom:16px}.eyebrow{font-size:10px;margin-bottom:14px}.hero-copy>p:not(.eyebrow){font-size:15px;margin-bottom:20px}.hero-image{max-height:255px}.hero-image>img{min-height:0;object-fit:cover;object-position:center 48%;flex:1}.hero-image figcaption{padding:2px 14px;font-size:11px}.process{padding:18px 20px;gap:16px;align-items:flex-start}.process p{font-size:11px;display:block;flex:1;line-height:1.5}.process p span{display:block;margin-bottom:6px}.catalog{padding:36px 20px}.catalog-heading{gap:20px;margin-bottom:20px}.catalog-heading h2{font-size:25px;letter-spacing:-1px}.categories{flex-wrap:nowrap;overflow:auto;margin-inline:-20px;padding:0 20px 8px;gap:6px}.categories button{white-space:nowrap;padding:8px 14px;font-size:12px}.filterbar{flex-wrap:wrap;padding:8px 0}.filters{flex-wrap:wrap;gap:12px}.filterbar .sort{margin-left:0}.filterbar select{font-size:12px}.catalog-context{display:block;font-size:11px;margin-top:6px}.catalog-context p+p{margin-top:4px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 14px}.product-photo img{aspect-ratio:1.15;object-fit:cover;object-position:45%}.product-meta{padding-top:12px}.product-meta h3{font-size:13px;letter-spacing:-.2px}.price{font-size:14px}.material{font-size:10px;min-height:30px}.dimensions{font-size:10px;min-height:15px}.product-bottom{margin-top:10px;gap:8px}.add{font-size:12px;width:100%;min-height:44px}.qty{justify-content:space-between;max-width:100%}.qty button{width:36px;min-height:42px}.qty input{width:40px}.catalog-note{display:block;font-size:11px}.catalog-note p{margin-top:10px}.plant-section{margin:0 20px 36px;display:block;padding:30px 24px}.plant-section h2{font-size:30px}.plant-words{display:none}.plant-section p:not(.eyebrow){font-size:13px}footer{padding:24px 20px 104px;gap:18px}footer p{flex-basis:100%;font-size:11px}footer>a,footer>button{font-size:11px}.mobile-summary{padding:10px 16px;padding-bottom:max(10px,env(safe-area-inset-bottom))}.mobile-summary .primary{padding:10px 14px;gap:10px;font-size:12px}.mobile-summary strong{font-size:17px}.mobile-summary>div>span{font-size:10px}.detail-layout{display:block}.detail-image{height:220px}.detail-image img{height:100%;object-fit:contain}.detail-copy{padding:28px 24px}.detail-copy h2{font-size:25px}.drawer-header{padding:24px 20px 18px}.drawer-header .close{right:16px;top:24px}#selection-content{padding:20px 20px 32px}.selection-item{grid-template-columns:76px 1fr;gap:12px}.selection-item>img{width:76px;height:64px}.line-controls{flex-wrap:wrap}.form-row{grid-template-columns:1fr}.estimate-top strong{font-size:23px}.selection-dialog{max-width:100vw}.small-dialog{padding:54px 24px 28px}.toast{font-size:12px;width:max-content;max-width:90vw}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
@media print{.preview,.header,main,footer,.mobile-summary,.toast,.close,.qty,.remove,.next-button,.selection-footnote{display:none!important}dialog:not([open]){display:none}dialog[open]{position:static;display:block;width:100%;max-height:none;height:auto;border:0;overflow:visible}.drawer-header{position:static}.selection-item{break-inside:avoid}body{background:white}}
.photo-pending{display:flex;flex-direction:column;justify-content:center;align-items:center;aspect-ratio:1.63;width:100%;color:var(--muted);background:var(--soft)}.photo-pending strong{font:600 32px var(--display);color:var(--ink)}.photo-pending span{font-size:13px;margin-top:6px}.photo-pending small{font-size:10px;margin-top:16px}.selection-item>.photo-pending{height:76px}.selection-item>.photo-pending strong{font-size:16px}.selection-item>.photo-pending span,.selection-item>.photo-pending small{display:none}.mounting-label{display:flex;flex-direction:column;gap:6px;margin-top:12px;font-size:12px}.mounting-label select{font-size:13px;width:100%}.estimate .allocation-note{margin-top:16px;color:var(--ink)}
@media(max-width:700px){.product-photo .photo-pending{aspect-ratio:1.15}.photo-pending strong{font-size:26px}}
img{height:auto}.hero-image>img{height:auto}.hero{min-height:0}.hero-image{max-height:390px}.hero-image figcaption{margin-top:auto}.hero-image>img{min-height:0;flex:1;object-fit:contain}.detail-image img{height:auto}.selection-item>img{height:76px}
@media(max-width:700px){.hero-image{max-height:245px}.hero-image>img{height:190px;flex:none}.selection-item>img{height:64px}.detail-image img{height:100%;object-fit:contain}}
@media(min-width:701px){.hero{padding-top:24px;padding-bottom:24px}.hero-image{height:300px}.hero h1{font-size:clamp(38px,3.8vw,55px);margin-bottom:14px}.hero .eyebrow{margin-bottom:10px}.hero-copy>p:not(.eyebrow){font-size:15px;margin-bottom:18px}.hero-image figcaption{padding:4px 20px}.process{padding-block:16px}.catalog{padding-top:36px}.catalog-heading{margin-bottom:24px}.catalog-heading h2{font-size:30px}}
/* Enquiry review: readable address blocks and long customer notes. */
.language-switch{padding:10px;font-size:.85rem;font-weight:700;text-decoration:none}.review h3{margin-top:28px}.review dl{display:grid;grid-template-columns:minmax(110px,1fr) minmax(0,2fr);gap:10px 18px}.review dt{color:var(--muted,#666)}.review dd{margin:0;overflow-wrap:anywhere}.review-item{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid #ddd}.review-item p{margin:6px 0}.review-notes{white-space:pre-wrap;overflow-wrap:anywhere}.review>.primary{width:100%;margin-top:12px}button:disabled{opacity:.55;cursor:not-allowed}@media(max-width:600px){.header{gap:8px}.language-switch{padding:8px 4px}.review dl{grid-template-columns:1fr;gap:4px}.review dd{margin-bottom:12px}}
.bot-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
