@font-face {
  font-family: "Be Vietnam Pro";
  src: url("/fonts/be-vietnam-pro-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("/fonts/be-vietnam-pro-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif";
  src: url("/fonts/noto-serif-500.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
:root {
  color-scheme: light only;
  --paper: #fffdf9;
  --burgundy: #7a2533;
  --burgundy-dark: #61202b;
  --charcoal: #262424;
  --muted: #6f6964;
  --line: #dfd7cf;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #f7f4ee; }
body { margin: 0; color: #292725; background: #f7f4ee; font-family: "Be Vietnam Pro", Arial, sans-serif; }
a:focus-visible { outline: 3px solid #d7a4ab; outline-offset: 3px; }
.landing-page {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 91% 7%, rgba(240, 227, 226, .82), transparent 27%),
    linear-gradient(135deg, #fffdf9 0%, #f7f3ed 74%);
}
.site-header {
  min-height: 104px;
  padding: 23px max(4.7vw, 28px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.wordmark { display: inline-flex; flex-direction: column; align-items: flex-start; color: var(--burgundy); font: 500 clamp(25px, 2.15vw, 34px)/1.2 "Noto Serif", serif; letter-spacing: .045em; }
.wordmark > small { margin-top: 3px; color: var(--muted); font: 700 8px/1.2 "Be Vietnam Pro", sans-serif; letter-spacing: .18em; }
.site-header p { max-width: 580px; margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.site-header nav { display: flex; align-items: center; gap: 38px; }
.site-header a { color: var(--charcoal); text-decoration: none; font-size: 14px; font-weight: 700; }
.outline-button {
  min-height: 50px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--burgundy);
  border-radius: 8px;
  color: var(--burgundy) !important;
}
.hero {
  max-width: 1340px;
  margin: auto;
  padding: 64px max(4.7vw, 28px) 76px;
  display: grid;
  grid-template-columns: 1fr .94fr;
  gap: 70px;
  align-items: center;
}
.hero-copy { padding-left: 8px; }
.eyebrow { margin: 0 0 21px; color: var(--burgundy); font-size: 12px; line-height: 1.4; font-weight: 700; letter-spacing: .14em; }
.hero h1 { max-width: 610px; margin: 0; font: 500 clamp(48px, 5vw, 72px)/1.12 "Noto Serif", serif; letter-spacing: -.025em; }
.hero-lead { max-width: 510px; margin: 24px 0 18px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.hero-promises {
  max-width: 520px;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}
.hero-promises li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: center;
  color: #514b47;
  font-size: 14px;
  line-height: 1.5;
}
.hero-promises li::before {
  content: "✓";
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--burgundy);
  background: #f5e7e5;
  font-size: 12px;
  font-weight: 700;
}
.primary-button {
  min-height: 62px;
  padding: 0 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  border-radius: 9px;
  color: white;
  background: linear-gradient(135deg, var(--burgundy), #8e2938);
  box-shadow: 0 12px 25px rgba(122, 37, 51, .16);
  text-decoration: none;
  font-weight: 700;
}
.primary-button:hover { background: var(--burgundy-dark); transform: translateY(-2px); }
.reassurance { margin: 17px 0 0; color: var(--muted); font-size: 13px; }
.reassurance i { padding: 0 6px; font-style: normal; }
.hero-photo {
  min-height: 0;
  padding: 12px;
  border: 1px solid rgba(122, 37, 51, .12);
  border-radius: 30px;
  background: rgba(255, 253, 249, .66);
  box-shadow: 0 24px 55px rgba(57, 43, 40, .10);
}
.hero-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  display: block;
  border-radius: 21px;
  object-fit: contain;
  object-position: center;
}
.pillar-strip {
  max-width: 1300px;
  min-height: 118px;
  margin: 0 auto 80px;
  padding: 20px 27px;
  display: grid;
  grid-template-columns: 1.15fr repeat(4, .8fr);
  gap: 14px;
  align-items: stretch;
  border: 1px solid #e1d5cb;
  border-radius: 20px;
  background: rgba(255, 253, 249, .72);
}
.pillar-intro { display: flex; align-items: center; gap: 17px; padding: 8px; }
.pillar-intro p { margin: 0; color: var(--muted); line-height: 1.4; }
.pillar-intro b { color: var(--charcoal); }
.clipboard-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--burgundy);
  border-radius: 11px;
  color: var(--burgundy);
  font-weight: 700;
}
.pillar-strip article { display: flex; align-items: center; gap: 15px; padding: 19px; border: 1px solid #e5ddd6; border-radius: 13px; background: var(--paper); }
.pillar-strip article span { color: var(--burgundy); font: 500 12px "Noto Serif", serif; }
.pillar-strip article b { font-size: 15px; }
.why-story {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto 88px;
  padding: 26px;
  display: grid;
  grid-template-columns: minmax(300px, .8fr) 1.2fr;
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
  border-radius: 32px;
  background: #f3e8e2;
}
.why-story picture,
.why-story img { width: 100%; display: block; }
.why-story img {
  aspect-ratio: 3 / 4;
  border-radius: 22px;
  object-fit: cover;
  object-position: center;
}
.why-story h2,
.family-life-section h2 {
  margin: 0;
  font: 500 clamp(34px, 4vw, 52px)/1.18 "Noto Serif", serif;
  letter-spacing: -.025em;
}
.why-story p:not(.eyebrow),
.family-life-section p:not(.eyebrow) {
  max-width: 650px;
  margin: 19px 0 0;
  color: #625b56;
  font-size: 15px;
  line-height: 1.8;
}
.handwritten-note {
  margin-top: 24px;
  display: block;
  color: var(--burgundy);
  font: italic 500 21px/1.45 "Noto Serif", serif;
}
.why-section { padding: 85px max(6vw, 28px); background: var(--paper); text-align: center; }
.conversation-section { border-block: 1px solid #eee5dd; }
.why-section h2 { max-width: 830px; margin: 0 auto 45px; font: 500 clamp(33px, 4vw, 50px)/1.2 "Noto Serif", serif; }
.why-section > div { max-width: 1180px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; text-align: left; }
.why-section article { min-height: 165px; padding: 27px; border: 1px solid var(--line); border-radius: 16px; }
.why-section article b, .why-section article span { display: block; }
.why-section article b { margin-bottom: 13px; font-family: "Noto Serif", serif; font-size: 21px; }
.why-section article span { color: var(--muted); line-height: 1.6; font-size: 14px; }
.family-life-section {
  width: min(1240px, calc(100% - 48px));
  margin: 88px auto;
  padding: 26px 26px 26px clamp(30px, 5vw, 72px);
  display: grid;
  grid-template-columns: 1fr minmax(380px, .9fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
  border: 1px solid #e8ddd4;
  border-radius: 32px;
  background: #fffaf4;
}
.family-life-section picture,
.family-life-section img { width: 100%; display: block; }
.family-life-section img {
  aspect-ratio: 4 / 3;
  border-radius: 22px;
  object-fit: contain;
  background: #efe4da;
}
.family-life-section blockquote {
  margin: 25px 0 0;
  padding: 18px 0 18px 22px;
  border-left: 3px solid #c4868e;
  color: #513f3f;
  font: 500 18px/1.6 "Noto Serif", serif;
}
.landing-footer { padding: 80px 24px; text-align: center; color: white; background: var(--burgundy-dark); }
.footer-brand { display: block; margin-bottom: 18px; color: #e9cfd3; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.landing-footer p { max-width: 860px; margin: 0 auto 30px; font: 500 30px/1.45 "Noto Serif", serif; }
.landing-footer .primary-button { color: var(--burgundy-dark); background: #f4e6de; box-shadow: none; }
@media (max-width: 900px) {
  .site-header nav > a:first-child { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 30px; }
  .hero-copy { padding: 0; }
  .hero-photo { min-height: 0; }
  .hero-photo img { height: auto; }
  .hero h1 { font-size: clamp(44px, 9vw, 68px); }
  .pillar-strip { margin-inline: 24px; grid-template-columns: 1fr 1fr; }
  .pillar-intro { grid-column: 1 / -1; }
  .why-section > div { grid-template-columns: 1fr; }
  .why-story,
  .family-life-section { grid-template-columns: 1fr; gap: 32px; }
  .why-story picture { max-width: 520px; }
  .family-life-section { padding: 34px; }
  .family-life-section picture { grid-row: 1; }
}
@media (max-width: 620px) {
  .site-header { min-height: 74px; padding: 14px; }
  .site-header p { font-size: 10px; }
  .site-header nav { display: none; }
  .wordmark { font-size: 22px; }
  .hero { padding: 22px 14px 34px; gap: 20px; }
  .hero-photo {
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    background: transparent;
  }
  .hero-photo img { min-height: 0; height: auto; aspect-ratio: auto; border-radius: 20px; object-fit: cover; object-position: center; }
  .hero h1 { font-size: 37px; line-height: 1.1; }
  .hero-lead { font-size: 16px; }
  .hero-lead { margin: 17px 0 13px; }
  .hero-promises { margin-bottom: 18px; gap: 7px; }
  .hero-promises li { font-size: 13px; }
  .primary-button { width: 100%; }
  .reassurance { margin-top: 12px; font-size: 11px; line-height: 1.5; }
  .pillar-strip { margin: 0 14px 38px; padding: 10px; gap: 8px; grid-template-columns: 1fr 1fr; border-radius: 16px; }
  .pillar-intro { padding: 4px; gap: 10px; }
  .clipboard-icon { width: 36px; height: 36px; }
  .pillar-strip article { padding: 10px; gap: 8px; }
  .why-section { padding: 46px 14px; }
  .why-section h2 { margin-bottom: 27px; font-size: 30px; }
  .why-section > div { gap: 10px; }
  .why-section article { min-height: 0; padding: 18px; }
  .why-story,
  .family-life-section {
    width: calc(100% - 20px);
    margin-block: 34px;
    padding: 0;
    gap: 0;
    overflow: hidden;
    border-radius: 22px;
  }
  .why-story picture {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .why-story > div,
  .family-life-section > div { padding: 20px 18px 22px; }
  .why-story h2,
  .family-life-section h2 { font-size: 30px; }
  .why-story p:not(.eyebrow),
  .family-life-section p:not(.eyebrow) { margin-top: 14px; font-size: 14px; line-height: 1.65; }
  .handwritten-note { margin-top: 17px; font-size: 18px; }
  .why-story img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
    background: transparent;
  }
  .family-life-section picture { padding: 0 10px 10px; }
  .family-life-section img { height: auto; aspect-ratio: auto; border-radius: 16px; object-fit: cover; background: transparent; }
  .family-life-section picture { grid-row: auto; }
  .family-life-section blockquote { margin-top: 18px; padding-block: 12px; font-size: 15px; }
  .landing-footer { padding: 56px 18px; }
  .landing-footer p { font-size: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

.analytics-consent {
  position: fixed;
  z-index: 1000;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  width: min(620px, calc(100vw - 36px));
  padding: 16px 18px;
  border: 1px solid #d8cfc6;
  border-radius: 16px;
  background: rgba(255, 253, 249, .98);
  box-shadow: 0 18px 54px rgba(57, 45, 39, .18);
  color: #292725;
}
.analytics-consent[hidden] { display: none; }
.analytics-consent p { margin: 0; font-size: 13px; line-height: 1.55; }
.analytics-consent > div { display: flex; align-items: center; gap: 8px; }
.analytics-consent button {
  min-height: 44px;
  padding: 8px 15px;
  border: 1px solid var(--burgundy);
  border-radius: 999px;
  background: var(--burgundy);
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.analytics-consent .analytics-consent-secondary {
  border-color: #cfc4bb;
  background: transparent;
  color: #5d5550;
}
@media (max-width: 620px) {
  .analytics-consent {
    right: 10px;
    bottom: 10px;
    grid-template-columns: 1fr;
    gap: 11px;
    width: calc(100vw - 20px);
    padding: 14px;
  }
  .analytics-consent > div { justify-content: flex-end; }
}
