/* ════════════════════════════════════════════════════════════════════════════
   Mailbox Commons — styles.css
   Design system: warm white canvas · brass CTAs only · charcoal text ·
   dark footer anchor · editorial Cormorant serif · clean Inter body
   ════════════════════════════════════════════════════════════════════════════ */


/* ─── Custom Properties ──────────────────────────────────────────────────── */
:root {
  --white:      #FFFFFF;
  --white-pure: #FFFFFF;
  --cream:      #F4F1EA;
  --parchment:  #E7DCCB;
  --charcoal:   #2C2825;
  --espresso:   #4A3728;
  --taupe:      #C9BCA9;
  --text-muted: #7A6A58;
  --brass:      #B88F3D;
  --brass-dk:   #9A7428;
  --grove:      #2C2825;

  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans:  'Inter', system-ui, sans-serif;

  --max: 1100px;
  --pad: clamp(1.25rem, 4vw, 2.5rem);

  --t: 0.2s ease;
}


/* ─── Reset ───────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { scroll-behavior: smooth; overflow-x: hidden; }

body  {
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--charcoal);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%;
}

img      { max-width: 100%; display: block; }
a        { text-decoration: none; color: inherit; }
ul, ol   { list-style: none; padding: 0; }
button   { font-family: inherit; cursor: pointer; border: none; background: none; }
textarea { resize: vertical; }


/* ─── Container ───────────────────────────────────────────────────────────── */
.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
}


/* ─── Typography scale ────────────────────────────────────────────────────── */
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

h1   { font-size: clamp(2.75rem, 5vw, 4.25rem); font-weight: 700; }
h2   { font-size: clamp(2.25rem, 4.5vw, 3.75rem); }
h3   { font-size: 1.125rem; font-family: var(--sans); font-weight: 600; line-height: 1.3; letter-spacing: 0; }

h1 em, h2 em { font-style: italic; color: var(--brass); font-weight: 400; }

p { color: var(--espresso); line-height: 1.7; }


/* ─── Eyebrow label ───────────────────────────────────────────────────────── */
.eyebrow {
  display: block;
  font-family: var(--sans);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 1rem;
}


/* ─── Section header block ────────────────────────────────────────────────── */
.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3rem;
}

.section-header .eyebrow {
  margin-bottom: 0;
}
.section-header .eyebrow::after {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: var(--brass);
  margin: 0.75rem auto 1rem;
}

.section-header h2  { margin-bottom: 1rem; }
.section-sub        { font-size: 1.0625rem; color: var(--espresso); max-width: 520px; margin: 0 auto; }


/* ─── Buttons ─────────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--sans);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.875rem 1.875rem;
  border-radius: 3px;
  border: 1.5px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  transition: background var(--t), color var(--t), border-color var(--t);
}

.btn-primary {
  background: var(--brass);
  color: #fff;
  border-color: var(--brass);
}
.btn-primary:hover { background: var(--brass-dk); border-color: var(--brass-dk); }

.btn-ghost {
  background: transparent;
  color: var(--charcoal);
  border-color: var(--brass);
}
.btn-ghost:hover { background: var(--brass); color: #fff; }

.btn-outline {
  background: transparent;
  color: var(--charcoal);
  border-color: var(--brass);
}
.btn-outline:hover { background: var(--brass); color: #fff; }

.btn-block {
  width: 100%;
  justify-content: center;
  padding: 1rem 2rem;
  font-size: 0.75rem;
}


/* ─── Photo placeholder ───────────────────────────────────────────────────── */
.photo-slot {
  background: var(--cream);
  border: 1.5px dashed var(--taupe);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-slot span {
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
}


/* ─── Scroll fade-in ──────────────────────────────────────────────────────── */
.fade-up {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.fade-up.in {
  opacity: 1;
  transform: translateY(0);
}


/* ══════════════════════════════════════════════════════════════════════════
   HEADER
══════════════════════════════════════════════════════════════════════════ */
#site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--parchment);
  height: 88px;
  display: flex;
  align-items: center;
}

/* Force the header container to the same max-width rail as all other sections.
   Without this, the flex context makes .container size to nav content (~1010px)
   instead of the 1100px max-width used in block contexts (hero, etc.),
   causing the logo to appear ~45px right of the hero content column. */
#site-header .container {
  width: 100%;
}

.nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo-img {
  height: 56px;
  width: auto;
  display: block;
}

.logo-fallback {
  font-family: var(--sans);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--charcoal);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0 auto;
}

.nav-links a {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--espresso);
  transition: color var(--t);
}
.nav-links a:hover { color: var(--brass); }

.nav-cta { margin-left: auto; font-size: 0.75rem; padding: 0.7rem 1.25rem; }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 4px;
  margin-left: auto;
  width: 32px;
  height: 32px;
}
.nav-toggle span {
  display: block;
  height: 1.5px;
  background: var(--charcoal);
  transition: all 0.25s;
  transform-origin: center;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }


/* ══════════════════════════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════════════════════════ */
#hero {
  padding: 3.25rem 0 3.25rem;
  overflow: hidden;
}

.hero-layout {
  display: grid;
  grid-template-columns: 38fr 62fr;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
}

.hero-copy { max-width: 100%; }

.hero-copy .eyebrow {
  margin-bottom: 0.5rem;
  letter-spacing: 0.16em;
}
.hero-copy .eyebrow::after { display: none; }

.hero-eyebrow {
  width: fit-content;
}

.hero-copy h1    { font-size: clamp(2.75rem, 4.7vw, 4rem); margin-bottom: 1rem; line-height: 1.05; }

.hero-rule {
  width: 60px;
  height: 2px;
  background: var(--brass);
  margin-top: 1rem;
  margin-bottom: 1.1rem;
}

.hero-copy .hero-body {
  font-size: 1rem;
  line-height: 1.62;
  max-width: 430px;
  margin-bottom: 0;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}

.hero-microcopy {
  margin: 0;
  max-width: 360px;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.hero-visual {
  display: block;
}

.hero-card-img {
  width: 100%;
  display: block;
  border-radius: 6px;
  box-shadow:
    0 24px 64px rgba(43,37,31,0.18),
    0 6px 20px rgba(43,37,31,0.08);
}


/* ══════════════════════════════════════════════════════════════════════════
   VALUE STRIP
══════════════════════════════════════════════════════════════════════════ */
#value-strip {
  border-top: 1px solid var(--parchment);
  border-bottom: 1px solid var(--parchment);
  padding: 2.5rem 0;
}

.strip-row {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.strip-item {
  flex: 1;
  text-align: center;
}

.strip-title {
  display: block;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 0.25rem;
}

.strip-body {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.strip-rule {
  width: 1px;
  height: 44px;
  background: var(--parchment);
  flex-shrink: 0;
}


/* ══════════════════════════════════════════════════════════════════════════
   HOW IT WORKS
══════════════════════════════════════════════════════════════════════════ */
#how-it-works {
  padding: 5.5rem 0;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}

.step {
  position: relative;
}

.step-num {
  font-family: var(--serif);
  font-size: 3.5rem;
  color: #C4AE96;
  line-height: 1;
  margin-bottom: 1.5rem;
  display: block;
}

.step h3  { margin-bottom: 0.75rem; }
.step p   { font-size: 0.9375rem; }


/* ══════════════════════════════════════════════════════════════════════════
   THE CARD / EXAMPLES
══════════════════════════════════════════════════════════════════════════ */
#the-card {
  padding: 5.5rem 0;
  background: var(--cream);
}

.card-tabs {
  display: flex;
  width: fit-content;
  margin: 0 auto 2.5rem;
  border: 1px solid var(--parchment);
  border-radius: 4px;
  overflow: hidden;
}

.tab-btn {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 0.625rem 1.625rem;
  color: var(--text-muted);
  background: transparent;
  transition: background var(--t), color var(--t);
  border-right: 1px solid var(--parchment);
}
.tab-btn:last-child { border-right: none; }
.tab-btn.active {
  background: var(--charcoal);
  color: var(--white);
}
.tab-btn:not(.active):hover { color: var(--charcoal); }

.card-display {
  text-align: center;
  margin-bottom: 3.5rem;
}

.card-img {
  display: none;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0 24px 72px rgba(43,37,31,0.15), 0 4px 16px rgba(43,37,31,0.06);
}
.card-img.active { display: block; }

.card-caption {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

.card-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.875rem 3rem;
  max-width: 840px;
  margin: 0 auto;
}

.card-features li {
  font-size: 0.875rem;
  color: var(--espresso);
  padding-left: 1.125rem;
  position: relative;
  line-height: 1.55;
}
.card-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.525em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--brass);
  flex-shrink: 0;
}


/* ══════════════════════════════════════════════════════════════════════════
   AREAS & PRICING
══════════════════════════════════════════════════════════════════════════ */
#areas-pricing {
  padding: 5.5rem 0 6rem;
}

#map-container {
  position: relative;
  height: 560px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--parchment);
  margin-bottom: 1rem;
  box-shadow: 0 8px 32px rgba(43,37,31,0.07);
}

#mapbox-map {
  width: 100%;
  height: 100%;
}

#mapbox-map .mapboxgl-canvas-container,
#mapbox-map .mapboxgl-canvas {
  height: 100% !important;
}

#map-fallback {
  display: none;
  position: absolute;
  inset: 0;
  background: var(--cream);
  align-items: center;
  justify-content: center;
}
#map-fallback.active { display: flex; }

.fallback-inner {
  text-align: center;
  max-width: 460px;
  padding: 2.5rem;
}
.fallback-inner h3 {
  font-family: var(--serif);
  font-size: 1.75rem;
  color: var(--charcoal);
  margin-bottom: 0.75rem;
}
.fallback-inner p { font-size: 0.9375rem; margin-bottom: 1.5rem; }

.coverage-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
.coverage-chips span {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.375rem 0.875rem;
  border-radius: 100px;
  background: var(--white-pure);
  color: var(--espresso);
  border: 1px solid var(--parchment);
}

.map-note {
  text-align: center;
  font-size: 0.75rem;
  color: var(--text-muted);
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
}

.coming-soon-zips {
  text-align: center;
  margin-bottom: 3.5rem;
}
.coming-soon-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
}
.coming-soon-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
}
.coming-soon-chips span {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 0.3rem 0.75rem;
  border-radius: 100px;
  background: transparent;
  color: var(--text-muted);
  border: 1px dashed var(--parchment);
}

/* Pricing grid */
.pkg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 820px;
  margin: 3.5rem auto 2rem;
}

.pkg-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  max-width: 100%;
}

.pkg-card {
  background: var(--white-pure);
  border: 1px solid var(--parchment);
  border-radius: 10px;
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
}

.pkg-features { flex: 1; }

.pkg-card.pkg-featured {
  border-color: var(--brass);
  box-shadow: 0 12px 40px rgba(185,135,50,0.1);
}

.pkg-badge {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 1.125rem;
}

.pkg-name {
  font-family: var(--serif);
  font-size: 2.25rem;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1;
  margin-bottom: 0.375rem;
}

.pkg-desc {
  font-size: 0.8125rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.pkg-price {
  display: flex;
  align-items: baseline;
  gap: 0.625rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--parchment);
}

.pkg-amount {
  font-family: var(--serif);
  font-size: 3rem;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1;
}

.pkg-per {
  font-size: 0.8125rem;
  color: var(--text-muted);
}

.pkg-features {
  margin-bottom: 1.5rem;
}
.pkg-features li {
  font-size: 0.875rem;
  color: var(--espresso);
  padding: 0.55rem 0 0.55rem 1.25rem;
  border-bottom: 1px solid var(--parchment);
  position: relative;
  line-height: 1.45;
}
.pkg-features li:last-child { border-bottom: none; }
.pkg-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--brass);
}

.pkg-best-for {
  font-size: 0.8125rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.pkg-note {
  text-align: center;
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-top: 1rem;
}


/* ══════════════════════════════════════════════════════════════════════════
   WHO IT'S FOR
══════════════════════════════════════════════════════════════════════════ */
#who-its-for {
  padding: 5.5rem 0;
  background: var(--cream);
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 3rem;
}

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

.cat-card {
  background: var(--white-pure);
  border: 1px solid var(--parchment);
  border-radius: 8px;
  padding: 1.75rem 1.5rem;
  cursor: default;
  transition: border-color var(--t), box-shadow var(--t), transform var(--t);
}
.cat-card:hover,
.cat-card:focus {
  border-color: var(--brass);
  box-shadow: 0 6px 20px rgba(185,135,50,0.09);
  transform: translateY(-2px);
  outline: none;
}

.cat-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 1.25rem;
  color: var(--brass);
}
.cat-icon svg {
  width: 100%;
  height: 100%;
}

.cat-name {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 0.375rem;
}

.cat-visible {
  font-size: 0.8125rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.cat-reveal {
  font-size: 0.8125rem;
  color: var(--text-muted);
  font-style: italic;
  line-height: 1.5;
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  border-top: 1px solid var(--parchment);
  opacity: 0.6;
  transition: opacity var(--t), color var(--t);
}
.cat-card:hover .cat-reveal,
.cat-card:focus .cat-reveal {
  opacity: 1;
  color: var(--espresso);
}

.who-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  padding: 2.25rem 3rem;
  background: var(--white-pure);
  border: 1px solid var(--parchment);
  border-radius: 8px;
}
.who-note p {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 600;
  color: var(--charcoal);
  line-height: 1.5;
  max-width: 560px;
}
.who-note .btn {
  font-weight: 700;
}


/* ══════════════════════════════════════════════════════════════════════════
   FOUNDER NOTE
══════════════════════════════════════════════════════════════════════════ */
#founder {
  padding: 5.5rem 0;
}

.founder-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 4.5rem;
  align-items: start;
}

.photo-slot-portrait {
  aspect-ratio: 3/4;
  border-radius: 8px;
  width: 100%;
}

.founder-photo {
  width: 100%;
}
.founder-photo img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

/* Inline brand link — used in founder copy */
.text-link {
  color: var(--brass);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-style: normal;
}
.text-link:hover { color: var(--brass-dk); }

/* Quiet inline link — visually rests as body copy */
.plain-inline-link {
  color: inherit;
  text-decoration: none;
}
.plain-inline-link:hover,
.plain-inline-link:focus-visible {
  color: var(--brass);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.founder-copy .eyebrow { margin-bottom: 1.5rem; }

.founder-copy p {
  font-size: 1rem;
  color: var(--espresso);
  line-height: 1.75;
  margin-bottom: 1rem;
}

.founder-sig {
  margin-top: 2.5rem;
  font-family: var(--serif);
  font-size: 1.375rem;
  font-weight: 500;
  color: var(--charcoal);
}
.founder-sig span {
  display: block;
  font-family: var(--sans);
  font-size: 0.775rem;
  font-weight: 400;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  margin-top: 0.3rem;
}


/* ══════════════════════════════════════════════════════════════════════════
   FAQ
══════════════════════════════════════════════════════════════════════════ */
#faq {
  padding: 5.5rem 0;
  border-top: 1px solid var(--parchment);
}

.faq-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 6rem;
  align-items: start;
}

.faq-intro h2            { margin-bottom: 1rem; }
.faq-intro .section-sub  { font-size: 0.9375rem; text-align: left; margin: 0; max-width: none; }
.faq-intro a             { color: var(--brass); text-decoration: underline; text-underline-offset: 3px; }

.faq-item { border-bottom: 1px solid var(--parchment); }
.faq-item:first-child { border-top: 1px solid var(--parchment); }

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.375rem 0;
  font-family: var(--sans);
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--charcoal);
  text-align: left;
  transition: color var(--t);
}
.faq-q:hover { color: var(--brass); }

.faq-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  transition: transform 0.28s ease;
}

.faq-a {
  font-size: 0.9375rem;
  color: var(--espresso);
  line-height: 1.72;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.38s ease, padding 0.38s ease;
}

.faq-item.open .faq-a     { max-height: 400px; padding-bottom: 1.375rem; }
.faq-item.open .faq-icon  { transform: rotate(45deg); }


/* ══════════════════════════════════════════════════════════════════════════
   INQUIRE
══════════════════════════════════════════════════════════════════════════ */
#inquire {
  padding: 5.5rem 0;
  background: var(--cream);
  border-top: 1px solid var(--parchment);
}

#inquire .eyebrow { color: var(--brass); }

.inquire-layout {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 6rem;
  align-items: start;
}

.inquire-intro h2  { color: var(--charcoal); margin-bottom: 1.25rem; }
.inquire-intro p   { color: var(--espresso); margin-bottom: 0; }

.trust-list {
  margin-top: 2.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
}
.trust-item svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  stroke: var(--brass);
  stroke-width: 1.75;
  fill: none;
  margin-top: 0.15em;
}
.trust-item span {
  font-size: 0.9rem;
  color: var(--espresso);
  line-height: 1.55;
}

/* ── Form ── */
.inquiry-form {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.form-field label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--espresso);
}

.required { color: #c0392b; }

.form-field input,
.form-field textarea {
  font-family: var(--sans);
  font-size: 0.9375rem;
  padding: 0.8125rem 1rem;
  border-radius: 3px;
  border: 1px solid var(--parchment);
  background: var(--white-pure);
  color: var(--charcoal);
  outline: none;
  transition: border-color var(--t), background var(--t);
}
.form-field input::placeholder,
.form-field textarea::placeholder { color: var(--text-muted); }
.form-field input:focus,
.form-field textarea:focus         { border-color: var(--brass); background: var(--white); }
.form-field input.error,
.form-field textarea.error         { border-color: #c0392b; }
.form-field textarea               { min-height: 110px; }

.field-err {
  font-size: 0.75rem;
  color: #c0392b;
  display: none;
}
.field-err.visible { display: block; }

.form-submit-row { margin-top: 0.5rem; }

.form-note {
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 0.4rem;
}

.form-submit-error {
  font-size: 0.875rem;
  color: #c0392b;
  text-align: center;
  display: none;
}
.form-submit-error.visible { display: block; }

/* Success */
.form-success {
  display: none;
  text-align: center;
  padding: 3.5rem 2rem;
}
.form-success.visible { display: block; }

.success-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(184,143,61,0.12);
  border: 1.5px solid var(--brass);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.75rem;
}
.success-icon svg {
  width: 26px; height: 26px;
  stroke: var(--brass); stroke-width: 2.5; fill: none;
}

.form-success h3 {
  font-family: var(--serif);
  font-size: 2.25rem;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 1rem;
}
.form-success p { color: var(--espresso); }


/* ══════════════════════════════════════════════════════════════════════════
   FOOTER — dark anchor
══════════════════════════════════════════════════════════════════════════ */
#site-footer {
  background: var(--charcoal);
  border-top: none;
  padding: 4rem 0 3rem;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}

.footer-logo {
  display: block;
}

.footer-logo-img {
  height: 48px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.footer-logo-fallback {
  font-family: var(--sans);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
}

.footer-tagline {
  font-family: var(--serif);
  font-size: 1rem;
  font-style: italic;
  color: rgba(255,255,255,0.75);
}

.footer-rule {
  width: 48px;
  border: none;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 2.25rem;
  justify-content: center;
}
.footer-nav a {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.6);
  transition: color var(--t);
}
.footer-nav a:hover { color: var(--brass); }

.footer-legal {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.04em;
}


/* ══════════════════════════════════════════════════════════════════════════
   RESPONSIVE — 1000px
══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 1000px) {
  .pkg-grid-3 {
    grid-template-columns: 1fr 1fr;
  }
  .pkg-grid-3 .pkg-card:last-child {
    grid-column: 1 / -1;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }
  #map-container { height: 500px; }
}


/* ══════════════════════════════════════════════════════════════════════════
   RESPONSIVE — 900px
══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 900px) {

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  .hero-copy { max-width: 100%; }
  .hero-visual {
    max-width: 580px;
    margin: 0 auto;
  }

  .steps-grid        { grid-template-columns: repeat(2, 1fr); }
  .categories-grid   { grid-template-columns: repeat(2, 1fr); }
  .categories-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .card-features     { grid-template-columns: repeat(2, 1fr); }

  .founder-layout    { grid-template-columns: 1fr; gap: 3rem; }
  .photo-slot-portrait { aspect-ratio: 16/9; max-width: 380px; }

  .faq-layout        { grid-template-columns: 1fr; gap: 3.5rem; }
  .inquire-layout    { grid-template-columns: 1fr; gap: 4rem; }

  .pkg-grid          { max-width: 100%; }
}


/* ══════════════════════════════════════════════════════════════════════════
   RESPONSIVE — 640px
══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 640px) {

  #hero           { padding: 3.5rem 0 3rem; }

  .hero-actions   { margin-bottom: 0.85rem; }
  .hero-microcopy { max-width: 100%; font-size: 0.85rem; }

  #how-it-works,
  #the-card,
  #areas-pricing,
  #who-its-for,
  #founder,
  #faq,
  #inquire        { padding: 4.5rem 0; }

  .steps-grid         { grid-template-columns: 1fr; gap: 2.5rem; }
  .categories-grid,
  .categories-grid-4  { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .card-features      { grid-template-columns: 1fr; }
  .pkg-grid,
  .pkg-grid-3         { grid-template-columns: 1fr; }
  .pkg-grid-3 .pkg-card:last-child { max-width: 100%; grid-column: auto; }
  .form-row           { grid-template-columns: 1fr; }

  .strip-row  { flex-direction: column; gap: 1.5rem; }
  .strip-rule { width: 40px; height: 1px; }

  .who-note   { flex-direction: column; text-align: center; }
  .who-note p { max-width: 100%; }

  #map-container { height: 380px; }

  /* Mobile nav */
  .nav-links,
  .nav-cta {
    display: none;
  }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: fixed;
    top: 70px;
    left: 0; right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--parchment);
    padding: 2rem var(--pad);
    z-index: 99;
    box-shadow: 0 8px 24px rgba(43,37,31,0.08);
  }
  .nav-cta.open {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0; right: 0;
    border-radius: 0;
    width: 100%;
    justify-content: center;
    z-index: 99;
  }
  .nav-toggle { display: flex; }
}
