:root {
  --bg: #fcf9f5;
  --surface: rgba(255, 255, 255, 0.76);
  --surface-strong: #f6f3ef;
  --surface-soft: #ebe8e4;
  --surface-accent: #f3ded6;
  --paper: #ffffff;
  --text: #2f2b28;
  --text-soft: #5f534d;
  --heading: #1c1c19;
  --primary: #8b493f;
  --primary-dark: #71352b;
  --primary-soft: #ffdad4;
  --secondary: #7d562d;
  --secondary-soft: #ffca98;
  --outline-soft: rgba(216, 193, 190, 0.32);
  --shadow: 0 30px 70px rgba(28, 28, 25, 0.07);
  --shadow-soft: 0 16px 40px rgba(28, 28, 25, 0.05);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(243, 222, 214, 0.9), transparent 28%),
    radial-gradient(circle at bottom right, rgba(255, 202, 152, 0.2), transparent 20%),
    linear-gradient(180deg, #fdfaf6 0%, #fcf9f5 32%, #f7f3ef 100%);
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}

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

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

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

.page-glow {
  position: fixed;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.45;
  pointer-events: none;
  z-index: -1;
}

.page-glow-left {
  top: -10rem;
  left: -12rem;
  background: rgba(242, 194, 176, 0.86);
}

.page-glow-right {
  right: -8rem;
  bottom: 6rem;
  background: rgba(228, 206, 165, 0.5);
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.narrow {
  width: min(calc(100% - 2rem), 920px);
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 7rem 0;
}

.section-kicker,
.eyebrow,
.guide-chip,
.panel-step,
.reservation-summary-label,
.payment-chip {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-kicker,
.eyebrow,
.reservation-summary-label,
.panel-step,
.payment-chip {
  color: var(--secondary);
}

h1,
h2,
h3 {
  margin: 0 0 1rem;
  color: var(--heading);
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

h1 {
  font-size: clamp(3rem, 6.6vw, 5.9rem);
  max-width: 11ch;
}

h2 {
  font-size: clamp(2.3rem, 4.2vw, 4rem);
}

h3 {
  font-size: clamp(1.55rem, 2.1vw, 2rem);
}

p {
  margin: 0 0 1rem;
}

.lead {
  max-width: 34rem;
  color: var(--text);
  font-size: 1.15rem;
}

.supporting-copy,
.section-heading p,
.about-copy p,
.contact-copy p,
.social-copy p,
.legal-copy,
.guide-cover p,
.hero-note-label,
.portrait-caption,
.story-copy p,
.service-card p,
.testimonial-card span,
.faq-list details p,
.booking-trust-note,
.integration-status,
.cal-inline-placeholder p,
.payment-meta span,
.reservation-summary-meta span {
  color: var(--text-soft);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.85rem 1.35rem;
  border: 0;
  border-radius: 0.9rem;
  font-weight: 700;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    opacity 180ms ease,
    box-shadow 180ms ease;
  cursor: pointer;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--primary) 0%, #a86156 100%);
  color: #fff;
  box-shadow: 0 18px 34px rgba(139, 73, 63, 0.18);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.72);
  color: var(--primary);
}

.button-soft-disabled,
.button-soft-disabled:hover,
.button-soft-disabled:focus-visible {
  background: rgba(255, 255, 255, 0.74);
  color: var(--text-soft);
  transform: none;
  box-shadow: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(24px);
  background: rgba(252, 249, 245, 0.82);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 5.25rem;
}

.site-brand {
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: fit-content;
}

.site-brand strong {
  color: var(--heading);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.85rem;
  font-weight: 500;
  line-height: 1;
}

.site-brand span {
  color: var(--text-soft);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.site-nav a:not(.button) {
  color: var(--text-soft);
  font-weight: 600;
}

.site-nav a:not(.button):hover,
.site-nav a:not(.button):focus-visible {
  color: var(--primary);
}

.nav-cta {
  margin-left: 0.3rem;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  border: 0;
  background: rgba(255, 255, 255, 0.72);
  color: var(--heading);
  border-radius: 18px;
  padding: 0.7rem 1rem;
  box-shadow: var(--shadow-soft);
}

.nav-backdrop {
  display: none;
}

.hero {
  padding-top: 4.8rem;
}

.hero-grid,
.about-grid,
.social-grid,
.lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 3rem;
  align-items: center;
}

.hero-copy {
  max-width: 37rem;
}

.hero-copy .eyebrow,
.section-kicker {
  margin-bottom: 1rem;
}

.hero-copy .supporting-copy {
  max-width: 35rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0 1.6rem;
}

.mobile-only {
  display: none;
}

.hero-visual-mobile,
.about-visual-mobile {
  margin-top: 1rem;
}

.credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.credentials span {
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: inset 0 0 0 1px rgba(216, 193, 190, 0.16);
  font-size: 0.95rem;
  font-weight: 600;
}

.portrait-card,
.story-card,
.service-card,
.testimonial-card,
.social-tile,
.lead-form,
.about-photo-shell,
.booking-panel,
.booking-support-card,
.session-card,
.reservation-summary-card,
.booking-confirmation-card,
.booking-availability,
.micro-step,
.faq-list details,
.soft-card,
.contact-copy {
  background: var(--surface);
  box-shadow: var(--shadow);
}

.portrait-card,
.service-card,
.testimonial-card,
.lead-form,
.about-photo-shell,
.booking-panel,
.booking-support-card,
.faq-list details,
.contact-copy {
  border-radius: var(--radius-xl);
}

.portrait-card {
  position: relative;
  padding: 1.1rem;
}

.portrait-card-hero {
  margin-left: 2rem;
}

.portrait-frame {
  min-height: 38rem;
  overflow: hidden;
  border-radius: calc(var(--radius-xl) - 10px);
  background: linear-gradient(180deg, #efd9cf 0%, #f3ebe4 100%);
}

.portrait-image,
.about-photo-image {
  height: 100%;
  object-fit: cover;
}

.portrait-image {
  object-position: center 32%;
}

.about-photo-image {
  object-position: center 22%;
}

.portrait-caption {
  max-width: 18rem;
  padding: 1rem 0.3rem 0.2rem;
  font-size: 0.98rem;
}

.hero-note {
  position: absolute;
  bottom: -1.4rem;
  left: -2.2rem;
  width: min(20rem, calc(100% - 1rem));
  padding: 1.2rem 1.25rem;
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 36px rgba(28, 28, 25, 0.08);
}

.hero-note p {
  margin-bottom: 0.65rem;
}

.hero-note ul,
.service-card ul,
.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-note li,
.service-card li {
  position: relative;
  padding-left: 1.1rem;
}

.hero-note li + li,
.service-card li + li {
  margin-top: 0.55rem;
}

.hero-note li::before,
.service-card li::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--primary);
}

.trust-banner-section {
  margin-top: 3rem;
  overflow: hidden;
  background: linear-gradient(90deg, var(--primary-dark) 0%, var(--primary) 45%, #b46d5e 100%);
}

.trust-banner-track {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: max-content;
  min-width: max-content;
  padding: 1rem 1.5rem;
  color: #fff3ee;
  font-weight: 700;
  letter-spacing: 0.03em;
  animation: trust-banner-marquee 22s linear infinite;
}

.trust-banner-track span {
  white-space: nowrap;
}

.trust-banner-track span::after {
  content: "·";
  margin-left: 2.5rem;
  opacity: 0.6;
}

.trust-banner-track span:last-child::after {
  content: "";
  margin: 0;
}

@keyframes trust-banner-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-33.333%);
  }
}

.lead-section {
  background: linear-gradient(180deg, rgba(246, 243, 239, 0.96), rgba(252, 249, 245, 0) 100%);
}

.landing-header {
  border-bottom: 1px solid rgba(216, 193, 190, 0.28);
}

.landing-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 5.25rem;
}

.landing-header-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.landing-header-note {
  color: var(--text-soft);
  font-size: 0.96rem;
  font-weight: 700;
}

.landing-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-soft);
  color: var(--primary-dark);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-header-link {
  min-height: 2.95rem;
}

.landing-hero {
  padding-top: 4.6rem;
}

.landing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.92fr);
  gap: 3rem;
  align-items: start;
}

.landing-hero-copy {
  display: grid;
  gap: 1.1rem;
  max-width: 40rem;
}

.landing-hero-copy > * {
  margin-bottom: 0;
}

.landing-hero-support {
  max-width: 35rem;
}

.landing-actions {
  margin-top: 0.4rem;
}

.hero-checklist {
  display: grid;
  gap: 1rem;
  margin-top: 0.8rem;
}

.hero-check-item {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.66)),
    linear-gradient(135deg, rgba(243, 222, 214, 0.36), rgba(255, 202, 152, 0.14));
}

.hero-check-item strong,
.feature-card strong {
  display: block;
  margin-bottom: 0.35rem;
}

.hero-check-item p,
.feature-card p {
  margin-bottom: 0;
}

.lead-quote {
  margin: 0;
  padding: 1.4rem 1.5rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.lead-quote p {
  margin-bottom: 0.7rem;
  color: var(--heading);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.2;
}

.lead-quote span {
  color: var(--text-soft);
  font-weight: 700;
}

.lead-resource-stack {
  display: grid;
  gap: 1.25rem;
}

.guide-cover-expanded {
  width: 100%;
  min-height: 21rem;
  padding: 1.8rem;
}

.guide-cover-expanded strong {
  max-width: 11ch;
  font-size: clamp(2.2rem, 4vw, 3rem);
}

.guide-cover-expanded p {
  max-width: 18rem;
}

.hero-form-panel {
  padding: 1.7rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow);
}

.hero-form-panel h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
}

.hero-form-intro {
  max-width: 28rem;
  margin-bottom: 1rem;
  color: var(--text-soft);
}

.resource-facts,
.delivery-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.resource-facts {
  margin-bottom: 1rem;
}

.resource-facts span,
.delivery-steps span {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(139, 73, 63, 0.08);
  color: var(--primary-dark);
  font-size: 0.9rem;
  font-weight: 700;
}

.delivery-steps {
  margin-top: 0.2rem;
}

.lead-capture-form {
  padding: 0;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  margin: 0;
}

.mini-proof-list,
.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.mini-proof-list span,
.proof-strip span {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--heading);
  box-shadow: var(--shadow-soft);
  font-weight: 700;
}

.mini-proof-list {
  margin-top: 1rem;
}

.proof-strip-section {
  padding-top: 0;
}

.proof-strip {
  justify-content: center;
}

.landing-section-heading {
  margin-bottom: 2.4rem;
}

.landing-value-section {
  background: linear-gradient(180deg, rgba(246, 243, 239, 0.82), rgba(252, 249, 245, 0));
}

.landing-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card {
  min-height: 100%;
}

.feelings-section {
  background: linear-gradient(180deg, rgba(243, 222, 214, 0.12), rgba(252, 249, 245, 0));
}

.feelings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.feelings-compact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.feelings-compact-list li {
  display: grid;
  gap: 0.3rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.feelings-compact-list strong {
  color: var(--heading);
  font-size: 1rem;
}

.feelings-compact-list span {
  color: var(--text-soft);
}

.feeling-card {
  padding: 1.4rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.feeling-card span {
  display: inline-flex;
  margin-bottom: 0.85rem;
  color: var(--primary-dark);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.feeling-card h3 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
}

.feeling-card p {
  margin-bottom: 0;
  color: var(--text-soft);
}

.fit-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(246, 243, 239, 0.96));
}

.fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 1.5rem;
  align-items: start;
}

.fit-copy h2 {
  max-width: 14ch;
}

.check-list {
  display: grid;
  gap: 0.9rem;
  padding: 0;
  margin: 1.6rem 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 2rem;
  color: var(--heading);
  font-weight: 600;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.92) 0 28%, transparent 30%),
    linear-gradient(135deg, var(--primary) 0%, #b96d61 100%);
  box-shadow: 0 0 0 5px rgba(139, 73, 63, 0.1);
}

.fit-panel {
  padding: 1.6rem;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.74)),
    linear-gradient(135deg, rgba(243, 222, 214, 0.34), rgba(255, 202, 152, 0.22));
  box-shadow: var(--shadow);
}

.fit-panel h3 {
  max-width: 16ch;
}

.fit-panel p {
  color: var(--text-soft);
}

.landing-author-section {
  background: linear-gradient(180deg, rgba(246, 243, 239, 0.8), rgba(252, 249, 245, 0));
}

.final-cta-section {
  padding-top: 4rem;
}

.final-cta-card {
  padding: 2.2rem;
  border-radius: calc(var(--radius-xl) + 2px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.8)),
    linear-gradient(135deg, rgba(243, 222, 214, 0.32), rgba(255, 202, 152, 0.16));
  box-shadow: var(--shadow);
  text-align: center;
}

.final-cta-card h2 {
  max-width: 15ch;
  margin-left: auto;
  margin-right: auto;
}

.final-cta-card p {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.thank-you-section {
  min-height: calc(100vh - 5.25rem);
  display: flex;
  align-items: center;
}

.thank-you-card h1 {
  max-width: 100%;
}

.thank-you-copy {
  font-size: 1.1rem;
}

.thank-you-proof,
.thank-you-actions {
  justify-content: center;
}

.lead-grid {
  align-items: start;
}

.lead-copy {
  max-width: 37rem;
}

.lead-benefits {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.lead-form-shell {
  display: grid;
  gap: 1.25rem;
}

.lead-resource-preview {
  display: flex;
  justify-content: flex-end;
}

.guide-cover {
  position: relative;
  width: min(100%, 22rem);
  min-height: 17rem;
  padding: 1.4rem;
  border-radius: 1.8rem;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.28)),
    linear-gradient(135deg, #f0d5c9 0%, #f8eee8 52%, #edd5b8 100%);
  box-shadow: var(--shadow);
}

.guide-cover::after {
  content: "";
  position: absolute;
  inset: 1rem;
  border-radius: 1.3rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.54);
}

.guide-chip {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--primary-dark);
}

.guide-cover strong {
  display: block;
  max-width: 10ch;
  color: var(--heading);
  font-family: "Newsreader", Georgia, serif;
  font-size: 2rem;
  line-height: 1.02;
}

.guide-cover p {
  max-width: 16rem;
  margin-top: 1rem;
}

.lead-form,
.contact-form {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
}

.lead-form label,
.contact-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--heading);
  font-weight: 600;
}

.soft-card {
  padding: 1rem 1.1rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  color: var(--heading);
  font-weight: 600;
}

.empathy-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(246, 243, 239, 0.9) 100%);
}

.empathy-section h2 {
  max-width: 12ch;
}

.empathy-subheadline {
  max-width: 34rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

.emphasis {
  color: var(--heading);
  font-weight: 700;
}

.two-column-text {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 1.5rem;
}

.card-grid {
  display: grid;
  gap: 1rem;
}

.small-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
}

.story-section {
  background: linear-gradient(180deg, rgba(243, 222, 214, 0.12), rgba(252, 249, 245, 0));
}

.section-heading {
  max-width: 52rem;
  margin-bottom: 2rem;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.2rem;
}

.story-card {
  grid-column: span 6;
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.story-card-large {
  grid-column: span 12;
}

.story-media {
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #f1dccf, #f7eee7 50%, #d7e4d8);
}

.story-card-large .story-media {
  aspect-ratio: 16 / 7;
}

.story-media img {
  height: 100%;
  object-fit: cover;
}

.story-copy {
  padding: 1.25rem;
}

.story-copy span {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: var(--primary-dark);
  font-weight: 700;
}

.about-section {
  background: linear-gradient(180deg, rgba(246, 243, 239, 0.78), rgba(252, 249, 245, 0));
}

.about-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.about-photo-shell {
  position: relative;
  padding: 1rem;
}

.about-photo-placeholder {
  min-height: 35rem;
  overflow: hidden;
  border-radius: calc(var(--radius-xl) - 10px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08)),
    linear-gradient(135deg, #dec8b7, #f5ebe1 55%, #e0ebdf);
}

.signature {
  position: absolute;
  right: 1.2rem;
  bottom: -0.6rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 30px rgba(28, 28, 25, 0.08);
  color: var(--primary-dark);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.1rem;
  font-style: italic;
}

.about-copy {
  max-width: 42rem;
}

.services-section {
  background: linear-gradient(180deg, rgba(243, 222, 214, 0.18), rgba(252, 249, 245, 0));
}

.services-grid,
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.service-card {
  padding: 1.7rem;
}

.service-card.featured {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(243, 222, 214, 0.54));
  transform: translateY(-0.55rem);
}

.service-index {
  margin-bottom: 0.9rem;
  color: var(--primary-dark);
  font-weight: 800;
}

.service-subtitle {
  color: var(--heading);
  font-weight: 700;
}

.service-card ul {
  display: grid;
  gap: 0.55rem;
  margin: 1.2rem 0 1.25rem;
}

.text-link {
  color: var(--primary);
  font-weight: 800;
}

.mid-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.4rem 1.6rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-soft);
}

.testimonials-section {
  background: linear-gradient(180deg, rgba(246, 243, 239, 0.9), rgba(252, 249, 245, 0));
}

.testimonial-card {
  display: grid;
  align-content: space-between;
  gap: 1rem;
  padding: 1.6rem;
}

.testimonial-card p {
  margin: 0;
  color: var(--heading);
  font-size: 1.05rem;
}

.social-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(243, 222, 214, 0.22));
}

.social-copy {
  max-width: 34rem;
}

.social-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.social-tile {
  position: relative;
  min-height: 16rem;
  overflow: hidden;
}

.social-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(28, 28, 25, 0.08), rgba(28, 28, 25, 0.72));
}

.social-tile img {
  height: 100%;
  object-fit: cover;
}

.social-tile-copy {
  position: absolute;
  inset: auto 1.1rem 1rem 1.1rem;
  z-index: 1;
  color: #fffaf8;
  font-weight: 700;
  line-height: 1.35;
}

.social-tile-wide {
  grid-column: 1 / -1;
  min-height: 13rem;
}

.contact-section {
  background: linear-gradient(180deg, rgba(243, 222, 214, 0.26), rgba(252, 249, 245, 0));
}

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

.contact-copy {
  width: min(100%, 46rem);
  margin: 0 auto;
  padding: 1.8rem;
  text-align: center;
}

.contact-copy h2 {
  max-width: 12ch;
  margin-inline: auto;
}

.contact-copy p {
  max-width: 36rem;
  margin-inline: auto;
}

.contact-copy .hero-actions {
  justify-content: center;
  margin-bottom: 0;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-list details {
  padding: 1.2rem 1.3rem;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  color: var(--heading);
  font-weight: 700;
}

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

.faq-list details p {
  margin-top: 0.8rem;
}

.site-footer {
  padding: 2.5rem 0 3.2rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding-top: 1.5rem;
}

.footer-brand strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--heading);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.7rem;
  font-weight: 500;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: var(--text-soft);
}

input,
select,
textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 0;
  border-radius: 0.8rem;
  background: #ebe8e4;
  color: var(--text);
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
.menu-toggle:focus,
.button:focus,
summary:focus {
  outline: 2px solid rgba(139, 73, 63, 0.28);
  outline-offset: 2px;
}

.integration-shell {
  display: grid;
  gap: 2rem;
}

.integration-shell-checkout {
  gap: 2.5rem;
}

.booking-intro {
  max-width: 52rem;
  margin: 0 auto;
  text-align: center;
}

.booking-intro h1 {
  max-width: 11ch;
  margin-inline: auto;
}

.booking-intro-checkout {
  display: grid;
  gap: 1.3rem;
  max-width: 58rem;
}

.booking-inline-summary {
  display: grid;
  gap: 0.75rem;
  width: fit-content;
  margin: 0 auto;
  padding: 1rem 1.2rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-soft);
  text-align: left;
}

.booking-inline-summary-label {
  margin: 0;
  color: var(--secondary);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.booking-inline-summary-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.booking-inline-summary-meta strong {
  color: var(--heading);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.booking-inline-summary-meta span {
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(243, 222, 214, 0.44);
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 600;
}

.booking-step-list,
.booking-micro-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.booking-step-list {
  margin-top: 1.6rem;
}

.booking-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 1.2rem;
  align-items: start;
}

.booking-grid-checkout {
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 1.35rem;
}

.booking-panel,
.booking-support-card {
  padding: 1.45rem;
}

.booking-panel-primary {
  display: grid;
  gap: 1.2rem;
}

.booking-support-card {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 1.4rem;
}

.panel-step,
.payment-chip {
  display: inline-flex;
  width: fit-content;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 202, 152, 0.45);
}

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 1rem 0 0;
}

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

.session-options,
.payment-options,
.reservation-flow-panel {
  display: grid;
  gap: 0.95rem;
}

.booking-flow-stack {
  display: grid;
  gap: 1.2rem;
}

.session-card {
  padding: 1rem;
  border-radius: var(--radius-lg);
}

.session-options-compact {
  gap: 0.85rem;
}

.session-options-compact .session-card {
  padding: 1rem 1rem 1.1rem;
  border: 1px solid rgba(216, 193, 190, 0.28);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: none;
}

.session-options-compact .session-card h3 {
  margin-bottom: 0.45rem;
  font-size: 1.45rem;
}

.session-options-compact .session-card p {
  margin-bottom: 0;
  font-size: 0.98rem;
}

.session-options-compact .payment-chip {
  background: rgba(255, 202, 152, 0.3);
}

.session-options-compact .payment-meta {
  margin-top: 0.75rem;
}

.session-options-compact .button {
  margin-top: 1rem;
}

.session-card.is-selected,
.micro-step-active,
.payment-card.is-featured {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 222, 214, 0.46));
}

.payment-meta,
.reservation-summary-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.payment-meta span,
.reservation-summary-meta span {
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  font-weight: 600;
}

.reservation-summary-card,
.booking-confirmation-card,
.booking-availability,
.micro-step {
  border-radius: var(--radius-lg);
}

.reservation-summary-card,
.booking-confirmation-card,
.booking-availability {
  padding: 1rem;
}

.reservation-summary-card-large {
  padding: 1.25rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 222, 214, 0.34));
}

.booking-choice-strip {
  display: grid;
  gap: 1rem;
}

.booking-choice-copy h3 {
  margin-bottom: 0.45rem;
}

.booking-choice-copy p:last-child {
  margin-bottom: 0;
}

.checkout-step-panel {
  display: grid;
  gap: 1rem;
}

.booking-availability-clean {
  padding: 1.1rem;
}

.micro-step {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  padding: 0.8rem;
  text-align: center;
}

.micro-step strong {
  color: var(--heading);
  font-size: 0.95rem;
}

.booking-availability-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.booking-inline-link {
  margin-top: 0.25rem;
}

.integration-status {
  padding: 0.9rem 1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
}

.integration-status.is-warning {
  background: rgba(255, 202, 152, 0.26);
  color: var(--heading);
}

.cal-inline-embed {
  min-height: 24rem;
  overflow: hidden;
  border-radius: calc(var(--radius-lg) - 4px);
  background: rgba(255, 255, 255, 0.8);
}

.cal-inline-placeholder {
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  text-align: center;
}

.contact-page-section {
  padding-top: 5.5rem;
}

.booking-support-disclosure {
  padding: 1.1rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
}

.booking-support-disclosure summary {
  cursor: pointer;
  list-style: none;
  color: var(--heading);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.booking-support-disclosure summary::-webkit-details-marker {
  display: none;
}

.booking-support-disclosure[open] {
  padding-bottom: 1.35rem;
}

.booking-support-disclosure[open] summary {
  margin-bottom: 1rem;
}

.booking-support-card-single {
  grid-template-columns: 1fr;
}

.mobile-sticky-cta {
  position: fixed;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 45;
  opacity: 0;
  transform: translateY(1rem);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.mobile-sticky-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-sticky-cta .button {
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .trust-banner-track {
    animation: none;
  }
}

@media (max-width: 1080px) {
  .landing-hero-grid,
  .fit-grid,
  .hero-grid,
  .about-grid,
  .social-grid,
  .lead-grid,
  .booking-grid,
  .booking-support-card {
    grid-template-columns: 1fr;
  }

  .portrait-card-hero {
    margin-left: 0;
  }

  .hero-note {
    left: 1rem;
    bottom: 1rem;
    width: calc(100% - 2rem);
  }

  .services-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .landing-value-grid,
  .feelings-grid,
  .feelings-compact-list {
    grid-template-columns: 1fr;
  }

  .service-card.featured {
    transform: none;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 5.6rem;
  }

  .container,
  .narrow {
    width: min(calc(100% - 1.25rem), var(--container));
  }

  .section {
    padding: 4.2rem 0;
  }

  .header-inner {
    min-height: 4.35rem;
    gap: 1rem;
  }

  .landing-header-inner {
    min-height: 4.35rem;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding: 0.8rem 0;
  }

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

  .site-brand span {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    width: 3rem;
    min-height: 3rem;
    margin-left: auto;
    padding: 0;
    font-size: 0;
    position: relative;
    z-index: 41;
  }

  .menu-toggle::before,
  .menu-toggle::after {
    content: "";
    position: absolute;
    width: 1.1rem;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle::before {
    transform: translateY(-0.22rem);
    box-shadow: 0 0.44rem 0 currentColor;
  }

  .menu-toggle::after {
    transform: translateY(0.22rem);
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"]::before {
    transform: rotate(45deg);
    box-shadow: none;
  }

  .menu-toggle[aria-expanded="true"]::after {
    transform: rotate(-45deg);
    opacity: 1;
  }

  .site-nav {
    position: fixed;
    top: 4.7rem;
    left: 0.75rem;
    right: 0.75rem;
    z-index: 40;
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
    padding: 1rem;
    border-radius: 1.5rem;
    background: rgba(252, 249, 245, 0.98);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-0.65rem) scale(0.98);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  .site-nav a {
    width: 100%;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
  }

  .site-nav a:not(.button) {
    background: rgba(255, 255, 255, 0.8);
    color: var(--heading);
  }

  .nav-cta {
    margin: 0.2rem 0 0;
  }

  .nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 39;
    display: block;
    background: rgba(28, 28, 25, 0.14);
    backdrop-filter: blur(8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  .nav-backdrop.is-visible {
    opacity: 1;
    pointer-events: auto;
  }

  body.nav-open {
    overflow: hidden;
  }

  .mobile-only {
    display: block !important;
  }

  .hero {
    padding-top: 2rem;
  }

  .landing-hero {
    padding-top: 2rem;
  }

  h1 {
    font-size: clamp(2.45rem, 10vw, 3.5rem);
    max-width: 100%;
  }

  h2 {
    font-size: clamp(1.95rem, 7vw, 2.6rem);
  }

  .hero-visual-desktop,
  .about-visual-desktop {
    display: none !important;
  }

  .hero-visual-mobile .portrait-card {
    padding: 0.8rem;
  }

  .hero-visual-mobile .portrait-frame {
    min-height: 15rem;
  }

  .hero-visual-mobile .portrait-caption {
    max-width: 100%;
    padding-bottom: 0;
  }

  .hero-copy {
    display: grid;
    gap: 0.7rem;
  }

  .landing-hero-copy,
  .lead-resource-stack {
    gap: 1rem;
  }

  .resource-facts,
  .delivery-steps {
    gap: 0.5rem;
  }

  .hero-copy > * {
    margin-bottom: 0;
  }

  .lead,
  .supporting-copy {
    max-width: 100%;
  }

  .hero-actions,
  .mid-cta,
  .footer-inner,
  .contact-copy .hero-actions,
  .booking-inline-summary-meta {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .lead-resource-preview {
    justify-content: flex-start;
  }

  .hero-form-panel,
  .final-cta-card,
  .booking-inline-summary,
  .booking-support-disclosure {
    padding: 1.35rem;
  }

  .booking-inline-summary {
    width: 100%;
  }

  .booking-inline-summary-meta strong {
    font-size: 1.35rem;
  }

  .guide-cover {
    width: 100%;
    min-height: 15rem;
  }

  .two-column-text,
  .booking-step-list,
  .booking-micro-steps,
  .small-cards,
  .social-gallery {
    grid-template-columns: 1fr;
  }

  .story-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 84%;
    grid-template-columns: none;
    gap: 0.9rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scroll-snap-type: x mandatory;
  }

  .story-card,
  .story-card-large {
    grid-column: auto;
    scroll-snap-align: start;
  }

  .story-grid::-webkit-scrollbar {
    height: 6px;
  }

  .story-grid::-webkit-scrollbar-thumb {
    background: rgba(139, 73, 63, 0.22);
    border-radius: 999px;
  }

  .story-swipe-hint {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.75rem;
    color: var(--text-soft);
    font-size: 0.82rem;
    font-weight: 600;
  }

  .story-swipe-line {
    width: 1.8rem;
    height: 2px;
    border-radius: 999px;
    background: rgba(139, 73, 63, 0.55);
  }

  .story-swipe-dot {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: rgba(139, 73, 63, 0.55);
  }

  .booking-availability-header {
    flex-direction: column;
  }

  .booking-panel,
  .booking-support-card,
  .lead-form,
  .contact-form,
  .contact-copy {
    padding: 1.15rem;
  }

  .lead-capture-form {
    padding: 0;
  }
}

@media (max-width: 540px) {
  .container,
  .narrow {
    width: min(calc(100% - 1rem), var(--container));
  }

  .section {
    padding: 3.4rem 0;
  }

  .site-brand strong {
    font-size: 1.55rem;
  }

  .hero {
    padding-top: 1.35rem;
  }

  .landing-badge {
    width: 100%;
    justify-content: center;
  }

  .landing-header-note {
    width: 100%;
    text-align: center;
  }

  h1 {
    font-size: clamp(2.1rem, 10vw, 2.9rem);
  }

  h2 {
    font-size: clamp(1.7rem, 8vw, 2.15rem);
  }

  .trust-banner-section {
    margin-top: 2rem;
  }

  .trust-banner-track {
    gap: 1.3rem;
    padding: 0.8rem 1rem;
    font-size: 0.92rem;
  }

  .trust-banner-track span::after {
    margin-left: 1.3rem;
  }

  .lead-quote p {
    font-size: 1.28rem;
  }

  .mini-proof-list,
  .proof-strip {
    gap: 0.6rem;
  }

  .mini-proof-list span,
  .proof-strip span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .resource-facts span,
  .delivery-steps span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .portrait-frame,
  .about-photo-placeholder {
    min-height: 18rem;
  }

  .booking-inline-summary-meta span {
    justify-content: center;
  }

  .guide-cover strong {
    font-size: 1.75rem;
  }

  .hero-note {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }

  .contact-page-section {
    padding-top: 4.5rem;
  }
}

.editorial-guide-page {
  background:
    radial-gradient(circle at top left, rgba(243, 222, 214, 0.62), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(237, 213, 184, 0.42), transparent 22%),
    linear-gradient(180deg, #fdfaf6 0%, #f8f3ed 48%, #fdfaf6 100%);
  color: var(--text);
  overflow-x: hidden;
}

.editorial-page-wash {
  position: fixed;
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.38;
  pointer-events: none;
  z-index: -1;
}

.editorial-page-wash-left {
  top: -8rem;
  left: -9rem;
  background: rgba(231, 176, 154, 0.76);
}

.editorial-page-wash-right {
  right: -7rem;
  top: 12rem;
  background: rgba(235, 214, 186, 0.7);
}

.editorial-guide-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(252, 249, 245, 0.82);
}

.editorial-guide-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 5.2rem;
}

.editorial-guide-brand {
  color: var(--primary);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.35rem;
  font-style: italic;
}

.editorial-guide-links {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.editorial-guide-links a {
  color: rgba(95, 83, 77, 0.92);
  font-size: 0.92rem;
}

.editorial-guide-links a.is-active {
  color: var(--primary);
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(139, 73, 63, 0.56);
}

.editorial-guide-nav-cta {
  min-height: 2.8rem;
  padding-inline: 1.1rem;
}

.editorial-hero-section {
  padding: 5rem 0 6.5rem;
}

.editorial-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 28rem);
  gap: 4rem;
  align-items: center;
}

.editorial-hero-copy {
  max-width: 34rem;
}

.editorial-kicker {
  margin-bottom: 1rem;
  color: var(--secondary);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.75rem;
  font-style: italic;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.editorial-hero-copy h1,
.editorial-validation-heading h2,
.editorial-section-heading h2,
.editorial-about-copy h2,
.editorial-form-heading h2,
.editorial-testimonial-quote {
  font-family: "Newsreader", Georgia, serif;
  font-style: italic;
}

.editorial-hero-copy h1 {
  max-width: 9ch;
  margin-bottom: 1.5rem;
  font-size: clamp(3.2rem, 6vw, 4.9rem);
  line-height: 1.02;
}

.editorial-hero-lead {
  max-width: 29rem;
  margin-bottom: 2rem;
  color: var(--text-soft);
  font-size: 1.06rem;
  line-height: 1.82;
}

.editorial-hero-cta {
  min-width: 14rem;
}

.editorial-hero-meta {
  margin-top: 0.9rem;
  color: rgba(95, 83, 77, 0.88);
  font-size: 0.92rem;
}

.editorial-hero-visual {
  position: relative;
}

.editorial-hero-visual::before {
  content: "";
  position: absolute;
  inset: 1.5rem -1.6rem -1.5rem 2rem;
  border-radius: 46% 54% 58% 42% / 44% 40% 60% 56%;
  background: rgba(243, 222, 214, 0.52);
  z-index: 0;
}

.editorial-hero-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
  background: #2d1f1a;
  box-shadow: 0 24px 60px rgba(28, 28, 25, 0.08);
  z-index: 1;
}

.editorial-hero-image {
  height: 33rem;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) sepia(0.08);
}

.editorial-validation-section,
.editorial-form-section {
  background: rgba(246, 243, 239, 0.94);
}

.editorial-validation-section {
  padding: 6.5rem 0;
}

.editorial-validation-shell {
  position: relative;
}

.editorial-validation-heading {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
}

.editorial-validation-heading h2 {
  margin-bottom: 1rem;
  color: var(--primary);
  font-size: clamp(2.1rem, 4.4vw, 3.2rem);
}

.editorial-validation-heading p {
  color: var(--text-soft);
}

.editorial-pill-note {
  position: absolute;
  top: 0.2rem;
  right: 0;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(49, 48, 46, 0.84);
  color: rgba(243, 240, 236, 0.92);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}

.editorial-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  max-width: 52rem;
  margin: 3rem auto 0;
}

.editorial-benefit {
  text-align: center;
}

.editorial-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  min-height: 2rem;
  margin-bottom: 0.55rem;
  color: var(--secondary);
  font-size: 1rem;
}

.editorial-benefit h3 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
}

.editorial-benefit p {
  color: var(--text-soft);
  font-size: 0.95rem;
}

.editorial-guide-bento-section {
  padding: 7rem 0;
}

.editorial-section-heading {
  margin-bottom: 2.2rem;
}

.editorial-section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 4.4vw, 3.5rem);
}

.editorial-bento-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(12rem, auto);
  gap: 1rem;
}

.editorial-bento-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.8rem;
  min-height: 12rem;
  padding: 1.8rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 40px rgba(28, 28, 25, 0.04);
}

.editorial-bento-card-wide {
  grid-column: span 8;
  min-height: 16rem;
}

.editorial-bento-card-tall {
  grid-column: span 4;
  grid-row: span 2;
  min-height: 33rem;
  color: #fff;
  background: linear-gradient(180deg, #a45f50 0%, #8b493f 100%);
}

.editorial-bento-card-soft {
  grid-column: span 4;
  min-height: 11rem;
  background: rgba(240, 237, 233, 0.9);
}

.editorial-bento-card-ochre {
  grid-column: span 4;
  min-height: 11rem;
  background: rgba(255, 202, 152, 0.62);
}

.editorial-bento-label {
  color: var(--secondary);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.72rem;
  font-style: italic;
  letter-spacing: 0.05em;
}

.editorial-bento-card-tall .editorial-bento-label {
  color: rgba(255, 255, 255, 0.76);
}

.editorial-bento-card h3 {
  margin-bottom: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  font-style: italic;
  line-height: 1.12;
}

.editorial-bento-card p {
  margin-bottom: 0;
  color: var(--text-soft);
  line-height: 1.75;
}

.editorial-bento-card-tall p {
  color: rgba(255, 255, 255, 0.9);
}

.editorial-bento-mark {
  position: absolute;
  right: 1.6rem;
  top: 1.4rem;
  color: rgba(125, 86, 45, 0.22);
  font-size: 3rem;
}

.editorial-form-section {
  padding: 7rem 0;
}

.editorial-form-card {
  max-width: 33rem;
  margin: 0 auto;
  padding: 2.5rem 2.4rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 50px rgba(28, 28, 25, 0.05);
}

.editorial-form-heading {
  margin-bottom: 1.6rem;
  text-align: center;
}

.editorial-form-heading h2 {
  margin-bottom: 0.8rem;
  color: var(--primary);
  font-size: clamp(2rem, 4vw, 2.85rem);
}

.editorial-form-heading p {
  color: var(--text-soft);
}

.editorial-guide-form {
  display: grid;
  gap: 1rem;
}

.editorial-guide-form label {
  display: grid;
  gap: 0.45rem;
  color: rgba(83, 67, 64, 0.86);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.editorial-guide-form input {
  border: 0;
  border-radius: 0.45rem;
  background: #e5e2de;
  padding: 1rem 1rem;
  color: var(--heading);
}

.editorial-guide-form input::placeholder {
  color: rgba(95, 83, 77, 0.55);
}

.editorial-guide-form input:focus-visible {
  outline: 1px solid rgba(139, 73, 63, 0.24);
}

.editorial-form-privacy {
  margin: 0;
  color: rgba(95, 83, 77, 0.78);
  font-size: 0.72rem;
  text-align: center;
}

.editorial-testimonial-section {
  padding: 7rem 0 6.5rem;
}

.editorial-testimonial-shell {
  max-width: 45rem;
  margin: 0 auto;
  text-align: center;
}

.editorial-testimonial-mark {
  display: inline-block;
  margin-bottom: 1rem;
  color: rgba(139, 73, 63, 0.34);
  font-size: 2.8rem;
}

.editorial-testimonial-quote {
  max-width: 22ch;
  margin: 0 auto 1.2rem;
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.18;
}

.editorial-testimonial-author {
  color: var(--secondary);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.78rem;
  font-style: italic;
  letter-spacing: 0.06em;
}

.editorial-guide-footer {
  padding: 3.8rem 0 2.4rem;
  background: rgba(246, 243, 239, 0.96);
}

.editorial-guide-footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.editorial-guide-footer-brand {
  color: var(--primary);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.15rem;
  font-style: italic;
}

.editorial-guide-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.editorial-guide-footer-links a,
.editorial-guide-footer-inner p {
  color: rgba(95, 83, 77, 0.84);
  font-size: 0.85rem;
}

.editorial-floating-note {
  position: fixed;
  right: 1.3rem;
  bottom: 1.5rem;
  z-index: 35;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(49, 48, 46, 0.84);
  color: rgba(243, 240, 236, 0.92);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.07em;
  backdrop-filter: blur(12px);
}

.editorial-thanks-main {
  min-height: calc(100vh - 5.2rem);
  display: flex;
  align-items: center;
}

.editorial-thanks-section {
  width: 100%;
  padding: 5rem 0;
}

.editorial-thanks-card {
  max-width: 42rem;
  margin: 0 auto;
  padding: 2.8rem 2rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 20px 50px rgba(28, 28, 25, 0.05);
  text-align: center;
}

.editorial-thanks-card h1 {
  max-width: 11ch;
  margin: 0 auto 1rem;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2.8rem, 6vw, 4.6rem);
  font-style: italic;
  line-height: 1;
}

.editorial-thanks-card p {
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-soft);
}

.editorial-thanks-signals {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin: 1.5rem 0;
}

.editorial-thanks-signals span {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  background: rgba(243, 222, 214, 0.42);
  color: var(--primary-dark);
  font-weight: 700;
}

@media (max-width: 1080px) {
  .editorial-guide-nav {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.8rem 0;
  }

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

  .editorial-hero-copy {
    max-width: 100%;
    text-align: center;
  }

  .editorial-hero-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .editorial-hero-cta {
    width: 100%;
    max-width: 22rem;
  }

  .editorial-hero-visual {
    max-width: 34rem;
    margin: 0 auto;
  }

  .editorial-bento-card-wide,
  .editorial-bento-card-tall,
  .editorial-bento-card-soft,
  .editorial-bento-card-ochre {
    grid-column: span 12;
    grid-row: auto;
    min-height: 13rem;
  }

  .editorial-pill-note {
    position: static;
    display: inline-flex;
    margin: 0 auto 1.6rem;
  }
}

@media (max-width: 760px) {
  .editorial-guide-header {
    position: static;
  }

  .editorial-guide-nav {
    gap: 0.9rem;
    min-height: auto;
  }

  .editorial-guide-links {
    display: none;
  }

  .editorial-guide-nav-cta {
    width: 100%;
  }

  .editorial-hero-section,
  .editorial-validation-section,
  .editorial-guide-bento-section,
  .editorial-form-section,
  .editorial-testimonial-section {
    padding: 4.4rem 0;
  }

  .editorial-hero-grid {
    gap: 2.2rem;
  }

  .editorial-hero-copy h1 {
    font-size: clamp(2.7rem, 12vw, 3.8rem);
    max-width: 100%;
  }

  .editorial-hero-image {
    height: 23rem;
  }

  .editorial-benefit-grid,
  .editorial-about-signals {
    gap: 1rem;
  }

  .editorial-form-card {
    padding: 1.5rem 1.2rem;
  }

  .editorial-thanks-card {
    padding: 2rem 1.15rem;
  }

  .editorial-floating-note {
    display: none;
  }
}

.booking-editorial-page {
  --container: 1420px;
  --booking-anchor-offset: 7.75rem;
  background:
    radial-gradient(circle at top left, rgba(243, 222, 214, 0.52), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(255, 202, 152, 0.18), transparent 20%),
    linear-gradient(180deg, #fdfaf6 0%, #fcf9f5 42%, #f8f4ef 100%);
}

.booking-editorial-header {
  border-bottom: 1px solid rgba(216, 193, 190, 0.2);
  background: rgba(252, 249, 245, 0.9);
}

.booking-editorial-header .site-brand {
  gap: 0;
}

.booking-editorial-header .site-brand strong {
  color: var(--primary);
  font-size: 2rem;
}

.booking-editorial-header .site-nav a:not(.button) {
  color: var(--primary-dark);
}

.booking-editorial-header .nav-cta {
  min-height: 2.9rem;
  padding-inline: 1.2rem;
}

.booking-editorial-section {
  padding-top: 4.8rem;
}

.booking-editorial-shell {
  gap: clamp(2.4rem, 4vw, 3.4rem);
}

.booking-editorial-hero {
  max-width: 72rem;
  gap: 1.2rem;
  scroll-margin-top: var(--booking-anchor-offset);
}

.booking-editorial-hero .section-kicker {
  justify-self: center;
  font-style: italic;
  letter-spacing: 0.08em;
  text-transform: none;
}

.booking-editorial-hero h1 {
  max-width: 9ch;
  font-size: clamp(3.5rem, 6vw, 5.4rem);
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.booking-editorial-hero .lead {
  max-width: 44rem;
  margin-inline: auto;
  font-size: 1.2rem;
  text-align: center;
}

.booking-editorial-grid {
  display: grid;
  grid-template-columns: minmax(20rem, 23rem) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
}

.booking-editorial-sidebar,
.booking-editorial-main {
  display: grid;
  gap: 1.35rem;
}

.booking-editorial-sidecard,
.booking-editorial-maincard {
  background: rgba(255, 255, 255, 0.62);
  border-radius: 1.65rem;
  box-shadow: 0 22px 48px rgba(28, 28, 25, 0.055);
}

.booking-editorial-session-card {
  padding: 1.8rem 1.5rem;
  gap: 0;
}

.booking-editorial-side-title {
  margin-bottom: 1.35rem;
  color: var(--primary);
  font-size: 1.95rem;
  font-style: italic;
}

.booking-editorial-side-list {
  display: grid;
  gap: 1.25rem;
}

.booking-editorial-side-item {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  gap: 0.9rem;
  align-items: center;
}

.booking-editorial-side-icon {
  display: inline-grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  color: #8a5c26;
  background: rgba(125, 86, 45, 0.1);
  font-size: 1.2rem;
}

.booking-editorial-side-item strong {
  display: block;
  color: var(--heading);
  font-size: 1.08rem;
  line-height: 1.25;
}

.booking-editorial-side-item p {
  margin: 0.18rem 0 0;
  color: var(--text-soft);
  font-weight: 600;
}

.booking-editorial-quote {
  margin: 0;
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(216, 193, 190, 0.24);
  color: var(--primary-dark);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.06rem;
  font-style: italic;
  line-height: 1.55;
}

.booking-editorial-care-card {
  min-height: 0;
  padding: 1.6rem 1.5rem;
}

.booking-editorial-care-kicker {
  margin-bottom: 1.1rem;
  color: var(--heading);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.booking-editorial-maincard {
  padding: 2.3rem 2.45rem;
}

.booking-editorial-stepper {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid rgba(216, 193, 190, 0.22);
}

.booking-editorial-step {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(95, 83, 77, 0.58);
  font-weight: 700;
}

.booking-editorial-step span {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(235, 232, 228, 0.95);
  color: inherit;
  font-size: 0.92rem;
}

.booking-editorial-step-active {
  color: var(--heading);
}

.booking-editorial-step-active span {
  background: var(--primary);
  color: #fff;
}

.booking-editorial-step-line {
  flex: 1;
  height: 1px;
  background: rgba(216, 193, 190, 0.22);
}

.booking-editorial-topgrid {
  margin-top: 1.8rem;
}

.booking-editorial-schedule {
  display: grid;
  gap: 1.35rem;
  align-items: start;
}

.booking-editorial-schedule-copy {
  display: grid;
  gap: 0.75rem;
}

.booking-editorial-schedule h2,
.booking-editorial-contact-block h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-style: italic;
  font-weight: 400;
}

.booking-editorial-panel-copy {
  max-width: 38rem;
  margin-bottom: 1.2rem;
}

.booking-editorial-inline-link {
  display: inline-flex;
  margin-bottom: 0.2rem;
}

.booking-editorial-calendar-frame {
  display: grid;
  gap: 1.1rem;
  padding: 1.35rem;
  border-radius: 1.4rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(249, 245, 240, 0.92)),
    linear-gradient(135deg, rgba(243, 222, 214, 0.16), rgba(255, 202, 152, 0.08));
  box-shadow:
    inset 0 0 0 1px rgba(216, 193, 190, 0.22),
    0 20px 44px rgba(28, 28, 25, 0.045);
}

.booking-editorial-calendar-headings {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: end;
}

.booking-editorial-calendar-headings p {
  margin: 0;
  color: var(--heading);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-style: italic;
  line-height: 1.05;
}

.booking-editorial-calendar {
  min-height: clamp(34rem, 68vh, 52rem);
  border-radius: 1.1rem;
  padding: 0;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(216, 193, 190, 0.16);
}

.booking-editorial-calendar iframe {
  width: 100%;
  min-height: clamp(34rem, 68vh, 52rem);
  border: 0;
  border-radius: 1rem;
  background: #fff;
}

.booking-editorial-confirmation {
  position: static;
  align-self: stretch;
  padding: 1.55rem;
  border: 1px solid rgba(216, 193, 190, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(243, 222, 214, 0.16), rgba(255, 202, 152, 0.08));
  box-shadow: 0 18px 36px rgba(28, 28, 25, 0.04);
}

.booking-confirmation-copy {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 0.9rem;
}

.booking-confirmation-copy h3 {
  margin-bottom: 0;
  font-size: clamp(2rem, 2.8vw, 2.5rem);
}

.booking-editorial-confirmation .section-kicker {
  margin-bottom: 0;
}

.booking-editorial-confirmation .button {
  min-height: 3.7rem;
}

.booking-flow-placeholder,
.booking-flow-card {
  border-radius: 1.1rem;
  border: 1px solid rgba(216, 193, 190, 0.24);
  background: rgba(255, 255, 255, 0.82);
}

.booking-flow-placeholder {
  padding: 1rem 1.1rem;
  color: var(--text-soft);
  font-weight: 600;
}

.booking-flow-card {
  padding: 1rem 1.1rem 1.1rem;
}

.booking-flow-title {
  margin-bottom: 0.8rem;
  color: var(--heading);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.booking-flow-steps {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.booking-flow-steps li {
  display: grid;
  grid-template-columns: 1.9rem 1fr;
  gap: 0.75rem;
  align-items: start;
}

.booking-flow-step-number {
  display: inline-grid;
  place-items: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  background: rgba(139, 73, 63, 0.12);
  color: var(--primary);
  font-weight: 800;
}

.booking-flow-steps p {
  margin: 0;
  color: var(--text);
  line-height: 1.6;
}

.booking-editorial-divider {
  height: 1px;
  margin: 2rem 0;
  background: rgba(216, 193, 190, 0.22);
}

.booking-editorial-contact-block {
  display: grid;
  gap: 1rem;
}

.booking-editorial-form {
  padding: 0;
  gap: 1.15rem;
}

.booking-editorial-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.booking-editorial-form label {
  color: var(--heading);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking-editorial-form input,
.booking-editorial-form textarea {
  margin-top: 0.45rem;
  border-radius: 0.9rem;
}

.booking-editorial-form textarea {
  min-height: 10rem;
}

.booking-editorial-form .button-secondary {
  background: rgba(255, 255, 255, 0.8);
  color: var(--primary);
  border: 1px solid rgba(216, 193, 190, 0.32);
}

.booking-editorial-footer {
  padding-top: 1rem;
}

.booking-editorial-footer-inner {
  align-items: center;
}

.booking-editorial-copyright {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.booking-editorial-page .session-options-compact .session-card {
  background: rgba(255, 255, 255, 0.78);
}

.booking-editorial-page .session-options-compact .button {
  min-height: 3rem;
}

@media (max-width: 1080px) {
  .booking-editorial-grid,
  .booking-editorial-schedule {
    grid-template-columns: 1fr;
  }

  .booking-editorial-main {
    order: 1;
  }

  .booking-editorial-sidebar {
    order: 2;
  }

}

@media (max-width: 760px) {
  .booking-editorial-page {
    --booking-anchor-offset: 6rem;
  }

  .booking-editorial-header .site-brand strong {
    font-size: 1.7rem;
  }

  .booking-editorial-section {
    padding-top: 3.8rem;
  }

  .booking-editorial-hero h1 {
    max-width: 100%;
    font-size: clamp(2.6rem, 11vw, 3.7rem);
  }

  .booking-editorial-maincard,
  .booking-editorial-sidecard {
    padding: 1.35rem;
  }

  .booking-editorial-session-card,
  .booking-editorial-care-card {
    padding: 1.45rem 1.25rem;
  }

  .booking-editorial-stepper {
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .booking-editorial-step-line {
    display: none;
  }

  .booking-editorial-form-grid {
    grid-template-columns: 1fr;
  }

  .booking-editorial-calendar {
    min-height: 31rem;
  }

  .booking-editorial-calendar iframe {
    min-height: 31rem;
  }

  .booking-editorial-calendar-frame {
    padding: 1rem;
    gap: 0.85rem;
  }

  .booking-editorial-calendar-headings {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .booking-editorial-calendar-headings p {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .booking-editorial-copyright {
    text-align: center;
  }
}
