:root {
  --black: #080808;
  --black-2: #11110f;
  --black-3: #171612;
  --cream: #d6cbb7;
  --cream-light: #f0eadf;
  --sand: #c5b59a;
  --paper: #eee8dc;
  --ink: #141310;
  --muted: #6e685f;
  --line-dark: rgba(214,203,183,.19);
  --line-light: rgba(20,19,16,.17);
  --max: 1320px;
  --display: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  --body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--cream-light);
  font-family: var(--body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.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: -5rem; left: 1rem; z-index: 9999; background: var(--cream); color: var(--black); padding: .8rem 1rem; font-weight: 800; text-decoration: none; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; border-bottom: 1px solid var(--line-dark); background: rgba(8,8,8,.88); backdrop-filter: blur(20px); }
.nav-shell { width: min(calc(100% - 2rem), var(--max)); min-height: 82px; margin: 0 auto; display: grid; grid-template-columns: 235px 1fr auto; align-items: center; gap: 2rem; }
.brand { width: 220px; }
.brand img { width: 100%; }
.site-nav { display: flex; justify-content: center; gap: clamp(1.4rem, 3vw, 3.2rem); }
.site-nav a { text-decoration: none; color: #cfc7b8; text-transform: uppercase; letter-spacing: .13em; font-size: .69rem; font-weight: 800; transition: color .2s ease; }
.site-nav a:hover { color: #fff; }
.nav-call { text-decoration: none; text-align: right; font-family: var(--display); font-size: 1.1rem; font-weight: 700; letter-spacing: .035em; }
.nav-call span { display: block; color: var(--sand); font-family: var(--body); font-size: .58rem; letter-spacing: .15em; text-transform: uppercase; }
.menu-button { display: none; }

.hero { min-height: 100svh; padding-top: 82px; position: relative; overflow: hidden; background: var(--black); }
.hero-lines { position: absolute; inset: 82px 0 0; opacity: .38; pointer-events: none; background-image: linear-gradient(90deg, transparent calc(25% - 1px), var(--line-dark) 25%, transparent calc(25% + 1px)), linear-gradient(90deg, transparent calc(75% - 1px), var(--line-dark) 75%, transparent calc(75% + 1px)); }
.hero-shell { width: min(calc(100% - 2rem), var(--max)); min-height: calc(100svh - 128px); margin: 0 auto; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(2rem, 5vw, 6rem); padding: clamp(4rem, 8vw, 7rem) 0 3rem; }
.hero-copy { position: relative; z-index: 2; }
.kicker { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.5rem; color: var(--sand); font-size: .69rem; text-transform: uppercase; font-weight: 800; letter-spacing: .16em; }
.kicker span { width: 48px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); text-transform: uppercase; line-height: .86; letter-spacing: -.035em; }
h1 { margin-bottom: 1.7rem; font-size: clamp(5rem, 10.6vw, 10.3rem); font-weight: 600; }
h1 em { color: var(--cream); font-style: normal; font-weight: 600; }
.hero-lede { max-width: 660px; color: #bdb6aa; font-size: clamp(1rem, 1.55vw, 1.22rem); }
.hero-actions { margin-top: 2.2rem; display: flex; gap: .8rem; flex-wrap: wrap; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: .95rem 1.35rem; text-decoration: none; text-transform: uppercase; letter-spacing: .11em; font-size: .68rem; font-weight: 900; border: 1px solid var(--cream); transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cream); color: var(--black); }
.button-primary:hover { background: transparent; color: var(--cream); }
.button-ghost { background: transparent; color: var(--cream); border-color: var(--line-dark); }
.button-ghost:hover { border-color: var(--cream); }
.hero-meta { max-width: 720px; margin-top: clamp(3rem, 6vw, 5rem); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); }
.hero-meta > div { padding: 1rem 1rem 0 0; }
.hero-meta small, .hero-meta strong { display: block; }
.hero-meta small { color: #7f796f; text-transform: uppercase; letter-spacing: .14em; font-size: .58rem; font-weight: 800; }
.hero-meta strong { margin-top: .28rem; color: #d8d1c5; font-size: .75rem; font-weight: 600; }

.hero-graphic { min-height: 650px; position: relative; isolation: isolate; border: 1px solid var(--line-dark); overflow: hidden; background: #0b0b0a; }
.graphic-grid, .blueprint-grid, .route-grid { position: absolute; inset: 0; background-image: linear-gradient(var(--line-dark) 1px, transparent 1px), linear-gradient(90deg, var(--line-dark) 1px, transparent 1px); background-size: 62px 62px; opacity: .46; }
.hero-graphic::before { content: ""; position: absolute; inset: 9%; border: 1px solid var(--line-dark); z-index: -1; }
.hero-graphic::after { content: ""; position: absolute; width: 72%; aspect-ratio: 1; left: 14%; top: 14%; border: 1px solid var(--line-dark); border-radius: 50%; z-index: -1; }
.hero-symbol { position: absolute; width: 46%; left: 26%; top: 27%; z-index: 4; filter: drop-shadow(0 24px 50px rgba(0,0,0,.55)); }
.symbol-halo { position: absolute; width: 60%; aspect-ratio: 1; left: 20%; top: 18%; border-radius: 50%; background: radial-gradient(circle, rgba(214,203,183,.12), transparent 68%); }
.graphic-slash { position: absolute; width: 58%; height: 12%; left: 21%; background: rgba(214,203,183,.045); border: 1px solid rgba(214,203,183,.1); transform: rotate(-42deg); }
.slash-one { top: 21%; }
.slash-two { bottom: 21%; }
.graphic-label { position: absolute; z-index: 5; color: #8c8579; font-size: .55rem; letter-spacing: .16em; font-weight: 800; }
.label-a { top: 3%; left: 4%; }
.label-b { right: 4%; bottom: 3%; writing-mode: vertical-rl; transform: rotate(180deg); }
.graphic-measure { position: absolute; z-index: 5; color: #716c64; font-size: .52rem; letter-spacing: .1em; }
.measure-x { left: 9%; right: 9%; top: 10%; border-top: 1px solid var(--line-dark); text-align: center; }
.measure-x::before, .measure-x::after { content: ""; position: absolute; top: -5px; width: 1px; height: 10px; background: var(--line-dark); }
.measure-x::before { left: 0; } .measure-x::after { right: 0; }
.measure-x span { position: relative; top: -1rem; background: #0b0b0a; padding: 0 .5rem; }
.measure-y { top: 10%; bottom: 10%; left: 9%; border-left: 1px solid var(--line-dark); }
.measure-y::before, .measure-y::after { content: ""; position: absolute; left: -5px; height: 1px; width: 10px; background: var(--line-dark); }
.measure-y::before { top: 0; } .measure-y::after { bottom: 0; }
.measure-y span { position: absolute; left: -1.1rem; top: 50%; transform: rotate(-90deg); background: #0b0b0a; padding: 0 .4rem; }
.graphic-index { position: absolute; right: 5%; top: 4%; color: var(--cream); font-family: var(--display); font-size: 4rem; line-height: .8; }
.graphic-index span { display: block; margin-top: .35rem; color: #777169; font-family: var(--body); font-size: .55rem; letter-spacing: .18em; text-align: right; }
.hero-bottom { width: min(calc(100% - 2rem), var(--max)); height: 46px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; color: #777169; font-size: .61rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-bottom span:last-child { color: var(--cream); font-size: 1.2rem; }

.statement { padding: clamp(5rem, 10vw, 9rem) 1rem; background: var(--cream); color: var(--ink); overflow: hidden; }
.statement-track { width: max-content; display: flex; gap: 1.4rem; align-items: center; margin-left: -4vw; color: rgba(20,19,16,.09); font-family: var(--display); font-size: clamp(4rem, 10vw, 10rem); font-weight: 800; line-height: .8; white-space: nowrap; }
.statement-track i { font-style: normal; }
.statement > p { width: min(100%, 1050px); margin: clamp(3rem, 7vw, 6rem) auto 0; font-family: var(--display); font-size: clamp(2.8rem, 5.6vw, 5.7rem); line-height: .96; text-transform: uppercase; letter-spacing: -.025em; }

.capabilities { padding: clamp(6rem, 10vw, 10rem) 1rem; background: var(--paper); color: var(--ink); }
.section-intro { width: min(100%, var(--max)); margin: 0 auto clamp(3rem, 7vw, 6rem); display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: clamp(2rem, 8vw, 9rem); }
.eyebrow { margin-bottom: 1rem; color: #726653; font-size: .65rem; letter-spacing: .17em; text-transform: uppercase; font-weight: 900; }
h2 { margin-bottom: 0; font-size: clamp(4rem, 8.2vw, 8rem); font-weight: 600; }
.section-intro > p { max-width: 560px; margin-bottom: .4rem; color: var(--muted); font-size: 1.05rem; }
.capability-layout { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.capability-card { min-height: 540px; padding: clamp(1.5rem, 3.5vw, 3rem); border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); display: grid; grid-template-rows: auto 1fr auto; position: relative; overflow: hidden; background: rgba(255,255,255,.12); }
.card-wide { grid-column: 1 / -1; min-height: 600px; }
.card-top { display: flex; justify-content: space-between; color: #766f64; font-size: .63rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 900; }
.card-art { position: relative; min-height: 230px; margin: 2rem 0; overflow: hidden; color: #9b8c74; }
.card-copy { position: relative; z-index: 3; display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 2rem; }
.card-copy h3 { margin: 0; font-size: clamp(3.4rem, 5.2vw, 5.3rem); font-weight: 600; }
.card-copy p { margin: 0 0 .25rem; color: var(--muted); font-size: .9rem; }
.siding-art { display: flex; flex-direction: column; justify-content: center; gap: 16px; transform: rotate(-5deg) scale(1.08); }
.siding-art i { display: block; height: 22px; border-top: 1px solid currentColor; border-bottom: 1px solid rgba(155,140,116,.35); background: linear-gradient(90deg, transparent, rgba(155,140,116,.07), transparent); }
.room-art { border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; width: 75%; margin: auto; }
.room-wall { position: absolute; left: 28%; top: 7%; bottom: 0; border-left: 1px solid currentColor; }
.room-door { position: absolute; width: 28%; height: 58%; left: 39%; bottom: 0; border: 1px solid currentColor; border-bottom: 0; }
.room-counter { position: absolute; width: 36%; height: 25%; right: 0; bottom: 0; border: 1px solid currentColor; }
.room-line { position: absolute; left: 0; right: 0; top: 37%; border-top: 1px dashed currentColor; opacity: .5; }
.concrete-art { width: 78%; margin: auto; transform: skewY(-7deg); display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 1fr); border: 1px solid currentColor; }
.concrete-art span { min-height: 90px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; background: linear-gradient(140deg, transparent 30%, rgba(155,140,116,.08)); }
.concrete-art span:nth-child(3), .concrete-art span:nth-child(5) { border-right: 0; }
.concrete-art span:nth-child(n+4) { border-bottom: 0; }
.frame-art { width: 80%; margin: auto; }
.beam { position: absolute; display: block; background: currentColor; opacity: .7; }
.beam-a { width: 2px; height: 90%; left: 15%; bottom: 0; }
.beam-b { width: 2px; height: 90%; right: 15%; bottom: 0; }
.beam-c { height: 2px; left: 15%; right: 15%; bottom: 0; }
.beam-d { width: 2px; height: 84%; left: 50%; bottom: 0; transform: rotate(35deg); transform-origin: bottom; }
.beam-e { width: 2px; height: 84%; left: 50%; bottom: 0; transform: rotate(-35deg); transform-origin: bottom; }
.beam-f { height: 2px; left: 3%; right: 3%; top: 25%; transform: rotate(-8deg); }
.scope-strip { width: min(100%, var(--max)); margin: 3rem auto 0; padding-top: 1.5rem; border-top: 1px solid var(--line-light); display: grid; grid-template-columns: 190px 1fr; gap: 2rem; }
.scope-strip > span { color: #746c61; font-size: .63rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.scope-strip > div { display: flex; flex-wrap: wrap; gap: .65rem; }
.scope-strip b { padding: .6rem .75rem; border: 1px solid var(--line-light); font-size: .75rem; font-weight: 700; }

.approach { min-height: 820px; display: grid; grid-template-columns: 1fr 1fr; background: var(--black-2); }
.approach-art { position: relative; min-height: 820px; overflow: hidden; border-right: 1px solid var(--line-dark); color: rgba(214,203,183,.54); }
.approach-art svg { position: absolute; width: 82%; left: 9%; top: 50%; transform: translateY(-50%); }
.plan-note { position: absolute; color: #827b70; font-size: .54rem; letter-spacing: .15em; font-weight: 800; }
.note-one { left: 4%; top: 4%; }
.note-two { right: 4%; top: 4%; }
.note-three { right: 4%; bottom: 4%; writing-mode: vertical-rl; }
.approach-copy { align-self: center; padding: clamp(4rem, 8vw, 8rem); }
.approach-copy .eyebrow { color: var(--sand); }
.approach-copy h2 { font-size: clamp(3.8rem, 6.6vw, 6.7rem); }
.approach-copy > p { max-width: 650px; color: #b9b2a6; }
.principles { margin-top: 2.5rem; border-top: 1px solid var(--line-dark); }
.principles > div { padding: 1rem 0; border-bottom: 1px solid var(--line-dark); display: grid; grid-template-columns: 45px 1fr; align-items: center; }
.principles span { color: #777168; font-size: .65rem; }
.principles strong { color: var(--cream-light); font-size: .82rem; letter-spacing: .025em; }

.process { padding: clamp(6rem, 10vw, 10rem) 1rem; background: var(--cream); color: var(--ink); }
.process-head { width: min(100%, var(--max)); margin: 0 auto clamp(3rem, 6vw, 5rem); }
.process-list { width: min(100%, var(--max)); margin: 0 auto; padding: 0; list-style: none; border-top: 1px solid rgba(20,19,16,.34); }
.process-list li { min-height: 150px; padding: 1.2rem 0; border-bottom: 1px solid rgba(20,19,16,.34); display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 2rem; transition: padding .25s ease, background .25s ease; }
.process-list li:hover { padding-left: 1rem; padding-right: 1rem; background: rgba(255,255,255,.19); }
.process-list > li > span { font-family: var(--display); font-size: 1.6rem; color: #726653; }
.process-list li > div { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 2rem; }
.process-list h3 { margin: 0; font-size: clamp(3rem, 5.6vw, 5.8rem); font-weight: 600; }
.process-list p { max-width: 480px; margin: 0; color: #665f55; }
.process-list b { font-size: 1.5rem; font-weight: 400; }

.area { min-height: 720px; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--paper); color: var(--ink); }
.area-copy { align-self: center; padding: clamp(4rem, 8vw, 8rem); }
.area-copy h2 { font-size: clamp(4rem, 7vw, 7rem); }
.area-copy > p { max-width: 600px; color: var(--muted); }
.area-copy > a { display: inline-block; margin-top: 1.8rem; font-size: .69rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; text-underline-offset: 6px; }
.area-copy > a span { margin-left: .4rem; }
.route-graphic { position: relative; min-height: 720px; overflow: hidden; background: #d2c5b0; border-left: 1px solid var(--line-light); }
.route-grid { background-image: linear-gradient(rgba(20,19,16,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(20,19,16,.14) 1px, transparent 1px); opacity: .55; }
.route-line { position: absolute; left: 14%; right: 14%; top: 50%; height: 3px; background: var(--ink); transform: rotate(21deg); }
.route-line::before,
.route-line::after {
  content: none;
}
.route-line span { position: absolute; width: 18px; height: 18px; top: 50%; border: 2px solid var(--ink); border-radius: 50%; background: #d2c5b0; transform: translate(-50%,-50%); }
.route-line span:nth-child(1) { left: 0; }
.route-line span:nth-child(2) { left: 52%; }
.route-line span:nth-child(3) { left: 100%; }
.route-city { position: absolute; }
.route-city b, .route-city small { display: block; }
.route-city b { font-family: var(--display); font-size: 2.4rem; line-height: 1; text-transform: uppercase; }
.route-city small { margin-top: .3rem; color: #625a4f; font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.city-a { left: 6%; top: 18%; }
.city-b { left: 42%; top: 52%; transform: translateX(-10%); }
.city-c { right: 4%; bottom: 12%; text-align: right; }
.route-caption { position: absolute; left: 5%; bottom: 5%; color: #625a4f; font-size: .59rem; letter-spacing: .14em; text-transform: uppercase; }

.contact { min-height: 760px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 3rem; padding: clamp(5rem, 9vw, 9rem) max(1rem, calc((100% - var(--max))/2)); background: var(--sand); color: var(--ink); }
.contact-symbol { position: absolute; right: -2%; top: 2%; width: 52%; opacity: .12; transform: rotate(-4deg); }
.contact-content { position: relative; z-index: 2; }
.contact-content h2 { font-size: clamp(5rem, 10vw, 10.2rem); }
.contact-content > p:not(.eyebrow) { max-width: 650px; color: #514b42; }
.contact-phone { display: inline-block; margin-top: 1.8rem; font-family: var(--display); font-size: clamp(3.6rem, 8vw, 8rem); line-height: .9; text-decoration: none; font-weight: 700; letter-spacing: -.02em; }
.contact-links { margin-top: 1.5rem; display: flex; gap: 1.5rem; flex-wrap: wrap; }
.contact-links a { font-size: .69rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; text-underline-offset: 5px; }
.contact-hours { position: relative; z-index: 2; align-self: end; padding: 2rem; border: 1px solid rgba(20,19,16,.28); background: rgba(238,232,220,.2); }
.contact-hours > span { display: block; margin-bottom: 2rem; font-size: .64rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 900; }
.contact-hours strong, .contact-hours b { display: block; }
.contact-hours strong { margin-top: 1rem; font-family: var(--display); font-size: 1.8rem; text-transform: uppercase; }
.contact-hours b { color: #514b42; font-size: .88rem; }
.button-dark { width: 100%; margin-top: 2rem; border-color: var(--ink); background: var(--ink); color: var(--cream-light); }
.button-dark:hover { background: transparent; color: var(--ink); }

.site-footer { min-height: 150px; padding: 2.3rem max(1rem, calc((100% - var(--max))/2)); background: #050505; border-top: 1px solid var(--line-dark); display: grid; grid-template-columns: 260px 1fr; align-items: center; gap: 3rem; }
.site-footer img { width: 235px; }
.site-footer > div { display: flex; justify-content: space-between; gap: 2rem; color: #716c63; font-size: .62rem; text-transform: uppercase; letter-spacing: .12em; }
.mobile-call { display: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 1050px) {
  .nav-shell { grid-template-columns: 210px 1fr auto; }
  .site-nav { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 1.5rem; flex-direction: column; background: #080808; border-bottom: 1px solid var(--line-dark); }
  .site-nav.open { display: flex; }
  .menu-button { display: flex; width: 42px; height: 42px; margin-left: auto; border: 1px solid var(--line-dark); background: transparent; padding: 10px; flex-direction: column; justify-content: center; gap: 5px; }
  .menu-button span:not(.sr-only) { width: 100%; height: 1px; background: var(--cream); }
  .nav-call { display: none; }
  .hero-shell, .section-intro, .approach, .area, .contact { grid-template-columns: 1fr; }
  .hero-shell { padding-top: 6rem; }
  .hero-graphic { min-height: 560px; }
  .capability-card { min-height: 500px; }
  .card-copy { grid-template-columns: 1fr; }
  .approach-art { min-height: 620px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .route-graphic { min-height: 620px; border-left: 0; border-top: 1px solid var(--line-light); }
  .contact { align-items: start; }
  .contact-hours { max-width: 520px; }
}

@media (max-width: 720px) {
  body { padding-bottom: 62px; }
  .site-header { position: absolute; }
  .nav-shell { min-height: 68px; grid-template-columns: 175px 1fr; }
  .brand { width: 166px; }
  .site-nav { top: 68px; }
  .hero { padding-top: 68px; }
  .hero-shell { padding-top: 4rem; }
  .hero-lines { top: 68px; background-image: linear-gradient(90deg, transparent calc(50% - 1px), var(--line-dark) 50%, transparent calc(50% + 1px)); }
  h1 { font-size: clamp(4.5rem, 23vw, 7rem); }
  h2 { font-size: clamp(3.8rem, 18vw, 5.6rem); }
  .hero-meta { grid-template-columns: 1fr; }
  .hero-meta > div { padding: .8rem 0; border-bottom: 1px solid var(--line-dark); }
  .hero-graphic { min-height: 410px; }
  .graphic-grid { background-size: 46px 46px; }
  .graphic-index { font-size: 2.7rem; }
  .statement-track { font-size: 4.7rem; }
  .statement > p { font-size: 3rem; }
  .capability-layout { grid-template-columns: 1fr; }
  .capability-card, .card-wide { min-height: 490px; }
  .card-wide { grid-column: auto; }
  .card-art { min-height: 190px; }
  .card-copy h3 { font-size: 3.6rem; }
  .scope-strip { grid-template-columns: 1fr; }
  .approach-art { min-height: 430px; }
  .approach-copy { padding: 4rem 1rem; }
  .process-list li { grid-template-columns: 45px 1fr auto; gap: 1rem; }
  .process-list li > div { grid-template-columns: 1fr; gap: .5rem; }
  .process-list h3 { font-size: 3.4rem; }
  .process-list p { font-size: .86rem; }
  .area-copy { padding: 4rem 1rem; }
  .route-graphic { min-height: 500px; }
  .route-city b { font-size: 1.65rem; }
  .city-a { top: 16%; left: 5%; }
  .city-b { left: 39%; top: 50%; transform: translateX(-12%); }
  .city-c { right: 4%; bottom: 14%; }
  .contact { padding: 5rem 1rem; }
  .contact-content h2 { font-size: 5rem; }
  .contact-phone { font-size: clamp(3rem, 15vw, 5rem); }
  .contact-symbol { width: 90%; right: -28%; }
  .site-footer { grid-template-columns: 1fr; gap: 1.5rem; }
  .site-footer > div { flex-direction: column; gap: .5rem; }
  .mobile-call { position: fixed; z-index: 1200; left: 0; right: 0; bottom: 0; height: 62px; display: flex; align-items: center; justify-content: center; background: var(--cream); color: var(--black); text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 900; border-top: 1px solid var(--black); }
}
