/* thai */
@font-face {
  font-family: "Noto Sans Thai";
  font-style: normal;
  font-weight: 300 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("assets/noto-sans-thai-thai-300.woff2") format("woff2");
  unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}

/* Mockup fidelity pass */
:root {
  --paper: #fbf6ec;
  --paper-soft: #fffaf1;
  --surface: #fffdf8;
  --surface-tint: #fbf0dd;
  --ink: #3a2818;
  --ink-soft: #5f4b38;
  --muted: #7b6b5d;
  --gold: #b98927;
  --gold-soft: #d5b25e;
  --gold-pale: #f6ead1;
  --teal: #0b6d68;
  --teal-soft: #e3f0ed;
  --border: #dfcfae;
  --border-strong: #cba85d;
  --shadow: 0 22px 60px rgba(77, 49, 18, 0.13);
  --container: 1220px;
}

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

.site-shell {
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 255, 255, 0.92), transparent 34%),
    linear-gradient(180deg, #fffaf1 0%, var(--paper) 46%, #f8eddc 100%);
}

.topbar {
  min-height: 74px;
  padding: 0 max(42px, calc((100vw - 1320px) / 2));
  border-bottom-color: rgba(195, 157, 88, 0.26);
  background: rgba(255, 251, 242, 0.94);
}

.brand-lockup {
  display: grid;
  gap: 0;
  line-height: 1.05;
  text-decoration: none;
}

.brand-lockup span {
  font-family: var(--serif);
  font-size: 1.9rem;
  font-weight: 600;
}

.brand-lockup small {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 400;
}

.topbar-links {
  justify-content: end;
  gap: clamp(20px, 2vw, 34px);
}

.topbar-links a {
  position: relative;
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 500;
}

.topbar-links a[aria-current="page"] {
  color: var(--gold);
}

.topbar-links a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: -11px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
}

.topbar-action,
.primary-btn,
.submit-btn {
  border-color: rgba(154, 108, 28, 0.42);
  background: linear-gradient(180deg, #cda34c, #ae7b1d);
  color: #fffdf8;
  box-shadow: 0 12px 28px rgba(139, 95, 22, 0.22);
}

.topbar-action:hover,
.primary-btn:hover,
.submit-btn:hover {
  background: linear-gradient(180deg, #d6ad58, #b88324);
  color: #fffdf8;
}

.home-hero {
  padding: 0;
}

.hero-grid {
  width: min(100%, 1440px);
  min-height: min(780px, calc(100vh - 74px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(430px, 0.92fr) minmax(520px, 1.08fr);
  gap: 0;
  align-items: stretch;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px clamp(36px, 6vw, 118px);
  text-align: center;
}

.hero-copy h1 {
  max-width: 620px;
  font-size: clamp(4.9rem, 9vw, 7.2rem);
  font-weight: 500;
  line-height: 0.98;
}

.hero-copy h1 span {
  display: block;
  margin-top: 0.12em;
  font-size: 0.46em;
  line-height: 1.22;
}

.ornament {
  position: relative;
  width: 240px;
  height: 18px;
  margin: 22px auto 0;
}

.ornament::before,
.ornament::after {
  position: absolute;
  top: 9px;
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185, 137, 39, 0.78));
  content: "";
}

.ornament::before {
  left: 0;
}

.ornament::after {
  right: 0;
  transform: scaleX(-1);
}

.ornament::after,
.ornament::before {
  transform-origin: center;
}

.ornament {
  background:
    radial-gradient(circle at center, var(--gold) 0 2px, transparent 3px),
    radial-gradient(circle at calc(50% - 8px) center, rgba(185, 137, 39, 0.42) 0 2px, transparent 3px),
    radial-gradient(circle at calc(50% + 8px) center, rgba(185, 137, 39, 0.42) 0 2px, transparent 3px);
}

.hero-lead {
  max-width: 460px;
  margin-top: 20px;
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.8;
}

.hero-free-card {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-items: center;
  width: min(100%, 480px);
  margin-top: 24px;
  padding: 16px 20px;
  border: 1px solid rgba(185, 137, 39, 0.36);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.74);
  color: var(--gold);
  text-align: left;
}

.hero-free-card svg,
.fee-lotus svg {
  width: 48px;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hero-free-card p {
  margin: 0;
}

.hero-free-card strong,
.hero-free-card span {
  display: block;
}

.hero-free-card strong {
  color: var(--ink);
  font-weight: 700;
}

.hero-free-card span {
  color: var(--gold);
  font-weight: 700;
}

.hero-actions {
  width: min(100%, 480px);
  margin-top: 26px;
}

.primary-btn {
  justify-content: center;
  width: 100%;
  min-height: 64px;
  border-radius: 8px;
  font-size: 1.13rem;
}

.primary-btn span {
  margin-left: 22px;
  font-size: 1.7rem;
  line-height: 1;
}

.queue-note {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.9rem;
}

.queue-note svg {
  width: 19px;
  height: 19px;
  color: var(--ink-soft);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.queue-note p {
  margin: 0;
}

.hero-media {
  height: 100%;
  min-height: 620px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: 50% 50%;
}

.hero-media figcaption {
  display: none;
}

.intro-band {
  display: none;
}

.page-section {
  padding: 74px 0;
}

.section-heading-centered {
  margin-bottom: 46px;
  text-align: center;
}

.section-heading-centered h2,
.page-section h2 {
  font-size: clamp(2.45rem, 4.2vw, 4.1rem);
  font-weight: 500;
  text-align: center;
}

.section-heading-centered .ornament {
  margin-top: 12px;
}

.audience-section {
  background: #fffdf8;
}

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

.audience-grid article,
.know-grid article {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 160px;
  padding: 12px 28px;
  border-right: 1px solid rgba(195, 157, 88, 0.34);
  text-align: center;
}

.audience-grid article:last-child,
.know-grid article:last-child {
  border-right: 0;
}

.line-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  color: var(--teal);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.audience-grid p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.62;
}

#receive {
  background: linear-gradient(180deg, #fbf0dd, #fdf6eb);
}

.receive-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 38px;
  margin-top: 0;
}

.receive-grid article {
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
}

.receive-grid figure {
  width: 180px;
  height: 180px;
  margin: 0 auto 22px;
  overflow: hidden;
  border-radius: 50%;
  background: #efe3d0;
  box-shadow: 0 18px 46px rgba(86, 57, 24, 0.1);
}

.receive-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.receive-grid h3 {
  font-size: 1.22rem;
  font-weight: 700;
}

.receive-grid p {
  margin: 8px auto 0;
  max-width: 210px;
  color: var(--ink-soft);
  line-height: 1.58;
}

.capacity-note-centered {
  justify-content: center;
  max-width: 760px;
  margin: 38px auto 0;
}

.fee-section {
  padding: 10px 0 50px;
  background: #fdf6eb;
}

.fee-panel {
  grid-template-columns: 150px 1fr;
  max-width: 1080px;
  padding: 30px 48px;
  border: 1px solid rgba(185, 137, 39, 0.34);
  border-left: 0;
  background: rgba(255, 253, 248, 0.68);
}

.fee-lotus {
  display: grid;
  place-items: center;
}

.fee-lotus svg {
  width: 112px;
  stroke-width: 1.6;
}

.fee-panel h2 {
  color: var(--gold);
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  text-align: left;
}

.fee-panel ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 22px;
  color: var(--ink-soft);
  line-height: 1.72;
}

#know {
  background: linear-gradient(180deg, #fff8ea, #fbf0dd);
}

.know-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
}

.know-grid article {
  min-height: 178px;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  background: transparent;
}

.know-grid h3 {
  font-size: 1rem;
  line-height: 1.46;
}

.know-grid p {
  margin-top: 8px;
  font-size: 0.9rem;
}

.practice-note {
  max-width: 890px;
  margin: 28px auto 0;
  padding: 16px 24px;
  border: 1px solid rgba(185, 137, 39, 0.26);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.62);
  color: var(--ink-soft);
  text-align: center;
}

.form-section {
  padding-top: 18px;
  background: #fbf0dd;
}

.form-layout {
  max-width: 1110px;
  grid-template-columns: 0.58fr 1fr;
  gap: 28px;
  padding: 24px;
  border: 1px solid rgba(185, 137, 39, 0.28);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.5);
  box-shadow: 0 14px 42px rgba(77, 49, 18, 0.08);
}

.form-intro {
  position: relative;
  top: auto;
  align-self: center;
  padding: 20px 8px 20px 18px;
}

.form-intro h2 {
  font-size: clamp(2.25rem, 4vw, 3.45rem);
  text-align: left;
}

.form-intro p {
  max-width: 320px;
  margin-top: 12px;
}

.form-benefits {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.form-benefits li {
  position: relative;
  padding-left: 28px;
}

.form-benefits li::before {
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 16px;
  height: 16px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  content: "";
}

.form-wrap {
  padding: 22px;
  border-color: rgba(208, 188, 150, 0.76);
  border-radius: 8px;
  box-shadow: none;
}

.form-row {
  margin-bottom: 10px;
}

.form-row label {
  margin-bottom: 4px;
  font-size: 0.84rem;
}

.form-row input,
.form-row textarea,
.form-row select {
  border-radius: 6px;
  font-size: 0.92rem;
}

.form-row input,
.form-row select {
  min-height: 36px;
}

.form-row textarea {
  min-height: 76px;
}

.form-note {
  display: none;
}

.privacy-row {
  margin: 12px 0;
  font-size: 0.82rem;
  line-height: 1.45;
}

.submit-btn {
  min-height: 40px;
  border-radius: 6px;
}

footer {
  padding: 0;
  background: #fbf0dd;
}

.footer-inner {
  display: grid;
  grid-template-columns: 220px 1fr 320px;
  gap: 32px;
  align-items: center;
  width: min(100% - 48px, 1320px);
  padding: 20px 0;
  text-align: left;
}

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

.footer-brand strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.footer-brand span {
  color: var(--muted);
  font-size: 0.78rem;
}

.footer-inner p {
  margin: 0;
  color: var(--muted);
  text-align: center;
}

.footer-inner nav {
  display: flex;
  justify-content: end;
  gap: 24px;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-inner nav a {
  text-decoration: none;
}

@media (max-width: 1180px) {
  .topbar-links {
    gap: 16px;
  }

  .hero-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-copy h1 {
    font-size: clamp(4rem, 7.2vw, 5.8rem);
  }

  .receive-grid {
    gap: 24px;
  }
}

@media (max-width: 920px) {
  .topbar {
    min-height: 64px;
  }

  .brand-lockup span {
    font-size: 1.5rem;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: auto;
    padding: 54px 24px 34px;
  }

  .hero-media {
    min-height: auto;
    padding: 0 24px 42px;
  }

  .hero-media img {
    min-height: 0;
    height: 340px;
    border-radius: 8px;
  }

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

  .audience-grid article,
  .know-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(195, 157, 88, 0.26);
  }

  .fee-panel,
  .form-layout {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-inner nav {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .brand-lockup small {
    display: none;
  }

  .home-hero {
    padding: 0;
  }

  .hero-copy h1 {
    font-size: 3.55rem;
  }

  .hero-copy h1 span {
    font-size: 0.45em;
  }

  .ornament {
    width: 184px;
  }

  .ornament::before,
  .ornament::after {
    width: 72px;
  }

  .hero-free-card {
    grid-template-columns: 38px 1fr;
    padding: 13px 14px;
  }

  .hero-free-card svg {
    width: 38px;
  }

  .primary-btn {
    min-height: 54px;
  }

  .hero-media {
    padding-inline: 14px;
  }

  .hero-media img {
    height: 236px;
  }

  .page-section {
    padding: 54px 0;
  }

  .section-heading-centered {
    margin-bottom: 34px;
  }

  .audience-grid,
  .receive-grid,
  .know-grid {
    grid-template-columns: 1fr;
  }

  .audience-grid article,
  .know-grid article {
    min-height: auto;
    padding: 22px 12px;
  }

  .receive-grid {
    gap: 32px;
  }

  .receive-grid figure {
    width: 150px;
    height: 150px;
  }

  .fee-panel {
    padding: 24px;
  }

  .fee-panel h2,
  .form-intro h2 {
    text-align: center;
  }

  .form-intro {
    padding: 8px 0;
    text-align: center;
  }

  .form-intro p {
    margin-inline: auto;
  }

  .form-benefits {
    justify-items: start;
    width: fit-content;
    margin-inline: auto;
    text-align: left;
  }

  .form-layout {
    padding: 18px;
  }
}

/* Fold correction after final fidelity block. */
@media (min-width: 921px) {
  .hero-grid {
    min-height: min(720px, calc(100vh - 128px));
  }

  .hero-media,
  .hero-media img {
    min-height: 560px;
  }
}

@media (max-width: 640px) {
  .hero-copy {
    padding: 36px 20px 20px;
  }

  .hero-copy h1 {
    font-size: 3.2rem;
  }

  .hero-lead {
    margin-top: 16px;
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .hero-free-card {
    margin-top: 18px;
    padding: 10px 12px;
  }

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

  .primary-btn {
    min-height: 48px;
  }

  .queue-note {
    margin-top: 12px;
    font-size: 0.82rem;
  }

  .hero-media {
    padding-bottom: 26px;
  }

  .hero-media img {
    height: 160px;
  }
}

@media (min-width: 921px) {
  .hero-grid {
    min-height: min(720px, calc(100vh - 128px));
  }

  .hero-media,
  .hero-media img {
    min-height: 560px;
  }
}

/* latin */
@font-face {
  font-family: "Noto Sans Thai";
  font-style: normal;
  font-weight: 300 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("assets/noto-sans-thai-latin-300.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* thai */
@font-face {
  font-family: "Noto Serif Thai";
  font-style: normal;
  font-weight: 300 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("assets/noto-serif-thai-thai-300.woff2") format("woff2");
  unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}

/* latin */
@font-face {
  font-family: "Noto Serif Thai";
  font-style: normal;
  font-weight: 300 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("assets/noto-serif-thai-latin-300.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --paper: #f7f0e4;
  --paper-soft: #fbf7ee;
  --surface: #fffdf8;
  --surface-tint: #f2eee4;
  --ink: #24190f;
  --ink-soft: #53463b;
  --muted: #74685c;
  --gold: #b98a33;
  --gold-soft: #e2c886;
  --teal: #0f766e;
  --teal-soft: #dfeee9;
  --border: #ded3bd;
  --border-strong: #cdbf9f;
  --shadow: 0 22px 70px rgba(57, 39, 18, 0.12);
  --radius: 8px;
  --container: 1120px;
  --serif: "Noto Serif Thai", serif;
  --sans: "Noto Sans Thai", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.78;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

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

.site-shell,
.wrap {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.76), rgba(247, 240, 228, 0) 360px),
    var(--paper);
}

.container {
  width: min(100% - 48px, var(--container));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 66px;
  padding: 0 max(24px, calc((100vw - var(--container)) / 2));
  border-bottom: 1px solid rgba(222, 211, 189, 0.78);
  background: rgba(251, 247, 238, 0.88);
  backdrop-filter: blur(16px);
}

.topbar-logo {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 700;
  text-decoration: none;
}

.topbar-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.94rem;
}

.topbar-links a,
.quiet-link {
  text-decoration: none;
}

.topbar-links a:hover,
.quiet-link:hover {
  color: var(--teal);
}

.topbar-action,
.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid var(--teal);
  border-radius: var(--radius);
  background: var(--teal);
  color: #fffdf8;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(15, 118, 110, 0.16);
}

.primary-btn:hover,
.topbar-action:hover {
  background: #0b625c;
}

.home-hero {
  padding: 48px 0 34px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.88fr);
  gap: 56px;
  align-items: start;
}

.hero-copy {
  padding-top: 28px;
}

.hero-copy h1 {
  margin: 0;
  max-width: 720px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.82rem, 6vw, 4.72rem);
  font-weight: 600;
  line-height: 1.08;
}

.hero-lead {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.03rem, 1.8vw, 1.18rem);
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 28px;
}

.quiet-link {
  color: var(--muted);
  font-weight: 700;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--border);
}

.trust-strip div {
  min-height: 96px;
  padding: 16px;
  background: rgba(255, 253, 248, 0.82);
}

.trust-strip strong {
  display: block;
  color: var(--ink);
  font-size: 1rem;
}

.trust-strip span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.hero-media,
.soft-image {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-media img {
  width: 100%;
  min-height: 380px;
  height: min(58vh, 520px);
  object-fit: cover;
}

.hero-media figcaption,
.soft-image figcaption {
  padding: 12px 16px;
  color: var(--muted);
  font-size: 0.92rem;
}

.intro-band {
  padding: 16px 0 48px;
}

.intro-panel {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 24px 0;
}

.intro-text {
  max-width: 860px;
  margin: 0 auto;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2.8vw, 1.7rem);
  line-height: 1.8;
  text-align: center;
}

.page-section {
  padding: 72px 0;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--teal);
  font-size: 0.94rem;
  font-weight: 700;
}

.page-section h2,
.form-intro h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.22;
}

.page-section h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.12rem;
  line-height: 1.45;
}

.page-section p {
  color: var(--ink-soft);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.72fr);
  gap: 52px;
  align-items: center;
}

.split-section p {
  max-width: 640px;
  margin: 20px 0 0;
}

.soft-image img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--ink-soft);
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.74em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
  content: "";
}

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

.included-list article,
.know-grid article,
.form-side-note,
.capacity-note {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.74);
}

.included-list article,
.know-grid article {
  padding: 22px;
}

.included-list span {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.55rem;
}

.included-list p,
.know-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.capacity-note {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
  padding: 16px 18px;
  color: var(--ink-soft);
}

.capacity-note strong {
  color: var(--teal);
  white-space: nowrap;
}

.fee-section {
  padding: 36px 0;
}

.fee-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 32px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--border);
  border-left: 6px solid var(--gold);
  border-radius: var(--radius);
  background: #fff8e8;
}

.fee-panel p {
  max-width: 720px;
  margin: 14px 0 0;
}

.fee-mark {
  display: grid;
  place-items: center;
  min-height: 160px;
  border: 1px solid rgba(185, 138, 51, 0.34);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.72);
  color: var(--gold);
  text-align: center;
}

.fee-mark strong {
  display: block;
  font-family: var(--serif);
  font-size: 4rem;
  line-height: 0.9;
}

.fee-mark span {
  color: var(--muted);
  font-weight: 700;
}

.number-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: prep;
}

.number-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  padding: 15px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.72);
  counter-increment: prep;
}

.number-list li::before {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--teal);
  color: #fffdf8;
  content: counter(prep);
  font-weight: 700;
}

.number-list strong,
.number-list span {
  display: block;
}

.number-list span {
  color: var(--muted);
}

.after-note {
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: var(--radius);
  background: var(--teal-soft);
}

.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(380px, 0.86fr);
  gap: 46px;
  align-items: start;
}

.form-intro {
  position: sticky;
  top: 92px;
}

.form-intro p {
  margin-top: 18px;
}

.form-side-note {
  margin-top: 26px;
  padding: 18px;
}

.form-side-note strong,
.form-side-note span {
  display: block;
}

.form-side-note strong {
  color: var(--teal);
}

.form-side-note span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.96rem;
}

.form-wrap {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.form-row {
  margin-bottom: 18px;
}

.form-row label {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 700;
}

.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fffdfa;
  color: var(--ink);
  font-size: 1rem;
}

.form-row input,
.form-row select {
  min-height: 48px;
  padding: 0 13px;
}

.form-row textarea {
  min-height: 116px;
  padding: 12px 13px;
  resize: vertical;
}

.form-row input:focus,
.form-row textarea:focus,
.form-row select:focus {
  border-color: var(--teal);
  outline: 3px solid rgba(15, 118, 110, 0.12);
}

.form-note {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.privacy-row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  margin: 20px 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.privacy-row input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: var(--teal);
}

.submit-btn {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--teal);
  border-radius: var(--radius);
  background: var(--teal);
  color: #fffdf8;
  cursor: pointer;
  font-weight: 700;
}

.submit-btn:disabled {
  cursor: wait;
  opacity: 0.72;
}

.success-msg {
  display: none;
  text-align: center;
}

.success-ring {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--teal-soft);
  color: var(--teal);
  font-size: 1.7rem;
  font-weight: 700;
}

.success-msg h3,
.success-prep h4 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
}

.success-msg p {
  margin: 10px 0 0;
  color: var(--ink-soft);
}

.success-prep {
  margin-top: 24px;
  padding: 18px;
  border-radius: var(--radius);
  background: var(--paper-soft);
  text-align: left;
}

.success-prep ol {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding-left: 24px;
}

.success-prep strong,
.success-prep span {
  display: block;
}

footer {
  padding: 46px 0 60px;
}

.footer-inner {
  width: min(100% - 48px, var(--container));
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  text-align: center;
}

.footer-inner p {
  margin: 0 auto 12px;
  max-width: 760px;
}

.footer-inner span {
  color: var(--gold);
  font-weight: 700;
}

.secret-guide-link {
  position: fixed;
  right: 10px;
  bottom: 8px;
  z-index: 20;
  width: 18px;
  height: 18px;
  color: rgba(83, 70, 59, 0.14);
  font-size: 0.9rem;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}

.secret-guide-link:hover,
.secret-guide-link:focus-visible {
  color: rgba(15, 118, 110, 0.52);
  outline: none;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  .primary-btn,
  .topbar-action,
  .quiet-link,
  .submit-btn {
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
  }

  .primary-btn:hover,
  .topbar-action:hover,
  .submit-btn:hover {
    transform: translateY(-1px);
  }
}

@media (max-width: 920px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .topbar-links {
    display: none;
  }

  .hero-grid,
  .split-section,
  .form-layout {
    grid-template-columns: 1fr;
  }

  .hero-media {
    max-width: 620px;
  }

  .hero-media img {
    min-height: 0;
    height: clamp(260px, 48vw, 380px);
  }

  .form-intro {
    position: static;
  }

  .included-list,
  .know-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .container,
  .footer-inner {
    width: min(100% - 28px, var(--container));
  }

  .topbar {
    min-height: 58px;
    padding: 0 14px;
  }

  .topbar-action {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.88rem;
  }

  .home-hero {
    padding-top: 34px;
  }

  .hero-copy h1 {
    font-size: 2.48rem;
  }

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

  .trust-strip div {
    min-height: 88px;
    padding: 10px;
  }

  .trust-strip strong {
    font-size: 0.88rem;
  }

  .trust-strip span {
    font-size: 0.78rem;
    line-height: 1.42;
  }

  .hero-media img {
    height: 180px;
  }

  .hero-media figcaption,
  .soft-image figcaption {
    padding: 10px 12px;
  }

  .page-section {
    padding: 48px 0;
  }

  .fee-panel {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .fee-mark {
    min-height: 110px;
  }

  .capacity-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .form-wrap {
    padding: 18px;
  }
}

/* Final mockup-fidelity overrides: keep these last so the live page matches the approved visual reference. */
:root {
  --paper: #fbf6ec;
  --paper-soft: #fffaf1;
  --surface: #fffdf8;
  --surface-tint: #fbf0dd;
  --ink: #3a2818;
  --ink-soft: #5f4b38;
  --muted: #7b6b5d;
  --gold: #b98927;
  --gold-soft: #d5b25e;
  --gold-pale: #f6ead1;
  --teal: #0b6d68;
  --teal-soft: #e3f0ed;
  --border: #dfcfae;
  --border-strong: #cba85d;
  --shadow: 0 22px 60px rgba(77, 49, 18, 0.13);
  --container: 1220px;
}

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

.site-shell {
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 255, 255, 0.92), transparent 34%),
    linear-gradient(180deg, #fffaf1 0%, var(--paper) 46%, #f8eddc 100%);
}

.topbar {
  min-height: 74px;
  padding: 0 max(42px, calc((100vw - 1320px) / 2));
  border-bottom-color: rgba(195, 157, 88, 0.26);
  background: rgba(255, 251, 242, 0.94);
}

.brand-lockup {
  display: grid;
  gap: 0;
  line-height: 1.05;
  text-decoration: none;
}

.brand-lockup span {
  font-family: var(--serif);
  font-size: 1.9rem;
  font-weight: 600;
}

.brand-lockup small {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 400;
}

.topbar-links {
  justify-content: end;
  gap: clamp(20px, 2vw, 34px);
}

.topbar-links a {
  position: relative;
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 500;
}

.topbar-links a[aria-current="page"] {
  color: var(--gold);
}

.topbar-links a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: -11px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
}

.topbar-action,
.primary-btn,
.submit-btn {
  border-color: rgba(154, 108, 28, 0.42);
  background: linear-gradient(180deg, #cda34c, #ae7b1d);
  color: #fffdf8;
  box-shadow: 0 12px 28px rgba(139, 95, 22, 0.22);
}

.topbar-action:hover,
.primary-btn:hover,
.submit-btn:hover {
  background: linear-gradient(180deg, #d6ad58, #b88324);
  color: #fffdf8;
}

.home-hero {
  padding: 0;
}

.hero-grid {
  width: min(100%, 1440px);
  min-height: min(780px, calc(100vh - 74px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(430px, 0.92fr) minmax(520px, 1.08fr);
  gap: 0;
  align-items: stretch;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px clamp(36px, 6vw, 118px);
  text-align: center;
}

.hero-copy h1 {
  max-width: 620px;
  font-size: clamp(4.9rem, 9vw, 7.2rem);
  font-weight: 500;
  line-height: 0.98;
}

.hero-copy h1 span {
  display: block;
  margin-top: 0.12em;
  font-size: 0.46em;
  line-height: 1.22;
}

.ornament {
  position: relative;
  width: 240px;
  height: 18px;
  margin: 22px auto 0;
  background:
    radial-gradient(circle at center, var(--gold) 0 2px, transparent 3px),
    radial-gradient(circle at calc(50% - 8px) center, rgba(185, 137, 39, 0.42) 0 2px, transparent 3px),
    radial-gradient(circle at calc(50% + 8px) center, rgba(185, 137, 39, 0.42) 0 2px, transparent 3px);
}

.ornament::before,
.ornament::after {
  position: absolute;
  top: 9px;
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185, 137, 39, 0.78));
  content: "";
}

.ornament::before {
  left: 0;
}

.ornament::after {
  right: 0;
  transform: scaleX(-1);
}

.hero-lead {
  max-width: 460px;
  margin-top: 20px;
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.8;
}

.hero-free-card {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-items: center;
  width: min(100%, 480px);
  margin-top: 24px;
  padding: 16px 20px;
  border: 1px solid rgba(185, 137, 39, 0.36);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.74);
  color: var(--gold);
  text-align: left;
}

.hero-free-card svg,
.fee-lotus svg {
  width: 48px;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hero-free-card p {
  margin: 0;
}

.hero-free-card strong,
.hero-free-card span {
  display: block;
}

.hero-free-card strong {
  color: var(--ink);
  font-weight: 700;
}

.hero-free-card span {
  color: var(--gold);
  font-weight: 700;
}

.hero-actions {
  width: min(100%, 480px);
  margin-top: 26px;
}

.primary-btn {
  justify-content: center;
  width: 100%;
  min-height: 64px;
  border-radius: 8px;
  font-size: 1.13rem;
}

.primary-btn span {
  margin-left: 22px;
  font-size: 1.7rem;
  line-height: 1;
}

.queue-note {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.9rem;
}

.queue-note svg {
  width: 19px;
  height: 19px;
  color: var(--ink-soft);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.queue-note p {
  margin: 0;
}

.hero-media {
  height: 100%;
  min-height: 620px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: 50% 50%;
}

.hero-media figcaption,
.intro-band {
  display: none;
}

.page-section {
  padding: 74px 0;
}

.section-heading-centered {
  margin-bottom: 46px;
  text-align: center;
}

.section-heading-centered h2,
.page-section h2 {
  font-size: clamp(2.45rem, 4.2vw, 4.1rem);
  font-weight: 500;
  text-align: center;
}

.section-heading-centered .ornament {
  margin-top: 12px;
}

.audience-section {
  background: #fffdf8;
}

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

.audience-grid article,
.know-grid article {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 160px;
  padding: 12px 28px;
  border-right: 1px solid rgba(195, 157, 88, 0.34);
  text-align: center;
}

.audience-grid article:last-child,
.know-grid article:last-child {
  border-right: 0;
}

.line-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  color: var(--teal);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.audience-grid p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.62;
}

#receive {
  background: linear-gradient(180deg, #fbf0dd, #fdf6eb);
}

.receive-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 38px;
  margin-top: 0;
}

.receive-grid article {
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
}

.receive-grid figure {
  width: 180px;
  height: 180px;
  margin: 0 auto 22px;
  overflow: hidden;
  border-radius: 50%;
  background: #efe3d0;
  box-shadow: 0 18px 46px rgba(86, 57, 24, 0.1);
}

.receive-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.receive-grid h3 {
  font-size: 1.22rem;
  font-weight: 700;
}

.receive-grid p {
  max-width: 210px;
  margin: 8px auto 0;
  color: var(--ink-soft);
  line-height: 1.58;
}

.capacity-note-centered {
  justify-content: center;
  max-width: 760px;
  margin: 38px auto 0;
}

.fee-section {
  padding: 10px 0 50px;
  background: #fdf6eb;
}

.fee-panel {
  grid-template-columns: 150px 1fr;
  max-width: 1080px;
  padding: 30px 48px;
  border: 1px solid rgba(185, 137, 39, 0.34);
  border-left: 0;
  background: rgba(255, 253, 248, 0.68);
}

.fee-lotus {
  display: grid;
  place-items: center;
}

.fee-lotus svg {
  width: 112px;
  stroke-width: 1.6;
}

.fee-panel h2 {
  color: var(--gold);
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  text-align: left;
}

.fee-panel ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 22px;
  color: var(--ink-soft);
  line-height: 1.72;
}

#know {
  background: linear-gradient(180deg, #fff8ea, #fbf0dd);
}

.know-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
}

.know-grid article {
  min-height: 178px;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  background: transparent;
}

.know-grid h3 {
  font-size: 1rem;
  line-height: 1.46;
}

.know-grid p {
  margin-top: 8px;
  font-size: 0.9rem;
}

.practice-note {
  max-width: 890px;
  margin: 28px auto 0;
  padding: 16px 24px;
  border: 1px solid rgba(185, 137, 39, 0.26);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.62);
  color: var(--ink-soft);
  text-align: center;
}

.form-section {
  padding-top: 18px;
  background: #fbf0dd;
}

.form-layout {
  max-width: 1110px;
  grid-template-columns: 0.58fr 1fr;
  gap: 28px;
  padding: 24px;
  border: 1px solid rgba(185, 137, 39, 0.28);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.5);
  box-shadow: 0 14px 42px rgba(77, 49, 18, 0.08);
}

.form-intro {
  position: relative;
  top: auto;
  align-self: center;
  padding: 20px 8px 20px 18px;
}

.form-intro h2 {
  font-size: clamp(2.25rem, 4vw, 3.45rem);
  text-align: left;
}

.form-intro p {
  max-width: 320px;
  margin-top: 12px;
}

.form-benefits {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.form-benefits li {
  position: relative;
  padding-left: 28px;
}

.form-benefits li::before {
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 16px;
  height: 16px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  content: "";
}

.form-wrap {
  padding: 22px;
  border-color: rgba(208, 188, 150, 0.76);
  border-radius: 8px;
  box-shadow: none;
}

.form-row {
  margin-bottom: 10px;
}

.form-row label {
  margin-bottom: 4px;
  font-size: 0.84rem;
}

.form-row input,
.form-row textarea,
.form-row select {
  border-radius: 6px;
  font-size: 0.92rem;
}

.form-row input,
.form-row select {
  min-height: 36px;
}

.form-row textarea {
  min-height: 76px;
}

.form-note {
  display: none;
}

.privacy-row {
  margin: 12px 0;
  font-size: 0.82rem;
  line-height: 1.45;
}

.submit-btn {
  min-height: 40px;
  border-radius: 6px;
}

footer {
  padding: 0;
  background: #fbf0dd;
}

.footer-inner {
  display: grid;
  grid-template-columns: 220px 1fr 320px;
  gap: 32px;
  align-items: center;
  width: min(100% - 48px, 1320px);
  padding: 20px 0;
  text-align: left;
}

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

.footer-brand strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.footer-brand span {
  color: var(--muted);
  font-size: 0.78rem;
}

.footer-inner p {
  margin: 0;
  color: var(--muted);
  text-align: center;
}

.footer-inner nav {
  display: flex;
  justify-content: end;
  gap: 24px;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-inner nav a {
  text-decoration: none;
}

@media (max-width: 1180px) {
  .topbar-links {
    gap: 16px;
  }

  .hero-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-copy h1 {
    font-size: clamp(4rem, 7.2vw, 5.8rem);
  }

  .receive-grid {
    gap: 24px;
  }
}

@media (max-width: 920px) {
  .topbar {
    min-height: 64px;
  }

  .brand-lockup span {
    font-size: 1.5rem;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: auto;
    padding: 54px 24px 34px;
  }

  .hero-media {
    min-height: auto;
    padding: 0 24px 42px;
  }

  .hero-media img {
    min-height: 0;
    height: 340px;
    border-radius: 8px;
  }

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

  .audience-grid article,
  .know-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(195, 157, 88, 0.26);
  }

  .fee-panel,
  .form-layout {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-inner nav {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .brand-lockup small {
    display: none;
  }

  .home-hero {
    padding: 0;
  }

  .hero-copy h1 {
    font-size: 3.55rem;
  }

  .hero-copy h1 span {
    font-size: 0.45em;
  }

  .ornament {
    width: 184px;
  }

  .ornament::before,
  .ornament::after {
    width: 72px;
  }

  .hero-free-card {
    grid-template-columns: 38px 1fr;
    padding: 13px 14px;
  }

  .hero-free-card svg {
    width: 38px;
  }

  .primary-btn {
    min-height: 54px;
  }

  .hero-media {
    padding-inline: 14px;
  }

  .hero-media img {
    height: 236px;
  }

  .page-section {
    padding: 54px 0;
  }

  .section-heading-centered {
    margin-bottom: 34px;
  }

  .audience-grid,
  .receive-grid,
  .know-grid {
    grid-template-columns: 1fr;
  }

  .audience-grid article,
  .know-grid article {
    min-height: auto;
    padding: 22px 12px;
  }

  .receive-grid {
    gap: 32px;
  }

  .receive-grid figure {
    width: 150px;
    height: 150px;
  }

  .fee-panel {
    padding: 24px;
  }

  .fee-panel h2,
  .form-intro h2 {
    text-align: center;
  }

  .form-intro {
    padding: 8px 0;
    text-align: center;
  }

  .form-intro p {
    margin-inline: auto;
  }

  .form-benefits {
    justify-items: start;
    width: fit-content;
    margin-inline: auto;
    text-align: left;
  }

  .form-layout {
    padding: 18px;
  }
}

/* Final fold correction: must be the last rule block. */
@media (min-width: 921px) {
  .hero-grid {
    min-height: min(720px, calc(100vh - 128px));
  }

  .hero-media,
  .hero-media img {
    min-height: 560px;
  }
}

/* Final mobile fold correction: keep below all mobile rules. */
@media (max-width: 640px) {
  .hero-copy {
    padding: 36px 20px 20px;
  }

  .hero-copy h1 {
    font-size: 3.2rem;
  }

  .hero-lead {
    margin-top: 16px;
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .hero-free-card {
    margin-top: 18px;
    padding: 10px 12px;
  }

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

  .primary-btn {
    min-height: 48px;
  }

  .queue-note {
    margin-top: 12px;
    font-size: 0.82rem;
  }

  .hero-media {
    padding-bottom: 26px;
  }

  .hero-media img {
    height: 160px;
  }
}

/* Typography audit: keep compact content below hero/section scale. */
.form-intro h2 {
  font-size: clamp(2.05rem, 3vw, 2.65rem);
  line-height: 1.22;
}

.form-intro p {
  font-size: 0.98rem;
  line-height: 1.72;
}

.form-row label {
  font-size: 0.88rem;
  line-height: 1.45;
}

.form-note,
.privacy-row {
  font-size: 0.82rem;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .form-intro h2 {
    font-size: 2.05rem;
  }

  .form-intro p {
    font-size: 0.95rem;
  }
}

/* Older-reader type pass: enlarge reading and action text, not display titles. */
.topbar-links a {
  font-size: 1rem;
}

.topbar-action,
.primary-btn,
.submit-btn {
  font-size: 1.08rem;
}

.hero-lead {
  font-size: clamp(1.08rem, 1.7vw, 1.18rem);
  line-height: 1.82;
}

.hero-free-card strong,
.hero-free-card span {
  font-size: 1.05rem;
  line-height: 1.55;
}

.queue-note {
  font-size: 0.98rem;
}

.audience-grid p,
.receive-grid p,
.fee-panel li,
.practice-note,
.form-benefits,
.footer-inner p,
.footer-inner nav a {
  font-size: 1.06rem;
  line-height: 1.72;
}

.receive-grid h3,
.know-grid h3 {
  font-size: 1.16rem;
  line-height: 1.42;
}

.know-grid p {
  font-size: 1rem;
  line-height: 1.62;
}

.form-intro p {
  font-size: 1.06rem;
  line-height: 1.72;
}

.form-row label {
  font-size: 1rem;
  line-height: 1.45;
}

.form-row input,
.form-row textarea,
.form-row select {
  font-size: 1.04rem;
  line-height: 1.55;
}

.form-note,
.privacy-row {
  font-size: 0.94rem;
  line-height: 1.58;
}

@media (max-width: 640px) {
  .topbar-action {
    font-size: 0.95rem;
  }

  .hero-lead {
    font-size: 1.03rem;
    line-height: 1.72;
  }

  .hero-free-card strong,
  .hero-free-card span {
    font-size: 1rem;
  }

  .queue-note {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .audience-grid p,
  .receive-grid p,
  .fee-panel li,
  .practice-note,
  .form-benefits {
    font-size: 1.02rem;
    line-height: 1.68;
  }

  .receive-grid h3,
  .know-grid h3 {
    font-size: 1.14rem;
  }

  .know-grid p {
    font-size: 1rem;
  }

  .form-intro p {
    font-size: 1.02rem;
  }

  .form-row label,
  .form-row input,
  .form-row textarea,
  .form-row select {
    font-size: 1rem;
  }

  .form-note,
  .privacy-row {
    font-size: 0.92rem;
  }
}

/* Homepage readiness checkpoint: matches the approved calm editorial mockup. */
#know {
  padding-bottom: 46px;
}

.readiness-section {
  padding: 24px 0 54px;
}

.readiness-panel {
  padding: clamp(30px, 4vw, 46px);
  border: 1.5px solid rgba(13, 122, 116, 0.72);
  border-radius: 10px;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 30%),
    linear-gradient(135deg, rgba(234, 247, 243, 0.94), rgba(255, 253, 246, 0.9));
  box-shadow: 0 22px 58px rgba(83, 61, 38, 0.08);
}

.readiness-heading {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 28px;
}

.readiness-lotus,
.readiness-note svg {
  color: var(--teal);
}

.readiness-lotus {
  width: 72px;
  height: 72px;
}

.readiness-lotus path,
.readiness-note svg path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.readiness-heading h2 {
  margin: 0;
  color: var(--teal);
  font-family: var(--serif);
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  font-weight: 600;
  line-height: 1.18;
}

.readiness-heading p {
  max-width: 880px;
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 1.1rem;
  line-height: 1.72;
}

.readiness-content {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 30px;
  align-items: start;
}

.readiness-list {
  display: grid;
  gap: 18px;
  align-content: start;
}

.readiness-list article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 150px;
  padding: 24px 28px;
  border: 1px solid rgba(210, 184, 132, 0.58);
  border-radius: 9px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 14px 34px rgba(83, 61, 38, 0.045);
}

.readiness-list article > span {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: var(--teal);
  color: #fffdf8;
  font-size: 1.38rem;
  font-weight: 800;
  line-height: 1;
}

.readiness-list h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.2vw, 1.68rem);
  font-weight: 800;
  line-height: 1.35;
}

.readiness-list p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 1.1rem;
  line-height: 1.68;
}

.readiness-photo {
  height: clamp(450px, 36vw, 540px);
  margin: 0;
  overflow: hidden;
  border-radius: 9px;
  background: var(--paper);
  box-shadow: 0 18px 46px rgba(83, 61, 38, 0.1);
}

.readiness-photo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.readiness-note {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: 24px;
  padding: 26px 30px;
  border: 1px solid rgba(13, 122, 116, 0.22);
  border-left: 7px solid var(--teal);
  border-radius: 9px;
  background: rgba(229, 245, 241, 0.84);
}

.readiness-note svg {
  width: 58px;
  height: 58px;
}

.readiness-note strong {
  display: block;
  color: var(--teal);
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  font-weight: 800;
  line-height: 1.42;
}

.readiness-note p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.66;
}

.form-section {
  padding-top: 38px;
}

@media (max-width: 980px) {
  .readiness-content {
    grid-template-columns: 1fr;
  }

  .readiness-photo {
    height: auto;
    min-height: 0;
  }

  .readiness-photo img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 640px) {
  #know {
    padding-bottom: 28px;
  }

  .readiness-section {
    padding: 16px 0 38px;
  }

  .readiness-panel {
    width: min(100% - 28px, var(--container));
    padding: 22px 18px;
    border-radius: 8px;
  }

  .readiness-heading {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 22px;
  }

  .readiness-lotus {
    width: 52px;
    height: 52px;
  }

  .readiness-heading h2 {
    font-size: clamp(1.85rem, 9vw, 2.38rem);
  }

  .readiness-heading p {
    font-size: 1.03rem;
    line-height: 1.7;
  }

  .readiness-content {
    gap: 18px;
  }

  .readiness-list article {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    min-height: 112px;
    padding: 18px 16px;
  }

  .readiness-list article > span {
    width: 46px;
    height: 46px;
    font-size: 1.18rem;
  }

  .readiness-list h3 {
    font-size: 1.28rem;
  }

  .readiness-list p {
    font-size: 1rem;
    line-height: 1.62;
  }

  .readiness-photo img {
    aspect-ratio: 4 / 3;
  }

  .readiness-note {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 18px;
    padding: 20px 18px;
  }

  .readiness-note svg {
    width: 46px;
    height: 46px;
  }

  .readiness-note strong {
    font-size: 1.18rem;
  }

  .readiness-note p {
    font-size: 1rem;
  }

  .form-section {
    padding-top: 26px;
  }
}
