@import url('/brand.css');

:root {
  color-scheme: light;
  --cream: #f3ebdd;
  --paper: #faf5ea;
  --navy: #1b2b3e;
  --ink: #364252;
  --muted: #6f6559;
  --gold: #866437;
  --gold-light: #c9a36a;
  --focus: #8f6d42;
  --line: rgba(27, 43, 62, .14);
  --line-strong: rgba(27, 43, 62, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 118px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.75;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-head {
  position: sticky;
  z-index: 20;
  top: 0;
  background: rgba(243, 235, 221, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.site-head-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  min-height: 82px;
  align-items: center;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  color: var(--navy);
  text-decoration: none;
}
.brand img { width: 116px; height: auto; }
.site-nav { justify-self: center; }
.site-nav ul {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.7vw, 36px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-nav a,
.head-cta {
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-nav a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: '';
  opacity: 0;
  transform: scaleX(.4);
  transition: opacity .2s ease, transform .2s ease;
}
.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}
.head-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  background: var(--navy);
  color: var(--paper);
  white-space: nowrap;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(350px, .85fr);
  gap: clamp(46px, 7vw, 92px);
  align-items: center;
  padding: 92px 0 104px;
}
.hero-copy { min-width: 0; }
.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
h1, h2, h3 {
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 400;
}
h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(50px, 6.3vw, 78px);
  line-height: 1;
  letter-spacing: -.04em;
}
.lede {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 1.7vw, 21px);
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
  align-items: center;
  margin-top: 34px;
}
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  background: var(--navy);
  color: var(--paper);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
}
.note { color: var(--muted); font-size: 13px; }
.text-link {
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

.summary-card {
  padding: clamp(30px, 4vw, 48px);
  background: var(--navy);
  color: #f8f0e1;
  box-shadow: 0 26px 80px rgba(27, 43, 62, .15);
}
.summary-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.summary-topline > span,
.delivery > span {
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.price {
  margin: 0;
  color: var(--paper);
  font-family: var(--font-display);
  font-size: clamp(48px, 5vw, 64px);
  line-height: .9;
  letter-spacing: -.04em;
}
.summary-card h2 {
  max-width: 360px;
  margin: 0;
  color: #f8f0e1;
  font-size: clamp(29px, 3vw, 38px);
  line-height: 1.08;
}
.summary-intro { margin: 15px 0 0; color: #c9c6c0; font-size: 15px; }
.summary-list {
  display: grid;
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid rgba(250, 245, 234, .18);
  list-style: none;
}
.summary-list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(250, 245, 234, .18);
  font-size: 14px;
}
.summary-list span { color: var(--gold-light); font-family: var(--font-display); }
.delivery { margin-top: 26px; }
.delivery p { margin: 8px 0 0; color: #c9c6c0; font-size: 13px; line-height: 1.6; }

.section { padding: 104px 0; border-top: 1px solid var(--line-strong); }
.section-heading h2,
.closing h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -.025em;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 52px;
  padding: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  list-style: none;
}
.process-step {
  min-width: 0;
  min-height: 310px;
  padding: 32px;
  border-right: 1px solid var(--line);
}
.process-step:last-child { border-right: 0; }
.step-number {
  display: block;
  margin-bottom: 68px;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 38px;
  line-height: 1;
}
.process-step h3 { margin: 0 0 12px; font-size: 26px; line-height: 1.1; }
.process-step p { margin: 0; color: var(--muted); font-size: 15px; }

.scope { background: var(--paper); }
.scope-layout {
  display: grid;
  grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}
.scope-heading { position: sticky; top: 132px; }
.scope-heading p:last-child { max-width: 430px; margin: 26px 0 0; color: var(--muted); }
.scope-panels { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.scope-panel { min-width: 0; padding: clamp(28px, 4vw, 42px); background: var(--cream); }
.scope-panel-dark { background: var(--navy); color: #f8f0e1; }
.panel-label {
  margin: 0 0 38px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.scope-panel-dark .panel-label { color: var(--gold-light); }
.scope-panel h3 { margin: 0; font-size: 28px; line-height: 1.1; }
.scope-panel-dark h3 { color: #f8f0e1; }
.scope-panel ul { display: grid; gap: 16px; margin: 28px 0 0; padding: 0; list-style: none; }
.scope-panel li { position: relative; padding-left: 22px; font-size: 14px; line-height: 1.65; }
.scope-panel li::before { position: absolute; top: 11px; left: 0; width: 8px; height: 1px; background: var(--gold); content: ''; }
.scope-panel-dark li { color: #c9c6c0; }
.scope-panel-dark li::before { background: var(--gold-light); }

.closing { padding: 104px 0; background: var(--navy); }
.closing-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: clamp(46px, 8vw, 110px);
  align-items: end;
}
.closing .eyebrow { color: var(--gold-light); }
.closing h2 { color: #f8f0e1; }
.closing-copy p { margin: 0 0 28px; color: #c9c6c0; }
.button-gold { background: var(--gold-light); color: #172333; }

.site-foot {
  padding: 34px 0 46px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}
.foot-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 28px; }

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

@media (max-width: 1000px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: 38px; }
  .scope-layout { grid-template-columns: 1fr; }
  .scope-heading { position: static; }
}

@media (max-width: 920px) {
  .site-head-inner { grid-template-columns: auto 1fr; gap: 8px 24px; padding-top: 10px; }
  .brand img { width: 102px; }
  .head-cta { justify-self: end; }
  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    justify-self: stretch;
    overflow-x: auto;
  }
  .site-nav ul { justify-content: space-between; gap: 24px; }
  .site-nav a { min-height: 38px; white-space: nowrap; }
  .site-nav a::after { bottom: 5px; }
  .hero { grid-template-columns: 1fr; }
  .summary-card { width: min(100%, 680px); }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 132px; }
  .wrap { width: min(100% - 32px, 1180px); }
  .site-head-inner { min-height: 70px; }
  .head-cta { min-height: 40px; padding: 7px 11px; font-size: 10px; letter-spacing: .06em; }
  .site-nav ul { gap: 22px; justify-content: flex-start; }
  .hero { gap: 50px; padding: 58px 0 72px; }
  h1 { font-size: clamp(46px, 13vw, 64px); }
  .summary-card { padding: 28px 24px; }
  .section { padding: 74px 0; }
  .section-heading h2,
  .closing h2 { font-size: clamp(36px, 10.5vw, 48px); }
  .process-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .process-step { min-height: 0; padding: 26px 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-step:last-child { border-bottom: 0; }
  .step-number { margin-bottom: 38px; font-size: 32px; }
  .scope-panels { grid-template-columns: 1fr; }
  .closing { padding: 76px 0; }
  .closing-inner { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 420px) {
  .actions { align-items: stretch; }
  .actions .button { width: 100%; }
  .text-link { text-align: center; }
  .note { width: 100%; text-align: center; }
  .summary-topline { align-items: center; }
  .price { font-size: 46px; }
  .foot-row { flex-direction: column; }
}

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