:root {
  color-scheme: light;
  --ink: #12110f;
  --paper: #f3eadc;
  --soft-paper: #fffaf0;
  --jade: #2a7a65;
  --deep-jade: #0d3f38;
  --red: #8f2736;
  --brass: #b88a3d;
  --charcoal: #191713;
  --line: rgba(22, 22, 19, 0.15);
  --shadow: 0 24px 70px rgba(22, 22, 19, 0.14);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  margin: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 250, 240, 0.9);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 4vw, 54px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 700;
  gap: 10px;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--charcoal), var(--deep-jade));
  color: var(--soft-paper);
  display: inline-flex;
  font-size: 0.78rem;
  height: 34px;
  justify-content: center;
  width: 38px;
}

nav {
  display: flex;
  gap: clamp(10px, 2vw, 24px);
  font-size: 0.92rem;
  flex-wrap: wrap;
  max-width: 100%;
}

nav a,
.header-action {
  color: rgba(22, 22, 19, 0.72);
}

.header-action {
  border: 1px solid rgba(18, 17, 15, 0.38);
  border-radius: 999px;
  padding: 9px 16px;
}

.hero {
  min-height: 88vh;
  overflow: hidden;
  position: relative;
}

.hero-bg,
.hero-overlay {
  inset: 0;
  position: absolute;
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(13, 63, 56, 0.96) 0%, rgba(13, 63, 56, 0.74) 40%, rgba(18, 17, 15, 0.06) 76%),
    url("assets/report-hero.png") center right / cover no-repeat;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(0deg, rgba(22, 22, 19, 0.18), rgba(22, 22, 19, 0)),
    linear-gradient(180deg, rgba(22, 22, 19, 0), rgba(22, 22, 19, 0.18));
}

.hero-content {
  color: var(--soft-paper);
  max-width: 940px;
  padding: clamp(84px, 14vh, 148px) clamp(22px, 6vw, 76px) 74px;
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-kicker,
.small-label,
.offer-label {
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f4d28b;
}

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

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.25rem, 7.2vw, 7rem);
  font-weight: 500;
  line-height: 0.92;
  margin-bottom: 24px;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 5vw, 4.5rem);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.14rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

p,
li {
  color: rgba(22, 22, 19, 0.7);
  line-height: 1.6;
}

.hero-copy {
  color: rgba(255, 250, 240, 0.9);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  max-width: 720px;
}

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

.button {
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  transition:
    transform 160ms ease,
    background 160ms ease,
    color 160ms ease,
    border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: linear-gradient(135deg, #8f2736, #b88a3d);
  color: #fff;
}

.button.secondary {
  background: rgba(255, 250, 240, 0.95);
  border-color: rgba(22, 22, 19, 0.22);
  color: var(--ink);
}

.button.full {
  width: 100%;
}

.trust-strip {
  border-top: 1px solid rgba(255, 250, 240, 0.26);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 44px;
  max-width: 720px;
  padding-top: 18px;
}

.trust-strip span {
  color: rgba(255, 250, 240, 0.82);
  font-size: 0.92rem;
  font-weight: 800;
}

.reading-lab,
.method-section,
.floorplan-section,
.insight-section,
.offer-section,
.market-section,
.flow,
.benchmark-section,
.stories-section,
.status-section,
.payment-section,
.faq-section {
  padding: clamp(54px, 8vw, 104px) clamp(18px, 5vw, 72px);
}

.reading-lab,
.faq-section {
  background: var(--soft-paper);
}

.method-section {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.96), rgba(235, 226, 210, 0.9)),
    var(--soft-paper);
  display: grid;
  gap: clamp(24px, 5vw, 64px);
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
}

.method-copy p {
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  max-width: 720px;
}

.method-visual {
  margin: 0;
}

.method-visual img {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: block;
  height: auto;
  width: 100%;
}

.floorplan-section {
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.96), rgba(229, 224, 213, 0.9)),
    var(--paper);
  border-bottom: 1px solid var(--line);
}

.floorplan-heading {
  align-items: end;
  display: grid;
  gap: clamp(18px, 4vw, 54px);
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.56fr);
}

.floorplan-heading p {
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  margin-bottom: 22px;
}

.floorplan-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.floorplan-grid article {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.floorplan-grid img {
  aspect-ratio: 4 / 5;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.floorplan-grid h3,
.floorplan-grid p {
  padding-left: 22px;
  padding-right: 22px;
}

.floorplan-grid h3 {
  margin-top: 20px;
}

.floorplan-grid p {
  padding-bottom: 24px;
}

.insight-section {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(13, 63, 56, 0.96), rgba(25, 23, 19, 0.96)),
    var(--charcoal);
  color: var(--soft-paper);
  display: grid;
  gap: clamp(24px, 5vw, 68px);
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 0.9fr);
}

.insight-section h2 {
  max-width: 820px;
}

.insight-section p {
  color: rgba(255, 250, 240, 0.76);
  font-size: clamp(1rem, 1.55vw, 1.18rem);
  max-width: 760px;
}

.insight-card {
  display: block;
}

.insight-card img {
  border: 1px solid rgba(255, 250, 240, 0.18);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  display: block;
  height: auto;
  width: 100%;
}

.status-section {
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.94), rgba(233, 225, 210, 0.88)),
    var(--paper);
  border-bottom: 1px solid var(--line);
}

.status-layout {
  align-items: start;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.12fr);
}

.status-layout > div:first-child p {
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  max-width: 680px;
}

.status-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.status-grid article {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 310px;
  padding: 24px;
}

.status-grid span {
  color: var(--brass);
  display: inline-block;
  font-weight: 900;
  margin-bottom: 36px;
}

.status-grid h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1.05;
}

.lab-grid {
  align-items: start;
  display: grid;
  gap: clamp(24px, 4vw, 46px);
  grid-template-columns: 0.85fr 1fr 1.1fr;
  margin-top: 28px;
}

.lab-grid > *,
.flow-row > *,
.offer-grid > *,
.market-grid > *,
.status-grid > *,
.benchmark-list > *,
.payment-grid > * {
  min-width: 0;
}

.reading-form,
.preview-panel,
.offer-card,
.story-card,
.market-grid article,
.benchmark-list article,
.payment-grid article,
details {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.reading-form {
  display: grid;
  gap: 16px;
  padding: 24px;
}

label {
  color: rgba(22, 22, 19, 0.68);
  display: grid;
  font-size: 0.88rem;
  font-weight: 900;
  gap: 8px;
}

.field-note {
  color: rgba(22, 22, 19, 0.54);
  font-size: 0.76rem;
  font-weight: 700;
}

.hidden-field {
  display: none;
}

input,
select,
textarea {
  background: #fff;
  border: 1px solid rgba(22, 22, 19, 0.2);
  color: var(--ink);
  min-width: 0;
  padding: 0 12px;
  border-radius: 8px;
  width: 100%;
}

input,
select {
  height: 48px;
}

textarea {
  min-height: 118px;
  padding-top: 12px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(31, 122, 100, 0.34);
  outline-offset: 2px;
}

.wide-field {
  grid-column: 1 / -1;
}

.checkbox-label {
  align-items: start;
  color: rgba(22, 22, 19, 0.72);
  display: grid;
  font-size: 0.82rem;
  gap: 10px;
  grid-template-columns: 20px 1fr;
  line-height: 1.45;
}

.checkbox-label input {
  height: 18px;
  margin-top: 2px;
  width: 18px;
}

.checkbox-label a {
  color: var(--deep-jade);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mini-proof {
  align-items: center;
  background: var(--charcoal);
  border: 1px solid rgba(184, 138, 61, 0.45);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: auto 1fr;
  margin-top: 26px;
  padding: 18px;
}

.mini-proof span {
  color: #f4d28b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.2rem;
  line-height: 1;
}

.mini-proof p {
  color: rgba(255, 250, 240, 0.78);
  margin: 0;
}

.preview-panel {
  padding: 26px;
}

.preview-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

#preview-badge {
  background: rgba(31, 122, 100, 0.12);
  color: var(--deep-jade);
  font-size: 0.78rem;
  font-weight: 900;
  padding: 6px 10px;
}

.signal-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 22px 0;
}

.signal-grid div {
  background: rgba(42, 122, 101, 0.08);
  border-radius: 8px;
  min-height: 82px;
  padding: 14px;
}

.signal-grid span {
  color: rgba(22, 22, 19, 0.56);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.signal-grid strong {
  display: block;
  font-size: clamp(0.92rem, 1.7vw, 1.14rem);
  overflow-wrap: anywhere;
}

.recommendation {
  border-left: 4px solid var(--brass);
  padding-left: 16px;
}

.offer-grid,
.market-grid,
.payment-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.offer-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.market-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.payment-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.offer-card {
  display: flex;
  flex-direction: column;
  min-height: 440px;
  padding: 26px;
}

.offer-card.entry-card {
  background: linear-gradient(180deg, #fff, #f7efe2);
  border-color: rgba(184, 138, 61, 0.42);
}

.offer-card.featured {
  background: #fff;
  border-color: rgba(165, 44, 56, 0.34);
}

.offer-card ul {
  margin: 8px 0 18px;
  padding-left: 18px;
}

.offer-card strong {
  display: block;
  font-size: 2.1rem;
  margin: auto 0 18px;
}

.stories-section {
  background: var(--charcoal);
  color: var(--soft-paper);
}

.story-header {
  align-items: end;
  display: grid;
  gap: clamp(18px, 4vw, 56px);
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.6fr);
}

.story-header p,
.stories-section p {
  color: rgba(255, 250, 240, 0.72);
}

.story-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.story-card {
  background: rgba(255, 250, 240, 0.08);
  border-color: rgba(255, 250, 240, 0.16);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  min-height: 360px;
  padding: 28px;
}

.story-card span {
  color: #f4d28b;
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.story-card strong {
  border-top: 1px solid rgba(255, 250, 240, 0.18);
  color: rgba(255, 250, 240, 0.9);
  display: block;
  line-height: 1.55;
  margin-top: 22px;
  padding-top: 18px;
}

.market-section {
  background: #e9e1d2;
}

.market-grid article,
.payment-grid article {
  min-height: 250px;
  padding: 26px;
}

.market-grid span,
.payment-grid span {
  color: var(--red);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 36px;
  text-transform: uppercase;
}

.flow {
  background: var(--charcoal);
  color: var(--soft-paper);
}

.flow p {
  color: rgba(255, 250, 240, 0.72);
}

.flow-row {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.flow-row div {
  background: rgba(255, 250, 240, 0.08);
  min-height: 230px;
  padding: clamp(22px, 4vw, 36px);
}

.flow-row span {
  color: #f0c96e;
  display: inline-block;
  font-weight: 900;
  margin-bottom: 42px;
}

.benchmark-section {
  display: grid;
  gap: clamp(24px, 5vw, 60px);
  grid-template-columns: 0.75fr 1fr;
}

.benchmark-list {
  display: grid;
  gap: 14px;
}

.benchmark-list article {
  padding: 24px;
}

.payment-section {
  background: var(--paper);
}

.payment-cta {
  margin-top: 24px;
}

details {
  margin-top: 12px;
  padding: 20px 22px;
}

summary {
  cursor: pointer;
  font-weight: 900;
}

details p {
  margin: 14px 0 0;
}

.toast {
  background: var(--ink);
  bottom: 22px;
  box-shadow: var(--shadow);
  color: #fff;
  left: 50%;
  max-width: min(92vw, 560px);
  opacity: 0;
  padding: 14px 18px;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, 16px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  z-index: 50;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

footer {
  align-items: center;
  background: var(--ink);
  color: rgba(255, 250, 240, 0.82);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 28px clamp(18px, 5vw, 72px);
}

footer p {
  color: rgba(255, 250, 240, 0.72);
  margin: 0;
  max-width: 760px;
}

.policy-hero,
.policy-section {
  padding: clamp(46px, 7vw, 88px) clamp(18px, 5vw, 72px);
}

.policy-hero {
  background: var(--charcoal);
  color: var(--soft-paper);
}

.policy-hero p {
  color: rgba(255, 250, 240, 0.76);
  max-width: 740px;
}

.policy-section {
  background: var(--soft-paper);
  border-bottom: 1px solid var(--line);
}

.policy-section h2,
.policy-section p {
  max-width: 880px;
}

.article-page {
  background: var(--paper);
}

.article-hero {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(13, 63, 56, 0.96), rgba(25, 23, 19, 0.94)),
    var(--charcoal);
  color: var(--soft-paper);
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 0.78fr);
  padding: clamp(54px, 8vw, 110px) clamp(18px, 5vw, 72px);
}

.article-hero p {
  color: rgba(255, 250, 240, 0.8);
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
  max-width: 760px;
}

.article-hero figure {
  margin: 0;
}

.article-hero img,
.article-body img {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: block;
  height: auto;
  width: 100%;
}

.article-body {
  margin: 0 auto;
  max-width: 940px;
  padding: clamp(46px, 7vw, 86px) clamp(18px, 4vw, 36px);
}

.article-body h2 {
  font-size: clamp(2rem, 4.2vw, 3.45rem);
  margin-top: 54px;
}

.article-body p,
.article-body li {
  font-size: clamp(1.02rem, 1.6vw, 1.15rem);
}

.article-body img {
  margin: 30px 0 14px;
}

.article-lede {
  border-left: 4px solid var(--brass);
  color: rgba(22, 22, 19, 0.78);
  font-size: clamp(1.12rem, 1.8vw, 1.32rem) !important;
  padding-left: 18px;
}

.article-body ol {
  color: rgba(22, 22, 19, 0.74);
  padding-left: 24px;
}

.article-cta {
  background: var(--charcoal);
  border-radius: 8px;
  color: var(--soft-paper);
  margin-top: 54px;
  padding: clamp(24px, 5vw, 44px);
}

.article-cta p {
  color: rgba(255, 250, 240, 0.76);
}

.article-disclaimer {
  border-top: 1px solid var(--line);
  color: rgba(22, 22, 19, 0.52);
  font-size: 0.86rem !important;
  margin-top: 34px;
  padding-top: 20px;
}

@media (max-width: 1120px) {
  .lab-grid,
  .benchmark-section,
  .method-section,
  .floorplan-heading,
  .insight-section,
  .article-hero,
  .status-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-header,
  .story-grid,
  .floorplan-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 860px) {
  .market-grid,
  .payment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body {
    overflow-x: hidden;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    position: static;
  }

  nav {
    gap: 8px 14px;
    flex-wrap: wrap;
    width: 100%;
  }

  nav a:nth-child(n + 5) {
    display: none;
  }

  .header-action {
    display: none;
  }

  .hero {
    min-height: 78vh;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(15, 76, 66, 0.94), rgba(15, 76, 66, 0.5)),
      url("assets/report-hero.png") center bottom / cover no-repeat;
  }

  .hero-content {
    max-width: 390px;
    padding-top: 64px;
    width: 100%;
  }

  h1 {
    font-size: clamp(2.75rem, 11vw, 3.25rem);
    line-height: 0.96;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 270px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .lab-grid,
  .reading-form,
  .preview-panel {
    max-width: calc(100vw - 48px);
    width: 100%;
  }

  .lab-grid > div:first-child {
    max-width: 330px;
  }

  .signal-grid,
  .flow-row,
  .market-grid,
  .payment-grid,
  .offer-grid,
  .floorplan-grid,
  .status-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .offer-card {
    min-height: 0;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
