/* ══════════════════════════════════════════════════════════════
   SCOTT ROCKZ ENTERTAINMENT — scottrockz.com
   Built to Brand Blueprint v1.0 (2026-07-30), §5 colour · §6 type ·
   §7 texture · §9 icons · §10.8 website.
   Palette A (Rich Cabernet + Champagne Gold). Never mix with Palette B.
   ══════════════════════════════════════════════════════════════ */

:root{
  /* §5 Palette A */
  --cabernet:#5C1732;
  --wine:#9E1F3F;
  --gold:#C2A66A;
  --gold-muted:#8B7040;
  --cream:#EADCC3;
  --black:#0D0D0D;

  /* §5 gradient recipes */
  --gold-metal:linear-gradient(160deg,#7A6234 0%,#C2A66A 28%,#EADCC3 46%,#C2A66A 62%,#8B7040 100%);
  --stage:radial-gradient(ellipse at 50% 35%,#7A1F42 0%,#5C1732 38%,#2A0B18 72%,#0D0D0D 100%);
  --hairline:linear-gradient(90deg,rgba(194,166,106,0) 0%,#C2A66A 50%,rgba(194,166,106,0) 100%);

  /* §10.8 layout */
  --wrap:1200px;
  --gutter:24px;
  --nav-h:88px;

  --display:'Bodoni Moda','Didot','Bodoni 72','Playfair Display',Georgia,serif;
  --script:'Parisienne','Snell Roundhand',cursive;
  --sans:'Montserrat','Helvetica Neue',Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}

html{scroll-behavior:smooth;scroll-padding-top:var(--nav-h);-webkit-text-size-adjust:100%}

body{
  margin:0;
  background:var(--black);
  color:var(--cream);                        /* §5 cream on black = 14.4:1 AAA */
  font-family:var(--sans);
  font-size:17px;
  line-height:1.6;                           /* §6 body setting */
  overflow-x:hidden;
}

img{max-width:100%;height:auto;display:block}
a{color:var(--gold);text-decoration:none}

/* §10.8 accessibility — visible gold focus ring on every interactive element */
:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:2px}

.skip-link{
  position:absolute;left:-9999px;top:0;z-index:200;
  background:var(--gold);color:var(--black);padding:12px 20px;
  font-weight:600;text-transform:uppercase;letter-spacing:.15em;font-size:13px;
}
.skip-link:focus{left:12px;top:12px}

.visually-hidden{
  position:absolute;width:1px;height:1px;margin:-1px;padding:0;
  overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;
}

.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:var(--gutter)}

/* ─────────── §6 TYPE SCALE ─────────── */

.h2{
  font-family:var(--display);
  font-variation-settings:'opsz' 48,'wght' 600;   /* §6 web H2 */
  font-size:clamp(28px,4.4vw,44px);
  text-transform:uppercase;
  letter-spacing:.04em;                            /* +40 */
  line-height:1.15;
  margin:.15em 0 0;
  color:var(--gold);
}

.eyebrow{
  font-family:var(--sans);font-weight:600;font-size:12px;
  text-transform:uppercase;letter-spacing:.15em;   /* +150 */
  color:var(--gold);margin:0;
}

.script{font-family:var(--script);letter-spacing:0;color:var(--gold)} /* §6: never tracked */

.rule{                                             /* §5 divider hairline */
  border:0;height:1px;background:var(--hairline);
  margin:22px auto 40px;max-width:520px;
}
.rule--left{margin-inline:0;max-width:280px}

/* ─────────── BUTTONS ─────────── */

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:0 30px;
  font-family:var(--sans);font-weight:600;font-size:13px;
  text-transform:uppercase;letter-spacing:.15em;   /* +150 */
  border:1px solid transparent;cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;
}
.btn--gold{background:var(--gold);color:var(--black);border-color:var(--gold)}
.btn--gold:hover{background:var(--cream);border-color:var(--cream);transform:translateY(-2px);
  box-shadow:0 8px 26px rgba(194,166,106,.28)}
.btn--ghost{background:transparent;color:var(--gold);border-color:rgba(194,166,106,.55)}
.btn--ghost:hover{border-color:var(--gold);background:rgba(194,166,106,.09);transform:translateY(-2px)}

/* ═══════════════ NAV — §10.8 ═══════════════ */

.nav{
  position:fixed;inset:0 0 auto 0;z-index:100;
  background:transparent;border-bottom:1px solid transparent;
  transition:background .3s ease,border-color .3s ease,backdrop-filter .3s ease;
}
.nav.is-solid,
.nav--solid{                                       /* solidifies at 80px scroll; interior pages start solid */
  background:var(--black);
  border-bottom-color:rgba(194,166,106,.22);
  backdrop-filter:saturate(140%) blur(6px);
}

.nav__inner{
  max-width:var(--wrap);margin-inline:auto;padding:0 var(--gutter);
  height:var(--nav-h);display:flex;align-items:center;gap:24px;
}

.nav__logo{display:flex;align-items:center;gap:12px;flex:0 0 auto}
/* the emblem carries its own gold ring and star — no frame, no crop */
.nav__emblem{width:64px;height:auto;display:block;
  filter:drop-shadow(0 2px 10px rgba(0,0,0,.6));
  transition:filter .2s ease}
.nav__logo:hover .nav__emblem{filter:drop-shadow(0 2px 14px rgba(194,166,106,.45))}

.nav__links{margin-left:auto;display:flex;gap:34px}
.nav__links a{
  font-weight:600;font-size:13px;text-transform:uppercase;
  letter-spacing:.15em;color:var(--gold);position:relative;padding:6px 0;
}
.nav__links a::after{
  content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;
  background:var(--gold);transition:right .25s ease;
}
.nav__links a:hover::after,.nav__links a[aria-current="page"]::after{right:0}
.nav__links a[aria-current="page"]{color:var(--cream)}

.nav__cta{min-height:40px;padding:0 22px;font-size:12px}

.nav__toggle{
  display:none;width:44px;height:44px;background:none;border:0;
  padding:10px;flex-direction:column;justify-content:space-between;cursor:pointer;
}
.nav__toggle span{display:block;height:1.5px;background:var(--gold);transition:transform .25s,opacity .2s}
.nav__toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(10px) rotate(45deg)}
.nav__toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav__toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-10px) rotate(-45deg)}

/* ═══════════════ 1. HERO ═══════════════ */

.hero{
  position:relative;min-height:100svh;
  display:flex;align-items:center;
  background:var(--stage);                          /* §5 stage gradient */
  overflow:hidden;
  padding:calc(var(--nav-h) + 40px) 0 90px;
}

/* right-weighted photo + left-third scrim (§10.8 / §7 scrim rule 1) */
.hero__photo{
  position:absolute;inset:0 0 0 40%;
  background:url("assets/hero.jpg") center top/cover no-repeat;
  opacity:.9;
  -webkit-mask-image:linear-gradient(to right,transparent 0%,#000 34%,#000 100%);
          mask-image:linear-gradient(to right,transparent 0%,#000 34%,#000 100%);
}
.hero__scrim{
  position:absolute;inset:0;
  background:
    linear-gradient(to right,rgba(13,13,13,.94) 0%,rgba(13,13,13,.80) 38%,rgba(13,13,13,.25) 68%,rgba(13,13,13,.55) 100%),
    linear-gradient(to top,rgba(13,13,13,.92) 0%,rgba(13,13,13,.35) 45%,transparent 100%);
}

.hero__content{position:relative;z-index:2;max-width:var(--wrap)}
/* the long-form oblong lockup — the hero banner */
.hero__banner{
  width:min(560px,78vw);height:auto;margin:0 0 26px -18px;
  filter:drop-shadow(0 6px 30px rgba(0,0,0,.55));
}

.hero__h1{
  font-family:var(--display);
  font-variation-settings:'opsz' 72,'wght' 600;     /* §6 web H1 */
  font-size:clamp(34px,6vw,64px);                   /* 64 desktop / 36 mobile */
  line-height:1.06;letter-spacing:.04em;            /* +40 */
  text-transform:uppercase;margin:0 0 20px;
  max-width:15ch;
}
.hero__h1 span{display:block;
  background:var(--gold-metal);                     /* gold metal, never flat */
  -webkit-background-clip:text;background-clip:text;color:transparent;
  filter:drop-shadow(0 2px 14px rgba(194,166,106,.22));
}


.hero__actions{display:flex;flex-wrap:wrap;gap:14px}

.hero__scroll{
  position:absolute;left:50%;bottom:26px;z-index:2;
  width:1px;height:48px;background:var(--hairline);
  transform:translateX(-50%);opacity:.7;
}

/* §7 sparkle bokeh — edges only, ≤.3 opacity, §10.8 slow ambient motion */
.bokeh{position:absolute;inset:0;z-index:1;pointer-events:none}
.bokeh span{
  position:absolute;border-radius:50%;
  background:radial-gradient(circle,rgba(234,220,195,.9) 0%,rgba(194,166,106,.45) 45%,transparent 70%);
  opacity:0;animation:drift 22s ease-in-out infinite;
}
.bokeh span:nth-child(1){width:8px;height:8px;left:4%;top:22%;animation-delay:0s}
.bokeh span:nth-child(2){width:5px;height:5px;left:11%;top:68%;animation-delay:3s}
.bokeh span:nth-child(3){width:11px;height:11px;left:2%;top:80%;animation-delay:6s}
.bokeh span:nth-child(4){width:6px;height:6px;left:94%;top:16%;animation-delay:1.5s}
.bokeh span:nth-child(5){width:9px;height:9px;left:88%;top:74%;animation-delay:8s}
.bokeh span:nth-child(6){width:4px;height:4px;left:97%;top:48%;animation-delay:11s}
.bokeh span:nth-child(7){width:7px;height:7px;left:20%;top:8%;animation-delay:14s}
.bokeh span:nth-child(8){width:5px;height:5px;left:76%;top:6%;animation-delay:17s}
.bokeh span:nth-child(9){width:10px;height:10px;left:60%;top:92%;animation-delay:20s}

@keyframes drift{
  0%{opacity:0;transform:translate3d(0,14px,0) scale(.85)}
  22%{opacity:.30}
  70%{opacity:.16}
  100%{opacity:0;transform:translate3d(0,-34px,0) scale(1.12)}
}

/* ═══════════════ INTERIOR PAGE HEADER ═══════════════ */

.pagehead{
  position:relative;overflow:hidden;text-align:center;
  background:var(--stage);
  padding:calc(var(--nav-h) + 76px) 0 68px;
  border-bottom:1px solid rgba(194,166,106,.22);
}
.pagehead__inner{position:relative;z-index:2}
.pagehead__h1{
  font-family:var(--display);
  font-variation-settings:'opsz' 72,'wght' 600;
  font-size:clamp(34px,5.4vw,58px);
  text-transform:uppercase;letter-spacing:.04em;line-height:1.08;
  margin:.2em 0 0;
  background:var(--gold-metal);
  -webkit-background-clip:text;background-clip:text;color:transparent;
  filter:drop-shadow(0 2px 14px rgba(194,166,106,.2));
}
.pagehead .rule{margin:20px auto 22px}
.pagehead__lead{margin:0 auto;max-width:48ch;font-size:17px;color:var(--cream)}

/* ═══════════════ SECTION GROUNDS ═══════════════ */

section{padding:96px 0}
.band-cabernet{background:var(--cabernet);position:relative}
.band-cabernet::before,.band-cabernet::after{
  content:"";position:absolute;left:0;right:0;height:1px;background:var(--hairline);
}
.band-cabernet::before{top:0}
.band-cabernet::after{bottom:0}

/* ═══════════════ 2. THE PROMISE ═══════════════ */

.promise{padding:84px 0;text-align:center}
.promise__line{margin:0;display:grid;gap:10px;justify-items:center}
.promise .script{font-size:clamp(30px,4.6vw,52px);line-height:1.25}
.promise__display{
  font-family:var(--display);
  font-variation-settings:'opsz' 48,'wght' 600;
  font-size:clamp(22px,3.2vw,36px);
  text-transform:uppercase;letter-spacing:.04em;line-height:1.25;
  color:var(--gold);                                /* gold on cabernet 5.5:1 — large display only */
  max-width:22ch;
}
.promise__display em{font-style:normal;color:var(--cream)} /* cream on cabernet 9.6:1 AAA */

/* ═══════════════ 3. SERVICES ═══════════════ */

.services{text-align:center}
.cards{
  display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:8px;
}
.card{
  position:relative;padding:0;text-align:center;overflow:hidden;
  background:linear-gradient(180deg,rgba(92,23,50,.20) 0%,rgba(13,13,13,0) 70%);
  border:1px solid rgba(194,166,106,.34);           /* §7 deco hairline */
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.card:hover{
  transform:translateY(-4px);                       /* §10.8 lift 4px */
  border-color:var(--cream);                        /* border brightens to cream */
  box-shadow:0 14px 40px rgba(0,0,0,.55);
}
.card__body{padding:26px 22px 30px}
.card__name{
  font-family:var(--sans);font-weight:600;font-size:15px;
  text-transform:uppercase;letter-spacing:.12em;    /* §6 H3 +120 */
  color:var(--gold);margin:0 0 12px;
}
.card__desc{font-size:15px;color:var(--cream);margin:0 0 20px;line-height:1.6}
.card__more{
  font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.15em;
  border-bottom:1px solid rgba(194,166,106,.45);padding-bottom:3px;
}
.card__more:hover{color:var(--cream);border-bottom-color:var(--cream)}

.icon{width:56px;height:56px;fill:var(--gold)}      /* §9: 48–96px = flat gold silhouette */

.services__note{
  margin:52px auto 0;max-width:62ch;
  font-size:15px;color:var(--cream);opacity:.85;
}

/* ═══════════════ SERVICE DETAIL (services.html) ═══════════════ */

.svc-list{padding-bottom:0}
.svc{
  display:grid;grid-template-columns:340px minmax(0,1fr);gap:44px;align-items:start;
  padding:56px 0;border-top:1px solid rgba(194,166,106,.2);
  scroll-margin-top:calc(var(--nav-h) + 24px);
}
.svc:first-of-type{border-top:0;padding-top:8px}

.svc-thumb{
  position:relative;aspect-ratio:4/3;overflow:hidden;
  border-bottom:1px solid rgba(194,166,106,.34);
  background:linear-gradient(150deg,rgba(92,23,50,.28),rgba(13,13,13,1));
}
.svc-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.card:hover .svc-thumb img{transform:scale(1.04)}
.svc-thumb::after{                                  /* §7 scrim so gold type never sits on a hot spot */
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(to top,rgba(13,13,13,.55) 0%,transparent 45%);
}
/* awaiting photography — the §9 icon holds the frame */
.svc-thumb--pending{display:grid;place-items:center;
  background:radial-gradient(ellipse at 50% 45%,rgba(92,23,50,.5) 0%,rgba(13,13,13,1) 78%)}
.svc-thumb--pending .icon{width:74px;height:74px;opacity:.85}

.svc__body .h2{margin-top:-.1em}
.svc__lead{
  font-family:var(--display);font-style:italic;
  font-variation-settings:'opsz' 32,'wght' 500;
  font-size:clamp(19px,2.2vw,25px);line-height:1.42;
  color:var(--gold);margin:14px 0 18px;max-width:46ch;
}
.svc__body p{max-width:62ch}
.svc__best-label{
  font-family:var(--sans);font-weight:600;font-size:11px;
  text-transform:uppercase;letter-spacing:.15em;color:var(--gold);margin:26px 0 12px;
}
.svc__best{
  list-style:none;margin:0 0 30px;padding:0;
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 28px;max-width:62ch;
}
.svc__best li{position:relative;padding-left:20px;font-size:15px;color:var(--cream)}
.svc__best li::before{                             /* §7 gold diamond bullet */
  content:"";position:absolute;left:2px;top:.62em;width:6px;height:6px;
  background:var(--gold);transform:rotate(45deg);
}

.svc > .svc-thumb{border:1px solid rgba(194,166,106,.34)}

/* ═══════════════ VALUES (about.html) ═══════════════ */

.values{text-align:center}
.values__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.values__grid article{
  padding:34px 26px;border:1px solid rgba(194,166,106,.28);
  background:linear-gradient(180deg,rgba(92,23,50,.16),rgba(13,13,13,0));
}
.values__grid p{margin:0;font-size:15px;color:var(--cream)}
.values__grid .card__name{margin-top:0}

/* ═══════════════ CLOSING CTA BAND ═══════════════ */

.cta-band{text-align:center;padding:80px 0}
.cta-band__script{font-size:clamp(26px,3.6vw,40px);line-height:1.3;display:block;margin:0}
.cta-band__h2{color:var(--cream);margin-top:10px}
.cta-band__actions{
  display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin:32px 0 26px;
}
.btn--ghost-cream{color:var(--cream);border-color:rgba(234,220,195,.55)}
.btn--ghost-cream:hover{border-color:var(--cream);background:rgba(234,220,195,.1)}
.cta-band__by{
  margin:0;font-family:var(--sans);font-weight:600;font-size:11px;
  text-transform:uppercase;letter-spacing:.15em;color:var(--gold);
}

/* ═══════════════ CONTACT INFO (contact.html) ═══════════════ */

.contact-info{padding:76px 0 24px}
.contact-info__grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:34px;text-align:center;
}
.contact-info__grid > div{
  padding:0 18px;border-left:1px solid rgba(194,166,106,.2);
}
.contact-info__grid > div:first-child{border-left:0}
.contact-info__grid p{margin:0 0 6px;font-size:15px;color:var(--cream)}
.contact-info__grid .eyebrow{margin-bottom:16px}
.contact-info__name{font-weight:600}
.contact-info__big{
  font-family:var(--display);font-variation-settings:'opsz' 32,'wght' 600;
  font-size:26px!important;margin:10px 0 8px!important;
}
.contact-info__big a{color:var(--gold)}
.contact-info__big a:hover{color:var(--cream)}

/* ═══════════════ 4. ABOUT ═══════════════ */

.about__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:56px;align-items:center}

.about__portrait{position:relative;padding:10px}
.about__portrait::after{                            /* gold rim */
  content:"";position:absolute;inset:0;border:1px solid rgba(194,166,106,.55);pointer-events:none;
}
.about__portrait img{
  width:100%;aspect-ratio:4/5;object-fit:cover;object-position:50% 50%;
  /* vignette */
  -webkit-mask-image:radial-gradient(ellipse at 50% 42%,#000 58%,rgba(0,0,0,.55) 84%,transparent 100%);
          mask-image:radial-gradient(ellipse at 50% 42%,#000 58%,rgba(0,0,0,.55) 84%,transparent 100%);
}

.about__copy p{margin:0 0 18px;max-width:56ch}
.about__copy strong{color:var(--gold);font-weight:600}
.about__sign{font-size:44px;line-height:1;margin-top:14px}
.about__cta{margin-top:28px}

/* ═══════════════ 5. PERFECT FOR ═══════════════ */

.perfect{text-align:center}
.perfect__grid{
  list-style:none;margin:0;padding:0;
  display:grid;grid-template-columns:repeat(7,1fr);gap:20px;
}
.perfect__grid li{display:flex;flex-direction:column;align-items:center;gap:14px}
.perfect__grid .icon{width:48px;height:48px}
.perfect__grid span{
  font-family:var(--sans);font-weight:600;font-size:11px;
  text-transform:uppercase;letter-spacing:.12em;color:var(--cream);line-height:1.5;
}

/* ═══════════════ 6. MEDIA ═══════════════ */

.media{text-align:center}
.media__h2{font-size:clamp(24px,3vw,34px)}
.media .rule{margin-bottom:32px}
.media__h2 + .rule{margin-top:18px}
.video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-bottom:58px}
.video{position:relative;aspect-ratio:16/9;border:1px solid rgba(194,166,106,.34);background:#111}
.video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.video__slot{
  position:absolute;inset:0;display:grid;place-items:center;
  background:radial-gradient(ellipse at 50% 40%,rgba(92,23,50,.55) 0%,rgba(13,13,13,1) 78%);
}
.video__slot span,.shot span{
  font-family:var(--sans);font-weight:600;font-size:11px;
  text-transform:uppercase;letter-spacing:.15em;color:var(--gold-muted);
}

.gallery{
  display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:150px;gap:14px;margin-bottom:58px;
}
.shot{
  margin:0;position:relative;display:grid;place-items:center;
  background:linear-gradient(150deg,rgba(92,23,50,.35),rgba(13,13,13,1));
  border:1px solid rgba(194,166,106,.2);overflow:hidden;
}
.shot--tall{grid-row:span 2}
.shot::after{                                        /* gold hover overlay */
  content:"";position:absolute;inset:0;background:rgba(194,166,106,.18);
  opacity:0;transition:opacity .22s ease;
}
.shot:hover::after{opacity:1}

.audio__label{
  font-family:var(--sans);font-weight:600;font-size:12px;
  text-transform:uppercase;letter-spacing:.15em;color:var(--gold);margin:0 0 14px;
}
.audio__panel{
  max-width:600px;margin-inline:auto;padding:20px;
  border:1px solid rgba(194,166,106,.34);
  background:linear-gradient(180deg,rgba(92,23,50,.22),rgba(13,13,13,0));
}
/* native media controls can't be themed directly — invert them onto the dark ground */
.audio audio{
  width:100%;display:block;
  filter:invert(1) hue-rotate(180deg) saturate(.55) brightness(.92);
}

/* ═══════════════ 7. TESTIMONIALS ═══════════════ */

.testimonials{text-align:center;
  background:
    radial-gradient(ellipse 78% 62% at 50% -8%,rgba(92,23,50,.42) 0%,transparent 70%),
    var(--black);
}
.carousel{position:relative;max-width:820px;margin-inline:auto}
.carousel__track{display:grid}
.quote{
  grid-area:1/1;margin:0;padding:56px 40px;
  border:1px solid rgba(194,166,106,.34);            /* §10.5 layout B deco frame */
  background:linear-gradient(180deg,rgba(92,23,50,.18),rgba(13,13,13,0));
  opacity:0;visibility:hidden;transition:opacity .4s ease;
}
.quote.is-active{opacity:1;visibility:visible}
.quote__text{
  font-family:var(--display);font-style:italic;
  font-variation-settings:'opsz' 40,'wght' 500;
  font-size:clamp(22px,3vw,34px);line-height:1.4;
  color:var(--gold);margin:0 0 22px;
}
.quote__text em{font-style:italic;color:var(--wine)}  /* §6 pull-quote emphasis, once per asset */
.quote__by{
  font-family:var(--sans);font-weight:600;font-size:11px;
  text-transform:uppercase;letter-spacing:.15em;color:var(--cream);opacity:.8;
}

.dots{display:flex;gap:10px;justify-content:center;margin-top:26px}
.dots button{
  width:9px;height:9px;padding:0;border-radius:50%;cursor:pointer;
  background:transparent;border:1px solid var(--gold);transition:background .2s;
}
.dots button[aria-selected="true"]{background:var(--gold)}

/* ═══════════════ 8. BOOKING ═══════════════ */

.booking{text-align:center}
.deco-frame{
  border:1px solid rgba(234,220,195,.35);
  padding:56px clamp(20px,5vw,64px);position:relative;
}
.deco-frame::before{content:"";position:absolute;inset:7px;border:1px solid rgba(234,220,195,.15);pointer-events:none}
.booking .h2{color:var(--cream)}                     /* cream on cabernet 9.6:1 */
.booking .eyebrow{color:var(--gold)}
.booking__lead{max-width:46ch;margin:0 auto 40px;color:var(--cream)}

.form{
  display:grid;grid-template-columns:repeat(2,1fr);gap:26px 24px;
  text-align:left;max-width:760px;margin-inline:auto;
}
.field--full{grid-column:1/-1}
.field{display:flex;flex-direction:column;gap:8px;border:0;padding:0;margin:0;min-width:0}

.field label,.field legend{
  font-family:var(--sans);font-weight:600;font-size:11px;
  text-transform:uppercase;letter-spacing:.15em;color:var(--gold);padding:0;
}

.field input,.field select,.field textarea{
  width:100%;background:transparent;color:var(--cream);color-scheme:dark;
  font-family:var(--sans);font-size:16px;
  border:0;border-bottom:1px solid rgba(234,220,195,.45);   /* gold-bottom-border field */
  padding:10px 2px;border-radius:0;transition:border-color .2s,box-shadow .2s;
}
.field select{appearance:none;
  background-image:linear-gradient(45deg,transparent 50%,var(--gold) 50%),
                   linear-gradient(135deg,var(--gold) 50%,transparent 50%);
  background-position:calc(100% - 14px) 20px,calc(100% - 8px) 20px;
  background-size:6px 6px,6px 6px;background-repeat:no-repeat;
}
.field select option{background:var(--cabernet);color:var(--cream)}
.field textarea{resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{
  outline:none;border-bottom-color:var(--gold);
  box-shadow:0 3px 14px -6px rgba(194,166,106,.9);           /* gold focus glow */
}
.field input:focus-visible,.field select:focus-visible,.field textarea:focus-visible{outline:none}
.field ::placeholder{color:rgba(234,220,195,.45)}

.checks{display:flex;flex-wrap:wrap;gap:14px 26px;margin-top:4px}
.checks label{
  display:flex;align-items:center;gap:9px;cursor:pointer;
  font-weight:400;font-size:15px;letter-spacing:0;text-transform:none;color:var(--cream);
}
.checks input{
  appearance:none;width:16px;height:16px;flex:0 0 16px;
  border:1px solid rgba(234,220,195,.55);background:transparent;cursor:pointer;
}
.checks input:checked{background:var(--gold);border-color:var(--gold);
  box-shadow:inset 0 0 0 3px var(--cabernet)}

.form__submit{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:6px}
.form__alt{margin:0;font-size:14px;color:var(--cream)}
.form__alt a{color:var(--cream);border-bottom:1px solid rgba(234,220,195,.5)}
.form__status{grid-column:1/-1;margin:0;font-size:14px;color:var(--cream);min-height:1.2em}
.form__status.is-error{color:#FFD9C7}

/* ═══════════════ 9. FOOTER ═══════════════ */

.footer{background:var(--black);padding:70px 0 120px;text-align:center}
.footer__grid{
  display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;
}
.footer__logo img{width:250px;height:auto}
.footer__nav{display:flex;gap:26px;flex-wrap:wrap;justify-content:center}
.footer__nav a{
  font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.15em;color:var(--gold);
}
.footer__nav a:hover{color:var(--cream)}

.social{list-style:none;display:flex;gap:16px;margin:0;padding:0}
.social a{display:grid;place-items:center;width:34px;height:34px;
  border:1px solid rgba(194,166,106,.4);border-radius:50%;transition:border-color .2s,background .2s}
.social a:hover{border-color:var(--gold);background:rgba(194,166,106,.12)}
.social svg{width:15px;height:15px;fill:var(--gold)}

.rule--footer{margin:40px auto 32px;max-width:100%}

.footer__contact p{margin:0 0 4px;font-size:12px;color:var(--gold-muted)}
.footer__contact a{color:var(--gold-muted)}
.footer__contact a:hover{color:var(--gold)}
.footer__bookings{
  font-weight:600;text-transform:uppercase;letter-spacing:.15em;
  color:var(--gold)!important;margin-bottom:8px!important;
}
.footer__copy{margin-top:18px!important}
.footer__tag{
  margin-top:12px!important;font-weight:600;font-size:11px;
  text-transform:uppercase;letter-spacing:.2em;color:var(--gold)!important;  /* §Rung 1 stamp */
}

/* ═══════════════ MOBILE STICKY CALL BAR — §10.8 ═══════════════ */

.callbar{display:none}

/* ═══════════════ BREAKPOINTS — 480 / 768 / 1024 / 1440 ═══════════════ */

@media (max-width:1440px){ :root{--wrap:1200px} }

@media (max-width:1024px){
  .cards{grid-template-columns:repeat(2,1fr)}
  .perfect__grid{grid-template-columns:repeat(4,1fr);gap:28px 20px}
  .nav__links{gap:22px}
  .nav__emblem{width:56px}
  .about__grid{gap:38px}
  .svc{grid-template-columns:260px minmax(0,1fr);gap:32px}
  .values__grid{grid-template-columns:1fr;max-width:560px;margin-inline:auto}
}

@media (max-width:768px){
  section{padding:72px 0}
  .nav__emblem{width:50px}
  .nav__toggle{display:flex;margin-left:auto;order:3}
  .nav__cta{order:2;margin-left:auto}

  .nav__links{
    position:fixed;inset:var(--nav-h) 0 auto 0;
    flex-direction:column;gap:0;margin:0;
    background:var(--black);border-bottom:1px solid rgba(194,166,106,.25);
    max-height:0;overflow:hidden;transition:max-height .3s ease;
  }
  .nav__links.is-open{max-height:340px}
  .nav__links a{padding:16px var(--gutter);border-top:1px solid rgba(194,166,106,.12)}
  .nav__links a::after{display:none}

  .hero{padding-bottom:120px;min-height:92svh}
  .hero__photo{inset:0 0 0 18%;opacity:.55}
  .hero__scrim{background:
    linear-gradient(to top,rgba(13,13,13,.96) 0%,rgba(13,13,13,.72) 46%,rgba(13,13,13,.42) 100%)}
  .hero__banner{width:min(420px,88vw);margin-left:-8px}
  .hero__actions .btn{flex:1 1 auto}

  .about__grid{grid-template-columns:1fr}
  .about__portrait{max-width:420px;margin-inline:auto}
  .about__copy{text-align:center}
  .about__copy p{margin-inline:auto}
  .rule--left{margin-inline:auto}

  .video-grid{grid-template-columns:1fr}
  .gallery{grid-template-columns:repeat(2,1fr);grid-auto-rows:130px}

  .pagehead{padding:calc(var(--nav-h) + 52px) 0 52px}

  .svc{grid-template-columns:1fr;gap:26px;text-align:center;padding:44px 0}
  .svc > .svc-thumb{max-width:420px;margin-inline:auto}
  .svc__body p,.svc__lead,.svc__best{margin-inline:auto}
  .svc__best{grid-template-columns:1fr;text-align:left;max-width:270px}

  .contact-info__grid{grid-template-columns:1fr;gap:0}
  .contact-info__grid > div{
    border-left:0;border-top:1px solid rgba(194,166,106,.2);padding:26px 0;
  }
  .contact-info__grid > div:first-child{border-top:0;padding-top:0}

  .cta-band__actions .btn{flex:1 1 auto}

  .form{grid-template-columns:1fr}
  .quote{padding:40px 24px}

  .footer{padding-bottom:150px}
  .footer__grid{flex-direction:column}

  .callbar{
    display:grid;grid-template-columns:1fr auto;gap:1px;
    position:fixed;inset:auto 0 0 0;z-index:99;
    background:rgba(194,166,106,.3);
    border-top:1px solid rgba(194,166,106,.45);
  }
  .callbar a{
    display:flex;align-items:center;justify-content:center;min-height:56px;padding:0 22px;
    font-family:var(--sans);font-weight:600;font-size:13px;
    text-transform:uppercase;letter-spacing:.15em;
  }
  .callbar__call{background:var(--gold);color:var(--black)}
  .callbar__book{background:var(--cabernet);color:var(--cream)}
}

@media (max-width:480px){
  body{font-size:16px}
  .perfect__grid{grid-template-columns:repeat(2,1fr)}
  .cards{grid-template-columns:1fr}
  .hero__h1{font-size:36px}                        /* §10.8 mobile H1 */
  .about__sign{font-size:38px}
}

/* ═══════════════ REDUCED MOTION — §10.8 ═══════════════ */

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{
    animation-duration:.01ms!important;animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
  .bokeh{display:none}
}

/* ═══════════════ PRINT ═══════════════ */

@media print{
  .nav,.callbar,.bokeh,.hero__photo,.hero__scrim{display:none!important}
  body{background:#fff;color:#0D0D0D}
  .h2,.eyebrow,.script{color:#8B7040}               /* §10.2: never #C2A66A on light */
}
