:root {
  --ink: #16212b;
  --ink-soft: #42515f;
  --sand: #f4efe6;
  --sand-strong: #e7dcc8;
  --gold: #b9852a;
  --gold-soft: #f3e4c7;
  --pine: #203941;
  --pine-soft: #2f4d57;
  --white: #fffdf9;
  --shadow: 0 18px 45px rgba(16, 24, 32, 0.08);
  --radius: 22px;
  --content: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(185, 133, 42, 0.09), transparent 28%),
    linear-gradient(180deg, #fcfaf5 0%, #f8f3ea 100%);
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
}

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

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

.site-shell {
  min-height: 100vh;
}

.container {
  width: min(var(--content), calc(100% - 32px));
  margin: 0 auto;
}

.topbar .container {
  width: min(1360px, calc(100% - 32px));
}

.topbar {
  border-bottom: 1px solid rgba(22, 33, 43, 0.08);
  background: rgba(255, 253, 249, 0.9);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
  text-decoration: none;
  flex: 0 0 auto;
  white-space: nowrap;
}

.brand-mark {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  line-height: 1.05;
}

.brand-mark strong {
  color: var(--gold);
}

.brand-note {
  font-size: 0.78rem;
  color: var(--ink-soft);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.2;
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--ink);
  padding: 8px;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.nav-toggle span + span {
  margin-top: 5px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: nowrap;
}

.nav-links a {
  text-decoration: none;
  color: var(--ink-soft);
  padding: 9px 10px;
  border-radius: 999px;
  transition: 0.2s ease;
  font-size: 0.92rem;
  white-space: nowrap;
}

.nav-links a:hover {
  background: rgba(32, 57, 65, 0.08);
  color: var(--ink);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.phone-pill,
.cta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 600;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.phone-pill {
  padding: 10px 15px;
  background: rgba(32, 57, 65, 0.08);
  color: var(--ink);
}

.cta-pill {
  padding: 12px 17px;
  background: var(--gold);
  color: var(--white);
  box-shadow: 0 14px 24px rgba(185, 133, 42, 0.22);
}

.hero {
  padding: 58px 0 40px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 28px;
  align-items: stretch;
}

.hero-copy,
.hero-card {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius) + 6px);
  box-shadow: var(--shadow);
}

.hero-copy {
  background:
    linear-gradient(145deg, rgba(22, 33, 43, 0.98), rgba(32, 57, 65, 0.92)),
    linear-gradient(120deg, rgba(185, 133, 42, 0.22), transparent 50%);
  color: var(--white);
  padding: 42px;
}

.hero-copy::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -110px;
  bottom: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(185, 133, 42, 0.28), transparent 70%);
}

.eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid rgba(255, 253, 249, 0.16);
  border-radius: 999px;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 253, 249, 0.8);
}

.hero h1,
.section-title,
.card-title,
.legal h1,
.legal h2,
.faq-question,
.contact-title {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
}

.hero h1 {
  position: relative;
  z-index: 1;
  margin: 18px 0 16px;
  font-size: clamp(2.3rem, 4.6vw, 4.3rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.hero h1 span {
  color: #f6d9a2;
}

.hero p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 48rem;
  color: rgba(255, 253, 249, 0.86);
  font-size: 1.06rem;
  line-height: 1.72;
}

.hero-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}

.hero-list li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.09);
  border: 1px solid rgba(255, 253, 249, 0.12);
  font-size: 0.92rem;
}

.hero-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.hero-secondary {
  color: var(--white);
  border: 1px solid rgba(255, 253, 249, 0.2);
  box-shadow: none;
  background: rgba(255, 253, 249, 0.07);
}

.hero-secondary:hover {
  background: rgba(255, 253, 249, 0.12);
}

.hero-notes {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-note {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.08);
  border: 1px solid rgba(255, 253, 249, 0.08);
  min-height: 128px;
}

.hero-note strong {
  display: block;
  font-size: clamp(1.28rem, 1.3vw + 0.8rem, 1.55rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
  white-space: nowrap;
  font-variant-numeric: tabular-nums lining-nums;
}

.hero-note-phone {
  font-size: clamp(1.08rem, 1vw + 0.8rem, 1.38rem);
  letter-spacing: -0.03em;
}

.hero-note span {
  display: block;
  color: rgba(255, 253, 249, 0.72);
  font-size: 0.95rem;
  line-height: 1.48;
  max-width: 18ch;
}

.hero-card {
  background:
    linear-gradient(180deg, rgba(244, 239, 230, 0.94), rgba(255, 253, 249, 0.96)),
    linear-gradient(135deg, rgba(185, 133, 42, 0.1), rgba(32, 57, 65, 0.04));
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.hero-card::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 110px;
  height: 110px;
  border-radius: 28px;
  background: linear-gradient(160deg, rgba(185, 133, 42, 0.18), rgba(185, 133, 42, 0));
}

.hero-card h2 {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.04;
}

.hero-card p {
  margin: 0;
  color: var(--ink-soft);
}

.callout {
  padding: 18px;
  background: rgba(255, 253, 249, 0.78);
  border: 1px solid rgba(22, 33, 43, 0.08);
  border-radius: 18px;
}

.callout strong {
  display: block;
  margin-bottom: 6px;
}

.callout small,
.callout p,
.callout li {
  color: var(--ink-soft);
}

.callout ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.section {
  padding: 34px 0 10px;
}

.section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.section-kicker {
  color: var(--gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 700;
}

.section-title {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.9rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.section-intro {
  max-width: 56rem;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1rem;
}

.intro-grid,
.cards,
.steps,
.faq-list,
.legal-grid,
.footer-grid {
  display: grid;
  gap: 18px;
}

.intro-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: start;
}

.panel,
.card,
.step,
.faq-item,
.contact-panel,
.legal-card {
  background: rgba(255, 253, 249, 0.85);
  border: 1px solid rgba(22, 33, 43, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.panel {
  padding: 26px;
}

.panel p:first-child {
  margin-top: 0;
}

.panel p:last-child {
  margin-bottom: 0;
}

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

.card {
  padding: 24px;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.card:hover {
  transform: translateY(-3px);
  border-color: rgba(185, 133, 42, 0.45);
}

.card-icon {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  background: var(--gold-soft);
  color: var(--pine);
  font-size: 1.3rem;
  margin-bottom: 16px;
}

.card-title {
  margin: 0 0 8px;
  font-size: 1.35rem;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.card p {
  margin: 0 0 14px;
  color: var(--ink-soft);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 0.82rem;
  color: var(--ink-soft);
  background: var(--sand);
}

.steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step {
  padding: 24px;
}

.step-number {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--pine);
  color: var(--white);
  margin-bottom: 16px;
  font-weight: 700;
}

.step h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
}

.step p {
  margin: 0;
  color: var(--ink-soft);
}

.areas {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.area-card {
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.95), rgba(244, 239, 230, 0.92));
  border: 1px solid rgba(22, 33, 43, 0.08);
  border-radius: 20px;
}

.area-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.area-card span {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

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

.faq-item {
  padding: 22px;
}

.faq-question {
  margin: 0 0 10px;
  font-size: 1.22rem;
  line-height: 1.12;
}

.faq-answer {
  margin: 0;
  color: var(--ink-soft);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
  gap: 20px;
  align-items: start;
}

.contact-panel {
  padding: 28px;
}

.contact-title {
  margin: 0 0 12px;
  font-size: 1.55rem;
  line-height: 1.12;
}

.contact-panel p {
  color: var(--ink-soft);
}

.contact-stack {
  display: grid;
  gap: 14px;
  margin: 18px 0 24px;
}

.contact-row {
  display: grid;
  gap: 5px;
}

.contact-row span {
  font-size: 0.82rem;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-row strong,
.contact-row a {
  text-decoration: none;
  font-size: 1.02rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.contact-note,
.legal-note {
  padding: 16px 18px;
  border-radius: 18px;
  background: var(--sand);
  color: var(--ink-soft);
}

.contact-note strong,
.legal-note strong {
  color: var(--ink);
}

.aside-list {
  display: grid;
  gap: 14px;
}

.aside-item {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 253, 249, 0.82);
  border: 1px solid rgba(22, 33, 43, 0.08);
  box-shadow: var(--shadow);
}

.aside-item strong {
  display: block;
  margin-bottom: 8px;
}

.site-footer {
  margin-top: 42px;
  padding: 34px 0 40px;
  border-top: 1px solid rgba(22, 33, 43, 0.08);
}

.footer-grid {
  grid-template-columns: minmax(0, 1fr) repeat(2, minmax(180px, 0.35fr));
  align-items: start;
}

.footer-brand {
  max-width: 28rem;
}

.footer-brand p,
.footer-links a,
.footer-meta {
  color: var(--ink-soft);
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a {
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--ink);
}

.footer-meta {
  margin-top: 20px;
  font-size: 0.88rem;
}

.legal-hero {
  padding: 48px 0 26px;
}

.legal-card {
  padding: 34px;
}

.legal h1 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
}

.legal-intro {
  margin: 0;
  max-width: 50rem;
  color: var(--ink-soft);
}

.legal-grid {
  grid-template-columns: minmax(0, 1fr);
}

.legal h2 {
  margin: 0 0 10px;
  font-size: 1.55rem;
}

.legal p,
.legal li {
  color: var(--ink-soft);
}

.legal ul {
  margin: 0;
  padding-left: 20px;
}

.mono {
  font-family: "SFMono-Regular", "Menlo", "Monaco", monospace;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
  z-index: 99;
  background: var(--white);
  padding: 10px 14px;
  border-radius: 999px;
}

@media (max-width: 1320px) {
  .topbar-inner {
    flex-wrap: wrap;
    row-gap: 12px;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
    padding-top: 10px;
    border-top: 1px solid rgba(22, 33, 43, 0.08);
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .intro-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-note strong {
    font-size: 1.12rem;
  }

  .areas,
  .steps,
  .faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .topbar-inner {
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: inline-block;
  }

  .nav-links {
    display: none;
    width: 100%;
    order: 3;
    flex-direction: column;
    align-items: stretch;
    padding-top: 6px;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-actions {
    margin-left: auto;
  }

  .phone-pill {
    display: none;
  }

  .hero,
  .section,
  .legal-hero,
  .site-footer {
    padding-top: 24px;
  }

  .hero-copy,
  .hero-card,
  .panel,
  .card,
  .step,
  .faq-item,
  .contact-panel,
  .legal-card {
    padding: 22px;
  }

  .hero-notes,
  .cards,
  .areas,
  .steps,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .hero-note {
    min-height: 0;
  }

  .hero-note strong {
    font-size: clamp(1.24rem, 4vw, 1.45rem);
  }

  .hero-note-phone {
    font-size: clamp(1.02rem, 3.6vw, 1.22rem);
  }

  .hero-note span {
    max-width: none;
  }
}
