:root {
  --page: #f6f1e8;
  --page-strong: #fbf8f3;
  --panel: rgba(255, 252, 247, 0.92);
  --panel-soft: rgba(255, 250, 244, 0.8);
  --ink: #243128;
  --ink-soft: #5f6d60;
  --ink-muted: #7a8677;
  --sage: #87956f;
  --sage-deep: #61714f;
  --sage-pale: rgba(135, 149, 111, 0.12);
  --sand: #dccab3;
  --line: rgba(97, 113, 79, 0.14);
  --shadow: 0 20px 48px rgba(59, 65, 51, 0.09);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(220, 202, 179, 0.28), transparent 22%),
    radial-gradient(circle at 85% 8%, rgba(135, 149, 111, 0.08), transparent 18%),
    linear-gradient(180deg, #faf6f0 0%, var(--page) 52%, #efe6da 100%);
  color: var(--ink);
  font-family: "Segoe UI Variable", "Avenir Next", "Segoe UI", sans-serif;
}

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

button {
  font: inherit;
}

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

.site-atmosphere {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.ambient {
  position: absolute;
  border-radius: 999px;
  filter: blur(28px);
}

.ambient-one {
  top: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(220, 202, 179, 0.34), transparent 72%);
}

.ambient-two {
  right: -120px;
  top: 240px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(135, 149, 111, 0.12), transparent 76%);
}

.site-header,
.site-main,
.site-footer {
  width: min(1120px, calc(100vw - 32px));
  margin: 0 auto;
}

.shell-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.98), var(--panel));
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 16px 20px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(135, 149, 111, 0.22), rgba(255, 252, 247, 0.86));
  overflow: hidden;
  flex-shrink: 0;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-copy,
.footer-copy {
  display: grid;
  gap: 4px;
}

.brand-copy strong,
.hero h1,
.section-head h2,
.journey-panel h2,
.plan-card h3,
.contact-copy h2 {
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  letter-spacing: -0.03em;
}

.brand-copy strong {
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 0.96;
}

.brand-copy small,
.hero-text,
.section-text,
.service-card p,
.journey-item p,
.plan-description,
.faq-item p,
.assistant-answer,
.footer-copy span,
.site-footer a,
.contact-meta span {
  color: var(--ink-soft);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px 18px;
}

.site-nav a {
  font-size: 15px;
}

.nav-action,
.button-primary,
.button-secondary,
.floating-whatsapp,
.assistant-questions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.nav-action,
.button-primary,
.floating-whatsapp {
  background: linear-gradient(135deg, var(--sage-deep), var(--sage));
  color: #fffdf8;
  font-weight: 600;
  box-shadow: 0 14px 28px rgba(97, 113, 79, 0.18);
}

.button-secondary,
.assistant-questions button {
  border: 1px solid var(--line);
  background: rgba(255, 252, 247, 0.84);
}

.nav-action:hover,
.button-primary:hover,
.button-secondary:hover,
.floating-whatsapp:hover,
.assistant-questions button:hover,
.reel-card:hover {
  transform: translateY(-2px);
}

.site-main {
  display: grid;
  gap: 24px;
  padding: 24px 0 28px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  padding: 26px;
}

.hero-copy {
  display: grid;
  align-content: center;
  gap: 0;
}

.eyebrow,
.service-index,
.plan-badge,
.plan-category,
.reel-copy span {
  margin: 0;
  color: var(--sage-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(42px, 5.2vw, 62px);
  line-height: 0.98;
  max-width: 10ch;
}

.hero-text,
.section-text,
.service-card p,
.journey-item p,
.plan-description,
.faq-item p,
.assistant-answer {
  line-height: 1.68;
}

.hero-text {
  margin: 18px 0 0;
  max-width: 34ch;
  font-size: 18px;
}

.hero-tags,
.hero-actions,
.service-grid,
.plan-grid,
.assistant-questions,
.contact-meta,
.site-footer {
  display: flex;
}

.hero-tags,
.assistant-questions,
.contact-meta {
  flex-wrap: wrap;
  gap: 10px;
}

.hero-tags {
  margin-top: 22px;
}

.hero-tags span,
.contact-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 252, 247, 0.76);
}

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

.hero-visual {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius-xl) - 6px);
  background: #ddd1c2;
  min-height: 420px;
}

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

.hero-note {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 6px;
  max-width: 360px;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 252, 247, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.hero-note strong {
  font-size: 22px;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}

.hero-note span {
  color: var(--ink-soft);
}

.services-section,
.journey-panel,
.media-panel,
.plans-section,
.faq-panel,
.assistant-panel,
.contact-section {
  padding: 24px;
}

.section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.section-head-compact {
  margin-bottom: 14px;
}

.section-head h2,
.journey-panel h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.02;
  max-width: 14ch;
}

.section-text {
  margin: 0;
  max-width: 62ch;
  font-size: 17px;
}

.service-grid,
.plan-grid {
  gap: 14px;
  flex-wrap: wrap;
}

.service-card,
.plan-card {
  flex: 1 1 220px;
  padding: 22px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 252, 247, 0.72);
}

.service-card h3,
.plan-card h3,
.reel-copy strong {
  margin: 12px 0 10px;
  font-size: 30px;
  line-height: 1;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}

.service-card p {
  margin: 0;
}

.experience-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.support-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.journey-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.journey-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.journey-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.journey-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 999px;
  background: var(--sage-pale);
  color: var(--sage-deep);
  font-weight: 700;
}

.journey-item p {
  margin: 0;
}

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

.reel-card {
  display: grid;
  gap: 12px;
  padding: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 252, 247, 0.74);
}

.reel-media {
  display: grid;
  place-items: center;
  height: 220px;
  padding: 12px;
  background: linear-gradient(180deg, rgba(236, 227, 216, 0.9), rgba(250, 245, 238, 0.96));
}

.reel-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reel-copy {
  display: grid;
  gap: 8px;
  padding: 0 16px 18px;
}

.reel-copy strong {
  margin: 0;
  font-size: 24px;
}

.plans-section .section-head {
  margin-bottom: 16px;
}

.plan-card {
  display: grid;
  align-content: start;
}

.plan-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--sage-pale);
  width: fit-content;
}

.plan-category {
  margin: 0 0 8px;
}

.plan-description {
  margin: 0;
}

.plan-footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  margin-top: 22px;
}

.plan-footer strong {
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 30px;
}

.plan-footer span {
  max-width: 150px;
  color: var(--ink-soft);
  text-align: right;
}

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

.faq-item {
  padding: 0 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 252, 247, 0.72);
}

.faq-item summary {
  list-style: none;
  position: relative;
  cursor: pointer;
  padding: 18px 28px 18px 0;
  font-size: 20px;
  line-height: 1.2;
  font-family: "Segoe UI Variable", "Segoe UI", sans-serif;
  font-weight: 600;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 16px;
  color: var(--sage-deep);
  font-size: 28px;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 0 0 18px;
}

.assistant-header {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.assistant-questions button {
  padding-inline: 18px;
}

.assistant-answer {
  min-height: 84px;
  margin-top: 14px;
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 252, 247, 0.72);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 24px;
  align-items: center;
}

.contact-side {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 10;
}

.site-footer {
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 0 28px;
}

.footer-copy strong {
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 22px;
}

@media (max-width: 1080px) {
  .experience-section,
  .contact-section,
  .site-header {
    grid-template-columns: 1fr;
  }

  .site-header {
    display: grid;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .hero h1 {
    max-width: 11ch;
  }

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

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

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

  .contact-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header,
  .site-main,
  .site-footer {
    width: min(100vw - 20px, 1120px);
  }

  .site-header,
  .hero,
  .services-section,
  .journey-panel,
  .media-panel,
  .plans-section,
  .faq-panel,
  .assistant-panel,
  .contact-section {
    padding: 18px;
  }

  .site-main {
    gap: 18px;
    padding-top: 18px;
  }

  .site-nav,
  .hero-actions,
  .contact-side,
  .contact-meta,
  .assistant-questions {
    align-items: stretch;
  }

  .nav-action,
  .button-primary,
  .button-secondary,
  .assistant-questions button {
    width: 100%;
  }

  .hero-actions,
  .contact-meta,
  .assistant-questions {
    flex-direction: column;
  }

  .hero h1 {
    font-size: clamp(34px, 11vw, 50px);
    max-width: none;
  }

  .section-head h2,
  .journey-panel h2,
  .contact-copy h2 {
    font-size: clamp(26px, 9vw, 34px);
    max-width: none;
  }

  .service-card h3,
  .plan-card h3 {
    font-size: 28px;
  }

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

  .hero-note {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .service-grid,
  .plan-grid,
  .reel-grid {
    grid-template-columns: 1fr;
  }

  .journey-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

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

  .plan-footer span {
    text-align: left;
    max-width: none;
  }

  .floating-whatsapp {
    display: none;
  }

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