/* ==================== BASE ==================== */

:root {
  color-scheme: light;
  color: #111111;
  background: #fbfbf8;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  min-height: 100%;
}

body {
  background: #fbfbf8;
  color: #252525;
  padding: 0 18px;
  display: flex;
  justify-content: center;
}

img {
  max-width: 100%;
  display: block;
}

/* ==================== LAYOUT ==================== */

main,
.page-container {
  width: min(100%, 1100px);
  padding: 40px 0 60px;
}

.layout-section,
.section {
  margin-bottom: 52px;
}

.hero,
.hero-spacing {
  display: grid;
  gap: 32px;
}

.content-narrow,
.hero-content,
.summary,
.section > *:not(.cards):not(.steps):not(.trust-media) {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.content-stack,
.stack {
  display: grid;
  gap: 20px;
}

.layout-cta,
.button-row {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.layout-trust-row,
.trust-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
  font-size: 0.9rem;
  color: #555;
  opacity: 0.8;
}

header {
  text-align: center;
  margin-bottom: 48px;
}

.logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  width: 100%;
  margin: 0 auto 32px;
}

.logo img {
  width: 100%;
  height: auto;
}

/* Text width control for better readability */
.hero-content,
.section > *:not(.cards):not(.steps):not(.trust-media) {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* ==================== TYPOGRAPHY ==================== */

h1, h2 {
  font-family: Georgia, Cambria, "Times New Roman", serif;
  color: #0f1110;
  letter-spacing: -0.03em;
  margin: 0;
}

h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.15;
  margin-bottom: 22px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

h2 {
  font-size: clamp(1.5rem, 4vw, 1.9rem);
  line-height: 1.2;
  margin-bottom: 24px;
  font-weight: 700;
}

p, li {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #252525;
  max-width: 60ch;
}

/* ==================== COMPONENTS ==================== */

.intro {
  max-width: 640px;
  margin-bottom: 28px;
  color: #333333;
}

.hero,
.section {
  margin-bottom: 52px;
}

.cta-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-cta,
.action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #111111;
  color: #ffffff;
  padding: 16px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.hero-cta:hover,
.action-button:hover {
  background: #333333;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: transparent;
  color: #111111;
  padding: 16px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: none;
  border: 1px solid rgba(17, 17, 17, 0.18);
}

.button-secondary:hover {
  background: rgba(17, 17, 17, 0.05);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.note,
.footer-small {
  color: #595955;
  font-size: 0.95rem;
  line-height: 1.6;
}

.inline-email {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: opacity 0.2s ease;
}

.inline-email:hover {
  opacity: 0.6;
}

.note {
  margin-top: 16px;
  text-align: center;
}

.footer-small {
  color: #666;
}

.hero-secondary {
  margin-top: 16px;
  font-size: 0.85rem;
  color: #666;
}

.hero-secondary a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 500;
}

.stack,
.content-stack {
  display: grid;
  gap: 20px;
}

/* ==================== HERO ==================== */

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hero-image {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.06);
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-banner {
  background-size: cover;
  background-position: center;
  border-radius: 22px;
  overflow: hidden;
}

.hero-overlay {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(251, 251, 248, 0.84);
  min-height: 560px;
  padding: 72px 24px;
}

.hero-overlay-index {
  min-height: 520px;
  padding: 64px 24px;
  background: rgba(251, 251, 248, 0.82);
}

.hero-overlay-event {
  background: rgba(251, 251, 248, 0.82);
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}

.hero-note {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.hero-button-row {
  flex-wrap: wrap;
  gap: 14px;
}

/* ==================== PRICING CARDS ==================== */

.cards,
.cards-grid {
  display: grid;
  gap: 20px;
  margin-bottom: 24px;
  align-items: stretch;
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 0;
  background: #f6f5f0;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.03);
  transition: box-shadow 0.3s ease;
}

.card-content {
  flex-grow: 1;
}

.card-cta {
  margin-top: auto;
  padding-top: 24px;
}

.card:hover {
  box-shadow: 0 12px 32px rgba(17, 17, 17, 0.05);
}

.card h3,
.card strong {
  color: #111111;
  display: block;
  margin: 0 0 14px;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.card strong {
  margin-bottom: 14px;
}

.card p {
  margin: 0;
  color: #444444;
  font-size: 1.05rem;
}

.card-cta .action-button {
  min-width: 132px;
}

.card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.card-list li {
  display: flex;
  align-items: flex-start;
  color: #333333;
}

.card-list li::before {
  content: "•";
  margin-right: 12px;
  color: #111111;
  font-weight: 600;
  line-height: 1.6;
}

/* ==================== SUMMARY BOX ==================== */

.summary {
  background: #f6f5f0;
  border-radius: 18px;
  padding: 30px;
  margin-top: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.summary p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333333;
}

/* ==================== STEPS ==================== */

.steps {
  display: grid;
  gap: 20px;
  margin-bottom: 32px;
}

.step {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid #e1e0d8;
  border-radius: 16px;
  background: #ffffff;
  transition: all 0.3s ease;
  text-align: center;
  align-items: center;
}

.step:hover {
  border-color: #111111;
  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.05);
}

.step p {
  margin: 0;
  color: #333333;
  font-size: 1.05rem;
}

.step-number {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #111111;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.1rem;
}

.trust-row p {
  margin: 0;
  color: inherit;
  font-size: inherit;
}

/* ==================== MEDIA ==================== */

.trust-media {
  margin-top: 32px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.06);
}

.trust-media img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==================== FOOTER ==================== */

footer {
  border-top: 1px solid #deddda;
  padding-top: 32px;
  color: #5f5f5b;
  font-size: 1rem;
  display: grid;
  gap: 8px;
  line-height: 1.6;
  text-align: center;
}

footer a {
  color: inherit;
  text-decoration: none;
}

.nav-booking-trigger {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  color: #5f5f5b;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
}

.nav-booking-trigger:hover {
  color: #111111;
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
}

.booking-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 17, 16, 0.35);
  backdrop-filter: blur(12px);
}

.booking-modal__dialog {
  position: relative;
  width: min(100%, 760px);
  max-height: min(100%, 92vh);
  overflow: hidden;
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 32px 80px rgba(15, 17, 16, 0.16);
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform: translateY(24px);
  opacity: 0;
}

.booking-modal.is-visible .booking-modal__dialog {
  transform: translateY(0);
  opacity: 1;
}

.booking-modal__close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #ffffff;
  border-radius: 999px;
  color: #111111;
  font-size: 1.5rem;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 1;
}

.booking-modal__header {
  padding: 36px 36px 0;
  text-align: center;
}

.booking-modal__header h2 {
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 2.4vw, 2.5rem);
}

.booking-modal__subtitle {
  margin: 0 auto;
  max-width: 540px;
  color: #5f5f5b;
  font-size: 1rem;
  line-height: 1.8;
}

.booking-modal__content {
  padding: 24px 36px 36px;
  display: grid;
  gap: 24px;
}

.booking-modal__panel {
  display: none;
}

.booking-modal__panel--active {
  display: block;
}

.booking-modal__form-intro {
  margin-bottom: 20px;
  color: #4e4e4b;
  font-size: 1rem;
  line-height: 1.9;
}

.booking-form {
  display: grid;
  gap: 18px;
}

.form-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-field {
  display: grid;
  gap: 10px;
  color: #262626;
}

.form-field span {
  font-size: 0.95rem;
  font-weight: 600;
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-input,
.form-textarea {
  width: 100%;
  border: 1px solid #e4e3dd;
  border-radius: 18px;
  background: #fbfbf8;
  padding: 16px 18px;
  font: inherit;
  color: #111111;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: #cac7c1;
  box-shadow: 0 0 0 4px rgba(218, 215, 206, 0.35);
}

.form-textarea {
  min-height: 140px;
  resize: vertical;
}

.form-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.form-fieldset legend {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 14px;
}

.option-group {
  display: grid;
  gap: 12px;
}

.option-control {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid #e4e3dd;
  background: #faf9f5;
  cursor: pointer;
}

.option-control input {
  accent-color: #111111;
}

.booking-form__actions {
  display: grid;
  gap: 12px;
  align-items: center;
}

.booking-form__notice {
  margin: 0;
  color: #5f5f5b;
  font-size: 0.95rem;
}

.booking-form__status {
  margin: 0;
  color: #1a6b3f;
  font-size: 1rem;
  line-height: 1.75;
}

.booking-form--submitted .booking-form__actions {
  display: none;
}

.booking-modal-open {
  overflow: hidden;
}

@media (max-width: 740px) {
  .booking-modal__dialog {
    width: 100%;
    margin: 0 auto;
  }

  .booking-modal__content {
    padding: 24px;
  }

  .booking-modal__close {
    top: 18px;
    right: 18px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
}


.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
}

.booking-modal[hidden] {
  display: none;
}

.booking-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.52);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.booking-modal__dialog {
  position: relative;
  width: min(100%, 1040px);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  background: rgba(251, 251, 248, 0.96);
  border-radius: 28px;
  padding: 72px 22px 24px;
  box-shadow: 0 24px 60px rgba(17, 17, 17, 0.12);
  opacity: 0;
  transform: scale(0.97) translateY(14px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.booking-modal.is-visible .booking-modal__dialog {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.booking-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.06);
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.booking-modal__close:hover {
  background: rgba(17, 17, 17, 0.1);
  transform: scale(1.02);
}

.booking-modal__close span {
  font-size: 1.7rem;
  line-height: 1;
}

.booking-modal__header {
  max-width: 640px;
  margin: 0 auto 28px;
  text-align: center;
}

.booking-modal__options {
  margin-bottom: 0;
}

.booking-modal__card {
  background: #f7f5ef;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.04);
}

.booking-modal__card:hover {
  box-shadow: 0 14px 32px rgba(17, 17, 17, 0.05);
}

.booking-modal-open {
  overflow: hidden;
}

/* ==================== MOBILE ==================== */

@media (max-width: 520px) {
  body {
    padding: 0 16px;
  }

  main,
  .page-container {
    padding: 32px 0 48px;
  }

  .hero,
  .hero-spacing,
  .section,
  .layout-section {
    margin-bottom: 40px;
  }

  h1 {
    font-size: clamp(2.1rem, 5vw, 2.6rem);
    margin-bottom: 18px;
  }

  h2 {
    font-size: 1.4rem;
    margin-bottom: 18px;
  }

  p, li {
    font-size: 1rem;
  }

  .hero-cta,
  .action-button,
  .button-secondary {
    padding: 14px 24px;
    font-size: 1rem;
  }

  .booking-modal {
    padding: 12px;
  }

  .booking-modal__dialog {
    max-height: calc(100vh - 24px);
    padding: 64px 18px 18px;
    border-radius: 24px;
  }

  .booking-modal__header {
    margin-bottom: 22px;
  }
}

@media (max-width: 768px) {
  .trust-row {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

/* ==================== TABLET ==================== */

@media (min-width: 768px) {
  body {
    padding: 0 24px;
  }

  main,
  .page-container {
    width: min(100%, 800px);
    padding: 50px 0 80px;
  }

  .logo {
    max-width: 200px;
    margin-bottom: 36px;
  }

  .hero,
  .hero-spacing,
  .section,
  .layout-section {
    margin-bottom: 64px;
  }

  .cards,
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 28px;
  }

  .card {
    padding: 32px;
  }

  .steps {
    gap: 24px;
  }

  .step {
    padding: 28px;
  }

  .booking-modal {
    padding: 24px;
  }

  .booking-modal__dialog {
    padding: 76px 28px 28px;
  }

  .booking-modal__options {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ==================== DESKTOP ==================== */

@media (min-width: 1024px) {
  body {
    padding: 0;
  }

  main,
  .page-container {
    width: min(100%, 1100px);
    padding: 60px 0 100px;
  }

  header {
    margin-bottom: 68px;
  }

  .logo {
    max-width: 240px;
    margin-bottom: 40px;
  }

  h1 {
    font-size: 3.8rem;
    line-height: 1.12;
    margin-bottom: 26px;
  }

  h2 {
    font-size: 2rem;
    margin-bottom: 28px;
  }

  p, li {
    font-size: 1.1rem;
  }

  .intro {
    font-size: 1.15rem;
    line-height: 1.85;
    margin-bottom: 32px;
  }

  .hero,
  .hero-spacing,
  .section,
  .layout-section {
    margin-bottom: 80px;
  }

  /* ========== HERO LAYOUT (2 COLUMNS) ========== */

  .hero {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
    padding-right: 20px;
  }

  .hero-image {
    width: 100%;
    border-radius: 22px;
    overflow: hidden;
  }

  .button-row,
  .layout-cta {
    margin: 24px 0;
  }

  .hero-cta,
  .action-button,
  .button-secondary {
    padding: 18px 32px;
    font-size: 1.1rem;
  }

  /* ========== PRICING & CARDS ========== */

  .cards,
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-bottom: 32px;
  }

  .card {
    padding: 36px;
  }

  .card strong {
    font-size: 1.2rem;
    margin-bottom: 16px;
  }

  /* ========== STEPS (3 COLUMNS) ========== */

  .steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 40px;
  }

  .step {
    padding: 32px;
    min-height: 180px;
    justify-content: center;
  }

  /* ========== OTHER ========== */

  .summary {
    padding: 36px;
  }

  .trust-media {
    margin-top: 40px;
    border-radius: 22px;
  }

  footer {
    padding-top: 36px;
  }

  .booking-modal__dialog {
    padding: 80px 36px 36px;
  }

  .booking-modal__options {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
