@import url('assets/fonts/fonts.css');

:root {
  --lacquer: #091728;
  --navy: #102945;
  --mineral: #f1f3f2;
  --cool-gray: #cbd2d3;
  --graphite: #25333b;
  --copper: #c7793a;
  --felt: #a62f3c;
  --white: #f8faf9;
  --line: rgba(37, 51, 59, 0.22);
  --display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --body: 'DM Sans', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--mineral); color: var(--graphite); font-family: var(--body); font-size: 16px; line-height: 1.6; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--felt); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; padding: .65rem 1rem; background: var(--white); color: var(--lacquer); }
.skip-link:focus { top: 1rem; }

.masthead { height: 76px; padding: 0 clamp(1.25rem, 4vw, 5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--mineral); border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: baseline; gap: .48rem; text-decoration: none; color: var(--lacquer); font-family: var(--display); text-transform: uppercase; line-height: 1; }
.wordmark span { font-size: 2rem; font-weight: 700; letter-spacing: -.02em; }
.wordmark small { max-width: 4.5rem; font-size: .78rem; font-weight: 600; letter-spacing: .07em; line-height: .86; color: #94303a; }
.masthead nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.8rem); font-size: .88rem; font-weight: 600; }
.masthead nav a { text-decoration: none; }
.masthead nav a:hover { color: var(--felt); }
.nav-call { padding: .55rem .82rem; border: 1px solid var(--navy); }

.hero { position: relative; min-height: calc(100dvh - 76px); background: var(--lacquer); overflow: hidden; }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: 53% 39%; filter: saturate(.92) contrast(1.02); }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,23,40,.48) 0%, transparent 52%); pointer-events: none; }
.hero-dock { position: absolute; z-index: 1; left: clamp(1.25rem, 4vw, 5rem); bottom: clamp(1.4rem, 4vw, 4.5rem); width: min(720px, calc(100% - 2.5rem)); padding: clamp(1.5rem, 3vw, 3rem); background: rgba(9, 23, 40, .96); color: var(--white); border-top: 4px solid var(--copper); }
.service-line { max-width: 52ch; margin: 0 0 1.2rem; font-size: clamp(.95rem, 1.4vw, 1.08rem); color: var(--cool-gray); }
h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: .96; margin-top: 0; }
h1 { margin-bottom: 1.6rem; font-size: clamp(3.35rem, 4.8vw, 4.5rem); letter-spacing: -.025em; }
.hero-dock h1 { font-size: clamp(3.15rem, 4vw, 3.4rem); }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; }
.primary-action { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .75rem 1.1rem; background: var(--felt); color: var(--white); border: 2px solid var(--felt); text-decoration: none; font-weight: 600; white-space: nowrap; transition: transform .2s ease, background .2s ease; }
.primary-action:hover { background: #8c2631; border-color: #8c2631; }
.primary-action:active { transform: translateY(1px); }
.text-action { color: var(--white); text-underline-offset: .35rem; }

.proof-band { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 clamp(1.25rem, 4vw, 5rem); background: var(--lacquer); color: var(--white); border-top: 1px solid rgba(203,210,211,.2); }
.proof-band p { margin: 0; min-height: 150px; padding: 1.8rem clamp(1rem, 2vw, 2rem); display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(203,210,211,.2); }
.proof-band p:last-child { border-right: 0; }
.proof-band strong { font-family: var(--display); font-size: clamp(2.25rem, 3.3vw, 3.8rem); font-weight: 600; line-height: 1; color: #e3a777; }
.proof-band span { max-width: 29ch; margin-top: .45rem; color: var(--cool-gray); font-size: .86rem; line-height: 1.45; }

.diagnosis { padding: clamp(4.5rem, 8vw, 8.5rem) clamp(1.25rem, 4vw, 5rem); }
.diagnosis-intro { max-width: 760px; margin-bottom: 3.5rem; }
h2 { margin-bottom: 1.2rem; font-size: clamp(3rem, 4.8vw, 4.5rem); letter-spacing: -.02em; }
.diagnosis-intro p, .rooms-copy p, .route-heading p, .contact > div > p { max-width: 64ch; margin: 0; font-size: 1.06rem; }
.score { position: relative; border-top: 1px solid var(--graphite); }
.score::before { content: ''; position: absolute; left: 0; top: -4px; width: 33.333%; height: 7px; background: linear-gradient(90deg, var(--felt) 0 4px, var(--copper) 4px calc(100% - 4px), var(--felt) calc(100% - 4px)); }
.score-row { display: grid; grid-template-columns: minmax(270px, .72fr) 1.28fr; min-height: 340px; border-bottom: 1px solid var(--graphite); }
.score-row.pitch { grid-template-columns: minmax(330px, .92fr) 1.08fr; margin-left: 8%; }
.score-row.touch { grid-template-columns: minmax(390px, 1.12fr) .88fr; margin-left: 16%; }
.score-image { min-height: 320px; overflow: hidden; }
.score-image img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.16,1,.3,1); }
.score-row:hover .score-image img { transform: scale(1.025); }
.score-copy { align-self: center; padding: clamp(2rem, 4vw, 4.5rem); }
.score-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.3rem; }
.score-heading h3 { margin: 0; font-size: clamp(2.3rem, 3.5vw, 4rem); }
.price { margin: 0; color: #8b3f24; font-family: var(--display); font-weight: 700; font-size: 1.35rem; white-space: nowrap; }
.score-copy > p { max-width: 62ch; margin: 0; }
.score-copy .note { margin-top: 1rem; font-weight: 600; }
dl { margin: 1.5rem 0 0; }
dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .45rem 0; border-bottom: 1px solid var(--line); }
dt, dd { margin: 0; }
dd { font-weight: 600; }

.rooms { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: 5rem; align-items: center; padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 4vw, 5rem); background: var(--navy); color: var(--white); }
.rooms h2 { max-width: 12ch; }
.rooms-copy p { color: var(--white); }
.audience-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(203,210,211,.4); }
.audience-list span { padding: 1.25rem .2rem; border-bottom: 1px solid rgba(203,210,211,.4); font-family: var(--display); font-size: 1.65rem; }
.audience-list span:nth-child(odd) { border-right: 1px solid rgba(203,210,211,.4); padding-right: 1rem; }
.audience-list span:nth-child(even) { padding-left: 1rem; }

.technician { display: grid; grid-template-columns: minmax(250px, .75fr) minmax(360px, 1.15fr) minmax(220px, .55fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; padding: clamp(4.5rem, 9vw, 9rem) clamp(1.25rem, 4vw, 5rem); }
.portrait-frame { aspect-ratio: 4 / 5; overflow: hidden; align-self: start; }
.portrait-frame img { height: 100%; object-fit: cover; object-position: 50% 25%; }
.technician-copy h2 { max-width: 11ch; }
.technician-copy p { max-width: 60ch; }
.work-detail { margin: 5rem 0 0; align-self: end; }
.work-detail img { aspect-ratio: 3 / 4; object-fit: cover; }
.work-detail figcaption { padding-top: .9rem; font-size: .83rem; line-height: 1.5; border-top: 3px solid var(--felt); }

.route { padding: clamp(3.8rem, 7vw, 6.5rem) clamp(1.25rem, 4vw, 5rem); border-top: 1px solid var(--graphite); }
.route-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: end; }
.route-heading h2 { max-width: 10ch; margin-bottom: 0; }
.route ul { list-style: none; margin: 3.2rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.route li { min-height: 86px; padding: 1rem; display: flex; align-items: flex-end; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 1.35rem; font-weight: 600; }

.contact { display: grid; grid-template-columns: .95fr 1.05fr; gap: 5rem; padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 4vw, 5rem); background: var(--copper); color: var(--lacquer); }
.contact h2 { max-width: 10ch; margin-bottom: 1rem; }
.contact-routes { align-self: center; }
.contact-routes a { display: flex; flex-direction: column; padding: 1.4rem 0; text-decoration: none; border-bottom: 1px solid rgba(9,23,40,.45); }
.contact-routes a:first-child { border-top: 1px solid rgba(9,23,40,.45); }
.contact-routes small { font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; }
.contact-routes strong { font-family: var(--display); font-size: clamp(1.7rem, 3vw, 3.2rem); line-height: 1.15; overflow-wrap: anywhere; }
.contact-routes a:hover strong { color: #621b24; }

footer { min-height: 170px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2rem clamp(1.25rem, 4vw, 5rem); background: var(--lacquer); color: var(--cool-gray); }
.footer-mark { color: var(--white); }
.footer-mark small { color: #e47781; }
footer p { max-width: 38ch; margin: 0; text-align: right; font-size: .86rem; }

@media (prefers-reduced-motion: no-preference) {
  .hero-dock { animation: dock-in .75s cubic-bezier(.16,1,.3,1) both; }
  @keyframes dock-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
}

@media (max-width: 900px) {
  .rooms, .contact { grid-template-columns: 1fr; gap: 2.5rem; }
  .technician { grid-template-columns: .8fr 1.2fr; }
  .work-detail { grid-column: 1 / -1; display: grid; grid-template-columns: 240px 1fr; gap: 1rem; align-items: end; margin-top: 0; }
  .work-detail img { aspect-ratio: 4 / 3; }
  .route ul { grid-template-columns: repeat(4, 1fr); }
  .score-row, .score-row.pitch, .score-row.touch { margin-left: 0; grid-template-columns: minmax(250px, .72fr) 1.28fr; }
}

@media (max-width: 680px) {
  body { font-size: 15px; }
  html { scroll-behavior: auto; }
  .masthead { height: 66px; padding: 0 1rem; }
  .wordmark span { font-size: 1.55rem; }
  .wordmark small { font-size: .62rem; max-width: 3.7rem; }
  .masthead nav a:not(.nav-call) { display: none; }
  .nav-call { padding: .42rem .55rem; font-size: .78rem; }
  .hero { min-height: 720px; }
  .hero > img { height: 56%; object-position: 51% 34%; }
  .hero::after { display: none; }
  .hero-dock { left: 0; bottom: 0; width: 100%; min-height: 46%; padding: 1.35rem 1.25rem 1.6rem; border-top-width: 4px; }
  .service-line { margin-bottom: .8rem; font-size: .9rem; }
  h1 { margin-bottom: 1.1rem; font-size: clamp(2.85rem, 12vw, 3.45rem); }
  .hero-actions { align-items: flex-start; flex-wrap: wrap; gap: .8rem 1.2rem; }
  .proof-band { grid-template-columns: 1fr; padding: 0 1.25rem; }
  .proof-band p, .proof-band p:first-child { min-height: auto; padding: 1.3rem .75rem; border-right: 0; border-bottom: 1px solid rgba(203,210,211,.2); }
  .proof-band p:last-child { border-bottom: 0; }
  .proof-band strong { font-size: 2.55rem; }
  .diagnosis, .technician, .route { padding: 4rem 1.25rem; }
  h2 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .diagnosis-intro { margin-bottom: 2.4rem; }
  .score::before { width: 100%; }
  .score-row, .score-row.pitch, .score-row.touch { display: block; min-height: 0; }
  .score-image { min-height: 0; aspect-ratio: 16 / 9; }
  .score-copy { padding: 1.7rem 0 2.2rem; }
  .score-heading { display: block; }
  .score-heading h3 { font-size: 2.7rem; }
  .price { margin-top: .3rem; }
  .rooms { padding: 3.8rem 1.25rem; }
  .audience-list span { font-size: 1.4rem; }
  .technician { display: flex; flex-direction: column; align-items: stretch; gap: 2.4rem; }
  .technician .portrait-frame { order: 1; }
  .technician .technician-copy { order: 2; }
  .technician .work-detail { order: 3; }
  .portrait-frame { aspect-ratio: 5 / 4; }
  .work-detail { display: block; margin: 0; }
  .work-detail img { aspect-ratio: 16 / 10; object-position: center 40%; }
  .route-heading { grid-template-columns: 1fr; gap: 1.2rem; }
  .route-heading h2 { margin-bottom: 0; }
  .route ul { margin-top: 2.2rem; grid-template-columns: repeat(2, 1fr); }
  .route li { min-height: 65px; padding: .8rem; font-size: 1.2rem; }
  .contact { padding: 4rem 1.25rem; }
  .contact-routes strong { font-size: clamp(1.45rem, 7.5vw, 2.2rem); }
  footer { min-height: 155px; align-items: flex-start; flex-direction: column; justify-content: center; padding: 2rem 1.25rem; }
  footer p { text-align: left; }
}

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