:root {
  --bg: #faf5ef;
  --bg-warm: #f7f0e8;
  --panel: rgba(255, 252, 247, 0.82);
  --panel-strong: #fbf7f2;
  --text: #2d2926;
  --muted: #675f58;
  --line: rgba(74, 57, 42, 0.16);
  --accent: #af6436;
  --accent-soft: #d69454;
  --shadow: 0 28px 60px rgba(124, 92, 62, 0.14);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.62), transparent 24%),
    radial-gradient(circle at 80% 20%, rgba(232, 208, 184, 0.16), transparent 26%),
    linear-gradient(180deg, #faf5ef 0%, #f7f0e8 54%, #faf5ef 100%);
}

.top-dream-panorama {
  width: 100%;
  height: auto;
  object-fit: fill;
}

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

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

.page-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 13px 0 80px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 6px 0 9px;
}

.brand {
  font-family: "Petit Formal Script", cursive;
  font-size: 2.45rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.brand-header {
  display: inline-flex;
  align-items: center;
  flex: 0 0 360px;
  opacity: 1;
  pointer-events: auto;
  font-family: "Forum", serif;
  font-size: 1.22rem;
  font-weight: 500;
  line-height: 1.2;
  color: #171411;
}

.brand-highlight {
  display: inline-block;
  padding: 0.12em 0.45em 0.16em;
  margin-right: 0.14em;
  border-radius: 999px;
  background: rgba(216, 185, 156, 0.62);
}

.quote-bubble .brand-bubble {
  font-size: 1.17rem;
  line-height: 1;
  color: #40352e;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  font-size: 1.34rem;
  font-family: "Forum", serif;
  color: var(--muted);
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-weight: 500;
}

.nav-links a:not(:last-child)::after {
  content: "|";
  margin: 0 0.35em;
  color: rgba(103, 95, 88, 0.72);
}

.header-centerpiece {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 360px;
  min-width: 0;
  margin-left: -58px;
}

.header-centerpiece img {
  width: min(100%, 360px);
  max-height: 78px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 8px 14px rgba(184, 133, 90, 0.12));
}

.top-title-bar {
  position: relative;
  overflow: hidden;
  margin-bottom: 7px;
  padding: 13px 24px;
  border-radius: 0 0 120px 120px;
  background: linear-gradient(180deg, #ddc3aa 0%, #d8b99c 100%);
  text-align: center;
}

.top-title-bar p {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Forum", serif;
  font-size: clamp(1.15rem, 1.95vw, 1.85rem);
  line-height: 1.08;
  color: #4d4138;
}

.top-title-bar p span {
  min-width: 0;
}

.title-icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  filter: drop-shadow(0 6px 10px rgba(124, 83, 56, 0.13));
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.hero {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 28px;
  align-items: center;
  padding: 0 0 20px;
}

.eyebrow,
.section-kicker {
  margin: 0;
  font-family: "Forum", serif;
  color: #8f6e54;
}

.eyebrow {
  display: block;
  width: fit-content;
  max-width: min(100%, 76ch);
  margin: 0 auto;
  padding: 0.18em 0.7em 0.22em;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(168, 116, 77, 0), rgba(168, 116, 77, 0.2) 24%, rgba(168, 116, 77, 0.18) 74%, rgba(168, 116, 77, 0));
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  color: #5f4634;
  text-align: center;
}

.section-kicker {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 1.46rem;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Forum", serif;
  font-weight: 600;
  line-height: 1.02;
}

h1 {
  max-width: 10ch;
  margin-top: 16px;
  font-size: clamp(3.2rem, 6vw, 5.6rem);
}

.hero-body {
  max-width: 76ch;
  margin: 16px 0 0;
  font-family: "Forum", serif;
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.75;
  color: #9b7a61;
}

.hero-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 26px 0 18px;
}

.hero-divider span {
  display: block;
  width: 130px;
  height: 1px;
  background: #6f5a48;
}

.hero-divider p,
.lede,
.intro-copy p,
.info-card p,
.practice-item p,
.closing-text {
  color: var(--muted);
  line-height: 1.8;
}

.hero-divider p {
  margin: 0;
  font-size: 1.02rem;
}

.lede {
  max-width: 55ch;
  margin: 0;
  font-size: 1.08rem;
}

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

.hero-note {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  max-width: 36ch;
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.45;
  color: #2d2926;
}

.hero-note::before {
  content: "";
  flex: 0 0 76px;
  height: 2px;
  background: currentColor;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button-primary {
  color: #fffaf5;
  background: linear-gradient(180deg, #b86c39, #a95f31);
  box-shadow: 0 16px 30px rgba(169, 95, 49, 0.18);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.46);
  color: var(--text);
}

.hero-visual {
  position: relative;
  min-height: 353px;
  display: grid;
  place-items: center;
  align-items: start;
}

.shape {
  position: absolute;
  border-radius: 44px;
  background: rgba(255, 248, 240, 0.88);
  pointer-events: none;
}

.shape-left {
  top: 101px;
  left: 56px;
  width: 245px;
  height: 161px;
  border-top-left-radius: 90px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
}

.shape-right {
  top: -6px;
  right: 40px;
  width: 297px;
  height: 335px;
  background: rgba(214, 185, 156, 0.82);
  border-top-right-radius: 180px;
  border-top-left-radius: 180px;
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
}

.portrait {
  position: relative;
  z-index: 2;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.portrait-main {
  width: min(246px, 100%);
  border-radius: 180px 180px 26px 26px;
  background: #d5cbc1;
  transform: translateY(-12px);
}

.portrait-main img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.quote-bubble {
  position: absolute;
  z-index: 3;
  left: 92px;
  bottom: -16px;
  max-width: 180px;
  padding: 8px 16px;
  border: 1px solid rgba(110, 83, 63, 0.12);
  border-radius: 22px;
  background: rgba(255, 252, 247, 0.94);
  box-shadow: 0 20px 40px rgba(113, 85, 57, 0.1);
}

.quote-bubble p {
  margin: 0;
  font-size: inherit;
}

.quote-bubble p {
  margin: 0;
  font-family: "Forum", serif;
  font-size: 2rem;
  line-height: 1.05;
}

.section {
  margin-top: 28px;
  padding: 34px;
  border: 1px solid rgba(74, 57, 42, 0.1);
  border-radius: 36px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.intro-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.intro-portrait {
  position: relative;
}

.portrait-soft {
  max-width: 500px;
  margin: 0 auto;
  padding: 12px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.46);
}

.portrait-soft img {
  border-radius: 22px;
}

.intro-copy h2,
.cards-section h2,
.practice-copy h2 {
  margin-top: 12px;
  font-size: clamp(2.4rem, 4.4vw, 4.3rem);
  max-width: 13ch;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.section-intro {
  margin: 14px 0 0;
  font-size: 1.12rem;
  color: var(--muted);
  line-height: 1.7;
}

.section-action {
  margin-top: 20px;
}

.section-note {
  margin: 14px 0 0;
  font-size: 0.98rem;
  color: var(--muted);
}

.section-note a {
  color: #8e542f;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.info-card,
.practice-item {
  padding: 24px;
  border: 1px solid rgba(74, 57, 42, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.52);
}

.card-illustration {
  width: 100%;
  margin-top: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.4);
}

.info-card h3 {
  font-size: 2rem;
}

.practice-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: start;
}

.practice-list {
  display: grid;
  gap: 16px;
}

.practice-item span {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: var(--text);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.faq-item {
  padding: 24px;
  border: 1px solid rgba(74, 57, 42, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.52);
}

.faq-item h3 {
  font-size: 1.9rem;
}

.faq-item p {
  color: var(--muted);
  line-height: 1.75;
}

.closing-section {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 0.95fr);
  gap: 34px;
  align-items: center;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.8), transparent 40%),
    var(--panel-strong);
}

.closing-figure {
  order: 2;
}

.closing-figure img {
  width: 100%;
  max-width: 468px;
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  filter: sepia(0.88) saturate(0.7) contrast(0.95);
}

.closing-copy {
  order: 1;
  text-align: center;
}

.form-page .page-shell {
  padding-bottom: 56px;
}

.form-section {
  max-width: 820px;
  margin: 34px auto 0;
  background:
    radial-gradient(circle at 92% 4%, rgba(214, 148, 84, 0.16), transparent 32%),
    var(--panel-strong);
}

.form-intro {
  max-width: 620px;
}

.form-intro h1 {
  max-width: none;
  margin-top: 10px;
  font-size: clamp(2.5rem, 5vw, 4.2rem);
}

.form-intro p:not(.section-kicker) {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.contact-form {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-field {
  display: grid;
  gap: 8px;
  font-weight: 700;
  color: #4f4035;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(74, 57, 42, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--text);
  font: inherit;
  line-height: 1.5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.form-field input {
  min-height: 50px;
  padding: 0 14px;
}

.form-field textarea {
  min-height: 190px;
  padding: 14px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: 2px solid rgba(175, 100, 54, 0.26);
  border-color: rgba(175, 100, 54, 0.42);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.thanks-section h1 {
  max-width: none;
  margin-top: 10px;
  font-size: clamp(2.5rem, 5vw, 4.2rem);
}

.thanks-section p:not(.section-kicker) {
  max-width: 58ch;
  margin: 14px 0 24px;
  color: var(--muted);
  line-height: 1.65;
}

.closing-text {
  max-width: 24ch;
  margin: 0 auto 24px;
  font-family: "Forum", serif;
font-size: clamp(1.4rem, 3vw, 2.2rem);
  line-height: 1.1;
  color: var(--text);
}

@media (max-width: 1024px) {
  .hero,
  .intro-section,
  .practice-section,
  .cards-grid,
  .faq-grid,
  .closing-section {
    grid-template-columns: 1fr;
  }

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

  .shape-left,
  .shape-right {
    inset: auto;
    width: auto;
    height: auto;
  }

  .shape-left {
    top: 98px;
    left: 22px;
    right: 74px;
    bottom: 70px;
  }

  .shape-right {
    top: 23px;
    right: 22px;
    left: 98px;
    bottom: 55px;
  }

  .intro-section {
    margin-top: 28px;
  }

  .portrait-main {
    transform: translateY(0);
  }

  .portrait-main {
    width: min(317px, 100%);
  }

  .closing-copy {
    text-align: center;
  }

  .intro-copy h2,
  .cards-section h2,
  .practice-copy h2 {
    max-width: none;
  }
}

@media (max-width: 900px) {
  .site-header {
    flex-direction: column;
    align-items: center;
  }

  .brand-header {
    flex: 0 0 auto;
    justify-content: center;
    text-align: center;
  }

  .header-centerpiece {
    width: 100%;
    flex: 0 0 auto;
    justify-content: center;
    margin-left: 0;
  }

  .header-centerpiece img {
    width: min(100%, 320px);
    height: 72px;
    object-fit: contain;
    object-position: center;
  }

  .nav-links {
    width: 100%;
    gap: 8px 16px;
    justify-content: center;
    font-size: 1.2rem;
    text-align: center;
  }

  .nav-links a:not(:last-child)::after {
    margin: 0 0 0 16px;
  }

  .hero-copy {
    text-align: center;
  }

  .eyebrow {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .hero-actions {
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 20px, 1240px);
    padding-top: 8px;
  }

  .top-dream-panorama {
    width: 100%;
  }

  .site-header {
    flex-direction: column;
    align-items: center;
  }

  .brand-header {
    flex: 0 0 auto;
  }

  .nav-links {
    gap: 10px 18px;
    justify-content: center;
    font-size: 1.12rem;
    text-align: center;
  }

  .nav-links a:not(:last-child)::after {
    margin: 0 0 0 18px;
  }

  .header-centerpiece {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }

  .header-centerpiece img {
    width: min(100%, 280px);
    height: 64px;
    object-fit: contain;
    object-position: center;
  }

  .top-title-bar {
    padding: 10px 18px;
    border-radius: 0 0 56px 56px;
  }

  .top-title-bar p {
    gap: 9px;
  }

  .title-icon {
    width: 28px;
    height: 28px;
  }

  h1 {
    max-width: none;
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .hero {
    gap: 28px;
    padding-bottom: 28px;
  }

  .hero-note {
    flex-basis: 100%;
  }

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

  .shape-left {
    inset: 80px 80px 70px 0;
  }

  .shape-right {
    inset: 30px 0 50px 90px;
  }

  .quote-bubble {
    position: static;
    max-width: none;
    margin-top: 10px;
  }

  .section {
    padding: 24px;
    border-radius: 28px;
  }
}
