:root {
  --brand: #f2c300;
  --brand-text: #725c00;
  --brand-dark: #17191c;
  --brand-deep: #0c0d0f;
  --brand-light: #fff7cc;
  --brand-soft: #fdeb8b;
  --ink: #161719;
  --muted: #5e6268;
  --surface: #fffefa;
  --surface-alt: #f5f5f2;
  --line: rgba(22, 23, 25, .14);
  --white: #fff;
  --shadow: 0 24px 70px rgba(12, 13, 15, .14);
  --radius: 22px;
  --max: 1180px;
  --heading: "Outfit", system-ui, sans-serif;
  --body: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: var(--body); line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img, video { display: block; max-width: 100%; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 2000; top: 12px; left: 12px; padding: 10px 16px; color: var(--white); background: var(--brand-dark); border-radius: 10px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 14px; color: var(--brand); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { width: 24px; height: 2px; content: ""; background: currentColor; }
.section-heading { max-width: 760px; margin: 0; font-family: var(--heading); font-size: clamp(2.3rem, 5vw, 4.4rem); line-height: 1.02; letter-spacing: -.04em; }
.section-lead { max-width: 630px; margin: 18px 0 0; color: var(--muted); font-size: 1.08rem; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 12px 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--brand-deep); background: var(--brand); box-shadow: 0 12px 28px rgba(242, 195, 0, .25); }
.button-primary:hover { background: #d9af00; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.36); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: 80px; border-bottom: 1px solid var(--line); background: rgba(255,254,250,.94); backdrop-filter: blur(18px); }
.nav-shell { width: min(1380px, calc(100% - 64px)); height: 100%; margin-inline: auto; display: grid; grid-template-columns: minmax(180px,1fr) auto minmax(180px,1fr); align-items: center; gap: 24px; }
.brand { justify-self: start; display: inline-flex; min-width: 0; align-items: center; text-decoration: none; }
.brand img { display: block; width: auto; height: auto; max-width: 232px; max-height: 58px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 30px; }
.desktop-nav a { font-size: .92rem; font-weight: 700; text-decoration: none; }
.desktop-nav a:hover { color: var(--brand-text); }
.header-cta { justify-self: end; min-height: 44px; padding: 9px 20px; }
.menu-button { display: none; justify-self: end; width: 46px; height: 46px; padding: 10px; border: 0; color: var(--ink); background: transparent; cursor: pointer; }
.menu-button svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.menu-button .close-icon { display: none; }
.menu-button[aria-expanded="true"] .menu-icon { display: none; }
.menu-button[aria-expanded="true"] .close-icon { display: block; }
.mobile-nav { position: fixed; z-index: 990; inset: 80px 0 0; display: none; padding: 48px 24px; align-items: center; flex-direction: column; gap: 6px; background: var(--brand-deep); }
.mobile-nav.open { display: flex; }
.mobile-nav a:not(.button) { width: min(100%, 420px); padding: 14px; color: var(--white); font-family: var(--heading); font-size: 1.45rem; font-weight: 700; text-align: center; text-decoration: none; }
.mobile-nav .button { margin-top: 20px; }

.hero { position: relative; min-height: 780px; display: flex; align-items: flex-end; overflow: hidden; padding: 170px 0 92px; color: var(--white); background: var(--brand-dark); }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(8,9,10,.94) 0%, rgba(12,13,15,.7) 48%, rgba(12,13,15,.18) 100%), linear-gradient(0deg, rgba(8,9,10,.6), transparent 55%); }
.hero-content { position: relative; z-index: 1; max-width: 790px; }
.hero-kicker { margin: 0 0 20px; color: var(--brand); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { margin: 0; font-family: var(--heading); font-size: clamp(3.45rem, 7.4vw, 6.65rem); line-height: .93; letter-spacing: -.052em; text-wrap: balance; }
.hero h1 span { color: var(--brand); }
.hero p:not(.hero-kicker) { max-width: 640px; margin: 25px 0 32px; color: rgba(255,255,255,.82); font-size: clamp(1.08rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.about, .services, .gallery { padding: 112px 0; }
.about { background: var(--surface); }
.about-grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(300px,.72fr); gap: clamp(44px,8vw,100px); align-items: center; }
.about-copy p:not(.eyebrow) { margin: 18px 0 0; color: var(--muted); font-size: 1.04rem; }
.about-points { display: grid; gap: 13px; margin-top: 28px; }
.about-point { display: flex; gap: 13px; align-items: flex-start; font-weight: 700; }
.about-point::before { flex: 0 0 auto; width: 22px; height: 22px; margin-top: 3px; border-radius: 50%; color: var(--brand-deep); background: var(--brand); content: "✓"; font-size: .78rem; line-height: 22px; text-align: center; }
.video-card { position: relative; width: min(100%, 430px); justify-self: end; overflow: hidden; border-radius: 28px; background: var(--brand-dark); box-shadow: var(--shadow); }
.video-card video { width: 100%; aspect-ratio: 9 / 16; max-height: 620px; object-fit: cover; }
.services { background: var(--surface-alt); }
.service-area-heading { max-width: 940px; }
.service-area-heading-visual, .service-area-intro, .location-reel { display: block; }
.location-reel { position: relative; width: fit-content; height: 1.04em; overflow: hidden; color: var(--brand); text-shadow: 0 2px 18px rgba(16,54,80,.16); }
.location-reel::after { position: absolute; right: 0; bottom: .04em; left: 0; height: .07em; border-radius: 999px; background: var(--brand); content: ""; opacity: .8; }
.location-reel-list { display: flex; flex-direction: column; line-height: 1.04; animation: location-reel 10.8s cubic-bezier(.72,0,.28,1) infinite; will-change: transform; }
.location-reel-list > span { flex: 0 0 1.04em; white-space: nowrap; }
@keyframes location-reel {
  0%, 12.3% { transform: translateY(0); }
  16.667%, 28.967% { transform: translateY(-1.04em); }
  33.333%, 45.633% { transform: translateY(-2.08em); }
  50%, 62.3% { transform: translateY(-3.12em); }
  66.667%, 78.967% { transform: translateY(-4.16em); }
  83.333%, 95.633% { transform: translateY(-5.2em); }
  100% { transform: translateY(-6.24em); }
}
.services-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; margin-top: 52px; }
.service-card { min-height: 330px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 9px 30px rgba(12,13,15,.06); text-decoration: none; transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.service-card:hover { border-color: rgba(242,195,0,.7); box-shadow: var(--shadow); transform: translateY(-6px); }
.service-number { color: var(--brand); font-size: .77rem; font-weight: 800; letter-spacing: .13em; }
.service-icon { width: 58px; height: 58px; margin-top: 32px; display: inline-flex; align-items: center; justify-content: center; border-radius: 17px; color: var(--brand); background: var(--brand-dark); }
.service-icon svg { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 24px 0 12px; font-family: var(--heading); font-size: 1.55rem; line-height: 1.1; }
.service-card p { margin: 0; color: var(--muted); }
.service-link { margin-top: auto; padding-top: 28px; color: var(--brand); font-weight: 800; }

.gallery { background: var(--surface); }
.gallery-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 52px; }
.gallery-item { overflow: hidden; aspect-ratio: 4 / 3; border-radius: 18px; background: var(--brand-light); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.035); }

.contact-cta { position: relative; overflow: hidden; padding: 112px 0; color: var(--white); text-align: center; background: var(--brand-dark); }
.contact-cta::before { position: absolute; width: 380px; height: 380px; left: 50%; top: 82%; border-radius: 50%; background: rgba(242,195,0,.08); filter: blur(120px); content: ""; transform: translate(-50%,-50%); }
.contact-inner { position: relative; max-width: 800px; }
.contact-cta .eyebrow { color: var(--brand); }
.contact-cta .eyebrow::before { display: none; }
.contact-cta h2 { margin: 0; font-family: var(--heading); font-size: clamp(2.7rem,6vw,5.2rem); line-height: .98; letter-spacing: -.045em; }
.contact-cta p { max-width: 590px; margin: 20px auto 30px; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.phone-button { min-height: 58px; padding-inline: 30px; font-size: 1.03rem; }

.site-footer { padding: 58px 0 30px; border-top: 1px solid var(--line); background: var(--surface); }
.footer-top { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 30px; }
.footer-logo img { display: block; width: auto; height: auto; max-width: 220px; max-height: 64px; object-fit: contain; }
.footer-contact { margin: 0; color: var(--muted); text-align: right; }
.footer-contact a { font-weight: 700; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a { text-decoration: none; }
.cookie-settings { padding: 0; border: 0; color: inherit; background: transparent; font: inherit; cursor: pointer; }
.cookie-settings:hover, .footer-links a:hover { color: var(--brand); }

#stcm-wrapper {
  --fontFamily: var(--body);
  --primaryColor: #f2c300;
  --backgroundColor: #ffffff;
  --textColor: #17191c;
  --iconColor: #17191c;
  --iconBackgroundColor: #f2c300;
  --backdropBackgroundColor: #00000077;
}

.detail-main { padding-top: 80px; }
.detail-hero { padding: 94px 0 82px; color: var(--white); background: var(--brand-dark); }
.detail-hero h1 { max-width: 950px; margin: 0; font-family: var(--heading); font-size: clamp(3.3rem,8vw,6.6rem); line-height: .95; letter-spacing: -.05em; }
.detail-content { padding: 90px 0 110px; }
.detail-grid { display: grid; grid-template-columns: minmax(0,.88fr) minmax(320px,1.12fr); align-items: center; gap: clamp(44px,8vw,96px); }
.detail-copy h2 { margin: 0 0 18px; font-family: var(--heading); font-size: clamp(2rem,4vw,3.35rem); line-height: 1.05; letter-spacing: -.035em; }
.detail-copy p { color: var(--muted); font-size: 1.08rem; }
.detail-copy .button { margin-top: 14px; }
.detail-image { overflow: hidden; aspect-ratio: 4/3; border-radius: var(--radius); background: var(--brand-light); box-shadow: var(--shadow); }
.detail-image img { width: 100%; height: 100%; object-fit: cover; }
.detail-video { width: min(100%, 430px); height: min(620px, calc((100vw - 36px) * 16 / 9)); min-height: 500px; justify-self: end; overflow: hidden; border-radius: 28px; background: var(--brand-dark); box-shadow: var(--shadow); }
.detail-video video { display: block; width: 100%; height: 100%; object-fit: cover; }
.back-link { display: inline-flex; margin-bottom: 22px; color: rgba(255,255,255,.78); font-weight: 700; text-decoration: none; }
.privacy-main { max-width: 820px; padding: 140px 24px 90px; margin: auto; }
.privacy-main h1 { margin: 0 0 30px; font-family: var(--heading); font-size: clamp(2.8rem,7vw,5rem); line-height: 1; }
.privacy-main h2 { margin: 38px 0 10px; font-family: var(--heading); font-size: 1.55rem; }
.privacy-main p { color: var(--muted); }
.privacy-card { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface-alt); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .location-reel-list { animation: none; }
}
@media (max-width: 900px) {
  .nav-shell { width: calc(100% - 40px); grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .about-grid, .detail-grid { grid-template-columns: 1fr; }
  .video-card, .detail-video { justify-self: center; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 36px,var(--max)); }
  .brand img { max-width: 208px; max-height: 52px; }
  .hero { min-height: 700px; padding: 150px 0 70px; }
  .hero h1 { font-size: clamp(3.1rem,16vw,4.7rem); }
  .hero-overlay { background: linear-gradient(90deg,rgba(8,9,10,.92),rgba(12,13,15,.56)),linear-gradient(0deg,rgba(8,9,10,.7),transparent 60%); }
  .about, .services, .gallery { padding: 82px 0; }
  .services-grid, .gallery-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 275px; }
  .service-card h3 { margin-top: 22px; }
  .gallery-item { aspect-ratio: 4/3; }
  .video-card { width: min(100%,380px); }
  .contact-cta { padding: 86px 0; }
  .footer-top, .footer-bottom { display: grid; grid-template-columns: 1fr; }
  .footer-contact { text-align: left; }
  .detail-hero { padding: 72px 0 64px; }
  .detail-hero h1 { font-size: clamp(2.4rem, 10.5vw, 4.7rem); }
  .detail-content { padding: 68px 0 84px; }
  .detail-grid { gap: 36px; }
  .detail-image { aspect-ratio: 4/3; }
  .detail-video { min-height: 500px; }
}
