:root {
  --paper: #f3f0e8;
  --paper-2: #e9e4d8;
  --ink: #171714;
  --muted: #69675f;
  --line: #cfc8b8;
  --surface: #fbf9f3;
  --night: #1f2b26;
  --accent: #d96b27;
  --accent-deep: #a94c17;
  --success: #275f48;
  --danger: #9c3b32;
  --radius: 6px;
  --radius-lg: 10px;
  --shell: 1180px;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Manrope", "Helvetica Neue", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button,input,select,textarea { font: inherit; }
button,a,input,textarea,.day-pill { -webkit-tap-highlight-color: transparent; }
img { display: block; width: 100%; }
::selection { background: var(--accent); color: #fff; }

.shell { width: min(var(--shell), calc(100% - 48px)); margin: 0 auto; }
.mono { font-family: var(--mono); }
.accent { color: var(--accent); font-family: var(--serif); font-style: italic; font-weight: 400; }

/* HERO */
.hero { padding: 18px 0 0; }
.hero-card {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  background: var(--night);
  color: #f7f2e8;
  border: 1px solid #263831;
  border-radius: var(--radius-lg);
  padding: 0 36px 42px;
}
.hero-card::before {
  content: "ST";
  position: absolute;
  right: -4vw;
  top: 80px;
  font-family: var(--serif);
  font-size: clamp(220px, 28vw, 430px);
  line-height: .72;
  color: rgba(255,255,255,.025);
  pointer-events: none;
}
.hero-nav {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid rgba(255,255,255,.16);
  position: relative;
  z-index: 3;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 20px; letter-spacing: .01em; }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 2px; }
.nav-links { display: flex; justify-content: center; gap: 28px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: #c8cec8; }
.nav-links a { position: relative; padding: 30px 0 27px; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 2px; background: var(--accent); transition: width .28s cubic-bezier(.2,.8,.2,1); }
.nav-links a:hover::after,.nav-links a:focus-visible::after { width: 100%; }

.btn,.pill-btn,.back-btn {
  min-height: 44px;
  border-radius: 2px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  cursor: pointer;
  transition: transform .18s cubic-bezier(.2,.8,.2,1), background-color .18s ease, color .18s ease, border-color .18s ease, letter-spacing .18s ease;
}
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; }
.btn:hover,.pill-btn:hover { transform: translateY(-2px); letter-spacing: .11em; }
.btn:active,.pill-btn:active { transform: translateY(0); }
.btn:focus-visible,.pill-btn:focus-visible,.back-btn:focus-visible,.nav-links a:focus-visible,.brand:focus-visible,.text-link:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.btn-primary,.pill-btn { background: var(--accent); color: #fff; }
.btn-primary:hover,.pill-btn:hover { background: var(--accent-deep); }
.btn-light { background: transparent; border-color: rgba(255,255,255,.42); color: #fff; }
.btn-light:hover { background: #fff; color: var(--night); border-color: #fff; }

.hero-grid {
  display: grid;
  grid-template-columns: 1.28fr .72fr;
  grid-template-rows: auto auto;
  gap: 0 46px;
  padding-top: 74px;
  position: relative;
  z-index: 2;
}
.hero-copy { grid-column: 1 / -1; position: relative; z-index: 2; }
.kicker,.eyebrow,.eyebrow-pill,.savings-tag,.service-num,.progress-text {
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 10px;
  font-weight: 500;
}
.kicker { color: #c5ccc6; margin-bottom: 22px; }
h1 { margin: 0; max-width: 940px; font-family: var(--serif); font-size: clamp(58px, 8vw, 112px); font-weight: 400; line-height: .91; letter-spacing: -.03em; color: #fff; }
.hero-copy p { width: min(540px, 100%); margin: 28px 0 0 auto; color: #c8cec8; font-size: 15px; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; width: min(540px,100%); margin: 28px 0 0 auto; }
.hero-photo-wrap { grid-column: 1 / -1; margin-top: 46px; display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 16px; }
.hero-photo { height: 270px; overflow: hidden; border-radius: 2px; }
.hero-photo img { height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04); }
.photo-badge { position: static; max-width: none; min-height: 160px; border-top: 1px solid rgba(255,255,255,.22); padding: 20px 0 0 18px; }
.photo-badge strong { display: block; font-family: var(--serif); font-size: 26px; font-weight: 400; line-height: 1.05; margin-bottom: 12px; }
.photo-badge span { display: block; color: #b9c0bb; font-size: 12px; max-width: 260px; }
.hero-spacer { display: none; }

/* STATS */
.stats { padding: 108px 0 132px; }
.stats-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: end; }
.eyebrow-pill { display: inline-block; color: var(--accent-deep); border-bottom: 1px solid var(--accent); padding-bottom: 6px; margin-bottom: 18px; }
.stats h2,.section-head h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.015em; line-height: 1.02; margin: 0; }
.stats h2 { font-size: clamp(40px, 5vw, 64px); }
.stats-lead p,.section-head p { color: var(--muted); }
.stats-lead p { max-width: 500px; margin: 22px 0; font-size: 14px; }
.text-link { display: inline-block; color: var(--ink); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid var(--ink); padding-bottom: 4px; transition: color .2s ease,border-color .2s ease,letter-spacing .2s ease; }
.text-link:hover { color: var(--accent-deep); border-color: var(--accent); letter-spacing: .12em; }
.stat-pair { display: grid; grid-template-columns: 1.15fr .85fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat-pair > div { padding: 34px 26px 38px 0; }
.stat-pair > div + div { border-left: 1px solid var(--line); padding-left: 34px; }
.stat-num { font-family: var(--serif); font-size: clamp(64px, 8vw, 100px); line-height: .9; }
.stat-num span { font-family: var(--sans); font-size: .16em; text-transform: uppercase; letter-spacing: .1em; color: var(--accent-deep); }
.stat-label { margin-top: 18px; max-width: 250px; color: var(--muted); font-size: 12px; }

/* SECTIONS */
.section { padding: 0 0 130px; }
.section-head { max-width: 760px; margin-bottom: 44px; }
.section-head .eyebrow { color: var(--accent-deep); margin-bottom: 12px; }
.section-head h2 { font-size: clamp(38px, 4.6vw, 62px); }
.section-head p { max-width: 620px; margin: 18px 0 0; font-size: 14px; }

/* ROUTES: asymmetrical editorial bento */
.hub-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 16px; align-items: stretch; }
.hub-card { background: var(--surface); border: 1px solid var(--line); border-radius: 2px; overflow: hidden; }
.hub-card:first-child { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 420px; }
.hub-card:last-child { display: grid; grid-template-rows: 240px auto; }
.hub-photo { min-height: 100%; overflow: hidden; }
.hub-photo img { height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
.hub-card:hover .hub-photo img { transform: scale(1.025); filter: saturate(.9); }
.hub-photo.duotone img { filter: grayscale(.55) sepia(.12); }
.hub-photo.duotone::after { display: none; }
.hub-body { padding: 28px; align-self: end; }
.hub-body h3,.savings-card h3,.service h3,.step-copy h4,.form-head h3,.success h4,.cta-top h3 { font-family: var(--serif); font-weight: 400; }
.hub-body h3 { font-size: 28px; line-height: 1.05; margin: 0 0 10px; }
.hub-body p { font-size: 12.5px; color: var(--muted); margin: 0; }

/* SAVINGS */
.savings-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 0; border: 1px solid var(--line); }
.savings-card { padding: 34px 32px 40px; border-radius: 0; background: var(--surface); }
.savings-card + .savings-card { border-left: 1px solid var(--line); }
.savings-card.old { background: var(--paper-2); }
.savings-card.new { background: var(--night); color: #fff; border: 0; }
.savings-tag { display: inline-block; margin-bottom: 30px; color: var(--muted); }
.savings-card.new .savings-tag { color: #d0d6d1; }
.savings-card h3 { font-size: 36px; margin: 0 0 20px; }
.savings-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0; }
.savings-list li { position: relative; padding: 14px 0 14px 24px; border-top: 1px solid rgba(0,0,0,.10); font-size: 13px; color: var(--muted); }
.savings-card.new .savings-list li { color: #cbd0cc; border-color: rgba(255,255,255,.12); }
.savings-list li::before { position: absolute; left: 0; top: 14px; }
.savings-card.old .savings-list li::before { content: "—"; }
.savings-card.new .savings-list li::before { content: "+"; color: var(--accent); font-weight: 800; }
.savings-note { max-width: 660px; margin: 20px 0 0 auto; color: var(--muted); font-size: 12px; }

/* HOW */
.services { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: auto auto; border-top: 1px solid var(--line); }
.service { padding: 34px 32px 40px 0; border-bottom: 1px solid var(--line); background: transparent; }
.service:nth-child(1) { grid-row: 1 / span 2; padding-right: 70px; border-right: 1px solid var(--line); }
.service:nth-child(2),.service:nth-child(3) { padding-left: 38px; }
.service-num { color: var(--accent-deep); margin-bottom: 54px; }
.service:nth-child(1) .service-num { margin-bottom: 120px; }
.service h3 { font-size: 30px; line-height: 1.05; margin: 0 0 12px; }
.service p { color: var(--muted); font-size: 13px; margin: 0; max-width: 360px; }

/* WHY */
.split { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: end; }
.split-photo { height: 560px; overflow: hidden; border-radius: 2px; }
.split-photo img { height: 100%; object-fit: cover; filter: grayscale(.2) saturate(.75); }
.split-photo::after { display: none; }
.checklist { margin-top: 34px; border-top: 1px solid var(--line); }
.check { display: grid; grid-template-columns: 30px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.check b { color: var(--accent-deep); font-family: var(--mono); font-size: 12px; }
.check strong { display: block; font-size: 13px; }
.check span { display: block; color: var(--muted); font-size: 12px; margin-top: 3px; }

/* FORM */
.request-section { padding: 10px 0 130px; }
.request-shell { max-width: 900px; margin: 0 auto; background: var(--surface); border: 1px solid var(--line); border-radius: 2px; }
.form-card { padding: 46px 52px 50px; }
.form-head { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 18px; }
.form-head h3 { font-size: 42px; line-height: 1; margin: 0 0 8px; }
.form-head p { color: var(--muted); margin: 0; font-size: 12px; }
.progress-text { color: var(--accent-deep); }
.progress { height: 2px; background: var(--line); margin-bottom: 34px; overflow: hidden; }
.progress span { display: block; width: 25%; height: 100%; background: var(--accent); transition: width .35s cubic-bezier(.2,.8,.2,1); }
.form-step { display: none; animation: stepIn .32s cubic-bezier(.2,.8,.2,1); }
.form-step.active { display: block; }
@keyframes stepIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.step-copy { margin-bottom: 24px; max-width: 600px; }
.step-copy h4 { font-size: 28px; margin: 0 0 6px; }
.step-copy p { color: var(--muted); margin: 0; font-size: 12.5px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-grid .full { grid-column: 1 / -1; }
label.field { display: grid; gap: 7px; color: #3b3a35; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .055em; }
input,select,textarea { width: 100%; min-height: 48px; padding: 0 13px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 2px; outline: none; transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease; }
textarea { min-height: 100px; padding-top: 12px; resize: vertical; }
input:hover,select:hover,textarea:hover { border-color: #a9a08f; }
input:focus,select:focus,textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 2px rgba(217,107,39,.18); background: #fffdf8; }
input.invalid { border-color: var(--danger); }
.hint,.phone-state { color: #817c72; font-size: 10px; font-weight: 500; text-transform: none; letter-spacing: 0; }
.phone-state.good { color: var(--success); }
.phone-state.bad { color: var(--danger); }
.day-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 6px; }
.day-option input { position: absolute; opacity: 0; pointer-events: none; }
.day-pill { min-height: 74px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 12px 10px; background: #fff; border: 1px solid var(--line); border-radius: 2px; cursor: pointer; transition: transform .16s ease,border-color .16s ease,background-color .16s ease,color .16s ease; }
.day-pill:hover { transform: translateY(-2px); border-color: #9f9685; }
.day-pill strong { font-size: 12px; }
.day-pill small { font-size: 9px; color: #8e887d; }
.day-option input:focus-visible + .day-pill { outline: 2px solid var(--accent); outline-offset: 2px; }
.day-option input:checked + .day-pill { background: var(--night); color: #fff; border-color: var(--night); }
.day-option input:checked + .day-pill small { color: #bcc3be; }
.time-list { display: grid; gap: 8px; }
.time-row { display: grid; grid-template-columns: .8fr 1fr 1fr; gap: 12px; align-items: end; padding: 14px; background: var(--paper-2); border-left: 3px solid var(--accent); }
.time-day { font-family: var(--serif); font-size: 21px; padding: 0 0 9px 4px; }
.time-row input { min-height: 42px; font-size: 12px; }
.empty-time { border: 1px dashed #aea696; padding: 18px; text-align: center; color: var(--muted); font-size: 12px; }
.check-row { display: flex; gap: 10px; align-items: flex-start; margin-top: 20px; color: var(--muted); font-size: 11.5px; }
.check-row input { width: 17px; height: 17px; min-height: 0; margin-top: 1px; accent-color: var(--accent); }
.form-error { display: none; margin-top: 16px; padding: 11px 13px; border-left: 3px solid var(--danger); background: #f4e6e1; color: #7f2e27; font-size: 12px; font-weight: 700; }
.form-error.show { display: block; }
.form-nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.back-btn { background: transparent; color: var(--muted); padding: 0 8px; }
.back-btn:hover { color: var(--ink); letter-spacing: .11em; }
.pill-btn { padding: 0 20px; border: 1px solid var(--accent); }
.success { text-align: left; padding: 44px 0 30px; }
.success-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 24px; background: var(--success); color: #fff; border-radius: 2px; }
.success h4 { font-size: 42px; margin: 0 0 8px; }
.success p { color: var(--muted); max-width: 520px; margin: 0; }

/* CTA */
.cta-band { margin-bottom: 72px; background: #ddd7c9; border: 1px solid var(--line); border-radius: 2px; overflow: hidden; }
.cta-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px 34px; border-bottom: 1px solid var(--line); }
.cta-top h3 { margin: 0; font-size: 31px; }
.cta-grid { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 320px; }
.cta-photo { overflow: hidden; border-right: 1px solid var(--line); }
.cta-photo img { height: 100%; object-fit: cover; filter: grayscale(.35) saturate(.7); }
.cta-photo::after { display: none; }
.cta-copy { display: flex; flex-direction: column; justify-content: center; padding: 34px 46px; }
.cta-copy .word { display: block; font-family: var(--serif); font-size: clamp(50px,7vw,88px); line-height: .84; letter-spacing: -.03em; }
.cta-copy .word.dim { color: #827c70; }
.cta-meta { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 34px; color: var(--muted); font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
footer { padding: 0 0 34px; }
.copyright { padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; text-align: left; }

@media (max-width: 980px) {
  .hero-card { min-height: 0; padding: 0 24px 30px; }
  .hero-nav { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 52px; }
  h1 { font-size: clamp(52px, 10vw, 88px); }
  .hero-photo-wrap { grid-template-columns: 1fr; }
  .photo-badge { min-height: 0; padding-left: 0; }
  .stats-grid,.split { grid-template-columns: 1fr; gap: 44px; }
  .hub-grid { grid-template-columns: 1fr; }
  .hub-card:first-child { grid-template-columns: 1fr 1fr; }
  .services { grid-template-columns: 1fr; grid-template-rows: auto; }
  .service:nth-child(1) { grid-row: auto; padding-right: 0; border-right: 0; }
  .service:nth-child(1) .service-num { margin-bottom: 54px; }
  .service:nth-child(2),.service:nth-child(3) { padding-left: 0; }
  .split-photo { height: 420px; }
  .day-grid { grid-template-columns: repeat(4,1fr); }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 26px, var(--shell)); }
  .hero { padding-top: 8px; }
  .hero-card { padding: 0 16px 22px; border-radius: 4px; }
  .hero-nav { min-height: 70px; }
  .hero-nav > .btn { display: none; }
  .brand { font-size: 18px; }
  .hero-grid { padding-top: 38px; }
  h1 { font-size: 51px; }
  .hero-copy p,.hero-actions { margin-left: 0; }
  .hero-photo { height: 210px; }
  .stats { padding: 78px 0 96px; }
  .stats-grid { gap: 36px; }
  .stat-pair { grid-template-columns: 1fr; }
  .stat-pair > div + div { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .section { padding-bottom: 96px; }
  .section-head h2,.stats h2 { font-size: 42px; }
  .hub-card:first-child { grid-template-columns: 1fr; }
  .hub-card:first-child .hub-photo { min-height: 260px; }
  .savings-grid { grid-template-columns: 1fr; }
  .savings-card + .savings-card { border-left: 0; border-top: 1px solid var(--line); }
  .split-photo { height: 340px; }
  .request-shell { border-left: 0; border-right: 0; }
  .form-card { padding: 34px 20px 38px; }
  .form-head { align-items: flex-start; }
  .form-head h3 { font-size: 34px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-grid .full { grid-column: auto; }
  .day-grid { grid-template-columns: repeat(2,1fr); }
  .time-row { grid-template-columns: 1fr; align-items: stretch; }
  .time-day { padding-bottom: 0; }
  .cta-top { align-items: flex-start; flex-direction: column; padding: 24px 22px; }
  .cta-grid { grid-template-columns: 1fr; }
  .cta-photo { height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .cta-copy { padding: 30px 24px 34px; }
}

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