:root {
  --sand: #fbf8f2;
  --cream: #f1e9dc;
  --latte: #b1a28f;
  --olive: #71795c;
  --ink: #40342c;
  --wine: #4b3a30;
  --wine-deep: #40342c;
  --line: rgba(64, 52, 44, .18);
  --shadow: 0 18px 40px rgba(64, 52, 44, .1);
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body {
  color: var(--ink);
  background: var(--sand);
}

main {
  display: flex;
  flex-direction: column;
}

.hero { order: 1; }
.guides-section { order: 2; }
.location-section { order: 3; }
.split-section { order: 4; }
.section-reading { order: 5; }
.program-section { order: 6; }
.feeling-section { order: 7; }
.audience-section { order: 8; }
.reviews-section { order: 9; }
.pricing-section { order: 10; }
.faq-section { order: 11; }
.booking-section { order: 12; }

.site-header {
  background: rgba(251, 248, 242, .94);
}

.brand,
h2,
.lead,
.guide-card h3,
.faq-section summary {
  color: var(--wine);
}

.site-nav a,
.contact-links a {
  color: var(--ink);
}

.eyebrow,
.card-label,
.program-item span {
  color: var(--olive);
}

.hero {
  background: var(--cream);
}

.hero-shade {
  background: linear-gradient(90deg, rgba(251, 248, 242, .88), rgba(251, 248, 242, .18) 70%);
}

.hero-card {
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border: 1px solid rgba(251, 248, 242, .72);
  border-radius: var(--radius);
  background: rgba(251, 248, 242, .84);
  color: var(--ink);
  text-shadow: none;
  box-shadow: var(--shadow);
}

.hero .eyebrow {
  color: var(--olive);
}

.button,
.button-light,
.mobile-cta {
  border-color: var(--latte);
  background: var(--latte);
  color: var(--ink);
  text-shadow: none;
}

.button:hover,
.button-light:hover,
.mobile-cta:hover {
  border-color: var(--olive);
  background: var(--olive);
  color: #fff;
}

.section-reading,
.program-section,
.reviews-section,
.pricing-section,
.faq-section {
  background: #f7f2e9;
}

.split-section,
.location-section,
.guides-section {
  background: var(--cream);
}

.program-item,
.timer,
.booking-form {
  background: #fbf8f2;
}

.program-item {
  border-color: var(--line);
}

.program-photos img {
  height: auto !important;
  aspect-ratio: 4 / 3;
}

.guide-card,
.guide-card > *,
.price-grid,
.price-card {
  min-width: 0;
}

.guide-card img {
  display: block;
  height: auto !important;
  aspect-ratio: 7 / 9;
  object-fit: cover;
}

.split-media {
  min-height: 0;
  aspect-ratio: 4 / 3;
  align-self: center;
}

.location-section .gallery {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.location-section .gallery .gallery-item {
  grid-column: auto !important;
  grid-row: auto !important;
  aspect-ratio: 4 / 3 !important;
}

.location-section .gallery .gallery-item:first-child {
  grid-column: span 2 !important;
  grid-row: span 2 !important;
  aspect-ratio: auto !important;
}

.feeling-section {
  color: var(--ink);
}

.feeling-section:before {
  background: linear-gradient(90deg, rgba(251, 248, 242, .88), rgba(251, 248, 242, .32));
}

.feeling-copy {
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border-radius: var(--radius);
  background: rgba(251, 248, 242, .84);
  box-shadow: var(--shadow);
}

.feeling-copy h2,
.feeling-copy .eyebrow,
.feeling-copy p {
  color: var(--ink);
  text-shadow: none;
}

.feeling-copy .eyebrow {
  color: var(--olive);
}

.price-card.featured {
  background: var(--latte);
  color: var(--ink);
}

.price-card.featured .card-label,
.featured .price {
  color: var(--ink);
}

.price {
  color: var(--wine);
}

.audience-section {
  background: #e9e2d6;
  color: var(--ink);
}

.audience-section h2,
.audience-section .eyebrow {
  color: var(--wine);
}

.audience-section .eyebrow {
  color: var(--olive);
}

.check-list li {
  border-color: rgba(64, 52, 44, .2);
}

.check-list li:before {
  color: var(--olive);
}

.booking-section {
  background: linear-gradient(130deg, #e8dfd2, #d8cbb9);
  color: var(--ink);
}

.booking-section .eyebrow,
.booking-section h2,
.booking-section .lead {
  color: var(--wine);
}

.site-footer {
  background: var(--olive);
  color: var(--ink);
}

.site-footer .brand,
.site-footer .contact-links a {
  color: var(--ink);
}

@media (max-width: 700px) {
  .hero {
    min-height: 0;
    display: block;
    background: var(--cream);
  }

  .hero-media {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    height: auto;
  }

  .hero-media img {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .hero-shade {
    display: none;
  }

  .hero-card {
    width: 100%;
    margin: 0;
    padding: 1.5rem 1rem 2.25rem;
    border: 0;
    border-radius: 0;
    background: var(--cream);
    box-shadow: none;
  }

  .hero-card p {
    max-width: none;
  }

  .split-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .program-photos img {
    aspect-ratio: 4 / 3;
  }

  .price-grid {
    grid-template-columns: 1fr;
  }

  .price-card {
    padding: 1.35rem;
  }

  .timer-numbers {
    flex-wrap: wrap;
  }

  .mobile-cta {
    width: auto;
    max-width: calc(100% - 1.5rem);
    padding-inline: 1rem;
    text-align: center;
    box-shadow: 0 8px 24px rgba(64, 52, 44, .18);
  }

  .feeling-section {
    min-height: 0;
    padding: 0;
  }

  .feeling-section:before {
    background: linear-gradient(0deg, rgba(251, 248, 242, .94), rgba(251, 248, 242, .26));
  }

  .feeling-copy {
    margin: 0;
    padding: 1.5rem 1rem 5rem;
    border-radius: 0;
    background: rgba(251, 248, 242, .88);
    box-shadow: none;
  }

  .location-section .gallery {
    grid-template-columns: 1fr 1fr;
  }

  .location-section .gallery .gallery-item:first-child {
    grid-column: span 2 !important;
    grid-row: auto !important;
    aspect-ratio: 16 / 10 !important;
  }
}

@media (max-width: 700px) {
  body { padding-bottom: 0; }
  .mobile-cta { display: none; }
}

/* Finishing details — the small signals that make the page feel considered. */
.site-header .brand::after {
  display: block;
  margin-top: .16rem;
  color: var(--olive-soft);
  content: "WOMEN'S RETREAT · ORLANDO";
  font-family: var(--sans);
  font-size: .48rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .18em;
}

.eyebrow::before {
  display: inline-block;
  width: 2.6rem;
  height: 1px;
  margin: 0 .75rem .22rem 0;
  background: currentColor;
  content: "";
}

.button::after,
.button-light::after {
  margin-left: .7rem;
  content: "↗";
  font-size: .9rem;
  font-weight: 400;
}

.guide-photo {
  width: 100%;
  margin: 0;
  aspect-ratio: 7 / 11;
  padding: 8px;
  outline: 1px solid rgba(113, 121, 92, .45);
  outline-offset: 8px;
  background: var(--paper);
  overflow: hidden;
}

.guide-photo img {
  width: 100%;
  height: 100% !important;
  aspect-ratio: auto;
  padding: 0;
  outline: 0;
  background: transparent;
  object-fit: cover;
  object-position: center top;
}

.guide-card > div { position: relative; }
.guide-card > div:before {
  position: absolute;
  top: .35rem;
  left: -1.6rem;
  width: .5rem;
  height: .5rem;
  border: 1px solid var(--olive-soft);
  border-radius: 50%;
  content: "";
}

.gallery-item { position: relative; }
.gallery-item:after {
  position: absolute;
  right: .65rem;
  bottom: .65rem;
  width: .45rem;
  height: .45rem;
  border: 1px solid rgba(251,248,242,.9);
  border-radius: 50%;
  content: "";
  opacity: 0;
  transition: opacity .25s ease;
}
.gallery-item:hover:after { opacity: 1; }

.faq-section summary { position: relative; padding-right: 3rem; }
.faq-section summary::after {
  position: absolute;
  top: .05em;
  right: .2rem;
  color: var(--olive-soft);
  content: "+";
  font-family: var(--display);
  font-size: 1.45em;
  line-height: 1;
}
.faq-section details[open] summary::after { content: "−"; }

@media (max-width: 700px) {
  .site-header .brand::after { display: none; }
  .eyebrow::before { width: 1.8rem; }
  .guide-photo {
    aspect-ratio: 7 / 11;
    padding: 6px;
    outline-offset: 6px;
  }
  .guide-card > div:before { display: none; }
}

@media (max-width: 320px) {
  .site-header,
  .section,
  .split-copy {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .brand {
    font-size: 1.3rem;
  }

  .menu-toggle {
    padding-inline: .65rem;
  }
}

/* Premium art direction: editorial, calm and intentionally sparse. */
:root {
  --paper: #fbf8f2;
  --mist: #f3ecdf;
  --clay: #b1a28f;
  --olive-soft: #71795c;
  --espresso: #40342c;
  --display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Helvetica Neue", Arial, sans-serif;
  --radius: 2px;
  --line: rgba(64, 52, 44, .16);
}

body {
  font-family: var(--sans);
  font-size: 16px;
  letter-spacing: .005em;
  color: var(--espresso);
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  min-height: 96px;
  padding: 0 clamp(1.25rem, 5vw, 5rem);
  background: transparent;
  border: 0;
  backdrop-filter: none;
  z-index: 10;
}

.brand {
  font-family: var(--display);
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  font-style: italic;
  letter-spacing: -.045em;
}

.site-nav {
  gap: clamp(1rem, 2.2vw, 2.5rem);
  align-items: center;
}

.site-nav a {
  position: relative;
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.site-nav a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -.55rem;
  left: 0;
  height: 1px;
  background: var(--olive-soft);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

.site-nav a:hover {
  color: var(--espresso);
  text-decoration: none;
}

.site-nav a:hover:after { transform: scaleX(1); }

.hero {
  min-height: min(920px, 100svh);
  background: var(--mist);
}

.hero-shade {
  background: linear-gradient(90deg, rgba(251, 248, 242, .94) 0%, rgba(251, 248, 242, .72) 31%, rgba(251, 248, 242, .08) 72%);
}

.hero-card {
  width: min(500px, calc(100% - 3rem));
  margin: 0 0 clamp(2.5rem, 7vw, 6rem) clamp(1.5rem, 8vw, 9rem);
  padding: 0 0 0 clamp(1rem, 2.2vw, 1.75rem);
  border: 0;
  border-left: 1px solid var(--olive-soft);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-card p {
  max-width: 460px;
  margin-bottom: 1.25rem;
  font-size: clamp(1rem, 1.22vw, 1.16rem);
  line-height: 1.55;
}

.hero-card .eyebrow { margin-bottom: 1.2rem; }
.hero-card .availability { font-size: .7rem !important; letter-spacing: .05em; }

.eyebrow,
.card-label {
  color: var(--olive-soft);
  font-size: .65rem;
  letter-spacing: .18em;
}

h2,
.lead,
.guide-card h3,
.faq-section summary {
  font-family: var(--display);
  color: var(--espresso);
}

h2 {
  max-width: 15ch;
  font-size: clamp(2.85rem, 5.2vw, 5.7rem);
  letter-spacing: -.055em;
  line-height: .96;
}

.lead { font-size: clamp(1.45rem, 2.3vw, 2rem); line-height: 1.28; }

.button,
.button-light {
  min-height: 54px;
  padding: .85rem 1.4rem;
  border: 1px solid var(--espresso);
  border-radius: 0;
  background: var(--espresso);
  color: var(--paper);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.button:hover,
.button-light:hover {
  border-color: var(--olive-soft);
  background: var(--olive-soft);
  color: var(--paper);
  transform: translateY(-2px);
}

.section { padding: clamp(6rem, 11vw, 11rem) 1.25rem; }
.content { width: min(100%, 1240px); }
.content-narrow { width: min(100%, 720px); }

.section-reading,
.program-section,
.reviews-section,
.pricing-section,
.faq-section { background: var(--paper); }

.section-reading { position: relative; }
.section-reading:before {
  content: "";
  position: absolute;
  top: clamp(6rem, 11vw, 11rem);
  bottom: clamp(6rem, 11vw, 11rem);
  left: max(1.25rem, calc((100vw - 1240px) / 2));
  width: 1px;
  background: var(--olive-soft);
}

.section-reading .content { padding-left: clamp(1.3rem, 4vw, 4rem); }
.section-reading p { font-size: clamp(1.12rem, 1.6vw, 1.42rem); line-height: 1.72; }
.section-reading .emphasis { color: var(--olive-soft); font-family: var(--display); }

.guides-section,
.location-section,
.split-section { background: var(--mist); }

.guide-card {
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(2.5rem, 8vw, 9rem);
  margin-top: clamp(3rem, 6vw, 6rem);
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.guide-card img {
  border-radius: 0;
  box-shadow: none;
  filter: saturate(.84) contrast(.98);
}

.guide-card h3 { font-size: clamp(2rem, 3.2vw, 3.3rem); letter-spacing: -.045em; }
.guide-card h3 span { color: var(--olive-soft); }

.split-section { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); }
.split-media { aspect-ratio: auto; min-height: 700px; }
.split-copy { padding: clamp(5rem, 9vw, 10rem) clamp(2rem, 7vw, 8rem); }
.split-copy h2 { max-width: 10ch; }
.split-copy p:not(.eyebrow) { max-width: 33rem; font-size: 1.08rem; line-height: 1.75; }

.program-grid { gap: 0; margin: 3.5rem 0; border-top: 1px solid var(--line); }
.program-item {
  min-height: 245px;
  padding: 1.5rem;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}
.program-item:first-child { border-left: 1px solid var(--line); }
.program-item span { color: var(--olive-soft); font-family: var(--display); font-size: 2.5rem; }
.program-item h3 { font-family: var(--display); font-size: 1.35rem; }
.image-row { gap: .6rem; }
.image-row img { border-radius: 0; filter: saturate(.88); }

.location-section .gallery { gap: .6rem; }
.gallery-item { border-radius: 0; }
.gallery-item img { filter: saturate(.86) contrast(.98); }

.feeling-section { min-height: 780px; color: var(--paper); }
.feeling-section:before { background: linear-gradient(90deg, rgba(64, 52, 44, .76) 0%, rgba(64, 52, 44, .27) 62%, transparent 100%); }
.feeling-copy { max-width: 610px; margin-left: clamp(1.25rem, 8vw, 9rem); padding: 0; border-radius: 0; background: transparent; box-shadow: none; }
.feeling-copy h2,
.feeling-copy .eyebrow,
.feeling-copy p { color: var(--paper); }
.feeling-copy p { font-size: 1.12rem; line-height: 1.75; }
.feeling-copy .eyebrow { color: #e8dfd2; }

.audience-section { background: var(--olive-soft); color: var(--paper); }
.audience-section h2,
.audience-section .eyebrow { color: var(--paper); }
.check-list { max-width: 860px; }
.check-list li { padding: 1rem 0 1rem 2.2rem; border-color: rgba(251,248,242,.28); font-size: 1.08rem; }
.check-list li:before { color: var(--mist); }

.reviews-grid { gap: .6rem; }
.reviews-grid .gallery-item { border: 0; border-radius: 0; }

.timer { border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.timer p,
.timer-numbers b { color: var(--espresso); font-family: var(--display); }
.price-grid { gap: .75rem; }
.price-card { padding: 2rem; border-radius: 0; border-color: var(--line); background: transparent; }
.price-card.featured { background: var(--clay); border-color: var(--clay); }
.price { font-family: var(--display); color: var(--espresso); }

.faq-section details { padding: 1.35rem 0; }
.faq-section summary { font-size: clamp(1.35rem, 2vw, 1.8rem); }

.booking-section { background: var(--clay); }
.booking-section .content { width: min(100%, 1240px); }
.booking-form { border-radius: 0; background: var(--paper); box-shadow: none; }

.site-footer { padding: 3.5rem max(1.25rem, calc((100vw - 1240px) / 2)); background: var(--espresso); color: var(--paper); }
.site-footer .brand,
.site-footer .contact-links a { color: var(--paper); }

@media (max-width: 900px) {
  .program-grid { grid-template-columns: repeat(3, 1fr); }
  .program-item:first-child { border-left: 0; }
  .program-item:nth-child(3n + 1) { border-left: 1px solid var(--line); }
  .split-media { min-height: 540px; }
}

@media (max-width: 700px) {
  .site-header {
    min-height: 72px;
    padding: 0 1.25rem;
    justify-content: flex-end;
  }

  .site-header .brand { display: none; }

  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(251, 248, 242, .82);
    font-size: 0;
    line-height: 0;
    color: transparent;
  }

  .menu-toggle:before {
    width: 16px;
    height: 1px;
    background: var(--espresso);
    box-shadow: 0 -5px 0 var(--espresso), 0 5px 0 var(--espresso);
    content: "";
  }

  .site-nav {
    top: 72px;
    padding: 1.5rem 1.25rem 2rem;
    background: var(--paper);
    border: 0;
    box-shadow: 0 16px 35px rgba(64,52,44,.1);
  }

  .site-nav a { font-size: .72rem; }

  .hero { min-height: 0; }
  .hero-media { padding-top: 0; }
  .hero-card {
    width: 100%;
    margin: 0;
    padding: 2.75rem 1.25rem 6.25rem;
    border-left: 0;
    border-top: 1px solid var(--olive-soft);
    background: var(--paper);
  }

  .hero-card p { font-size: 1.05rem; }
  .hero-card .eyebrow { margin-bottom: 1rem; }
  .hero-card .availability { margin-bottom: 0; }

  h2 { max-width: 11ch; font-size: clamp(2.7rem, 13vw, 4rem); }
  .section { padding: 5.5rem 1.25rem; }
  .section-reading:before { top: 5.5rem; bottom: 5.5rem; left: 1.25rem; }
  .section-reading .content { padding-left: 1.25rem; }
  .section-reading p { font-size: 1.1rem; }
  .guide-card { grid-template-columns: 1fr; gap: 2rem; margin-top: 3rem; }
  .guide-card.reverse img,
  .guide-card.reverse .guide-photo { order: 0; }
  .split-section { grid-template-columns: 1fr; }
  .split-media { min-height: 0; aspect-ratio: 4 / 3; }
  .split-copy { padding: 5rem 1.25rem; }
  .program-grid { grid-template-columns: 1fr; }
  .program-item,
  .program-item:first-child,
  .program-item:nth-child(3n + 1) { min-height: 0; border-left: 1px solid var(--line); }
  .feeling-section { min-height: 620px; padding: 0; }
  .feeling-section:before { background: linear-gradient(0deg, rgba(64,52,44,.84), rgba(64,52,44,.08)); }
  .feeling-copy { align-self: end; margin: 0; padding: 2rem 1.25rem 6.25rem; }
  .price-grid { grid-template-columns: 1fr; }
  .reviews-grid { gap: .4rem; }
  .booking-form { padding: 1.5rem; }
  .mobile-cta {
    right: 0;
    bottom: 0;
    left: 0;
    max-width: none;
    min-height: 58px;
    border-radius: 0;
    background: var(--espresso);
    box-shadow: none;
    color: var(--paper);
    font-size: .68rem;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
}

/* The supplied hero is a complete poster, including its own title and dates. */
.hero {
  min-height: min(1120px, 100svh);
  display: grid;
  place-items: center;
  background: var(--mist);
}

.hero-media {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.hero-media img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-shade,
.hero-card {
  display: none;
}

@media (max-width: 700px) {
  .hero { min-height: 0; display: block; }
  .hero-media { position: relative; inset: auto; display: block; }
  .hero-media img { width: 100%; height: auto; }
}

/* Desktop uses the client-supplied landscape banner; mobile remains unchanged. */
@media (min-width: 701px) {
  .site-header {
    position: relative;
    inset: auto;
    min-height: 96px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }

  .hero {
    display: block;
    min-height: 0;
    background: var(--paper);
  }

  .hero-media {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
  }

  .hero-media img {
    position: static;
    inset: auto;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  .content-narrow {
    width: min(calc(100% - 2.5rem), 720px);
    margin-right: auto;
    margin-left: max(1.25rem, calc((100vw - 1240px) / 2));
  }

  main h2 {
    width: min(100%, 15ch);
    max-width: 15ch;
    margin: .1rem 0 1.4rem;
    font-size: clamp(2.85rem, 5.2vw, 5.7rem);
    line-height: .96;
    letter-spacing: -.055em;
    text-align: left;
  }

  .section {
    padding-top: clamp(4.5rem, 7vw, 7rem);
    padding-bottom: clamp(4.5rem, 7vw, 7rem);
  }

  .guide-card {
    gap: clamp(2.5rem, 6vw, 6rem);
    margin-top: clamp(2.5rem, 4vw, 4rem);
  }

  .pricing-section > .content > h2 {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .booking-layout {
    align-items: start;
  }

  .booking-form {
    margin-top: 2rem;
  }

}

/* Keep both guide portraits identical when the second card is mirrored. */
@media (min-width: 901px) {
  .guide-card.reverse {
    grid-template-columns: minmax(0, 1.28fr) minmax(260px, .72fr);
  }

  .guide-card.reverse .guide-photo {
    order: 2;
  }
}

/* Clear feedback after booking form submission. */
.form-status {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: .85rem;
  align-items: center;
  min-height: 0;
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  border: 1px solid transparent;
  font-size: .95rem;
  line-height: 1.45;
}

.form-status[hidden] {
  display: none;
}

.form-status-icon {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-weight: 700;
}

.form-status-icon::before { content: '…'; }
.form-status[data-state='success'] { border-color: #75916b; background: #edf4e9; color: #294d2d; }
.form-status[data-state='success'] .form-status-icon::before { content: '✓'; font-size: 1.35rem; }
.form-status[data-state='error'] { border-color: #b46e68; background: #f9eae7; color: #722f2b; }
.form-status[data-state='error'] .form-status-icon::before { content: '!'; }
.form-status[data-state='sending'] { border-color: var(--line); background: #f3ede3; color: var(--espresso); }
.booking-form.is-submitted .button:disabled { opacity: 1; background: #496b4d; color: #fff; cursor: default; }

.form-spots {
  margin: 0 0 1.25rem;
  padding: .8rem 1rem;
  background: var(--espresso);
  color: var(--paper);
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.form-spots strong {
  font-size: 1.25em;
}
