:root{
  --cream:#f5eee4;--paper:#fffaf4;--ink:#181915;--muted:#756e65;--green:#163f35;--green2:#285d4e;
  --orange:#df5a2a;--orange2:#f27643;--line:#e5d9cd;--sand:#eadfce;--shadow:0 24px 70px rgba(48,34,24,.13);
  --serif:Georgia,"Times New Roman",serif;--sans:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}
button,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:100%;object-fit:cover}.shell{min-height:100vh}
.testbar{background:var(--green);color:#fff;text-align:center;font-size:10px;letter-spacing:.12em;padding:7px 12px;text-transform:uppercase;font-weight:800}
.topbar{position:sticky;top:0;z-index:50;background:rgba(245,238,228,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(105,80,60,.10)}
.topbar-inner{max-width:1180px;margin:auto;padding:14px 26px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:11px;font-weight:900;letter-spacing:.02em;white-space:nowrap;border:0;background:none;padding:0}.brand-mark{width:42px;height:42px;border-radius:50%;overflow:hidden;box-shadow:0 7px 20px rgba(0,0,0,.14);background:var(--green)}.brand-mark img{object-fit:cover}.brand span{font-family:var(--serif);font-size:20px}.nav{display:flex;gap:22px;margin-left:auto;align-items:center}.nav a{color:var(--muted);font-weight:750;font-size:13px;padding:9px 0}.nav a:hover{color:var(--green)}
.wrap{max-width:1180px;margin:auto;padding:0 26px}.kicker{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--orange);font-weight:900}
.hero-catalog{padding:64px 0 42px;display:grid;grid-template-columns:1.02fr .98fr;gap:36px;align-items:center}.hero-catalog h1,.city-copy h1,.product-copy h1{font-family:var(--serif);font-weight:500;letter-spacing:-.045em;line-height:.94;margin:12px 0 18px}.hero-catalog h1{font-size:clamp(52px,6.2vw,86px)}.hero-catalog p{max-width:580px;font-size:18px;line-height:1.52;color:#4e4a44;margin:0 0 26px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.pill-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:14px 20px;font-weight:850}.pill-btn.primary{background:linear-gradient(135deg,var(--orange),var(--orange2));color:white;box-shadow:0 12px 25px rgba(223,90,42,.25)}.pill-btn.secondary{background:var(--paper);color:var(--green);border:1px solid var(--line)}
.hero-mosaic{height:580px;display:grid;grid-template-columns:1.3fr .8fr;grid-template-rows:1.1fr .9fr;gap:12px}.shot{position:relative;overflow:hidden;border-radius:28px;background:#ddd}.shot.big{grid-row:1/3}.shot:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(15,23,19,.48))}.shot-label{position:absolute;z-index:2;left:18px;bottom:16px;color:#fff}.shot-label small{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.14em;font-weight:850;opacity:.88}.shot-label strong{font-family:var(--serif);font-size:22px;font-weight:500}
.section{padding:54px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-head h2{font-family:var(--serif);font-size:40px;letter-spacing:-.035em;line-height:1;margin:7px 0 0;font-weight:550}.section-head p{max-width:470px;margin:0;color:var(--muted);font-size:14px;line-height:1.55}.linkish{border:0;background:transparent;color:var(--green);font-weight:850}
.city-grid{display:grid;grid-template-columns:1.45fr 1fr 1fr;gap:14px}.city-card{position:relative;height:350px;border-radius:25px;overflow:hidden;background:#dcd2c5;box-shadow:0 14px 35px rgba(40,28,18,.10);border:1px solid rgba(255,255,255,.5);text-align:left;padding:0}.city-card img{transition:.5s transform}.city-card:hover img{transform:scale(1.025)}.city-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,14,12,.02),rgba(8,16,13,.76))}.city-card-content{position:absolute;z-index:2;left:20px;right:20px;bottom:19px;color:#fff}.city-card-content .meta{font-size:10px;letter-spacing:.13em;text-transform:uppercase;font-weight:900;opacity:.85}.city-card-content h3{font-family:var(--serif);font-size:32px;margin:5px 0 4px;font-weight:500}.city-card-content p{font-size:12px;line-height:1.45;margin:0;opacity:.9}.city-card.soon{background:linear-gradient(135deg,#38584f,#bc8d72)}.city-card.soon.alt{background:linear-gradient(135deg,#a4593c,#e2b27d)}.city-card.soon:after{background:linear-gradient(180deg,rgba(6,12,10,.08),rgba(6,12,10,.4))}.soon-watermark{position:absolute;right:-15px;top:20px;font-family:var(--serif);font-size:78px;opacity:.12;color:white;transform:rotate(-7deg)}
.featured-tour{display:grid;grid-template-columns:1.02fr .98fr;background:var(--paper);border:1px solid var(--line);border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}.featured-photo{min-height:430px;position:relative}.featured-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(5,12,10,.35))}.featured-copy{padding:38px;display:flex;flex-direction:column;justify-content:center}.featured-copy h3{font-family:var(--serif);font-size:45px;line-height:.97;margin:10px 0 13px;font-weight:500;letter-spacing:-.04em}.featured-copy p{color:var(--muted);line-height:1.55;margin:0 0 18px}.facts{display:flex;gap:9px;flex-wrap:wrap;margin:4px 0 22px}.fact{padding:8px 11px;border-radius:999px;background:#eee7dc;font-size:11px;font-weight:800;color:#61594f}.quote{font-family:var(--serif);font-size:30px;line-height:1.15;max-width:800px;margin:0 auto;text-align:center;color:var(--green)}
.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.how-card{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:24px}.how-num{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#ead9c8;color:#765239;font-weight:900;font-size:11px;margin-bottom:18px}.how-card h3{font-family:var(--serif);font-size:24px;font-weight:550;margin:0 0 8px}.how-card p{font-size:13px;line-height:1.55;color:var(--muted);margin:0}
/* CITY */
.city-hero{padding:36px 0 30px}.crumb{font-size:12px;color:var(--muted);margin-bottom:18px}.crumb a{text-decoration:none}.city-stage{min-height:500px;border-radius:30px;overflow:hidden;position:relative;background:#222}.city-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,14,11,.80),rgba(5,14,11,.16) 68%)}.city-copy{position:absolute;z-index:2;left:42px;bottom:42px;color:#fff;max-width:620px}.city-copy h1{font-size:clamp(65px,8vw,108px);margin-bottom:12px}.city-copy p{font-size:17px;line-height:1.5;max-width:570px;margin:0 0 18px}.city-badges{display:flex;gap:8px;flex-wrap:wrap}.city-badges span{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(8px);padding:8px 11px;border-radius:999px;font-size:11px;font-weight:800}.filters{display:flex;gap:8px;overflow:auto;padding-bottom:5px}.filter{border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:9px 13px;white-space:nowrap;font-size:12px;font-weight:800;color:var(--muted)}.filter.active{background:var(--green);color:#fff;border-color:var(--green)}
.tour-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.tour-card{display:block;background:var(--paper);border:1px solid var(--line);border-radius:24px;overflow:hidden;text-align:left;padding:0;box-shadow:0 12px 35px rgba(48,34,24,.08);position:relative}.tour-thumb{height:260px;position:relative}.tour-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(6,14,11,.33))}.tour-body{padding:19px}.tour-body .area{font-size:10px;color:var(--orange);text-transform:uppercase;letter-spacing:.13em;font-weight:900}.tour-body h3{font-family:var(--serif);font-size:29px;line-height:1.04;margin:6px 0 8px;font-weight:550}.tour-body p{font-size:12.5px;color:var(--muted);line-height:1.48;margin:0 0 13px}.mini-facts{display:flex;gap:6px;flex-wrap:wrap}.mini-facts span{font-size:10px;font-weight:800;padding:7px 9px;background:#efe8dd;border-radius:999px}.status-tag{position:absolute;z-index:3;top:14px;left:14px;background:var(--orange);color:#fff;border-radius:999px;padding:7px 10px;font-size:9px;letter-spacing:.1em;text-transform:uppercase;font-weight:900}.tour-card.future{opacity:.74}.tour-card.future .status-tag{background:rgba(23,63,53,.88)}
/* PRODUCT */
.product-page{padding:34px 0 80px}.product-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:start}.product-gallery{position:sticky;top:88px}.product-main-photo{height:560px;border-radius:30px;overflow:hidden;position:relative}.product-main-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(6,15,12,.26))}.product-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:9px}.product-thumbs div{height:105px;border-radius:16px;overflow:hidden}.product-copy{padding-top:10px}.product-copy h1{font-size:clamp(54px,5.7vw,76px)}.product-copy .lead{font-size:16px;color:#554f47;line-height:1.55;margin-bottom:20px}.product-facts{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:20px 0 24px}.pf{padding:16px 0}.pf:nth-child(odd){border-right:1px solid var(--line)}.pf:nth-child(even){padding-left:20px}.pf small{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.09em;font-weight:900}.pf strong{display:block;margin-top:4px;font-family:var(--serif);font-size:20px}.price-box{background:var(--green);color:#fff;padding:20px;border-radius:22px;margin:18px 0}.price-row{display:flex;justify-content:space-between;align-items:end;gap:20px}.price-row small{opacity:.72}.price{font-family:var(--serif);font-size:36px}.price-note{font-size:10px;opacity:.72;margin-top:7px}.sample{display:flex;align-items:center;gap:12px;margin:18px 0;padding:14px;border:1px solid var(--line);border-radius:18px;background:var(--paper)}.sample-play{width:48px;height:48px;border-radius:50%;border:0;background:var(--orange);color:#fff;font-weight:900;flex:0 0 auto}.sample strong{display:block;font-size:13px}.sample span{display:block;color:var(--muted);font-size:11px;margin-top:3px}.route-list{margin-top:30px}.route-list h2{font-family:var(--serif);font-size:34px;margin:0 0 14px}.stop-row{display:grid;grid-template-columns:32px 1fr;gap:11px;padding:12px 0;border-bottom:1px solid var(--line)}.stop-num{width:29px;height:29px;border-radius:50%;background:#ead9c8;display:grid;place-items:center;color:#765239;font-size:10px;font-weight:900}.stop-row strong{font-family:var(--serif);font-size:17px}.stop-row span{display:block;color:var(--muted);font-size:11px;margin-top:2px}.back-btn{display:inline-block;color:var(--muted);font-weight:750;padding:0 0 20px}.back-btn:hover{color:var(--green)}.activateAccessBtn{border:0;background:transparent;color:#fff;text-decoration:underline;text-underline-offset:3px;font-size:11px;font-weight:800;margin-top:10px;padding:4px 0}.tour-return-note{font-size:11px;opacity:.76;margin-top:8px}
.reviews-public{display:none}.reviews-public.show{display:block}.reviews-summary{display:flex;align-items:baseline;gap:10px;margin:8px 0 14px}.reviews-score{font-family:var(--serif);font-size:35px;color:var(--green)}.reviews-stars{color:var(--orange);letter-spacing:.04em;font-size:17px}.reviews-count{color:var(--muted);font-size:11px}.reviews-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.review-public-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:15px;box-shadow:0 10px 24px rgba(48,32,20,.07)}.review-public-top{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:7px}.review-public-rating{color:var(--orange);font-size:13px;letter-spacing:.03em}.review-public-verified{font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--green);background:#e6f0eb;border-radius:999px;padding:5px 7px}.review-public-text{font-family:var(--serif);font-size:18px;line-height:1.35;margin:0 0 9px;color:var(--ink)}.review-public-author{font-size:11px;color:var(--muted)}
.modal,.activate-modal{position:fixed;inset:0;z-index:1200;background:rgba(8,13,11,.64);display:none;align-items:flex-end;justify-content:center;padding:16px}.modal.show,.activate-modal.show{display:flex}.modal-card,.activate-card{width:min(100%,520px);background:var(--paper);color:var(--ink);border-radius:26px;padding:22px;border:1px solid var(--line);box-shadow:0 22px 70px rgba(0,0,0,.25)}.modal-card h3,.activate-card h3{font-family:var(--serif);font-size:28px;margin:0 0 8px}.modal-card p,.activate-card p{margin:0 0 14px;color:var(--muted);font-size:13px;line-height:1.5}.activate-input{width:100%;border:1px solid var(--line);border-radius:14px;padding:14px 15px;background:#fff;font:inherit;font-size:15px;text-transform:uppercase;outline:none}.activate-input:focus{border-color:var(--orange)}.activate-status{min-height:20px;margin:10px 2px 0;font-size:12px;color:var(--muted)}.activate-status.error{color:#a33a24}.activate-status.ok{color:var(--green);font-weight:800}.close-activate{margin-top:10px;background:none;border:0;width:100%;padding:9px;color:var(--muted);font-weight:800}.mobile-buy{display:none}
.footer{margin-top:45px;border-top:1px solid var(--line);padding:34px 0 50px;color:var(--muted);font-size:12px}.footer-inner{display:flex;justify-content:space-between;gap:30px}.footer strong{color:var(--green)}
@media(max-width:850px){.topbar-inner{padding:11px 16px}.nav a:nth-child(2){display:none}.brand span{font-size:18px}.wrap{padding:0 16px}.hero-catalog{grid-template-columns:1fr;padding-top:38px}.hero-mosaic{height:420px}.city-grid{grid-template-columns:1fr}.city-card{height:330px}.featured-tour{grid-template-columns:1fr}.featured-photo{min-height:330px}.featured-copy{padding:26px}.how-grid{grid-template-columns:1fr}.city-stage{min-height:560px}.city-copy{left:22px;right:22px;bottom:26px}.tour-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.product-gallery{position:relative;top:auto}.product-main-photo{height:480px}.product-thumbs{display:none}.product-page{padding-top:20px;padding-bottom:110px}.reviews-list{grid-template-columns:1fr}.footer-inner{flex-direction:column}.mobile-buy{display:block;position:fixed;z-index:45;left:0;right:0;bottom:0;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:rgba(245,238,228,.94);backdrop-filter:blur(16px);border-top:1px solid var(--line)}.mobile-buy .pill-btn{width:100%}}
@media(max-width:520px){.testbar{font-size:9px}.nav{gap:12px}.nav a{font-size:11px}.hero-catalog h1{font-size:49px}.hero-catalog p{font-size:15px}.hero-mosaic{height:360px;grid-template-columns:1.25fr .75fr}.shot{border-radius:20px}.section{padding:40px 0}.section-head{display:block}.section-head h2{font-size:34px}.section-head p{margin-top:8px}.city-card{height:300px}.featured-copy h3{font-size:38px}.city-stage{min-height:530px;border-radius:22px}.city-copy h1{font-size:65px}.city-copy p{font-size:14px}.tour-thumb{height:230px}.product-main-photo{height:410px;border-radius:22px}.product-copy h1{font-size:52px}.price-row{align-items:stretch;flex-direction:column}.price-row .pill-btn{width:100%}.footer{padding-bottom:90px}}
