:root {
  --ink: #1F1A15;
  --ink-2: #5C5346;
  --paper: #FCFAF5;
  --surface: #FFFFFF;
  --soft: #F5EFE7;
  --line: #E2DBCE;
  --accent: #A8502F;
  --accent-deep: #A8502F;
  --muted: #5C5346;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(31, 26, 21, .08);
  --radius: 12px;
  --shell: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.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;
}
.skip-link {
  position: fixed; left: 16px; top: 16px; z-index: 200; padding: 10px 14px;
  background: var(--white); border-radius: 8px; transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.shell { width: min(calc(100% - 96px), var(--shell)); margin: 0 auto; }
.section { padding: 118px 0; }
.section-soft { background: #F5EFE7; }

.eyebrow {
  margin: 0 0 18px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

h1, h2, h3 { margin-top: 0; color: var(--ink); }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.035em;
}
h1 { font-size: clamp(54px, 6.1vw, 88px); line-height: .98; margin-bottom: 30px; }
h2 { font-size: clamp(40px, 4.2vw, 62px); line-height: 1.04; margin-bottom: 22px; }
h3 { font-size: 26px; line-height: 1.15; letter-spacing: -.025em; }
h1 em, h2 em { font-weight: 400; color: var(--accent-deep); }
p { margin-top: 0; }

.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px;
  padding: 13px 20px; border: 1px solid transparent; border-radius: 9px;
  text-decoration: none; font-weight: 750; font-size: 15px; line-height: 1.25;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover { background: #261E18; }
.button-light { background: var(--white); color: var(--ink); }
.button-card { width: 100%; background: transparent; border-color: #E2DBCE; color: var(--ink); }
.button-card:hover { border-color: var(--ink); background: rgba(31, 26, 21, .035); }
.button-card-featured { background: var(--ink); color: var(--white); border-color: var(--ink); }
.text-link { font-weight: 750; text-decoration: none; border-bottom: 1px solid #E2DBCE; padding-bottom: 3px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(252, 250, 245, .92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(31, 26, 21, .08);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--ink);
  border-radius: 8px; font-size: 12px; font-weight: 850; letter-spacing: .06em;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.brand-copy strong { font-size: 15px; }
.brand-copy small { margin-top: 4px; font-size: 12px; color: var(--muted); }
.primary-nav { display: flex; align-items: center; gap: 25px; }
.primary-nav > a { text-decoration: none; font-size: 14px; font-weight: 700; }
.primary-nav > a:not(.nav-cta):hover { color: var(--accent-deep); }
.nav-cta { padding: 10px 14px; border: 1px solid var(--ink); border-radius: 8px; }
.nav-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; }

.hero { padding: 84px 0 104px; min-height: 720px; display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 82px; align-items: center; }
.hero-lead { max-width: 760px; font-size: 21px; line-height: 1.55; color: var(--ink-2); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.hero-proof { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 38px; color: var(--muted); font-size: 13px; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }

.hero-visual {
  position: relative; padding: 36px; background: var(--surface); border: 1px solid var(--line);
  border-radius: 18px; box-shadow: var(--shadow);
}
.visual-kicker { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.document-stack { display: grid; gap: 10px; }
.doc-card { display: flex; align-items: center; gap: 14px; min-height: 66px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.doc-card span { width: 30px; height: 30px; border-radius: 50%; background: var(--soft); display: grid; place-items: center; font-size: 11px; font-weight: 800; }
.doc-card strong { font-size: 15px; }
.visual-arrow { width: 1px; height: 38px; background: var(--accent); margin: 14px auto; position: relative; }
.visual-arrow::after { content: ""; position: absolute; left: -4px; bottom: 0; width: 7px; height: 7px; border-right: 1px solid var(--accent); border-bottom: 1px solid var(--accent); transform: rotate(45deg); }
.result-card { padding: 21px; border-radius: 10px; background: var(--ink); color: var(--white); }
.result-card span, .result-card small { display: block; color: #CFC4B8; }
.result-card span { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 6px; }
.result-card strong { display: block; font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: 23px; line-height: 1.15; }
.result-card small { margin-top: 8px; font-size: 12px; }

.section-heading { max-width: 820px; margin-bottom: 54px; }
.section-heading > p:last-child { font-size: 19px; color: var(--muted); max-width: 720px; }
.section-heading.compact { max-width: 680px; }
.progression { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 18px; margin: -14px 0 30px; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); }
.progression i { height: 1px; background: var(--line); }
.check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.check-card {
  display: flex; flex-direction: column; min-height: 650px; padding: 32px;
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface);
}
.check-card-featured { border-color: #A8502F; box-shadow: var(--shadow); }
.check-topline { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 28px; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-deep); }
.check-card h3 { min-height: 88px; margin-bottom: 20px; font-size: 29px; }
.check-summary { color: var(--ink-2); min-height: 106px; }
.deliverable { padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.deliverable > span, .card-usecases > span { display: block; margin-bottom: 9px; font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; color: var(--accent-deep); }
.deliverable p { margin: 0; font-weight: 650; line-height: 1.5; }
.card-usecases { padding: 22px 0 28px; margin-bottom: auto; }
.card-usecases ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: 14px; }
.card-usecases li + li { margin-top: 7px; }
.decision-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--line); }
.decision-strip div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 18px; background: var(--paper); font-size: 13px; }
.decision-strip strong { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 11px; }

.split-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.sticky-copy { position: sticky; top: 120px; }
.sticky-copy p:last-child { color: var(--muted); max-width: 520px; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 58px 1fr; gap: 28px; padding: 30px 0; border-top: 1px solid #E2DBCE; }
.steps li:last-child { border-bottom: 1px solid #E2DBCE; }
.steps > li > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #E2DBCE; border-radius: 50%; font-size: 11px; font-weight: 800; }
.steps h3 { margin-bottom: 8px; }
.steps p { margin: 0; color: var(--muted); }

.scenario-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.scenario-grid article { padding: 38px; background: var(--surface); }
.scenario-grid article > span { font-size: 11px; font-weight: 850; letter-spacing: .14em; color: var(--accent-deep); }
.scenario-grid h3 { margin: 18px 0 12px; font-size: 28px; }
.scenario-grid p { margin: 0; color: var(--muted); }

.profile-section { background: var(--ink); color: var(--white); }
.profile-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.profile-badge { min-height: 430px; border: 1px solid #5C5346; border-radius: 16px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; background: linear-gradient(145deg, #261E18, #1F1A15); }
.initials { width: 108px; height: 108px; display: grid; place-items: center; border: 1px solid #8A8074; border-radius: 50%; font-family: Georgia, serif; font-size: 34px; }
.profile-badge span { font-size: 12px; letter-spacing: .15em; text-transform: uppercase; color: #CFC4B8; }
.profile-badge--photo { position: relative; overflow: hidden; padding: 0; }
.profile-badge--photo img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center 18%; display: block; }
.profile-badge--photo span { position: absolute; left: 24px; bottom: 20px; padding: 8px 10px; background: rgba(31,26,21,.78); color: #FCFAF5; }
.profile-copy h2, .profile-copy h3 { color: var(--white); }
.profile-copy h2 em { color: #C98A70; }
.profile-copy .eyebrow { color: #C98A70; }
.profile-copy > p { color: #E2DBCE; max-width: 760px; }
.profile-links { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.profile-copy .button-primary { background: var(--white); color: var(--ink); }
.profile-copy .text-link { color: var(--white); border-color: #8A8074; }

.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; align-items: start; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; padding: 24px 38px 24px 0; font-weight: 750; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 19px; font-size: 25px; font-weight: 400; color: var(--accent-deep); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 50px 24px 0; margin: 0; color: var(--muted); }

.closing-cta { padding: 100px 0; background: #261E18; color: var(--white); }
.closing-inner { max-width: 920px; text-align: center; }
.closing-inner .eyebrow { color: #C98A70; }
.closing-inner h2 { color: var(--white); }
.closing-inner > p:not(.eyebrow) { color: #E2DBCE; max-width: 720px; margin-left: auto; margin-right: auto; }
.closing-actions { display: flex; justify-content: center; align-items: center; gap: 28px; margin-top: 34px; }
.closing-phone { color: var(--white); font-weight: 800; text-decoration: none; }

.site-footer { padding: 34px 0 38px; background: #1F1A15; color: #CFC4B8; font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 14px 40px; align-items: center; }
.footer-grid strong { color: var(--white); }
.footer-grid p { margin: 4px 0 0; }
.footer-links { display: flex; gap: 22px; justify-content: flex-end; }
.footer-links a { text-decoration: none; }
.footer-copy { grid-column: 1 / -1; padding-top: 14px; border-top: 1px solid #5C5346; }

.legal-page { padding: 90px 0 120px; }
.legal-wrap { max-width: 820px; }
.legal-wrap h1 { font-size: clamp(48px, 6vw, 72px); }
.legal-wrap h2 { margin-top: 44px; font-size: 32px; }
.legal-wrap h3 { margin-top: 28px; font-size: 21px; }
.legal-wrap p, .legal-wrap li { color: var(--ink-2); }
.legal-wrap a { color: var(--accent-deep); }

@media (max-width: 1050px) {
  .shell { width: min(calc(100% - 56px), var(--shell)); }
  .primary-nav > a:not(.nav-cta) { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero-visual { max-width: 720px; }
  .check-grid { grid-template-columns: 1fr; }
  .check-card { min-height: 0; }
  .check-card h3, .check-summary { min-height: 0; }
  .check-card .button-card { margin-top: 12px; }
  .progression, .decision-strip { display: none; }
  .split-section, .profile-grid, .faq-grid { grid-template-columns: 1fr; gap: 54px; }
  .sticky-copy { position: static; }
  .profile-badge { min-height: 260px; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 40px), var(--shell)); }
  .section { padding: 78px 0; }
  .site-header { position: sticky; }
  .header-inner { min-height: 72px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { display: none; }
  .brand-mark { width: 38px; height: 38px; }
  .nav-toggle { display: grid; place-content: center; gap: 7px; cursor: pointer; }
  .nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; background: var(--ink); transition: transform .2s ease; }
  .primary-nav {
    position: fixed; top: 72px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch;
    gap: 0; padding: 14px 20px 24px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 40px rgba(31,26,21,.08);
  }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a:not(.nav-cta) { display: block; padding: 14px 6px; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 14px; text-align: center; }
  .hero { padding: 58px 0 76px; min-height: 0; }
  .hero-grid { gap: 42px; }
  h1 { font-size: clamp(47px, 14vw, 68px); }
  h2 { font-size: clamp(38px, 11vw, 52px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 18px; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-proof { gap: 13px 18px; margin-top: 28px; }
  .hero-visual { padding: 22px; border-radius: 13px; }
  .check-grid { gap: 16px; }
  .check-card { padding: 24px; }
  .check-card h3 { font-size: 27px; }
  .button-card { min-height: 54px; }
  .scenario-grid { grid-template-columns: 1fr; }
  .scenario-grid article { padding: 28px 24px; }
  .steps li { grid-template-columns: 44px 1fr; gap: 18px; }
  .profile-badge { min-height: 220px; padding: 26px; }
  .initials { width: 82px; height: 82px; font-size: 28px; }
  .profile-links { flex-direction: column; align-items: stretch; }
  .profile-links .text-link { align-self: flex-start; }
  .closing-cta { padding: 78px 0; }
  .closing-actions { flex-direction: column; align-items: stretch; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .footer-copy { grid-column: 1; }
}

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

@media (max-width: 900px) { .profile-badge--photo img { min-height: 260px; } }
@media (max-width: 720px) { .profile-badge--photo img { min-height: 220px; } }
