:root {
  --story-green: #173128;
  --story-green-soft: #29463b;
  --story-cream: #f5f0e7;
  --story-paper: #fcfaf6;
  --story-line: rgba(23, 49, 40, .18);
  --story-text: #28342f;
  --story-muted: #66736d;
  --story-gold: #a78654;
  --story-radius: 2px;
  --story-shadow: 0 28px 70px rgba(24, 42, 35, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.story-page { background: var(--story-paper); color: var(--story-text); }
.story-page main { overflow: clip; }
.story-page input, .story-page textarea, .story-page select, .story-page button { font: inherit; }
.story-wrap { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.story-eyebrow, .story-kicker, .story-card-kicker {
  display: block; margin: 0 0 18px; color: var(--story-gold); font-size: .75rem;
  font-weight: 700; letter-spacing: .19em; text-transform: uppercase;
}

.story-hero { min-height: 780px; display: grid; grid-template-columns: 1.02fr .98fr; background: var(--story-cream); }
.story-hero-copy { display: grid; place-items: center; padding: 100px max(54px, 8vw); }
.story-hero-content { max-width: 650px; }
.story-hero h1 { margin: 0; max-width: 700px; color: var(--story-green); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.2rem, 6.4vw, 6.9rem); font-weight: 400; line-height: .95; letter-spacing: -.045em; }
.story-hero-lead { margin: 36px 0 22px; color: var(--story-green); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.35rem, 2vw, 1.85rem); line-height: 1.35; }
.story-hero-content > p:not(.story-hero-lead) { max-width: 620px; margin: 0 0 18px; font-size: 1.04rem; line-height: 1.8; }
.story-hero-image { position: relative; min-height: 650px; margin: 0; overflow: hidden; }
.story-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.story-hero-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(16,31,26,.72)); }
.story-hero-image figcaption { position: absolute; z-index: 1; right: 9%; bottom: 7%; left: 9%; color: #fff; font-family: Georgia, serif; font-size: 1.3rem; line-height: 1.45; }
.story-button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; margin-top: 24px; padding: 13px 27px; border: 1px solid var(--story-green); background: var(--story-green); color: #fff; text-decoration: none; font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: .25s ease; cursor: pointer; }
.story-button:hover { background: transparent; color: var(--story-green); transform: translateY(-2px); }

.story-promise { padding: 68px 0; border-block: 1px solid var(--story-line); background: #fff; }
.story-promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.story-promise-grid p { position: relative; margin: 0; padding: 5px 34px 5px 30px; border-left: 1px solid var(--story-line); font-family: Georgia, serif; font-size: 1.08rem; }
.story-promise-grid p::before { content: '✓'; position: absolute; left: 0; color: var(--story-gold); font-family: sans-serif; }
.story-promise-grid p:first-child { border-left: 0; }

.story-form { scroll-margin-top: 100px; }
.story-layout { width: min(1320px, calc(100% - 48px)); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 80px; align-items: start; }
.story-questions { min-width: 0; }
.story-step { position: relative; padding: 112px 0; border-bottom: 1px solid var(--story-line); }
.story-step:first-child { padding-top: 130px; }
.story-step--highlight { margin-inline: -44px; padding-inline: 44px; background: linear-gradient(135deg, rgba(167,134,84,.09), rgba(245,240,231,.42)); }
.story-step-number { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 26px; border: 1px solid var(--story-line); border-radius: 50%; color: var(--story-gold); font-size: .75rem; letter-spacing: .1em; }
.story-step h2 { max-width: 780px; margin: 0 0 20px; color: var(--story-green); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.45rem, 4.2vw, 4.8rem); font-weight: 400; line-height: 1.02; letter-spacing: -.035em; }
.story-intro { max-width: 730px; margin: 0 0 42px; color: var(--story-muted); font-size: 1.07rem; line-height: 1.75; }

.story-fields { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px 20px; margin-top: 38px; }
.story-fields--contact { margin-top: 46px; }
.story-field { display: flex; flex-direction: column; gap: 9px; min-width: 0; border: 0; padding: 0; margin: 0; }
.story-field--span-2 { grid-column: span 2; }
.story-field--full { display: flex; width: 100%; margin-top: 34px; }
.story-field--generous { margin-top: 46px; }
.story-field > span, .story-field legend { color: var(--story-green); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.story-field small { color: var(--story-muted); font-size: .9rem; line-height: 1.55; }
.story-field b, .story-consent b { color: #94554a; }
.story-field input, .story-field textarea, .story-field select {
  width: 100%; min-height: 54px; border: 0; border-bottom: 1px solid rgba(23,49,40,.35); border-radius: 0;
  padding: 12px 4px; background: transparent; color: var(--story-text); outline: 0; transition: border-color .2s, background .2s;
}
.story-field textarea { min-height: 120px; padding: 18px; border: 1px solid var(--story-line); background: rgba(255,255,255,.5); resize: vertical; line-height: 1.65; }
.story-field input:focus, .story-field textarea:focus, .story-field select:focus { border-color: var(--story-gold); background: rgba(255,255,255,.72); }
.story-field input::placeholder, .story-field textarea::placeholder { color: #89938e; }
.story-unit { position: relative; }
.story-unit input { padding-right: 42px; }
.story-unit em { position: absolute; right: 5px; top: 50%; transform: translateY(-50%); color: var(--story-muted); font-style: normal; }

.story-choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 30px; }
.story-choice-grid--wide { grid-template-columns: repeat(2, 1fr); }
.story-choice { position: relative; display: block; cursor: pointer; }
.story-choice input { position: absolute; opacity: 0; pointer-events: none; }
.story-choice span { display: flex; align-items: center; min-height: 64px; padding: 15px 18px; border: 1px solid var(--story-line); background: rgba(255,255,255,.4); color: var(--story-green); line-height: 1.35; transition: .2s ease; }
.story-choice span::before { content: ''; flex: 0 0 18px; width: 18px; height: 18px; margin-right: 12px; border: 1px solid rgba(23,49,40,.45); border-radius: 50%; box-shadow: inset 0 0 0 4px transparent; }
.story-choice input[type="checkbox"] + span::before { border-radius: 1px; }
.story-choice input:checked + span { border-color: var(--story-green); background: var(--story-green); color: #fff; }
.story-choice input:checked + span::before { border-color: #fff; background: var(--story-gold); box-shadow: inset 0 0 0 4px var(--story-green); }
.story-choice input:focus-visible + span { outline: 2px solid var(--story-gold); outline-offset: 2px; }
.story-feature-set { margin: 48px 0 0; padding: 0; border: 0; }
.story-feature-set legend { color: var(--story-green); font-family: Georgia, serif; font-size: 1.3rem; }
.story-field--choice { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 10px; }
.story-field--choice legend { width: 100%; margin-bottom: 8px; }
.story-field--choice label { cursor: pointer; }
.story-field--choice input { position: absolute; opacity: 0; }
.story-field--choice label span { display: inline-flex; padding: 10px 18px; border: 1px solid var(--story-line); }
.story-field--choice input:checked + span { background: var(--story-green); border-color: var(--story-green); color: white; }
.story-field--inline-choice { margin-top: 38px; }

.story-upload { display: grid; place-items: center; min-height: 280px; margin-top: 36px; padding: 42px; border: 1px dashed rgba(23,49,40,.38); background: rgba(245,240,231,.52); text-align: center; cursor: pointer; transition: .2s ease; }
.story-upload:hover, .story-upload.is-dragging { border-color: var(--story-gold); background: rgba(167,134,84,.1); }
.story-upload input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.story-upload-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 17px; border: 1px solid var(--story-green); border-radius: 50%; color: var(--story-green); font-size: 2rem; font-weight: 200; }
.story-upload strong { color: var(--story-green); font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; }
.story-upload small { margin-top: 10px; color: var(--story-muted); }
.story-file-list { display: grid; gap: 8px; margin-top: 16px; }
.story-file-list span { display: flex; justify-content: space-between; padding: 10px 12px; border-bottom: 1px solid var(--story-line); font-size: .9rem; }

.story-document-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 36px; }
.story-document { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 6px 20px; padding: 21px; border: 1px solid var(--story-line); background: rgba(255,255,255,.42); cursor: pointer; }
.story-document input { position: absolute; opacity: 0; }
.story-document span { color: var(--story-green); font-family: Georgia, serif; font-size: 1.08rem; }
.story-document b { grid-column: 2; grid-row: 1 / span 2; padding: 8px 12px; border: 1px solid var(--story-green); color: var(--story-green); font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }
.story-document small { color: var(--story-muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.story-consent { display: flex; align-items: flex-start; gap: 13px; margin-top: 42px; color: var(--story-muted); font-size: .89rem; line-height: 1.55; }
.story-consent input { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 3px; accent-color: var(--story-green); }
.story-consent a { color: var(--story-green); }
.story-submit-area { margin-top: 54px; padding-top: 36px; border-top: 1px solid var(--story-line); text-align: center; }
.story-submit-area p { color: var(--story-green); font-family: Georgia, serif; font-size: 1.5rem; }
.story-submit-area small { display: block; margin-top: 14px; color: var(--story-muted); }
.story-button--submit { border: 0; }

.story-card { position: sticky; top: 120px; padding-top: 130px; }
.story-card-inner { position: relative; padding: 34px 30px 30px; border: 1px solid var(--story-line); background: #fff; box-shadow: var(--story-shadow); overflow: hidden; }
.story-card-inner::before { content: 'V'; position: absolute; right: -16px; top: -35px; color: rgba(23,49,40,.035); font-family: Georgia, serif; font-size: 12rem; line-height: 1; }
.story-card h2 { position: relative; margin: 0 0 10px; color: var(--story-green); font-family: Georgia, serif; font-size: 2.35rem; font-weight: 400; }
.story-card-address { position: relative; min-height: 47px; padding-bottom: 22px; border-bottom: 1px solid var(--story-line); color: var(--story-muted); line-height: 1.5; }
.story-card-facts { margin: 20px 0; }
.story-card-facts div { display: flex; justify-content: space-between; gap: 18px; padding: 11px 0; border-bottom: 1px solid rgba(23,49,40,.08); }
.story-card-facts dt { color: var(--story-muted); font-size: .82rem; }
.story-card-facts dd { margin: 0; color: var(--story-green); text-align: right; font-weight: 600; }
.story-card blockquote { margin: 24px 0; padding: 0 0 0 18px; border-left: 2px solid var(--story-gold); color: var(--story-green); font-family: Georgia, serif; font-size: 1.02rem; line-height: 1.55; }
.story-card-progress { height: 2px; margin-top: 28px; background: rgba(23,49,40,.1); overflow: hidden; }
.story-card-progress span { display: block; width: 5%; height: 100%; background: var(--story-gold); transition: width .4s ease; }
.story-card-note { margin: 13px 0 0; color: var(--story-muted); font-size: .78rem; }

.story-honeypot { position: absolute !important; left: -10000px !important; }
.story-thankyou { min-height: 78vh; display: grid; place-items: center; padding: 100px 24px; background: linear-gradient(135deg, var(--story-cream), #fff); }
.story-thankyou-inner { max-width: 820px; text-align: center; }
.story-thankyou h1 { margin: 0 0 28px; color: var(--story-green); font-family: Georgia, serif; font-size: clamp(3rem, 6vw, 6rem); font-weight: 400; line-height: 1; }
.story-thankyou p { margin: 0 auto 18px; max-width: 700px; line-height: 1.75; }

@media (max-width: 1100px) {
  .story-hero { grid-template-columns: 1fr; }
  .story-hero-copy { padding: 90px 8vw; }
  .story-hero-image { min-height: 520px; }
  .story-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 42px; }
  .story-fields { grid-template-columns: repeat(2, 1fr); }
  .story-choice-grid { grid-template-columns: repeat(2, 1fr); }
  .story-promise-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
}

@media (max-width: 820px) {
  .story-wrap, .story-layout { width: min(100% - 32px, 720px); }
  .story-layout { display: block; }
  .story-card { position: relative; top: auto; z-index: 3; padding: 24px 0 0; }
  .story-card-inner { box-shadow: 0 14px 40px rgba(24,42,35,.1); }
  .story-questions { display: flex; flex-direction: column; }
  .story-card { order: -1; }
  .story-step { padding: 82px 0; }
  .story-step:first-child { padding-top: 74px; }
  .story-step--highlight { margin-inline: -16px; padding-inline: 16px; }
  .story-promise-grid p { border-left: 0; }
}

@media (max-width: 600px) {
  .story-hero { min-height: auto; }
  .story-hero-copy { padding: 72px 24px; }
  .story-hero h1 { font-size: clamp(3rem, 16vw, 4.9rem); }
  .story-hero-image { min-height: 420px; }
  .story-hero-image figcaption { font-size: 1.05rem; }
  .story-promise { padding: 52px 0; }
  .story-promise-grid, .story-fields, .story-choice-grid, .story-choice-grid--wide, .story-document-grid { grid-template-columns: 1fr; }
  .story-field--span-2 { grid-column: auto; }
  .story-step h2 { font-size: clamp(2.45rem, 12vw, 3.7rem); }
  .story-upload { min-height: 230px; padding: 28px 18px; }
  .story-document { grid-template-columns: 1fr; }
  .story-document b { grid-column: auto; grid-row: auto; width: max-content; }
  .story-card-inner { padding: 28px 22px; }
}

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