@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Franklin:ital,wght@0,600;1,600&display=swap');

:root {
  --ink: #18332e;
  --ink-dark: #102722;
  --cream: #f6f1e7;
  --paper: #fffdf8;
  --gold: #bd8b45;
  --sage: #dce6df;
  --line: rgba(24, 51, 46, .16);
  --muted: #5d6d69;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 99; padding: 10px 14px; background: var(--paper); }
.skip-link:focus { top: 12px; }
.site-header { height: 92px; display: flex; align-items: center; justify-content: space-between; max-width: var(--max); margin: auto; padding: 0 28px; }
.brand { display: inline-flex; gap: 11px; align-items: center; text-decoration: none; line-height: 1.05; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: white; background: var(--ink); font-family: Georgia, serif; font-size: 20px; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 16px; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.header-cta, .text-link { font-weight: 700; text-underline-offset: 5px; }
.header-cta { text-decoration: none; border-bottom: 1px solid var(--ink); }
.hero { min-height: 740px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; max-width: var(--max); margin: auto; padding: 60px 28px 90px; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: "Libre Franklin", sans-serif; letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 680px; font-size: clamp(58px, 7vw, 96px); }
h1 em { color: var(--gold); font-weight: 600; }
h2 { font-size: clamp(38px, 5vw, 62px); }
.hero-text { max-width: 610px; margin: 28px 0 34px; color: var(--muted); font-size: 19px; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 14px; min-height: 56px; padding: 0 24px; border: 0; border-radius: 4px; font: inherit; font-weight: 700; text-decoration: none; cursor: pointer; }
.button-primary { color: white; background: var(--ink); box-shadow: 0 10px 30px rgba(24,51,46,.16); }
.button-primary:hover { background: var(--ink-dark); transform: translateY(-1px); }
.trust-list { display: flex; gap: 22px; flex-wrap: wrap; margin: 38px 0 0; padding: 0; color: var(--muted); font-size: 13px; list-style: none; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--gold); font-weight: 700; }
.hero-portrait { position: relative; max-width: 470px; justify-self: end; }
.portrait-frame { overflow: hidden; aspect-ratio: .76; border-radius: 230px 230px 12px 12px; background: var(--cream); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.portrait-card { position: absolute; right: -26px; bottom: 26px; min-width: 215px; padding: 19px 22px; color: white; background: var(--ink); box-shadow: 0 18px 45px rgba(16,39,34,.2); }
.portrait-card > strong, .portrait-card > span { display: block; }
.portrait-card > span { color: #b9c9c2; font-size: 12px; }
.portrait-card b { display: flex; gap: 10px; align-items: center; margin-top: 15px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.18); color: #e6bd83; font-size: 24px; }
.portrait-card b small { max-width: 100px; color: white; font-size: 10px; letter-spacing: .08em; line-height: 1.3; text-transform: uppercase; }
.reassurance { display: grid; grid-template-columns: .7fr 1.5fr 1fr; gap: 55px; align-items: start; padding: 100px max(28px, calc((100% - var(--max))/2)); color: white; background: var(--ink); }
.reassurance > p:first-child { color: #d9b17a; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.reassurance > p:last-child { color: #c8d3cf; }
.process { max-width: var(--max); margin: auto; padding: 120px 28px; }
.section-heading { max-width: 690px; }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 65px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { padding: 34px 38px 10px 0; }
.steps li + li { padding-left: 38px; border-left: 1px solid var(--line); }
.steps span { color: var(--gold); font-size: 13px; font-weight: 700; }
.steps h3 { margin: 22px 0 12px; font-size: 22px; line-height: 1.25; }
.steps p { color: var(--muted); }
.about { display: grid; grid-template-columns: 1fr 1.1fr; gap: 100px; padding: 110px max(28px, calc((100% - var(--max))/2)); background: var(--cream); }
.about-copy { max-width: 570px; font-size: 18px; }
.about-copy p { margin-top: 0; color: var(--muted); }
.fit { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; max-width: var(--max); margin: auto; padding: 120px 28px; }
.fit ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.fit li { position: relative; padding: 21px 15px 21px 40px; border-bottom: 1px solid var(--line); font-size: 17px; }
.fit li::before { content: "✓"; position: absolute; left: 6px; color: var(--gold); font-weight: 700; }
.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: 110px max(28px, calc((100% - var(--max))/2)); color: white; background: var(--ink); }
.contact-copy > p:not(.eyebrow) { max-width: 500px; color: #c8d3cf; }
.contact-email { margin-top: 34px; font-size: 14px; }
.contact-email a { color: white; text-underline-offset: 4px; }
.contact-form { display: grid; gap: 18px; padding: 34px; color: var(--ink); background: var(--paper); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 7px; font-size: 13px; font-weight: 700; }
label span { color: var(--muted); font-weight: 400; }
input, textarea { width: 100%; border: 1px solid #cdd5d1; border-radius: 3px; padding: 13px; color: var(--ink); background: white; font: inherit; }
input:focus, textarea:focus { outline: 2px solid var(--gold); outline-offset: 2px; }
textarea { resize: vertical; }
.contact-form .button { width: 100%; margin-top: 4px; }
.form-note, .form-status { margin: 0; color: var(--muted); font-size: 11px; text-align: center; }
.form-status:not(:empty) { padding: 10px; color: var(--ink); background: var(--sage); font-size: 13px; }
footer { display: grid; grid-template-columns: 1fr auto; gap: 20px 45px; align-items: center; max-width: var(--max); margin: auto; padding: 55px 28px; font-size: 12px; }
.disclaimer { grid-column: 1/-1; max-width: 760px; margin: 0; color: var(--muted); }
.mobile-sticky-cta { display: none; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-portrait { width: min(90%, 480px); justify-self: center; }
  .reassurance { grid-template-columns: 1fr; gap: 16px; }
  .reassurance h2 { max-width: 720px; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li + li { padding: 30px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .about, .fit, .contact { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 560px) {
  body { padding-bottom: 76px; }
  .site-header { height: 76px; padding: 0 18px; }
  .header-cta { font-size: 13px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 10px; }
  .hero { min-height: auto; gap: 44px; padding: 40px 20px 62px; }
  h1 { font-size: clamp(52px, 17vw, 74px); }
  .hero-text { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .text-link { text-align: center; }
  .trust-list { display: grid; gap: 8px; }
  .hero-portrait { width: calc(100% - 20px); margin-right: 20px; }
  .portrait-card { right: -20px; bottom: 18px; }
  .reassurance, .about, .contact { padding: 62px 20px; }
  .process, .fit { padding: 68px 20px; }
  .reassurance { gap: 10px; }
  .about, .fit, .contact { gap: 34px; }
  .section-heading > p:last-child { margin-bottom: 0; }
  .steps { margin-top: 42px; }
  .steps li, .steps li + li { padding: 24px 0; }
  .field-row { grid-template-columns: 1fr; }
  .contact-form { padding: 24px 18px; }
  footer { grid-template-columns: 1fr; padding: 45px 20px; }
  .mobile-sticky-cta {
    position: fixed;
    z-index: 80;
    right: 14px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 5px;
    color: white;
    background: var(--ink);
    box-shadow: 0 12px 35px rgba(16,39,34,.3);
    font-weight: 700;
    text-decoration: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .mobile-sticky-cta.is-hidden { opacity: 0; transform: translateY(12px); pointer-events: none; }
}

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