:root{--ink:#143229;--green:#0e6b4f;--lime:#cfe85b;--orange:#f26b38;--cream:#f7f0df;--paper:#fffdf7;--line:#d8d0bc;--shadow:0 24px 60px rgba(20,50,41,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.5}button,input,select{font:inherit}a{color:inherit}.store-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,78px);border-bottom:1px solid var(--line);background:rgba(255,253,247,.94);backdrop-filter:blur(16px);position:sticky;top:0;z-index:30}.wordmark{text-decoration:none;display:inline-flex;align-items:center;font-size:25px;letter-spacing:-1.7px}.wordmark span{font-weight:500}.wordmark strong{font-weight:900}.wordmark i{display:block;width:9px;height:9px;border-radius:50%;background:var(--orange);margin:0 0 14px 3px}.store-header nav{display:flex;gap:32px}.store-header nav a{text-decoration:none;font-weight:700;font-size:14px}.cart-button{border:0;border-radius:999px;background:var(--ink);color:white;padding:10px 12px 10px 19px;display:flex;gap:12px;align-items:center;cursor:pointer}.cart-button b{display:grid;place-items:center;background:var(--lime);color:var(--ink);width:25px;height:25px;border-radius:50%;font-size:12px}.store-hero{min-height:690px;display:grid;grid-template-columns:minmax(0,.95fr) minmax(440px,1.05fr);gap:6vw;align-items:center;padding:70px clamp(22px,6vw,92px);background:var(--cream);overflow:hidden}.kicker{font-size:12px;font-weight:900;letter-spacing:.18em;margin:0 0 16px;color:var(--orange)}h1,h2,h3,p{margin-top:0}.hero-copy h1{font-family:Georgia,serif;font-size:clamp(48px,6.8vw,94px);line-height:.93;letter-spacing:-.055em;margin-bottom:28px}.hero-copy h1 em{color:var(--green);font-weight:400}.hero-lead{font-size:18px;max-width:620px;color:#456057}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;text-decoration:none;font-weight:850;border:1px solid transparent;cursor:pointer}.button.primary{background:var(--orange);color:white}.button.outline{border-color:var(--ink);background:transparent}.button.full{width:100%}.address-line{font-size:14px;font-weight:750}.address-line span{color:var(--green);margin-right:8px}.corner-scene{height:520px;position:relative;border-radius:190px 190px 22px 22px;background:#a9d9da;overflow:hidden;box-shadow:var(--shadow);isolation:isolate}.corner-scene:after{content:"";position:absolute;left:0;right:0;bottom:0;height:85px;background:#c4b593;z-index:-1}.sun{position:absolute;width:90px;height:90px;border-radius:50%;background:#f6cc4d;top:58px;right:60px}.cloud{position:absolute;width:120px;height:28px;border-radius:20px;background:rgba(255,255,255,.8)}.cloud:before,.cloud:after{content:"";position:absolute;border-radius:50%;background:inherit}.cloud:before{width:48px;height:48px;left:24px;bottom:0}.cloud:after{width:38px;height:38px;right:20px;bottom:0}.cloud-one{top:90px;left:45px}.cloud-two{top:160px;right:30px;transform:scale(.7)}.store-building{position:absolute;width:72%;height:325px;left:14%;bottom:50px;background:#f4dfb5;border:8px solid var(--ink);box-shadow:14px 14px 0 rgba(20,50,41,.16)}.store-sign{height:78px;background:var(--ink);color:white;font-size:34px;font-weight:500;display:grid;place-items:center;letter-spacing:-2px}.store-sign span{font-weight:900}.awning{height:48px;background:var(--paper);display:grid;grid-template-columns:repeat(6,1fr);border-block:6px solid var(--ink)}.awning i:nth-child(odd){background:var(--orange)}.store-window{position:absolute;left:25px;bottom:26px;width:50%;height:150px;background:#cceaea;border:6px solid var(--ink);display:grid;place-items:center;text-align:center;font-size:24px;font-weight:950;line-height:1;color:var(--green)}.store-door{position:absolute;right:24px;bottom:0;width:30%;height:176px;background:var(--green);border:6px solid var(--ink);border-bottom:0;display:grid;place-items:center}.store-door b{background:var(--lime);padding:8px 12px;transform:rotate(-4deg)}.plant{position:absolute;bottom:58px;width:28px;height:70px;background:var(--green);border-radius:60% 15%;z-index:2}.plant-left{left:7%;transform:rotate(-18deg)}.plant-right{right:7%;transform:rotate(18deg)}.street-label{position:absolute;bottom:17px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;padding:6px 14px;font-size:10px;font-weight:900;letter-spacing:.16em}.marquee{overflow:hidden;background:var(--lime);border-block:1px solid var(--ink);padding:14px 0;font-weight:900;letter-spacing:.1em;white-space:nowrap}.marquee div{min-width:max-content;animation:marquee 24s linear infinite}.marquee i{font-style:normal;color:var(--orange);padding:0 34px}@keyframes marquee{to{transform:translateX(-50%)}}.store-section{padding:100px clamp(22px,6vw,92px)}.section-heading{display:grid;grid-template-columns:1fr minmax(280px,470px);gap:40px;align-items:end;margin-bottom:42px}.section-heading h2,.visit-section h2{font-family:Georgia,serif;font-size:clamp(42px,5vw,68px);letter-spacing:-.045em;line-height:.98;margin-bottom:0}.section-heading>p{color:#60736d;margin-bottom:5px}.category-row{display:flex;gap:8px;overflow:auto;padding-bottom:18px}.category-row button{border:1px solid var(--line);background:white;border-radius:999px;padding:8px 15px;white-space:nowrap;font-weight:750;cursor:pointer}.category-row button.active{background:var(--ink);color:white;border-color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-card{border:1px solid var(--line);border-radius:24px;background:white;overflow:hidden;display:flex;flex-direction:column;min-height:410px}.product-media{height:230px;background:#f1ebdd;display:grid;place-items:center;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:contain;padding:18px}.product-placeholder{font-family:Georgia,serif;font-size:42px;color:#b1a895}.product-copy{padding:20px;display:flex;flex:1;flex-direction:column}.product-copy small{color:var(--green);font-weight:850;text-transform:uppercase;letter-spacing:.08em}.product-copy h3{font-size:20px;margin:8px 0 3px}.product-copy p{font-size:14px;color:#61716c}.product-price{margin-top:auto;display:flex;align-items:end;justify-content:space-between;gap:10px}.product-price strong{font-family:Georgia,serif;font-size:28px}.product-price button{border:0;background:var(--ink);color:white;border-radius:999px;padding:10px 14px;font-weight:800;cursor:pointer}.product-price button:disabled{opacity:.45;cursor:not-allowed}.loading-card,.empty-products{grid-column:1/-1;padding:70px;text-align:center;border:1px dashed var(--line);border-radius:24px;color:#718079}.services-section{background:var(--green);color:white}.section-heading.light .kicker{color:var(--lime)}.section-heading.light>p{color:#c9ded5}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.35)}.service-grid article{padding:32px 30px 12px 0;border-right:1px solid rgba(255,255,255,.35);min-height:235px}.service-grid article+article{padding-left:30px}.service-grid article:last-child{border-right:0}.service-grid span{font-size:12px;color:var(--lime);font-weight:900}.service-grid h3{font-size:22px;margin:30px 0 10px}.service-grid p{color:#d6e5df}.service-grid a{color:var(--lime);font-weight:850}.gallery-placeholder{height:420px;display:grid;grid-template-columns:1.35fr .8fr .8fr;gap:15px}.gallery-placeholder div{position:relative;border-radius:22px;overflow:hidden;background:linear-gradient(145deg,#ed7a49,#f5c96a)}.gallery-placeholder div:nth-child(2){background:linear-gradient(145deg,#6fb79c,#cfe85b)}.gallery-placeholder div:nth-child(3){background:linear-gradient(145deg,#98cfd3,#f7f0df)}.gallery-placeholder span{position:absolute;left:18px;bottom:16px;font-size:11px;font-weight:900;letter-spacing:.15em;background:var(--paper);padding:7px 10px}.visit-section{display:grid;grid-template-columns:1.2fr .8fr;gap:8vw;padding:100px clamp(22px,6vw,92px);background:var(--lime)}.visit-card{background:var(--paper);padding:36px;border:1px solid var(--ink);box-shadow:12px 12px 0 var(--ink)}.visit-card h3{font-size:28px}.hours-note{font-size:14px;color:#65746f;padding:18px 0;border-block:1px solid var(--line)}.store-footer{background:var(--ink);color:white;padding:55px clamp(22px,6vw,92px);display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}.wordmark.inverse{color:white}.store-footer nav{display:flex;gap:18px;justify-content:flex-end;flex-wrap:wrap}.store-footer small{grid-column:1/-1;color:#b8c7c1}.reservation-drawer{position:fixed;inset:0;z-index:60;pointer-events:none}.reservation-drawer.open{pointer-events:auto}.drawer-scrim{position:absolute;inset:0;border:0;background:rgba(11,29,24,.48);opacity:0;transition:.2s}.open .drawer-scrim{opacity:1}.drawer-panel{position:absolute;right:0;top:0;bottom:0;width:min(520px,100%);background:var(--paper);padding:28px;overflow:auto;transform:translateX(100%);transition:.28s ease}.open .drawer-panel{transform:none}.drawer-panel header{display:flex;justify-content:space-between;align-items:start}.drawer-panel header button,.assistant-chat header button{border:0;background:transparent;font-size:32px;cursor:pointer}.cart-items{display:grid;gap:10px;margin:20px 0}.cart-row{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:14px}.cart-row p{margin:0}.qty{display:flex;align-items:center;gap:8px}.qty button{width:28px;height:28px;border:1px solid var(--line);border-radius:50%;background:white;cursor:pointer}.remove-item{border:0;background:transparent;color:#a2472c;cursor:pointer}.cart-total{display:flex;justify-content:space-between;font-size:22px;padding:18px 0;border-block:1px solid var(--line)}.drawer-notice,.field-help{font-size:12px;color:#64746e}.drawer-panel form{display:grid;gap:13px;margin-top:22px}.drawer-panel label:not(.check){display:grid;gap:5px;font-size:12px;font-weight:800}.drawer-panel input,.drawer-panel select{min-height:45px;border:1px solid var(--line);border-radius:10px;background:white;padding:0 12px}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.check{display:flex;align-items:flex-start;gap:8px;font-size:12px}.form-status{min-height:22px;color:#a2472c}.reservation-success{padding:24px;border-radius:16px;background:#e7f2d2}.reservation-success a{font-weight:850}.store-assistant{position:fixed;right:22px;bottom:20px;z-index:45}.assistant-bubble{border:0;border-radius:999px;background:var(--orange);color:white;padding:9px 9px 9px 18px;display:flex;align-items:center;gap:12px;box-shadow:var(--shadow);font-weight:850;cursor:pointer}.assistant-bubble b{width:38px;height:38px;border-radius:50%;background:var(--lime);color:var(--ink);display:grid;place-items:center}.assistant-chat{position:absolute;right:0;bottom:62px;width:min(390px,calc(100vw - 32px));background:var(--paper);border:1px solid var(--ink);border-radius:20px;box-shadow:var(--shadow);overflow:hidden}.assistant-chat header{background:var(--ink);color:white;padding:15px;display:flex;justify-content:space-between}.assistant-chat header small{display:block;color:#c6d5cf}.assistant-chat header button{color:white}.assistant-log{height:250px;overflow:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.chat-message{max-width:88%;padding:10px 12px;border-radius:14px;background:#e9e4d7;font-size:13px}.chat-message.user{align-self:flex-end;background:var(--lime)}.quick-questions{display:flex;gap:6px;overflow:auto;padding:0 12px 10px}.quick-questions button{border:1px solid var(--line);background:white;border-radius:999px;white-space:nowrap;padding:6px 9px;font-size:11px;cursor:pointer}.assistant-chat form{display:flex;border-top:1px solid var(--line);padding:10px}.assistant-chat input{flex:1;border:0;outline:0;background:transparent}.assistant-chat form button{border:0;width:38px;height:38px;border-radius:50%;background:var(--orange);color:white;cursor:pointer}.assistant-note{font-size:10px;color:#78857f;padding:0 12px 10px;margin:0}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:950px){.store-hero{grid-template-columns:1fr;padding-top:55px}.corner-scene{height:420px}.product-grid{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:1fr 1fr}.service-grid article:nth-child(2){border-right:0}.gallery-placeholder{height:560px;grid-template-columns:1fr 1fr}.gallery-placeholder div:first-child{grid-column:1/-1}.visit-section{grid-template-columns:1fr}}@media(max-width:640px){.store-header{height:68px}.store-header nav{display:none}.cart-button span{display:none}.store-hero{padding:44px 20px}.hero-copy h1{font-size:51px}.corner-scene{height:340px;border-radius:110px 110px 18px 18px}.store-building{height:230px;bottom:48px}.store-sign{height:55px;font-size:25px}.awning{height:36px}.store-window{height:105px;left:13px;bottom:16px;font-size:17px}.store-door{height:122px;right:12px}.store-section{padding:72px 20px}.section-heading{grid-template-columns:1fr;gap:16px}.product-grid{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr}.service-grid article,.service-grid article+article{border-right:0;border-bottom:1px solid rgba(255,255,255,.3);padding:28px 0}.gallery-placeholder{display:grid;height:auto;grid-template-columns:1fr}.gallery-placeholder div,.gallery-placeholder div:first-child{height:230px;grid-column:auto}.visit-section{padding:72px 20px}.store-footer{grid-template-columns:1fr}.store-footer nav{justify-content:flex-start}.form-two{grid-template-columns:1fr}.assistant-bubble span{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.marquee div{animation:none}.drawer-panel,.drawer-scrim{transition:none}}
