:root {
  --navy: #0E3E62;
  --navy-dark: #08283f;
  --off-white: #FEFFFF;
  --warm-gray: #DCDDE0;
  --mid-gray: #858487;
  --charcoal: #000000;
  --storm-gold: #B8872D;
  --assurance-green: #2F6F5E;
  --copper: #B65C3A;
  --line: rgba(14, 62, 98, 0.16);
  --shadow: 0 22px 70px rgba(8, 40, 63, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--off-white);
  color: var(--charcoal);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--storm-gold);
  outline-offset: 3px;
}

.site-header,
.print-toolbar {
  align-items: center;
  background: rgba(254, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 32px;
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-weight: 850;
  gap: 12px;
  text-decoration: none;
}

.logo-wordmark {
  height: auto;
  width: 165px;
}

.brand .logo-wordmark {
  width: 154px;
}

.header-cta,
.primary-button,
.secondary-button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  text-decoration: none;
}

.header-cta,
.primary-button {
  background: var(--storm-gold);
  border: 1px solid var(--storm-gold);
  color: var(--charcoal);
}

.header-cta:hover,
.primary-button:hover {
  background: #c7963e;
}

.secondary-button {
  background: transparent;
  border: 1px solid rgba(254, 255, 255, 0.46);
  color: inherit;
}

.secondary-button:hover {
  border-color: currentColor;
}

.hero {
  align-items: stretch;
  background: #061a2a;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(420px, 0.72fr) minmax(0, 1fr);
  min-height: calc(100vh - 74px);
  overflow: hidden;
  padding: 0;
}

.hero-copy,
.section-copy,
.section-heading,
.form-intro,
.final-cta,
.site-footer {
  margin: 0 auto;
  max-width: 1160px;
}

.hero-copy {
  color: var(--off-white);
  margin: 0;
  max-width: none;
  padding: clamp(64px, 7vw, 112px) clamp(40px, 5vw, 96px);
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--assurance-green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--navy-dark);
  line-height: 1.04;
}

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.35rem;
  margin-bottom: 22px;
  max-width: 12ch;
}

.hero h1 {
  color: var(--off-white);
}

.hero .eyebrow {
  color: var(--storm-gold);
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.6rem;
  margin-bottom: 18px;
}

h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.hero-lede {
  color: #dce7ea;
  font-size: 1.25rem;
  font-weight: 700;
  max-width: 35rem;
}

.hero-copy > p:not(.eyebrow):not(.hero-lede):not(.question-line):not(.microcopy) {
  color: rgba(254, 255, 255, 0.72);
  max-width: 35rem;
}

.question-line {
  border-left: 5px solid var(--storm-gold);
  color: var(--off-white);
  font-size: 1.16rem;
  font-weight: 850;
  margin: 24px 0;
  padding-left: 16px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-actions .secondary-button {
  border-color: rgba(254, 255, 255, 0.36);
  color: var(--off-white);
}

.microcopy {
  color: #afc5d1;
  font-size: 0.92rem;
  font-weight: 760;
  margin: 12px 0 22px;
}

.hero-bullets {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  max-width: 42rem;
  padding: 0;
}

.hero-bullets li {
  align-items: center;
  color: rgba(254, 255, 255, 0.75);
  display: flex;
  gap: 10px;
  font-weight: 720;
}

.hero-bullets li::before,
.check-item::before,
.audience-list span::before {
  background: var(--assurance-green);
  border-radius: 50%;
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  height: 9px;
  width: 9px;
}

.hero-bullets li::before {
  background: var(--storm-gold);
}

.hero-visual {
  isolation: isolate;
  margin: 0;
  max-width: none;
  min-height: 100%;
  position: relative;
  width: 100%;
}

.hero-visual::before {
  background: linear-gradient(90deg, #061a2a 0%, rgba(6, 26, 42, 0.72) 16%, rgba(6, 26, 42, 0) 45%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-visual img {
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.trust-strip {
  background: var(--navy);
  color: var(--off-white);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.trust-strip span {
  background: rgba(254, 255, 255, 0.07);
  font-weight: 790;
  min-height: 72px;
  padding: 22px 24px;
}

.content-section,
.faq-section,
.form-section {
  padding: 82px 32px;
}

.problem-section,
.audience-section {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  margin: 0 auto;
  max-width: 1160px;
}

.section-copy,
.section-heading,
.form-intro {
  max-width: 780px;
}

.section-copy p,
.section-heading p,
.form-intro p {
  color: rgba(0, 0, 0, 0.68);
}

.callout {
  background: var(--navy);
  border-radius: 8px;
  color: var(--off-white);
  display: grid;
  gap: 8px;
  min-height: 220px;
  padding: 32px;
}

.callout strong {
  color: var(--storm-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.05;
}

.callout span {
  font-size: 1.2rem;
  font-weight: 800;
}

.check-section,
.difference-section,
.faq-section {
  background: #f4f6f6;
}

.section-heading {
  text-align: center;
}

.section-heading h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16ch;
}

.section-heading p {
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
}

.check-grid,
.difference-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  margin: 36px auto 0;
  max-width: 1160px;
}

.check-item {
  align-items: center;
  background: var(--off-white);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy-dark);
  display: flex;
  font-weight: 800;
  gap: 12px;
  min-height: 86px;
  padding: 18px;
}

.audience-list {
  display: grid;
  gap: 12px;
}

.audience-list span {
  align-items: center;
  background: #f4f6f6;
  border-left: 4px solid var(--storm-gold);
  color: var(--navy-dark);
  display: flex;
  font-weight: 790;
  gap: 12px;
  min-height: 58px;
  padding: 14px 16px;
}

.difference-grid article {
  background: var(--off-white);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 168px;
  padding: 22px;
}

.difference-grid p {
  color: rgba(0, 0, 0, 0.66);
  margin-bottom: 0;
}

.form-section {
  background: var(--navy-dark);
  color: var(--off-white);
}

.form-section h2,
.form-section h3 {
  color: var(--off-white);
}

.form-intro {
  text-align: center;
}

.form-intro .eyebrow {
  color: var(--storm-gold);
}

.form-intro p {
  color: rgba(254, 255, 255, 0.78);
}

.reassurance {
  color: var(--off-white);
  font-weight: 820;
}

.readiness-form,
.success-panel {
  background: var(--off-white);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--charcoal);
  margin: 34px auto 0;
  max-width: 980px;
  padding: 28px;
}

.readiness-form fieldset {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 0;
  padding: 26px 0 0;
}

.readiness-form fieldset:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.readiness-form legend {
  color: var(--navy-dark);
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 16px;
  padding: 0;
}

.field-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 26px;
}

.field-grid label {
  color: rgba(0, 0, 0, 0.72);
  display: grid;
  font-weight: 790;
  gap: 7px;
}

.field-grid label span {
  color: var(--copper);
}

.full-width {
  grid-column: 1 / -1;
}

.hidden-field {
  display: none;
}

input,
select,
textarea {
  background: #fff;
  border: 1px solid rgba(14, 62, 98, 0.24);
  border-radius: 8px;
  color: var(--charcoal);
  min-height: 46px;
  padding: 11px 12px;
  width: 100%;
}

textarea {
  min-height: 112px;
  resize: vertical;
}

.form-actions {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding-top: 24px;
}

.form-actions p {
  color: rgba(0, 0, 0, 0.56);
  font-size: 0.88rem;
  font-weight: 700;
  margin: 0;
  max-width: 420px;
}

.success-panel {
  color: var(--charcoal);
  max-width: 780px;
}

.success-panel h2 {
  color: var(--navy-dark);
}

.success-panel p {
  color: rgba(0, 0, 0, 0.68);
}

.success-panel .secondary-button {
  border-color: rgba(14, 62, 98, 0.22);
  color: var(--navy);
}

.reassurance-section {
  background: var(--off-white);
}

.faq-list {
  display: grid;
  gap: 12px;
  margin: 34px auto 0;
  max-width: 860px;
}

details {
  background: var(--off-white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
}

summary {
  color: var(--navy-dark);
  cursor: pointer;
  font-weight: 900;
}

details p {
  color: rgba(0, 0, 0, 0.66);
  margin: 12px 0 0;
}

.final-cta {
  align-items: center;
  background: var(--navy);
  color: var(--off-white);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  max-width: none;
  padding: 58px 32px;
}

.final-cta > div {
  margin-left: auto;
  max-width: 620px;
}

.final-cta .primary-button {
  margin-right: auto;
}

.final-cta .eyebrow {
  color: var(--storm-gold);
}

.final-cta h2 {
  color: var(--off-white);
}

.final-cta p {
  color: rgba(254, 255, 255, 0.78);
  margin-bottom: 0;
}

.site-footer {
  background: var(--charcoal);
  color: rgba(254, 255, 255, 0.74);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
  max-width: none;
  padding: 34px 32px;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: var(--off-white);
  margin-bottom: 6px;
}

.site-footer p {
  border-top: 1px solid rgba(254, 255, 255, 0.18);
  color: rgba(254, 255, 255, 0.58);
  font-size: 0.84rem;
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 18px;
}

.mailer-doc {
  background: #eef0f1;
}

.print-toolbar {
  position: sticky;
}

.mailer-stack {
  display: grid;
  gap: 32px;
  justify-items: center;
  padding: 32px;
}

.postcard {
  --postcard-w: 7.25in;
  --postcard-h: 5.25in;
  aspect-ratio: 7.25 / 5.25;
  background: var(--off-white);
  box-shadow: 0 18px 60px rgba(8, 40, 63, 0.18);
  height: auto;
  overflow: hidden;
  position: relative;
  width: min(var(--postcard-w), calc(100vw - 64px));
}

.trim-label {
  background: rgba(0, 0, 0, 0.64);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 850;
  left: 0;
  padding: 4px 8px;
  position: absolute;
  top: 0;
  z-index: 6;
}

.safe-frame {
  border: 1px dashed rgba(184, 135, 45, 0.42);
  inset: 0.16in;
  pointer-events: none;
  position: absolute;
  z-index: 5;
}

.postcard-front {
  background: var(--navy);
  color: var(--off-white);
}

.front-art {
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.front-art::before {
  background:
    linear-gradient(115deg, rgba(8, 40, 63, 0.96) 0%, rgba(14, 62, 98, 0.74) 58%, rgba(47, 111, 94, 0.7) 100%),
    linear-gradient(26deg, transparent 0 47%, rgba(184, 135, 45, 0.34) 47% 50%, transparent 50% 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.roof-line {
  border-left: 0.16in solid transparent;
  border-right: 0.16in solid transparent;
  border-bottom: 0.98in solid rgba(254, 255, 255, 0.11);
  bottom: 0.68in;
  height: 0;
  position: absolute;
  right: 0.34in;
  width: 2.95in;
}

.power-line {
  background: rgba(254, 255, 255, 0.34);
  height: 2px;
  left: -0.2in;
  position: absolute;
  width: 8in;
}

.power-line.one {
  top: 1.24in;
  transform: rotate(4deg);
}

.power-line.two {
  top: 1.76in;
  transform: rotate(-2deg);
}

.equipment-box {
  border: 0.04in solid rgba(254, 255, 255, 0.2);
  bottom: 0.56in;
  height: 0.86in;
  position: absolute;
  right: 0.72in;
  width: 1.22in;
}

.front-copy {
  max-width: 4.55in;
  padding: 0.52in;
  position: relative;
  z-index: 2;
}

.front-copy .eyebrow {
  color: var(--storm-gold);
  font-size: 0.09in;
}

.front-copy h1 {
  color: var(--off-white);
  font-size: 0.42in;
  line-height: 1;
  margin: 0 0 0.18in;
  max-width: 9.8ch;
}

.front-copy p:not(.eyebrow) {
  color: rgba(254, 255, 255, 0.82);
  font-size: 0.15in;
  margin: 0 0 0.18in;
  max-width: 3.8in;
}

.front-copy strong {
  color: var(--storm-gold);
  display: block;
  font-size: 0.2in;
}

.logo-panel {
  background: var(--off-white);
  border-radius: 8px;
  display: inline-flex;
  margin-bottom: 0.22in;
  padding: 0.08in 0.12in;
}

.front-copy .logo-wordmark {
  width: 1.48in;
}

.front-footer {
  bottom: 0.32in;
  display: flex;
  gap: 0.08in;
  left: 0.52in;
  position: absolute;
  z-index: 3;
}

.front-footer span {
  background: rgba(254, 255, 255, 0.12);
  border: 1px solid rgba(254, 255, 255, 0.2);
  border-radius: 8px;
  color: var(--off-white);
  font-size: 0.095in;
  font-weight: 850;
  padding: 0.08in 0.1in;
}

.postcard-back {
  display: grid;
  grid-template-columns: 3.18in 1fr;
}

.back-message {
  border-right: 1px solid rgba(14, 62, 98, 0.22);
  padding: 0.44in 0.34in 0.34in 0.42in;
  position: relative;
  z-index: 2;
}

.back-message .eyebrow {
  font-size: 0.085in;
}

.back-message h2 {
  color: var(--navy-dark);
  font-size: 0.26in;
  line-height: 1.05;
  margin: 0 0 0.16in;
}

.back-message p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.12in;
  line-height: 1.38;
  margin: 0 0 0.12in;
}

.postcard-back-logo {
  margin-bottom: 0.14in;
  width: 1.45in;
}

.small-print {
  font-weight: 760;
}

.mail-panel {
  padding: 0.36in 0.34in;
  position: relative;
}

.postage-box {
  align-items: center;
  border: 2px solid rgba(0, 0, 0, 0.58);
  color: rgba(0, 0, 0, 0.72);
  display: grid;
  font-size: 0.08in;
  font-weight: 900;
  height: 0.72in;
  justify-items: center;
  margin-left: auto;
  width: 0.9in;
}

.address-lines {
  display: grid;
  gap: 0.18in;
  margin-top: 0.76in;
}

.address-lines span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.38);
  display: block;
  height: 1px;
}

.barcode-zone {
  border: 1px dashed rgba(0, 0, 0, 0.22);
  bottom: 0.2in;
  color: rgba(0, 0, 0, 0.36);
  font-size: 0.08in;
  font-weight: 800;
  height: 0.62in;
  left: 0.34in;
  padding: 0.08in;
  position: absolute;
  right: 0.34in;
}

.qr-area {
  align-items: center;
  background: var(--off-white);
  border: 1px solid rgba(14, 62, 98, 0.22);
  bottom: 0.98in;
  display: grid;
  justify-items: center;
  padding: 0.14in;
  position: absolute;
  right: 0.34in;
  width: 1.54in;
  z-index: 4;
}

.qr-area p {
  color: var(--copper);
  font-size: 0.1in;
  font-weight: 900;
  margin: 0.08in 0 0.03in;
}

.qr-area strong {
  color: var(--navy-dark);
  font-size: 0.075in;
  line-height: 1.1;
  text-align: center;
}

.qr-placeholder {
  background: #fff;
  border: 0.03in solid #000;
  display: grid;
  gap: 0.018in;
  grid-template-columns: repeat(5, 1fr);
  height: 1.04in;
  padding: 0.08in;
  width: 1.04in;
}

.qr-placeholder span {
  background: #000;
}

.qr-placeholder span:nth-child(2n),
.qr-placeholder span:nth-child(7),
.qr-placeholder span:nth-child(11),
.qr-placeholder span:nth-child(18),
.qr-placeholder span:nth-child(24) {
  background: transparent;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    padding: 56px 32px;
  }

  .hero-visual {
    min-height: 420px;
  }

  .hero-visual::before {
    background: linear-gradient(180deg, #061a2a 0%, rgba(6, 26, 42, 0.26) 35%, rgba(6, 26, 42, 0) 70%);
  }

  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  .trust-strip,
  .check-grid,
  .difference-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .problem-section,
  .audience-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header,
  .print-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    padding: 16px 18px;
    position: static;
  }

  .brand {
    justify-content: center;
  }

  .header-cta,
  .print-toolbar .primary-button {
    width: 100%;
  }

  .hero,
  .content-section,
  .faq-section,
  .form-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    padding-top: 0;
  }

  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 1.92rem;
  }

  .hero-lede {
    font-size: 1.08rem;
  }

  .hero-actions,
  .form-actions,
  .final-cta,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .primary-button,
  .hero-actions .secondary-button,
  .form-actions .primary-button,
  .final-cta .primary-button {
    width: 100%;
  }

  .trust-strip,
  .check-grid,
  .difference-grid,
  .field-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .readiness-form,
  .success-panel {
    padding: 20px;
  }

  .front-footer {
    display: none;
  }

  .mailer-stack {
    padding: 18px;
  }

  .postcard {
    width: calc(100vw - 36px);
  }
}

/* Calmer landing-page direction: fewer sections, less visual noise, simpler form. */
:root {
  --navy: #0e3e62;
  --navy-dark: #092c45;
  --off-white: #fffdf8;
  --warm-gray: #e4e1da;
  --mid-gray: #696f70;
  --charcoal: #17222a;
  --storm-gold: #b8872d;
  --assurance-green: #2f6f5e;
  --line: rgba(14, 62, 98, 0.14);
  --page: #f6f4ef;
  --paper: #fffdf8;
  --soft-green: #edf4ef;
  --shadow: 0 18px 52px rgba(9, 44, 69, 0.08);
}

body {
  background: var(--page);
  color: var(--charcoal);
}

.site-header {
  background: rgba(255, 253, 248, 0.96);
  min-height: 72px;
  padding: 0 clamp(20px, 4vw, 52px);
}

.brand .logo-wordmark {
  width: 148px;
}

.header-cta,
.primary-button,
.secondary-button {
  border-radius: 6px;
  min-height: 44px;
}

.header-cta,
.primary-button {
  background: var(--storm-gold);
  border-color: var(--storm-gold);
  color: #111;
}

.hero {
  align-items: center;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: clamp(34px, 5vw, 74px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.68fr);
  min-height: auto;
  overflow: visible;
  padding: clamp(54px, 8vw, 96px) clamp(24px, 6vw, 88px);
}

.hero-copy {
  color: var(--charcoal);
  margin: 0;
  max-width: 680px;
  padding: 0;
}

.eyebrow {
  color: var(--assurance-green);
  font-size: 0.76rem;
  font-weight: 850;
  margin-bottom: 12px;
}

h1,
h2,
h3 {
  color: var(--navy-dark);
}

h1 {
  font-size: clamp(2.85rem, 6vw, 4.8rem);
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 24px;
  max-width: 13ch;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.05rem);
  letter-spacing: 0;
}

.hero h1,
.hero .eyebrow {
  color: var(--navy-dark);
}

.hero .eyebrow {
  color: var(--assurance-green);
}

.hero-lede {
  color: #344b59;
  font-size: clamp(1.18rem, 2vw, 1.36rem);
  font-weight: 760;
  max-width: 39rem;
}

.hero .hero-copy > p:not(.eyebrow):not(.hero-lede):not(.question-line):not(.microcopy) {
  color: #4f585d;
  font-size: 1.05rem;
  max-width: 39rem;
}

.hero-actions {
  margin-top: 26px;
}

.microcopy {
  color: #5f6b70;
  font-size: 0.94rem;
  font-weight: 700;
  margin: 14px 0 0;
}

.hero-visual {
  aspect-ratio: 4 / 5;
  border-radius: 6px;
  box-shadow: var(--shadow);
  min-height: 0;
  overflow: hidden;
}

.hero-visual::before {
  display: none;
}

.hero-visual img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.content-section,
.form-section {
  padding: clamp(58px, 8vw, 88px) clamp(24px, 6vw, 88px);
}

.stewardship-section {
  align-items: start;
  background: var(--page);
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  margin: 0 auto;
  max-width: 1180px;
}

.section-copy,
.form-intro {
  margin: 0;
  max-width: 760px;
}

.section-copy p,
.form-intro p {
  color: #555f64;
  font-size: 1.04rem;
}

.list-panel {
  border-left: 1px solid var(--line);
  display: grid;
  gap: 0;
  margin-top: 8px;
}

.list-panel span {
  color: var(--navy-dark);
  font-weight: 780;
  padding: 16px 0 16px 22px;
  position: relative;
}

.list-panel span + span {
  border-top: 1px solid var(--line);
}

.list-panel span::before {
  background: var(--assurance-green);
  border-radius: 50%;
  content: "";
  height: 8px;
  left: -4px;
  position: absolute;
  top: 24px;
  width: 8px;
}

.form-section {
  background: #eef3f0;
  color: var(--charcoal);
}

.form-section h2,
.form-section h3,
.success-panel h2 {
  color: var(--navy-dark);
}

.form-intro {
  text-align: left;
}

.form-intro .eyebrow {
  color: var(--assurance-green);
}

.form-intro p {
  color: #4f585d;
  max-width: 680px;
}

.readiness-form,
.success-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: none;
  color: var(--charcoal);
  margin: 30px 0 0;
  max-width: 880px;
  padding: clamp(22px, 4vw, 34px);
}

.readiness-form fieldset {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 0;
  padding: 24px 0 0;
}

.readiness-form fieldset:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.readiness-form legend {
  color: var(--navy-dark);
  font-size: 1.05rem;
  font-weight: 850;
  margin-bottom: 14px;
}

.field-grid {
  gap: 15px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 24px;
}

.field-grid label {
  color: #39464d;
  display: block;
  font-size: 0.96rem;
  font-weight: 720;
}

.field-grid label span {
  color: #9e4f31;
  display: inline;
}

.concept-card {
  background: var(--soft-green);
  border: 1px solid rgba(47, 111, 94, 0.18);
  border-radius: 8px;
  color: #304249;
  padding: clamp(18px, 3vw, 24px);
}

.concept-card .eyebrow {
  margin-bottom: 8px;
}

.concept-card h3 {
  color: var(--navy-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  margin-bottom: 10px;
}

.concept-card p {
  margin-bottom: 10px;
}

.concept-card p:last-child {
  margin-bottom: 0;
}

input,
select,
textarea {
  background: #fff;
  border: 1px solid rgba(14, 62, 98, 0.2);
  border-radius: 6px;
  color: var(--charcoal);
  display: block;
  margin-top: 7px;
  min-height: 44px;
  padding: 10px 12px;
}

textarea {
  min-height: 92px;
}

.form-actions {
  align-items: center;
  border-top: 1px solid var(--line);
  gap: 18px;
  padding-top: 22px;
}

.form-actions p {
  color: #626b70;
  font-size: 0.88rem;
  font-weight: 650;
}

.success-panel {
  max-width: 780px;
}

.success-panel .secondary-button {
  border-color: rgba(14, 62, 98, 0.22);
  color: var(--navy);
}

.site-footer {
  background: var(--navy-dark);
  color: rgba(255, 253, 248, 0.72);
  gap: 18px;
  grid-template-columns: 1fr auto;
  padding: 34px clamp(24px, 6vw, 88px);
}

.site-footer strong {
  color: var(--paper);
}

@media (max-width: 900px) {
  .hero,
  .stewardship-section {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 680px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    min-height: 68px;
    padding: 12px 18px;
    position: sticky;
  }

  .brand {
    justify-content: flex-start;
  }

  .brand .logo-wordmark {
    width: 126px;
  }

  .header-cta {
    font-size: 0.9rem;
    min-height: 40px;
    padding: 9px 12px;
    width: auto;
  }

  .hero,
  .content-section,
  .form-section {
    padding: 42px 20px;
  }

  h1 {
    font-size: 2.55rem;
  }

  .hero-visual {
    aspect-ratio: 5 / 4;
  }

  .field-grid,
  .compact-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .form-actions .primary-button {
    width: 100%;
  }

  .site-footer {
    display: grid;
  }
}

@media print {
  @page {
    margin: 0;
    size: 7.25in 5.25in;
  }

  html,
  body {
    background: #fff;
    height: auto;
  }

  .print-toolbar {
    display: none;
  }

  .mailer-stack {
    display: block;
    padding: 0;
  }

  .postcard {
    box-shadow: none;
    height: var(--postcard-h);
    page-break-after: always;
    width: var(--postcard-w);
  }

  .trim-label,
  .safe-frame {
    display: none;
  }
}
