/* ============================================================
   Mobile refinements (max-width: 575px)
   ============================================================ */

/* ── Nav ───────────────────────────────────────────────── */
#navbar-main,
.navbar {
  min-height: 64px;
}

.navbar-brand img,
.site-branding__logo img,
.site-logo img,
.logo img {
  max-width: 72px;
  max-height: 52px;
}

/* ── Hero ──────────────────────────────────────────────── */
.ft-home-hero--media {
  min-height: 60vh;
}

.ft-home-hero__title {
  font-size: clamp(2.25rem, 9vw, 3rem);
}

.ft-home-hero__lead {
  font-size: 1rem;
}

/* ── Artist card ───────────────────────────────────────── */
.view-artists .view-content {
  gap: 1.1rem;
}

.ft-artist-card {
  border-radius: 10px;
}

.ft-artist-card__body {
  padding: 1rem;
}

.ft-artist-card__title {
  font-size: 1.1rem;
}

.ft-artist-card__image--placeholder span {
  font-size: 2.75rem;
}

/* Artist detail photo on mobile: constrain height */
.ft-artist-photo-placeholder {
  max-height: 320px;
}

/* ── Package card ──────────────────────────────────────── */
.ft-package-card {
  border-radius: 10px;
}

.ft-package-card__body {
  padding: 1.1rem;
}

.ft-package-card__title {
  font-size: 1.1rem;
}

.ft-package-card__button {
  display: block;
  text-align: center;
  white-space: normal;
}

/* ── Package hero ──────────────────────────────────────── */
.ft-package-hero {
  padding: 2rem 0 1.75rem;
}

.ft-package-hero__actions {
  flex-direction: column;
  gap: .6rem;
}

.ft-package-hero__actions .ft-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
  white-space: normal;
}

/* ── Booking card ──────────────────────────────────────── */
.ft-package-booking__card {
  position: static;
  margin-top: 1.5rem;
  padding: 1.35rem;
  top: auto;
}

.ft-package-booking__form .form-item,
.ft-package-booking__form .form-type-select {
  margin-bottom: .75rem;
}

.ft-package-booking__form select,
.ft-package-booking__form .form-select,
.ft-package-booking__form .form-control {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 1rem;
  padding: .55rem .75rem;
}

/* ── Variation price ───────────────────────────────────── */
.festival-variation-price {
  margin: .6rem 0 .2rem;
}

.festival-variation-price__value {
  font-size: 1.2rem;
}

/* ── Cart ──────────────────────────────────────────────── */
.path-cart table {
  min-width: 420px;
}

.path-cart table input[type="number"] {
  width: 60px;
  min-height: 44px;
  text-align: center;
  font-size: 1rem;
  padding: .4rem;
}

/* ── Checkout forms ────────────────────────────────────── */
.checkout-pane {
  padding: 1rem;
  border-radius: 8px;
  background: #F7F3EC;
  margin-bottom: 1rem;
  border: 1px solid #EDE7DC;
}

.layout-checkout-form .form-item input,
.layout-checkout-form .form-item select,
.layout-checkout-form .form-item textarea,
.layout-checkout-form .form-item .form-control {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.layout-checkout-form .form-actions .button,
.layout-checkout-form .form-actions input[type="submit"],
.layout-checkout-form .form-actions button[type="submit"] {
  width: 100%;
  min-height: 50px;
  font-size: 1rem;
}

.layout-checkout-form .form-actions a.link--previous {
  width: 100%;
  min-height: 50px;
  order: 2;
}

/* ── Deposit summary ───────────────────────────────────── */
.festival-deposit-summary {
  padding: 1rem;
  margin: 1rem 0;
}

.festival-deposit-summary h3 {
  font-size: 1.1rem;
  margin-bottom: .75rem;
}

.festival-deposit-summary__row {
  font-size: .92rem;
}

.festival-deposit-summary__row--deposit {
  font-size: .98rem;
}

/* ── Review page ───────────────────────────────────────── */
.checkout-review {
  font-size: .9rem;
  overflow-x: auto;
}

.checkout-review table {
  min-width: 320px;
}

/* ── Confirmation/complete page ────────────────────────── */
.checkout-complete,
.commerce-checkout-complete {
  padding: 1.5rem 0;
  text-align: center;
}

/* ── Commerce checkout text sizing ─────────────────────── */
.checkout-pane-header {
  font-size: 1rem;
}

.checkout-pane-body {
  font-size: .92rem;
}

/* ── Section head ──────────────────────────────────────── */
.ft-home-section {
  padding: 2.5rem 0;
}

/* ── CTA block ─────────────────────────────────────────── */
.ft-home-cta__inner {
  padding: 2.25rem 1.5rem;
}

/* ── Why grid — single col, tighter spacing ────────────── */
.ft-home-why__grid {
  gap: 0;
}

.ft-home-why__item {
  padding: 1.25rem 0 1rem;
}

/* ── Events teaser ─────────────────────────────────────── */
.ft-home-events .ft-home-section {
  padding: 2.5rem 0;
}

/* ── Page title ────────────────────────────────────────── */
.block-page-title-block {
  margin: 1.5rem 0 1.25rem;
  padding-bottom: .75rem;
}

/* ── Footer ────────────────────────────────────────────── */
.site-footer {
  padding: 3rem 0 2rem;
  text-align: center;
}

.site-footer__top {
  grid-template-columns: 1fr;
  gap: 2rem;
}

.site-footer__top > section {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 250px;
}

.site-footer img {
  max-width: 140px;
  display: block;
  margin: 0 auto 1rem;
}

.ft-footer-brand__tagline {
  font-size: .85rem;
  max-width: 100%;
}

.site-footer .menu {
  justify-content: center;
}

.ft-footer-contact__item {
  justify-content: center;
}
