:root {
  --ink: #08141d;
  --ink-2: #102531;
  --ink-3: #183746;
  --paper: #f5f1e8;
  --paper-2: #e9e2d6;
  --white: #ffffff;
  --muted: #b8c4c9;
  --muted-dark: #5b6970;
  --gold: #e5b13c;
  --gold-light: #f4cb65;
  --line: rgba(255, 255, 255, 0.16);
  --line-dark: rgba(8, 20, 29, 0.15);
  --shadow: 0 20px 55px rgba(4, 13, 19, 0.16);
  --radius: 22px;
  --content: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: clip;
}

button, input, select, textarea { font: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

button { cursor: pointer; }

a { color: inherit; text-decoration: none; }

img { display: block; max-width: 100%; }

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

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 20;
  color: var(--white);
  background: var(--ink);
}

.header-inner {
  width: var(--content);
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand { display: inline-flex; flex-direction: column; gap: 1px; min-width: 166px; }
.brand-main { font-size: 1.07rem; font-weight: 900; letter-spacing: 0.07em; line-height: 1; white-space: nowrap; }
.brand-main b { color: var(--gold); font-weight: 900; }
.brand-sub { color: var(--muted); font-size: 0.58rem; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; }

.site-nav { display: flex; align-items: center; gap: 6px; }
.site-nav a { color: #d9e0e2; font-size: 0.89rem; font-weight: 700; padding: 12px 14px; border-radius: 999px; white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--gold-light); }

.header-call { display: inline-flex; align-items: center; min-height: 0; padding: 7px 0 5px; border-bottom: 1px solid var(--gold); color: var(--gold-light); font-size: 0.86rem; font-weight: 900; line-height: 1; white-space: nowrap; }
.header-call:hover { border-color: var(--white); color: var(--white); }

.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--white); }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 19px; height: 2px; margin: 4px auto; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

.hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-inner { width: var(--content); min-height: 650px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr); align-items: stretch; }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 104px 8% 86px 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--gold); font-size: 0.71rem; font-weight: 900; letter-spacing: 0.19em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 31px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(3rem, 5.3vw, 5.45rem); font-weight: 850; letter-spacing: -0.065em; line-height: 0.94; }
.hero-intro { max-width: 490px; margin-bottom: 34px; color: #c3cfd4; font-size: clamp(1rem, 1.6vw, 1.18rem); line-height: 1.66; }
.action-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.phone-link { display: inline-flex; align-items: center; gap: 9px; padding: 7px 0 5px; border-bottom: 1px solid var(--gold); color: var(--gold-light); font-size: 0.92rem; font-weight: 900; line-height: 1; }
.phone-link::after { content: "→"; font-size: 1.17em; }
.phone-link:hover { border-color: var(--white); color: var(--white); }
.hero-copy .action-row { margin-bottom: 64px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 13px 21px; border: 1px solid transparent; border-radius: 999px; font-size: 0.93rem; font-weight: 900; transition: transform 160ms ease, background 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button::after { content: "→"; font-size: 1.18em; line-height: 1; }
.button-primary { color: var(--ink); background: var(--gold); }
.button-primary:hover { background: var(--gold-light); }
.button-ghost { border-color: rgba(255,255,255,0.65); color: var(--white); }
.button-ghost:hover { border-color: var(--gold-light); color: var(--gold-light); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--ink-3); }
.button-line { border-color: var(--line-dark); color: var(--ink); }
.button-line:hover { border-color: var(--gold); }

.hero-art { position: relative; min-height: 100%; overflow: hidden; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, rgba(8,20,29,0.68) 12%, rgba(8,20,29,0.04) 56%, rgba(8,20,29,0.25) 100%); }
.hero-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 43% center; filter: saturate(0.82) contrast(1.03); }
.hero-rail { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; border-top: 1px solid var(--line); background: rgba(8,20,29,0.82); backdrop-filter: blur(10px); }
.hero-rail-inner { width: var(--content); min-height: 102px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto auto; gap: 46px; align-items: center; }
.rail-list { color: #d5dedf; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.rail-hours { display: flex; gap: 20px; align-items: baseline; color: var(--white); }
.rail-hours span { color: var(--gold); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.15em; text-transform: uppercase; }
.rail-hours strong { font-size: 0.94rem; }
.rail-address { color: #c8d2d4; font-size: 0.88rem; font-weight: 700; }

.content-width { width: var(--content); margin: 0 auto; }
.section { padding: 108px 0; }
.section-dark { background: var(--ink); color: var(--white); }
.section-paper { background: var(--paper); }
.section-white { background: var(--white); }
.section-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; margin-bottom: 43px; }
.section-title { max-width: 700px; margin-bottom: 0; font-size: clamp(2.25rem, 4vw, 4.1rem); font-weight: 850; letter-spacing: -0.058em; line-height: 0.98; }
.section-lead { max-width: 410px; margin-bottom: 0; color: var(--muted-dark); font-size: 1.04rem; line-height: 1.65; }
.section-dark .section-lead { color: #b9c6ca; }

.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.service-card { position: relative; display: flex; min-height: 250px; flex-direction: column; justify-content: space-between; padding: 25px; border-radius: var(--radius); background: var(--ink-2); color: var(--white); overflow: hidden; transition: transform 180ms ease, background 180ms ease; }
.service-card:hover { transform: translateY(-5px); background: var(--ink-3); }
.service-index { color: var(--gold); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.15em; }
.service-card h3 { margin: auto 0 7px; font-size: 1.35rem; letter-spacing: -0.035em; }
.service-card p { margin: 0; color: #bdc9cd; font-size: 0.91rem; }
.service-card .text-link { margin-top: 24px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--gold-light); font-size: 0.86rem; font-weight: 900; }
.text-link::after { content: "→"; font-size: 1.2em; }
.service-card-accent { background: #294e62; }

.split-banner { display: grid; grid-template-columns: 1.18fr 0.82fr; overflow: hidden; background: var(--paper-2); }
.split-copy { padding: clamp(40px, 6vw, 82px); }
.split-copy .eyebrow { color: #9c7022; }
.split-copy h2 { margin-bottom: 23px; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 850; letter-spacing: -0.058em; line-height: 1; }
.split-copy p { max-width: 520px; color: #45565e; font-size: 1.04rem; line-height: 1.64; }
.split-info { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 42px; color: var(--white); background: var(--ink-2); }
.split-info small { display: block; margin-bottom: 9px; color: var(--gold); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.15em; text-transform: uppercase; }
.split-info strong { display: block; max-width: 240px; font-size: clamp(1.25rem, 2vw, 1.65rem); letter-spacing: -0.04em; line-height: 1.12; }
.round-arrow { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-light); font-size: 1.4rem; }

.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--line-dark); }
.step { padding: 31px 30px 25px 0; border-right: 1px solid var(--line-dark); }
.step:not(:first-child) { padding-left: 30px; }
.step:last-child { border-right: 0; }
.step-number { display: block; margin-bottom: 52px; color: #ab7920; font-size: 0.76rem; font-weight: 900; letter-spacing: 0.16em; }
.step h3 { margin-bottom: 11px; font-size: 1.4rem; letter-spacing: -0.035em; }
.step p { margin: 0; color: var(--muted-dark); }

.rating-wrap { display: grid; grid-template-columns: 0.67fr 1.33fr; gap: 65px; align-items: start; }
.rating-panel { padding: 36px; border-radius: var(--radius); background: var(--gold); color: var(--ink); }
.rating-value { display: block; font-size: clamp(4.8rem, 8vw, 7.2rem); font-weight: 900; letter-spacing: -0.09em; line-height: 0.83; }
.rating-stars { display: block; margin: 17px 0 12px; font-size: 1.1rem; letter-spacing: 0.17em; }
.rating-panel p { margin: 0; font-weight: 800; }
.feedback-list { display: grid; gap: 16px; }
.feedback { padding: 25px 0; border-top: 1px solid var(--line); }
.feedback:last-child { border-bottom: 1px solid var(--line); }
.feedback p { max-width: 720px; margin: 0 0 10px; color: #e7edee; font-size: clamp(1.12rem, 1.8vw, 1.38rem); line-height: 1.4; }
.feedback span { color: var(--gold); font-size: 0.74rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }

.page-hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.page-hero-inner { width: var(--content); min-height: 396px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.75fr); }
.page-hero-copy { position: relative; z-index: 1; align-self: center; padding: 68px 9% 68px 0; }
.page-hero h1 { margin-bottom: 18px; font-size: clamp(3rem, 5vw, 4.8rem); }
.page-hero p:not(.eyebrow) { max-width: 535px; margin-bottom: 0; color: #c3ced1; font-size: 1.07rem; line-height: 1.62; }
.page-hero-visual { position: relative; overflow: hidden; }
.page-hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0, rgba(8,20,29,0.48) 16%, rgba(8,20,29,0.12) 100%); }
.page-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(0.72) contrast(1.05); }

.service-detail-layout { display: grid; grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr); gap: 18px; }
.service-choices { padding: 10px; border-radius: var(--radius); background: var(--paper-2); }
.service-choice { width: 100%; padding: 17px 18px; border: 0; border-bottom: 1px solid var(--line-dark); background: transparent; color: var(--ink); text-align: left; font-weight: 850; transition: color 140ms ease, background 140ms ease; }
.service-choice:last-child { border-bottom: 0; }
.service-choice:hover, .service-choice[aria-pressed="true"] { border-radius: 12px; background: var(--ink); color: var(--gold-light); }
.service-detail { display: grid; grid-template-columns: 1fr 0.72fr; min-height: 406px; border-radius: var(--radius); background: var(--ink); color: var(--white); overflow: hidden; }
.detail-copy { align-self: center; padding: clamp(31px, 5vw, 62px); }
.detail-label { color: var(--gold); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.18em; text-transform: uppercase; }
.detail-copy h3 { margin: 16px 0; font-size: clamp(2rem, 3.4vw, 3.35rem); letter-spacing: -0.06em; line-height: 0.98; }
.detail-copy p { margin-bottom: 28px; color: #bdc9cd; line-height: 1.65; }
.detail-photo { position: relative; min-height: 260px; }
.detail-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, transparent 45%); }
.detail-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.list-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.list-card { padding: 26px; border: 1px solid var(--line-dark); border-radius: 16px; background: var(--white); }
.list-card h3 { margin-bottom: 9px; font-size: 1.15rem; letter-spacing: -0.026em; }
.list-card p { margin: 0; color: var(--muted-dark); font-size: 0.93rem; }

.about-grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(350px, 0.85fr); gap: clamp(32px, 7vw, 88px); align-items: center; }
.about-copy h2 { max-width: 720px; margin-bottom: 22px; font-size: clamp(2.6rem, 4.5vw, 4.5rem); font-weight: 850; letter-spacing: -0.065em; line-height: 0.97; }
.about-copy > p { max-width: 630px; color: var(--muted-dark); font-size: 1.06rem; line-height: 1.68; }
.about-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 39px; border-top: 1px solid var(--line-dark); }
.fact { padding: 22px 18px 0 0; }
.fact:nth-child(even) { padding-left: 18px; border-left: 1px solid var(--line-dark); }
.fact small { display: block; margin-bottom: 8px; color: #8b651b; font-size: 0.67rem; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; }
.fact strong { font-size: 1.05rem; letter-spacing: -0.025em; }
.about-photo { position: relative; min-height: 560px; border-radius: var(--radius); overflow: hidden; background: var(--ink-2); }
.about-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,20,29,0.68), transparent 55%); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 47% center; filter: saturate(0.78); }
.photo-caption { position: absolute; z-index: 1; right: 28px; bottom: 26px; left: 28px; color: var(--white); font-size: 0.87rem; font-weight: 800; }

.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-trigger { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; border: 0; background: transparent; color: var(--white); font-weight: 850; text-align: left; }
.accordion-trigger::after { content: "+"; color: var(--gold); font-size: 1.7rem; font-weight: 400; line-height: 1; }
.accordion-trigger[aria-expanded="true"]::after { content: "–"; }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 190ms ease; }
.accordion-panel > div { overflow: hidden; }
.accordion-panel p { max-width: 720px; margin: 0; padding: 0; color: #bbc8cc; }
.accordion-item.is-open .accordion-panel { grid-template-rows: 1fr; }
.accordion-item.is-open .accordion-panel p { padding: 0 0 24px; }

.review-summary { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 20px; }
.review-score { padding: clamp(37px, 5vw, 68px); border-radius: var(--radius); background: var(--gold); color: var(--ink); }
.review-score .rating-value { font-size: clamp(5rem, 8vw, 8rem); }
.review-score p { max-width: 360px; margin: 20px 0 0; font-size: 1.06rem; font-weight: 750; line-height: 1.5; }
.review-image { position: relative; min-height: 450px; border-radius: var(--radius); overflow: hidden; }
.review-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,20,29,0.7), rgba(8,20,29,0.07)); }
.review-image img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; filter: saturate(0.72); }
.review-image p { position: absolute; z-index: 1; bottom: 25px; left: 28px; max-width: 355px; margin: 0; color: var(--white); font-size: 1.17rem; font-weight: 800; line-height: 1.3; }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.review-card { min-height: 245px; padding: 28px; border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 30px rgba(9, 23, 31, 0.05); }
.review-card .stars { color: #aa771d; font-size: 0.84rem; letter-spacing: 0.16em; }
.review-card p { margin: 28px 0 23px; color: var(--ink); font-size: 1.06rem; font-weight: 720; line-height: 1.48; }
.review-card small { color: var(--muted-dark); font-size: 0.75rem; font-weight: 850; letter-spacing: 0.11em; text-transform: uppercase; }

.contact-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 19px; align-items: stretch; }
.contact-aside { display: flex; min-height: 580px; flex-direction: column; justify-content: space-between; padding: clamp(30px, 5vw, 57px); border-radius: var(--radius); background: var(--ink); color: var(--white); }
.contact-aside h2 { max-width: 420px; margin-bottom: 19px; font-size: clamp(2.35rem, 4vw, 4rem); font-weight: 850; letter-spacing: -0.06em; line-height: 0.97; }
.contact-aside > div > p { max-width: 390px; color: #bdc8cb; font-size: 1.02rem; line-height: 1.62; }
.contact-points { display: grid; gap: 17px; margin-top: 40px; }
.contact-point { padding-top: 17px; border-top: 1px solid var(--line); }
.contact-point small { display: block; margin-bottom: 5px; color: var(--gold); font-size: 0.67rem; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; }
.contact-point a, .contact-point span { font-weight: 780; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.contact-actions .button { min-height: 48px; }
.contact-form-wrap { padding: clamp(30px, 5vw, 57px); border: 1px solid var(--line-dark); border-radius: var(--radius); background: var(--white); }
.contact-form-wrap h2 { margin-bottom: 9px; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 850; letter-spacing: -0.05em; }
.form-intro { margin-bottom: 28px; color: var(--muted-dark); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: #283942; font-size: 0.79rem; font-weight: 850; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 13px 14px; border: 1px solid #ccd3d4; border-radius: 10px; background: #fff; color: var(--ink); transition: border-color 160ms ease, box-shadow 160ms ease; }
.form-field textarea { min-height: 118px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(229,177,60,0.22); outline: none; }
.form-footer { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 24px; }
.form-status { min-height: 24px; margin: 0; color: #345b44; font-size: 0.89rem; font-weight: 750; }

.map-card { position: relative; min-height: 350px; overflow: hidden; background: var(--ink-2); color: var(--white); }
.map-pattern { position: absolute; inset: 0; opacity: 0.3; background-image: linear-gradient(90deg, transparent 45%, rgba(229,177,60,0.84) 45%, rgba(229,177,60,0.84) 47%, transparent 47%), linear-gradient(0deg, transparent 60%, rgba(255,255,255,0.45) 60%, rgba(255,255,255,0.45) 62%, transparent 62%), linear-gradient(135deg, transparent 46%, rgba(255,255,255,0.35) 46%, rgba(255,255,255,0.35) 48%, transparent 48%); background-size: 250px 170px, 180px 180px, 220px 170px; transform: scale(1.1) rotate(-7deg); }
.map-card > div:last-child { position: relative; z-index: 1; width: var(--content); margin: 0 auto; padding: 88px 0; }
.map-card h2 { max-width: 590px; margin-bottom: 16px; font-size: clamp(2.4rem, 4.5vw, 4.35rem); font-weight: 850; letter-spacing: -0.065em; line-height: 0.97; }
.map-card p { max-width: 500px; color: #c6d1d5; font-size: 1.05rem; }

.site-footer { background: #061019; color: var(--white); }
.footer-inner { width: var(--content); margin: 0 auto; padding: 55px 0 26px; }
.footer-main { display: grid; grid-template-columns: 1.3fr 0.7fr 0.7fr; gap: 36px; padding-bottom: 42px; }
.footer-description { max-width: 350px; margin: 20px 0 0; color: #9dadb2; font-size: 0.91rem; }
.footer-heading { display: block; margin: 4px 0 14px; color: var(--gold); font-size: 0.67rem; font-weight: 900; letter-spacing: 0.15em; text-transform: uppercase; }
.footer-nav { display: grid; gap: 8px; }
.footer-nav a, .footer-contact a, .footer-contact span { color: #d7e0e2; font-size: 0.9rem; font-weight: 720; }
.footer-nav a:hover, .footer-contact a:hover { color: var(--gold-light); }
.footer-contact { display: grid; gap: 8px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding-top: 22px; border-top: 1px solid var(--line); color: #91a1a6; font-size: 0.75rem; }

@media (max-width: 980px) {
  :root { --content: min(100% - 40px, 720px); }
  .site-nav, .header-call { display: none; }
  .menu-toggle { display: block; }
  .action-row .phone-link, .contact-actions .phone-link { min-height: 48px; justify-content: center; padding: 12px 20px; border: 1px solid rgba(255,255,255,0.65); border-radius: 999px; color: var(--white); }
  .action-row .phone-link:hover, .contact-actions .phone-link:hover { border-color: var(--gold-light); color: var(--gold-light); }
  .hero-copy .action-row { margin-bottom: 0; }
  .site-header.is-menu-open .site-nav { position: absolute; top: 100%; right: 0; left: 0; display: grid; gap: 2px; padding: 18px max(20px, calc((100% - 720px) / 2)); border-top: 1px solid var(--line); background: var(--ink); box-shadow: var(--shadow); }
  .site-header.is-menu-open .site-nav a { padding: 15px 12px; border-radius: 10px; }
  .hero-inner, .page-hero-inner { grid-template-columns: 1fr; }
  .hero-inner { min-height: 0; }
  .hero-copy { padding: 77px 0 84px; }
  .hero-art { min-height: 440px; }
  .hero-art::after { background: linear-gradient(0deg, var(--ink) 0%, rgba(8,20,29,0.05) 58%); }
  .hero-rail { position: relative; }
  .hero-rail-inner { min-height: 0; padding: 24px 0; grid-template-columns: 1fr 1fr; gap: 16px 25px; }
  .rail-list { grid-column: 1 / -1; }
  .rail-address { text-align: right; }
  .service-grid, .list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card { min-height: 210px; }
  .split-banner, .rating-wrap, .service-detail-layout, .about-grid, .review-summary, .contact-layout { grid-template-columns: 1fr; }
  .split-info { min-height: 175px; }
  .section-top { display: block; }
  .section-top .section-title { margin-bottom: 18px; }
  .section-lead { max-width: 560px; }
  .service-detail { grid-template-columns: 1fr 0.76fr; }
  .about-photo { min-height: 430px; }
  .review-image { min-height: 350px; }
  .footer-main { grid-template-columns: 1.2fr 0.8fr; }
  .footer-main > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --content: min(100% - 32px, 510px); }
  .header-inner { min-height: 73px; }
  .brand { min-width: 0; }
  .brand-main { font-size: 0.98rem; }
  .hero-copy { padding: 67px 0 64px; }
  h1 { font-size: clamp(2.85rem, 14vw, 4.35rem); }
  .hero-intro { margin-bottom: 29px; }
  .action-row { align-items: stretch; }
  .action-row .button { width: 100%; }
  .action-row .phone-link, .contact-actions .phone-link { width: 100%; min-height: 52px; padding: 13px 21px; }
  .hero-art { min-height: 315px; margin-right: calc((100vw - var(--content)) / -2); margin-left: calc((100vw - var(--content)) / -2); }
  .hero-art img { object-position: 43% center; }
  .hero-rail-inner { grid-template-columns: 1fr; gap: 12px; }
  .rail-list { grid-column: auto; line-height: 1.75; }
  .rail-address { text-align: left; }
  .section { padding: 72px 0; }
  .section-top { margin-bottom: 30px; }
  .section-title { font-size: clamp(2.25rem, 10.5vw, 3.55rem); }
  .service-grid, .list-grid, .review-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 205px; }
  .split-copy { padding: 42px 24px; }
  .split-info { grid-template-columns: 1fr auto; padding: 30px 24px; }
  .steps { grid-template-columns: 1fr; }
  .step, .step:not(:first-child) { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .step:last-child { border-bottom: 0; }
  .step-number { margin-bottom: 31px; }
  .rating-panel { padding: 31px 27px; }
  .page-hero-copy { padding: 61px 0 53px; }
  .page-hero-visual { min-height: 270px; margin-right: calc((100vw - var(--content)) / -2); margin-left: calc((100vw - var(--content)) / -2); }
  .page-hero-visual::after { background: linear-gradient(0deg, var(--ink) 0%, transparent 64%); }
  .service-detail { grid-template-columns: 1fr; }
  .detail-photo { min-height: 250px; grid-row: 1; }
  .detail-photo::after { background: linear-gradient(0deg, var(--ink) 0%, transparent 60%); }
  .detail-copy { grid-row: 2; }
  .about-facts { grid-template-columns: 1fr; }
  .fact, .fact:nth-child(even) { padding: 18px 0; border-left: 0; border-bottom: 1px solid var(--line-dark); }
  .about-photo { min-height: 360px; }
  .review-score, .contact-aside, .contact-form-wrap { padding: 31px 25px; }
  .review-image { min-height: 310px; }
  .review-card { min-height: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .form-footer .button { width: 100%; }
  .map-card > div:last-child { padding: 69px 0; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-main > :last-child { grid-column: auto; }
  .footer-bottom { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
/* Desktop phone numbers remain readable text; mobile restores tap-to-call. */
@media (min-width: 768px) {
  a[data-phone-desktop="true"] {
    display: inline !important;
    color: inherit !important;
    background: transparent !important;
    border: 0 !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
    text-decoration: none !important;
    text-transform: none !important;
    padding: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    pointer-events: none !important;
    cursor: default !important;
  }
  a[data-phone-desktop="true"]::before,
  a[data-phone-desktop="true"]::after,
  a[data-phone-desktop="true"] [aria-hidden="true"] {
    content: none !important;
    display: none !important;
  }
}

/* Small-screen guardrails: keep rail and footer copy from becoming cramped at 320px. */
@media (max-width: 620px) {
  .hero-rail-inner > *,
  .footer-main > * { min-width: 0; }
  .rail-list,
  .rail-address,
  .footer-main a,
  .footer-main p { overflow-wrap: anywhere; }
  .site-header.is-menu-open .site-nav a { min-width: 0; overflow-wrap: break-word; }
}
@media (max-width: 390px) {
  .footer-main { grid-template-columns: 1fr; }
  .footer-main > :last-child { grid-column: auto; }
}
