.hero{position:relative;height:90vh;min-height:560px;max-height:900px;display:flex;align-items:flex-end;overflow:hidden;margin-top:calc(-1 * var(--nav-h))}.hero-bg{position:absolute;inset:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,#14120fd9,#14120f66,#14120f26)}.hero-content{position:relative;z-index:1;width:100%;max-width:var(--max);margin:0 auto;padding:var(--sp-12) var(--gutter);color:var(--ink-inv);display:flex;flex-direction:column;gap:var(--sp-3)}.hero-country{font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#f5f3ee99}.hero h1{font-family:var(--serif);font-style:italic;font-weight:300;font-size:clamp(3.5rem,10vw,8rem);line-height:.95;letter-spacing:-.02em;color:var(--ink-inv)}.hero-tagline{font-size:clamp(1rem,1.75vw,1.125rem);color:#f5f3eeb3;max-width:44ch;line-height:1.6}.hero-content .btn-pill{font-family:var(--serif);font-style:italic;font-weight:300;font-size:.9375rem;padding:.4rem 1.1rem;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.5);align-self:flex-start}.hero-content .btn-pill:hover{opacity:1;background:#ffffff1a;border-color:#ffffffd9;transform:none}.intro{padding:var(--sp-15) 0}.intro-inner{display:grid;grid-template-columns:1fr 280px;gap:var(--sp-12);align-items:start}.intro-text h2{margin-bottom:var(--sp-5)}.intro-text p{font-size:1.0625rem;color:var(--ink-mid);line-height:1.8;margin-bottom:var(--sp-3);max-width:58ch}.intro-text p:last-child{margin-bottom:0}.intro-aside{position:sticky;top:var(--sp-6);background:var(--bg-2);border-radius:var(--r-lg);padding:var(--sp-5);display:flex;flex-direction:column;gap:var(--sp-4)}.intro-stat{display:flex;flex-direction:column;gap:.2rem}.stat-num{font-family:var(--serif);font-style:italic;font-size:2rem;font-weight:300;line-height:1;color:var(--ink)}.stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-light);font-weight:400}.gems{background:var(--dark);color:var(--ink-inv);padding:var(--sp-15) 0}.gems .section-label{color:#f5f3ee59}.gems h2{margin-bottom:var(--sp-10)}.gems h2 em{color:var(--accent)}.gems-list{display:flex;flex-direction:column;gap:0}.gem{display:grid;grid-template-columns:80px 1fr;gap:var(--sp-5);padding:var(--sp-6) 0;border-top:1px solid rgba(245,243,238,.08);align-items:start}.gem:last-child{border-bottom:1px solid rgba(245,243,238,.08)}.gem-num{font-family:var(--serif);font-style:italic;font-size:2.5rem;font-weight:300;color:#f5f3ee26;line-height:1;padding-top:.1rem}.gem-meta{display:flex;align-items:baseline;gap:var(--sp-3);margin-bottom:var(--sp-2);flex-wrap:wrap}.gem-body h3{font-size:1.125rem;font-weight:500;color:var(--ink-inv)}.gem-tag{font-size:.6875rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);background:#c4814a26;padding:.2rem .625rem;border-radius:var(--r-pill)}.gem-body p{font-size:1rem;color:#f5f3ee99;line-height:1.7;max-width:64ch}.hosts{padding:var(--sp-15) 0}.hosts h2{margin-bottom:var(--sp-4)}.hosts-sub{font-size:1rem;color:var(--ink-mid);max-width:56ch;line-height:1.75;margin-bottom:var(--sp-10)}.hosts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--sp-2)}.host-card{background:var(--bg-2);border-radius:var(--r-lg);padding:var(--sp-5);display:flex;flex-direction:column;gap:var(--sp-4)}.host-header{display:flex;align-items:center;justify-content:space-between;gap:var(--sp-4)}.host-img-wrap{width:72px;height:96px;border-radius:50%;overflow:hidden;flex-shrink:0;transform:rotate(6deg)}.host-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center top;transform:rotate(-6deg) scale(1.25)}.host-meta{display:flex;flex-direction:column;gap:.25rem}.host-card h3{font-size:1.125rem;font-weight:500;line-height:1.2}.host-role{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);font-weight:500}.host-age{font-family:var(--serif);font-style:italic;font-size:1rem;font-weight:300;color:#1a1a1a4d}.host-quote{font-family:var(--serif);font-style:italic;font-size:.9375rem;color:var(--ink-mid);line-height:1.6;font-weight:300;border-left:2px solid var(--accent);padding-left:var(--sp-3)}.host-bio{font-size:.875rem;color:var(--ink-mid);line-height:1.7}.host-loves{display:flex;flex-wrap:wrap;gap:var(--sp-1);margin-top:auto}.host-love-tag{font-size:.6875rem;font-weight:400;color:var(--ink-light);background:var(--bg);border:1px solid rgba(26,26,26,.1);padding:.25rem .625rem;border-radius:var(--r-pill)}.taste{background:var(--accent-muted);padding:var(--sp-15) 0}.taste-inner{display:grid;grid-template-columns:320px 1fr;gap:var(--sp-12);align-items:start}.taste-label-col{position:sticky;top:var(--sp-6);display:flex;flex-direction:column;gap:var(--sp-4)}.taste-label-col h2{font-size:clamp(1.75rem,3vw,2.5rem)}.taste-title{font-size:1rem;color:var(--ink-mid);line-height:1.6}.taste-card{background:var(--bg);border-radius:var(--r-lg);padding:var(--sp-6);display:flex;flex-direction:column;gap:var(--sp-4);box-shadow:0 2px 24px #1a1a1a0f}.taste-card-header{display:flex;align-items:center;gap:var(--sp-3);padding-bottom:var(--sp-4);border-bottom:1px solid rgba(26,26,26,.08)}.taste-badge{font-size:.6875rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;background:var(--accent);color:var(--bg);padding:.25rem .75rem;border-radius:var(--r-pill)}.taste-card p{font-size:.9375rem;color:var(--ink-mid);line-height:1.8}.order{background:var(--dark);color:var(--ink-inv);padding:var(--sp-15) 0}.order .section-label{color:#f5f3ee59}.order h2{margin-bottom:var(--sp-3)}.order h2 em{color:var(--accent)}.order-sub{color:#f5f3ee80;font-size:1rem;margin-bottom:var(--sp-8);max-width:48ch;line-height:1.7}@media(max-width:900px){.intro-inner{grid-template-columns:1fr}.intro-aside{position:static;flex-direction:row;flex-wrap:wrap}.intro-stat{min-width:100px}.hosts-grid{grid-template-columns:1fr 1fr}.taste-inner{grid-template-columns:1fr}.taste-label-col{position:static}}@media(max-width:600px){.hosts-grid{grid-template-columns:1fr}.hero h1{font-size:clamp(3rem,15vw,5rem)}.nav-right .nav-link{display:none}}
