:root {
  --navy: #0b1220;
  --navy-2: #111c30;
  --ink: #152035;
  --cream: #f5f2eb;
  --paper: #fffdf9;
  --gold: #d5ae63;
  --gold-dark: #9f7938;
  --lilac: #b7a4ca;
  --muted: #657084;
  --line: rgba(21, 32, 53, .14);
  --shell: min(1180px, calc(100% - 40px));
  --shadow: 0 24px 70px rgba(6, 12, 24, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.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; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 14px; background: white; color: var(--navy); transform: translateY(-150%); border-radius: 6px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: white; border-bottom: 1px solid rgba(255,255,255,.14); }
.site-header.scrolled { position: fixed; background: rgba(11,18,32,.94); backdrop-filter: blur(16px); box-shadow: 0 10px 35px rgba(0,0,0,.15); }
.nav-wrap { width: var(--shell); min-height: 78px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-family: "Libre Franklin", sans-serif; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.52); border-radius: 50%; background: white; box-shadow: 0 5px 18px rgba(0,0,0,.18); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { text-decoration: none; font-size: .92rem; font-weight: 600; color: rgba(255,255,255,.82); transition: color .2s; }
nav a:hover, nav a:focus-visible { color: white; }
.nav-cta { padding: 10px 16px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; color: white; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; background: currentColor; margin: 5px 0; }

.hero { position: relative; min-height: 760px; height: 94svh; color: white; overflow: hidden; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,11,21,.92) 0%, rgba(8,14,26,.76) 32%, rgba(8,14,26,.23) 64%, rgba(8,14,26,.15) 100%), linear-gradient(0deg, rgba(6,11,21,.65), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 70px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.hero h1, .section h2, .visit h2 { font-family: "Libre Franklin", sans-serif; letter-spacing: -.055em; line-height: .98; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.2rem, 7vw, 6.7rem); }
.hero-copy { max-width: 560px; margin: 28px 0 32px; font-size: clamp(1.08rem, 2vw, 1.35rem); color: rgba(255,255,255,.78); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 50px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--navy); }
.button-primary:hover { background: #e2bf7b; }
.button-ghost { color: white; border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.city-row { display: flex; align-items: center; gap: 13px; margin-top: 55px; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.58); }
.city-row i { width: 3px; height: 3px; border-radius: 50%; background: var(--lilac); }
.scroll-cue { position: absolute; right: max(20px, calc((100vw - 1180px)/2)); bottom: 34px; z-index: 3; display: flex; gap: 14px; align-items: center; color: rgba(255,255,255,.65); text-decoration: none; font-size: .82rem; }
.scroll-cue span { color: var(--gold); font-size: 1.3rem; }

.next-service { background: var(--navy); color: white; }
.next-grid { min-height: 148px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 60px; }
.next-service .section-kicker { margin-bottom: 6px; }
.next-service h2 { margin: 0; font-size: 1.7rem; font-family: "Libre Franklin", sans-serif; letter-spacing: -.035em; }
.next-time { display: flex; gap: 25px; align-items: baseline; padding-left: 60px; border-left: 1px solid rgba(255,255,255,.16); }
.next-time strong { font-size: 1.05rem; }
.next-time span { color: var(--gold); font-size: 1.65rem; font-weight: 700; }
.text-link { font-weight: 700; text-decoration: none; white-space: nowrap; }
.text-link span { margin-left: 10px; color: var(--gold); }

.section { padding: 120px 0; }
.two-col { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; }
.section h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 5rem); }
.welcome-copy { padding-top: 6px; }
.welcome-copy .lead { margin-top: 0; font-size: 1.45rem; line-height: 1.45; color: var(--ink); }
.welcome-copy > p:not(.lead) { color: var(--muted); max-width: 640px; }
blockquote { margin: 45px 0 0; padding: 25px 0 0 26px; border-left: 3px solid var(--gold); font-family: "Libre Franklin", sans-serif; font-size: 1.25rem; font-weight: 600; }
blockquote cite { display: block; margin-top: 8px; color: var(--muted); font-family: "DM Sans", sans-serif; font-size: .82rem; font-style: normal; font-weight: 500; }

.schedule { background: var(--cream); }
.inline-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 55px; }
.inline-heading h2 { max-width: 740px; font-size: clamp(2.5rem, 4.6vw, 4.5rem); }
.inline-heading > p { max-width: 330px; margin-bottom: 8px; color: var(--muted); }
.schedule-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.schedule-card { position: relative; min-height: 280px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); background: var(--paper); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.schedule-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.schedule-card.featured { background: var(--navy); color: white; border-color: var(--navy); }
.schedule-card .day { position: absolute; top: 30px; left: 30px; color: var(--gold-dark); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.schedule-card.featured .day { color: var(--gold); }
.schedule-card strong { font-family: "Libre Franklin", sans-serif; font-size: 2rem; letter-spacing: -.04em; }
.schedule-card p { margin: 2px 0 0; color: var(--muted); }
.schedule-card.featured p { color: rgba(255,255,255,.62); }
.card-number { position: absolute; top: 20px; right: 25px; font-size: 4rem; font-weight: 800; line-height: 1; color: rgba(21,32,53,.05); }
.featured .card-number { color: rgba(255,255,255,.05); }

.centered { max-width: 760px; margin: 0 auto 55px; text-align: center; }
.centered h2 { font-size: clamp(2.5rem, 5vw, 4.6rem); }
.centered > p:last-child { max-width: 570px; margin: 22px auto 0; color: var(--muted); }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.location-card { position: relative; min-height: 420px; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; color: white; overflow: hidden; background: var(--navy); }
.location-card::before { content: ""; position: absolute; inset: 0; opacity: .62; transition: transform .45s, opacity .45s; }
.location-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,10,20,.92), transparent 74%); }
.location-card:hover::before { transform: scale(1.06); opacity: .8; }
.location-la::before { background: radial-gradient(circle at 75% 20%, #c8afce 0 10%, transparent 34%), linear-gradient(135deg, #304a72, #0b1220 70%); }
.location-houston::before { background: radial-gradient(circle at 25% 25%, #dbb96d 0 8%, transparent 33%), linear-gradient(145deg, #6f3d2e, #101929 72%); }
.location-sv::before { background: radial-gradient(circle at 74% 24%, #98b899 0 8%, transparent 31%), linear-gradient(145deg, #27524b, #0b1220 72%); }
.location-card > * { position: relative; z-index: 2; }
.location-index { position: absolute; top: 26px; right: 30px; font-size: .78rem; color: rgba(255,255,255,.65); }
.location-card p { margin: 0 0 2px; color: var(--gold); font-size: .75rem; letter-spacing: .15em; text-transform: uppercase; }
.location-card h3 { margin: 0; font-family: "Libre Franklin", sans-serif; font-size: 2rem; letter-spacing: -.04em; }
.location-card div span { color: rgba(255,255,255,.64); }
.location-card > a { margin-top: 28px; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.18); text-decoration: none; font-weight: 600; }
.location-card > a span { color: var(--gold); }

.projects { background: var(--paper); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.project-card { min-height: 310px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); background: var(--cream); overflow: hidden; position: relative; transition: transform .25s, box-shadow .25s; }
.project-card::before { content: ""; position: absolute; inset: auto 24px 24px auto; width: 96px; height: 96px; border-radius: 50%; background: rgba(213,174,99,.14); }
.project-card::after { content: ""; position: absolute; top: 24px; right: 24px; width: 34px; height: 34px; border-top: 2px solid rgba(159,121,56,.32); border-right: 2px solid rgba(159,121,56,.32); }
.project-card > * { position: relative; z-index: 1; }
.project-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.featured-project { background: var(--navy); color: white; border-color: var(--navy); }
.featured-project::before { background: rgba(213,174,99,.2); }
.featured-project::after { border-color: rgba(213,174,99,.38); }
.wide-project { grid-column: span 2; background: linear-gradient(135deg, #f5f2eb 0%, #fffdf9 100%); }
.project-label { align-self: flex-start; margin-bottom: auto; padding: 7px 10px; border: 1px solid rgba(159,121,56,.28); border-radius: 999px; color: var(--gold-dark); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.featured-project .project-label { color: var(--gold); border-color: rgba(213,174,99,.38); }
.project-card h3 { margin: 48px 0 10px; font-family: "Libre Franklin", sans-serif; font-size: clamp(1.65rem, 2.7vw, 2.35rem); line-height: 1; letter-spacing: -.045em; }
.project-card p { margin: 0; max-width: 520px; color: var(--muted); }
.featured-project p { color: rgba(255,255,255,.68); }

.media { background: var(--cream); }
.media-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: center; }
.media-intro h2 { font-size: clamp(2.4rem, 4.3vw, 4.2rem); }
.media-intro > p:not(.section-kicker) { margin: 25px 0 30px; max-width: 470px; color: var(--muted); }
.button-dark { background: var(--navy); color: white; }
.media-list { border-top: 1px solid var(--line); }
.media-item { min-height: 112px; padding: 18px 0; display: grid; grid-template-columns: 58px 1fr auto; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); text-decoration: none; }
.media-icon { width: 52px; height: 52px; display: grid; place-items: center; background: var(--navy); color: var(--gold); border-radius: 50%; font-size: .74rem; font-weight: 800; }
.media-item small { display: block; color: var(--muted); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.media-item strong { display: block; font-size: 1.08rem; }
.media-item b { font-size: 1.25rem; color: var(--gold-dark); transition: transform .2s; }
.media-item:hover b { transform: translate(3px, -3px); }
.grouped-media { display: grid; gap: 12px; border-top: 0; }
.media-group { padding: 22px; display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: start; border: 1px solid var(--line); background: var(--paper); }
.media-group small { display: block; color: var(--muted); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.media-group strong { display: block; margin-top: 2px; font-size: 1.08rem; }
.media-links { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.media-links a { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); text-decoration: none; font-size: .9rem; font-weight: 700; transition: transform .2s, border-color .2s; }
.media-links a:hover { transform: translateY(-2px); border-color: rgba(159,121,56,.45); }
.media-links span { color: var(--gold-dark); }

.radio { background: var(--paper); }
.radio-panel { display: grid; grid-template-columns: .95fr 1.05fr; gap: 7vw; align-items: center; padding: 58px; background: var(--navy); color: white; box-shadow: var(--shadow); }
.radio-copy h2 { margin: 0; max-width: 620px; font-family: "Libre Franklin", sans-serif; font-size: clamp(2.4rem, 4.3vw, 4.2rem); line-height: .98; letter-spacing: -.055em; }
.radio-copy p:not(.section-kicker) { max-width: 500px; margin: 24px 0 0; color: rgba(255,255,255,.64); }
.radio-player { padding: 32px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.06); }
.radio-badge { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.radio-live-dot { width: 9px; height: 9px; border-radius: 50%; background: #ef4444; box-shadow: 0 0 0 6px rgba(239,68,68,.14); }
.radio-player audio { width: 100%; display: block; margin-bottom: 24px; }
.radio-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.radio-actions .button { flex: 1; min-width: 190px; }
.button-outline-light { border-color: rgba(255,255,255,.28); background: transparent; color: white; }

.visit { background: var(--navy); color: white; }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: start; }
.section-kicker.light { color: var(--gold); }
.visit h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); }
.visit-grid > div > p:not(.section-kicker) { max-width: 520px; color: rgba(255,255,255,.65); }
.visit-points { padding: 0; margin: 45px 0 0; list-style: none; }
.visit-points li { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-weight: 600; }
.visit-points span { margin-right: 18px; color: var(--gold); font-size: .75rem; }
.visit-form, .success-panel { padding: 36px; background: white; color: var(--ink); box-shadow: var(--shadow); }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 7px; font-size: .84rem; font-weight: 700; }
.field label span { color: var(--muted); font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 0; border: 0; border-bottom: 1px solid #ccd1da; border-radius: 0; background: transparent; color: var(--ink); outline: none; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold-dark); box-shadow: 0 1px 0 var(--gold-dark); }
.button-gold { width: 100%; background: var(--gold); color: var(--navy); }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.success-panel { min-height: 500px; display: flex; flex-direction: column; justify-content: center; }
.success-panel[hidden] { display: none; }
.success-check { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 50%; background: var(--gold); font-weight: 800; }
.success-panel h3 { margin: 0; font-family: "Libre Franklin", sans-serif; font-size: 2.6rem; letter-spacing: -.04em; }
.success-panel #visit-summary { color: var(--muted); }
#copy-message { width: 100%; min-height: 120px; margin: 15px 0 18px; padding: 14px; border: 1px solid var(--line); resize: none; color: var(--ink); background: var(--cream); }
.success-actions { display: flex; gap: 10px; }
.success-actions .button { width: auto; flex: 1; }
.button-outline { border-color: var(--line); background: transparent; color: var(--ink); }

footer { padding: 55px 0 35px; background: #070c15; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .7fr; gap: 45px; align-items: start; }
.footer-grid > p { margin: 3px 0; color: rgba(255,255,255,.52); }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: rgba(255,255,255,.68); text-decoration: none; }
.copyright { grid-column: 1 / -1; padding-top: 35px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.toast { position: fixed; left: 50%; bottom: 25px; z-index: 100; padding: 12px 18px; border-radius: 999px; background: var(--gold); color: var(--navy); font-weight: 700; transform: translate(-50%, 120px); transition: transform .3s; }
.toast.show { transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .menu-button { display: block; }
  nav { position: absolute; top: 78px; left: 0; right: 0; padding: 26px 20px 30px; display: none; flex-direction: column; align-items: flex-start; background: rgba(11,18,32,.98); }
  nav.open { display: flex; }
  nav a { font-size: 1.05rem; }
  .hero { min-height: 700px; }
  .hero-shade { background: linear-gradient(90deg, rgba(6,11,21,.92), rgba(8,14,26,.47)), linear-gradient(0deg, rgba(6,11,21,.7), transparent 55%); }
  .next-grid { grid-template-columns: 1fr auto; gap: 25px; padding-block: 30px; }
  .next-grid .text-link { grid-column: 1 / -1; }
  .next-time { padding-left: 30px; }
  .two-col, .media-layout, .radio-panel, .visit-grid { grid-template-columns: 1fr; gap: 55px; }
  .schedule-grid { grid-template-columns: repeat(2, 1fr); }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .wide-project { grid-column: span 2; }
  .location-grid { grid-template-columns: 1fr; }
  .location-card { min-height: 320px; }
  .inline-heading { display: block; }
  .inline-heading > p { margin-top: 20px; }
}

@media (max-width: 600px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 70px; }
  .brand { font-size: .95rem; }
  .brand-mark { width: 40px; height: 40px; }
  nav { top: 70px; }
  .hero { height: 90svh; min-height: 660px; }
  .hero-image { object-position: 58% center; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-copy { max-width: 92%; }
  .city-row { flex-wrap: wrap; margin-top: 42px; }
  .scroll-cue { display: none; }
  .next-grid { grid-template-columns: 1fr; }
  .next-time { padding: 0; border: 0; }
  .next-grid .text-link { grid-column: auto; }
  .section { padding: 82px 0; }
  .two-col { gap: 35px; }
  .welcome-copy .lead { font-size: 1.22rem; }
  .schedule-grid { grid-template-columns: 1fr; }
  .schedule-card { min-height: 230px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 260px; padding: 26px; }
  .wide-project { grid-column: auto; }
  .radio-panel { padding: 34px 22px; }
  .radio-player { padding: 24px 18px; }
  .radio-actions .button { width: 100%; min-width: 0; }
  .visit-form, .success-panel { padding: 25px 20px; }
  .success-actions { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
}

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