/* ============================================================
   CZECH ROYAL HUNT — Inner pages (shared platform language)
   Extends style.css. Does not alter the approved index design.
   ============================================================ */

/* ---- Site header (inner pages — matches homepage V2) ---- */
body.page-inner{
  --line: rgba(224, 192, 131, 0.18);
  --gold-2: #e0c083;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

body.page-inner .site-header{
  position:fixed; top:0; left:0; right:0; z-index:100;
  display:flex; align-items:center; justify-content:space-between;
  gap:clamp(1rem,2vw,2rem);
  padding:1.15rem clamp(1.2rem,4vw,4rem);
  border-bottom:1px solid transparent;
  transition:background .25s ease,border-color .25s ease,backdrop-filter .25s ease;
}
body.page-inner .site-header__start{
  display:flex; align-items:center;
  gap:clamp(1.25rem,2.5vw,3rem);
  min-width:0; flex:1 1 auto;
}
body.page-inner .main-nav--primary{ flex-wrap:wrap; }
body.page-inner .main-nav--auth{
  display:flex; align-items:center; gap:.65rem;
  flex-shrink:0; margin-left:auto;
  padding-left:clamp(.75rem,1.5vw,1.5rem);
  border-left:1px solid rgba(224,192,131,.12);
}
body.page-inner .site-header.is-scrolled,
body.page-inner .site-header.is-open{
  background:rgba(7,16,11,.84);
  border-bottom-color:var(--line);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
body.page-inner .brand img{
  width:clamp(10rem,17vw,17rem);
  filter:drop-shadow(0 10px 24px rgba(0,0,0,.35));
}
body.page-inner .main-nav{
  display:flex; align-items:center;
  gap:clamp(1rem,2vw,2.2rem);
  color:rgba(246,241,231,.72);
  font-size:.72rem; letter-spacing:.18em; text-transform:uppercase;
}
body.page-inner .main-nav a{
  position:relative; text-decoration:none; color:inherit;
  transition:color .2s ease;
}
body.page-inner .main-nav a::after{
  content:""; position:absolute; left:0; bottom:-6px;
  width:100%; height:1px; background:var(--gold);
  transform:scaleX(0); transform-origin:left center;
  transition:transform .45s var(--ease-out);
}
body.page-inner .main-nav a:hover,
body.page-inner .main-nav a.is-active{ color:var(--gold-2); }
body.page-inner .main-nav a:hover::after,
body.page-inner .main-nav a.is-active::after{ transform:scaleX(1); }
body.page-inner .main-nav a.main-nav__auth-btn{
  display:inline-flex; align-items:center;
  padding:.42rem .85rem;
  border:1px solid rgba(200,154,88,.38);
  background:rgba(200,154,88,.08);
  color:rgba(232,204,150,.95);
  border-radius:2px; letter-spacing:.14em;
  white-space:nowrap;
  transition:color .25s ease,background .3s ease,border-color .3s ease,box-shadow .35s ease;
}
body.page-inner .main-nav a.main-nav__auth-btn::after,
body.page-inner .main-nav a.main-nav__last-minute::after{ display:none; }
body.page-inner .main-nav a.main-nav__auth-btn:hover{
  color:#f8ecd8; background:rgba(200,154,88,.2);
  border-color:rgba(224,192,131,.72);
}
body.page-inner .main-nav a.main-nav__auth-btn--hunter{
  border-color:rgba(176,141,79,.42);
}
body.page-inner .main-nav a.main-nav__auth-btn--provider{
  border-color:rgba(200,154,88,.52);
  background:rgba(200,154,88,.1);
}
body.page-inner .main-nav a.main-nav__provider-btn{
  display:inline-flex; align-items:center;
  padding:.42rem .9rem; margin-left:.1rem;
  border:1px solid rgba(200,154,88,.52);
  background:rgba(200,154,88,.1);
  color:rgba(232,204,150,.95);
  border-radius:2px; letter-spacing:.16em;
  transition:color .25s ease,background .3s ease,border-color .3s ease,box-shadow .35s ease;
}
body.page-inner .main-nav a.main-nav__provider-btn::after,
body.page-inner .main-nav a.main-nav__last-minute::after{ display:none; }
body.page-inner .main-nav a.main-nav__provider-btn:hover{
  color:#f8ecd8; background:rgba(200,154,88,.24);
  border-color:rgba(224,192,131,.78);
  box-shadow:0 0 18px rgba(200,154,88,.16);
}
body.page-inner .main-nav a.main-nav__last-minute{
  display:inline-flex; align-items:center; gap:.35rem;
  padding:.38rem .72rem; margin:-.38rem 0;
  border:1px solid rgba(122,48,48,.55);
  background:rgba(72,22,22,.42);
  color:rgba(248,220,210,.94);
  border-radius:999px; letter-spacing:.14em;
  transition:color .25s ease,background .3s ease,border-color .3s ease,box-shadow .4s ease;
}
body.page-inner .main-nav a.main-nav__last-minute:hover,
body.page-inner .main-nav a.main-nav__last-minute.is-active{
  color:#faece8; background:rgba(92,28,28,.55);
  border-color:rgba(148,52,52,.72);
  box-shadow:0 0 14px rgba(100,28,28,.28);
}
body.page-inner .main-nav__last-minute-count::before{
  content:"•"; margin-right:.35rem; opacity:.7;
}
body.page-inner .main-nav__last-minute-count[hidden]{ display:none; }
@media (prefers-reduced-motion: no-preference){
  body.page-inner .main-nav a.main-nav__last-minute{
    animation:nav-last-minute-pulse 5s ease-in-out infinite;
  }
}
@keyframes nav-last-minute-pulse{
  0%,86%,100%{ box-shadow:0 0 0 rgba(100,28,28,0); }
  92%{ box-shadow:0 0 14px rgba(100,28,28,.32); }
}
body.page-inner .nav-toggle{
  display:none;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  color:var(--ivory);
  padding:.7rem .9rem;
  letter-spacing:.14em; text-transform:uppercase;
  font:inherit; cursor:pointer;
}
body.page-inner main{ padding-top:clamp(5.5rem,12vw,7.5rem); }

@media(max-width:820px){
  body.page-inner .site-header{
    align-items:center;
    flex-wrap:wrap;
  }
  body.page-inner .site-header__start{
    flex:1 1 auto;
    min-width:0;
  }
  body.page-inner .site-header__start .main-nav--primary{
    display:none;
  }
  body.page-inner .main-nav--auth{
    display:none;
    margin-left:0;
    padding-left:0;
    border-left:none;
  }
  body.page-inner .site-header.is-open{
    align-items:flex-start;
    padding-bottom:0;
    background:rgba(7,16,11,.94);
    border-bottom-color:var(--line);
  }
  body.page-inner .site-header.is-open .site-header__start{
    flex-direction:column;
    align-items:stretch;
    width:100%;
  }
  body.page-inner .site-header.is-open .main-nav--primary,
  body.page-inner .site-header.is-open .main-nav--auth{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    width:100%;
    padding:.25rem 0 1rem;
    background:transparent;
    position:static;
  }
  body.page-inner .site-header.is-open .main-nav--auth{
    border-top:1px solid rgba(224,192,131,.12);
    padding-top:.75rem;
    margin-top:.25rem;
  }
  body.page-inner .nav-toggle{ display:inline-flex; align-items:center; justify-content:center; }
  body.page-inner .main-nav a{
    padding:.9rem 0;
    border-top:1px solid rgba(224,192,131,.1);
  }
  body.page-inner .main-nav a.main-nav__last-minute,
  body.page-inner .main-nav a.main-nav__auth-btn{
    margin:.35rem 0 0; align-self:flex-start;
  }
  body.page-inner main{ padding-top:5.25rem; }
  body.page-inner .page-hero-band,
  body.page-inner .detail-hero{
    margin-top:-5.25rem;
    padding-top:5.25rem;
  }
}

/* ---- Layout ---- */
.container{ width:min(1500px,92%); margin:0 auto; }

/* ---- Page head (top framing) ---- */
.page-head{
  padding:clamp(3rem,6vw,5rem) 0 clamp(2.5rem,4vw,4rem);
  background:#173025;
}
.page-head--split{
  display:grid; grid-template-columns:1fr 1fr; gap:clamp(2rem,4vw,4rem);
  align-items:flex-end;
}
.page-head h1{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2.4rem,4vw,4rem);
  font-weight:500; line-height:1.02; letter-spacing:-.5px;
  color:#f4efe5; margin-top:.5rem;
}
.page-head .page-lead{
  font-size:.92rem; line-height:1.75; color:rgba(255,255,255,.72);
  max-width:48ch; margin-top:1rem;
}
.page-head .line{ display:block; overflow:hidden; }
.page-head .line > span{ display:block; }

/* ---- Page sections ---- */
.page-section{ padding:clamp(4rem,7vw,7rem) 0; }
.page-section--ivory{ background:#f3eee5; color:#16241b; }
.page-section--forest{ background:#21382b; }
.page-section--deep{ background:#122018; }

/* ============================================================
   INNER PAGE FINISH — shared refinement (all pages except index/map)
   ============================================================ */
body.page-inner .page-section--deep{
  background:linear-gradient(180deg,#122018 0%,#0f1a14 100%);
}
body.page-inner .page-section--forest{
  background:linear-gradient(180deg,#21382b 0%,#1a2f24 100%);
}
body.page-inner .section-eyebrow{
  font-size:.68rem; letter-spacing:.26em; color:#c9a05a;
}
.section-title{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(1.9rem,3.2vw,2.85rem);
  font-weight:500; line-height:1.08; color:#f4efe5;
  margin:1rem 0 2.25rem; max-width:24ch;
}
.section-title--wide{ max-width:28ch; }
.section-intro{ margin-bottom:clamp(2rem,4vw,3rem); }
.page-section--species{ padding-top:clamp(2.5rem,5vw,4rem); }
.page-section--species .species-row:first-child{ padding-top:0; }

.page-head{
  position:relative;
  background:linear-gradient(165deg,#1a3228 0%,#173025 48%,#122018 100%);
}
.page-head .container{ position:relative; z-index:1; }
.page-head::before{
  content:''; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(80% 60% at 12% 0%,rgba(185,150,85,.08),transparent 55%);
}
.page-head::after{
  content:''; display:block; width:min(1500px,92%); margin:0 auto;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(184,139,74,.32) 28%,rgba(216,185,128,.18) 50%,rgba(184,139,74,.32) 72%,transparent);
}

.page-hero-band::after{
  content:''; position:absolute; left:0; right:0; bottom:0; height:1px; z-index:2;
  background:linear-gradient(90deg,transparent,rgba(184,139,74,.28),transparent);
}
.page-hero-band__inner .section-eyebrow{ color:#d8b980; }
.page-hero-band__inner h1{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2.4rem,4vw,4rem);
  font-weight:500; line-height:1.02; letter-spacing:-.5px;
  color:#f4efe5; margin-top:.5rem;
}
.page-hero-band__inner .page-lead{
  font-size:.92rem; line-height:1.75; color:rgba(255,255,255,.72);
  max-width:48ch; margin-top:1rem;
}
.page-hero-band__inner .line{ display:block; overflow:hidden; }
.page-hero-band__inner .line > span{ display:block; }

/* Atmospheric invitation CTA (shared) */
.page-invite{
  position:relative; overflow:hidden; padding:0 !important;
  min-height:clamp(400px,48vh,540px);
}
.page-invite__bg{ position:absolute; inset:0; z-index:0; }
.page-invite__bg img{ width:100%; height:100%; object-fit:cover; transform:scale(1.04); }
.page-invite__overlay{
  position:absolute; inset:0; z-index:1;
  background:
    linear-gradient(90deg,rgba(8,14,10,.9) 0%,rgba(12,22,16,.75) 40%,rgba(14,28,20,.35) 100%),
    linear-gradient(180deg,rgba(7,12,9,.12) 0%,rgba(7,12,9,.58) 100%);
}
.page-invite--center .page-invite__overlay{
  background:
    linear-gradient(180deg,rgba(8,14,10,.72) 0%,rgba(12,22,16,.82) 55%,rgba(9,15,11,.92) 100%);
}
.page-invite__inner{
  position:relative; z-index:2;
  padding:clamp(4.5rem,9vw,6.5rem) 0;
}
.page-invite--center .page-invite__inner{
  text-align:center; max-width:720px; margin:0 auto;
}
.page-invite--center .page-invite__inner h2,
.page-invite--center .page-invite__inner p{ margin-left:auto; margin-right:auto; }
.page-invite__inner .section-eyebrow{ display:block; margin-bottom:1rem; }
.page-invite__inner h2{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2.1rem,4vw,3.35rem);
  font-weight:500; line-height:1.04; color:#f4efe5;
  margin-bottom:1.1rem; max-width:16ch;
}
.page-invite--center .page-invite__inner h2{ max-width:18ch; }
.page-invite__inner > p:not(.page-invite__note){
  font-size:.94rem; line-height:1.78; color:rgba(255,255,255,.74);
  max-width:48ch; margin-bottom:2rem;
}
.page-invite__actions{ margin-bottom:1.15rem; }
.page-invite__note{
  font-size:.72rem; letter-spacing:.14em; text-transform:uppercase;
  color:rgba(184,139,74,.82); margin:0;
}

.lux-frame{
  position:relative;
  padding:clamp(1.75rem,3vw,2.25rem);
  border:1px solid rgba(184,139,74,.22);
  background:linear-gradient(165deg,rgba(23,48,37,.45),rgba(14,24,18,.72));
  box-shadow:inset 0 1px 0 rgba(255,240,200,.04),0 24px 60px -42px rgba(0,0,0,.4);
}
.lux-frame__corner{
  position:absolute; width:44px; height:44px; pointer-events:none;
  background-image:url('assets/ui/gold-corner.png');
  background-size:contain; background-repeat:no-repeat;
  opacity:.24;
}
.lux-frame__corner--tl{ top:0; left:0; }
.lux-frame__corner--tr{ top:0; right:0; transform:scaleX(-1); }
.lux-frame__corner--bl{ bottom:0; left:0; transform:scaleY(-1); }
.lux-frame__corner--br{ bottom:0; right:0; transform:rotate(180deg); }
.lux-frame--correspondence{
  padding:clamp(2rem,3.5vw,2.75rem) clamp(1.85rem,3vw,2.5rem);
  background:
    linear-gradient(168deg,rgba(28,52,36,.38) 0%,rgba(16,28,21,.82) 48%,rgba(12,21,16,.94) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,240,200,.06),
    inset 0 0 80px rgba(185,150,85,.04),
    0 32px 80px -48px rgba(0,0,0,.55);
}
.lux-frame--correspondence .lux-frame__corner{ width:52px; height:52px; opacity:.32; }

/* ---- Editorial ornaments (inside section composition) ---- */
body.page-inner{
  --media-ease:1.1s cubic-bezier(.22,1,.36,1);
  --media-scale:1.05;
}
.editorial-ornament{
  display:flex; justify-content:center; pointer-events:none;
}
.editorial-ornament img{
  width:min(280px,62vw); height:auto; display:block;
  opacity:.82;
  filter:drop-shadow(0 0 14px rgba(184,139,74,.12));
}
.editorial-ornament--inset{
  margin:clamp(3rem,6vw,4.5rem) auto 0;
  padding:0;
}
.editorial-ornament--hunts-close{
  margin-top:clamp(2.5rem,5vw,3.75rem);
  margin-bottom:clamp(.5rem,2vw,1rem);
}
.editorial-ornament--hunts-close img{
  width:min(220px,52vw);
  opacity:.7;
  filter:drop-shadow(0 0 10px rgba(184,139,74,.08));
}

/* Corner ornaments only — .fh-ornament-* from style.css; no homepage .fh-frame surface */
body.page-inner .section-composition__frame{
  position:relative;
  overflow:hidden;
}

/* Unified image hover language */
body.page-inner .media-frame,
body.page-inner .inside-grid__hero,
body.page-inner .inside-grid__tile,
body.page-inner .stay-category__media,
body.page-inner .estate-editorial__media,
body.page-inner .estate-triptych .species-row__media,
body.page-inner .species-row__media,
body.page-inner .hunt-card__media,
body.page-inner .territory-panel__hero,
body.page-inner .media-frame img,
body.page-inner .inside-grid__hero img,
body.page-inner .inside-grid__tile img,
body.page-inner .stay-category__media img,
body.page-inner .estate-editorial__media img,
body.page-inner .estate-triptych .species-row__media img,
body.page-inner .species-row__media img,
body.page-inner .hunt-card__media img,
body.page-inner .territory-panel__hero img,
body.page-inner .gallery-grid img{
  width:100%; height:100%; object-fit:cover; display:block;
  transition:transform var(--media-ease);
  will-change:transform;
}
body.page-inner .detail-hero__bg{
  overflow:hidden;
}
body.page-inner .detail-hero__bg img{
  transition:transform 1.4s cubic-bezier(.22,1,.36,1);
}
body.page-inner .detail-hero:hover .detail-hero__bg img{
  transform:scale(var(--media-scale));
}
body.page-inner .media-frame:hover img,
body.page-inner .inside-grid__hero:hover img,
body.page-inner .inside-grid__tile:hover img,
body.page-inner .stay-category:hover .stay-category__media img,
body.page-inner .estate-editorial__row:hover .estate-editorial__media img,
body.page-inner .species-row:hover .species-row__media img,
body.page-inner .hunt-card:hover .hunt-card__media img,
body.page-inner .territory-panel:hover .territory-panel__hero img,
body.page-inner .gallery-grid img:hover,
body.page-inner .estate-triptych .species-row__media:hover img{
  transform:scale(var(--media-scale));
}
body.page-inner .inside-grid__hero::before,
body.page-inner .inside-grid__tile::before,
body.page-inner .media-frame::before{
  content:''; position:absolute; inset:0; z-index:2; pointer-events:none;
  background:linear-gradient(180deg,rgba(9,11,8,.08) 0%,rgba(9,11,8,.42) 100%);
  opacity:.85; transition:opacity .45s ease;
}
body.page-inner .inside-grid__hero:hover::before,
body.page-inner .inside-grid__tile:hover::before,
body.page-inner .media-frame:hover::before{ opacity:1; }

/* ---- Discovery / hunts ---- */
.discovery{
  display:grid; grid-template-columns:minmax(260px,300px) 1fr;
  gap:clamp(2rem,3vw,3.5rem); align-items:stretch;
}
.discovery-main{
  position:relative; min-width:0;
  padding-top:0;
  overflow:visible;
}
.discovery-refine-zone{
  position:relative;
  align-self:stretch;
  min-height:100%;
  padding:clamp(1rem,2vw,1.5rem) clamp(.5rem,1.5vw,1rem) clamp(2.85rem,4.5vw,3.65rem) 0;
  overflow:visible;
}
.discovery-refine-zone::before{
  content:''; position:absolute; inset:clamp(.5rem,2vw,1.25rem) 0 clamp(.5rem,2vw,1.25rem) clamp(-.5rem,0vw,0);
  pointer-events:none; z-index:0;
  border:1px solid rgba(184,139,74,.12);
  background:linear-gradient(168deg,rgba(28,52,36,.22) 0%,rgba(14,24,18,.38) 55%,transparent 100%);
  box-shadow:inset 0 1px 0 rgba(255,240,200,.03);
}
.discovery-ornament{
  position:absolute; display:block; pointer-events:none; z-index:0;
  width:min(260px,36vw); height:auto;
  opacity:.52;
  filter:drop-shadow(0 0 14px rgba(184,139,74,.1));
}
.discovery-ornament--listing-top{
  top:clamp(-5.75rem,-11vh,-3.35rem);
  right:clamp(-3.5rem,-5vw,-1.75rem);
  left:auto; bottom:auto;
  width:min(280px,30vw);
  opacity:.48;
  z-index:0;
}
.discovery-ornament--refine-corner{
  bottom:clamp(-3.1rem,-5.5vh,-1.35rem);
  left:clamp(-2.75rem,-4vw,-1.35rem);
  top:auto; right:auto;
  transform:rotate(180deg);
  width:min(250px,32vw);
  opacity:.44;
}
.discovery__head{
  position:relative; z-index:1;
  display:flex; align-items:center; justify-content:space-between;
  gap:1.5rem; flex-wrap:wrap; margin-bottom:2rem;
  padding-right:0;
}
.discovery-shortcuts{
  display:flex; align-items:center; flex-wrap:wrap; gap:.5rem;
  flex:1 1 auto; min-width:0;
}
.discovery-shortcut{
  appearance:none;
  border:1px solid rgba(184,139,74,.32);
  background:rgba(2,6,4,.28);
  color:rgba(244,239,229,.82);
  cursor:pointer; font:inherit;
  font-size:.62rem; letter-spacing:.16em; text-transform:uppercase;
  padding:.62rem .95rem;
  transition:color .25s, border-color .25s, background .25s, box-shadow .25s;
}
.discovery-shortcut:hover{
  color:#f4efe5;
  border-color:rgba(216,185,128,.58);
  background:rgba(184,139,74,.16);
}
.discovery-shortcut.is-active,
.discovery-shortcut[aria-pressed="true"]{
  color:#122018;
  background:#c9a05a;
  border-color:#d8b980;
  box-shadow:0 10px 22px -16px rgba(201,160,90,.7);
}
.discovery-shortcut:focus-visible{
  outline:2px solid #d8b980;
  outline-offset:3px;
}
.discovery__controls{
  display:flex; align-items:center; gap:1rem; flex-wrap:wrap;
  margin-left:auto;
}
.discovery-search{
  position:relative; display:flex; align-items:center;
  min-width:min(100%, 18rem);
  border:1px solid rgba(184,139,74,.26);
  background:rgba(2,6,4,.45);
}
.discovery-search__icon{
  padding-left:.85rem; color:#b88b4a; opacity:.9; pointer-events:none;
}
.discovery-search input{
  width:100%; min-width:12rem; border:0; background:transparent;
  color:#f4efe5; padding:.72rem .9rem .72rem .45rem;
  font:inherit; font-size:.86rem; outline:none;
}
.discovery-search input::placeholder{ color:rgba(244,239,229,.35); }
.discovery-search:focus-within{
  border-color:rgba(224,192,131,.55);
  box-shadow:0 0 0 1px rgba(184,139,74,.12);
}
.result-count{
  font-size:.72rem; letter-spacing:2px; text-transform:uppercase; color:#b88b4a;
}
.discovery__grid{
  position:relative; z-index:1;
  display:grid; grid-template-columns:repeat(2,1fr); gap:22px;
}
.filter-rail-wrap{
  position:sticky; top:120px; z-index:1;
  overflow:visible;
}
.filter-rail{
  position:relative; z-index:1;
  display:flex; flex-direction:column; gap:2rem;
  padding:1.5rem 1.35rem;
  border:1px solid rgba(184,139,74,.24);
  background:linear-gradient(168deg,rgba(28,52,36,.5),rgba(14,24,18,.82));
  box-shadow:
    inset 0 1px 0 rgba(255,240,200,.05),
    0 20px 48px -36px rgba(0,0,0,.45);
}
.filter-group{
  padding-bottom:1.25rem;
  border-bottom:1px solid rgba(184,139,74,.1);
}
.filter-group:last-child{ border-bottom:0; padding-bottom:0; }
.filter-group__head{
  display:flex; justify-content:space-between; align-items:center;
  margin-bottom:.8rem; padding-bottom:.6rem;
  border-bottom:1px solid rgba(184,139,74,.14);
}
.filter-rail .section-eyebrow{
  margin-bottom:0;
}
.filter-opt{
  display:flex; align-items:center; gap:.65rem; width:100%;
  padding:.35rem 0; background:none; border:none; cursor:pointer;
  color:rgba(255,255,255,.55); font-size:.88rem; text-align:left;
  transition:color .35s;
}
.filter-opt:hover, .filter-opt.is-active{ color:#f4efe5; }
.filter-opt__box{
  width:14px; height:14px; border:1px solid rgba(184,139,74,.35);
  display:grid; place-items:center; flex-shrink:0;
}
.filter-opt__box::after{
  content:''; width:6px; height:6px; background:#b88b4a;
  transform:scale(0); transition:transform .3s;
}
.filter-opt.is-active .filter-opt__box::after{ transform:scale(1); }
.filter-opt__count{ margin-left:auto; font-size:.62rem; letter-spacing:.1em; color:#8a857c; }
.filter-clear{
  background:none; border:none; cursor:pointer;
  font-size:.62rem; letter-spacing:.18em; text-transform:uppercase; color:#b88b4a;
}
.filter-active-banner{
  display:flex; align-items:center; justify-content:space-between; gap:1rem;
  width:100%; margin-bottom:1.25rem; padding:.85rem 1rem;
  border:1px solid rgba(184,139,74,.28); background:rgba(184,139,74,.08);
}
.filter-active-banner__label{
  font-size:.68rem; letter-spacing:.18em; text-transform:uppercase; color:#d8c4a0;
}
.filter-active-banner__clear{
  font-size:.62rem; letter-spacing:.16em; text-transform:uppercase; color:#b88b4a;
  text-decoration:none;
}
.filter-active-banner__clear:hover{ color:#f4efe5; }
.discovery__head{ flex-wrap:wrap; }
.field-select select{
  appearance:none; background:transparent;
  border:1px solid rgba(184,139,74,.28); color:#f4efe5;
  font-size:.72rem; letter-spacing:.15em; text-transform:uppercase;
  padding:.65rem 2.2rem .65rem .9rem; cursor:pointer;
}
.field-select{ position:relative; }
.field-select::after{
  content:'▾'; position:absolute; right:.8rem; top:50%;
  transform:translateY(-50%); color:#b88b4a; pointer-events:none;
}

/* Hunt cards (fh-card DNA) */
.hunt-card{
  position:relative; display:block; height:520px; overflow:hidden;
  text-decoration:none; border:1px solid rgba(184,139,74,.18);
  transition:border-color .35s, box-shadow .5s ease;
  box-shadow:0 16px 40px -32px rgba(0,0,0,.45);
}
.hunt-card::before{
  content:''; position:absolute; top:0; left:0; right:0; height:1px; z-index:5;
  background:linear-gradient(90deg,transparent,rgba(216,185,128,.32),transparent);
  pointer-events:none;
}
.hunt-card:hover{
  border-color:rgba(184,139,74,.42);
  box-shadow:0 28px 56px -24px rgba(0,0,0,.58);
}
.hunt-card__media{ position:absolute; inset:0; }
.hunt-card__media img{ width:100%; height:100%; object-fit:cover; transition:1.2s ease; }
/* hunt-card image hover via unified --media-scale */
.hunt-card__overlay{
  position:absolute; inset:0; z-index:2;
  background:linear-gradient(180deg,rgba(3,5,4,.58) 0%,rgba(4,8,6,.96) 100%);
}
.hunt-card__body{
  position:absolute; left:28px; right:28px; bottom:28px; top:28px; z-index:3;
  display:flex; flex-direction:column;
  padding-top:2.75rem;
}
.hunt-card__tier{
  position:absolute; top:1rem; left:1rem; z-index:4;
  font-size:.58rem; letter-spacing:.2em; text-transform:uppercase; color:#d8b980;
  padding:.35rem .65rem; border:1px solid rgba(184,139,74,.28);
  background:rgba(9,11,8,.45);
}
.hunt-card__season{ position:absolute; top:1rem; right:1rem; z-index:4; }
.hunt-card__season--open{
  appearance:none; border:0; cursor:pointer; font:inherit; color:inherit;
  background:rgba(2,6,4,.55); padding:.35rem .55rem;
  letter-spacing:.12em; text-transform:uppercase; font-size:.58rem;
  border:1px solid rgba(184,139,74,.28);
  transition:border-color .25s, color .25s, background .25s;
}
.dossier-season-open{
  appearance:none; border:0; background:none; padding:0; margin:0;
  font:inherit; color:inherit; cursor:pointer; text-align:left;
  border-bottom:1px solid rgba(184,139,74,.35);
  transition:color .25s, border-color .25s;
}
.dossier-season-open:hover{
  color:#e0c083; border-color:rgba(224,192,131,.7);
}
.hunt-card__last-minute{
  position:absolute; top:3.4rem; right:1rem; z-index:4;
  font-size:.58rem; letter-spacing:.16em; text-transform:uppercase;
  color:#f4efe5; background:rgba(120,42,42,.72); padding:.35rem .55rem;
}
.hunt-card__region{ font-size:.7rem; letter-spacing:2px; text-transform:uppercase; color:#d8b980; margin:0 0 .55rem; }
.hunt-card__title{ font-family:'Cormorant Garamond',serif; font-size:1.8rem; line-height:1.08; color:#f8f4ec; margin:0 0 .45rem; }
.hunt-card__body > p:not(.hunt-card__region):not(.hunt-card__meta){
  margin:0 0 .5rem; font-size:.82rem; line-height:1.45; color:rgba(255,255,255,.65);
}
.hunt-card__meta{
  margin-top:auto; padding-top:.9rem; border-top:1px solid rgba(184,139,74,.14);
  display:flex; gap:1rem; flex-wrap:wrap;
  font-size:.62rem; letter-spacing:.12em; text-transform:uppercase; color:#9a958a;
}
.hunt-card__meta b{ color:#f4efe5; font-weight:400; }
.season{ display:inline-flex; align-items:center; gap:.5rem; font-size:.6rem; letter-spacing:.16em; text-transform:uppercase; }
.season__dot{ width:7px; height:7px; border-radius:50%; }
.season--open{ color:#7c9a6a; } .season--open .season__dot{ background:#7c9a6a; }
.season--closing{ color:#c89a4a; } .season--closing .season__dot{ background:#c89a4a; }
.season--limited{ color:#d8b980; } .season--limited .season__dot{ background:#d8b980; }
.season--closed{ color:#9a6b62; } .season--closed .season__dot{ background:#9a6b62; }

/* ---- Hunt detail ---- */
.detail-hero{
  position:relative;
  min-height:clamp(640px,88vh,920px);
  display:flex;
  align-items:stretch;
  overflow:hidden;
  /* Match body.page-inner main padding-top so imagery reaches the viewport top */
  margin-top:calc(-1 * clamp(5.5rem,12vw,7.5rem));
  padding-top:clamp(5.5rem,12vw,7.5rem);
}
.detail-hero__bg{ position:absolute; inset:0; z-index:0; }
.detail-hero__bg img{ width:100%; height:100%; object-fit:cover; object-position:center 22%; }
.detail-hero::before{
  content:'';
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(9,11,8,.9) 0%,rgba(9,11,8,.62) 42%,rgba(9,11,8,.38) 68%,rgba(9,11,8,.78) 100%),
    linear-gradient(180deg,rgba(12,22,16,.42) 0%,rgba(9,11,8,.12) 36%,rgba(9,11,8,.88) 100%);
}
.detail-hero__inner{
  position:relative;
  z-index:2;
  width:100%;
  display:flex;
  align-items:flex-end;
  flex:1;
  padding:clamp(6.5rem,12vh,9.5rem) 70px clamp(2.5rem,5vw,4rem);
}
.detail-hero__layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,480px);
  gap:clamp(2rem,4vw,3.75rem);
  align-items:end;
  width:100%;
}
.detail-hero__primary{
  min-width:0;
}
.detail-hero__meta{
  font-size:.72rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#d8b980;
  margin:0 0 .65rem;
}
.detail-hero__title{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2.85rem,6.2vw,5.35rem);
  line-height:.92;
  letter-spacing:-.01em;
  margin:0 0 .7rem;
  max-width:12.5ch;
  color:#f8f3ea;
  text-wrap:balance;
}
.detail-hero__summary{
  max-width:38rem;
  margin:0 0 1rem;
  font-size:clamp(1.02rem,1.65vw,1.22rem);
  line-height:1.58;
  color:rgba(244,239,229,.82);
}
.detail-hero__season{ margin:.15rem 0 .95rem; }
.detail-hero__badges{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem .65rem;
  margin:0 0 .35rem;
}
.hero-badge{
  display:inline-flex;
  align-items:center;
  padding:.58rem .95rem;
  border:1px solid rgba(224,192,131,.28);
  background:linear-gradient(168deg,rgba(255,250,240,.1),rgba(184,139,74,.12));
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  font-size:.68rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(224,192,131,.96);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07);
}
.detail-hero__actions{
  display:flex;
  align-items:flex-start;
  flex-wrap:wrap;
  gap:1rem 2rem;
  margin:1.15rem 0 1.65rem;
}
.detail-hero__cta{ flex:0 0 auto; }
.detail-hero__assurance{
  list-style:none;
  margin:.15rem 0 0;
  padding:0;
  display:grid;
  gap:.5rem;
  max-width:24rem;
}
.detail-hero__assurance li{
  position:relative;
  padding-left:1rem;
  font-size:.76rem;
  line-height:1.48;
  color:rgba(216,185,128,.84);
}
.detail-hero__assurance li::before{
  content:'';
  position:absolute;
  left:0;
  top:.58em;
  width:4px;
  height:4px;
  border-radius:50%;
  background:#d6ac66;
  box-shadow:0 0 6px rgba(214,172,102,.35);
}
.detail-hero__stats{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:.65rem;
  max-width:46rem;
}
.hero-stat{
  padding:.85rem .95rem;
  border:1px solid rgba(184,139,74,.18);
  background:rgba(14,24,18,.52);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:inset 0 1px 0 rgba(255,240,200,.04);
}
.hero-stat--lead{
  grid-column:span 2;
  border-color:rgba(184,139,74,.34);
  background:linear-gradient(168deg,rgba(28,52,36,.62),rgba(14,24,18,.78));
  box-shadow:
    inset 0 1px 0 rgba(255,240,200,.06),
    0 18px 40px -32px rgba(0,0,0,.45);
}
.hero-stat__label{
  display:block;
  font-size:.58rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#9a958a;
  margin-bottom:.35rem;
}
.hero-stat__value{
  display:block;
  font-family:'Cormorant Garamond',serif;
  font-size:1.2rem;
  line-height:1.15;
  color:rgba(244,239,229,.88);
}
.hero-stat--lead .hero-stat__value{
  font-size:clamp(1.55rem,2.4vw,2.05rem);
  color:#f8f3ea;
}
.detail-hero__accent{
  align-self:end;
  min-width:min(100%,380px);
}
.hero-accent-card{
  position:relative;
  overflow:hidden;
  padding:clamp(1.85rem,3vw,2.45rem);
  border:1px solid rgba(184,139,74,.3);
  background:linear-gradient(168deg,rgba(23,48,37,.82),rgba(12,22,16,.9));
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:
    inset 0 1px 0 rgba(255,240,200,.06),
    0 32px 80px -36px rgba(0,0,0,.58);
}
.hero-accent-card .corner{
  position:absolute;
  width:2.75rem;
  height:2.75rem;
  pointer-events:none;
  z-index:2;
  background-image:url('assets/ui/gold-corner.png');
  background-size:contain;
  background-repeat:no-repeat;
  opacity:.32;
  transition:opacity .35s ease;
}
.hero-accent-card .corner--tl{ top:0; left:0; }
.hero-accent-card .corner--br{ bottom:0; right:0; transform:rotate(180deg); }
.hero-accent-card:hover .corner{ opacity:.48; }
.hero-accent-card > *:not(.corner){
  position:relative;
  z-index:1;
}
.hero-accent-card .section-eyebrow{
  display:block;
  margin-bottom:1rem;
}
.hero-accent-card__estate{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(1.65rem,2.35vw,2.1rem);
  line-height:1.12;
  color:#f4efe5;
  margin:0 0 .65rem;
}
.hero-accent-card__region{
  margin:0 0 1.35rem;
  font-size:.8rem;
  letter-spacing:.08em;
  line-height:1.5;
  color:rgba(216,185,128,.82);
}
.hero-accent-card__list{
  margin:0;
  padding:0;
  border-top:1px solid rgba(184,139,74,.14);
}
.hero-accent-card__list > div{
  display:flex;
  justify-content:space-between;
  gap:1.35rem;
  padding:.85rem 0;
  border-bottom:1px solid rgba(184,139,74,.1);
  font-size:.84rem;
}
.hero-accent-card__list dt{
  flex:0 0 auto;
  font-size:.58rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#9a958a;
}
.hero-accent-card__list dd{
  margin:0;
  text-align:right;
  color:rgba(255,255,255,.78);
  line-height:1.45;
}
.hero-accent-card__foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.15rem;
  flex-wrap:wrap;
  margin-top:1.25rem;
  padding-top:1.15rem;
  border-top:1px solid rgba(184,139,74,.14);
}
.hero-accent-card__foot-label{
  font-size:.58rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#9a958a;
}
.hero-accent-card__trophy{
  margin:1.15rem 0 0;
  padding-top:1rem;
  border-top:1px solid rgba(184,139,74,.12);
  font-size:.74rem;
  line-height:1.45;
  letter-spacing:.04em;
  color:rgba(216,185,128,.86);
}

.detail-hero__facts{ display:flex; gap:2.5rem; flex-wrap:wrap; margin-top:1.5rem; }
.detail-hero__facts dt{ font-size:.6rem; letter-spacing:.2em; text-transform:uppercase; color:#9a958a; margin-bottom:.35rem; }
.detail-hero__facts dd{ font-family:'Cormorant Garamond',serif; font-size:1.25rem; color:#f4efe5; }

.dossier{ display:grid; grid-template-columns:1.35fr .65fr; gap:clamp(2rem,4vw,4rem); align-items:start; }
.dossier__aside{
  position:sticky; top:120px; padding:2rem 1.85rem;
  border:1px solid rgba(184,139,74,.28);
  background:linear-gradient(168deg,rgba(23,48,37,.92),rgba(16,28,21,.96));
  box-shadow:inset 0 1px 0 rgba(255,240,200,.05),0 28px 70px -40px rgba(0,0,0,.45);
}
.dossier__aside--context{
  display:flex;
  flex-direction:column;
  gap:0;
  overflow:hidden;
}
.dossier__aside--context .corner{
  position:absolute;
  width:2.75rem;
  height:2.75rem;
  pointer-events:none;
  z-index:2;
  background-image:url('assets/ui/gold-corner.png');
  background-size:contain;
  background-repeat:no-repeat;
  opacity:.32;
  transition:opacity .35s ease;
}
.dossier__aside--context .corner--tl{ top:0; left:0; }
.dossier__aside--context .corner--br{ bottom:0; right:0; transform:rotate(180deg); }
.dossier__aside--context:hover .corner{ opacity:.48; }
.dossier__aside--context > *:not(.corner){
  position:relative;
  z-index:1;
}
.dossier-aside__core{
  padding-bottom:.25rem;
}
.dossier-aside__context{
  margin-top:1rem;
  padding-top:1rem;
  border-top:1px solid rgba(184,139,74,.14);
}
.dossier-aside__hints{
  position:relative;
  display:grid;
  min-height:4.5rem;
}
.dossier-aside__hint{
  grid-area:1 / 1;
  padding:0;
  opacity:0;
  visibility:hidden;
  transform:translateY(4px);
  transition:opacity 280ms ease, transform 280ms ease, visibility 280ms ease;
  pointer-events:none;
}
.dossier-aside__hint.is-active{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  pointer-events:auto;
  z-index:1;
}
.dossier-aside__hint-eyebrow{
  display:block;
  margin-bottom:.5rem;
  font-size:.62rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#b88b4a;
}
.dossier-aside__hint-line{
  margin:0;
  font-size:.78rem;
  line-height:1.5;
  color:rgba(244,239,229,.82);
}
.dossier-aside__hint-line--dim{
  margin-top:.35rem;
  color:rgba(216,185,128,.78);
  font-size:.74rem;
}
.dossier-aside__foot{
  margin-top:1.25rem;
  padding-top:1.15rem;
  border-top:1px solid rgba(184,139,74,.14);
}
.dossier-aside__specs{
  margin-top:.15rem;
}
.dossier-aside__note-foot{
  margin:.75rem 0 0;
}
@media (prefers-reduced-motion: reduce){
  .dossier-aside__hint{
    transition:none;
    transform:none;
  }
}
.dossier__price{ font-family:'Cormorant Garamond',serif; font-size:2.2rem; color:#f4efe5; margin:.5rem 0 1.5rem; }
.spec-list > div{
  display:flex; justify-content:space-between; gap:1rem;
  padding:.75rem 0; border-bottom:1px solid rgba(184,139,74,.12);
  font-size:.88rem;
}
.spec-list dt{ font-size:.62rem; letter-spacing:.12em; text-transform:uppercase; color:#9a958a; }
.spec-list dd{ text-align:right; color:rgba(255,255,255,.78); }
.gallery-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; margin-top:2rem; }
.gallery-grid img,
.gallery-grid .media-trigger,
.gallery-grid .media-trigger img{
  width:100%; aspect-ratio:3/4; object-fit:cover;
  border:1px solid rgba(184,139,74,.18);
  box-shadow:0 16px 40px -28px rgba(0,0,0,.45);
}
.gallery-grid .media-trigger:first-child,
.gallery-grid img:first-child{ grid-column:span 2; grid-row:span 2; aspect-ratio:1/1; }

/* ---- Hunt detail marketplace hierarchy (on existing dossier shell) ---- */
@media(max-width:1080px){
  .detail-hero__layout{
    grid-template-columns:1fr;
    align-items:start;
  }
  .detail-hero__accent{
    max-width:32rem;
    min-width:0;
  }
  .detail-hero__stats{
    max-width:none;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .hero-stat--lead{
    grid-column:span 3;
  }
}
@media(max-width:720px){
  .detail-hero{
    min-height:auto;
  }
  .detail-hero__inner{
    padding-top:clamp(5.5rem,16vw,7rem);
    padding-bottom:2.25rem;
  }
  .detail-hero__title{
    max-width:none;
    font-size:clamp(2.35rem,10vw,3.35rem);
  }
  .detail-hero__actions{
    flex-direction:column;
    align-items:flex-start;
  }
  .detail-hero__stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .hero-stat--lead{
    grid-column:span 2;
  }
  .hero-accent-card__list > div{
    flex-direction:column;
    align-items:flex-start;
    gap:.25rem;
  }
  .hero-accent-card__list dd{
    text-align:left;
  }
}
.no-results__actions{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  justify-content:center;
  margin-top:1.25rem;
}

.dossier-booking{
  border-bottom:1px solid rgba(184,139,74,.16);
  background:linear-gradient(180deg,rgba(18,32,24,.72),rgba(12,22,16,.92));
}
.dossier-booking__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.5rem 2rem;
  flex-wrap:wrap;
  padding:1.35rem 0 1rem;
}
.dossier-booking__facts{
  margin:0;
  flex:1 1 36rem;
  gap:1.5rem 2rem;
}
.dossier-booking__facts dd{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(1.1rem,2vw,1.35rem);
}
.dossier-booking__cta{ flex:0 0 auto; }

.dossier-trust{
  display:flex;
  flex-wrap:wrap;
  gap:.55rem .75rem;
  padding:0 0 1.15rem;
  border-top:1px solid rgba(184,139,74,.1);
  margin-top:.15rem;
  padding-top:1rem;
}
.dossier-trust__item{
  display:inline-flex;
  align-items:center;
  padding:.38rem .72rem;
  border:1px solid rgba(184,139,74,.22);
  background:rgba(184,139,74,.06);
  font-size:.62rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(216,185,128,.92);
}

.dossier__main{ min-width:0; }
.dossier-section + .dossier-section{ margin-top:clamp(2.25rem,4.5vw,3.25rem); }
.dossier-section--ornamented{
  margin-top:clamp(2.75rem,5vw,3.75rem);
}
.dossier-section--ornamented.dossier-section--intro{
  margin-top:0;
}
.dossier-section__ornament{
  display:flex;
  justify-content:center;
  margin:0 0 1.15rem;
  pointer-events:none;
}
.dossier-section__ornament img{
  width:min(14rem,44vw);
  height:auto;
  display:block;
  opacity:.62;
  filter:drop-shadow(0 0 10px rgba(184,139,74,.1));
}
.dossier-section__ornament--hang img{
  transform:scaleY(-1);
}
.dossier-section__ornament--close{
  margin:clamp(2.25rem,4.5vw,3.25rem) 0 0;
}
.dossier-section--trip .dossier-section__ornament--close{
  margin-bottom:clamp(.35rem,1vw,.65rem);
}
.dossier-section .section-eyebrow{ display:inline-block; margin-bottom:.85rem; }
.dossier-section--intro{ margin-top:0; }
.dossier-section--trip{
  padding:clamp(1.5rem,2.75vw,2rem);
  border:1px solid rgba(184,139,74,.24);
  background:linear-gradient(168deg,rgba(32,58,44,.52),rgba(20,36,28,.62));
  box-shadow:
    inset 0 1px 0 rgba(255,240,200,.07),
    0 20px 50px -40px rgba(0,0,0,.35);
}
.dossier-section--voices{
  padding-top:clamp(.5rem,1.5vw,.85rem);
}
.dossier-section--trophy{
  padding:clamp(1.1rem,2vw,1.5rem) 0;
}
.dossier-section--story .dossier-split{
  margin-top:.25rem;
}
.dossier-section--host .host-panel{
  padding:1.35rem 1.5rem;
  border-left:2px solid rgba(184,139,74,.45);
  background:rgba(18,32,24,.32);
}

.dossier-aside__deposit{
  margin:-.65rem 0 1.25rem;
  font-size:.82rem;
  color:rgba(216,185,128,.9);
}
.dossier-aside__specs{
  margin-top:.15rem;
}
.dossier-aside__cta{
  width:100%;
  justify-content:center;
  margin-top:0;
  transition:box-shadow 420ms ease;
}
.dossier-host__name{
  font-family:'Cormorant Garamond',serif;
  font-size:1.7rem;
  margin:0 0 .65rem;
  color:#f4efe5;
}

.highlight-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(11.5rem,1fr));
  gap:.75rem;
}
.highlight-grid--why{
  grid-template-columns:repeat(auto-fill,minmax(10.5rem,1fr));
}
.highlight-card{
  padding:.95rem 1rem;
  border:1px solid rgba(184,139,74,.2);
  background:rgba(18,32,24,.35);
}
.highlight-card--why{
  position:relative;
  min-height:4.75rem;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:.55rem;
  border:1px solid rgba(122,83,38,.2);
  background:linear-gradient(168deg,#fffaf0 0%,#f8f1e6 52%,#f3ebe0 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.92),
    0 18px 40px rgba(89,62,28,.14),
    0 0 0 1px rgba(184,139,74,.08);
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 420ms ease,
    box-shadow 420ms ease;
  overflow:hidden;
}
.highlight-card--why::before{
  content:'';
  position:absolute;
  inset:0;
  background:radial-gradient(ellipse 90% 70% at 50% -20%, rgba(214,172,102,.16), transparent 70%);
  pointer-events:none;
  opacity:.4;
  transition:opacity 420ms ease;
}
.highlight-card--why::after{
  content:'';
  position:absolute;
  inset:2px;
  border:1px solid rgba(184,139,74,.07);
  pointer-events:none;
}
.highlight-card--why:hover{
  transform:translateY(-3px);
  border-color:rgba(184,139,74,.42);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.98),
    0 28px 54px rgba(89,62,28,.18),
    0 0 0 1px rgba(184,139,74,.14);
}
.highlight-card--why:hover::before{
  opacity:.72;
}
.highlight-card--why .highlight-card__icon{
  display:flex;
  width:1.1rem;
  height:1.1rem;
  color:rgba(169,119,54,.78);
  flex-shrink:0;
  transition:color 420ms ease;
}
.highlight-card--why .highlight-card__icon svg{
  width:100%;
  height:100%;
}
.highlight-card--why:hover .highlight-card__icon{
  color:#a97736;
}
@media (prefers-reduced-motion: reduce){
  .highlight-card--why{
    transition:border-color 300ms ease, box-shadow 300ms ease;
  }
  .highlight-card--why:hover{
    transform:none;
  }
}
.highlight-card p{
  margin:0;
  font-size:.88rem;
  line-height:1.45;
  color:rgba(255,255,255,.82);
}
.highlight-card--why .highlight-card__icon,
.highlight-card--why p{
  position:relative;
  z-index:1;
}
.highlight-card--why p{
  color:rgba(23,36,28,.82);
}

.trip-panel{ display:grid; gap:clamp(1.65rem,3vw,2.15rem); }
.trip-block{
  padding:1.25rem 1.3rem;
  border:1px solid rgba(184,139,74,.2);
  background:linear-gradient(168deg,rgba(14,26,20,.42),rgba(10,18,14,.52));
  box-shadow:inset 0 1px 0 rgba(255,240,200,.04);
}
.trip-block__title{
  margin:0 0 1rem;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(1.4rem,1.8vw,1.5rem);
  color:#f4efe5;
  font-weight:500;
  letter-spacing:.01em;
}
.trip-block--extras{
  border-style:dashed;
  border-color:rgba(184,139,74,.28);
  background:linear-gradient(168deg,rgba(184,139,74,.07),rgba(10,18,14,.48));
}
.trip-block--included .listing-checklist,
.trip-block--extras .listing-checklist{
  gap:.8rem;
}
.trip-block--included .listing-checklist li,
.trip-block--extras .listing-checklist li{
  font-size:.93rem;
  line-height:1.58;
  color:rgba(255,255,255,.82);
}

.trip-journey{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:clamp(1.25rem,2.75vw,1.85rem);
  align-items:start;
}
.trip-journey--media-only{
  grid-template-columns:1fr;
}
.trip-panel__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1.1rem;
  margin-top:clamp(1.35rem,2.5vw,1.85rem);
}
.trip-journey__media{
  margin:0;
  overflow:hidden;
  border:1px solid rgba(184,139,74,.24);
  aspect-ratio:4/5;
  max-height:28rem;
  box-shadow:0 20px 44px -32px rgba(0,0,0,.4);
}
.trip-journey__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.trip-journey__media--video{
  aspect-ratio:16/10;
  max-height:none;
  border-radius:.65rem;
}
.trip-video{
  position:relative;
  width:100%;
  height:100%;
  min-height:100%;
  background:#0a110c;
}
.trip-video__el{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:.65rem;
  opacity:0;
  transition:opacity .45s ease;
}
.trip-video__el.is-ready{
  opacity:1;
}
.trip-video__shade{
  position:absolute;
  inset:0;
  border-radius:.65rem;
  background:linear-gradient(180deg,rgba(9,11,8,.08),rgba(9,11,8,.42));
  pointer-events:none;
}
.trip-video__expand{
  position:absolute;
  left:50%;
  bottom:1.1rem;
  transform:translateX(-50%);
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  padding:.62rem 1rem;
  border:1px solid rgba(224,192,131,.34);
  border-radius:999px;
  background:rgba(12,22,16,.72);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  color:#f4efe5;
  font-size:.68rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  cursor:pointer;
  transition:transform .28s var(--ease-out),border-color .28s ease,background .28s ease;
}
.trip-video__expand svg{
  width:1.05rem;
  height:1.05rem;
  color:#d8b980;
}
.trip-video__expand:hover{
  transform:translateX(-50%) translateY(-2px);
  border-color:rgba(224,192,131,.52);
  background:rgba(18,32,24,.88);
}

.media-trigger{
  display:block;
  width:100%;
  height:100%;
  padding:0;
  margin:0;
  border:0;
  background:none;
  cursor:zoom-in;
  text-align:inherit;
  color:inherit;
  overflow:hidden;
}
.media-trigger img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .55s var(--ease-out),filter .35s ease;
}
.media-trigger:hover img,
.media-trigger:focus-visible img{
  transform:scale(1.04);
  filter:brightness(1.05);
}
.media-trigger:focus-visible{
  outline:2px solid rgba(224,192,131,.55);
  outline-offset:2px;
}
.trophy-showcase__trigger,
.gallery-grid__trigger,
.dossier-split__trigger{
  min-height:100%;
}

body.hunt-lightbox-open{
  overflow:hidden;
}
.hunt-lightbox{
  position:fixed;
  inset:0;
  z-index:1000;
  display:grid;
  place-items:center;
  padding:clamp(1rem,3vw,2rem);
  opacity:0;
  visibility:hidden;
  transition:opacity .32s ease,visibility .32s ease;
}
.hunt-lightbox.is-open{
  opacity:1;
  visibility:visible;
}
.hunt-lightbox__backdrop{
  position:absolute;
  inset:0;
  background:rgba(5,8,6,.88);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.hunt-lightbox__frame{
  position:relative;
  z-index:1;
  width:min(1120px,100%);
  max-height:calc(100vh - 3rem);
  display:flex;
  flex-direction:column;
  align-items:center;
}
.hunt-lightbox__media{
  width:100%;
  max-height:calc(100vh - 8rem);
  display:grid;
  place-items:center;
  transition:opacity .22s ease;
}
.hunt-lightbox__media.is-fading{
  opacity:.15;
}
.hunt-lightbox__img,
.hunt-lightbox__video{
  max-width:100%;
  max-height:calc(100vh - 8rem);
  width:auto;
  height:auto;
  object-fit:contain;
  border-radius:.35rem;
  box-shadow:0 28px 80px -24px rgba(0,0,0,.65);
}
.hunt-lightbox__close,
.hunt-lightbox__prev,
.hunt-lightbox__next{
  position:absolute;
  z-index:2;
  border:1px solid rgba(224,192,131,.28);
  background:rgba(12,22,16,.78);
  color:#f4efe5;
  cursor:pointer;
  transition:background .25s ease,border-color .25s ease,transform .25s var(--ease-out);
}
.hunt-lightbox__close{
  top:-2.75rem;
  right:0;
  width:2.35rem;
  height:2.35rem;
  border-radius:50%;
  font-size:1.35rem;
  line-height:1;
}
.hunt-lightbox__prev,
.hunt-lightbox__next{
  top:50%;
  transform:translateY(-50%);
  width:2.65rem;
  height:2.65rem;
  border-radius:50%;
  font-size:1.65rem;
  line-height:1;
}
.hunt-lightbox__prev{ left:-3.25rem; }
.hunt-lightbox__next{ right:-3.25rem; }
.hunt-lightbox__close:hover,
.hunt-lightbox__prev:hover,
.hunt-lightbox__next:hover{
  background:rgba(24,42,32,.92);
  border-color:rgba(224,192,131,.48);
}
.hunt-lightbox__prev:hover{ transform:translateY(-50%) translateX(-2px); }
.hunt-lightbox__next:hover{ transform:translateY(-50%) translateX(2px); }
.hunt-lightbox__caption{
  margin:.85rem 0 0;
  max-width:42rem;
  text-align:center;
  font-size:.84rem;
  line-height:1.55;
  color:rgba(216,185,128,.88);
}
.hunt-lightbox__counter{
  margin:.45rem 0 0;
  font-size:.62rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(255,255,255,.52);
}

.trip-journey__lead{
  margin:0 0 1.35rem;
  max-width:none;
  color:rgba(244,239,229,.88);
  line-height:1.65;
}
.trip-journey__steps{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:0;
}
.trip-journey__step{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:1rem 1.25rem;
  align-items:start;
  padding-bottom:clamp(1.35rem,2.5vw,1.75rem);
  border-bottom:1px solid rgba(184,139,74,.1);
}
.trip-journey__step:last-child{
  padding-bottom:0;
  border-bottom:0;
}
.trip-journey__num{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(1.85rem,2.8vw,2.35rem);
  font-weight:500;
  line-height:1;
  color:#d8b980;
  letter-spacing:.04em;
  min-width:2.75rem;
  padding-top:.15rem;
}
.trip-journey__step strong{
  display:block;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(1.15rem,1.6vw,1.35rem);
  font-weight:500;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#f4efe5;
  margin-bottom:.5rem;
}
.trip-journey__step p{
  margin:0;
  font-size:clamp(.9rem,1.05vw,.95rem);
  line-height:1.68;
  color:rgba(255,255,255,.78);
  max-width:34rem;
}

@keyframes checklist-glow{
  0%, 100%{
    box-shadow:0 0 0 3px rgba(184,139,74,.16), 0 0 7px rgba(184,139,74,.1);
    opacity:.9;
  }
  50%{
    box-shadow:0 0 0 4px rgba(184,139,74,.3), 0 0 14px rgba(184,139,74,.24);
    opacity:1;
  }
}
.dossier-section--trip .listing-checklist li::before{
  animation:checklist-glow 3.75s ease-in-out infinite;
}
.dossier-section--trip .listing-checklist li:nth-child(2)::before{ animation-delay:.6s; }
.dossier-section--trip .listing-checklist li:nth-child(3)::before{ animation-delay:1.2s; }
.dossier-section--trip .listing-checklist li:nth-child(4)::before{ animation-delay:1.8s; }
.dossier-section--trip .listing-checklist li:nth-child(5)::before{ animation-delay:2.4s; }
.dossier-section--trip .listing-checklist li:nth-child(6)::before{ animation-delay:3s; }
@media (prefers-reduced-motion: reduce){
  .dossier-section--trip .listing-checklist li::before{
    animation:none;
    box-shadow:0 0 0 3px rgba(184,139,74,.18);
  }
}

.review-carousel__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  margin-bottom:1rem;
}
.review-carousel__note{
  margin:0;
  font-size:.68rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#9a958a;
}
.review-carousel__nav{ display:flex; gap:.45rem; }
.review-carousel__btn{
  width:2.2rem;
  height:2.2rem;
  border:1px solid rgba(184,139,74,.28);
  background:rgba(18,32,24,.55);
  color:#d8c4a0;
  font-size:1.35rem;
  line-height:1;
  cursor:pointer;
  transition:border-color .25s, color .25s, background .25s;
}
.review-carousel__btn:hover{
  border-color:rgba(184,139,74,.55);
  color:#f4efe5;
  background:rgba(184,139,74,.12);
}
.review-carousel__track{
  display:flex;
  gap:1rem;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  -ms-overflow-style:none;
  scrollbar-width:none;
  padding:.15rem 0 .35rem;
}
.review-carousel__track::-webkit-scrollbar{ display:none; }
.review-card{
  flex:0 0 min(100%,22rem);
  scroll-snap-align:start;
  margin:0;
  padding:1.35rem 1.4rem 1.25rem;
  border:1px solid rgba(184,139,74,.22);
  background:linear-gradient(168deg,rgba(28,52,36,.55),rgba(14,24,18,.78));
  box-shadow:0 18px 44px -32px rgba(0,0,0,.45);
}
.review-card--featured{
  border-color:rgba(184,139,74,.38);
  background:linear-gradient(168deg,rgba(36,58,44,.72),rgba(18,32,24,.88));
}
.review-card__mark{
  display:block;
  font-family:'Cormorant Garamond',serif;
  font-size:2rem;
  line-height:1;
  color:rgba(184,139,74,.55);
  margin-bottom:.35rem;
}
.review-card p{
  margin:0;
  font-family:'Cormorant Garamond',serif;
  font-size:1.28rem;
  line-height:1.42;
  color:#f4efe5;
}
.review-card footer{
  margin-top:.9rem;
  padding-top:.75rem;
  border-top:1px solid rgba(184,139,74,.14);
  font-size:.68rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#9a958a;
}
.review-card footer strong{
  display:block;
  color:#d8c4a0;
  margin-bottom:.2rem;
}
.review-carousel__more{
  margin:.85rem 0 0;
  font-size:.72rem;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#9a958a;
}

.trophy-showcase{
  display:grid;
  grid-template-columns:1.35fr .65fr .65fr;
  grid-template-rows:repeat(2,minmax(9rem,1fr));
  gap:.75rem;
}
.trophy-showcase__item{
  margin:0;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(184,139,74,.2);
  background:rgba(8,16,11,.35);
}
.trophy-showcase__item img,
.trophy-showcase__item .media-trigger,
.trophy-showcase__item .media-trigger img{
  width:100%;
  height:100%;
  object-fit:cover;
  min-height:9rem;
}
.trophy-showcase__item--lead{
  grid-row:span 2;
  min-height:18.5rem;
}
.trophy-showcase__caption{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  margin:0;
  padding:.65rem .85rem;
  font-size:.62rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#f4efe5;
  background:linear-gradient(180deg,transparent,rgba(8,16,11,.82));
}

.dossier-split{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:clamp(1.25rem,3vw,2rem);
  align-items:start;
}
.dossier-split--reverse .dossier-split__media{ order:-1; }
.dossier-split__media{
  margin:0;
  border:1px solid rgba(184,139,74,.18);
  overflow:hidden;
  aspect-ratio:4/5;
}
.dossier-split__media img,
.dossier-split__media .media-trigger,
.dossier-split__media .media-trigger img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.quarry-intro{ margin:0 0 .25rem; }

/* Harvested animals — premium feature cards (homepage species-card language) */
.harvest-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(13rem,1fr));
  gap:1rem;
  margin-top:.35rem;
}
.harvest-card{
  position:relative;
  display:flex;
  align-items:center;
  gap:.85rem;
  padding:1rem 1.15rem;
  border:2px solid transparent;
  background:
    linear-gradient(
      135deg,
      rgba(255, 236, 195, 0.28) 0%,
      rgba(214, 172, 102, 0.92) 18%,
      rgba(143, 105, 48, 0.58) 50%,
      rgba(222, 186, 118, 0.88) 82%,
      rgba(255, 228, 178, 0.24) 100%
    );
  overflow:hidden;
  text-align:left;
  cursor:default;
  transition:
    border-color .32s var(--ease-out),
    box-shadow .32s var(--ease-out),
    transform .32s var(--ease-out);
}
.harvest-card::before{
  content:'';
  position:absolute;
  inset:2px;
  background:linear-gradient(180deg,rgba(32,52,40,.97),rgba(22,38,28,.94));
  pointer-events:none;
  z-index:0;
  transition:background .32s var(--ease-out);
}
.harvest-card > *{
  position:relative;
  z-index:1;
}
.harvest-card:hover{
  transform:translateY(-3px);
  box-shadow:
    0 0 18px rgba(214,172,102,.18),
    0 0 36px rgba(214,172,102,.08);
}
.harvest-card:hover::before{
  background:linear-gradient(180deg,rgba(36,58,44,.98),rgba(28,46,34,.95));
}
.harvest-card__icon{
  width:2.35rem;
  height:2.35rem;
  flex-shrink:0;
  object-fit:contain;
  opacity:.92;
  filter:brightness(.98) sepia(.25);
  transition:transform .32s var(--ease-out),filter .32s var(--ease-out),opacity .32s ease;
}
.harvest-card__icon--fallback{
  display:flex;
  align-items:center;
  justify-content:center;
  color:#d6ac66;
}
.harvest-card__icon--fallback svg{
  width:1.35rem;
  height:1.35rem;
}
.harvest-card:hover .harvest-card__icon{
  transform:translateY(-2px) scale(1.05);
  opacity:1;
  filter:brightness(1.08) drop-shadow(0 0 10px rgba(184,139,74,.28));
}
.harvest-card:hover .harvest-card__icon--fallback{
  filter:none;
  color:#e0c083;
}
.harvest-card__text{
  margin:0;
  font-size:.92rem;
  line-height:1.55;
  color:rgba(255,255,255,.78);
}

/* The quarry — homepage Discover Czech Hunting Game species cards */
.species-grid--dossier{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));
  gap:1.1rem;
  margin-top:.75rem;
}
@media (min-width:900px){
  .species-grid--dossier{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media (min-width:1200px){
  .species-grid--dossier{
    grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));
  }
}
.species-card{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  padding:1.75rem 1.1rem 1.5rem;
  border:2px solid transparent;
  background:
    linear-gradient(
      135deg,
      rgba(255, 236, 195, 0.28) 0%,
      rgba(214, 172, 102, 0.92) 18%,
      rgba(143, 105, 48, 0.58) 50%,
      rgba(222, 186, 118, 0.88) 82%,
      rgba(255, 228, 178, 0.24) 100%
    );
  color:var(--ivory,#f6f3ec);
  overflow:hidden;
  text-align:center;
  transition:
    border-color .32s var(--ease-out),
    box-shadow .32s var(--ease-out),
    transform .32s var(--ease-out);
}
.species-card::before{
  content:'';
  position:absolute;
  inset:2px;
  background:linear-gradient(180deg,rgba(28,50,38,.96),rgba(20,36,27,.92));
  pointer-events:none;
  z-index:0;
  transition:background .32s var(--ease-out);
}
.species-card > *{
  position:relative;
  z-index:1;
}
.species-card:hover{
  transform:translateY(-3px);
  box-shadow:
    0 0 18px rgba(214,172,102,.18),
    0 0 36px rgba(214,172,102,.08);
}
.species-card--dossier{
  cursor:default;
  padding:1.75rem 1.1rem 1.35rem;
}
.species-card--dossier:hover::before{
  background:linear-gradient(180deg,rgba(36,58,44,.98),rgba(28,46,34,.94));
}
.species-card__icon{
  width:clamp(4.5rem,7vw,6.5rem);
  height:clamp(4.5rem,7vw,6.5rem);
  object-fit:contain;
  margin:0 auto 1rem;
  opacity:.92;
  filter:brightness(.98) sepia(.25);
  transition:transform .32s var(--ease-out),filter .32s var(--ease-out),opacity .32s ease;
}
.species-card:hover .species-card__icon{
  transform:translateY(-3px) scale(1.05);
  opacity:1;
  filter:brightness(1.08) drop-shadow(0 0 14px rgba(184,139,74,.28));
}
.species-card__title{
  font-family:'Cormorant Garamond',serif;
  font-size:1.45rem;
  font-weight:400;
  margin:0 0 .15rem;
  letter-spacing:.02em;
  text-transform:none;
  color:#f4efe5;
}
.species-card--dossier .species-row__latin{
  font-size:1.1rem;
  margin:.15rem 0 0;
}
.species-card__profile{
  margin:.55rem 0 0;
  font-size:.82rem;
  line-height:1.55;
  color:rgba(255,255,255,.68);
}

.gallery-grid--field{ margin-top:.35rem; }

.listing-checklist{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:.7rem;
}
.listing-checklist li{
  position:relative;
  padding-left:1.35rem;
  font-size:.92rem;
  line-height:1.55;
  color:rgba(255,255,255,.78);
}
.listing-checklist li::before{
  content:'';
  position:absolute;
  left:0;
  top:.55em;
  width:.45rem;
  height:.45rem;
  border-radius:50%;
  background:#b88b4a;
  box-shadow:0 0 0 3px rgba(184,139,74,.15);
}
.listing-prose{
  font-size:.92rem;
  line-height:1.85;
  color:rgba(255,255,255,.68);
  margin:0;
}
.listing-prose--tight{ margin-top:.45rem; font-size:.88rem; }

@media(max-width:1000px){
  .trip-panel__grid{ grid-template-columns:1fr; }
  .trip-journey{ grid-template-columns:1fr; }
  .trip-journey__media{ max-height:none; aspect-ratio:16/10; }
  .hunt-lightbox__prev{ left:.25rem; }
  .hunt-lightbox__next{ right:.25rem; }
  .hunt-lightbox__close{ top:.25rem; right:.25rem; }
  .trophy-showcase{
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
  }
  .trophy-showcase__item--lead{
    grid-column:span 2;
    grid-row:span 1;
    min-height:14rem;
  }
  .dossier-split,
  .dossier-split--reverse{
    grid-template-columns:1fr;
  }
  .dossier-split--reverse .dossier-split__media{ order:0; }
}
@media(max-width:720px){
  .review-card{ flex-basis:min(88vw,22rem); }
  .trophy-showcase{ grid-template-columns:1fr; }
  .trophy-showcase__item--lead{ grid-column:span 1; }
}

/* ---- Atlas ---- */
.atlas-wrap{
  overflow-x:auto; border:1px solid rgba(184,139,74,.18);
  background:rgba(18,32,24,.28);
  box-shadow:inset 0 1px 0 rgba(255,240,200,.03);
}
.atlas-table{ width:100%; min-width:880px; border-collapse:collapse; }
.atlas-table th, .atlas-table td{ padding:1rem .75rem; text-align:center; border-bottom:1px solid rgba(184,139,74,.1); }
.atlas-table thead th{ font-size:.6rem; letter-spacing:.15em; text-transform:uppercase; color:#9a958a; font-weight:400; }
.atlas-table tbody th{ text-align:left; padding-left:1.2rem; font-family:'Cormorant Garamond',serif; font-size:1.15rem; color:#f4efe5; white-space:nowrap; }
.atlas-table tbody th small{ display:block; font-style:italic; font-size:.8rem; color:#d8b980; }
.atlas-cell{ width:14px; height:14px; border-radius:50%; margin:0 auto; background:rgba(184,139,74,.15); }
.atlas-cell.on{ background:#5c6b53; }
.atlas-cell.peak{ background:#b88b4a; box-shadow:0 0 0 3px rgba(184,139,74,.2); }
.atlas-legend{ display:flex; gap:2rem; flex-wrap:wrap; margin-top:1.5rem; font-size:.65rem; letter-spacing:.12em; text-transform:uppercase; color:#9a958a; }
.atlas-legend span{ display:inline-flex; align-items:center; gap:.5rem; }

/* ---- Species profiles ---- */
.species-row{
  display:grid; grid-template-columns:1fr 1fr; gap:clamp(2rem,4vw,5rem);
  align-items:center; padding:clamp(3.25rem,5vw,5.25rem) 0;
  border-top:1px solid rgba(184,139,74,.14);
}
.species-row:first-child{ border-top:none; padding-top:clamp(1.5rem,3vw,2.5rem); }
.species-row__copy{ max-width:52ch; }
.species-row--flip .species-row__media{ order:2; }
.species-row--flip > div:last-child{ order:1; }
.species-row__media{
  aspect-ratio:4/5; overflow:hidden;
  border:1px solid rgba(184,139,74,.2);
  box-shadow:0 24px 55px -35px rgba(0,0,0,.55);
}
.species-row__media img{ width:100%; height:100%; object-fit:cover; transition:1.1s ease; }
/* species-row image hover via unified --media-scale */
.species-row__latin{ font-family:'Cormorant Garamond',serif; font-style:italic; color:#d8b980; font-size:1.1rem; margin:.4rem 0 1rem; }
.species-row h2{ font-family:'Cormorant Garamond',serif; font-size:clamp(2rem,3vw,2.8rem); font-weight:500; margin-bottom:.8rem; }
.species-row p{ font-size:.9rem; line-height:1.75; color:rgba(255,255,255,.72); margin-bottom:1.2rem; }

/* ---- Heritage ---- */
.page-hero-band{
  position:relative; min-height:55vh; display:flex; align-items:flex-end;
  overflow:hidden;
  /* Match body.page-inner main padding-top so imagery reaches the viewport top */
  margin-top:calc(-1 * clamp(5.5rem,12vw,7.5rem));
  padding-top:clamp(5.5rem,12vw,7.5rem);
}
.page-hero-band__bg{ position:absolute; inset:0; }
.page-hero-band__bg img{ width:100%; height:100%; object-fit:cover; }
.page-hero-band::before{
  content:''; position:absolute; inset:0; z-index:1;
  background:linear-gradient(180deg,rgba(12,22,16,.5),rgba(9,11,8,.88));
}
.page-hero-band__inner{ position:relative; z-index:2; padding:3rem 70px; width:100%; }
.charter-list{ list-style:none; }
.charter-list{
  border:1px solid rgba(184,139,74,.14);
  background:rgba(18,32,24,.35);
  padding:0 clamp(1.25rem,3vw,2rem);
}
.charter-list li{
  display:grid; grid-template-columns:auto 1fr; gap:2rem;
  padding:2.25rem 0; border-top:1px solid rgba(184,139,74,.12);
}
.charter-list li:last-child{ border-bottom:0; }
.charter-list .num{
  font-family:'Cormorant Garamond',serif;
  font-size:1.15rem; letter-spacing:.06em; color:#d8b980; padding-top:.15rem;
}
.charter-list h3{ font-family:'Cormorant Garamond',serif; font-size:clamp(1.4rem,2vw,2rem); margin-bottom:.5rem; }
.charter-list p{ font-size:.9rem; line-height:1.75; color:rgba(255,255,255,.68); }
.trust-row{
  display:grid; grid-template-columns:repeat(4,1fr); gap:14px;
  margin-top:3.25rem; padding-top:2.5rem;
  border-top:1px solid rgba(184,139,74,.16);
}
.trust-row > div{
  padding:1.35rem 1.1rem;
  border:1px solid rgba(184,139,74,.14);
  background:linear-gradient(165deg,rgba(23,48,37,.35),rgba(14,24,18,.55));
  box-shadow:inset 0 1px 0 rgba(255,240,200,.03);
}
.trust-row__num{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2.2rem,4vw,3.5rem); color:#d8b980; line-height:1;
}
.trust-row__label{
  font-size:.66rem; letter-spacing:.18em; text-transform:uppercase;
  color:rgba(154,149,138,.9); margin-top:.65rem;
}
.estate-triptych{
  display:grid; grid-template-columns:repeat(3,1fr); gap:18px;
}
.estate-triptych .species-row__media{ aspect-ratio:4/5; }

/* ---- Concierge — correspondence chamber ---- */
.page-section--concierge{
  padding:0;
  position:relative;
}
.concierge-chamber{
  position:relative;
  padding:clamp(4rem,8vw,6.5rem) 0 clamp(3.5rem,6vw,5rem);
}
.concierge-chamber .editorial-ornament--inset{
  position:relative; z-index:1;
  margin-top:clamp(3.25rem,6vw,4.75rem);
  margin-bottom:0;
}
.concierge-chamber__veil{
  position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(70% 55% at 18% 22%,rgba(185,150,85,.09),transparent 58%),
    radial-gradient(55% 45% at 88% 78%,rgba(185,150,85,.05),transparent 55%);
}
.concierge-chamber__glow{
  position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(90deg,rgba(8,14,10,.35) 0%,transparent 38%,transparent 62%,rgba(8,14,10,.25) 100%);
}
.concierge-chamber__inner{ position:relative; z-index:1; }
.concierge{
  display:grid; grid-template-columns:minmax(260px,.82fr) 1.18fr;
  gap:clamp(2.75rem,5.5vw,5.75rem); align-items:start;
}
.concierge__office{
  position:relative;
  padding:clamp(1.75rem,3vw,2.35rem) clamp(1.5rem,2.5vw,2rem);
  border:1px solid rgba(184,139,74,.2);
  background:linear-gradient(168deg,rgba(28,52,36,.52),rgba(14,24,18,.88));
  box-shadow:inset 0 1px 0 rgba(255,240,200,.05),0 28px 70px -45px rgba(0,0,0,.48);
}
.concierge__office::before{
  content:''; position:absolute; top:0; left:0; right:0; height:1px;
  background:linear-gradient(90deg,transparent,rgba(216,185,128,.35),transparent);
}
.concierge__office-mark{
  display:block; font-size:.64rem; letter-spacing:.28em; text-transform:uppercase;
  color:#d8b980; margin-bottom:1.1rem;
}
.concierge__office-lead{
  font-size:.94rem; line-height:1.78; color:rgba(255,255,255,.76);
  margin-bottom:1.75rem; max-width:36ch;
}
.concierge__seal{
  position:relative; width:72px; height:72px; margin:0 0 1.75rem;
  display:grid; place-items:center;
}
.concierge__seal-ring{
  position:absolute; inset:0; border-radius:50%;
  border:1px solid rgba(184,139,74,.45);
  box-shadow:inset 0 0 12px rgba(185,150,85,.12);
}
.concierge__seal-core{
  font-family:'Cormorant Garamond',serif; font-size:.72rem; letter-spacing:.22em;
  color:rgba(216,185,128,.9);
}
.concierge__contact-card{
  padding:1.25rem 1.15rem 1.15rem;
  margin-bottom:1.75rem;
  border:1px solid rgba(184,139,74,.16);
  background:rgba(12,21,16,.45);
}
.concierge__contact-label{
  display:block; font-size:.58rem; letter-spacing:.2em; text-transform:uppercase;
  color:rgba(154,149,138,.88); margin-bottom:.75rem;
}
.concierge__contact-line{
  display:block; color:#f4efe5; text-decoration:none;
  font-size:.92rem; margin-bottom:.45rem; transition:color .3s;
}
.concierge__contact-line:hover{ color:#d8b980; }
.concierge__contact-note{
  margin-top:.85rem; font-size:.66rem; letter-spacing:.12em;
  color:rgba(154,149,138,.85);
}
.concierge__protocol{
  list-style:none; display:flex; flex-direction:column; gap:.85rem;
  padding-top:1.25rem; border-top:1px solid rgba(184,139,74,.14);
}
.concierge__protocol li{
  display:grid; grid-template-columns:auto 1fr; gap:.85rem; align-items:baseline;
  font-size:.8rem; line-height:1.55; color:rgba(255,255,255,.68);
}
.concierge__protocol-num{
  font-family:'Cormorant Garamond',serif; font-size:.95rem; color:#b88b4a;
}
.concierge__correspondence{ min-width:0; }
.correspondence-head{
  margin-bottom:1.65rem; padding-bottom:1.35rem;
  border-bottom:1px solid rgba(184,139,74,.14);
}
.correspondence-head__title{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(1.75rem,2.8vw,2.35rem);
  font-weight:500; line-height:1.08; color:#f4efe5;
  margin:.55rem 0 .65rem;
}
.correspondence-head__sub{
  font-size:.88rem; line-height:1.7; color:rgba(255,255,255,.62); max-width:48ch;
}
.correspondence-submit{
  margin-top:.5rem; padding-top:1.35rem;
  border-top:1px solid rgba(184,139,74,.12);
}
.correspondence-submit__btn{
  width:100%; justify-content:center; border:none; cursor:pointer;
}
.form-success__title{
  font-family:'Cormorant Garamond',serif; font-size:2rem; font-weight:500;
  margin:.8rem 0; color:#f4efe5;
}
.form-success__text{ font-size:.9rem; color:rgba(255,255,255,.68); }
.field--note textarea{ min-height:108px; resize:vertical; }
.field{ margin-bottom:1.75rem; }
.field label{
  display:block; font-size:.64rem; letter-spacing:.18em; text-transform:uppercase;
  color:rgba(216,185,128,.72); margin-bottom:.65rem;
}
.field input, .field textarea, .field select{
  width:100%; background:transparent; border:none;
  border-bottom:1px solid rgba(184,139,74,.34);
  color:rgba(244,239,229,.94);
  font-size:1rem; padding:.7rem 0; font-family:'Inter',sans-serif;
  transition:border-color .35s, color .35s;
}
.field input::placeholder, .field textarea::placeholder{
  color:rgba(154,149,138,.78); opacity:1;
}
.field select{
  color:rgba(244,239,229,.94);
  cursor:pointer;
}
.field select option{
  background:#122018; color:#f4efe5;
}
.field input:focus, .field textarea:focus, .field select:focus{
  outline:none; border-bottom-color:#d8b980;
  color:#f6f3ec;
}
.field input:focus::placeholder, .field textarea:focus::placeholder{
  color:rgba(154,149,138,.55);
}
.field-row{ display:grid; grid-template-columns:1fr 1fr; gap:1.5rem; }
.chip-row{ display:flex; flex-wrap:wrap; gap:.6rem; }
.chip{
  padding:.55rem 1rem; border:1px solid rgba(184,139,74,.28); border-radius:40px;
  background:none; cursor:pointer; font-size:.66rem; letter-spacing:.12em;
  text-transform:uppercase; color:#9a958a; transition:all .35s;
}
.chip:hover{ border-color:rgba(216,185,128,.45); color:rgba(244,239,229,.88); }
.chip.is-on{ background:#b88b4a; color:#122018; border-color:#b88b4a; }
.form-note{ font-size:.66rem; letter-spacing:.1em; color:#6f6b62; margin-top:1rem; }
.form-success{ display:none; padding:2rem; border:1px solid #b88b4a; background:#173025; }
.form-success.is-shown{ display:block; }

/* ---- Utility buttons (match index CTAs) ---- */
.btn-platform{
  display:inline-flex; align-items:center; gap:.7rem;
  padding:17px 36px; text-decoration:none;
  font-size:.78rem; letter-spacing:2px; text-transform:uppercase;
  border:1px solid rgba(184,139,74,.48); color:#f4efe5;
  background:linear-gradient(180deg,#173827,#11271d);
  transition:.35s ease;
}
.btn-platform:hover{ transform:translateY(-3px); border-color:#d8b57a; }
.btn-platform--gold{ background:#c7a368; border-color:#d6b57f; color:#081008; font-weight:600; }
.btn-platform--gold:hover{ background:#d8b57a; }

.no-results{ padding:3rem 0; text-align:center; color:#9a958a; }

@media(max-width:1000px){
  .discovery{ grid-template-columns:1fr; align-items:start; }
  .discovery-refine-zone{
    padding:clamp(2rem,5vw,2.75rem) 0;
    min-height:0;
  }
  .discovery-refine-zone::before{ inset:.25rem 0; }
  .discovery-ornament{ width:min(160px,42vw); opacity:.32; }
  .discovery-ornament--listing-top{
    right:clamp(-1.25rem,-3vw,-.5rem);
    top:clamp(-3rem,-7vh,-1.5rem);
    width:min(150px,36vw);
  }
  .discovery-ornament--refine-corner{
    left:clamp(-1rem,-2vw,-.35rem);
    bottom:clamp(-1.65rem,-3.5vh,-.75rem);
    width:min(150px,38vw);
  }
  .filter-rail-wrap{ position:static; }
  .discovery-shortcuts{ flex:1 1 100%; }
  .discovery__controls{ margin-left:0; }
  .dossier{ grid-template-columns:1fr; }
  .dossier__aside{ position:static; }
  .species-row{ grid-template-columns:1fr; }
  .page-head--split{ grid-template-columns:1fr; }
  .concierge{ grid-template-columns:1fr; }
  .concierge__office{ margin-bottom:.5rem; }
  .trust-row{ grid-template-columns:1fr 1fr; }
}
@media(max-width:920px){
  .discovery__grid{ grid-template-columns:1fr; }
  .detail-hero__inner, .page-hero-band__inner{ padding-left:28px; padding-right:28px; }
  .field-row{ grid-template-columns:1fr; }
  .gallery-grid{ grid-template-columns:1fr 1fr; }
  .gallery-grid img:first-child{ grid-column:span 2; aspect-ratio:4/3; }
}

[data-reveal='lines'] .line{ overflow:hidden; }
[data-reveal='lines'] .line > span{ display:block; will-change:transform; }

.sr-only{ position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; }

/* ============================================================
   DESTINATIONS PAGE
   ============================================================ */
.territory-layout{
  display:grid; grid-template-columns:320px 1fr;
  gap:clamp(2rem,4vw,4rem); align-items:start;
}
.territory-rail{ position:sticky; top:120px; display:flex; flex-direction:column; gap:.35rem; }
.territory-rail button{
  display:flex; flex-direction:column; align-items:flex-start; gap:.25rem;
  width:100%; padding:1rem 1.1rem; text-align:left;
  background:rgba(23,48,37,.45); border:1px solid rgba(184,139,74,.12);
  cursor:pointer; transition:border-color .35s, background .35s, transform .35s;
}
.territory-rail button:hover{ border-color:rgba(184,139,74,.35); transform:translateX(4px); }
.territory-rail button.is-active{
  background:#173025; border-color:rgba(184,139,74,.45);
  box-shadow:inset 3px 0 0 #b88b4a;
}
.territory-rail__name{
  font-family:'Cormorant Garamond',serif; font-size:1.35rem; color:#f4efe5;
}
.territory-rail__sub{
  font-size:.62rem; letter-spacing:.16em; text-transform:uppercase; color:#9a958a;
}
.territory-panel{
  border:1px solid rgba(184,139,74,.22); background:#173025;
  overflow:hidden;
  box-shadow:0 28px 70px -45px rgba(0,0,0,.5);
}
.territory-panel__hero{ position:relative; height:320px; overflow:hidden; }
.territory-panel__hero img{ width:100%; height:100%; object-fit:cover; transition:1.1s ease; }
.territory-panel__hero::after{
  content:''; position:absolute; inset:0;
  background:linear-gradient(180deg,rgba(9,11,8,.15),rgba(9,11,8,.82));
}
.territory-panel__head{
  position:absolute; left:0; right:0; bottom:0; z-index:2; padding:2rem 2.2rem;
}
.territory-panel__head h2{
  font-family:'Cormorant Garamond',serif; font-size:clamp(2rem,3.5vw,3rem);
  font-weight:500; line-height:1.05;
}
.territory-panel__head span{
  font-size:.68rem; letter-spacing:.18em; text-transform:uppercase; color:#b88b4a;
}
.territory-panel__body{ padding:2rem 2.2rem 2.4rem; }
.territory-panel__lead{
  font-size:.92rem; line-height:1.8; color:rgba(255,255,255,.72); margin-bottom:2rem; max-width:62ch;
}
.meta-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:1px;
  background:rgba(184,139,74,.14); border:1px solid rgba(184,139,74,.14);
}
.meta-grid > div{ background:#122018; padding:1.1rem 1.2rem; }
.meta-grid dt{
  font-size:.58rem; letter-spacing:.18em; text-transform:uppercase; color:#9a958a; margin-bottom:.45rem;
}
.meta-grid dd{ font-size:.88rem; line-height:1.55; color:#f4efe5; }
.meta-grid .access-tier{ color:#d8b980; font-family:'Cormorant Garamond',serif; font-size:1.15rem; }
.territory-panel__foot{
  display:flex; align-items:center; justify-content:space-between; gap:1.5rem;
  flex-wrap:wrap; margin-top:2rem; padding-top:1.5rem;
  border-top:1px solid rgba(184,139,74,.14);
}
.territory-panel__stat{
  font-size:.62rem; letter-spacing:.14em; text-transform:uppercase; color:#9a958a;
}
.territory-panel__stat b{
  display:block; font-family:'Cormorant Garamond',serif;
  font-size:1.6rem; color:#b88b4a; font-weight:500; margin-top:.25rem;
}

.estate-editorial{ display:flex; flex-direction:column; gap:0; }
.estate-editorial__row{
  display:grid; grid-template-columns:1.1fr .9fr; gap:clamp(2rem,4vw,4rem);
  align-items:center; padding:clamp(3rem,5vw,5rem) 0;
  border-top:1px solid rgba(184,139,74,.12);
}
.estate-editorial__row:first-child{ border-top:none; }
.estate-editorial__row--flip{ direction:rtl; }
.estate-editorial__row--flip > *{ direction:ltr; }
.estate-editorial__media{
  position:relative; aspect-ratio:5/4; overflow:hidden;
  border:1px solid rgba(184,139,74,.2);
  box-shadow:0 24px 55px -35px rgba(0,0,0,.5);
}
.estate-editorial__media img{ width:100%; height:100%; object-fit:cover; transition:1.2s ease; }
/* estate-editorial image hover via unified --media-scale */
.estate-editorial__tag{
  position:absolute; top:1rem; left:1rem; z-index:2;
  font-size:.58rem; letter-spacing:.2em; text-transform:uppercase; color:#d8b980;
  padding:.4rem .7rem; border:1px solid rgba(184,139,74,.28); background:rgba(9,11,8,.55);
}
.estate-editorial h3{
  font-family:'Cormorant Garamond',serif; font-size:clamp(1.8rem,3vw,2.6rem);
  font-weight:500; margin:.5rem 0 1rem;
}
.estate-editorial p{ font-size:.9rem; line-height:1.8; color:rgba(255,255,255,.7); margin-bottom:1.2rem; }

.access-matrix{
  display:grid; grid-template-columns:repeat(5,1fr); gap:1px;
  background:rgba(184,139,74,.12); border:1px solid rgba(184,139,74,.14);
}
.access-matrix__cell{
  background:#122018; padding:1.4rem 1rem; text-align:center;
  transition:background .35s, box-shadow .35s;
}
.access-matrix__cell.is-lit{ background:#173025; box-shadow:inset 0 -3px 0 #b88b4a; }
.access-matrix__label{
  font-size:.58rem; letter-spacing:.14em; text-transform:uppercase; color:#9a958a; margin-bottom:.6rem;
}
.access-matrix__value{
  font-family:'Cormorant Garamond',serif; font-size:1.5rem; color:#f4efe5;
}
.access-matrix__tier{ font-size:.62rem; letter-spacing:.12em; text-transform:uppercase; color:#b88b4a; margin-top:.35rem; }

.dossier-stack{
  display:flex; flex-direction:column; gap:0;
  border:1px solid rgba(184,139,74,.16);
  background:rgba(18,32,24,.32);
  padding:0 clamp(1.25rem,3vw,1.75rem);
}
.dossier-item{ border-top:1px solid rgba(184,139,74,.12); }
.dossier-item:last-child{ border-bottom:0; }
.dossier-item__head{
  width:100%; display:flex; align-items:center; justify-content:space-between; gap:1.5rem;
  padding:1.5rem 0; background:none; border:none; cursor:pointer; text-align:left;
  color:#f4efe5; transition:color .35s;
}
.dossier-item__head:hover{ color:#d8b980; }
.dossier-item__head h3{
  font-family:'Cormorant Garamond',serif; font-size:clamp(1.3rem,2vw,1.8rem); font-weight:500;
}
.dossier-item__num{ font-size:.65rem; letter-spacing:.14em; color:#b88b4a; margin-bottom:.35rem; }
.dossier-item__icon{
  width:28px; height:28px; border:1px solid rgba(184,139,74,.35);
  display:grid; place-items:center; flex-shrink:0; transition:transform .35s;
  font-size:1rem; color:#b88b4a;
}
.dossier-item.is-open .dossier-item__icon{ transform:rotate(45deg); }
.dossier-item__body{
  display:grid; grid-template-rows:0fr;
  transition:grid-template-rows .55s cubic-bezier(.16,1,.3,1);
}
.dossier-item.is-open .dossier-item__body{ grid-template-rows:1fr; }
.dossier-item__inner{
  overflow:hidden;
  padding:0 0 1.8rem; font-size:.9rem; line-height:1.8; color:rgba(255,255,255,.68); max-width:68ch;
}
.dossier-item__inner a{ color:#b88b4a; text-decoration:none; transition:color .35s; }
.dossier-item__inner a:hover{ color:#d8b980; }

.page-cta-band{
  text-align:center; padding:clamp(4rem,8vw,6rem) 0;
}
.page-cta-band h2{
  font-family:'Cormorant Garamond',serif; font-size:clamp(2rem,4vw,3.2rem);
  font-weight:500; max-width:18ch; margin:0 auto 1rem; line-height:1.08;
}
.page-cta-band p{
  font-size:.9rem; color:rgba(255,255,255,.65); max-width:46ch; margin:0 auto 2rem; line-height:1.75;
}
/* legacy alias — prefer .page-invite */
.page-cta-band.page-invite{ padding:0 !important; text-align:left; }

/* Stays CTA — same system as .page-invite */
.stays-cta{ position:relative; overflow:hidden; padding:0 !important; min-height:clamp(420px,52vh,560px); }
.stays-cta__bg{ position:absolute; inset:0; z-index:0; }
.stays-cta__bg img{ width:100%; height:100%; object-fit:cover; transform:scale(1.04); }
.stays-cta__overlay{
  position:absolute; inset:0; z-index:1;
  background:
    linear-gradient(90deg,rgba(8,14,10,.88) 0%,rgba(12,22,16,.72) 42%,rgba(14,28,20,.38) 100%),
    linear-gradient(180deg,rgba(7,12,9,.15) 0%,rgba(7,12,9,.55) 100%);
}
.stays-cta__inner{ position:relative; z-index:2; padding:clamp(4.5rem,9vw,6.5rem) 0; max-width:640px; }
.stays-cta__inner .section-eyebrow{ display:block; margin-bottom:1.1rem; }
.stays-cta__inner h2{
  font-family:'Cormorant Garamond',serif; font-size:clamp(2.2rem,4.2vw,3.4rem);
  font-weight:500; line-height:1.04; color:#f4efe5; margin-bottom:1.15rem; max-width:16ch;
}
.stays-cta__inner > p:not(.stays-cta__note){
  font-size:.94rem; line-height:1.78; color:rgba(255,255,255,.74); max-width:48ch; margin-bottom:2rem;
}
.stays-cta__actions{ margin-bottom:1.25rem; }
.stays-cta__note{
  font-size:.72rem; letter-spacing:.14em; text-transform:uppercase;
  color:rgba(184,139,74,.82); margin:0;
}

/* ============================================================
   STAYS PAGE
   ============================================================ */
.stay-category-grid{
  display:grid; grid-template-columns:repeat(5,1fr); gap:18px;
  align-items:stretch;
}
.stay-category{
  position:relative; display:block; min-height:420px; overflow:hidden;
  text-decoration:none; border:1px solid rgba(184,139,74,.14);
  color:#f4efe5;
  transition:border-color .35s, box-shadow .45s ease, color .35s;
  will-change:auto;
}
.stay-category:link,
.stay-category:visited{ color:#f4efe5; }
.stay-category:hover{
  border-color:rgba(184,139,74,.4);
  box-shadow:0 18px 44px -22px rgba(0,0,0,.55);
  color:#d8b980;
}
.stay-category__media{ position:absolute; inset:0; }
.stay-category__overlay{
  position:absolute; inset:0; z-index:1;
  background:linear-gradient(180deg,rgba(9,11,8,.25),rgba(9,11,8,.92));
}
.stay-category__body{
  position:absolute; inset:0; z-index:2; display:flex; flex-direction:column;
  justify-content:flex-end; padding:1.5rem;
}
.stay-category__count{
  font-size:.58rem; letter-spacing:.18em; text-transform:uppercase; color:#b88b4a; margin-bottom:.5rem;
}
.stay-category h3{
  font-family:'Cormorant Garamond',serif; font-size:1.6rem; font-weight:500; margin-bottom:.6rem;
  color:inherit;
}
.stay-category p{ font-size:.78rem; line-height:1.65; color:rgba(255,255,255,.68); }

.inside-grid{
  display:grid; grid-template-columns:repeat(12,1fr); gap:18px;
}
.inside-grid__hero{
  grid-column:span 7; aspect-ratio:16/11; overflow:hidden;
  border:1px solid rgba(184,139,74,.18);
  box-shadow:0 22px 50px -35px rgba(0,0,0,.5);
}
.inside-grid__hero{ position:relative; }
.inside-grid__hero img{ display:block; }
.inside-grid__stack{ grid-column:span 5; display:flex; flex-direction:column; gap:18px; }
.inside-grid__tile{
  flex:1; overflow:hidden; border:1px solid rgba(184,139,74,.18); position:relative;
  box-shadow:0 16px 40px -30px rgba(0,0,0,.45);
}
.inside-grid__tile{ position:relative; }
.inside-grid__tile img{ display:block; }
.inside-grid--pair{ margin-top:18px; }
.inside-grid__cap{ z-index:3; }
.inside-grid__cap{
  position:absolute; left:0; right:0; bottom:0; padding:1rem 1.1rem;
  background:linear-gradient(180deg,transparent,rgba(9,11,8,.88));
  font-size:.62rem; letter-spacing:.16em; text-transform:uppercase; color:#f4efe5;
}

.philosophy-band{
  display:grid; grid-template-columns:1fr 1fr; gap:clamp(2rem,5vw,5rem); align-items:start;
}
.philosophy-band blockquote{
  font-family:'Cormorant Garamond',serif; font-size:clamp(1.6rem,2.8vw,2.4rem);
  line-height:1.25; color:#f4efe5; margin:1rem 0 0; padding:1.25rem 0 1.25rem 1.75rem;
  border-left:2px solid rgba(184,139,74,.55);
  background:linear-gradient(90deg,rgba(184,139,74,.06),transparent 70%);
}
.discovery__head{
  padding-bottom:1.25rem;
  border-bottom:1px solid rgba(184,139,74,.12);
  margin-bottom:2.25rem;
}
.philosophy-points{ display:flex; flex-direction:column; gap:1.5rem; margin-top:2rem; }
.philosophy-points li{
  display:grid; grid-template-columns:auto 1fr; gap:1.2rem; align-items:start;
  padding-bottom:1.5rem; border-bottom:1px solid rgba(184,139,74,.12);
}
.philosophy-points .num{ font-size:.65rem; letter-spacing:.12em; color:#b88b4a; padding-top:.2rem; }
.philosophy-points h4{
  font-family:'Cormorant Garamond',serif; font-size:1.25rem; margin-bottom:.35rem;
}
.philosophy-points p{ font-size:.88rem; line-height:1.7; color:rgba(255,255,255,.65); }

.signature-grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:18px;
}
.signature-card{
  position:relative; overflow:hidden;
  padding:1.9rem 1.55rem 1.75rem;
  border:1px solid rgba(184,139,74,.18);
  background:linear-gradient(165deg,rgba(28,52,36,.42),rgba(16,28,21,.62));
  box-shadow:inset 0 1px 0 rgba(255,240,200,.04);
  transition:border-color .35s, box-shadow .4s ease;
}
.signature-card::before{
  content:''; position:absolute; top:0; left:0; right:0; height:1px;
  background:linear-gradient(90deg,transparent,rgba(216,185,128,.28),transparent);
}
.signature-card::after{
  content:''; position:absolute; top:10px; right:10px; width:28px; height:28px;
  background:url('assets/ui/gold-corner.png') no-repeat center/contain;
  opacity:.18; pointer-events:none;
}
.signature-card:hover{
  border-color:rgba(184,139,74,.36);
  box-shadow:0 14px 36px -24px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,240,200,.05);
}
.signature-card h4{
  font-family:'Cormorant Garamond',serif; font-size:1.35rem; margin-bottom:.65rem;
}
.signature-card p{ font-size:.82rem; line-height:1.7; color:rgba(255,255,255,.65); }

.stay-matrix-wrap{
  overflow-x:auto; border:1px solid rgba(184,139,74,.18);
  background:rgba(18,32,24,.28);
  box-shadow:inset 0 1px 0 rgba(255,240,200,.03);
}
.stay-matrix{ width:100%; min-width:920px; border-collapse:collapse; }
.stay-matrix th, .stay-matrix td{
  padding:1rem 1.1rem; border-bottom:1px solid rgba(184,139,74,.1); text-align:left;
}
.stay-matrix thead th{
  font-size:.58rem; letter-spacing:.16em; text-transform:uppercase; color:#9a958a; font-weight:400;
}
.stay-matrix tbody th{
  font-family:'Cormorant Garamond',serif; font-size:1.15rem; color:#f4efe5; font-weight:500;
}
.stay-matrix tbody th small{
  display:block; font-size:.68rem; letter-spacing:.1em; text-transform:uppercase;
  color:#9a958a; font-family:'Inter',sans-serif; margin-top:.25rem;
}
.stay-matrix .mark-yes{ color:#b88b4a; }
.stay-matrix .mark-no{ color:#5a5650; }
.stay-matrix tr.is-highlight{ background:rgba(23,48,37,.65); }
.stay-matrix-filter{
  display:flex; flex-wrap:wrap; gap:.6rem; margin-bottom:1.5rem;
}
.stay-matrix-filter button{
  padding:.55rem 1rem; border:1px solid rgba(184,139,74,.28); border-radius:40px;
  background:none; cursor:pointer; font-size:.62rem; letter-spacing:.14em;
  text-transform:uppercase; color:#9a958a; transition:all .35s;
}
.stay-matrix-filter button.is-on{ background:#b88b4a; color:#122018; border-color:#b88b4a; }

@media(max-width:1100px){
  .territory-layout{ grid-template-columns:1fr; }
  .territory-rail{ position:static; flex-direction:row; overflow-x:auto; padding-bottom:.5rem; }
  .territory-rail button{ min-width:200px; flex-shrink:0; }
  .meta-grid{ grid-template-columns:1fr 1fr; }
  .access-matrix{ grid-template-columns:repeat(3,1fr); }
  .stay-category-grid{ grid-template-columns:repeat(2,1fr); }
  .inside-grid{ grid-template-columns:1fr; }
  .inside-grid__hero, .inside-grid__stack{ grid-column:span 1; }
  .inside-grid__stack{ flex-direction:row; }
  .signature-grid{ grid-template-columns:1fr 1fr; }
  .philosophy-band{ grid-template-columns:1fr; }
  .estate-editorial__row, .estate-editorial__row--flip{ grid-template-columns:1fr; direction:ltr; }
  .estate-triptych{ grid-template-columns:1fr; }
}
@media(max-width:920px){
  .stay-category-grid{ grid-template-columns:1fr; }
  .signature-grid{ grid-template-columns:1fr; }
  .meta-grid{ grid-template-columns:1fr; }
  .access-matrix{ grid-template-columns:1fr 1fr; }
  .inside-grid__stack{ flex-direction:column; }
  .page-invite__inner h2{ max-width:none; }
}

/* ---- Premium site footer (shared with homepage V2) ---- */
body.page-inner .footer{
  background:linear-gradient(180deg,#182820 0%,#121c16 100%);
  padding:clamp(2.25rem,4.5vw,3.5rem) clamp(1.2rem,4vw,4rem) clamp(1.25rem,2.5vw,1.75rem);
  border-top:1px solid rgba(184,139,74,.1);
}
body.page-inner .footer__main{
  width:min(1320px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(12rem,1fr) minmax(0,2.2fr) minmax(14rem,1fr);
  gap:clamp(2.75rem,6vw,5rem);
  align-items:start;
}
body.page-inner .footer__logo{
  width:min(10.5rem,68%);
  margin-bottom:.85rem;
  opacity:.92;
}
body.page-inner .footer__desc{
  margin:0;
  max-width:18rem;
  color:rgba(246,241,231,.58);
  line-height:1.55;
  font-size:.84rem;
}
body.page-inner .footer__trust{
  margin:.55rem 0 0;
  max-width:18rem;
  color:rgba(224,192,131,.62);
  font-size:.72rem;
  letter-spacing:.08em;
  line-height:1.5;
}
body.page-inner .footer__trust span{ opacity:.75; }
body.page-inner .footer__nav{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(1.75rem,3.5vw,3rem);
}
body.page-inner .footer__col h4{
  margin:0 0 .75rem;
  font-size:.68rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(224,192,131,.82);
  font-weight:500;
}
body.page-inner .footer__col{
  display:flex;
  flex-direction:column;
  gap:.35rem;
}
body.page-inner .footer__col a{
  color:rgba(255,255,255,.58);
  font-size:.82rem;
  line-height:1.5;
  transition:color .2s ease;
}
body.page-inner .footer__col a:hover{ color:var(--gold-soft); }
body.page-inner footer.footer a{
  text-decoration:none;
}
body.page-inner .footer__newsletter h4{
  margin:0 0 .5rem;
  font-size:.68rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(224,192,131,.82);
  font-weight:500;
}
body.page-inner .footer__newsletter p{
  margin:0 0 .85rem;
  color:rgba(246,241,231,.52);
  line-height:1.45;
  font-size:.82rem;
}
body.page-inner .footer__form{
  display:flex;
  flex-direction:column;
  gap:.55rem;
}
body.page-inner .footer__form input{
  width:100%;
  border:1px solid rgba(224,192,131,.16);
  background:rgba(7,14,10,.45);
  color:var(--ivory);
  padding:.72rem .85rem;
  font-size:.82rem;
  outline:none;
  transition:border-color .2s ease;
}
body.page-inner .footer__form input::placeholder{ color:rgba(246,241,231,.32); }
body.page-inner .footer__form input:focus{ border-color:rgba(224,192,131,.38); }
body.page-inner .footer__form .btn-platform{
  width:100%;
  min-height:2.5rem;
  justify-content:center;
}
body.page-inner .footer__bar{
  width:min(1320px,100%);
  margin:clamp(1.5rem,3vw,2rem) auto 0;
}
body.page-inner .footer__rule{
  margin:0 0 1.1rem;
  border:0;
  border-top:1px solid rgba(184,139,74,.12);
}
body.page-inner .footer__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.5rem;
  flex-wrap:wrap;
}
body.page-inner .footer__copy{
  font-size:.72rem;
  letter-spacing:.06em;
  color:rgba(255,255,255,.36);
}
body.page-inner .footer__legal{
  display:flex;
  flex-wrap:wrap;
  gap:1.25rem 2rem;
}
body.page-inner .footer__legal a{
  font-size:.72rem;
  letter-spacing:.08em;
  color:rgba(255,255,255,.38);
  transition:color .2s ease;
}
body.page-inner .footer__legal a:hover{ color:var(--gold-soft); }

@media(max-width:1100px){
  body.page-inner .footer__main{ grid-template-columns:1fr 1fr; }
  body.page-inner .footer__nav{ grid-column:1 / -1; grid-template-columns:repeat(2,1fr); }
  body.page-inner .footer__newsletter{ grid-column:1 / -1; max-width:22rem; }
}
@media(max-width:768px){
  body.page-inner .footer{ overflow-x:clip; }
  body.page-inner .footer__main{
    text-align:center;
    justify-items:center;
    max-width:100%;
    overflow-x:clip;
    grid-template-columns:1fr;
    gap:2rem;
  }
  body.page-inner .footer__brand{
    display:flex;
    flex-direction:column;
    align-items:center;
  }
  body.page-inner .footer__logo{ margin-inline:auto; }
  body.page-inner .footer__desc,
  body.page-inner .footer__trust{ margin-inline:auto; }
  body.page-inner .footer__nav{
    width:100%;
    max-width:100%;
    justify-items:center;
    text-align:center;
    overflow-x:clip;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:1.75rem 2rem;
  }
  body.page-inner .footer__col{ align-items:center; }
  body.page-inner .footer__newsletter{
    width:100%;
    max-width:22rem;
    margin-inline:auto;
    text-align:center;
  }
  body.page-inner .footer__form{ width:100%; align-items:stretch; }
  body.page-inner .footer__bottom{
    align-items:center;
    justify-content:center;
    text-align:center;
    flex-direction:column;
    gap:.85rem;
  }
  body.page-inner .footer__legal{ justify-content:center; width:100%; }
}

/* ============================================================
   PROVIDERS LANDING (providers.html)
   ============================================================ */
.provider-hero .page-hero-band__bg img{
  object-position:center 58%;
  filter:saturate(0.92) contrast(1.1) brightness(0.82);
}
.provider-hero::before{
  background:
    linear-gradient(90deg,rgba(5,10,7,.84) 0%,rgba(8,16,11,.58) 42%,rgba(5,10,7,.22) 68%,rgba(5,10,7,.12) 100%),
    linear-gradient(180deg,rgba(5,10,7,.2) 0%,rgba(5,10,7,.55) 100%);
}
.provider-hero .page-hero-band__inner{
  padding-bottom:clamp(2.5rem,6vw,4rem);
}
.provider-hero__lead{
  max-width:52ch;
  margin-top:1.15rem;
}
.provider-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:.85rem;
  margin-top:1.75rem;
}
.provider-trust-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.provider-trust-strip__item{
  padding:1.35rem 1.15rem;
  border:1px solid rgba(184,139,74,.14);
  background:linear-gradient(165deg,rgba(23,48,37,.35),rgba(14,24,18,.55));
  box-shadow:inset 0 1px 0 rgba(255,240,200,.03);
}
.provider-trust-strip__label{
  display:block;
  font-size:.66rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#d8b980;
  margin-bottom:.65rem;
}
.provider-trust-strip__item p{
  margin:0;
  font-size:.86rem;
  line-height:1.7;
  color:rgba(255,255,255,.68);
}
.provider-steps{
  list-style:none;
  margin:0;
  padding:0;
  border:1px solid rgba(184,139,74,.14);
  background:rgba(18,32,24,.35);
}
.provider-steps li{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:clamp(1.25rem,3vw,2rem);
  padding:clamp(1.5rem,3vw,2.25rem) clamp(1.25rem,3vw,2rem);
  border-top:1px solid rgba(184,139,74,.12);
}
.provider-steps li:first-child{ border-top:0; }
.provider-steps__num{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(1.35rem,2.5vw,1.75rem);
  letter-spacing:.08em;
  color:#d8b980;
  padding-top:.1rem;
}
.provider-steps h3{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(1.35rem,2vw,1.85rem);
  font-weight:500;
  margin:0 0 .45rem;
}
.provider-steps p{
  margin:0;
  font-size:.9rem;
  line-height:1.75;
  color:rgba(255,255,255,.68);
  max-width:62ch;
}
.provider-listings-intro{
  margin-bottom:1.75rem;
  max-width:58ch;
}
.provider-listings-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.provider-listing-card{
  border:1px solid rgba(184,139,74,.14);
  background:linear-gradient(180deg,rgba(23,48,37,.42),rgba(14,24,18,.72));
  overflow:hidden;
  transition:border-color .35s ease, transform .35s ease;
}
.provider-listing-card:hover{
  border-color:rgba(184,139,74,.32);
  transform:translateY(-4px);
}
.provider-listing-card__media{
  aspect-ratio:4/3;
  overflow:hidden;
  background:#0a100c;
}
.provider-listing-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .6s ease;
}
.provider-listing-card:hover .provider-listing-card__media img{
  transform:scale(1.05);
}
.provider-listing-card h3{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(1.2rem,1.8vw,1.45rem);
  font-weight:500;
  margin:1rem 1rem .45rem;
}
.provider-listing-card p{
  margin:0 1rem 1.15rem;
  font-size:.84rem;
  line-height:1.7;
  color:rgba(255,255,255,.68);
}
.provider-benefits{
  list-style:none;
  margin:1.5rem 0 0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.provider-benefits li{
  padding:1.35rem 1.2rem;
  border:1px solid rgba(184,139,74,.14);
  background:rgba(18,32,24,.35);
}
.provider-benefits h3{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(1.15rem,1.8vw,1.35rem);
  font-weight:500;
  margin:0 0 .45rem;
  color:#f4efe5;
}
.provider-benefits p{
  margin:0;
  font-size:.86rem;
  line-height:1.72;
  color:rgba(255,255,255,.68);
}
.provider-curation{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);
  gap:clamp(2rem,4vw,3.5rem);
  align-items:start;
}
.provider-curation__panel{
  padding:clamp(1.5rem,3vw,2rem);
  border:1px solid rgba(184,139,74,.2);
  background:linear-gradient(168deg,rgba(28,52,36,.52),rgba(14,24,18,.88));
  box-shadow:inset 0 1px 0 rgba(255,240,200,.05);
}
.provider-curation__mark{
  display:block;
  font-size:.64rem;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:#d8b980;
  margin-bottom:1rem;
}
.provider-curation__panel ul{
  list-style:none;
  margin:0;
  padding:0;
}
.provider-curation__panel li{
  position:relative;
  padding-left:1.1rem;
  margin-bottom:.85rem;
  font-size:.88rem;
  line-height:1.65;
  color:rgba(255,255,255,.74);
}
.provider-curation__panel li::before{
  content:'';
  position:absolute;
  left:0;
  top:.55rem;
  width:.45rem;
  height:.45rem;
  border:1px solid rgba(216,185,128,.55);
  transform:rotate(45deg);
}
.provider-invite__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:.85rem;
}

@media(max-width:1000px){
  .provider-trust-strip{ grid-template-columns:1fr 1fr; }
  .provider-listings-grid{ grid-template-columns:1fr 1fr; }
  .provider-benefits{ grid-template-columns:1fr; }
  .provider-curation{ grid-template-columns:1fr; }
}
@media(max-width:640px){
  .provider-trust-strip{ grid-template-columns:1fr; }
  .provider-listings-grid{ grid-template-columns:1fr; }
  .provider-hero__actions,
  .provider-invite__actions{
    flex-direction:column;
    align-items:stretch;
  }
  .provider-hero__actions .btn-platform,
  .provider-invite__actions .btn-platform{
    justify-content:center;
    width:100%;
  }
  .provider-steps li{
    grid-template-columns:1fr;
    gap:.65rem;
  }
}
