:root {
  --ink: #142433;
  --ink-soft: #52606c;
  --navy: #15354b;
  --navy-deep: #0d2739;
  --navy-light: #eaf0f3;
  --gold: #b48b3c;
  --gold-dark: #8d6929;
  --gold-wash: #f5eddc;
  --red: #8f3438;
  --paper: #f7f4ed;
  --white: #fff;
  --line: #d8d4ca;
  --success: #2f6b52;
  --danger: #9c3434;
  --shadow: 0 24px 65px rgba(20, 36, 51, .12);
  --shadow-small: 0 12px 32px rgba(20, 36, 51, .08);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; }
body.home-v2 {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.home-v2 *, .home-v2 *::before, .home-v2 *::after { box-sizing: border-box; }
.home-v2 a { color: inherit; }
.home-v2 button, .home-v2 input, .home-v2 select, .home-v2 textarea { font: inherit; }
.home-v2 img { max-width: 100%; }
.home-v2 .shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.home-v2 .skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 14px; background: var(--white); border-radius: 8px; }
.home-v2 .skip-link:focus { top: 16px; }

.v2-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 244, 237, .94);
  border-bottom: 1px solid rgba(20, 36, 51, .09);
  backdrop-filter: blur(14px);
}
.v2-nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 750; letter-spacing: -.02em; }
.wordmark-mark { width: 34px; height: 42px; display: grid; place-items: center; color: var(--white); background: var(--navy); border-radius: 17px 17px 8px 8px; font-family: var(--serif); font-size: 28px; line-height: 1; }
.wordmark-mark span { transform: translateY(-2px); }
.wordmark-text { font-size: 19px; }
.wordmark-text em { color: var(--gold-dark); font-style: normal; }
.v2-menu { display: flex; align-items: center; gap: 28px; }
.v2-menu a { text-decoration: none; color: #334654; font-size: 15px; font-weight: 650; }
.v2-menu a:hover { color: var(--navy); }
.v2-menu .nav-button { padding: 10px 17px; color: var(--white); background: var(--navy); border-radius: 999px; }
.v2-menu .nav-button:hover { color: var(--white); background: var(--navy-deep); }
.mobile-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 10px; background: transparent; }
.mobile-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--navy); }

.hero-v2 { position: relative; overflow: hidden; padding: 82px 0 72px; }
.hero-v2::before { content: ""; position: absolute; width: 540px; height: 540px; right: -260px; top: -260px; border: 1px solid rgba(180, 139, 60, .2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(180, 139, 60, .035), 0 0 0 140px rgba(180, 139, 60, .025); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); gap: 76px; align-items: start; }
.hero-copy { padding-top: 48px; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 18px; color: var(--red); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-copy h1 { max-width: 680px; margin: 0; color: var(--navy-deep); font-family: var(--serif); font-size: clamp(52px, 6vw, 78px); font-weight: 600; letter-spacing: -.045em; line-height: .98; }
.hero-copy h1 em { color: var(--red); font-style: italic; font-weight: 500; }
.hero-lead { max-width: 610px; margin: 28px 0 0; color: #455966; font-size: 20px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 32px; }
.primary-cta, .secondary-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 750; }
.home-v2 .primary-cta { color: var(--white); background: var(--navy); box-shadow: 0 12px 28px rgba(21, 53, 75, .2); }
.home-v2 .primary-cta:hover { color: var(--white); background: var(--navy-deep); transform: translateY(-1px); }
.home-v2 .secondary-cta { color: var(--navy); border: 1px solid #bac3c7; background: rgba(255,255,255,.42); }
.secondary-cta:hover { border-color: var(--navy); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: #52636d; font-size: 14px; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row span::before { content: "✓"; display: grid; width: 20px; height: 20px; place-items: center; color: var(--success); background: #e4eee9; border-radius: 50%; font-size: 12px; font-weight: 900; }

.writer-card { position: relative; z-index: 2; padding: 28px; background: var(--white); border: 1px solid rgba(20,36,51,.1); border-radius: 22px; box-shadow: var(--shadow); }
.writer-head { display: flex; justify-content: space-between; gap: 24px; padding-bottom: 20px; border-bottom: 1px solid #ece8df; }
.writer-head h2 { margin: 0; font-family: var(--serif); font-size: 31px; font-weight: 650; line-height: 1.08; }
.writer-head p { margin: 7px 0 0; color: var(--ink-soft); font-size: 14px; }
.free-pill { align-self: flex-start; flex: 0 0 auto; padding: 7px 11px; color: var(--success); background: #e8f1ec; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.writer-form { display: grid; gap: 17px; padding-top: 22px; }
.field { display: grid; gap: 7px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field label, .field legend { color: #273b49; font-size: 14px; font-weight: 750; }
.field .field-note { color: #71808a; font-size: 12px; font-weight: 500; }
.field .tradition-location-hint { margin: 2px 0 0; padding: 9px 11px; color: #49606d; background: #f8f3e7; border-left: 3px solid var(--gold); border-radius: 0 8px 8px 0; font-size: 13px; line-height: 1.4; }
.field .tradition-location-hint[hidden] { display: none; }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; padding: 10px 12px; color: var(--ink); background: #fdfcf9; border: 1px solid #cbc8c0; border-radius: 10px; outline: none; }
.field textarea { min-height: 86px; resize: vertical; line-height: 1.45; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(180,139,60,.16); }
.advanced { border: 1px solid #e2ddd3; border-radius: 11px; background: #faf8f3; }
.advanced summary { padding: 12px 14px; cursor: pointer; color: #3c4e59; font-size: 14px; font-weight: 750; }
.advanced-grid { display: grid; gap: 15px; padding: 4px 14px 16px; }
.writer-submit { display: flex; align-items: center; justify-content: center; min-height: 52px; border: 0; border-radius: 11px; color: var(--white); background: var(--red); font-weight: 800; cursor: pointer; box-shadow: 0 12px 22px rgba(143,52,56,.18); }
.writer-submit:hover { background: #7c282d; transform: translateY(-1px); }
.writer-submit:disabled { opacity: .72; cursor: wait; transform: none; }
.writer-submit .spinner { display: none; width: 18px; height: 18px; margin-right: 9px; border: 2px solid rgba(255,255,255,.38); border-top-color: #fff; border-radius: 50%; animation: spin .8s linear infinite; }
.writer-submit.is-loading .spinner { display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }
.writer-status { min-height: 22px; margin: -4px 0 0; color: #64727b; font-size: 13px; text-align: center; }
.writer-status.is-working { color: var(--gold-dark); }
.writer-status.is-success { color: var(--success); }
.writer-status.is-error { color: var(--danger); }
.privacy-note { margin: -5px 0 0; color: #7c878e; font-size: 12px; text-align: center; }

.proof-bar { border-top: 1px solid rgba(20,36,51,.08); border-bottom: 1px solid rgba(20,36,51,.08); background: rgba(255,255,255,.42); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-item { padding: 25px 34px; border-right: 1px solid rgba(20,36,51,.08); }
.proof-item:last-child { border-right: 0; }
.proof-item strong { display: block; color: var(--navy); font-family: var(--serif); font-size: 24px; font-weight: 650; }
.proof-item span { color: #64727b; font-size: 14px; }

.section-v2 { padding: 104px 0; }
.section-white { background: var(--white); }
.section-ink { color: #eef2f4; background: var(--navy-deep); }
.section-head { max-width: 760px; margin-bottom: 48px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-kicker { margin: 0 0 12px; color: var(--red); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-ink .section-kicker { color: #ddb65f; }
.section-head h2 { margin: 0; color: var(--navy-deep); font-family: var(--serif); font-size: clamp(40px, 5vw, 60px); font-weight: 600; letter-spacing: -.035em; line-height: 1.04; }
.section-ink .section-head h2 { color: var(--white); }
.section-head p { margin: 19px 0 0; color: #596a75; font-size: 19px; }
.section-ink .section-head p { color: #bcc8ce; }
.quality-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quality-card { padding: 29px; border: 1px solid #e2ded6; border-radius: 16px; background: #fbfaf7; }
.quality-number { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 20px; color: var(--gold-dark); background: var(--gold-wash); border-radius: 50%; font-family: var(--serif); font-size: 24px; font-weight: 700; }
.quality-card h3 { margin: 0; font-family: var(--serif); font-size: 28px; font-weight: 650; line-height: 1.12; }
.quality-card p { margin: 12px 0 0; color: #61717b; font-size: 15px; }

.native-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 80px; align-items: center; }
.native-copy h2 { margin: 0; color: var(--white); font-family: var(--serif); font-size: clamp(40px, 5vw, 62px); font-weight: 600; line-height: 1.02; }
.native-copy p { color: #bcc8ce; font-size: 18px; }
.native-list { display: grid; gap: 12px; }
.native-item { padding: 21px 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(255,255,255,.045); }
.native-item strong { display: block; color: #f1d89f; font-size: 15px; }
.native-item span { display: block; margin-top: 4px; color: #c0cbd0; font-size: 14px; }

.founder-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; align-items: center; }
.founder-panel { min-height: 370px; padding: 42px; display: flex; flex-direction: column; justify-content: flex-end; color: var(--white); background: linear-gradient(145deg, var(--navy), var(--navy-deep)); border-radius: 20px; box-shadow: var(--shadow-small); }
.founder-cross { color: #d4b66f; font-family: var(--serif); font-size: 78px; line-height: 1; }
.founder-panel blockquote { margin: 26px 0 0; font-family: var(--serif); font-size: 29px; line-height: 1.25; }
.founder-panel cite { margin-top: 18px; color: #bac7ce; font-size: 14px; font-style: normal; }
.founder-copy h2 { margin: 0; color: var(--navy-deep); font-family: var(--serif); font-size: clamp(39px, 5vw, 58px); font-weight: 600; line-height: 1.03; }
.founder-copy p { color: #586a75; font-size: 18px; }
.principles { display: grid; gap: 14px; margin-top: 28px; }
.principle { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; }
.principle b { display: grid; width: 25px; height: 25px; place-items: center; color: var(--success); background: #e5efe9; border-radius: 50%; font-size: 12px; }
.principle span { color: #40535f; font-size: 15px; }

.faq-list { max-width: 820px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 4px; cursor: pointer; color: var(--navy-deep); font-family: var(--serif); font-size: 25px; font-weight: 650; }
.faq-list details p { margin: -7px 4px 23px; color: #5d6c75; }

.final-cta { padding: 82px 0; text-align: center; background: var(--gold-wash); }
.final-cta h2 { margin: 0; color: var(--navy-deep); font-family: var(--serif); font-size: clamp(42px, 5vw, 62px); font-weight: 600; letter-spacing: -.035em; }
.final-cta p { margin: 16px auto 28px; color: #5e6870; font-size: 18px; }

.homily-output { scroll-margin-top: 96px; padding: 86px 0; background: #eef1f1; }
.homily-paper { max-width: 850px; margin: 0 auto; padding: clamp(28px, 6vw, 72px); background: var(--white); border: 1px solid #d9dcd9; box-shadow: var(--shadow-small); }
.homily-paper-header { padding-bottom: 24px; border-bottom: 1px solid #e3e1da; }
.homily-paper-header h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 5vw, 56px); font-weight: 600; line-height: 1.05; }
.homily-meta { margin: 10px 0 0; color: #6b7880; font-size: 14px; }
.homily-body { position: relative; padding-top: 26px; color: #273842; font-family: Georgia, serif; font-size: 18px; line-height: 1.86; }
.homily-body p { margin: 0 0 1.25em; }
.homily-body ul { padding-left: 22px; }
.homily-sources-heading { margin-top: 32px; color: var(--navy); font-family: var(--serif); font-size: 26px; }
.homily-gate { position: relative; margin: -120px -18px 0; padding: 150px 30px 26px; text-align: center; background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 42%); }
.gate-card { padding: 28px; border: 1px solid #ded8cc; border-radius: 14px; background: #fbfaf7; }
.gate-card h3 { margin: 0; font-family: var(--serif); font-size: 30px; }
.gate-card p { margin: 8px auto 18px; color: #61717a; font-family: var(--sans); font-size: 15px; line-height: 1.5; }
.gate-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }

.v2-footer { padding: 54px 0 30px; color: #c3cbd0; background: #091f2e; }
.footer-grid-v2 { display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 48px; }
.footer-brand p { max-width: 360px; color: #98a7af; font-size: 14px; }
.footer-col-v2 h3 { margin: 0 0 12px; color: #f1f3f4; font-size: 14px; }
.footer-col-v2 a { display: block; margin: 8px 0; color: #aebbc2; font-size: 14px; text-decoration: none; }
.footer-col-v2 a:hover { color: #fff; }
.footer-bottom-v2 { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #7f929c; font-size: 13px; }

@media (max-width: 980px) {
  .hero-grid, .native-grid, .founder-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { padding-top: 0; }
  .hero-grid { max-width: 760px; margin: 0 auto; }
  .quality-grid { grid-template-columns: 1fr; }
  .founder-panel { min-height: 300px; }
  .footer-grid-v2 { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .home-v2 .shell { width: min(100% - 28px, 1180px); }
  .v2-nav { min-height: 68px; }
  .mobile-toggle { display: block; }
  .v2-menu { display: none; position: absolute; top: 68px; left: 14px; right: 14px; padding: 18px; flex-direction: column; align-items: stretch; gap: 8px; background: var(--white); border: 1px solid #dedbd3; border-radius: 13px; box-shadow: var(--shadow-small); }
  .v2-menu.is-open { display: flex; }
  .v2-menu a { padding: 9px 10px; }
  .v2-menu .nav-button { text-align: center; }
  .hero-v2 { padding: 48px 0 58px; }
  .hero-copy h1 { font-size: clamp(48px, 14vw, 66px); }
  .hero-lead { font-size: 18px; }
  .writer-card { padding: 20px; border-radius: 17px; }
  .writer-head { align-items: flex-start; }
  .field-row { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item { border-right: 0; border-bottom: 1px solid rgba(20,36,51,.08); }
  .proof-item:last-child { border-bottom: 0; }
  .section-v2 { padding: 76px 0; }
  .section-head h2, .native-copy h2, .founder-copy h2 { font-size: 43px; }
  .footer-grid-v2 { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom-v2 { flex-direction: column; }
}

@media (max-width: 480px) {
  .wordmark-text { font-size: 16px; }
  .wordmark-mark { width: 31px; height: 38px; }
  .hero-actions, .gate-actions { align-items: stretch; flex-direction: column; }
  .primary-cta, .secondary-cta { width: 100%; }
  .trust-row { display: grid; }
  .writer-head { display: grid; }
  .free-pill { justify-self: start; }
  .footer-grid-v2 { grid-template-columns: 1fr; }
}

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