:root{--olive:#87986a;--olive-dark:#596b43;--olive-soft:#a9b88f;--ivory:#fbfaf4;--white:#fff;--gold:#d6a43a;--terracotta:#b95f38;--ink:#34402d;--muted:#6f7969;--line:#dfe4d7;--success:#4f7a55;--cream:#f4f3e9;--navy:#596b43;--orange:#d6a43a;--shadow:0 24px 70px rgba(73,91,55,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit}h1,h2,h3,p{margin-top:0}
.topbar{height:84px;padding:0 clamp(18px,5vw,74px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(86,99,59,.15);position:sticky;top:0;background:rgba(250,248,240,.94);backdrop-filter:blur(16px);z-index:30}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--olive-dark)}.brand img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid var(--olive)}.brand span{display:grid;font:700 18px/1 Georgia,serif}.brand small{font:700 12px/1.2 Inter,sans-serif;text-transform:uppercase;letter-spacing:.14em;color:var(--olive)}.topbar nav{display:flex;gap:28px}.topbar nav a{text-decoration:none;font-size:13px;font-weight:800;color:var(--olive-dark)}
.cart-button{border:0;border-radius:999px;padding:11px 16px;background:var(--olive);color:#fff;font-weight:800}.cart-button span{display:inline-grid;place-items:center;width:24px;height:24px;margin-left:7px;background:var(--gold);color:var(--olive-dark);border-radius:50%}
.hero{height:min(730px,calc(100vh - 84px));min-height:610px;position:relative;overflow:hidden;display:flex;align-items:center}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(34,43,25,.94) 0%,rgba(47,58,35,.8) 36%,rgba(47,58,35,.18) 68%,transparent 100%)}.hero-copy{position:relative;z-index:2;width:min(650px,90%);margin-left:clamp(20px,8vw,130px);color:#fff}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:900;font-size:11px;color:var(--terracotta)}.light-text{color:#f3d47d}.hero h1{font:700 clamp(60px,7vw,104px)/.88 Georgia,serif;letter-spacing:-.055em;margin:18px 0 28px}.hero h1 em{color:#f3d47d;font-weight:400}.hero-copy>p{max-width:570px;font-size:20px;line-height:1.6;color:#eef0e8}.hero-actions{display:flex;gap:12px;margin:30px 0}.button{border:0;border-radius:999px;padding:14px 22px;font-weight:900;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:.2s}.button:hover{transform:translateY(-2px)}.primary{background:var(--terracotta);color:#fff;box-shadow:0 10px 26px rgba(185,95,56,.26)}.light{background:#fff;color:var(--olive-dark)}.olive{background:var(--olive);color:#fff}.gold{background:var(--gold);color:var(--olive-dark)}.ghost{background:transparent;color:var(--olive-dark);border:1px solid var(--olive)}.trust{display:flex;gap:22px;flex-wrap:wrap;color:#f4f1dd;font-weight:800;font-size:12px}
.recommendation{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;background:#fff;margin:-35px auto 0;padding:22px 30px;width:min(1100px,calc(100% - 36px));position:relative;z-index:4;border-radius:24px;box-shadow:var(--shadow)}.recommendation img{width:80px;height:80px;object-fit:cover;border-radius:50%}.recommendation h2{font:700 25px Georgia;color:var(--olive-dark);margin:4px 0}.recommendation p{color:var(--muted);margin:0}
.section{padding:95px clamp(20px,7vw,105px)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px}.section-head>div>p{color:var(--muted);margin:0}.section h2{font:700 clamp(39px,5vw,60px)/1 Georgia;color:var(--olive-dark);margin:12px 0}.filter{display:flex;gap:8px;flex-wrap:wrap;max-width:520px;justify-content:flex-end}.filter button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 14px;color:var(--olive-dark);font-weight:750}.filter button.active{background:var(--olive);border-color:var(--olive);color:#fff}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{border:1px solid var(--line);border-radius:22px;padding:22px;background:#fff;display:flex;flex-direction:column;min-height:305px;transition:.2s;position:relative;overflow:hidden}.product:before{content:"";position:absolute;width:120px;height:120px;border-radius:50%;right:-45px;top:-50px;background:rgba(124,137,88,.12)}.product:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:rgba(86,99,59,.45)}.product.featured{background:var(--olive-dark);color:#fff;border-color:var(--olive-dark)}.product .tag{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:var(--terracotta);font-weight:900}.product.featured .tag{color:#f3d47d}.product h3{font:700 25px/1.05 Georgia;margin:20px 0 10px;position:relative}.product>p{color:var(--muted);line-height:1.5;flex:1;font-size:14px}.product.featured>p{color:#d9dfd0}.price-row{display:flex;justify-content:space-between;align-items:end;gap:10px;margin-top:14px}.price{font-size:22px;font-weight:950;color:var(--olive-dark)}.featured .price{color:#fff}.price small{display:block;font-size:11px;color:var(--muted);font-weight:650;margin-top:3px}.featured .price small{color:#bbc4b0}.add{border:0;border-radius:999px;background:var(--terracotta);color:#fff;font-size:13px;font-weight:900;padding:11px 15px}.product-options{display:grid;gap:8px;margin:10px 0}.product-options label{margin:0;font-size:11px}.product-options select{padding:9px 10px;margin-top:4px;background:var(--ivory)}
.package-story{background:var(--olive);color:#fff;padding:80px clamp(20px,9vw,140px);display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center;position:relative;overflow:hidden}.package-story:after{content:"";position:absolute;width:520px;height:520px;border:100px solid rgba(255,255,255,.05);border-radius:50%;right:-170px;top:-140px}.package-story>div{position:relative;z-index:2}.package-story h2{font:700 clamp(52px,6vw,82px)/.93 Georgia;margin:14px 0 24px}.package-story p{max-width:640px;font-size:18px;line-height:1.65;color:#e6eadf}.package-number{display:grid;text-align:center;border:1px solid rgba(255,255,255,.35);border-radius:50%;width:260px;height:260px;place-content:center;background:rgba(255,255,255,.06)}.package-number strong{font:700 63px Georgia;color:#f3d47d}.package-number span,.package-number small{text-transform:uppercase;letter-spacing:.12em;font-size:11px}
.mystery{background:#10170d;color:#fff;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:60px}.mystery h2{color:#fff;font-size:clamp(50px,6vw,82px)}.mystery-card>p{color:#c8d0c0;font-size:18px;line-height:1.7;max-width:620px}.mystery-clues{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0}.mystery-clues span{border:1px solid #53604a;border-radius:999px;padding:9px 12px;font-size:12px}.secret-stamp{width:310px;height:310px;border-radius:50%;border:2px dashed #f3d47d;display:grid;place-content:center;text-align:center;transform:rotate(7deg);font:italic 22px Georgia;color:#f3d47d;margin:auto}.secret-stamp b{font:700 35px Georgia;max-width:250px}.secret-stamp small{margin-top:14px;color:#fff;text-transform:uppercase;letter-spacing:.2em}
.review-wall{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}.review-wall p,.lead-section>div>p{font-size:18px;line-height:1.7;color:var(--muted)}.rating-art{background:#fff;padding:65px;border-radius:30px;text-align:center;box-shadow:var(--shadow)}.rating-art>div{font-size:38px;letter-spacing:.14em;color:var(--gold)}.rating-art b{display:block;font:italic 30px Georgia;color:var(--olive-dark);margin-top:24px}.testimonials{background:#fff}.testimonial-stars{color:var(--gold);font-size:20px}
.lead-section{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center;background:#eff0e8}.lead-section form{background:#fff;padding:32px;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.location{background:var(--terracotta);padding:60px clamp(20px,7vw,100px);display:flex;justify-content:space-between;align-items:center;color:#fff}.location h2{font:700 44px Georgia;margin:10px 0}.location p{margin:5px 0}.location .light-text{color:#ffe0a0}footer{padding:42px clamp(20px,7vw,100px);display:flex;justify-content:space-between;align-items:center;color:var(--muted);background:#fff}
.drawer-backdrop{position:fixed;inset:0;background:rgba(20,27,15,.58);z-index:40;opacity:0;pointer-events:none;transition:.25s}.drawer-backdrop.open{opacity:1;pointer-events:auto}.drawer{position:fixed;right:0;top:0;height:100%;width:min(580px,100%);background:#fff;z-index:50;padding:40px;overflow:auto;transform:translateX(105%);transition:.3s;box-shadow:var(--shadow)}.drawer.open{transform:none}.close{position:absolute;right:18px;top:14px;border:0;background:transparent;font-size:34px;color:var(--muted)}.drawer h2,.feedback-wrap h2{font:700 43px Georgia;color:var(--olive-dark);margin:10px 0 25px}.cart-line{padding:15px 0;border-bottom:1px solid var(--line)}.cart-main{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center}.cart-line h4{margin:0 0 4px}.cart-line small{color:var(--muted)}.cart-selection{font-size:12px;color:var(--olive);margin-top:7px}.quantity{display:flex;align-items:center;border:1px solid var(--line);border-radius:999px;overflow:hidden}.quantity button{border:0;background:#fff;width:31px;height:31px}.quantity span{min-width:68px;text-align:center;font-size:12px}.remove{border:0;background:none;color:var(--terracotta);font-size:19px}.cart-upsell{background:#eff0e8;border-radius:16px;padding:16px;margin:18px 0;display:flex;justify-content:space-between;align-items:center;gap:14px}.cart-upsell b{font:700 18px Georgia;color:var(--olive-dark)}.cart-upsell p{font-size:12px;margin:3px 0;color:var(--muted)}.cart-upsell button{white-space:nowrap}.totals{border-top:2px solid var(--olive);margin:25px 0;padding-top:15px}.totals>div{display:flex;justify-content:space-between;padding:6px}.totals .grand{font-size:22px;color:var(--olive-dark)}
form h3{margin-top:30px}.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}label{display:block;font-size:12px;font-weight:800;margin:12px 0;color:var(--olive-dark)}input,select,textarea{display:block;width:100%;border:1px solid var(--line);border-radius:11px;padding:12px;margin-top:6px;background:#fff;color:var(--ink)}.choice{display:flex;gap:12px}.choice label,.consent{display:flex;align-items:center;gap:8px;padding:10px;border:1px solid var(--line);border-radius:12px}.choice input,.consent input{width:auto;margin:0}.full{width:100%;margin-top:10px}.form-note{text-align:center;color:var(--muted);font-size:11px;margin:10px}.empty{padding:30px;text-align:center;background:#eff0e8;border-radius:18px}.success{text-align:center;padding:70px 15px}.success .check{width:74px;height:74px;border-radius:50%;background:var(--success);color:#fff;display:grid;place-items:center;font-size:40px;margin:0 auto 20px}.success h2{font:700 40px Georgia;color:var(--olive-dark)}.success .order-id{background:#eff0e8;padding:12px;border-radius:10px;font-weight:900}
dialog{border:0;border-radius:28px;padding:0;width:min(600px,calc(100% - 28px));box-shadow:var(--shadow)}dialog::backdrop{background:rgba(20,27,15,.68)}.feedback-wrap{padding:46px}.dialog-logo{width:75px;height:75px;border-radius:50%;object-fit:cover;float:right}.rating-field{display:flex;align-items:center;justify-content:space-between;padding:8px 0}.stars{display:flex;flex-direction:row-reverse}.stars input{display:none}.stars label{font-size:30px;color:#ddd;margin:0 2px;cursor:pointer}.stars input:checked~label,.stars label:hover,.stars label:hover~label{color:var(--gold)}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,100px);background:var(--olive-dark);color:#fff;padding:13px 20px;border-radius:999px;z-index:100;transition:.25s}.toast.show{transform:translate(-50%,0)}
@media(max-width:980px){.product-grid{grid-template-columns:repeat(2,1fr)}.topbar nav{display:none}.section-head,.location{align-items:start;flex-direction:column}.review-wall,.lead-section,.mystery{grid-template-columns:1fr}.secret-stamp{width:240px;height:240px}.package-story{grid-template-columns:1fr}.package-number{display:none}}
@media(max-width:600px){.topbar{height:72px;padding:0 14px}.brand img{width:46px;height:46px}.brand span{font-size:15px}.hero{height:650px;min-height:0}.hero-photo{object-position:64% center}.hero-overlay{background:linear-gradient(90deg,rgba(69,86,52,.93),rgba(105,125,81,.62) 75%,rgba(105,125,81,.20))}.hero-copy{margin:0 20px;width:auto}.hero h1{font-size:56px}.hero-copy>p{font-size:17px}.recommendation{grid-template-columns:auto 1fr;padding:18px}.recommendation>button{grid-column:1/-1}.recommendation img{width:62px;height:62px}.section{padding:68px 18px}.product-grid{grid-template-columns:1fr}.filter{justify-content:flex-start}.package-story{padding:65px 22px}.mystery h2{font-size:49px}.review-wall{gap:30px}.rating-art{padding:40px 20px}.two{grid-template-columns:1fr}.choice{flex-direction:column}.drawer{padding:34px 18px}.cart-main{grid-template-columns:1fr auto}.cart-main>.remove{grid-column:2}.cart-upsell{align-items:start;flex-direction:column}.feedback-wrap{padding:42px 20px}.rating-field{align-items:start;flex-direction:column}footer{align-items:start;flex-direction:column;gap:20px}.hero-actions{align-items:start;flex-direction:column}}
.hero-overlay{background:linear-gradient(90deg,rgba(75,92,57,.88) 0%,rgba(102,121,79,.70) 38%,rgba(102,121,79,.16) 70%,transparent 100%)}
.about{display:grid;grid-template-columns:1.25fr .75fr;gap:7vw;align-items:center;background:linear-gradient(145deg,#fbfaf4,#eef2e7)}.about-copy>p{font-size:17px;line-height:1.75;color:var(--muted);max-width:760px}.about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:32px}.about-values span{display:grid;gap:6px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:16px}.about-values b{font:700 20px Georgia;color:var(--olive-dark)}.about-values small{line-height:1.4;color:var(--muted)}.about-card{background:var(--olive-dark);color:#fff;border-radius:40% 40% 24px 24px;padding:52px 38px 34px;text-align:center;box-shadow:var(--shadow)}.about-card img{width:190px;height:190px;border-radius:50%;object-fit:cover;border:5px solid #fff}.about-card blockquote{font:italic 26px/1.4 Georgia;margin:30px auto 16px;max-width:390px}.about-card p{color:#e9eddf}.promo-ribbon{background:var(--terracotta);color:#fff;padding:28px clamp(20px,7vw,100px);display:grid;grid-template-columns:auto auto 1fr auto;gap:22px;align-items:center}.promo-ribbon>span{font-size:11px;font-weight:950;letter-spacing:.16em;border:1px solid rgba(255,255,255,.55);border-radius:999px;padding:8px 11px}.promo-ribbon strong{font:700 clamp(30px,4vw,48px) Georgia}.promo-ribbon p{margin:0;color:#ffebdf}.delivery-zones{display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw;align-items:center;background:#fff}.zones-intro>p{font-size:18px;line-height:1.7;color:var(--muted);max-width:520px}.zone-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.zone-card{position:relative;background:#f1f4eb;border:1px solid #dbe2d2;border-radius:18px;padding:22px 20px 20px 58px;font-weight:900;color:var(--olive-dark)}.zone-card:before{content:'✓';position:absolute;left:18px;top:17px;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--olive);color:#fff}.zone-card small{display:block;margin-top:5px;color:var(--success);font-weight:800}.free-delivery-note{background:#e7efdf!important;color:#47613a!important;font-weight:900}
@media(max-width:900px){.about,.delivery-zones{grid-template-columns:1fr}.about-values{grid-template-columns:1fr}.about-card{border-radius:28px}.promo-ribbon{grid-template-columns:1fr;justify-items:start}.zone-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.zone-grid{grid-template-columns:1fr}.about-card img{width:145px;height:145px}.about-card{padding:36px 22px 28px}}
