:root {
  --ink: #0a1127;
  --navy: #07164a;
  --blue: #102b8f;
  --red: #e21c2a;
  --orange: #ff6a2a;
  --cream: #f7f4ef;
  --mist: #eef2f6;
  --line: rgba(10, 17, 39, .12);
  --muted: #647087;
  --shadow: 0 24px 70px rgba(7, 22, 74, .14);
  --radius: 22px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
body::selection { background: var(--red); color: white; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--red); text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 800; }
.eyebrow::before { content: ''; width: 28px; height: 3px; background: var(--red); display: inline-block; }
h1,h2,h3,h4,p { margin-top: 0; }
h1,h2,h3,h4 { font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; letter-spacing: .015em; line-height: .98; text-transform: uppercase; }
h1 { font-size: clamp(3.7rem, 8vw, 7.6rem); margin-bottom: 24px; }
h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); margin-bottom: 22px; }
h3 { font-size: 1.35rem; }
.lead { font-size: clamp(1.04rem, 1.5vw, 1.24rem); color: var(--muted); max-width: 650px; }
.skip-link { position: absolute; left: 12px; top: -60px; background: white; color: var(--ink); padding: 10px 15px; z-index: 50; }
.skip-link:focus { top: 12px; }
.site-header { position: absolute; z-index: 10; inset: 0 0 auto; color: white; }
.header-inner { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .04em; }
.brand img { width: 76px; height: 76px; object-fit: cover; border-radius: 50%; border: 2px solid rgba(255,255,255,.35); }
.brand span { max-width: 135px; font-size: .78rem; line-height: 1.05; }
.nav { display: flex; align-items: center; gap: 28px; font-size: .79rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.nav a { opacity: .82; transition: .25s ease; }
.nav a:hover, .nav a[aria-current="page"] { color: #ff7450; opacity: 1; }
.nav-cta { padding: 13px 18px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; }
.nav-cta:hover { border-color: var(--red); background: var(--red); color: #fff !important; }
.menu-toggle { display: none; border: 0; background: transparent; color: white; font-size: 1.7rem; cursor: pointer; }
.hero { min-height: 760px; position: relative; overflow: hidden; display: flex; align-items: flex-end; color: white; background: var(--navy); }
.hero-slides { position: absolute; inset: 0; }
.hero-slides > div { position: absolute; inset: 0; opacity: 0; background-position: center; background-size: cover; transform: scale(1.04); transition: opacity 1.2s ease, transform 6s ease; }
.hero-slides > div.is-active { opacity: 1; transform: scale(1); }
.hero-slides::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,8,29,.95) 0%, rgba(4,14,57,.74) 45%, rgba(4,14,57,.15) 100%); }
.hero::after { content: ''; position: absolute; width: 540px; height: 540px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; right: -170px; bottom: -220px; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.hero-content { position: relative; z-index: 1; padding: 190px 0 86px; max-width: 790px; }
.hero h1 { max-width: 800px; }
.hero h1 em { color: #ff6040; font-style: normal; }
.hero .lead { color: rgba(255,255,255,.78); margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 14px 22px; border-radius: 999px; border: 1px solid transparent; background: var(--red); color: white; font-weight: 800; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(226,28,42,.26); background: #ff4835; }
.button.secondary { background: transparent; border-color: rgba(255,255,255,.44); }
.button.secondary:hover { background: white; color: var(--navy); }
.button.dark { background: var(--ink); }
.button.dark:hover { background: var(--blue); }
.ticker { background: var(--red); color: white; overflow: hidden; white-space: nowrap; border-bottom: 1px solid rgba(0,0,0,.08); }
.ticker-track { display: inline-flex; gap: 38px; padding: 14px 0; min-width: max-content; animation: ticker 28s linear infinite; font-size: .74rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 800; }
.ticker-track span::after { content: '✦'; margin-left: 38px; opacity: .6; }
@keyframes ticker { to { transform: translateX(-50%); } }
.section { padding: 110px 0; }
.section.compact { padding: 78px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 44px; }
.section-head .lead { margin-bottom: 0; }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.intro-grid h2 { max-width: 360px; }
.stat-row { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 40px; border-top: 1px solid var(--line); padding-top: 24px; gap: 18px; }
.stat strong { display: block; font: 2.6rem Impact, sans-serif; color: var(--blue); }
.stat span { color: var(--muted); font-size: .85rem; }
.dark-section { background: var(--navy); color: white; position: relative; overflow: hidden; }
.dark-section::before { content: ''; position: absolute; width: 500px; height: 500px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; left: -280px; top: -200px; box-shadow: 0 0 0 75px rgba(255,255,255,.025); }
.dark-section .lead { color: rgba(255,255,255,.67); }
.services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; position: relative; }
.service-card { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); padding: 26px 22px; min-height: 260px; border-radius: 2px; transition: transform .25s ease, background .25s ease; }
.service-card:hover { transform: translateY(-8px); background: rgba(255,255,255,.13); }
.service-icon { width: 72px; height: 72px; object-fit: contain; margin-bottom: 28px; filter: brightness(0) invert(1); }
.service-card h3 { margin-bottom: 10px; font-size: 1.18rem; }
.service-card p { color: rgba(255,255,255,.66); font-size: .9rem; margin-bottom: 0; }
.split-feature { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 570px; }
.split-photo { min-height: 460px; background: url('../assets/photos/Bash2.jpeg') center/cover; position: relative; }
.split-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, rgba(247,244,239,.55)); }
.split-copy { background: #f0ece4; display: flex; align-items: center; padding: 80px; }
.check-list { list-style: none; padding: 0; margin: 28px 0 34px; }
.check-list li { display: flex; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.check-list li::before { content: '✓'; color: var(--red); font-size: 1.1rem; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-auto-rows: 190px; gap: 16px; }
.gallery-item { position: relative; overflow: hidden; background: var(--navy); }
.gallery-item:first-child { grid-row: span 2; }
.gallery-item:nth-child(4) { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; opacity: .85; transition: transform .5s ease, opacity .5s ease; }
.gallery-item:hover img { transform: scale(1.06); opacity: 1; }
.gallery-label { position: absolute; left: 16px; bottom: 14px; color: white; font-size: .7rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; text-shadow: 0 2px 9px #000; }
.quote-band { background: var(--orange); color: var(--ink); padding: 80px 0; }
.quote-band blockquote { margin: 0; max-width: 950px; font: clamp(2rem, 4vw, 4rem)/.98 Impact, sans-serif; text-transform: uppercase; }
.quote-band cite { display: block; margin-top: 24px; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; font-style: normal; font-weight: 800; }
.page-hero { padding: 190px 0 80px; min-height: 390px; color: white; background: linear-gradient(90deg, rgba(3,10,36,.95), rgba(9,29,90,.6)), url('../assets/photos/Bash3.jpeg') center/cover; }
.page-hero h1 { max-width: 750px; font-size: clamp(3.2rem, 7vw, 6.8rem); }
.page-hero .lead { color: rgba(255,255,255,.75); }
.service-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.service-detail { display: grid; grid-template-columns: 120px 1fr; gap: 25px; padding: 30px; background: white; border: 1px solid var(--line); align-items: start; transition: transform .25s ease, box-shadow .25s ease; }
.service-detail:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-detail img { width: 100px; height: 100px; object-fit: contain; }
.service-detail h3 { margin: 8px 0 10px; }
.service-detail p { color: var(--muted); margin: 0; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 50px; align-items: start; }
.contact-card { background: var(--navy); color: white; padding: 38px; position: relative; overflow: hidden; }
.contact-card::after { content: 'G'; position: absolute; right: -14px; bottom: -75px; color: rgba(255,255,255,.06); font: 16rem Impact, sans-serif; }
.contact-card h2 { position: relative; z-index: 1; }
.contact-card p, .contact-card a { color: rgba(255,255,255,.72); }
.contact-line { display: flex; gap: 15px; margin: 24px 0; position: relative; z-index: 1; }
.contact-line strong { display: block; color: white; font-size: .78rem; text-transform: uppercase; letter-spacing: .09em; margin-bottom: 4px; }
.contact-line span { color: rgba(255,255,255,.7); font-size: .95rem; }
.form-card { background: white; padding: 38px; border: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 17px; }
.field { margin-bottom: 18px; }
.field.full { grid-column: 1 / -1; }
label { display: block; margin-bottom: 7px; font-weight: 800; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
input, textarea { width: 100%; border: 1px solid #d4d8df; background: #fafafa; padding: 14px 15px; font: inherit; color: var(--ink); border-radius: 0; outline: none; }
input:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(16,43,143,.11); }
textarea { min-height: 135px; resize: vertical; }
.form-note { color: var(--muted); font-size: .8rem; }
.hours-map { display: grid; grid-template-columns: .65fr 1.35fr; gap: 18px; }
.hours { background: #eeeae2; padding: 30px; }
.hours h3 { margin-top: 0; }
.hours-row { display: flex; justify-content: space-between; border-bottom: 1px solid rgba(10,17,39,.12); padding: 9px 0; font-size: .88rem; }
.hours-row span:last-child { font-weight: 800; }
.map-frame { min-height: 360px; background: #dbe1e4; overflow: hidden; }
.map-frame iframe { width: 100%; height: 100%; min-height: 360px; border: 0; filter: grayscale(.85) contrast(1.05); }
.footer { background: #050b20; color: white; padding: 62px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 50px; padding-bottom: 46px; }
.footer .brand { margin-bottom: 20px; }
.footer p, .footer a { color: rgba(255,255,255,.6); font-size: .9rem; }
.footer h4 { font: 1rem Arial, sans-serif; letter-spacing: .08em; margin-bottom: 17px; }
.footer-links { display: grid; gap: 8px; }
.credit-banner { display: inline-block; border: 1px solid rgba(255,255,255,.16); max-width: 250px; padding: 6px; margin-top: 8px; }
.credit-banner img { width: 100%; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.44); font-size: .73rem; }
.toast { position: fixed; right: 20px; bottom: 20px; background: var(--ink); color: white; padding: 16px 20px; transform: translateY(150%); transition: transform .35s ease; z-index: 30; box-shadow: var(--shadow); }
.toast.show { transform: translateY(0); }
@media (max-width: 900px) {
  .nav { gap: 17px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .intro-grid, .split-feature, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .split-copy { padding: 60px 35px; }
  .split-photo { min-height: 340px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item:first-child { grid-row: span 1; }
  .gallery-item:nth-child(4) { grid-column: span 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .container { width: min(var(--container), calc(100% - 32px)); }
  .header-inner { min-height: 82px; }
  .brand img { width: 58px; height: 58px; }
  .brand span { display: none; }
  .menu-toggle { display: block; }
  .nav { position: absolute; top: 76px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--ink); padding: 10px; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 14px; }
  .nav-cta { border-radius: 0; text-align: center; }
  .hero { min-height: 720px; }
  .hero-content { padding: 170px 0 60px; }
  h1 { font-size: clamp(3.2rem, 17vw, 5rem); }
  h2 { font-size: clamp(2.5rem, 13vw, 4rem); }
  .section { padding: 76px 0; }
  .section-head { display: block; margin-bottom: 30px; }
  .section-head .button { margin-top: 22px; }
  .services-grid, .service-list, .hours-map { grid-template-columns: 1fr; }
  .stat-row { gap: 8px; }
  .stat strong { font-size: 2rem; }
  .service-detail { grid-template-columns: 78px 1fr; padding: 22px; gap: 17px; }
  .service-detail img { width: 72px; height: 72px; }
  .form-card, .contact-card { padding: 25px 20px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .field.full { grid-column: auto; }
  .gallery-grid { grid-auto-rows: 145px; gap: 8px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 10px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }
