:root {
  --black: #000;
  --ink: #080808;
  --panel: #111;
  --panel-raised: #181818;
  --red: #d11b1b;
  --red-bright: #ee2727;
  --gray: #2e2e2e;
  --paper: #f1f1ef;
  --white: #fff;
  --muted: #a7a7a7;
  --max: 1180px;
  --shadow: 0 25px 70px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id], main[id] { scroll-margin-top: 82px; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--ink);
  color: var(--white);
  font-family: "Roboto", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
address { font-style: normal; }
body.media-open { overflow: hidden; }

.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: -70px; padding: 12px 16px; background: var(--white); color: var(--black); font-weight: 800; transition: top .18s ease; }
.skip-link:focus { top: 12px; }

h1, h2, h3, .btn, .main-nav, .eyebrow, .service-card > span { font-family: "Montserrat", Arial, sans-serif; }
h1, h2 { margin: 0; line-height: .94; letter-spacing: -.05em; text-transform: uppercase; font-style: italic; }
h1 { max-width: 990px; font-size: clamp(3rem, 7vw, 6.5rem); font-weight: 900; }
h2 { font-size: clamp(2.65rem, 5.5vw, 4.85rem); font-weight: 900; }
h1 span, h2 span { color: var(--red); }
.hero-title-main { display: block; color: inherit; }
.hero-title-place { color: inherit; }
.hero-title-place b { color: var(--red); font-weight: inherit; }
p { line-height: 1.65; }

.eyebrow { display: flex; align-items: center; gap: 14px; margin: 0 0 22px; color: #dedede; font-size: .72rem; font-weight: 800; letter-spacing: .22em; }
.eyebrow::before { width: 55px; height: 4px; background: var(--red); content: ""; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-align: center;
  text-transform: uppercase;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); box-shadow: 0 12px 32px rgba(209, 27, 27, .24); }
.btn-primary:hover { background: var(--red-bright); }
.btn-ghost, .btn-outline { border-color: rgba(255, 255, 255, .38); background: rgba(0, 0, 0, .13); }
.btn-ghost:hover, .btn-outline:hover { border-color: var(--white); background: var(--white); color: var(--black); }
.btn-link { padding-inline: 8px; background: transparent; border: 0; }
.btn-link:hover { color: var(--red-bright); }
.btn-lg { min-height: 56px; padding-inline: 27px; }
.text-action { color: #ececec; font-family: "Montserrat", Arial, sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.text-action:hover { color: var(--red-bright); }

:focus-visible { outline: 3px solid var(--red-bright); outline-offset: 4px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 82px; background: linear-gradient(to bottom, rgba(0, 0, 0, .92), rgba(0, 0, 0, .25), transparent); transition: height .22s ease, background-color .22s ease, border-color .22s ease; }
.site-header.is-scrolled { height: 68px; border-bottom: 1px solid rgba(255, 255, 255, .09); background: rgba(0, 0, 0, .95); backdrop-filter: blur(12px); }
.nav-shell { display: flex; align-items: center; gap: 28px; height: 100%; }
.brand { display: flex; width: 190px; height: 100%; flex: 0 0 auto; align-items: center; padding-block: 4px; }
.brand img { width: 100%; height: auto; max-height: 100%; object-fit: contain; object-position: left center; mix-blend-mode: screen; }
.main-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; color: #d2d2d2; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a { transition: color .18s ease; }
.main-nav a:hover { color: var(--white); }
.nav-cta { margin-left: 10px; }
.nav-toggle { display: none; width: 42px; height: 42px; margin-left: auto; padding: 7px; border: 0; background: none; }
.nav-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--white); }

.hero { position: relative; display: flex; align-items: center; min-height: 760px; height: 100svh; max-height: 980px; overflow: hidden; background: var(--black); }
.hero-media { position: absolute; z-index: 0; inset: 0 0 0 34%; width: 66%; height: 100%; object-fit: cover; object-position: center 47%; filter: saturate(.8) contrast(1.06); transform: scale(1.04); }
.hero-overlay { position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle at 74% 42%, rgba(209, 27, 27, .14), transparent 24%), linear-gradient(90deg, #000 0%, #000 30%, rgba(0, 0, 0, .85) 51%, rgba(0, 0, 0, .14) 78%, rgba(0, 0, 0, .53) 100%), linear-gradient(0deg, rgba(0, 0, 0, .92), transparent 29%, rgba(0, 0, 0, .12)); }
.hero-stripes { position: absolute; z-index: 2; right: -75px; bottom: 90px; width: 440px; height: 20px; background: linear-gradient(90deg, transparent 0 10%, var(--red) 10% 45%, #353535 45% 57%, #fff 57% 64%, transparent 64%); transform: rotate(-36deg); }
.hero-content { position: relative; z-index: 3; padding-top: 82px; }
.hero-copy { max-width: 630px; margin: 26px 0 30px; color: #d5d5d5; font-size: clamp(1rem, 1.6vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.hero-location { display: flex; align-items: center; gap: 10px; margin: 25px 0 0; color: #cbcbcb; font-size: .82rem; }
.pin-dot { width: 9px; height: 9px; border: 2px solid var(--red); border-radius: 50%; box-shadow: 0 0 0 5px rgba(209, 27, 27, .14); }
.hero-signature { position: absolute; z-index: 3; right: 6%; bottom: 36px; margin: 0; color: var(--white); font-family: "Pinyon Script", cursive; font-size: 2.2rem; transform: rotate(-3deg); }

.trust-strip { border-bottom: 1px solid #ddd; background: var(--white); color: #111; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid article { position: relative; padding: 25px 24px 26px; }
.trust-grid article:not(:last-child)::after { position: absolute; top: 25%; right: 0; width: 1px; height: 50%; background: #ddd; content: ""; transform: skew(-17deg); }
.trust-grid strong { display: block; font-family: "Montserrat", Arial, sans-serif; font-size: .83rem; font-style: italic; font-weight: 900; text-transform: uppercase; }
.trust-grid span { display: block; margin-top: 5px; color: #666; font-size: .75rem; }

.section { padding: 110px 0; }
.gallery-section { position: relative; overflow: hidden; background: #090909; }
.gallery-section::before, .services-section::before { position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(135deg, rgba(255, 255, 255, .08) 1px, transparent 1px); background-size: 20px 20px; content: ""; pointer-events: none; }
.section-heading { position: relative; z-index: 1; max-width: 820px; margin-bottom: 48px; }
.section-heading > p:not(.eyebrow) { max-width: 650px; color: #aaa; }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; max-width: none; align-items: end; }
.heading-copy > p { margin: 0 0 12px; color: #aaa; }
.heading-note { color: var(--red-bright); font-size: .78rem; font-weight: 800; text-transform: uppercase; }

.gallery-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 160px; gap: 14px; }
.gallery-card { position: relative; grid-column: span 3; grid-row: span 2; min-height: 280px; padding: 0; overflow: hidden; border: 0; background: #151515; color: var(--white); cursor: pointer; text-align: left; }
.gallery-card-feature { grid-column: span 6; grid-row: span 3; min-height: 470px; }
.gallery-card-wide { grid-column: span 5; }
.gallery-card-location { grid-column: span 4; text-decoration: none; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; filter: saturate(.76) contrast(1.04); }
.gallery-card-feature img { object-position: center 55%; }
.gallery-card-location img { object-position: center; }
.gallery-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, .92), rgba(0, 0, 0, .03) 67%); }
.gallery-content { position: absolute; right: 26px; bottom: 24px; left: 26px; z-index: 1; display: grid; gap: 6px; }
.gallery-content small { color: #e4e4e4; font-size: .64rem; font-weight: 800; letter-spacing: .15em; }
.gallery-content strong { font-family: "Montserrat", Arial, sans-serif; font-size: clamp(1.28rem, 2vw, 2rem); font-style: italic; font-weight: 900; letter-spacing: -.04em; text-transform: uppercase; }
.gallery-content em { color: #d8d8d8; font-size: .72rem; font-style: normal; font-weight: 700; text-transform: uppercase; }
.gallery-card:hover img, .gallery-card:focus-visible img { transform: scale(1.05); filter: saturate(1); }
.gallery-card:hover .gallery-content em, .gallery-card:focus-visible .gallery-content em { color: var(--red-bright); }
.section-cta { position: relative; z-index: 1; margin-top: 33px; text-align: center; }
.section-cta p { margin: 0 0 13px; color: #d8d8d8; font-size: .92rem; }

.reels-section { background: var(--black); }
.reels-heading { max-width: 770px; }
.reel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.reel-card { min-width: 0; }
.reel-card button { position: relative; display: block; width: 100%; aspect-ratio: 16 / 10; padding: 0; overflow: hidden; border: 1px solid #252525; background: #121212; color: var(--white); cursor: pointer; text-align: left; transition: transform .23s ease, border-color .23s ease; }
.reel-card button:hover, .reel-card button:focus-visible { border-color: #555; transform: translateY(-5px); }
.reel-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.04); transition: transform .5s ease, filter .5s ease; }
.reel-card button:hover img, .reel-card button:focus-visible img { transform: scale(1.05); filter: saturate(1); }
.reel-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, .93), rgba(0, 0, 0, .02) 70%); }
.play-mark { position: absolute; z-index: 1; top: 22px; right: 22px; display: grid; width: 46px; height: 46px; place-items: center; padding-left: 3px; border: 1px solid rgba(255, 255, 255, .8); border-radius: 50%; background: rgba(209, 27, 27, .94); font-size: .84rem; }
.reel-copy { position: absolute; z-index: 1; right: 24px; bottom: 23px; left: 24px; display: grid; gap: 5px; }
.reel-copy small { color: #dedede; font-size: .64rem; font-weight: 800; letter-spacing: .14em; }
.reel-copy strong { font-family: "Montserrat", Arial, sans-serif; font-size: clamp(1.25rem, 2vw, 1.8rem); font-style: italic; font-weight: 900; letter-spacing: -.04em; text-transform: uppercase; }
.reel-copy em { color: #ddd; font-size: .72rem; font-style: normal; font-weight: 700; text-transform: uppercase; }
.reels-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px; margin-top: 30px; }
.reels-swipe-hint { display: none; }

.process-section { background: var(--paper); color: #101010; }
.process-layout { display: grid; grid-template-columns: .8fr .88fr .9fr; gap: 46px; align-items: start; }
.process-intro > p:not(.eyebrow) { max-width: 430px; margin: 25px 0 30px; color: #515151; }
.process-visual { position: relative; min-height: 510px; overflow: hidden; box-shadow: 18px 20px 0 var(--red); }
.process-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.visual-tag { position: absolute; bottom: 20px; left: 20px; padding: 8px 11px; background: var(--red); color: var(--white); font-family: "Montserrat", Arial, sans-serif; font-size: .66rem; font-weight: 900; letter-spacing: .11em; }
.process-steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.process-steps li { position: relative; min-height: 163px; padding: 0 0 25px 28px; border-left: 1px solid #c8c8c8; }
.process-steps li::before { position: absolute; top: 2px; left: -5px; width: 9px; height: 9px; background: var(--red); content: ""; transform: rotate(45deg); }
.process-steps span { display: block; margin-bottom: 27px; color: var(--red); font-family: "Montserrat", Arial, sans-serif; font-size: .72rem; font-weight: 900; }
.process-steps h3 { margin: 0 0 8px; font-size: 1.05rem; font-style: italic; text-transform: uppercase; }
.process-steps p { max-width: 260px; margin: 0; color: #555; font-size: .9rem; }

.services-section { position: relative; background: #050505; }
.services-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #252525; border-left: 1px solid #252525; }
.service-card { min-height: 238px; padding: 28px; border-right: 1px solid #252525; border-bottom: 1px solid #252525; background: rgba(255, 255, 255, .012); transition: background-color .2s ease, transform .2s ease; }
.service-card:hover { background: #111; transform: translateY(-4px); }
.service-card > span { display: block; margin-bottom: 55px; color: var(--red); font-size: .72rem; font-weight: 900; }
.service-card h3 { margin: 0 0 12px; font-size: 1.08rem; font-style: italic; text-transform: uppercase; }
.service-card p { margin: 0; color: #a2a2a2; font-size: .88rem; }

.social-section { padding: 110px 0; background: #0a0a0a; }
.social-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.social-layout > div > p:not(.eyebrow) { color: #aaa; }
.social-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.social-card { position: relative; display: flex; min-height: 230px; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 28px; border: 1px solid #232323; background: #151515; transition: border-color .22s ease, transform .22s ease; }
.social-card::before { position: absolute; top: -42px; right: -30px; width: 150px; height: 150px; border-radius: 50%; background: var(--red); content: ""; filter: blur(65px); opacity: .16; }
.social-card:hover { border-color: #575757; transform: translateY(-5px); }
.social-card small { position: relative; color: var(--red-bright); font-size: .68rem; font-weight: 900; letter-spacing: .17em; }
.social-card strong { position: relative; margin: 8px 0; font-family: "Montserrat", Arial, sans-serif; font-size: clamp(1.6rem, 3vw, 2.3rem); font-style: italic; letter-spacing: -.05em; }
.social-card span { position: relative; color: #aaa; font-size: .82rem; }
.social-card b { color: var(--red-bright); }

.location-section { display: grid; grid-template-columns: minmax(420px, .8fr) minmax(0, 1.2fr); min-height: 760px; background: #121212; }
.location-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 72px clamp(32px, 4vw, 64px); }
.location-copy h2 { font-size: clamp(2.65rem, 4vw, 4.85rem); overflow-wrap: break-word; }
.location-copy address { margin: 25px 0; color: #cbcbcb; line-height: 1.7; }
.location-copy address strong { color: var(--white); }
.location-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.map-shell { position: relative; min-width: 0; min-height: 660px; background: #222; filter: grayscale(.84) contrast(1.04); transition: filter .25s ease; }
.map-shell:hover { filter: grayscale(.12); }
.map-shell iframe { display: block; width: 100%; max-width: 100%; height: 100%; min-height: 660px; }
.map-caption { position: absolute; z-index: 2; bottom: 28px; left: 18px; display: grid; gap: 4px; max-width: min(330px, calc(100% - 36px)); padding: 12px 15px; border-left: 4px solid var(--red); background: rgba(0, 0, 0, .84); box-shadow: 0 12px 30px rgba(0, 0, 0, .24); pointer-events: none; }
.map-caption span { color: #f3f3f3; font-family: "Montserrat", Arial, sans-serif; font-size: .62rem; font-weight: 900; letter-spacing: .15em; }
.map-caption strong { color: #fff; font-family: "Montserrat", Arial, sans-serif; font-size: .8rem; font-style: italic; text-transform: uppercase; }

.final-cta { position: relative; display: flex; min-height: 610px; align-items: center; overflow: hidden; background: var(--black); }
.final-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; filter: saturate(.66) contrast(1.08); }
.final-cta-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, #000 7%, rgba(0, 0, 0, .86) 48%, rgba(0, 0, 0, .3)); }
.final-cta-content { position: relative; z-index: 1; }
.final-cta-content > p:not(.eyebrow) { max-width: 580px; margin: 26px 0 30px; color: #ddd; font-size: 1.1rem; }

.site-footer { padding: 65px 0 95px; border-top: 1px solid #1b1b1b; background: var(--black); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 55px; }
.footer-logo { width: 250px; height: 92px; object-fit: cover; object-position: left center; mix-blend-mode: screen; }
.footer-grid p { color: #777; }
.footer-grid strong { display: block; margin-bottom: 16px; font-family: "Montserrat", Arial, sans-serif; font-size: .72rem; font-style: italic; text-transform: uppercase; }
.footer-grid a { display: block; margin: 9px 0; color: #999; font-size: .82rem; transition: color .18s ease; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid #1d1d1d; color: #5f5f5f; font-size: .7rem; }

.mobile-action-bar { display: none; }

.media-dialog { width: min(940px, calc(100vw - 32px)); max-height: min(790px, calc(100svh - 32px)); padding: 0; overflow: auto; border: 1px solid #303030; background: #101010; color: var(--white); box-shadow: 0 30px 90px rgba(0, 0, 0, .7); }
.media-dialog::backdrop { background: rgba(0, 0, 0, .8); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; z-index: 4; top: 12px; right: 12px; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; background: rgba(0, 0, 0, .62); color: var(--white); font-size: 1.55rem; line-height: 1; cursor: pointer; }
.dialog-close:hover { background: var(--red); }
.dialog-image-wrap, .dialog-video-wrap { min-height: 240px; background: #050505; }
.dialog-image-wrap img { width: 100%; max-height: 58svh; object-fit: contain; }
.dialog-video-wrap video { display: block; width: 100%; max-height: 58svh; background: #000; }
.dialog-copy { padding: 28px 32px 32px; }
.dialog-label { margin: 0 0 8px; color: var(--red-bright); font-size: .67rem; font-weight: 900; letter-spacing: .14em; }
.dialog-copy h2 { font-size: clamp(2rem, 5vw, 3.3rem); }
.dialog-copy > p:not(.dialog-label) { max-width: 600px; margin: 15px 0 23px; color: #c6c6c6; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }

@media (max-width: 1040px) {
  .nav-cta { display: none; }
  .main-nav { position: fixed; top: 74px; right: 20px; left: 20px; display: none; max-height: calc(100svh - 154px); overflow-y: auto; flex-direction: column; align-items: flex-start; padding: 25px; border: 1px solid #262626; background: #0b0b0b; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .nav-toggle { display: block; }
  .hero-media { inset: 0; width: 100%; object-position: center 38%; }
  .hero-overlay { background: linear-gradient(90deg, rgba(0, 0, 0, .96), rgba(0, 0, 0, .66) 74%, rgba(0, 0, 0, .44)), linear-gradient(0deg, #000, transparent 38%); }
  .hero-signature { display: none; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 255px; }
  .gallery-card, .gallery-card-feature, .gallery-card-wide, .gallery-card-location { grid-column: auto; grid-row: auto; min-height: 0; }
  .gallery-card-feature { grid-row: span 2; }
  .process-layout { grid-template-columns: .9fr 1.1fr; }
  .process-intro { grid-column: 1 / -1; }
  .process-steps { padding-top: 10px; }
  .social-layout { grid-template-columns: 1fr; gap: 45px; }
  .location-section { grid-template-columns: 1fr; }
  .location-copy { padding: 80px 30px; }
  .map-shell, .map-shell iframe { min-height: 560px; }
}

@media (max-width: 760px) {
  body { padding-bottom: var(--mobile-action-height, calc(68px + env(safe-area-inset-bottom))); }
  section[id], main[id] { scroll-margin-top: 66px; }
  .container { width: min(var(--max), calc(100% - 32px)); }
  .site-header, .site-header.is-scrolled { height: 66px; border-bottom: 1px solid #252525; background: #080808; }
  .nav-shell { gap: 12px; }
  .brand { width: 146px; }
  .main-nav { top: 66px; right: 14px; left: 14px; gap: 0; padding: 8px 18px; }
  .main-nav a { width: 100%; min-height: 48px; padding: 16px 4px; border-bottom: 1px solid #242424; font-size: .875rem; }
  .main-nav a:last-child { border-bottom: 0; }
  .nav-toggle { width: 46px; height: 46px; padding: 8px; }
  .hero { display: block; min-height: 0; height: auto; max-height: none; padding: 66px 0 0; }
  .hero-media { position: relative; inset: auto; width: 100%; height: clamp(220px, 60vw, 310px); object-position: center 62%; filter: none; transform: none; }
  .hero-overlay { top: 66px; bottom: auto; height: clamp(220px, 60vw, 310px); background: linear-gradient(0deg, #000, rgba(0, 0, 0, .05) 35%, transparent 75%); }
  .hero-content { margin-top: -12px; padding: 0 0 32px; }
  .eyebrow { gap: 9px; margin-bottom: 16px; font-size: .75rem; line-height: 1.5; letter-spacing: .1em; }
  .eyebrow::before { width: 32px; height: 3px; }
  h1 { font-size: clamp(2rem, 9.3vw, 3.6rem); line-height: 1.04; letter-spacing: -.04em; overflow-wrap: anywhere; }
  h2, .location-copy h2 { font-size: clamp(2rem, 9.2vw, 3.3rem); line-height: 1.04; letter-spacing: -.045em; overflow-wrap: anywhere; }
  .hero-title-place { display: block; margin-top: 12px; font-size: 1.125rem; line-height: 1.4; letter-spacing: -.015em; font-style: normal; text-transform: none; }
  .hero-copy { max-width: 34rem; margin: 16px 0 22px; color: #c7c7c7; font-size: 1rem; line-height: 1.55; }
  .btn { min-height: 50px; padding: 12px 16px; font-size: .875rem; line-height: 1.35; letter-spacing: 0; }
  .btn-lg { min-height: 52px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .hero-actions .btn { width: 100%; }
  .hero-actions .btn-primary { grid-column: 1 / -1; }
  .hero-actions .btn-link { border: 1px solid #3d3d3d; }
  .hero-location { align-items: flex-start; margin-top: 18px; font-size: .8125rem; line-height: 1.5; }
  .pin-dot { flex: 0 0 9px; margin-top: 5px; }
  .hero-stripes { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid article { display: flex; min-height: 88px; flex-direction: column; justify-content: center; padding: 16px 10px; }
  .trust-grid article:nth-child(2)::after { display: none; }
  .trust-grid strong { font-size: .75rem; line-height: 1.35; }
  .trust-grid span { font-size: .75rem; line-height: 1.4; }
  .section, .social-section { padding: 56px 0; }
  .section-heading { margin-bottom: 26px; }
  .split-heading { grid-template-columns: 1fr; gap: 16px; }
  .heading-note { display: block; font-size: .8125rem; line-height: 1.5; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; gap: 12px; }
  .gallery-card, .gallery-card-feature, .gallery-card-wide, .gallery-card-location { display: flex; flex-direction: column; grid-row: auto; min-width: 0; min-height: 0; aspect-ratio: auto; border: 1px solid #282828; }
  .gallery-card-feature { grid-column: 1 / -1; }
  .gallery-card img { height: auto; aspect-ratio: 3 / 4; flex-shrink: 0; }
  .gallery-card-feature img { aspect-ratio: 4 / 3; }
  .gallery-shade { display: none; }
  .gallery-content { position: static; width: 100%; flex: 1; padding: 14px 12px; gap: 6px; }
  .gallery-content small { font-size: .75rem; line-height: 1.35; letter-spacing: .03em; }
  .gallery-content strong { font-size: 1.125rem; line-height: 1.15; }
  .gallery-card-feature .gallery-content { padding: 18px 20px; }
  .gallery-card-feature .gallery-content strong { font-size: 1.75rem; }
  .gallery-content em { font-size: .75rem; line-height: 1.4; }
  .section-cta .btn { width: 100%; }
  .section-cta p { font-size: 1rem; }
  .reel-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 88%; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding: 2px; padding: 4px 2px 12px; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: var(--red) #242424; }
  .reel-card { scroll-snap-align: start; }
  .reel-card button { aspect-ratio: auto; height: 100%; }
  .reel-card img { height: auto; aspect-ratio: 16 / 10; }
  .reel-overlay { display: none; }
  .reel-card button:hover, .reel-card button:focus-visible { transform: none; }
  .play-mark { top: 15px; right: 15px; width: 46px; height: 46px; }
  .reel-copy { position: static; padding: 16px; gap: 7px; }
  .reel-copy small, .reel-copy em { font-size: .75rem; letter-spacing: .04em; line-height: 1.4; }
  .reel-copy strong { font-size: 1.25rem; line-height: 1.2; }
  .reels-swipe-hint { display: flex; justify-content: space-between; margin: 8px 0 0; color: #b6b6b6; font-size: .8125rem; }
  .reels-actions { align-items: stretch; flex-direction: column; gap: 12px; margin-top: 22px; }
  .reels-actions .btn { width: 100%; }
  .reels-actions .text-action { display: flex; min-height: 48px; align-items: center; padding: 6px 2px; font-size: .875rem; line-height: 1.5; }
  .process-layout { grid-template-columns: 1fr; gap: 32px; }
  .process-intro > p:not(.eyebrow) { margin: 20px 0 24px; }
  .process-intro .btn { width: 100%; }
  .process-visual { height: 320px; min-height: 0; margin-right: 10px; box-shadow: 10px 12px 0 var(--red); }
  .visual-tag { font-size: .75rem; }
  .process-steps { gap: 4px; }
  .process-steps li { min-height: auto; padding-bottom: 24px; }
  .process-steps span { margin-bottom: 10px; font-size: .8125rem; }
  .process-steps p { max-width: none; font-size: 1rem; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card { min-height: 0; padding: 20px 16px; }
  .service-card > span { margin-bottom: 18px; font-size: .8125rem; }
  .service-card h3 { font-size: .875rem; line-height: 1.4; overflow-wrap: anywhere; }
  .service-card p { font-size: 1rem; line-height: 1.5; }
  .social-layout { gap: 26px; }
  .social-cards { grid-template-columns: 1fr; gap: 12px; }
  .social-card { min-height: 138px; padding: 22px; }
  .social-card small { font-size: .75rem; }
  .social-card strong { font-size: 1.75rem; }
  .social-card span { font-size: .875rem; }
  .location-section { min-height: 0; }
  .location-copy { padding: 48px 16px 28px; }
  .location-copy address { margin: 20px 0; font-size: 1rem; line-height: 1.6; }
  .location-actions { flex-direction: column; }
  .location-actions .btn { width: 100%; }
  .map-shell { height: 420px; min-height: 0; filter: none; }
  .map-shell iframe { height: 100%; min-height: 0; }
  .map-caption { display: none; }
  .final-cta { min-height: 0; padding: 64px 0; }
  .final-cta > img { object-position: center 35%; }
  .final-cta-content > p:not(.eyebrow) { font-size: 1rem; }
  .final-cta .hero-actions { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 16px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid strong { margin-bottom: 8px; font-size: .875rem; }
  .footer-grid a { display: flex; min-height: 44px; align-items: center; margin: 0; color: #b3b3b3; font-size: .875rem; }
  .footer-grid p { margin: 8px 0 0; color: #999; }
  .site-footer { padding: 40px 0 24px; }
  .footer-bottom { flex-direction: column; gap: 8px; margin-top: 26px; color: #a0a0a0; font-size: .75rem; }
  .mobile-action-bar { position: fixed; z-index: 120; right: 0; bottom: 0; left: 0; display: grid; min-height: calc(68px + env(safe-area-inset-bottom)); grid-template-columns: repeat(3, minmax(0, 1fr)); padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid #2b2b2b; background: #0b0b0b; box-shadow: 0 -8px 24px rgba(0, 0, 0, .2); }
  .mobile-action-bar a { display: flex; min-height: 68px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 8px 4px; font-family: "Montserrat", Arial, sans-serif; font-size: .75rem; line-height: 1.3; font-weight: 700; }
  .mobile-action-bar a:first-child { background: var(--red); }
  .mobile-action-bar svg { width: 22px; height: 22px; flex-shrink: 0; }
  .media-dialog { width: min(calc(100vw - 24px), 580px); max-height: calc(100svh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom)); overscroll-behavior: contain; }
  .dialog-close { width: 48px; height: 48px; }
  .dialog-image-wrap, .dialog-video-wrap { min-height: 0; }
  .dialog-image-wrap img, .dialog-video-wrap video { max-height: 48svh; }
  .dialog-copy { padding: 22px 18px 24px; }
  .dialog-label { font-size: .75rem; line-height: 1.4; }
  .dialog-copy .btn { width: 100%; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 380px) {
  .container { width: min(var(--max), calc(100% - 24px)); }
  .brand { width: 136px; }
  h1 { font-size: 2rem; }
  .hero-title-place { font-size: 1rem; }
  .hero-actions { gap: 8px; }
  .hero-actions .btn { padding-inline: 10px; }
  .trust-grid article { padding-inline: 9px; }
  .gallery-content { right: 10px; left: 10px; }
  .gallery-content strong { font-size: 1rem; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { padding: 22px; }
  .service-card > span { margin-bottom: 12px; }
  .service-card h3 { font-size: 1rem; }
  .map-shell { height: 380px; }
  .dialog-copy h2 { font-size: 1.9rem; }
}

@media (max-width: 760px) and (orientation: landscape) {
  .hero-media, .hero-overlay { height: 220px; }
  .dialog-image-wrap img, .dialog-video-wrap video { max-height: 70svh; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
