
:root{
  --abyss:#03111a;
  --deep:#07293a;
  --teal:#0d5c6b;
  --lum:#7fe6d8;
  --gold:#e0a13c;
  --coral:#d1509a;
  --bone:#f2ecdf;
  --dim:rgba(242,236,223,.62);
  --rule:rgba(127,230,216,.24);

  --display:"Bodoni Moda", "Didot", Georgia, serif;
  --sans:"Jost", "Futura", "Helvetica Neue", sans-serif;

  --nav-h:68px;
  --gut:clamp(1.15rem,5vw,4.5rem);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:var(--abyss);color:var(--bone);
  font-family:var(--sans);font-weight:300;font-size:17px;line-height:1.65;
  -webkit-font-smoothing:antialiased;overflow-x:hidden;
}
img{display:block;max-width:100%}
a{color:inherit}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
:focus-visible{outline:2px solid var(--lum);outline-offset:3px}
.skip{position:absolute;left:-9999px;top:0;z-index:99;background:var(--lum);color:var(--abyss);padding:.7rem 1rem}
.skip:focus{left:.5rem;top:.5rem}

/* ── bubbles ─────────────────────────────────────────── */
/* in front of the photography — a bubble behind the hero image is just a
   bubble you cannot see */
#bubbles{position:fixed;inset:0;z-index:15;pointer-events:none}

/* ── nav ─────────────────────────────────────────────── */
.nav{
  position:fixed;top:0;left:0;right:0;z-index:20;height:var(--nav-h);
  display:flex;align-items:center;gap:2rem;padding:0 var(--gut);
  background:linear-gradient(to bottom, rgba(3,17,26,.94), rgba(3,17,26,.62) 70%, transparent);
  border-bottom:1px solid transparent;
  transition:background .3s, border-color .3s;
}
.admin-bar .nav{top:32px}
@media (max-width:782px){.admin-bar .nav{top:46px}}
.nav.stuck{background:rgba(3,17,26,.94);border-bottom-color:var(--rule);
  -webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}
.wordmark{
  font-family:var(--display);font-weight:800;font-size:1.6rem;letter-spacing:.13em;
  text-decoration:none;white-space:nowrap;color:var(--bone);
}
.wordmark span{color:var(--gold);font-weight:400}
.custom-logo-link img{max-height:56px;width:auto}

.nav-panel{display:flex;align-items:center;gap:1.9rem;margin-left:auto}
.nav .menu{list-style:none;display:flex;gap:1.9rem;align-items:center;margin:0;padding:0}
.nav .menu a{
  text-decoration:none;font-size:.92rem;font-weight:400;letter-spacing:.04em;
  color:var(--dim);position:relative;padding:.4rem 0;transition:color .2s;display:inline-block;
}
.nav .menu a:hover{color:var(--bone)}
.nav .menu .current-menu-item>a,
.nav .menu .current_page_item>a,
.nav .menu .current-menu-ancestor>a{color:var(--bone)}
.nav .menu .current-menu-item>a::after,
.nav .menu .current_page_item>a::after,
.nav .menu .current-menu-ancestor>a::after{
  content:"";position:absolute;left:50%;bottom:-1px;width:5px;height:5px;
  border-radius:50%;background:var(--lum);transform:translateX(-50%);
  box-shadow:0 0 9px var(--lum);
}
.nav-actions{display:flex;align-items:center;gap:1.2rem}
.cart-link{text-decoration:none;font-size:.9rem;letter-spacing:.04em;color:var(--dim);
  display:inline-flex;align-items:center;gap:.45rem;transition:color .2s}
.cart-link:hover{color:var(--bone)}
.cart-count{display:inline-grid;place-items:center;min-width:1.35rem;height:1.35rem;padding:0 .35rem;
  border-radius:99px;background:var(--lum);color:#032028;font-size:.74rem;font-weight:600}
.cart-count[data-count="0"]{display:none}
.tickets{
  border:1px solid var(--gold);color:var(--gold);border-radius:99px;
  padding:.42rem 1.05rem;font-size:.86rem;letter-spacing:.05em;text-decoration:none;
  transition:background .2s,color .2s;white-space:nowrap;
}
.tickets:hover{background:var(--gold);color:var(--abyss)}
.burger{display:none;margin-left:auto;width:38px;height:38px;position:relative}
.burger i{position:absolute;left:8px;right:8px;height:1.5px;background:var(--bone);transition:.25s}
.burger i:nth-child(1){top:13px}.burger i:nth-child(2){top:19px}.burger i:nth-child(3){top:25px}
body.menu .burger i:nth-child(1){transform:translateY(6px) rotate(45deg)}
body.menu .burger i:nth-child(2){opacity:0}
body.menu .burger i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

@media (max-width:860px){
  .burger{display:block}
  .nav-panel{
    position:fixed;inset:var(--nav-h) 0 auto 0;flex-direction:column;align-items:stretch;gap:0;
    background:rgba(3,17,26,.98);padding:1rem var(--gut) 2rem;
    -webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);
    border-bottom:1px solid var(--rule);
    transform:translateY(-14px);opacity:0;pointer-events:none;visibility:hidden;transition:.28s;
    max-height:calc(100svh - var(--nav-h));overflow-y:auto;
  }
  .admin-bar .nav-panel{top:calc(var(--nav-h) + 46px)}
  body.menu .nav-panel{transform:none;opacity:1;pointer-events:auto;visibility:visible}
  .nav .menu{flex-direction:column;align-items:stretch;gap:0}
  .nav .menu li{border-bottom:1px solid rgba(127,230,216,.12)}
  .nav .menu a{display:block;padding:.95rem 0;font-size:1.1rem}
  .nav .menu .current-menu-item>a::after,
  .nav .menu .current_page_item>a::after{left:auto;right:2px;bottom:auto;top:50%;transform:translateY(-50%)}
  .nav-actions{padding-top:1.2rem;justify-content:space-between}
}

/* ── page shell ──────────────────────────────────────── */
main{position:relative;z-index:5}
section{padding:clamp(3.6rem,9vw,7.5rem) var(--gut)}
.wrap{max-width:1180px;margin:0 auto}

h1,h2,h3{font-family:var(--display);font-weight:500;line-height:1.02;letter-spacing:-.015em}
h2{font-size:clamp(2.1rem,5.4vw,3.6rem);text-wrap:balance}
h3{font-size:clamp(1.35rem,2.6vw,1.85rem);font-weight:600;line-height:1.12}
p{max-width:62ch}
.lede{font-size:clamp(1.05rem,1.9vw,1.24rem);color:rgba(242,236,223,.86);line-height:1.62}
.kicker{
  font-family:var(--sans);font-size:.82rem;letter-spacing:.16em;color:var(--lum);
  display:block;margin-bottom:1rem;font-weight:400;
}
.rule{height:1px;background:var(--rule);border:0;margin:0 var(--gut)}

/* ── hero ────────────────────────────────────────────── */
.hero{
  position:relative;min-height:100svh;display:flex;align-items:flex-end;
  padding:calc(var(--nav-h) + 2rem) var(--gut) clamp(2.4rem,7vh,5rem);
  overflow:hidden;
}
/* the stage is sized by JS to cover the hero while keeping the plate's
   aspect ratio, so every cut-out stays registered to the hole it came from */
.stage{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1}
.plx{position:absolute;will-change:transform}
.plx>img{width:100%;height:auto;display:block}
.plx .plate{width:100%;height:100%;object-fit:cover}
.plx.far{filter:blur(1.6px) saturate(.72) brightness(.82)}
.plx.mid{filter:blur(.6px) saturate(.88) brightness(.92)}
.plx.near{filter:saturate(1.06) contrast(1.04) drop-shadow(0 18px 34px rgba(0,10,18,.55))}
.swim{transform-origin:60% 50%}
.s1{animation:sw1 26s ease-in-out infinite alternate}
.s2{animation:sw2 19s ease-in-out infinite alternate}
.s3{animation:sw3 31s ease-in-out infinite alternate}
.s4{animation:sw4 23s ease-in-out infinite alternate}
@keyframes sw1{from{transform:translate(-2%,1%) rotate(-1.1deg)}to{transform:translate(3%,-2%) rotate(1.4deg)}}
@keyframes sw2{from{transform:translate(2%,-1.5%) rotate(1.6deg)}to{transform:translate(-2%,2%) rotate(-1.2deg)}}
@keyframes sw3{from{transform:translate(-3%,0) rotate(-.8deg)}to{transform:translate(4%,-1.5%) rotate(1deg)}}
@keyframes sw4{from{transform:translate(-1.5%,1.5%) rotate(-1.5deg) scale(1)}to{transform:translate(2%,-1%) rotate(1.1deg) scale(1.02)}}
.hero::after{
  content:"";position:absolute;inset:0;z-index:2;
  background:
    radial-gradient(80% 55% at 50% 8%, rgba(160,240,255,.16), transparent 60%),
    linear-gradient(to bottom, rgba(3,17,26,.46) 0%, rgba(3,17,26,.08) 32%, rgba(3,17,26,.84) 76%, var(--abyss) 100%);
}
.hero-in{position:relative;z-index:6;max-width:56rem}
.hero h1{
  font-size:clamp(3.1rem,12.5vw,9.2rem);font-weight:800;letter-spacing:.01em;
  line-height:.88;text-shadow:0 6px 50px rgba(0,12,20,.75);
}
.hero h1 .amp{font-weight:400;font-style:italic;color:var(--gold);font-size:.72em;padding:0 .06em}
.hero .tag{
  font-family:var(--display);font-style:italic;font-weight:400;
  font-size:clamp(1.2rem,3.1vw,2rem);margin-top:1.1rem;color:rgba(242,236,223,.92);
  text-shadow:0 2px 24px rgba(0,12,20,.8);
}
.hero .sub{margin-top:1.5rem;max-width:44ch;color:rgba(242,236,223,.8);text-shadow:0 2px 18px rgba(0,12,20,.9)}
.hero-cta{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}
.btn{
  display:inline-block;text-decoration:none;padding:.82rem 1.7rem;border-radius:99px;
  font-size:.94rem;letter-spacing:.05em;transition:.22s;
}
.btn.solid{background:var(--lum);color:#032028;font-weight:500}
.btn.solid:hover{background:#a8f2e7;transform:translateY(-2px)}
.btn.ghost{border:1px solid rgba(242,236,223,.45)}
.btn.ghost:hover{border-color:var(--bone);background:rgba(242,236,223,.09)}

/* ── act rows ────────────────────────────────────────── */
.act{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.6rem,4vw,3.6rem);align-items:center;
  padding:clamp(2.2rem,5vw,3.6rem) 0;border-bottom:1px solid rgba(127,230,216,.14)}
.act:last-child{border-bottom:0}
.act:nth-child(even) .act-fig{order:2}
.act-fig{position:relative;overflow:hidden}
.act-fig img{width:100%;height:clamp(230px,34vw,400px);object-fit:cover}
.act-fig figcaption{
  position:absolute;left:0;bottom:0;right:0;padding:.9rem 1.1rem;
  background:linear-gradient(transparent, rgba(3,17,26,.9));
  font-size:.8rem;letter-spacing:.1em;color:var(--lum);
}
.act .run{font-size:.85rem;letter-spacing:.1em;color:var(--gold);margin-bottom:.7rem;display:block}
.act .act-title{font-size:clamp(1.35rem,2.6vw,1.85rem);font-weight:600;line-height:1.12}
.act p{margin-top:.85rem;color:rgba(242,236,223,.82)}
@media (max-width:760px){
  .act{grid-template-columns:1fr}
  .act:nth-child(even) .act-fig{order:0}
}

/* ── panels (home) ───────────────────────────────────── */
.panels{display:grid;grid-template-columns:repeat(2,1fr);gap:1.4rem}
.panel{position:relative;overflow:hidden;min-height:clamp(280px,34vw,420px);
  display:flex;flex-direction:column;justify-content:flex-end;padding:1.6rem;
  text-decoration:none;isolation:isolate}
.panel img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;
  transition:transform .8s cubic-bezier(.2,.7,.3,1)}
.panel::after{content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(to top, rgba(3,17,26,.94) 8%, rgba(3,17,26,.25) 62%, rgba(3,17,26,.4))}
.panel:hover img,.panel:focus-visible img{transform:scale(1.06)}
.panel h3{margin-bottom:.4rem}
.panel span{font-size:.92rem;color:var(--dim)}
@media (max-width:860px){.panels{grid-template-columns:1fr}}

/* ── performer detail (product page) ─────────────────── */
.crumb{display:flex;gap:.6rem;align-items:baseline;font-size:.84rem;letter-spacing:.06em;
  color:var(--dim);margin-bottom:1.6rem}
.crumb a{text-decoration:none}
.crumb a:hover{color:var(--bone)}
.crumb em{font-style:normal;color:var(--bone)}

.pdp{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.8rem,5vw,4.4rem);align-items:start}
.pdp-media{position:sticky;top:calc(var(--nav-h) + 1.4rem)}
.pdp-media .main{width:100%;aspect-ratio:4/5;object-fit:cover;background:var(--deep)}
.pdp-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem;margin-top:.55rem}
.pdp-thumbs button{padding:0;line-height:0;border:1px solid transparent;opacity:.5;transition:.2s}
.pdp-thumbs button img{width:100%;aspect-ratio:1;object-fit:cover}
.pdp-thumbs button:hover{opacity:.85}
.pdp-thumbs button.on{opacity:1;border-color:var(--lum)}

.pdp-info h1{font-size:clamp(2.3rem,5.2vw,3.5rem);font-weight:500;margin-top:.3rem}
.pdp-info .kicker{margin-bottom:0}

.spec{margin-top:2rem;border-top:1px solid var(--rule)}
.spec>div{display:grid;grid-template-columns:9.5rem 1fr;gap:1.2rem;padding:.85rem .1rem;
  border-bottom:1px solid rgba(127,230,216,.13)}
.spec dt{font-size:.82rem;letter-spacing:.09em;color:var(--lum)}
.spec dd{font-size:.98rem;color:rgba(242,236,223,.88)}
@media (max-width:520px){.spec>div{grid-template-columns:1fr;gap:.2rem}}

.appears{margin-top:1.9rem}
.chip{display:inline-block;text-decoration:none;font-size:.86rem;letter-spacing:.03em;
  border:1px solid var(--rule);border-radius:99px;padding:.42rem 1rem;margin:0 .45rem .5rem 0;
  transition:.2s}
.chip:hover{border-color:var(--lum);background:rgba(127,230,216,.09)}

.pn{display:flex;align-items:center;gap:1.5rem;margin-top:clamp(3rem,7vw,5rem);
  padding-top:1.5rem;border-top:1px solid var(--rule)}
.pn a{text-decoration:none;font-size:.9rem}
.pn a span{display:block;font-size:.76rem;letter-spacing:.11em;color:var(--dim);margin-bottom:.2rem}
.pn a b{font-family:var(--display);font-weight:500;font-size:1.15rem}
.pn a:hover b{color:var(--lum)}
.pn .all{margin-left:auto;margin-right:auto;color:var(--dim);letter-spacing:.06em}
.pn .all:hover{color:var(--bone)}
.pn .nx{text-align:right}
@media (max-width:840px){
  .pdp{grid-template-columns:1fr}
  .pdp-media{position:static}
  .pdp-media .main{aspect-ratio:3/2}
  .pn .all{display:none}
  .pn{justify-content:space-between}
}

/* ── booking ─────────────────────────────────────────── */
.book{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem)}
@media (max-width:840px){.book{grid-template-columns:1fr}}
.field{margin-bottom:1.15rem}
.field label{display:block;font-size:.84rem;letter-spacing:.09em;color:var(--lum);margin-bottom:.42rem}
.field input,.field textarea,.field select{
  width:100%;background:rgba(127,230,216,.06);border:1px solid var(--rule);
  color:var(--bone);font:inherit;padding:.78rem .9rem;border-radius:2px;
}
.field textarea{min-height:120px;resize:vertical}
.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--lum);background:rgba(127,230,216,.1)}
.field select option{background:var(--deep)}
.sent{color:var(--lum);margin-top:.9rem;font-size:.94rem;min-height:1.4em}
.facts dt{font-size:.82rem;letter-spacing:.1em;color:var(--lum);margin-top:1.4rem}
.facts dd{margin-top:.3rem;font-size:1.02rem}
.facts dd a{color:var(--gold);text-decoration:none;border-bottom:1px solid rgba(224,161,60,.4)}

/* ── quote band ──────────────────────────────────────── */
.band{position:relative;overflow:hidden;text-align:center;padding:clamp(4rem,11vw,8rem) var(--gut)}
.band img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.5}
.band::after{content:"";position:absolute;inset:0;background:linear-gradient(rgba(3,17,26,.72),rgba(3,17,26,.9))}
.band blockquote{position:relative;z-index:2;max-width:26ch;margin:0 auto;
  font-family:var(--display);font-style:italic;font-weight:400;
  font-size:clamp(1.6rem,4.6vw,3rem);line-height:1.18}
.band cite{position:relative;z-index:2;display:block;margin-top:1.5rem;font-style:normal;
  font-size:.85rem;letter-spacing:.14em;color:var(--gold)}

/* ── about ───────────────────────────────────────────── */
.split{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(1.8rem,5vw,4.4rem);align-items:start}
@media (max-width:840px){.split{grid-template-columns:1fr}}
.split figure{position:relative;overflow:hidden}
.split figure img{width:100%;height:clamp(280px,44vw,520px);object-fit:cover}
.split figcaption{position:absolute;left:0;right:0;bottom:0;padding:.9rem 1.1rem;
  background:linear-gradient(transparent,rgba(3,17,26,.92));font-size:.8rem;letter-spacing:.1em;color:var(--lum)}
.split p + p{margin-top:1rem}

.timeline{list-style:none;counter-reset:none;border-top:1px solid var(--rule)}
.timeline li{display:grid;grid-template-columns:7rem 1fr;gap:1.6rem;
  padding:1.5rem .2rem;border-bottom:1px solid rgba(127,230,216,.14);position:relative}
.timeline .yr{font-family:var(--display);font-size:1.5rem;color:var(--gold);line-height:1}
.timeline h3{font-size:1.18rem;font-weight:600}
.timeline p{margin-top:.45rem;font-size:.97rem;color:rgba(242,236,223,.78)}
@media (max-width:640px){
  .timeline li{grid-template-columns:1fr;gap:.5rem}
  .timeline .yr{font-size:1.25rem}
}

.numbers{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
  gap:1.6rem 1.2rem;border-top:1px solid var(--rule);padding-top:2.2rem}
.numbers div b{display:block;font-family:var(--display);font-weight:500;
  font-size:clamp(2.4rem,5.4vw,3.6rem);line-height:.95;letter-spacing:-.02em}
.numbers div span{display:block;margin-top:.5rem;font-size:.9rem;color:var(--dim);max-width:16ch}

/* a cut-out drifting in the page margin, same artwork as the hero stage */
.drifter{position:absolute;right:-4%;top:34%;width:26%;pointer-events:none;z-index:0;opacity:.5;
  filter:blur(1.1px) saturate(.75) brightness(.8)}
.drifter img{width:100%;height:auto;display:block;animation:sw3 34s ease-in-out infinite alternate}
@media (max-width:840px){.drifter{display:none}}

/* ── footer ──────────────────────────────────────────── */
footer{position:relative;z-index:5;border-top:1px solid var(--rule);padding:2.6rem var(--gut) 3rem;
  display:flex;flex-wrap:wrap;gap:1.4rem 2.4rem;align-items:baseline;font-size:.88rem;color:var(--dim)}
footer .wordmark{font-size:1rem;color:var(--bone)}
footer nav{display:flex;gap:1.4rem;flex-wrap:wrap}
footer a{text-decoration:none}
footer a:hover{color:var(--bone)}
footer .end{margin-left:auto}

@media (prefers-reduced-motion:reduce){
  *{animation:none!important;transition-duration:.01ms!important}
  html{scroll-behavior:auto}
}

/* ════════════════════════════════════════════════════════════════
   WordPress
   ════════════════════════════════════════════════════════════════ */
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;
  overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}
.screen-reader-text:focus{background:var(--lum);color:var(--abyss);clip:auto!important;clip-path:none;
  display:block;height:auto;left:5px;top:5px;padding:.8rem 1rem;width:auto;z-index:100000}

.page-head{padding-top:calc(var(--nav-h) + clamp(3rem,8vw,6rem))}
.page-head + .page-body,
.page-head + section{padding-top:0}
.page-title{font-size:clamp(2.1rem,5.4vw,3.6rem);text-wrap:balance}
.page-head .lede{margin-top:1.3rem}
.admin-hint{padding:1rem 1.2rem;border-left:2px solid var(--gold);background:rgba(224,161,60,.07);
  color:rgba(242,236,223,.85);font-size:.95rem}
.admin-hint a{color:var(--gold)}

/* block content ---------------------------------------------------- */
.entry-content>*+*{margin-top:1.1rem}
.entry-content h2{margin-top:clamp(2.6rem,6vw,4rem);font-size:clamp(1.7rem,3.6vw,2.4rem)}
.entry-content h3{margin-top:2.2rem;font-size:clamp(1.2rem,2.2vw,1.45rem)}
.entry-content h2+*,.entry-content h3+*{margin-top:.9rem}
.entry-content p,.entry-content li{color:rgba(242,236,223,.84)}
.entry-content a{color:var(--gold);text-decoration-thickness:1px;text-underline-offset:3px}
.entry-content a:hover{color:var(--bone)}
.entry-content ul,.entry-content ol{padding-left:1.3rem;max-width:62ch}
.entry-content li+li{margin-top:.35rem}
.entry-content blockquote{border-left:2px solid var(--lum);padding:.2rem 0 .2rem 1.3rem;
  font-family:var(--display);font-style:italic;font-size:1.25rem;line-height:1.4}
.entry-content img{height:auto}
.entry-content figcaption{font-size:.8rem;letter-spacing:.08em;color:var(--dim);margin-top:.5rem}
.entry-content table{width:100%;border-collapse:collapse}
.entry-content th,.entry-content td{border-bottom:1px solid var(--rule);padding:.6rem .4rem;text-align:left}
.entry-content hr{border:0;height:1px;background:var(--rule);margin:2.4rem 0}
.alignwide{max-width:1180px}
.alignfull{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw)}
.wp-block-image.aligncenter,.aligncenter{margin-left:auto;margin-right:auto}

/* story pattern: text beside a captioned plate */
.entry-content .wp-block-columns.story{gap:clamp(1.8rem,5vw,4.4rem);margin-top:0}
.story-figure{position:relative;overflow:hidden;margin:0}
.story-figure img{width:100%;height:clamp(280px,44vw,520px);object-fit:cover}
.story-figure figcaption{position:absolute;left:0;right:0;bottom:0;margin:0;padding:.9rem 1.1rem;
  background:linear-gradient(transparent,rgba(3,17,26,.92));color:var(--lum);letter-spacing:.1em}

/* timeline pattern */
.entry-content .timeline{border-top:1px solid var(--rule);margin-top:1.8rem}
.timeline .tl-item{display:grid;grid-template-columns:7rem 1fr;column-gap:1.6rem;
  padding:1.5rem .2rem;border-bottom:1px solid rgba(127,230,216,.14);margin:0}
.timeline .tl-item>*{margin:0;grid-column:2}
.timeline .tl-item>.yr{grid-column:1;grid-row:1 / span 2;font-family:var(--display);
  font-size:1.5rem;color:var(--gold);line-height:1}
.timeline .tl-item h3{font-size:1.18rem;font-weight:600;margin:0}
.timeline .tl-item h3+p{margin-top:.45rem;font-size:.97rem;color:rgba(242,236,223,.78)}
@media (max-width:640px){
  .timeline .tl-item{grid-template-columns:1fr}
  .timeline .tl-item>*,.timeline .tl-item>.yr{grid-column:1;grid-row:auto}
  .timeline .tl-item>.yr{font-size:1.25rem;margin-bottom:.5rem}
}

/* numbers pattern */
.entry-content .numbers{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
  gap:1.6rem 1.2rem;border-top:1px solid var(--rule);padding-top:2.2rem;margin-top:clamp(2.6rem,6vw,4rem)}
.numbers .num-item{margin:0}
.numbers .num-item>*{margin:0}
.numbers .num{font-family:var(--display);font-weight:500;font-size:clamp(2.4rem,5.4vw,3.6rem);
  line-height:.95;letter-spacing:-.02em;color:var(--bone)}
.numbers .num+p{margin-top:.5rem;font-size:.9rem;color:var(--dim);max-width:16ch}

/* booking facts */
.facts-content{margin-top:.6rem}
.facts-content .fact{margin-top:1.4rem}
.facts-content .fact>*{margin:0}
.facts-content .fact-label{font-size:.82rem;letter-spacing:.1em;color:var(--lum)}
.facts-content .fact-label+p{margin-top:.3rem}

.about-body{position:relative;overflow:hidden}
.about-body .wrap{position:relative;z-index:1}

/* enquiry form */
.enquiry .hp{position:absolute!important;left:-9999px;width:1px;height:1px;overflow:hidden}
.form-note{margin-top:.9rem;font-size:.94rem}
.form-note.is-ok{color:var(--lum)}
.form-note.is-warn{color:var(--gold)}
#enquiry{scroll-margin-top:calc(var(--nav-h) + 1rem)}

/* blog fallback */
.post-list{border-top:1px solid var(--rule)}
.post-row{padding:1.6rem 0;border-bottom:1px solid rgba(127,230,216,.14)}
.post-row h2{font-size:clamp(1.4rem,3vw,1.9rem)}
.post-row h2 a{text-decoration:none}
.post-row h2 a:hover{color:var(--lum)}
.post-row p{margin-top:.6rem;color:rgba(242,236,223,.78)}
.pagination,.nav-links{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:2rem}
.page-numbers{padding:.4rem .8rem;border:1px solid var(--rule);border-radius:99px;text-decoration:none;font-size:.9rem}
.page-numbers.current{background:var(--lum);color:#032028;border-color:var(--lum)}
.search-form{display:flex;gap:.6rem;margin-top:1.4rem;max-width:30rem}
.search-form input[type=search]{flex:1;background:rgba(127,230,216,.06);border:1px solid var(--rule);
  color:var(--bone);font:inherit;padding:.7rem .9rem}

/* ════════════════════════════════════════════════════════════════
   WooCommerce — Woo ships light-theme defaults; everything below
   brings its markup into the deep palette.
   ════════════════════════════════════════════════════════════════ */
.woo-archive{padding-top:calc(var(--nav-h) + clamp(3rem,8vw,6rem))}
.woocommerce-products-header__title{font-size:clamp(2.1rem,5.4vw,3.6rem)}
.woocommerce .term-description,.woocommerce-products-header p{color:rgba(242,236,223,.8);margin-top:1rem}
.woocommerce .woocommerce-result-count{color:var(--dim);font-size:.9rem}
.woocommerce .woocommerce-ordering select{background:var(--deep);color:var(--bone);border:1px solid var(--rule);padding:.5rem .7rem}

/* buttons */
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,
.woocommerce #respond input#submit,.woocommerce a.button.alt,.woocommerce button.button.alt,
.woocommerce input.button.alt,.woocommerce-page .button{
  background:var(--lum);color:#032028;border-radius:99px;font-family:var(--sans);font-weight:500;
  letter-spacing:.05em;padding:.82rem 1.6rem;border:0;line-height:1.2;transition:.2s}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover{background:#a8f2e7;color:#032028}
.woocommerce button.button:disabled,.woocommerce button.button.disabled,
.woocommerce a.button.disabled{opacity:.45;background:var(--lum);color:#032028}

/* shop grid */
.woocommerce ul.products{margin-top:2rem}
.woocommerce ul.products li.product{text-align:left}
.woocommerce ul.products li.product a img{aspect-ratio:3/4;object-fit:cover;margin-bottom:.9rem;transition:transform .7s cubic-bezier(.2,.7,.3,1)}
.woocommerce ul.products li.product a:hover img{transform:scale(1.03)}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:var(--display);font-size:1.25rem;font-weight:500;color:var(--bone);padding:0}
.woocommerce ul.products li.product .price{color:var(--gold);font-size:.98rem;margin-top:.3rem}
.woocommerce span.onsale{background:var(--coral);color:var(--bone);border-radius:99px;min-height:auto;min-width:auto;padding:.25rem .7rem;line-height:1.4;font-weight:500}

/* product page */
.pdp-section{padding-top:calc(var(--nav-h) + clamp(2rem,5vw,3.6rem))}
.pdp-media .main{height:auto}
.pdp-thumbs button img{height:auto}
.pdp-info .product_title{font-size:clamp(2.3rem,5.2vw,3.5rem);font-weight:500;margin-top:.3rem}
.pdp-lede{margin-top:1rem}
.pdp-lede p{margin:0}
.pdp-desc{margin-top:1rem}
.appears .kicker{margin-bottom:.7rem}
.pdp-buy{margin-top:2rem;padding-top:1.6rem;border-top:1px solid var(--rule)}
.pdp-buy .price{font-family:var(--display);font-size:2rem;color:var(--gold);margin:0 0 1rem}
.pdp-buy .price del{opacity:.5;font-size:.7em}
.pdp-buy .price ins{text-decoration:none}
.pdp-buy .stock{font-size:.88rem;letter-spacing:.06em;margin-bottom:.8rem}
.pdp-buy .stock.in-stock{color:var(--lum)}
.pdp-buy .stock.out-of-stock{color:var(--gold)}
.pdp-buy form.cart{display:flex;flex-wrap:wrap;gap:.8rem;align-items:stretch;margin:0}
.woocommerce .quantity .qty{background:rgba(127,230,216,.06);border:1px solid var(--rule);color:var(--bone);
  font:inherit;width:4.6rem;padding:.72rem .5rem;border-radius:99px;text-align:center}

/* notices */
.woocommerce-notices-wrapper:empty{display:none}
.woocommerce-message,.woocommerce-info,.woocommerce-error,
.wc-block-components-notice-banner{background:var(--deep)!important;color:var(--bone)!important;
  border:0!important;border-left:2px solid var(--lum)!important;border-radius:0!important}
.woocommerce-error,.wc-block-components-notice-banner.is-error{border-left-color:var(--coral)!important}
.woocommerce-info,.wc-block-components-notice-banner.is-info{border-left-color:var(--gold)!important}
.woocommerce-message::before,.woocommerce-info::before{color:var(--lum)}
.woocommerce-error::before{color:var(--coral)}
.wc-block-components-notice-banner svg{fill:currentColor;background:transparent!important}
.woocommerce-message a:not(.button),.woocommerce-info a:not(.button){color:var(--gold)}
.ss-pdp .woocommerce-notices-wrapper,
.woocommerce-notices-wrapper{max-width:1180px;margin:0 auto}
.single-product .woocommerce-notices-wrapper{padding:calc(var(--nav-h) + 1rem) var(--gut) 0}
.single-product .woocommerce-notices-wrapper:not(:empty)+.ss-pdp .pdp-section{padding-top:2rem}

/* tables: basket, order review, account */
.woocommerce table.shop_table{border:1px solid var(--rule);border-radius:0;border-collapse:collapse;color:var(--bone)}
.woocommerce table.shop_table th,.woocommerce table.shop_table td{border-top:1px solid var(--rule);padding:.9rem .8rem}
.woocommerce table.shop_table th{font-weight:500;letter-spacing:.04em;color:var(--lum)}
.woocommerce table.shop_table a{color:var(--bone)}
.woocommerce a.remove{color:var(--coral)!important}
.woocommerce a.remove:hover{background:var(--coral);color:var(--bone)!important}
.woocommerce .cart-collaterals .cart_totals h2,.woocommerce-checkout h3{font-size:1.6rem;margin-bottom:1rem}

/* classic forms */
.woocommerce form .form-row label{color:var(--lum);font-size:.84rem;letter-spacing:.06em}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,
.woocommerce form .form-row select,.woocommerce-cart table.cart td.actions .coupon .input-text{
  background:rgba(127,230,216,.06);border:1px solid var(--rule);color:var(--bone);
  padding:.75rem .9rem;border-radius:2px;font:inherit}
.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus{outline:none;border-color:var(--lum)}
.select2-container--default .select2-selection--single{background:rgba(127,230,216,.06);border:1px solid var(--rule);height:auto;padding:.5rem .4rem;border-radius:2px}
.select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--bone)}
.select2-dropdown{background:var(--deep);color:var(--bone);border-color:var(--rule)}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background:var(--teal)}
.woocommerce-checkout #payment{background:rgba(127,230,216,.05);border-radius:0}
.woocommerce-checkout #payment div.payment_box{background:var(--deep);color:rgba(242,236,223,.85)}
.woocommerce-checkout #payment div.payment_box::before{border-bottom-color:var(--deep)}
.woocommerce-checkout #payment ul.payment_methods{border-bottom-color:var(--rule)}

/* account */
.woocommerce-MyAccount-navigation ul{list-style:none;padding:0;border-top:1px solid var(--rule)}
.woocommerce-MyAccount-navigation li{border-bottom:1px solid rgba(127,230,216,.14)}
.woocommerce-MyAccount-navigation a{display:block;padding:.75rem 0;text-decoration:none;color:var(--dim)}
.woocommerce-MyAccount-navigation .is-active a,.woocommerce-MyAccount-navigation a:hover{color:var(--bone)}

/* block basket and checkout */
.wc-block-components-button:not(.is-link){background:var(--lum)!important;color:#032028!important;border-radius:99px!important;border:0!important}
.wc-block-components-button:not(.is-link):hover{background:#a8f2e7!important}
.wc-block-components-text-input input,.wc-block-components-textarea,
.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{
  background:rgba(127,230,216,.06)!important;color:var(--bone)!important;border-color:var(--rule)!important}
.wc-block-components-text-input label,.wc-blocks-components-select__label,
.wc-block-components-combobox .wc-block-components-combobox-control label{color:var(--dim)!important}
.wc-block-components-totals-wrapper,.wc-block-components-panel,.wc-block-cart-items td,
.wc-block-cart-items th,.wc-block-cart-items{border-color:var(--rule)!important}
.wc-block-components-product-name{color:var(--bone)!important;font-family:var(--display)}
.wc-block-components-formatted-money-amount,.wc-block-components-totals-item__value{color:var(--gold)}
.wc-block-components-radio-control__option,.wc-block-components-checkbox__label{color:var(--bone)}
.wc-block-components-radio-control-accordion-option,.wc-block-checkout__payment-method .wc-block-components-radio-control__option{border-color:var(--rule)!important}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]{background:transparent;border-color:var(--rule)}
.wc-block-components-sidebar-layout .wc-block-components-main{color:var(--bone)}
