@font-face {
  font-family: "Gukdae Display";
  src: url("/assets/paperlogy-700.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Gukdae Sans";
  src: url("/assets/wanted-variable.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 900;
}

:root {
  --cobalt: #2457c5;
  --cobalt-dark: #173f9a;
  --navy: #071a3d;
  --ink: #10141d;
  --paper: #ffffff;
  --warm: #f5f5f1;
  --pale: #e9efff;
  --line: #cfd5df;
  --muted: #606877;
  --focus: #ffcf4a;
  --max: 1320px;
  --pad: max(1.25rem, calc((100vw - var(--max)) / 2 + 3rem));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6.5rem;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Gukdae Sans", "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  letter-spacing: -0.025em;
  word-break: keep-all;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

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

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Gukdae Display", "Gukdae Sans", sans-serif;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

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

.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;
  z-index: 200;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-180%);
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: #fff;
}

.skip-link:focus {
  transform: none;
}

.review-notice {
  position: relative;
  z-index: 101;
  min-height: 1.75rem;
  display: grid;
  place-items: center;
  padding: 0.25rem 1rem;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: 5.4rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 0 var(--pad);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(16, 20, 29, 0.14);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.wordmark,
.footer-brand {
  display: inline-flex;
  align-items: baseline;
  font-family: "Gukdae Display", "Gukdae Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
  white-space: nowrap;
}

.wordmark span,
.footer-brand span {
  color: var(--navy);
}

.wordmark strong,
.footer-brand strong {
  position: relative;
  color: var(--cobalt);
  font: inherit;
}

.wordmark strong::after,
.footer-brand strong::after {
  content: "";
  position: absolute;
  right: 0.02em;
  bottom: -0.22em;
  width: 1.52em;
  height: 0.1em;
  background: var(--cobalt);
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(1.25rem, 2.4vw, 2.75rem);
}

.site-nav a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  color: #39404c;
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--cobalt);
}

.header-contact {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 0.45rem;
}

.header-phone {
  min-height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 0.85rem;
  color: var(--ink);
  text-decoration: none;
}

.header-phone small {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.2;
}

.header-phone strong {
  font-size: 1.02rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}

.header-call {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1rem;
  border-radius: 0.75rem;
  background: var(--cobalt);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 0.6rem 1.4rem rgba(36, 87, 197, 0.2);
}

.header-call:hover {
  background: var(--cobalt-dark);
}

.header-call svg {
  width: 1.15rem;
  height: 1.15rem;
}

.menu-button {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 1.6rem;
  height: 2px;
  margin: 0.36rem auto;
  background: var(--ink);
  transition: transform 180ms ease;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(25rem, 0.8fr);
  background: var(--warm);
  color: var(--ink);
}

.hero::before {
  display: none;
}

.hero-copy {
  min-height: clamp(39rem, calc(100svh - 7.15rem), 51rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 6.5rem) clamp(2rem, 5vw, 5.5rem) clamp(4.5rem, 7vw, 6rem) var(--pad);
}

.hero h1 {
  max-width: 50rem;
  margin-bottom: 1.75rem;
  font-size: clamp(3.2rem, 4vw, 4.5rem);
  font-weight: 700;
}

.hero h1 span {
  display: block;
  overflow: hidden;
}

.hero h1 span:nth-child(1) {
  color: var(--ink);
  line-height: 1.08;
}

.hero h1 span:nth-child(2) {
  margin-top: 0.08em;
  color: var(--cobalt-dark);
  line-height: 1.08;
}

.hero-description {
  max-width: 38rem;
  margin-bottom: 2rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.1rem);
}

.hero-actions {
  width: min(100%, 39rem);
  display: grid;
  grid-template-columns: minmax(12.5rem, 0.9fr) minmax(19rem, 1.1fr);
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem;
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: 0 1rem 2.5rem rgba(11, 33, 79, 0.12);
}

.action-number {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 0.45rem 0.65rem 0.45rem 0.85rem;
}

.action-number small,
.action-number span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.25;
}

.action-number strong {
  font-size: clamp(1.12rem, 1.6vw, 1.35rem);
  font-variant-numeric: tabular-nums;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.action-buttons {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(7.5rem, 1fr) minmax(8.5rem, 1fr);
  gap: 0.45rem;
}

.call-card,
.photo-button {
  min-width: 0;
  min-height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 0.9rem;
  border-radius: 0.7rem;
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

.call-card {
  background: var(--cobalt);
  color: #fff;
}

.call-card:hover {
  background: var(--cobalt-dark);
}

.call-card svg,
.photo-button svg {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
}

.photo-button {
  background: var(--pale);
  color: var(--cobalt-dark);
}

.photo-button:hover {
  background: var(--navy);
  color: #fff;
}

.hero-stage {
  position: relative;
  min-height: clamp(39rem, calc(100svh - 7.15rem), 51rem);
  overflow: hidden;
  background: var(--navy);
}

.hero-stage::after {
  display: none;
}

.hero-stage figure {
  height: 100%;
  margin: 0;
}

.hero-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 50%;
  filter: saturate(0.72) contrast(1.04);
}

.stage-note {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  min-width: 14rem;
  padding: 1rem 1.2rem 1.1rem;
  border-top: 4px solid var(--focus);
  background: rgba(7, 26, 61, 0.94);
  box-shadow: 0 0.75rem 2rem rgba(7, 26, 61, 0.24);
}

.stage-note span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.76rem;
}

.stage-note strong {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: -0.035em;
}

.stage-note-top {
  top: 2.2rem;
  right: 1.5rem;
}

.hero-foot {
  position: static;
  z-index: 5;
  width: 100%;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-inline: var(--pad);
  background: rgba(7, 26, 61, 0.96);
}

.hero-foot p {
  min-height: 4.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.75rem 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.hero-foot p:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.section,
.section-dark {
  padding: clamp(6rem, 10vw, 10rem) var(--pad);
}

.section-dark {
  background: var(--navy);
  color: #fff;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(24rem, 1.2fr) minmax(18rem, 0.8fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
  margin-bottom: clamp(3.5rem, 7vw, 6.5rem);
}

.section-intro h2 {
  margin: 0;
  font-size: clamp(2.65rem, 4.5vw, 5rem);
  font-weight: 700;
}

.section-intro > p:last-child {
  max-width: 31rem;
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.section-intro-light > p:last-child {
  color: rgba(255, 255, 255, 0.62);
}

.workline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding-top: 3.5rem;
}

.workline-track {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.17);
}

.workline-track i {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(var(--line-progress, 0));
  transform-origin: left center;
  will-change: transform;
}

.workline article {
  min-height: 14rem;
  padding: 0 2rem 0 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  transition: background-color 180ms ease, color 180ms ease, padding 180ms ease;
}

.workline article:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.workline article > span {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  margin: 0 0 3.2rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 850;
}

.workline h3 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
}

.workline p {
  max-width: 16rem;
  color: rgba(255, 255, 255, 0.58);
  transition: color 180ms ease;
}

@media (hover: hover) {
  .workline article:hover {
    padding: 1.5rem 2rem 1.5rem 1.5rem;
    background: #fff;
    color: var(--navy);
  }

  .workline article:hover > span {
    border-color: var(--cobalt);
    color: var(--cobalt-dark);
  }

  .workline article:hover p {
    color: var(--muted);
  }
}

.service-ledger {
  border-top: 2px solid var(--ink);
}

.service-ledger article {
  min-height: 10.5rem;
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
}

.service-number {
  align-self: start;
  padding-top: 0.35rem;
  color: var(--cobalt);
  font-size: 0.9rem;
  font-weight: 900;
}

.service-ledger h3 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.8rem, 3.2vw, 3.3rem);
  font-weight: 700;
}

.service-ledger p {
  max-width: 47rem;
  margin: 0;
  color: var(--muted);
}

.service-ledger button {
  min-height: 3.15rem;
  padding: 0.7rem 1rem;
  border: 1px solid var(--ink);
  background: #fff;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
  cursor: pointer;
}

.service-ledger button:hover {
  background: var(--ink);
  color: #fff;
}

.estimate {
  display: grid;
  grid-template-columns: minmax(20rem, 0.82fr) minmax(32rem, 1.18fr);
  gap: clamp(4rem, 9vw, 9rem);
  background: var(--warm);
}

.estimate-copy h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(2.8rem, 4.7vw, 5.1rem);
  font-weight: 700;
}

.estimate-copy > p:not(.section-label) {
  max-width: 34rem;
  color: var(--muted);
}

.estimate-checks {
  margin: 3rem 0;
  padding: 0;
  border-top: 2px solid var(--ink);
  list-style: none;
}

.estimate-checks li {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.estimate-checks span {
  color: var(--cobalt);
  font-weight: 850;
}

.inline-call {
  display: inline-block;
  color: var(--ink);
  text-underline-offset: 0.3rem;
}

.inline-call strong {
  color: var(--cobalt-dark);
}

.estimate-form {
  align-self: start;
  padding: clamp(1.4rem, 3.5vw, 3rem);
  background: #fff;
  border: 1px solid var(--ink);
  box-shadow: 1rem 1rem 0 var(--pale);
}

.form-head {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--ink);
}

.form-head span {
  font-weight: 900;
}

.form-head strong {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 650;
}

.estimate-form fieldset {
  margin: 0 0 2rem;
  padding: 0;
  border: 0;
}

.estimate-form legend,
.field-row > span {
  display: block;
  margin-bottom: 0.7rem;
  font-weight: 850;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.choice-grid label {
  min-height: 3.3rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.8rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  cursor: pointer;
}

.choice-grid label:has(input:checked) {
  background: var(--cobalt);
  color: #fff;
}

.choice-grid input,
.photo-check input {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
  accent-color: var(--cobalt);
}

.schedule-fieldset > small {
  display: block;
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.76rem;
}

.schedule-grid {
  display: grid;
  grid-template-columns: minmax(13rem, 1fr) minmax(10rem, 0.72fr);
  border: 1px solid var(--line);
}

.date-choice,
.asap-choice {
  min-height: 4.4rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 0.9rem;
}

.date-choice {
  justify-content: space-between;
  border-right: 1px solid var(--line);
}

.date-choice > span,
.asap-choice > span {
  font-size: 0.86rem;
  font-weight: 800;
}

.date-choice input {
  min-width: 8rem;
  padding: 0.45rem;
  border: 1px solid var(--line);
  background: #fff;
}

.asap-choice {
  cursor: pointer;
}

.asap-choice:has(input:checked) {
  background: var(--cobalt);
  color: #fff;
}

.asap-choice input {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--cobalt);
}

.field-row {
  display: block;
  margin-bottom: 2rem;
}

.field-row input,
.field-row textarea {
  width: 100%;
  padding: 0.9rem 0;
  border: 0;
  border-bottom: 1px solid #8f98a8;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
}

.field-row textarea {
  resize: vertical;
}

.field-row small {
  display: block;
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.76rem;
}

.photo-check {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.photo-check input {
  margin-top: 0.3rem;
}

.form-submit {
  width: 100%;
  min-height: 4.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0.75rem 1rem;
  border: 0;
  background: var(--cobalt);
  color: #fff;
  cursor: pointer;
}

.form-submit small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
}

.form-submit:hover {
  background: var(--navy);
}

.form-status {
  min-height: 1.4rem;
  margin: 0.6rem 0 0;
  color: #a02a21;
  font-size: 0.82rem;
  font-weight: 700;
}

.principles .section-intro {
  grid-template-columns: minmax(24rem, 1fr);
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 2px solid var(--ink);
}

.principle-grid article {
  min-height: 28rem;
  display: flex;
  flex-direction: column;
  padding: 2rem clamp(1.4rem, 3vw, 3rem);
  border-right: 1px solid var(--line);
}

.principle-grid article:first-child {
  padding-left: 0;
}

.principle-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.principle-grid article > span {
  color: var(--cobalt);
  font-size: 0.82rem;
  font-weight: 850;
}

.principle-grid h3 {
  margin: auto 0 1.4rem;
  font-size: clamp(2rem, 3.3vw, 3.5rem);
  font-weight: 700;
}

.principle-grid p {
  color: var(--muted);
}

.inquiry-types {
  background: var(--warm);
}

.trust-gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  margin-bottom: 2rem;
}

.trust-gallery figure {
  height: clamp(18rem, 34vw, 32rem);
  margin: 0;
  overflow: hidden;
  background: var(--navy);
}

.trust-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.04);
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1), filter 250ms ease;
}

@media (hover: hover) {
  .trust-gallery figure:hover img {
    transform: scale(1.025);
    filter: saturate(0.92) contrast(1.04);
  }
}

.regional-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 2px solid var(--ink);
}

.regional-list article {
  min-height: 6.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2rem;
  padding: 1.2rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.regional-list article:nth-child(3n) {
  border-right: 0;
}

.regional-list span {
  color: var(--muted);
  font-size: 0.82rem;
}

.regional-list strong {
  font-size: 1.2rem;
}

.coverage {
  min-height: 0;
  background: var(--cobalt);
  color: #fff;
}

.coverage-copy {
  display: grid;
  grid-template-columns: minmax(24rem, 1.1fr) minmax(20rem, 0.9fr);
  gap: 1.5rem clamp(3rem, 8vw, 8rem);
  align-items: center;
  padding: clamp(4.5rem, 7vw, 7rem) var(--pad);
}

.coverage-copy > p:first-child {
  margin-bottom: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
}

.coverage-copy h2 {
  max-width: 56rem;
  grid-row: 1 / 3;
  margin-bottom: 0;
  font-size: clamp(2.7rem, 4.4vw, 4.8rem);
  font-weight: 700;
}

.coverage-copy > p:not(:first-child) {
  max-width: 43rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.coverage-links {
  display: flex;
  gap: 0.7rem;
  margin-top: 0;
}

.coverage-links a {
  min-height: 3.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.coverage-links a:first-child {
  background: #fff;
  color: var(--cobalt-dark);
}

.faq {
  display: grid;
  grid-template-columns: minmax(19rem, 0.7fr) minmax(30rem, 1.3fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.faq .section-intro {
  display: block;
  margin: 0;
}

.faq .section-intro h2 {
  margin-top: 1.25rem;
}

.faq-list {
  border-top: 2px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 5.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  font-size: 1.08rem;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--cobalt);
  font-size: 1.7rem;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 50rem;
  padding: 0 2rem 1.5rem 0;
  color: var(--muted);
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(26rem, 1.15fr) minmax(24rem, 0.85fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  padding: clamp(5rem, 9vw, 9rem) var(--pad);
  background: var(--navy);
  color: #fff;
}

.final-cta > div:first-child > p {
  color: #83a8ff;
  font-weight: 750;
}

.final-cta h2 {
  margin-bottom: 0;
  font-size: clamp(3.3rem, 6vw, 6.7rem);
  font-weight: 700;
}

.final-actions {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
}

.final-call {
  min-height: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1.3rem;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
}

.final-call small {
  color: var(--muted);
  font-size: 0.86rem;
}

.final-call strong {
  font-size: clamp(1.4rem, 2.3vw, 2rem);
}

.final-call span {
  color: var(--cobalt);
  font-size: 0.82rem;
  font-weight: 850;
}

.final-photo {
  min-height: 8rem;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: var(--cobalt);
  color: #fff;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
}

.final-actions > p {
  grid-column: 1 / -1;
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 1rem;
}

footer {
  min-height: 11rem;
  display: grid;
  grid-template-columns: 0.7fr 1fr 0.8fr auto;
  gap: 2rem;
  align-items: start;
  padding: 3rem var(--pad) 7rem;
  color: var(--muted);
  font-size: 1rem;
}

footer p {
  margin-bottom: 0.25rem;
}

.footer-brand {
  font-size: 1.65rem;
  text-decoration: none;
}

footer div a {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 850;
}

.copyright {
  text-align: right;
}

.mobile-contact {
  display: none;
}

.js .hero h1 span,
.js .hero-description,
.js .hero-actions {
  opacity: 0;
  transform: translateY(1.2rem);
}

.js .hero.is-ready h1 span,
.js .hero.is-ready .hero-description,
.js .hero.is-ready .hero-actions {
  opacity: 1;
  transform: none;
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js .hero.is-ready h1 span:nth-child(1) { transition-delay: 80ms; }
.js .hero.is-ready h1 span:nth-child(2) { transition-delay: 160ms; }
.js .hero.is-ready .hero-description { transition-delay: 240ms; }
.js .hero.is-ready .hero-actions { transition-delay: 320ms; }

@media (max-width: 1080px) {
  :root {
    --pad: 2rem;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 1rem var(--pad) 1.5rem;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 1rem 2rem rgba(7, 26, 61, 0.12);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    min-height: 3.2rem;
    border-bottom: 1px solid var(--line);
  }

  .menu-button {
    grid-column: 3;
    display: block;
  }

  .header-call {
    min-height: 2.8rem;
  }

  .header-contact {
    grid-column: 2;
  }

  .menu-button[aria-expanded="true"] span:nth-of-type(2) {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:nth-of-type(3) {
    transform: translateY(-4px) rotate(-45deg);
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero::before {
    display: none;
  }

  .hero-copy {
    min-height: auto;
  }

  .hero-stage {
    min-height: 38rem;
  }

  .hero-foot {
    position: static;
    width: 100%;
    grid-column: 1 / -1;
    padding-inline: 0;
  }

  .hero-foot p {
    padding-inline: var(--pad);
  }

  .section-intro {
    grid-template-columns: minmax(24rem, 1fr) minmax(16rem, 0.7fr);
  }

  .section-intro > p:last-child {
    grid-column: 2;
  }

  .service-ledger article {
    grid-template-columns: 5rem 1fr;
  }

  .service-ledger button {
    grid-column: 2;
    justify-self: start;
  }

  .estimate {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 3rem;
  }

  .faq {
    gap: 3rem;
  }

  .final-cta {
    grid-template-columns: 1fr;
  }

  footer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  :root {
    --pad: 1.25rem;
  }

  html {
    scroll-padding-top: 5.6rem;
  }

  body {
    padding-bottom: 5rem;
  }

  .review-notice {
    min-height: 1.5rem;
    font-size: 0.66rem;
  }

  .site-header {
    min-height: 4.5rem;
    grid-template-columns: auto 1fr auto;
    gap: 0.55rem;
    padding-inline: 0.8rem;
  }

  .wordmark {
    font-size: 1.45rem;
  }

  .header-contact {
    min-width: 0;
    gap: 0;
  }

  .header-phone {
    min-height: 2.85rem;
    padding-inline: 0.35rem;
  }

  .header-phone small,
  .header-call {
    display: none;
  }

  .header-phone strong {
    font-size: clamp(0.78rem, 3.25vw, 0.9rem);
  }

  .menu-button {
    width: 2.8rem;
    height: 2.8rem;
  }

  .hero-copy {
    padding: 2.65rem var(--pad) 2.8rem;
  }

  .hero h1 {
    margin-bottom: 1.25rem;
    font-size: clamp(1.78rem, 7.8vw, 1.9rem);
    letter-spacing: -0.055em;
  }

  .hero h1 span:nth-child(1) {
    font-size: 1em;
  }

  .hero h1 span:nth-child(2) {
    margin-top: 0.08em;
    font-size: 1em;
  }

  .hero-description br {
    display: none;
  }

  .hero-actions {
    grid-template-columns: 1fr;
    gap: 0.45rem;
    padding: 0.5rem;
  }

  .action-number {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: baseline;
    padding: 0.4rem 0.55rem 0.25rem;
  }

  .action-number small {
    grid-column: 1;
    grid-row: 1;
  }

  .action-number strong {
    grid-column: 1;
    grid-row: 2;
    font-size: 1.12rem;
  }

  .action-number span {
    grid-column: 2;
    grid-row: 2;
    text-align: right;
  }

  .action-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .call-card,
  .photo-button {
    min-height: 3.35rem;
    padding-inline: 0.65rem;
  }

  .hero-stage {
    min-height: 20rem;
  }

  .hero-stage img {
    object-position: 62% 50%;
  }

  .stage-note-top {
    top: 1rem;
    right: 0.75rem;
  }

  .stage-note {
    min-width: 11.5rem;
    padding: 0.8rem 0.9rem 0.9rem;
  }

  .stage-note strong {
    font-size: 1rem;
  }

  .hero-foot {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-foot p {
    min-height: 4rem;
    padding: 0.65rem 0.45rem;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 0;
    font-size: 0.72rem;
    line-height: 1.35;
    text-align: center;
  }

  .section,
  .section-dark {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-intro,
  .principles .section-intro {
    grid-template-columns: 1fr;
    gap: 1.1rem;
    margin-bottom: 2.8rem;
  }

  .section-intro h2 {
    font-size: clamp(2.15rem, 9.5vw, 2.8rem);
  }

  .section-intro > p:last-child {
    grid-column: 1;
    margin-top: 0;
  }

  .workline {
    grid-template-columns: 1fr;
    padding: 0 0 0 2.4rem;
  }

  .workline-track {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 3px;
    height: auto;
  }

  .workline-track i {
    width: 100%;
    height: 100%;
    transform: scaleY(var(--line-progress, 0));
    transform-origin: center top;
  }

  .workline article {
    position: relative;
    min-height: 0;
    padding: 0 0 2.3rem;
    border-left: 0;
  }

  .workline article:last-child {
    padding-bottom: 0;
    border-right: 0;
  }

  .workline article > span {
    position: absolute;
    left: -3.35rem;
    margin: 0;
    background: var(--navy);
  }

  .workline p {
    margin-bottom: 0;
  }

  .service-ledger article {
    min-height: 0;
    grid-template-columns: 3rem 1fr;
    gap: 1rem;
    padding: 1.35rem 0;
  }

  .service-ledger h3 {
    font-size: 2.2rem;
  }

  .service-ledger button {
    width: 100%;
    grid-column: 2;
  }

  .estimate {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .estimate-copy h2 {
    font-size: clamp(2.35rem, 10vw, 3rem);
  }

  .estimate-form {
    padding: 1.25rem;
    box-shadow: 0.65rem 0.65rem 0 var(--pale);
  }

  .form-head {
    display: grid;
    gap: 0.25rem;
  }

  .choice-grid {
    grid-template-columns: 1fr;
  }

  .schedule-grid {
    grid-template-columns: 1fr;
  }

  .date-choice {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-gallery {
    grid-template-columns: 1fr;
  }

  .trust-gallery figure {
    height: 18rem;
  }

  .regional-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .regional-list article:nth-child(3n) {
    border-right: 1px solid var(--line);
  }

  .regional-list article:nth-child(2n) {
    border-right: 0;
  }

  .principle-grid {
    grid-template-columns: 1fr;
  }

  .principle-grid article,
  .principle-grid article:first-child,
  .principle-grid article:last-child {
    min-height: 17rem;
    padding: 1.5rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .principle-grid h3 {
    max-width: 9em;
    font-size: clamp(2.4rem, 11vw, 3.5rem);
  }

  .coverage {
    min-height: 0;
  }

  .coverage-copy {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 3.75rem var(--pad);
  }

  .coverage-copy h2 {
    grid-row: auto;
    font-size: clamp(2.2rem, 9.5vw, 2.8rem);
  }

  .coverage-links {
    display: grid;
  }

  .faq {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .faq-list summary {
    min-height: 4.6rem;
    font-size: 1rem;
  }

  .final-cta {
    grid-template-columns: 1fr;
    padding: 3.75rem var(--pad);
  }

  .final-cta h2 {
    font-size: clamp(2.25rem, 9.5vw, 3rem);
  }

  .final-actions {
    grid-template-columns: 1fr;
  }

  .final-call,
  .final-photo {
    min-height: 6.8rem;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding: 2.5rem var(--pad) 2rem;
  }

  .copyright {
    text-align: left;
  }

  .mobile-contact {
    position: fixed;
    z-index: 150;
    left: 0.6rem;
    right: 0.6rem;
    bottom: 0.6rem;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    min-height: 4rem;
    box-shadow: 0 0.75rem 2rem rgba(7, 26, 61, 0.25);
  }

  .mobile-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    touch-action: manipulation;
  }

  .mobile-call {
    flex-direction: column;
    background: var(--navy);
  }

  .mobile-call small {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.62rem;
    line-height: 1.15;
  }

  .mobile-call strong {
    font-size: 1rem;
    line-height: 1.3;
  }

  .mobile-photo {
    background: var(--cobalt);
    font-weight: 850;
    line-height: 1.3;
    text-align: center;
  }
}

@media (max-width: 360px) {
  .site-header {
    padding-inline: 0.55rem;
  }

  .wordmark {
    font-size: 1.25rem;
  }

  .header-call {
    padding-inline: 0.35rem;
  }

  .header-call strong {
    font-size: 0.74rem;
  }

  .hero h1 { font-size: 1.78rem; }

  .regional-list {
    grid-template-columns: 1fr;
  }

  .regional-list article,
  .regional-list article:nth-child(2n),
  .regional-list article:nth-child(3n) {
    border-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js .hero h1 span,
  .js .hero-description,
  .js .hero-actions {
    opacity: 1;
    transform: none;
  }
}
