:root {
  --yellow: #ffd21c;
  --yellow-strong: #f4c400;
  --black: #101010;
  --ink: #171717;
  --paper: #f3f3f0;
  --white: #ffffff;
  --gray: #b9b9b4;
  --line: rgba(255,255,255,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 12px 18px; background: var(--yellow); color: var(--black); font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; z-index: 20; width: 100%; color: var(--white); border-bottom: 1px solid var(--line); }
.header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: baseline; text-decoration: none; font-family: "Barlow Condensed", Impact, sans-serif; font-weight: 800; letter-spacing: .03em; }
.brand-mark { padding: 3px 8px; background: var(--yellow); color: var(--black); font-size: 1.35rem; line-height: 1; transform: skew(-6deg); }
.brand-name { margin-left: 8px; color: var(--white); font-size: 1.55rem; line-height: 1; }
nav { display: flex; gap: 32px; }
nav a { color: #e8e8e8; text-decoration: none; font-weight: 600; font-size: .95rem; }
nav a:hover, nav a:focus-visible { color: var(--yellow); }
.header-call { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--yellow); font-weight: 700; }
.pulse, .live-dot { width: 9px; height: 9px; border-radius: 50%; background: #36d369; box-shadow: 0 0 0 5px rgba(54,211,105,.14); }

.hero { position: relative; min-height: 760px; padding-top: 86px; overflow: hidden; color: var(--white); background: radial-gradient(circle at 80% 30%, #343434 0, #181818 32%, #0c0c0c 70%); }
.hero::after { content: "M.A"; position: absolute; right: -2vw; top: 3%; color: rgba(255,255,255,.027); font: 800 clamp(220px, 36vw, 530px)/1 "Barlow Condensed", sans-serif; letter-spacing: -.08em; pointer-events: none; }
.hero-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, #000, transparent 82%); }
.hero-content { position: relative; z-index: 2; min-height: 610px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 70px; padding-block: 72px 90px; }
.hero-copy { position: relative; z-index: 3; }
.hero-mascot { position: absolute; z-index: 2; right: 24%; bottom: 30px; width: clamp(250px, 26vw, 385px); margin: 0; pointer-events: none; transform: rotate(1.5deg); }
.hero-mascot img { width: 100%; height: auto; mix-blend-mode: screen; -webkit-mask-image: radial-gradient(ellipse 47% 48% at 50% 50%, #000 58%, rgba(0,0,0,.88) 72%, transparent 99%); mask-image: radial-gradient(ellipse 47% 48% at 50% 50%, #000 58%, rgba(0,0,0,.88) 72%, transparent 99%); filter: drop-shadow(0 24px 30px rgba(0,0,0,.38)); }
.eyebrow { margin: 0 0 18px; color: var(--yellow); font: 700 .82rem/1 Inter, sans-serif; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow.dark { color: #8b6c00; }
h1, h2, h3 { margin-top: 0; font-family: "Barlow Condensed", Impact, sans-serif; line-height: .96; text-transform: uppercase; }
h1 { margin-bottom: 24px; max-width: 760px; font-size: clamp(5.1rem, 10vw, 9rem); letter-spacing: -.035em; }
h2 { margin-bottom: 0; font-size: clamp(3rem, 6vw, 5.2rem); letter-spacing: -.025em; }
.hero-lead { max-width: 650px; margin: 0 0 34px; color: #d2d2d2; font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.5; }
.hero-actions, .store-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; border: 1px solid transparent; text-decoration: none; text-transform: uppercase; font-weight: 800; letter-spacing: .035em; transition: transform .2s, background .2s, color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 2; }
.btn-primary { background: var(--yellow); color: var(--black); }
.btn-primary:hover { background: #ffe054; }
.btn-secondary { border-color: rgba(255,255,255,.42); color: var(--white); }
.btn-secondary:hover { border-color: var(--yellow); color: var(--yellow); }
.btn-dark { background: var(--black); color: var(--white); }
.btn-dark:hover { background: #292929; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 38px; color: #a9a9a9; font-size: .84rem; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; }
.trust-row span:not(:last-child)::after { content: "/"; margin-left: 20px; color: var(--yellow); }

.emergency-card { position: relative; z-index: 4; align-self: end; margin-bottom: 36px; padding: 34px; color: var(--black); background: var(--yellow); box-shadow: 18px 18px 0 rgba(255,255,255,.07); transform: rotate(-1deg); }
.card-top { display: flex; align-items: center; gap: 11px; margin-bottom: 46px; font-size: .88rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.card-label { margin: 0; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; }
.phone-number { display: block; margin: 4px 0 22px; color: var(--black); font: 800 clamp(2.1rem, 3.3vw, 3.2rem)/1 "Barlow Condensed", sans-serif; text-decoration: none; }
.emergency-numbers { margin: 4px 0 22px; }
.emergency-numbers .phone-number { margin: 0 0 8px; font-size: clamp(1.85rem, 2.7vw, 2.55rem); }
.emergency-numbers .phone-number:last-child { margin-bottom: 0; }
.card-note { margin-bottom: 32px; line-height: 1.45; }
.card-link { display: inline-block; color: var(--black); font-weight: 800; text-underline-offset: 5px; }
.hero-ticker { position: absolute; bottom: 0; z-index: 3; width: 100%; overflow: hidden; padding: 16px 0; color: var(--black); background: var(--yellow); font: 800 1.1rem/1 "Barlow Condensed", sans-serif; letter-spacing: .09em; white-space: nowrap; }
.hero-ticker div { width: max-content; animation: ticker 24s linear infinite; }
.hero-ticker b { margin: 0 28px; }
@keyframes ticker { to { transform: translateX(-35%); } }

.section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1.5fr .5fr; gap: 70px; align-items: end; margin-bottom: 55px; }
.section-heading > p { margin: 0 0 6px; color: #5a5a56; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.service { position: relative; grid-column: span 2; min-height: 300px; padding: 30px; background: var(--white); border-top: 4px solid var(--black); }
.service.featured { background: var(--yellow); }
.service:nth-child(4), .service:nth-child(5) { grid-column: span 3; }
.service-number { position: absolute; top: 24px; right: 24px; color: #8b8b85; font: 700 .9rem/1 Inter, sans-serif; }
.service svg { width: 54px; height: 54px; margin-bottom: 56px; fill: none; stroke: var(--black); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service h3 { margin-bottom: 12px; font-size: 2rem; }
.service p { max-width: 330px; margin: 0; color: #5b5b57; }

.videos { color: var(--white); background: #151515; overflow: hidden; }
.videos .section-heading { position: relative; z-index: 1; }
.videos .section-heading > p { color: #bdbdb8; }
.videos h2 { max-width: 760px; }
.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: start; }
.video-card { display: grid; grid-template-columns: minmax(0, 1fr) 155px; gap: 0; margin: 0; background: #232323; border: 1px solid rgba(255,255,255,.12); }
.video-card video { display: block; width: 100%; aspect-ratio: 9 / 16; max-height: 680px; object-fit: cover; background: #080808; }
.video-card figcaption { display: flex; flex-direction: column; justify-content: space-between; gap: 28px; padding: 24px 20px; border-left: 1px solid rgba(255,255,255,.12); }
.video-card figcaption > span { color: var(--yellow); font: 700 .85rem/1 Inter, sans-serif; letter-spacing: .12em; }
.video-card figcaption strong, .video-card figcaption small { display: block; }
.video-card figcaption strong { margin-bottom: 10px; font: 700 1.55rem/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.video-card figcaption small { color: #bdbdb8; font-size: .82rem; line-height: 1.45; }

.store { background: var(--yellow); }
.store-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(45px, 8vw, 110px); align-items: center; }
.store-photo-wrap { position: relative; max-height: 630px; overflow: hidden; box-shadow: 20px 20px 0 rgba(16,16,16,.16); }
.store-photo-wrap img { width: 100%; height: 630px; object-fit: cover; object-position: center 15%; filter: saturate(.9) contrast(1.04); }
.photo-caption { position: absolute; bottom: 0; left: 0; padding: 12px 17px; color: var(--white); background: var(--black); font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.store-copy h2 { max-width: 700px; margin-bottom: 34px; }
.address { margin: 0 0 34px; font-size: 1.12rem; }
.hours { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 34px; border-block: 1px solid rgba(16,16,16,.24); }
.hours div { padding: 24px 12px 24px 0; }
.hours div + div { padding-left: 26px; border-left: 1px solid rgba(16,16,16,.24); }
.hours dt { margin-bottom: 7px; font-weight: 800; text-transform: uppercase; font-size: .82rem; letter-spacing: .08em; }
.hours dd { margin: 0; }
.hours strong { font-size: 1.15rem; }
.text-link { font-weight: 800; text-underline-offset: 5px; }

.contact { color: var(--white); background: var(--black); }
.contact-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.contact h2 { margin-bottom: 22px; }
.contact p:not(.eyebrow) { max-width: 430px; color: #aaa; }
.contact-options { border-top: 1px solid var(--line); }
.contact-options a { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 25px 4px; border-bottom: 1px solid var(--line); text-decoration: none; transition: color .2s, padding .2s; }
.contact-options a:hover { padding-inline: 14px; color: var(--yellow); }
.contact-options span { color: #aaa; }
.contact-options strong { font: 700 clamp(1.65rem, 3vw, 2.55rem)/1 "Barlow Condensed", sans-serif; }

footer { padding: 28px 0; color: #9a9a9a; background: #080808; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-inner p { font-size: .85rem; }
.footer-inner > a { color: #cfcfcf; font-size: .85rem; }
.footer-brand { opacity: .75; }
.mobile-actions { display: none; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { min-height: auto; }
  .hero-content { grid-template-columns: 1fr; gap: 18px; padding-block: 64px 100px; }
  .hero-mascot { position: relative; right: auto; bottom: auto; width: min(330px, 58vw); margin: -42px auto -54px; transform: none; }
  .emergency-card { max-width: 520px; align-self: auto; margin-bottom: 10px; }
  .section-heading, .store-grid, .contact-inner { grid-template-columns: 1fr; }
  .section-heading { gap: 22px; }
  .video-card { grid-template-columns: minmax(0, 1fr) 130px; }
  .service { grid-column: span 3; }
  .service:nth-child(5) { grid-column: 2 / span 4; }
  .store-photo-wrap, .store-photo-wrap img { height: 520px; }
}

@media (max-width: 620px) {
  body { padding-bottom: 66px; }
  .wrap { width: min(100% - 28px, 1180px); }
  .site-header { position: absolute; }
  .header-inner { height: 72px; }
  .header-call { font-size: .78rem; }
  .brand-mark { font-size: 1.08rem; }
  .brand-name { font-size: 1.2rem; }
  .hero { padding-top: 72px; }
  .hero-content { padding-block: 58px 92px; }
  .hero-mascot { width: min(300px, 78vw); margin-top: -26px; margin-bottom: -46px; }
  h1 { font-size: clamp(4.3rem, 23vw, 6.4rem); }
  h2 { font-size: clamp(2.85rem, 14vw, 4.4rem); }
  .hero-lead { font-size: 1.04rem; }
  .hero-actions .btn { width: 100%; }
  .trust-row { gap: 9px; }
  .trust-row span:not(:last-child)::after { margin-left: 9px; }
  .emergency-card { padding: 27px 24px; transform: none; box-shadow: 10px 10px 0 rgba(255,255,255,.07); }
  .card-top { margin-bottom: 32px; }
  .phone-number { font-size: 2.5rem; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 35px; }
  .video-grid { grid-template-columns: 1fr; }
  .video-card { grid-template-columns: minmax(0, 1fr) 108px; }
  .video-card video { max-height: 610px; }
  .video-card figcaption { padding: 20px 14px; }
  .video-card figcaption strong { font-size: 1.3rem; }
  .service-grid { display: block; }
  .service { min-height: 270px; margin-bottom: 12px; }
  .store-photo-wrap, .store-photo-wrap img { height: 430px; }
  .hours { grid-template-columns: 1fr; }
  .hours div + div { padding-left: 0; border-left: 0; border-top: 1px solid rgba(16,16,16,.24); }
  .store-actions .btn, .store-actions .text-link { width: 100%; text-align: center; }
  .contact-inner { gap: 38px; }
  .contact-options a { display: block; }
  .contact-options span, .contact-options strong { display: block; }
  .contact-options strong { margin-top: 7px; font-size: 2rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .mobile-actions { position: fixed; z-index: 50; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: 1fr 1fr; height: 66px; background: var(--black); box-shadow: 0 -8px 24px rgba(0,0,0,.24); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; color: var(--white); text-decoration: none; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
  .mobile-actions a:last-child { color: var(--black); background: var(--yellow); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-ticker div { animation: none; }
  .btn, .contact-options a { transition: none; }
}
