:root {
  --black: #050505;
  --soft-black: #0d0d0d;
  --panel: #141414;
  --white: #f7f7f5;
  --muted: #b8b8b3;
  --gold: #b7832e;
  --gold-light: #d4a241;
  --line: rgba(255,255,255,.14);
  --shell: min(1180px, calc(100% - 42px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--white); font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
[id] { scroll-margin-top: 120px; }
.mobile-panel a { cursor: pointer; }

a { color: inherit; text-decoration: none; }
button { font: inherit; }
address { font-style: normal; }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: 108px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; padding: 10px 16px; background: var(--gold); color: #000; font-weight: 900; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { background: rgba(4,4,4,.92); border-color: var(--line); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: min(275px, 54vw); height: 104px; overflow: visible; display: flex; align-items: center; flex: none; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: .82rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.site-nav > a:not(.nav-book) { position: relative; }
.site-nav > a:not(.nav-book)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 1px; background: var(--gold); transition: width .2s ease; }
.site-nav > a:not(.nav-book):hover::after { width: 100%; }
.nav-book { padding: 13px 20px; background: var(--gold); color: #050505; }
.nav-book:hover { background: var(--gold-light); }
.mobile-menu { display: none; }
.mobile-menu summary { list-style: none; cursor: pointer; padding: 12px; color: var(--white); position: relative; z-index: 1002; -webkit-tap-highlight-color: transparent; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span:not(.sr-only) { display: block; width: 30px; height: 2px; margin: 6px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.mobile-menu[open] summary span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.mobile-menu[open] summary span:nth-child(2) { opacity: 0; }
.mobile-menu[open] summary span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.mobile-panel { display: none; }

.hero { min-height: 820px; height: 100svh; max-height: 980px; position: relative; display: flex; align-items: center; overflow: hidden; isolation: isolate; background: #050505; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 75% 18%, rgba(183,131,46,.13), transparent 24%), linear-gradient(120deg, #050505 0 52%, #101010 52% 100%); }
.hero-texture { position: absolute; inset: 0; z-index: -2; opacity: .23; background: repeating-linear-gradient(118deg, transparent 0 110px, rgba(255,255,255,.035) 110px 112px, transparent 112px 230px); transform: skewX(-8deg) scale(1.2); }
.hero-grid { display: grid; grid-template-columns: 1.12fr .58fr; gap: 7vw; align-items: center; padding-top: 80px; }
.hero-copy-block { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; color: var(--gold-light); font-size: .77rem; font-weight: 950; letter-spacing: .27em; text-transform: uppercase; }
h1, h2, h3, .proof-grid strong { font-family: Impact, Haettenschweiler, "Arial Black", sans-serif; text-transform: uppercase; font-weight: 900; }
h1, h2 { margin: 0; line-height: .91; letter-spacing: .015em; }
.hero h1 { max-width: 800px; font-size: clamp(4rem, 7.8vw, 8rem); }
.hero h1 span { color: var(--gold-light); }
.hero-copy { max-width: 620px; margin: 27px 0 31px; color: #dfdfdb; font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; font-size: .82rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #050505; }
.button-gold:hover { background: var(--gold-light); }
.button-ghost { border-color: rgba(255,255,255,.5); }
.button-ghost:hover { background: var(--white); color: #050505; }
.button-dark { background: #050505; color: var(--white); }
.button-dark:hover { background: #222; }
.rating-strip { width: fit-content; margin-top: 34px; display: flex; align-items: center; gap: 10px; color: #d5d5d0; font-size: .9rem; }
.stars { color: var(--gold-light); letter-spacing: .12em; }
.rating-strip strong { font-size: 1rem; }
.brand-poster { position: relative; max-width: 430px; justify-self: end; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 35px 100px rgba(0,0,0,.62); }
.brand-poster::before { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(183,131,46,.32); pointer-events: none; }
.brand-poster img { width: 100%; }
.scroll-cue { position: absolute; left: 28px; bottom: 26px; display: flex; align-items: center; gap: 10px; color: #aaa; font-size: .67rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left bottom; }
.scroll-cue span { width: 42px; height: 1px; background: var(--gold); }

.statement { background: var(--white); color: #050505; }
.statement-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 9vw; align-items: start; }
h2 { font-size: clamp(3rem, 5.4vw, 5.8rem); }
.statement-copy { padding-top: 20px; color: #363632; font-size: 1.18rem; }
.statement-copy p { margin: 0 0 17px; }
.proof-band { background: var(--gold); color: #050505; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { padding: 34px 27px; border-left: 1px solid rgba(0,0,0,.26); }
.proof-grid div:last-child { border-right: 1px solid rgba(0,0,0,.26); }
.proof-grid strong { display: block; font-size: 2.55rem; line-height: 1; }
.proof-grid span { display: block; margin-top: 7px; font-size: .72rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }

.services { background: var(--soft-black); }
.section-heading { margin-bottom: 52px; display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.section-heading > p, .section-heading > .text-link { max-width: 390px; margin: 0 0 7px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.service-card { min-height: 150px; padding: 31px 28px 31px 0; display: flex; justify-content: space-between; gap: 25px; border-bottom: 1px solid var(--line); }
.service-card:nth-child(odd) { padding-right: 42px; border-right: 1px solid var(--line); }
.service-card:nth-child(even) { padding-left: 42px; }
.service-card h3 { margin: 0 0 5px; font-size: 1.42rem; letter-spacing: .04em; }
.service-card p { margin: 0; color: var(--muted); }
.service-card > strong { flex: none; color: var(--gold-light); font-size: 2rem; font-weight: 900; }
.service-card.featured { background: rgba(183,131,46,.09); }
.service-tag { display: inline-block; margin-bottom: 7px; color: var(--gold-light); font-size: .63rem; font-weight: 950; letter-spacing: .18em; }
.centre-action { margin-top: 45px; text-align: center; }

.shop-feature { background: #080808; }
.shop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
.shop-photo { position: relative; border: 1px solid var(--line); }
.shop-photo::after { content: ""; position: absolute; inset: 18px -18px -18px 18px; z-index: -1; border: 1px solid rgba(183,131,46,.45); }
.shop-photo img { width: 100%; }
.shop-copy h2 { font-size: clamp(3rem, 5vw, 5.5rem); }
.shop-copy > p:not(.eyebrow) { max-width: 470px; color: var(--muted); font-size: 1.12rem; }
.text-link { display: inline-block; padding-bottom: 3px; border-bottom: 1px solid var(--gold); color: var(--gold-light); font-size: .78rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }

.team { background: #0d0d0d; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.team-card { position: relative; min-height: 325px; padding: 28px; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(150deg, #1a1a1a, #0b0b0b); }
.team-card::after { content: ""; position: absolute; width: 170px; height: 170px; right: -75px; bottom: -75px; border: 1px solid rgba(183,131,46,.32); transform: rotate(45deg); }
.team-card > span { position: absolute; top: 20px; right: 22px; color: rgba(255,255,255,.25); font-weight: 900; }
.initials { width: 132px; height: 132px; margin: 24px 0 43px; display: grid; place-items: center; border: 1px solid rgba(183,131,46,.55); background: #0a0a0a; color: var(--gold-light); font-family: Impact, "Arial Black", sans-serif; font-size: 2.6rem; letter-spacing: .06em; clip-path: polygon(12% 0,100% 0,100% 88%,88% 100%,0 100%,0 12%); }
.team-card h3 { margin: 0; font-size: 1.55rem; letter-spacing: .04em; }
.team-card p { margin: 4px 0 0; color: var(--gold-light); font-size: .72rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }

.reviews { background: #050505; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.review-card { min-height: 305px; margin: 0; padding: 32px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--panel); }
.review-card p { margin: 23px 0 28px; font-size: 1.35rem; line-height: 1.42; }
.review-card footer { margin-top: auto; color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.booking-cta { padding: 0 0 105px; background: #050505; }
.booking-box { padding: 55px 60px; display: flex; align-items: center; justify-content: space-between; gap: 38px; background: var(--gold); color: #050505; }
.booking-box .eyebrow { color: rgba(0,0,0,.65); }
.booking-box h2 { max-width: 820px; font-size: clamp(2.7rem, 4.7vw, 5rem); }

.location { background: var(--white); color: #050505; }
.location-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 7vw; }
.location-copy { padding: 25px 0; }
.location-copy h2 { margin-bottom: 30px; }
.location-copy address { color: #44443f; font-size: 1.08rem; }
.location-copy address strong { color: #050505; }
.contact-links { margin: 25px 0 34px; display: flex; flex-wrap: wrap; gap: 12px 25px; }
.contact-links a { font-weight: 950; border-bottom: 1px solid var(--gold); }
.hours { padding-top: 25px; border-top: 1px solid rgba(0,0,0,.18); }
.hours h3 { margin: 0 0 12px; font-size: 1.35rem; }
.hours p { margin: 8px 0; display: flex; justify-content: space-between; gap: 22px; }
.hours span { color: #55554f; }
.map-wrap { min-height: 510px; border: 10px solid #e3e0d8; box-shadow: 0 25px 70px rgba(0,0,0,.18); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 490px; border: 0; filter: grayscale(1) contrast(1.08); }

.site-footer { padding: 68px 0 27px; background: #050505; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .65fr; gap: 40px; align-items: start; }
.footer-logo { width: 285px; }
.footer-grid p { margin: 0 0 7px; color: var(--muted); }
.footer-links { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.footer-links a { border-bottom: 1px solid rgba(255,255,255,.22); }
.footer-bottom { margin-top: 55px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #8d8d88; font-size: .75rem; }
.mobile-book { display: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 930px) {
  :root { --shell: min(100% - 30px, 760px); }
  .section-pad { padding: 82px 0; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; position: relative; z-index: 1001; }
  .mobile-panel { position: fixed; inset: 0; z-index: 1000; padding: 132px 28px 40px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: rgba(5,5,5,.99); }
  .mobile-panel a { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-panel .nav-book { margin-top: 22px; padding: 17px; text-align: center; border: 0; }
  .hero { height: auto; min-height: 940px; max-height: none; }
  .hero-grid { grid-template-columns: 1fr .62fr; gap: 30px; }
  .statement-grid, .location-grid, .shop-grid { grid-template-columns: 1fr; gap: 42px; }
  .proof-grid { grid-template-columns: repeat(2,1fr); }
  .proof-grid div:nth-child(n+3) { border-top: 1px solid rgba(0,0,0,.26); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(odd), .service-card:nth-child(even) { padding: 28px 0; border-right: 0; }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 230px; }
  .booking-box { padding: 44px; flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); }
  body { padding-bottom: 62px; }
  .nav-wrap { min-height: 100px; }
  .brand { width: min(240px, 72vw); height: 92px; }
  .hero { min-height: 1040px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 145px; padding-bottom: 80px; }
  .hero h1 { font-size: clamp(3.7rem, 17vw, 5.4rem); }
  .hero-copy { font-size: 1rem; }
  .brand-poster { max-width: 340px; justify-self: center; }
  .button { width: 100%; }
  .rating-strip { flex-wrap: wrap; }
  .scroll-cue { display: none; }
  .section-pad { padding: 67px 0; }
  h2 { font-size: clamp(2.9rem, 14vw, 4.4rem); }
  .section-heading { display: block; margin-bottom: 36px; }
  .section-heading > p, .section-heading > .text-link { margin-top: 17px; }
  .proof-grid div { padding: 27px 17px; }
  .proof-grid strong { font-size: 2rem; }
  .proof-grid span { font-size: .62rem; }
  .service-card { min-height: 0; }
  .service-card h3 { font-size: 1.25rem; }
  .service-card > strong { font-size: 1.7rem; }
  .shop-photo::after { inset: 12px -10px -10px 12px; }
  .team-grid { grid-template-columns: 1fr; }
  .booking-cta { padding-bottom: 67px; }
  .booking-box { padding: 33px 24px; }
  .map-wrap, .map-wrap iframe { min-height: 340px; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .footer-bottom { margin-top: 38px; flex-direction: column; }
  .mobile-book { position: fixed; inset: auto 0 0; z-index: 1100; height: 62px; display: grid; place-items: center; background: var(--gold); color: #050505; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; box-shadow: 0 -8px 30px rgba(0,0,0,.4); }
}

/* Locked team portraits: exact crops from the first approved profile set. */
.team-grid-five { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.team-photo-card { min-height: 0; padding: 0; overflow: hidden; display: flex; flex-direction: column; background: #080808; border-color: rgba(212,162,65,.55); }
.team-photo-card::after { display: none; }
.team-photo-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; }
.team-card-copy { padding: 20px 18px 22px; text-align: center; }
.team-card-copy h3 { margin: 0; color: var(--gold-light); }
.team-card-copy p { margin: 5px 0 17px; }
.team-card-copy a { display: block; padding: 11px 9px; border: 1px solid var(--gold); color: var(--white); font-size: .7rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.team-card-copy a:hover, .team-card-copy a:focus-visible { background: var(--gold); color: #050505; }
@media (max-width: 1100px) { .team-grid-five { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .team-grid-five { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .team-grid-five { grid-template-columns: 1fr; } }


/* V7 team graphic section */
.team-showcase { position: relative; }
.team-graphic-wrap { margin: 0; }
.team-graphic { width: 100%; border: 1px solid rgba(212,162,65,.45); box-shadow: 0 18px 50px rgba(0,0,0,.35); background: #090909; }
.team-buttons { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.team-buttons a { padding: 13px 18px; border: 1px solid var(--gold); color: var(--white); background: #0b0b0b; font-size: .76rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.team-buttons a:hover, .team-buttons a:focus-visible { background: var(--gold); color: #050505; }
@media (max-width: 640px) {
  .team-buttons { gap: 10px; }
  .team-buttons a { width: calc(50% - 5px); text-align: center; padding: 12px 10px; font-size: .68rem; }
}
@media (max-width: 430px) {
  .team-buttons a { width: 100%; }
}


/* V8 flow and navigation reliability */
html { scroll-padding-top: 118px; }
#team, #services, #reviews, #find-us { scroll-margin-top: 118px; }
.team { background: radial-gradient(circle at 50% 0, rgba(183,131,46,.08), transparent 28%), #0d0d0d; }
.team-graphic-wrap { overflow: hidden; border-radius: 2px; }
@media (max-width: 760px) {
  .team-graphic-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid rgba(212,162,65,.45); }
  .team-graphic { min-width: 860px; border: 0; }
}

.mobile-panel a { touch-action: manipulation; }


/* Production V2 polish */
body.is-loading { overflow: hidden; }
.intro { position: fixed; inset: 0; z-index: 5000; display: grid; place-items: center; background: #030303; transition: opacity .55s ease, visibility .55s ease; }
.intro.is-hidden { opacity: 0; visibility: hidden; }
.intro-mark { width: min(440px, 78vw); text-align: center; animation: introIn .9s cubic-bezier(.22,.8,.28,1) both; }
.intro-mark img { width: 100%; filter: drop-shadow(0 18px 45px rgba(0,0,0,.75)); }
.intro-mark span { display: block; margin-top: 10px; color: var(--gold-light); font-size: .72rem; font-weight: 900; letter-spacing: .42em; text-transform: uppercase; }
@keyframes introIn { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: none; } }
.hero::before { background: linear-gradient(90deg, rgba(3,3,3,.93) 0%, rgba(3,3,3,.74) 42%, rgba(3,3,3,.22) 72%, rgba(3,3,3,.55) 100%), url('assets/hero-shop.webp') center/cover no-repeat; }
.hero-grid-full { grid-template-columns: minmax(0, 780px); }
.hero-copy-block { padding: 34px 0; }
.social-strip { background: #090909; }
.social-panel { padding: 55px 58px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border: 1px solid rgba(212,162,65,.42); background: radial-gradient(circle at 90% 10%, rgba(183,131,46,.16), transparent 34%), #101010; }
.social-panel h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.social-panel p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 1.08rem; }
.button, .nav-book, .team-buttons a { position: relative; overflow: hidden; }
.button::after, .nav-book::after, .team-buttons a::after { content: ''; position: absolute; inset: 0; transform: translateX(-115%); background: linear-gradient(100deg, transparent, rgba(255,255,255,.26), transparent); transition: transform .55s ease; }
.button:hover::after, .nav-book:hover::after, .team-buttons a:hover::after { transform: translateX(115%); }
@media (max-width: 930px) {
  .hero::before { background: linear-gradient(90deg, rgba(3,3,3,.9), rgba(3,3,3,.48)), url('assets/hero-shop.webp') center/cover no-repeat; }
  .social-panel { align-items: flex-start; flex-direction: column; padding: 42px; }
}
@media (max-width: 640px) {
  .hero { min-height: 860px; }
  .hero-grid { padding-top: 150px; }
  .hero::before { background: linear-gradient(180deg, rgba(3,3,3,.58), rgba(3,3,3,.94) 76%), url('assets/hero-shop.webp') 58% center/cover no-repeat; }
  .hero-copy-block { align-self: end; padding-bottom: 72px; }
  .social-panel { padding: 31px 24px; }
}

/* Production V3: stronger navigation and seven-person roster */
.site-header {
  background: rgba(3,3,3,.94);
  border-bottom-color: rgba(183,131,46,.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 30px rgba(0,0,0,.24);
}
.site-header.scrolled { background: rgba(3,3,3,.98); }

.team-roster {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.roster-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(212,162,65,.52);
  background: #080808;
  box-shadow: 0 18px 45px rgba(0,0,0,.28);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.roster-card:hover, .roster-card:focus-within {
  transform: translateY(-6px);
  border-color: var(--gold-light);
  box-shadow: 0 24px 60px rgba(0,0,0,.42), 0 0 28px rgba(183,131,46,.12);
}
.roster-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  filter: saturate(.92) contrast(1.03);
}
.roster-copy { padding: 22px 20px 24px; text-align: center; }
.roster-copy h3 { margin: 0; color: var(--white); font-size: 1.75rem; letter-spacing: .04em; }
.roster-copy p { margin: 5px 0 18px; color: var(--gold-light); font-size: .72rem; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.roster-copy a {
  display: block;
  padding: 12px 10px;
  border: 1px solid var(--gold);
  color: var(--white);
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: .2s ease;
}
.roster-copy a:hover, .roster-copy a:focus-visible { background: var(--gold); color: #050505; }
.roster-card-last { grid-column: 2; }

@media (max-width: 930px) {
  .team-roster { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .roster-card-last { grid-column: auto; }
}
@media (max-width: 640px) {
  .site-header { background: rgba(3,3,3,.98); }
  .team-roster { display: flex; overflow-x: auto; gap: 14px; scroll-snap-type: x mandatory; padding: 2px 1px 18px; -webkit-overflow-scrolling: touch; }
  .roster-card { flex: 0 0 min(84vw, 350px); scroll-snap-align: center; }
  .roster-card img { aspect-ratio: 4 / 4.8; }
}


/* FINAL BUILD: exact native-pixel team crops from the supplied group photograph */
.portrait-frame {
  aspect-ratio: 4 / 5;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  background: #050505;
}
.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  display: block;
  filter: none;
}
.roster-card img { filter: none; }
.site-header { background: rgba(3,3,3,.98); }
.mobile-panel { background: #050505; }
@media (min-width: 1200px) {
  .team-roster { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .roster-card-last { grid-column: auto; }
}
@media (max-width: 640px) {
  .portrait-frame { aspect-ratio: 4 / 5; }
}

/* Corrected final staff lineup: exact isolated crops from supplied group photo */
.team-roster {
  align-items: stretch;
}
.roster-card {
  overflow: hidden;
}
.portrait-frame {
  aspect-ratio: 3 / 4;
  width: 100%;
  background: #050505;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  display: block;
  filter: none !important;
}


/* ULTIMATE FINAL POLISH */

/* Keep every portrait fully visible and visually centred */
.portrait-frame {
  aspect-ratio: 4 / 5 !important;
  width: 100% !important;
  min-height: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: #050505 !important;
  padding: 8px 8px 0 !important;
}

.portrait-frame img,
.roster-card .portrait-frame img,
.roster-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  display: block !important;
  transform: none !important;
  filter: none !important;
}

/* Solid, readable mobile drop-down navigation */
.mobile-panel,
.mobile-menu,
.nav-panel,
.site-nav.is-open,
.site-nav[data-open="true"] {
  background: rgba(3, 3, 3, 0.99) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  border: 1px solid rgba(212, 162, 65, 0.55) !important;
  border-top: 2px solid #d4a241 !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.72) !important;
}

/* Ensure the actual opened panel remains above the page */
.mobile-panel {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  right: 12px !important;
  left: 12px !important;
  z-index: 9999 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}

.mobile-panel a {
  display: block !important;
  color: #fff !important;
  background: transparent !important;
  padding: 16px 18px !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  text-shadow: none !important;
}

.mobile-panel a:hover,
.mobile-panel a:focus {
  color: #d4a241 !important;
  background: rgba(212,162,65,.08) !important;
}

.mobile-panel a:last-child {
  border-bottom: 0 !important;
}

@media (max-width: 900px) {
  .site-header {
    background: rgba(3,3,3,.99) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
  }
}

/* RELEASE CANDIDATE: standardised portraits and reliable mobile navigation */
.portrait-frame {
  aspect-ratio: 4 / 5 !important;
  padding: 0 !important;
  background: #050505 !important;
}
.portrait-frame img,
.roster-card .portrait-frame img,
.roster-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

@media (max-width: 930px) {
  .nav-wrap { position: static; }
  .mobile-menu {
    position: static !important;
    z-index: 1200 !important;
  }
  .mobile-menu summary {
    position: relative;
    z-index: 1202;
  }
  .mobile-panel {
    position: fixed !important;
    top: var(--mobile-header-height, 82px) !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    width: 100vw !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 12px clamp(20px, 5vw, 42px) 28px !important;
    border: 0 !important;
    border-top: 2px solid var(--gold) !important;
    border-bottom: 1px solid rgba(212,162,65,.5) !important;
    border-radius: 0 !important;
    background: #050505 !important;
    box-shadow: 0 24px 48px rgba(0,0,0,.72) !important;
    overflow: visible !important;
  }
  .mobile-panel a {
    width: 100%;
    padding: 17px 4px !important;
    font-size: .92rem !important;
    letter-spacing: .12em;
  }
  .mobile-panel .nav-book {
    margin-top: 14px !important;
    padding: 16px 18px !important;
    border: 1px solid var(--gold) !important;
    background: var(--gold) !important;
    color: #050505 !important;
  }
  body.menu-open { overflow: hidden; }
}

@media (max-width: 640px) {
  .team-roster {
    display: grid !important;
    grid-template-columns: 1fr !important;
    overflow: visible !important;
    padding: 0 !important;
  }
  .roster-card {
    width: 100%;
    max-width: 430px;
    margin-inline: auto;
  }
}

/* Typography and mobile navigation refinement */
body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.68;
  letter-spacing: .008em;
}
p, address, blockquote, .hours, .footer-grid {
  font-family: Arial, Helvetica, sans-serif;
  font-stretch: normal;
  font-weight: 400;
  letter-spacing: .012em;
}
.hero-copy, .statement-copy, .section-heading > p, .shop-copy > p:not(.eyebrow), .social-panel > div > p:not(.eyebrow), .location-copy address {
  line-height: 1.75;
}
.site-nav, .mobile-panel, .button, .eyebrow, .text-link, .proof-grid span, .roster-copy p {
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
}

.mobile-menu-toggle {
  display: grid;
  place-content: center;
  width: 52px;
  height: 52px;
  padding: 10px;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.mobile-menu-toggle > span:not(.sr-only) {
  display: block;
  width: 30px;
  height: 2px;
  margin: 4px 0;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
.mobile-menu.is-open .mobile-menu-toggle > span:nth-child(1) { transform: translateY(10px) rotate(45deg); }
.mobile-menu.is-open .mobile-menu-toggle > span:nth-child(2) { opacity: 0; }
.mobile-menu.is-open .mobile-menu-toggle > span:nth-child(3) { transform: translateY(-10px) rotate(-45deg); }
.mobile-panel[hidden] { display: none !important; }

@media (max-width: 930px) {
  .site-header { background: #050505 !important; }
  .nav-wrap { min-height: 88px; position: relative !important; }
  .brand { height: 80px; }
  .mobile-menu { display: block; position: static !important; }
  .mobile-menu-toggle { position: relative; z-index: 1302; }
  .mobile-panel {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-height: calc(100svh - 88px);
    overflow-y: auto !important;
    padding: 10px max(20px, calc((100vw - 760px) / 2)) 26px !important;
    border: 0 !important;
    border-top: 2px solid var(--gold) !important;
    border-bottom: 1px solid rgba(212,162,65,.5) !important;
    border-radius: 0 !important;
    background: #050505 !important;
    box-shadow: 0 24px 48px rgba(0,0,0,.8) !important;
  }
  .mobile-panel a { padding: 17px 4px !important; }
  body.menu-open { overflow: hidden; }
}
@media (max-width: 640px) {
  .nav-wrap { min-height: 82px; }
  .brand { height: 74px; width: min(220px, 68vw); }
  .mobile-panel { max-height: calc(100svh - 82px); padding-inline: 20px !important; }
}

/* V3 FINAL MOBILE NAV: viewport-mounted, edge-to-edge and iPhone safe */
@media (max-width: 930px) {
  .mobile-panel {
    position: fixed !important;
    top: var(--sf-header-height, 82px) !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: none !important;
    height: auto !important;
    max-height: calc(100dvh - var(--sf-header-height, 82px) - 62px) !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
    padding: 14px 22px 28px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border: 0 !important;
    border-top: 2px solid var(--gold) !important;
    border-bottom: 1px solid rgba(212,162,65,.55) !important;
    border-radius: 0 !important;
    background: #050505 !important;
    box-shadow: 0 24px 55px rgba(0,0,0,.92) !important;
    z-index: 9998 !important;
  }
  .mobile-panel[hidden] { display: none !important; }
  .mobile-panel a {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 18px 4px !important;
    white-space: nowrap !important;
    overflow: visible !important;
    border-bottom: 1px solid rgba(255,255,255,.14) !important;
    color: #fff !important;
    font-size: 1rem !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    letter-spacing: .14em !important;
    text-align: left !important;
    text-transform: uppercase !important;
  }
  .mobile-panel .nav-book {
    margin-top: 18px !important;
    padding: 18px 14px !important;
    border: 1px solid var(--gold) !important;
    background: var(--gold) !important;
    color: #050505 !important;
    text-align: center !important;
  }
  .mobile-menu-toggle { z-index: 9999 !important; }
  body.menu-open::before {
    content: "";
    position: fixed;
    inset: var(--sf-header-height, 82px) 0 0;
    z-index: 9997;
    background: rgba(0,0,0,.58);
  }
}

@media (max-width: 640px) {
  .hero-copy-block { min-width: 0; overflow: hidden; }
  .hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(3rem, 14.2vw, 4.65rem) !important;
    line-height: .88 !important;
    letter-spacing: -.035em !important;
    overflow-wrap: normal;
    word-break: normal;
  }
  .hero h1 span { display: inline-block; max-width: 100%; }
  .hero-copy { max-width: 100%; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: clamp(2.85rem, 13.8vw, 4.15rem) !important; }
}

/* Exact supplied Stringfellas logo: display untouched */
.brand,
.footer-logo,
.loader-logo {
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}
.brand img,
.footer-logo,
.loader-logo {
  background: transparent !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
}

/* FINAL TEAM PORTRAIT LOCK: identical canvas and true centre alignment */
.team-roster .portrait-frame {
  aspect-ratio: 4 / 5 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #050505 !important;
}
.team-roster .portrait-frame img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: 50% 50% !important;
  transform: none !important;
  filter: none !important;
}
.roster-card {
  overflow: hidden;
}
.roster-copy h3,
.roster-copy p {
  text-wrap: balance;
}
