:root{
  --ink:#1D1C1A; --ink-2:#4A4741; --muted:#7A766E;
  --paper:#FFFFFF; --stone:#F3F1EC; --line:#E3E0D8;
  --clay:#B9532C; --clay-soft:#F4E3DA; --gum:#55675B; --gum-soft:#E3E9E3;
  --r-sm:8px; --r-md:14px; --r-lg:22px;
  --display:"Bricolage Grotesque",system-ui,sans-serif;
  --body:"DM Sans",system-ui,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%}
body{background:var(--paper);color:var(--ink);font-family:var(--body);font-size:16px;line-height:24px;-webkit-font-smoothing:antialiased}
img{display:block;width:100%;height:100%;object-fit:cover}
a{color:inherit;text-decoration:none}
button{font:inherit;border:0;background:none;color:inherit;cursor:pointer}

/* type scale */
.d1{font-family:var(--display);font-weight:600;font-size:112px;line-height:104px;letter-spacing:-4px}
.d2{font-family:var(--display);font-weight:600;font-size:56px;line-height:60px;letter-spacing:-1.6px}
.h3{font-family:var(--display);font-weight:600;font-size:32px;line-height:38px;letter-spacing:-.6px}
.h4{font-family:var(--display);font-weight:600;font-size:22px;line-height:28px;letter-spacing:-.3px}
.lead{font-size:20px;line-height:30px;color:var(--ink-2)}
.body-m{font-size:16px;line-height:24px}
.body-s{font-size:14px;line-height:20px;color:var(--muted)}
.label{font-size:12px;line-height:16px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase}

.wrap{width:100%;max-width:1440px;margin:0 auto;padding:0 64px}

/* nav */
.nav{display:flex;align-items:center;justify-content:space-between;height:80px}
.logo{display:flex;align-items:center;gap:10px;font-family:var(--display);font-weight:700;font-size:24px;line-height:28px;letter-spacing:-.8px}
.logo i{display:block;width:22px;height:22px;background:var(--clay);border-radius:3px 3px 11px 3px}
.nav-links{display:flex;gap:36px;font-size:15px;line-height:20px;font-weight:500}
.nav-links a[aria-current]{color:var(--clay)}
.nav-right{display:flex;align-items:center;gap:24px;font-size:15px;line-height:20px;font-weight:500}
.burger{display:none;width:40px;height:40px;border:1px solid var(--line);border-radius:20px;align-items:center;justify-content:center}
.burger{flex-direction:column;gap:3px}
.burger i{display:block;width:16px;height:2px;background:var(--ink);border-radius:1px}

/* buttons, chips */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 24px;border-radius:24px;background:var(--ink);color:#fff;font-size:15px;line-height:20px;font-weight:600;white-space:nowrap}
.btn-clay{background:var(--clay)}
.btn-ghost{background:transparent;color:var(--ink);border:1px solid var(--ink)}
.btn-sm{height:40px;padding:0 18px;border-radius:20px;font-size:14px}
.chip{display:inline-flex;align-items:center;height:36px;padding:0 16px;border-radius:18px;border:1px solid var(--line);font-size:14px;line-height:20px;font-weight:500;white-space:nowrap;background:#fff}
.chip-on{background:var(--ink);border-color:var(--ink);color:#fff}
.tag{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:13px;background:#fff;font-size:12px;line-height:16px;font-weight:600;color:var(--ink)}
.tag-clay{background:var(--clay-soft);color:var(--clay)}
.tag-gum{background:var(--gum-soft);color:var(--gum)}

/* hero */
.hero-head{display:flex;align-items:flex-end;justify-content:space-between;gap:48px;padding:56px 0 40px}
.hero-head .lead{width:380px;padding-bottom:10px}
.hero-img{position:relative;height:640px;border-radius:var(--r-lg);overflow:hidden}
.search{position:absolute;left:32px;bottom:32px;display:flex;align-items:center;gap:0;height:76px;padding:0 10px 0 8px;background:#fff;border-radius:38px}
.search-f{display:flex;flex-direction:column;gap:2px;width:210px;padding:0 24px;border-right:1px solid var(--line)}
.search-f:last-of-type{border-right:0}
.search-f span{font-size:12px;line-height:16px;color:var(--muted)}
.search-f b{font-size:16px;line-height:22px;font-weight:600}
.hero-caption{position:absolute;right:32px;bottom:44px;color:#fff;font-size:13px;line-height:18px;text-align:right}

/* section heads */
.sec{padding:120px 0 0}
.sec-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px}
.link{white-space:nowrap;font-size:15px;line-height:20px;font-weight:600;border-bottom:1px solid var(--ink);padding-bottom:2px}

/* crafts */
.crafts{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.craft{display:flex;flex-direction:column;gap:14px}
.craft-img{height:220px;border-radius:var(--r-md);overflow:hidden}
.craft b{display:block;font-size:17px;line-height:22px;font-weight:600}

/* class cards */
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.card{display:flex;flex-direction:column;gap:16px}
.card-img{position:relative;height:300px;border-radius:var(--r-md);overflow:hidden}
.card-img .tag{position:absolute;left:14px;top:14px}
.card-body{display:flex;flex-direction:column;gap:6px}
.card-meta{display:flex;justify-content:space-between;align-items:center;padding-top:6px;font-size:14px;line-height:20px}
.card-meta b{font-size:16px;line-height:22px}

/* split */
.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.split-img{height:640px;border-radius:var(--r-lg);overflow:hidden}
.steps{display:flex;flex-direction:column;gap:0;margin-top:40px;border-top:1px solid var(--line)}
.step{display:flex;gap:24px;padding:24px 0;border-bottom:1px solid var(--line)}
.step em{font-style:normal;font-family:var(--display);font-weight:600;font-size:15px;line-height:24px;color:var(--clay);width:28px}
.step b{display:block;font-size:18px;line-height:24px;font-weight:600;margin-bottom:4px}

/* makers */
.makers{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.maker{display:flex;gap:20px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:var(--r-md)}
.maker-img{width:112px;height:112px;flex:none;border-radius:10px;overflow:hidden}

/* gift band */
.band{display:flex;align-items:center;justify-content:space-between;gap:48px;margin-top:120px;padding:64px;border-radius:var(--r-lg);background:var(--gum);color:#fff}
.band .lead{color:#E3E9E3;margin-top:16px;width:520px}
.band-img{width:420px;height:280px;flex:none;border-radius:var(--r-md);overflow:hidden}

/* footer */
.foot{display:flex;justify-content:space-between;gap:48px;padding:64px 0 48px;margin-top:120px;border-top:1px solid var(--line)}
.foot-cols{display:flex;gap:80px}
.foot-col{display:flex;flex-direction:column;gap:10px;font-size:14px;line-height:20px;color:var(--ink-2)}
.foot-col b{color:var(--ink);margin-bottom:4px}

/* explore */
.page-head{display:flex;align-items:flex-end;justify-content:space-between;padding:48px 0 32px}
.filters{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.chips{display:flex;gap:10px}
.explore{display:grid;grid-template-columns:300px 1fr;gap:48px;padding-top:40px}
.side{display:flex;flex-direction:column;gap:32px}
.side-group{display:flex;flex-direction:column;gap:14px;padding-bottom:32px;border-bottom:1px solid var(--line)}
.check{display:flex;align-items:center;justify-content:space-between;font-size:15px;line-height:20px}
.check span{display:flex;align-items:center;gap:12px}
.box{width:20px;height:20px;border:1.5px solid var(--ink-2);border-radius:5px}
.box-on{background:var(--ink);border-color:var(--ink)}
.range{position:relative;height:4px;margin:14px 0 6px;background:var(--line);border-radius:2px}
.range i{position:absolute;left:12%;right:38%;top:0;height:4px;background:var(--ink);border-radius:2px}
.range b{position:absolute;top:-8px;width:20px;height:20px;border-radius:10px;background:#fff;border:2px solid var(--ink)}
.range b.lo{left:calc(12% - 10px)}.range b.hi{left:calc(62% - 10px)}
.results{display:flex;flex-direction:column;gap:32px}
.result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px 20px}
.result-grid .card-img{height:260px}
.feature{display:grid;grid-template-columns:1.25fr 1fr;border-radius:var(--r-lg);overflow:hidden;background:var(--stone)}
.feature-img{height:360px}
.feature-body{display:flex;flex-direction:column;justify-content:space-between;padding:40px}
.pager{display:flex;justify-content:center;gap:8px;padding-top:16px}
.pager a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:20px;font-size:14px;font-weight:600}
.pager a.on{background:var(--ink);color:#fff}

/* class detail */
.crumbs{display:flex;gap:8px;padding:28px 0 20px;font-size:14px;line-height:20px;color:var(--muted)}
.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:260px 260px;gap:12px;border-radius:var(--r-lg);overflow:hidden}
.gallery div:first-child{grid-row:span 2}
.detail{display:grid;grid-template-columns:1fr 420px;gap:96px;padding-top:56px}
.detail-main{display:flex;flex-direction:column;gap:48px}
.facts{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.fact{display:flex;flex-direction:column;gap:4px;padding:20px 0}
.fact b{font-size:17px;line-height:22px}
.list{display:flex;flex-direction:column;gap:14px}
.list li{list-style:none;display:flex;gap:14px;font-size:17px;line-height:26px;color:var(--ink-2)}
.list li i{flex:none;width:8px;height:8px;margin-top:9px;background:var(--clay);border-radius:2px}
.host{display:flex;gap:24px;align-items:center;padding:24px;background:var(--stone);border-radius:var(--r-md)}
.host-img{width:96px;height:96px;flex:none;border-radius:48px;overflow:hidden}
.book{position:sticky;top:24px;display:flex;flex-direction:column;gap:20px;padding:28px;border:1px solid var(--line);border-radius:var(--r-lg);background:#fff;box-shadow:0 18px 40px -24px rgba(29,28,26,.25)}
.price{display:flex;align-items:baseline;gap:6px}
.dates{display:flex;flex-direction:column;gap:10px}
.date{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1px solid var(--line);border-radius:12px;font-size:15px;line-height:20px}
.date-on{border:1.5px solid var(--ink)}
.date small{font-size:13px;color:var(--muted)}
.date small.low{color:var(--clay);font-weight:600}
.qty{display:flex;align-items:center;justify-content:space-between;font-size:15px;line-height:20px}
.stepper{display:flex;align-items:center;gap:16px;font-weight:600}
.stepper i{font-weight:600;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--line);border-radius:17px;font-style:normal}
.total{display:flex;justify-content:space-between;padding-top:16px;border-top:1px solid var(--line);font-weight:600}
.btn-block{width:100%;height:54px;border-radius:27px;font-size:16px}

/* bookings (mobile-first page) */
.bk{max-width:720px;margin:0 auto;padding:0 20px}
.ticket{display:flex;flex-direction:column;border-radius:var(--r-lg);overflow:hidden;background:var(--ink);color:#fff}
.ticket-img{height:200px}
.ticket-body{display:flex;flex-direction:column;gap:16px;padding:24px}
.ticket-row{display:flex;justify-content:space-between;gap:12px}
.ticket-row div{display:flex;flex-direction:column;gap:2px}
.ticket-row span{font-size:12px;line-height:16px;color:#B8B3A9}
.ticket-row b{font-size:15px;line-height:20px}
.ticket-cut{height:1px;border-top:1px dashed #5A5750}
.tabs{display:flex;gap:6px;padding:4px;background:var(--stone);border-radius:22px}
.tabs a{flex:1;display:flex;align-items:center;justify-content:center;height:36px;border-radius:18px;font-size:14px;font-weight:600;color:var(--muted)}
.tabs a.on{background:#fff;color:var(--ink)}
.row-card{display:flex;gap:16px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:var(--r-md)}
.row-img{width:84px;height:84px;flex:none;border-radius:10px;overflow:hidden}
.tabbar{display:none}

/* system page */
.sw{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.swatch{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:var(--r-md);overflow:hidden}
.swatch i{display:block;height:120px}
.swatch div{display:flex;flex-direction:column;gap:2px;padding:14px 16px;font-size:14px;line-height:20px}
.type-row{display:grid;grid-template-columns:200px 1fr;align-items:baseline;gap:32px;padding:24px 0;border-bottom:1px solid var(--line)}
.space{display:flex;align-items:flex-end;gap:28px}
.space div{display:flex;flex-direction:column;gap:10px;align-items:center;font-size:13px;color:var(--muted)}
.space i{display:block;background:var(--clay-soft);border:1px solid var(--clay)}
.comp{display:flex;flex-wrap:wrap;gap:16px;align-items:center;padding:32px;border:1px solid var(--line);border-radius:var(--r-lg)}

/* mobile */
@media (max-width:760px){
  .wrap{padding:0 20px}
  .nav{height:64px}
  .nav-links,.nav-right .hide-m{display:none}
  .burger{display:flex}
  .nav-right{gap:12px}
  .d1{font-size:52px;line-height:52px;letter-spacing:-2px}
  .d2{font-size:36px;line-height:40px;letter-spacing:-1px}
  .h3{font-size:26px;line-height:32px}
  .lead{font-size:17px;line-height:26px}
  .hero-head{flex-direction:column;align-items:flex-start;gap:16px;padding:20px 0 24px}
  .hero-head .lead{width:auto;padding:0}
  .hero-img{height:440px;border-radius:var(--r-md)}
  .search{left:12px;right:12px;bottom:12px;flex-direction:column;align-items:stretch;height:auto;padding:8px;border-radius:18px}
  .search-f{width:auto;flex-direction:row;justify-content:space-between;padding:12px 12px;border-right:0;border-bottom:1px solid var(--line)}
  .search-f:last-of-type{border-bottom:0}
  .search .btn{margin-top:4px}
  .hero-caption{display:none}
  .sec{padding-top:64px}
  .sec-head{margin-bottom:24px}
  .crafts{display:flex;overflow-x:auto;gap:12px;margin-right:-20px;padding-right:20px}
  .craft{flex:none;width:128px}
  .craft-img{height:150px}
  .cards{display:flex;overflow-x:auto;gap:16px;margin-right:-20px;padding-right:20px}
  .cards .card{flex:none;width:272px}
  .card-img{height:240px}
  .split{grid-template-columns:1fr;gap:32px}
  .split-img{height:380px;border-radius:var(--r-md)}
  .steps{margin-top:24px}
  .makers{grid-template-columns:1fr;gap:12px}
  .maker-img{width:80px;height:80px}
  .band{flex-direction:column;align-items:flex-start;padding:28px;margin-top:64px;gap:24px;border-radius:var(--r-md)}
  .band .lead{width:auto}
  .band-img{width:100%;height:200px}
  .foot{flex-direction:column;margin-top:64px;padding:40px 0 104px}
  .foot-cols{gap:40px;flex-wrap:wrap}
  .page-head{flex-direction:column;align-items:flex-start;gap:12px;padding:24px 0 20px}
  .filters{overflow-x:auto}
  .filters .hide-m{display:none}
  .explore{grid-template-columns:1fr;padding-top:24px}
  .side{display:none}
  .result-grid{grid-template-columns:1fr}
  .feature{grid-template-columns:1fr}
  .feature-img{height:220px}
  .feature-body{padding:24px;gap:20px}
  .crumbs{display:none}
  .gallery{display:block;height:360px;margin:0 -20px;border-radius:0}
  .gallery div{height:360px}
  .gallery div+div{display:none}
  .detail{grid-template-columns:1fr;gap:32px;padding-top:24px}
  .detail-main{gap:32px}
  .facts{grid-template-columns:1fr 1fr}
  .list li{font-size:16px;line-height:24px}
  .host{padding:16px;gap:16px}
  .host-img{width:64px;height:64px}
  .book{position:static;padding:20px;box-shadow:none}
  .tabbar{display:flex;position:fixed;left:0;right:0;bottom:0;justify-content:space-around;height:76px;padding:10px 12px 22px;background:#fff;border-top:1px solid var(--line);font-size:11px;line-height:14px;font-weight:600;color:var(--muted)}
  .tabbar a{display:flex;flex-direction:column;align-items:center;gap:4px}
  .tabbar a.on{color:var(--ink)}
  .tabbar svg{width:22px;height:22px}
  .sw{grid-template-columns:1fr 1fr}
  .type-row{grid-template-columns:1fr;gap:8px}
  .type-row p{white-space:normal!important}
}
