:root {
  --red: #d8121d;
  --red-hover: #ae0e16;
  --red-ink: #a90c14;
  --burgundy: #210d0e;
  --black: #0b0c0c;
  --charcoal: #171918;
  --paper: #f4f0e8;
  --white: #fffdf8;
  --ink: #171918;
  --muted: #454541;
  --line: #c8c0b5;
  --success: #60c274;
  --font-body: Arial, Helvetica, sans-serif;
  --font-display: "Arial Black", Arial, sans-serif;
  --font-editorial: Georgia, "Times New Roman", serif;
  --gutter: clamp(24px, 6vw, 88px);
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
}

* { box-sizing: border-box; min-width: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 132px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font: 17px/1.5 var(--font-body); }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--black); outline-offset: 3px; box-shadow: 0 0 0 3px #ffc400; }

.eyebrow { color: var(--red-ink); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow,
.gallery .eyebrow,
.why .eyebrow { color: #ff4d55; }
.button,
.nav-call { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 16px 24px; border: 0; background: var(--red); color: #fff; font-size: 16px; font-weight: 700; letter-spacing: .025em; text-decoration: none; text-transform: uppercase; }
.button:hover,
.nav-call:hover { background: var(--red-hover); }

header#top { position: sticky; top: 0; z-index: 100; }
.topline { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 4px 24px; padding: 10px var(--gutter); border-bottom: 1px solid #343635; background: var(--black); color: #f1f2f1; font: 700 14px/1.4 var(--font-body); letter-spacing: .055em; text-transform: uppercase; }
.open-status::before { content: ""; display: inline-block; width: 9px; height: 9px; margin-right: 9px; border-radius: 50%; background: #777c79; }
.open-status.open::before { background: var(--success); animation: status-pulse 1.8s ease-out infinite; }
.top-call { padding-left: 24px; border-left: 1px solid #525654; text-underline-offset: 3px; }
@keyframes status-pulse { 0% { box-shadow: 0 0 0 0 #60c27499; } 70% { box-shadow: 0 0 0 8px #60c27400; } 100% { box-shadow: 0 0 0 0 #60c27400; } }

.main-nav { position: relative; display: flex; height: 88px; align-items: center; gap: 32px; padding: 0 var(--gutter); border-bottom: 1px solid #343635; background: #0b0c0cf5; color: #fff; backdrop-filter: blur(8px); }
.main-nav .logo { width: 205px; height: 72px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 32px; margin-left: auto; font-size: 16px; font-weight: 700; }
.nav-links > a { display: flex; flex: 0 0 auto; min-height: 44px; align-items: center; text-decoration: none; white-space: nowrap; }
.nav-links > a:hover { color: #ff737a; }
.nav-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 16px; }
.menu-toggle { display: none; width: 48px; height: 48px; place-items: center; padding: 0; border: 1px solid #6e7371; background: transparent; color: #fff; cursor: pointer; }
.menu-toggle:hover { border-color: #fff; }
.menu-toggle-box { display: grid; gap: 5px; width: 22px; }
.menu-toggle-box i { display: block; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] .menu-toggle-box i:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-box i:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle-box i:last-child { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; display: grid; min-height: calc(100svh - 129px); align-items: center; overflow: hidden; background: #090a0a; }
.hero-image { position: absolute; inset: 0; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 44% center; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #000 0 12%, #000f 20%, #000c 36%, #0006 54%, #0000 76%), linear-gradient(0deg, #000c 0, #0000 52%); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; width: 100%; max-width: 1496px; margin: 0 auto; padding: clamp(64px, 7vw, 104px) var(--gutter); }
.hero-card { max-width: 680px; }
.hero h1 { max-width: 670px; margin: 16px 0 24px; color: #fff; font: clamp(46px, 5.8vw, 76px)/.9 var(--font-display); letter-spacing: -.06em; text-transform: uppercase; text-wrap: balance; }
.hero-copy { max-width: 610px; margin: 0 0 24px; color: #e7e8e5; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; text-wrap: pretty; }
.concept-label { position: absolute; right: 20px; bottom: 16px; z-index: 2; padding: 8px 12px; background: #000d; color: #f1f1ef; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.section { padding: clamp(64px, 8vw, 112px) var(--gutter); }
.section-inner { max-width: 1320px; margin: auto; }
.section-head { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 7vw; margin-bottom: 48px; }
.section h2 { margin: 12px 0 0; font: clamp(40px, 5.5vw, 72px)/.96 var(--font-editorial); letter-spacing: -.05em; text-wrap: balance; }
.lead { margin: 0; color: #303230; font: clamp(20px, 1.9vw, 25px)/1.5 var(--font-editorial); text-wrap: pretty; }

.services { background: var(--paper); }
.services .section-head h2 { font-family: var(--font-display); letter-spacing: -.055em; text-transform: uppercase; }
.services .lead { max-width: 520px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; border: 2px solid var(--black); background: var(--black); }
.service { display: flex; min-height: 225px; flex-direction: column; padding: 32px; background: var(--white); }
.service-icon { display: grid; width: 64px; height: 64px; flex: 0 0 auto; place-items: center; margin-bottom: 24px; background: var(--red); color: #fff; }
.service-icon svg { width: 34px; height: 34px; fill: currentColor; }
.service h3 { margin: 0 0 12px; font: clamp(20px, 1.6vw, 22px)/1.1 var(--font-display); letter-spacing: -.03em; text-transform: uppercase; text-wrap: balance; }
.service p { margin: 0; max-width: 46ch; color: var(--muted); font-size: 17px; line-height: 1.55; text-wrap: pretty; }

.gallery { padding: 0; background: #111; }
.gallery-wrap { position: relative; }
.gallery-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; grid-template-rows: minmax(300px, 32vw) minmax(240px, 25vw); gap: 5px; }
.gallery-item { position: relative; overflow: hidden; margin: 0; background: #222; }
.gallery-item:first-child { grid-row: 1 / 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-caption { position: absolute; right: 0; bottom: 0; left: 0; padding: 44px 16px 16px; background: linear-gradient(transparent, #000e); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.gallery-intro { position: absolute; top: clamp(20px, 5vw, 64px); left: var(--gutter); z-index: 3; max-width: 450px; padding: 24px; background: #0b0c0cf2; color: #fff; }
.gallery-intro h2 { margin: 8px 0 12px; font: clamp(31px, 4vw, 50px)/.95 var(--font-editorial); text-wrap: balance; }
.gallery-intro p { margin: 0; color: #d5d8d6; font-size: 17px; line-height: 1.55; text-wrap: pretty; }

.why { background: var(--black); color: #fff; }
.why .section-head { display: block; }
.why .section-head h2 { max-width: 1100px; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #3c3f3d; }
.value { padding: 32px 24px 24px 0; border-right: 1px solid #3c3f3d; }
.value:not(:first-child) { padding-left: 24px; }
.value:last-child { border-right: 0; }
.value-head { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.value i { display: grid; width: 36px; height: 36px; flex: 0 0 auto; place-items: center; background: var(--red); color: #fff; font-size: 12px; font-style: normal; font-weight: 700; }
.value h3 { margin: 0; min-width: min-content; font: 21px var(--font-display); letter-spacing: -.03em; text-transform: uppercase; }
.value p { margin: 0; color: #d1d4d2; font-size: 17px; line-height: 1.55; text-wrap: pretty; }

.story { background: var(--white); }
.story-layout { display: grid; grid-template-columns: .95fr 1.05fr; align-items: stretch; gap: 7vw; }
.story-photo { position: relative; min-height: 590px; overflow: hidden; margin: 0; background: #252725; }
.story-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.story-photo figcaption { position: absolute; bottom: 0; left: 0; padding: 16px; background: var(--red); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.story-copy { align-self: center; }
.story-copy h2 { margin: 12px 0 24px; font: clamp(40px, 5.5vw, 70px)/.96 var(--font-editorial); letter-spacing: -.05em; text-wrap: balance; }
.story-copy p { max-width: 62ch; color: #343735; font-size: 18px; line-height: 1.7; text-wrap: pretty; }
.story-copy .story-question { margin: 0 0 16px; color: var(--ink); font: italic 24px/1.35 var(--font-editorial); }
.story-quote { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line); color: #232523; }
.story-quote strong { display: block; font: clamp(27px, 3vw, 38px)/1.08 var(--font-editorial); letter-spacing: -.035em; }

.contact { background: var(--red-hover); color: #fff; }
.contact .eyebrow { color: #fff; }
.closing-cta { display: flex; max-width: 1320px; align-items: center; justify-content: space-between; gap: 56px; margin: auto; }
.closing-cta h2 { max-width: 720px; margin: 8px 0 16px; color: #fff; font-family: var(--font-display); letter-spacing: -.055em; }
.closing-cta p { margin: 0; max-width: 46ch; color: #ffeaea; font-size: 20px; line-height: 1.55; text-wrap: pretty; }
.closing-actions { flex: 0 0 auto; }
.closing-actions .button { min-height: 62px; padding: 18px 28px; background: #fff; color: var(--ink); font-size: 17px; }
.closing-actions .button:hover { background: var(--paper); }

.contact-top.section { padding-top: 36px; padding-bottom: 36px; }
.contact-top .closing-cta h2 { margin-top: 6px; margin-bottom: 8px; font-size: clamp(40px, 4.5vw, 58px); }
.contact-top .closing-cta p { font-size: 18px; }
.contact-top .closing-actions .button { min-height: 56px; padding: 15px 24px; }

footer { padding: 64px 0 96px; border-top: 1px solid #343635; background: var(--black); color: #fff; }
.footer-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px; max-width: 1320px; margin: auto; padding: 0 var(--gutter); }
.footer-logo { width: min(230px, 100%); height: auto; }
.footer-intro { max-width: 310px; margin: 20px 0 0; color: #ddd2d2; font-size: 17px; line-height: 1.6; text-wrap: pretty; }
.footer-contact strong,
.footer-nav-title,
.footer-hours strong { display: block; margin-bottom: 16px; color: #fff; font-size: 14px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-hours p { margin: 0 0 12px; color: #eadfdf; font-size: 17px; line-height: 1.55; }
.footer-contact a { display: flex; min-height: 44px; align-items: center; color: #eadfdf; font-size: 17px; line-height: 1.55; text-underline-offset: 4px; }
.footer-contact a + a { margin-top: 12px; }
.footer-links { display: grid; grid-template-columns: 1fr; align-content: start; font-size: 17px; }
.footer-links a { display: flex; min-height: 44px; align-items: center; color: #e1e3e1; text-underline-offset: 4px; }
.footer-legal { grid-column: 1 / -1; margin-top: 16px; padding-top: 24px; border-top: 1px solid #563233; color: #cbc0c0; font-size: 14px; line-height: 1.6; }
.mobile-call { display: none; }

.page-main { background: var(--paper); }
.page-hero { padding: clamp(72px, 9vw, 128px) var(--gutter); border-bottom: 8px solid var(--red); background: var(--black); color: #fff; }
.page-hero-inner { max-width: 1120px; margin: auto; }
.page-hero h1 { max-width: 980px; margin: 16px 0 24px; font: clamp(48px, 7vw, 88px)/.92 var(--font-display); letter-spacing: -.06em; text-transform: uppercase; text-wrap: balance; }
.page-hero p { max-width: 720px; margin: 0; color: #d9dcda; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; text-wrap: pretty; }
.content-page { max-width: 1120px; margin: auto; padding: clamp(64px, 8vw, 104px) var(--gutter); }
.content-page h2 { margin: 56px 0 16px; font: clamp(32px, 4vw, 48px)/1.05 var(--font-editorial); letter-spacing: -.035em; text-wrap: balance; }
.content-page h2:first-child { margin-top: 0; }
.content-page h3 { margin: 40px 0 12px; font: 22px/1.2 var(--font-display); letter-spacing: -.025em; text-transform: uppercase; }
.content-page p,
.content-page li { color: #303230; font-size: 18px; line-height: 1.7; }
.content-page p { max-width: 76ch; }
.content-page ul { max-width: 76ch; padding-left: 24px; }
.content-page a { text-underline-offset: 4px; }
.content-page .lede { max-width: 65ch; color: var(--ink); font: clamp(22px, 2.5vw, 30px)/1.5 var(--font-editorial); }
.content-page .button { color: #fff; text-decoration: none; }
.content-page .text-link { display: inline-flex; min-height: 44px; align-items: center; font-weight: 700; }
.content-page .notice { max-width: 820px; margin: 32px 0; padding: 24px; border-left: 8px solid var(--red); background: var(--white); }
.content-page .notice p:first-child { margin-top: 0; }
.content-page .notice p:last-child { margin-bottom: 0; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin: 40px 0; border: 2px solid var(--black); background: var(--black); }
.contact-block { padding: 32px; background: var(--white); }
.contact-block h2 { margin: 0 0 16px; font: 22px/1.2 var(--font-display); text-transform: uppercase; }
.contact-block p { margin: 0; }
.contact-block a { font-weight: 700; }
.directions-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; margin-top: 48px; padding: 32px; background: var(--black); color: #fff; }
.directions-panel h2 { margin: 0 0 8px; color: #fff; }
.directions-panel p { margin: 0; color: #d9dcda; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-bottom: 48px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.legal-nav a { display: inline-flex; min-height: 44px; align-items: center; font-weight: 700; }
.sender-disclosure { font-weight: 700; }
.consent-sample { max-width: 900px; margin: 32px 0; padding: clamp(24px, 4vw, 40px); border: 2px solid var(--black); background: #fff; }
.consent-line { display: grid; grid-template-columns: 28px 1fr; gap: 12px; }
.consent-box { width: 22px; height: 22px; margin-top: 5px; border: 2px solid var(--black); background: #fff; }
.signature-fields { margin-top: 32px; font-weight: 700; line-height: 2.3; }
.effective-date { margin-top: 48px; color: var(--muted); font-size: 16px; }

.garage-door { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; background: repeating-linear-gradient(0deg, #151716 0 12vh, #2e302f 12vh calc(12vh + 2px)); box-shadow: inset 0 0 120px #000; animation: open-bay .82s cubic-bezier(.76, 0, .24, 1) .28s forwards; pointer-events: none; }
.garage-door::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 7px; background: var(--red); box-shadow: 0 0 28px var(--red); }
.garage-door img { width: min(520px, 76vw); height: auto; filter: drop-shadow(0 12px 24px #000); }
@keyframes open-bay { to { transform: translateY(-103%); } }

/* Tightest desktop band: logo + links + call must share one row */
@media (max-width: 1120px) {
  .main-nav { gap: 20px; }
  .nav-links { gap: 20px; }
  .nav-call { padding: 14px 18px; font-size: 15px; }
}

/* 4-up values columns are narrowest here: badge stacks above every title so the row stays even */
@media (min-width: 901px) and (max-width: 1160px) {
  .value-head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .value h3 { font-size: clamp(19px, 1.9vw, 21px); }
}

/* Gallery intro clears the lead photograph once the first column narrows */
@media (max-width: 1100px) {
  .gallery-intro { position: static; max-width: none; padding: clamp(32px, 5vw, 48px) var(--gutter); background: var(--black); }
  .gallery-intro h2 { max-width: 18ch; }
  .gallery-intro p { max-width: 62ch; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 40px 48px; }
  .footer-links { grid-template-columns: 1fr 1fr; column-gap: 24px; }
}

@media (max-width: 900px) {
  .menu-toggle { display: grid; }
  .nav-actions { margin-left: auto; }
  .nav-call { min-height: 50px; padding: 14px 18px; font-size: 15px; }
  .nav-links { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; gap: 0; margin: 0; padding: 8px var(--gutter) 20px; border-top: 1px solid #343635; background: var(--black); box-shadow: 0 20px 40px #0008; }
  .nav-links.open { display: flex; flex-direction: column; }
  .nav-links > a { display: flex; min-height: 52px; align-items: center; border-bottom: 1px solid #303231; }
  .status-hours { display: none; }
  .top-call { padding-left: 0; border-left: 0; }
  .hero::before { background: linear-gradient(90deg, #000f 0, #000c 30%, #0004 72%), linear-gradient(0deg, #000e 0, #0008 46%, #0000 82%); }
  .section-head,
  .story-layout { grid-template-columns: 1fr; gap: 40px; }
  .story-copy { align-self: auto; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .value:nth-child(odd) { padding-left: 0; border-right: 1px solid #3c3f3d; }
  .value:nth-child(even) { padding-left: 24px; border-right: 0; }
  .value:nth-child(n + 3) { border-top: 1px solid #3c3f3d; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 380px 240px 240px; }
  .gallery-item:first-child { grid-column: 1 / -1; grid-row: auto; }
  .story-photo { min-height: 500px; }
  .closing-cta { display: block; }
  .closing-actions { margin-top: 32px; }
  .contact-top .closing-actions { margin-top: 20px; }
  .contact-grid { grid-template-columns: 1fr; }
  .directions-panel { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 108px; }
  .topline { gap: 4px 16px; padding: 4px 16px; font-size: 12px; letter-spacing: .03em; }
  .top-call { display: inline-flex; min-height: 36px; align-items: center; }
  .main-nav { height: 72px; padding: 0 16px; }
  .main-nav .logo { width: 160px; height: 58px; }
  .nav-call { display: none; }
  .nav-links { padding: 8px 16px 20px; }
  .hero { min-height: max(620px, calc(100svh - 118px)); align-items: end; }
  .hero-image img { object-position: 35% center; }
  .hero::before { background: linear-gradient(0deg, #000 0%, #000e 45%, #0005 62%, #0000 82%); }
  .hero-inner { align-self: end; padding: 48px 20px calc(88px + env(safe-area-inset-bottom)); }
  .hero h1 { font-size: clamp(38px, 11vw, 50px); }
  .hero-copy { font-size: 17px; }
  .concept-label,
  .hero .eyebrow { display: none; }
  .contact-top.section { padding-top: 28px; padding-bottom: 28px; }
  .contact-top .closing-cta h2 { margin-top: 4px; margin-bottom: 6px; font-size: 38px; }
  .contact-top .closing-cta p { font-size: 17px; }
  .contact-top .closing-actions { margin-top: 18px; }
  .section { padding: 64px 20px; }
  .section-head { margin-bottom: 32px; }
  .service-grid { grid-template-columns: 1fr; }
  .service { min-height: 0; padding: 28px 24px; }
  .service-icon { width: 58px; height: 58px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 340px repeat(2, 200px); gap: 4px; }
  .gallery-item:first-child { grid-column: 1 / -1; }
  .gallery-intro { padding: 40px 20px; }
  .values-grid { grid-template-columns: 1fr; }
  .value,
  .value:not(:first-child),
  .value:nth-child(odd),
  .value:nth-child(even) { padding: 24px 0; border-top: 1px solid #3c3f3d; border-right: 0; }
  .story-photo { min-height: 430px; }
  .closing-actions .button { width: 100%; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; padding: 0 20px; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .mobile-call { position: fixed; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); left: 10px; z-index: 120; display: flex; min-height: 56px; align-items: center; justify-content: center; padding: 14px; background: var(--red); color: #fff; box-shadow: 0 10px 30px #0008; font-size: 16px; font-weight: 700; text-align: center; text-decoration: none; }
  footer { padding-bottom: calc(104px + env(safe-area-inset-bottom)); }
  .page-hero { padding: 64px 20px; }
  .page-hero h1 { font-size: clamp(42px, 13vw, 58px); }
  .content-page { padding: 56px 20px; }
  .content-page p,
  .content-page li { font-size: 17px; }
  .contact-block,
  .directions-panel { padding: 24px; }
  .consent-line { grid-template-columns: 24px 1fr; gap: 10px; }
  .consent-box { width: 20px; height: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gallery-item img,
  .menu-toggle-box i { transition: none; }
  .garage-door { display: none; }
  .open-status.open::before { animation: none; }
}

@media print {
  .mobile-call,
  .menu-toggle,
  .garage-door { display: none !important; }
  header#top { position: static; }
  .section { break-inside: avoid; }
}
