:root {
  --blue: #173d5a;
  --blue-deep: #0c2b42;
  --blue-soft: #e7f0f5;
  --terracotta: #b85d45;
  --terracotta-deep: #934532;
  --rose: #f5e8e3;
  --cream: #fffaf5;
  --paper: #ffffff;
  --ink: #18384d;
  --muted: #5d707d;
  --line: #d7e0e4;
  --shadow: 0 24px 60px rgba(21, 57, 82, 0.13);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { overflow-wrap: break-word; }

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  color: #fff;
  background: var(--blue-deep);
  border-radius: 0.4rem;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 245, 0.95);
  border-bottom: 1px solid rgba(23, 61, 90, 0.13);
  backdrop-filter: blur(14px);
}
.header-inner {
  width: min(calc(100% - 3rem), var(--max));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.main-nav { display: flex; align-items: center; gap: 1.75rem; }
.main-nav a {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: none;
}
.main-nav a:hover,
.main-nav a:focus-visible { color: var(--terracotta-deep); }
.brand {
  width: 102px;
  margin-left: auto;
  display: block;
  text-decoration: none;
}
.brand-logo { width: 100%; height: auto; }
.menu-button {
  width: 48px;
  height: 48px;
  padding: 0;
  display: none;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
}
.menu-button > span:not(.sr-only) {
  width: 19px;
  height: 2px;
  margin: 4px auto;
  display: block;
  background: var(--blue);
  border-radius: 999px;
}

.hero {
  width: min(calc(100% - 3rem), 1320px);
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 6rem) 0 clamp(4.5rem, 9vw, 8rem);
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.hero-copy { position: relative; z-index: 2; }
.domain-label,
.eyebrow {
  margin: 0 0 1rem;
  color: var(--terracotta-deep);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
h1, h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.06;
}
h1 { max-width: 10.5ch; font-size: clamp(3.4rem, 6.3vw, 6.7rem); }
h2 { font-size: clamp(2.25rem, 4.4vw, 4.8rem); }
h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 500; }
.hero-lead {
  max-width: 590px;
  margin: 1.7rem 0 0;
  color: var(--muted);
  font-size: 1.12rem;
}
.hero-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.8rem; }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.82rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}
.button:hover,
.button:focus-visible { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); }
.button-primary:hover,
.button-primary:focus-visible { background: var(--blue-deep); }
.button-secondary { color: var(--blue); background: transparent; border-color: var(--blue); }
.button-secondary:hover,
.button-secondary:focus-visible { border-color: var(--terracotta); }
.trust-line { margin: 1.3rem 0 0; color: var(--muted); font-size: 0.92rem; }

.image-frame { position: relative; margin: 0; overflow: hidden; background: var(--blue-soft); }
.image-frame img { width: 100%; height: auto; object-fit: cover; }
.image-frame figcaption {
  position: absolute;
  right: 0.55rem;
  bottom: 0.5rem;
  padding: 0.28rem 0.5rem;
  color: #fff;
  background: rgba(12, 43, 66, 0.78);
  border-radius: 0.3rem;
  font-size: 0.72rem;
  line-height: 1.1;
}
.hero-image {
  border-radius: 12rem 1.2rem 1.2rem 1.2rem;
  box-shadow: var(--shadow);
}

.promise-band {
  min-height: 190px;
  padding: 3rem max(1.5rem, calc((100% - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  color: #fff;
  background: var(--blue);
}
.promise-band p {
  max-width: 24ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.6vw, 3.6rem);
  line-height: 1.15;
}
.promise-band span { color: #f0b4a3; font-size: 0.78rem; font-weight: 850; letter-spacing: 0.18em; }

.plans-section {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 10rem) 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 8vw, 8rem);
}
.section-heading h2 { max-width: 11ch; }
.plan-list { border-top: 1px solid var(--line); }
.plan-list article {
  padding: 1.5rem 0;
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
}
.plan-number { padding-top: 0.25rem; color: var(--terracotta-deep); font-size: 0.75rem; font-weight: 850; }
.plan-list p { margin: 0.55rem 0 0; color: var(--muted); }

.two-paths { display: grid; grid-template-columns: 1fr 1fr; }
.path { padding: clamp(4rem, 8vw, 8rem) max(1.5rem, calc((100vw - var(--max)) / 2)); }
.path h2 { max-width: 12ch; font-size: clamp(2.2rem, 4vw, 4.2rem); }
.path > p:not(.eyebrow) { max-width: 590px; margin: 1.6rem 0; }
.path-owner { padding-right: clamp(2rem, 6vw, 6rem); color: var(--blue); background: var(--rose); }
.path-buyer { padding-left: clamp(2rem, 6vw, 6rem); color: #fff; background: var(--terracotta); }
.path-buyer .eyebrow { color: #ffe3d9; }
.text-link { display: inline-flex; gap: 0.55rem; align-items: center; font-weight: 850; text-underline-offset: 0.25rem; }

.home-section {
  width: min(calc(100% - 3rem), 1280px);
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 9rem) 0;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
}
.home-image { border-radius: 1.2rem 1.2rem 11rem 1.2rem; box-shadow: var(--shadow); }
.home-copy h2 { max-width: 11ch; }
.home-copy > p:not(.eyebrow) { margin: 1.5rem 0; color: var(--muted); }
.home-copy ul { margin: 1.8rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.home-copy li { padding: 0.85rem 0 0.85rem 1.3rem; position: relative; border-bottom: 1px solid var(--line); font-weight: 700; }
.home-copy li::before { content: ""; position: absolute; left: 0; top: 1.35rem; width: 0.48rem; height: 0.48rem; background: var(--terracotta); border-radius: 50%; }

.contact-section {
  padding: clamp(5rem, 9vw, 9rem) max(1.5rem, calc((100% - var(--max)) / 2));
  background: var(--blue-soft);
}
.contact-intro { margin-bottom: 3rem; }
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
}
#contact-form { padding: clamp(1.5rem, 3vw, 2.6rem); background: var(--paper); border: 1px solid var(--line); border-radius: 1rem; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
legend { margin-bottom: 0.85rem; font-weight: 800; }
.choice-row { display: flex; flex-wrap: wrap; gap: 0.65rem; }
.choice-row label { cursor: pointer; }
.choice-row input { position: absolute; opacity: 0; }
.choice-row span {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0.68rem 1rem;
  color: var(--muted);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 750;
}
.choice-row input:checked + span { color: #fff; background: var(--blue); border-color: var(--blue); }
.choice-row input:focus-visible + span { outline: 3px solid rgba(184, 93, 69, 0.38); outline-offset: 3px; }
.field-grid { margin-top: 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field-grid label { display: grid; gap: 0.45rem; font-weight: 750; }
.field-grid small { color: var(--muted); font-size: 0.78rem; font-weight: 500; }
.field-grid input,
.field-grid textarea { width: 100%; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 0.65rem; outline: none; }
.field-grid input { min-height: 52px; padding: 0 0.9rem; }
.field-grid textarea { min-height: 150px; padding: 0.9rem; resize: vertical; }
.field-grid input:focus,
.field-grid textarea:focus { border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(184, 93, 69, 0.12); }
.message-field { grid-column: 1 / -1; }
.honeypot { position: absolute; left: -10000px; }
.privacy-check { margin: 1.25rem 0 0.3rem; display: flex; align-items: flex-start; gap: 0.7rem; color: var(--muted); font-size: 0.92rem; }
.privacy-check input { width: 1.1rem; height: 1.1rem; margin-top: 0.2rem; accent-color: var(--blue); }
.privacy-check a,
.legal-link a { color: var(--blue); font-weight: 750; text-underline-offset: 0.2rem; }
.legal-link { margin: 0.25rem 0 1.2rem 1.8rem; font-size: 0.9rem; }
.button-submit { color: #fff; background: var(--terracotta-deep); border: 0; }
.button-submit:hover,
.button-submit:focus-visible { background: #7c3525; }
.form-status { min-height: 1.5rem; margin: 1rem 0 0; color: var(--blue); font-weight: 700; }
.personal-contact {
  position: sticky;
  top: 112px;
  padding: 2rem;
  color: #fff;
  background: var(--blue);
  border-radius: 1rem 1rem 5rem 1rem;
  box-shadow: var(--shadow);
}
.contact-monogram {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 1.4rem;
  color: var(--blue);
  background: #fff;
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}
.contact-kicker { margin: 0 0 0.9rem; color: #c6dae8; font-size: 0.75rem; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.personal-contact h2 { font-size: 2.25rem; }
.personal-contact > p:not(.contact-kicker, .contact-note) { margin: 0.45rem 0 1.2rem; color: #dbe7ef; }
.personal-contact a { display: block; width: fit-content; margin: 0.55rem 0; color: #fff; font-weight: 800; text-underline-offset: 0.22rem; }
.contact-note { margin: 1.5rem 0 0; padding-top: 1.1rem; border-top: 1px solid rgba(255,255,255,0.2); }

.site-footer {
  min-height: 112px;
  padding: 1.5rem max(1.5rem, calc((100% - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  color: #c9d8e1;
  background: var(--blue-deep);
  font-size: 0.9rem;
}
.site-footer nav { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.site-footer a { color: #fff; text-underline-offset: 0.25rem; }
:focus-visible { outline: 3px solid rgba(184, 93, 69, 0.52); outline-offset: 4px; }

@media (max-width: 960px) {
  .header-inner { width: min(calc(100% - 2rem), var(--max)); min-height: 74px; }
  .menu-button { display: block; }
  .main-nav {
    position: absolute;
    top: 74px;
    right: 1rem;
    left: 1rem;
    padding: 0.8rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 0.8rem;
    box-shadow: var(--shadow);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 0.85rem; }
  .brand { width: 88px; }
  .hero,
  .plans-section,
  .home-section,
  .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-image { border-radius: 8rem 1rem 1rem 1rem; }
  .two-paths { grid-template-columns: 1fr; }
  .path { padding-right: max(1.5rem, calc((100vw - var(--max)) / 2)); padding-left: max(1.5rem, calc((100vw - var(--max)) / 2)); }
  .home-copy { max-width: 720px; }
  .personal-contact { position: static; max-width: 520px; }
}

@media (max-width: 620px) {
  .header-inner { width: calc(100% - 1.5rem); }
  .hero { width: 100%; padding: 2.5rem 1rem 4.5rem; gap: 2.3rem; }
  h1 { font-size: clamp(3rem, 14vw, 4.35rem); }
  h2 { font-size: clamp(2.2rem, 10.6vw, 3.35rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-image { border-radius: 5rem 0.75rem 0.75rem 0.75rem; }
  .promise-band { align-items: flex-start; flex-direction: column; }
  .plans-section,
  .home-section { width: calc(100% - 2rem); }
  .path { padding-right: 1rem; padding-left: 1rem; }
  .home-image { border-radius: 0.75rem 0.75rem 5rem 0.75rem; }
  .contact-section { padding-right: 1rem; padding-left: 1rem; }
  #contact-form { padding: 1.25rem; }
  .field-grid { grid-template-columns: 1fr; }
  .choice-row { display: grid; grid-template-columns: 1fr 1fr; }
  .choice-row label:last-child { grid-column: 1 / -1; }
  .choice-row span { width: 100%; justify-content: center; text-align: center; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}

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