:root {
  --ink: #08111f;
  --muted: #627084;
  --blue: #0b47a1;
  --sky: #38bdf8;
  --lime: #9fef00;
  --line: #dfe6ee;
  --soft: #f3f7fb;
  --dark: #071225;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, Helvetica, sans-serif; color: var(--ink); background: #fff; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.site-header { position: fixed; inset: 16px 0 auto; z-index: 40; pointer-events: none; }
.nav-frame { display: flex; justify-content: center; padding: 0 18px; }
.nav-pill { pointer-events: auto; display: inline-flex; align-items: center; gap: 28px; width: fit-content; margin: 0 auto; padding: 10px 12px 10px 14px; border: 1px solid rgba(255,255,255,.72); background: rgba(255,255,255,.86); backdrop-filter: blur(18px); box-shadow: 0 18px 45px rgba(8,17,31,.16); border-radius: 999px; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 10px; }
.brand strong { display: block; font-size: 14px; line-height: 1.1; }
.brand small { display: block; color: var(--muted); font-size: 11px; margin-top: 2px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--dark); color: #fff; font-weight: 900; border: 3px solid var(--lime); font-size: 13px; }
.nav-links { display: flex; gap: 20px; margin: 0; }
.nav-links a { font-size: 14px; font-weight: 700; color: #1f2d3d; }
.nav-cta, .btn { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; padding: 0 18px; border-radius: 6px; font-weight: 800; border: 1px solid transparent; }
.nav-cta, .btn-primary { background: var(--lime); color: var(--ink); }
.btn-secondary { border-color: rgba(255,255,255,.6); color: #fff; background: rgba(255,255,255,.1); }
.about-band .btn-secondary, .sub-hero .btn-secondary { color: var(--ink); border-color: var(--line); background: #fff; }
.btn-light { background: #fff; color: var(--ink); }
.mobile-menu-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--dark); padding: 10px; }
.mobile-menu-toggle span { display: block; height: 2px; background: #fff; margin: 5px 0; }
.mobile-menu { display: none; }
.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--dark); }
.hero-picture { position: absolute; inset: 0; }
.hero-picture img { width: 100%; height: 100%; object-fit: cover; }
.hero:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,18,35,.88), rgba(6,18,35,.42), rgba(6,18,35,.1)); }
.hero-content { position: relative; z-index: 2; max-width: 720px; padding: 142px 24px 80px; margin-left: max(24px, calc((100vw - 1180px)/2)); }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-weight: 900; text-transform: uppercase; font-size: 12px; }
.hero .eyebrow, .footer-cta .eyebrow, .contact-panel .eyebrow { color: var(--lime); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { font-size: clamp(46px, 7vw, 92px); line-height: .92; margin: 0 0 22px; max-width: 760px; }
h2 { font-size: clamp(28px, 4vw, 52px); line-height: 1; margin: 0 0 18px; }
h3 { font-size: 22px; line-height: 1.12; margin: 0 0 10px; }
p { line-height: 1.65; }
.hero-content p { max-width: 590px; font-size: 19px; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.proof-strip { display: grid; grid-template-columns: repeat(4,1fr); max-width: 1180px; margin: -48px auto 0; position: relative; z-index: 3; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(8,17,31,.08); }
.proof-strip div { padding: 24px; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong { display: block; font-size: 23px; }
.proof-strip span { display: block; color: var(--muted); margin-top: 6px; }
.intro-section, .about-band, .bio-section, .service-content, .contact-layout { max-width: 1180px; margin: 0 auto; padding: 96px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.photo-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: end; }
.photo-stack img { border-radius: 8px; border: 1px solid var(--line); box-shadow: 0 18px 40px rgba(8,17,31,.11); width: 100%; object-fit: cover; }
.photo-stack img:first-child { grid-column: span 2; }
.photo-stack img:nth-child(3) { max-height: 380px; object-position: center top; }
.check-list { padding: 0; margin: 22px 0 0; list-style: none; }
.check-list li { margin: 10px 0; padding-left: 28px; position: relative; color: #263548; }
.check-list li:before { content: ""; position: absolute; left: 0; top: 9px; width: 12px; height: 12px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 4px rgba(159,239,0,.18); }
.service-band, .full-list, .faq-block { padding: 96px 24px; background: var(--soft); }
.section-head, .full-list > div, .faq-block > .eyebrow, .faq-block > h2 { max-width: 1180px; margin-left: auto; margin-right: auto; }
.service-grid, .detail-grid { max-width: 1180px; margin: 36px auto 0; display: grid; gap: 18px; grid-template-columns: repeat(3,1fr); }
.service-card, .detail-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.service-card img { width: 100%; height: 210px; object-fit: cover; }
.service-card div, .detail-card { padding: 22px; }
.service-card .eyebrow { margin-bottom: 8px; }
.text-link { display: inline-flex; margin-top: 12px; color: var(--blue); font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }
.full-list { display: grid; grid-template-columns: minmax(240px,420px) minmax(280px,760px); gap: 40px; justify-content: center; background: #fff; }
.full-list ul { columns: 2; margin: 0; padding-left: 22px; line-height: 1.9; }
.about-band { background: #fff; }
.about-band img, .bio-section img, .service-content img { width: 100%; max-height: 520px; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); }
.contact-panel, .footer-cta { background: var(--dark); color: #fff; padding: 72px max(24px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: start; }
.contact-panel p, .footer-cta p { color: rgba(255,255,255,.78); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; background: #fff; color: var(--ink); border: 1px solid var(--line); padding: 24px; border-radius: 8px; }
.contact-form.dark { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); color: #fff; }
.contact-form label { display: grid; gap: 8px; font-weight: 800; font-size: 13px; }
.contact-form .wide { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: 13px 12px; font: inherit; background: #fff; color: var(--ink); }
textarea { resize: vertical; }
.sub-hero { padding: 160px max(24px, calc((100vw - 1180px)/2)) 80px; background: linear-gradient(135deg, #f6faff, #ffffff); }
.sub-hero h1 { color: var(--ink); max-width: 820px; }
.sub-hero p { max-width: 700px; color: var(--muted); font-size: 18px; }
.bio-section, .service-content, .contact-layout { background: #fff; }
.service-hero { padding: 150px max(24px, calc((100vw - 1180px)/2)) 90px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; background: var(--dark); color: #fff; }
.service-hero p { color: rgba(255,255,255,.82); font-size: 18px; }
.service-hero img { border-radius: 8px; width: 100%; max-height: 420px; object-fit: cover; }
.faq-block details { max-width: 900px; margin: 12px auto; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 18px 20px; }
.faq-block summary { cursor: pointer; font-weight: 900; }
.contact-card { border: 1px solid var(--line); border-radius: 8px; padding: 28px; background: var(--soft); }
.site-footer { background: #071225; color: #fff; }
.footer-grid { max-width: 1180px; margin: 0 auto; padding: 64px 24px; display: grid; grid-template-columns: 1.2fr .9fr .9fr .9fr; gap: 34px; }
.footer-grid a { display: block; color: rgba(255,255,255,.82); margin: 8px 0; }
.footer-grid p { color: rgba(255,255,255,.72); }
.footer-bottom { max-width: 1180px; margin: 0 auto; padding: 22px 24px 92px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 18px; color: rgba(255,255,255,.72); flex-wrap: wrap; }
.footer-credit a { display: inline; color: #fff; text-decoration: underline; }
.sticky-cta { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; grid-template-columns: 1fr 1fr; }
.sticky-cta a { display: grid; place-items: center; min-height: 56px; color: #fff; font-weight: 900; }
.sc-call { background: var(--blue); }
.sc-msg { background: #0a0a0a; }
@media (max-width: 1023px) {
  .nav-pill { gap: 14px; width: calc(100vw - 32px); justify-content: space-between; border-radius: 22px; }
  .nav-links, .nav-cta { display: none; }
  .mobile-menu-toggle { display: block; }
  .mobile-menu { position: fixed; top: 82px; left: 16px; right: 16px; padding: 12px; border-radius: 8px; background: #fff; box-shadow: 0 18px 42px rgba(8,17,31,.22); }
  .mobile-menu.is-open { display: grid; gap: 6px; }
  .mobile-menu a { padding: 13px 12px; font-weight: 800; color: var(--ink); }
}
@media (min-width: 1024px) {
  .mobile-menu-toggle { display: none !important; }
}
@media (max-width: 820px) {
  .hero { min-height: 680px; }
  .hero-content { padding-top: 130px; margin-left: 0; }
  h1 { font-size: 48px; }
  .proof-strip, .intro-section, .about-band, .bio-section, .service-content, .contact-layout, .contact-panel, .footer-cta, .service-hero { grid-template-columns: 1fr; }
  .proof-strip { margin: 0; border-left: 0; border-right: 0; }
  .proof-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .service-grid, .detail-grid { grid-template-columns: 1fr; }
  .full-list { grid-template-columns: 1fr; }
  .full-list ul { columns: 1; }
  .contact-form { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .sticky-cta { display: grid; }
}
