/* =============================================================
   SEMA FEST 2026 — semafest.css
   Golden ratio typography: base 1rem (16px), ratio φ = 1.618
   Scale steps:
     xs   0.75rem  (12px)   — badges, micro labels
     sm   0.875rem (14px)   — small UI, ticket meta
     base 1rem     (16px)   — all body copy
     md   1.125rem (18px)   — comfortable lead text
     φ¹   1.618rem (26px)   — subheadings
     φ²   2.618rem (42px)   — section headings
     φ³   clamp → hero display text
   ============================================================= */

/* ── Fonts ── */
@font-face {
  font-family: 'PPNeueCorp';
  src: url('../../v2/Fonts/PPNeueCorp-ExtendedUltrabold.otf') format('opentype');
  font-weight: 800;
}
@font-face {
  font-family: 'Calibre';
  src: url('../../v2/Fonts/Calibre-Regular.otf') format('opentype');
  font-weight: 400;
}
@font-face {
  font-family: 'Calibre';
  src: url('../../v2/Fonts/Calibre-Semibold.otf') format('opentype');
  font-weight: 600;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Calibre', 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  background: #000;
  color: #fff;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }

/* ── NAV ── */
.sf-nav {
  position: absolute; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.85rem 2rem;
  background: rgba(0,0,0,0.5);
}
.sf-nav-links { list-style: none; display: flex; align-items: center; }
.sf-nav-links li { display: flex; align-items: center; }
.sf-nav-links li+li::before { content: '|'; color: #555; padding: 0 0.5rem; font-size: 0.75rem; }
.sf-nav-links a, .sf-nav-links span {
  font-family: 'Calibre', 'Montserrat', sans-serif;
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: #fff; text-decoration: none;
}
.sf-nav-links a:hover { color: #e43d34; }
.sf-nav-links .loc { color: #bbb; }
.sf-nav-social { display: flex; gap: 0.45rem; }
.sf-nav-social a {
  width: 26px; height: 26px;
  border: 1px solid rgba(255,255,255,0.4); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 0.65rem; text-decoration: none;
  transition: border-color .2s, color .2s;
}
.sf-nav-social a:hover { border-color: #e43d34; color: #e43d34; }

/* ── HERO ── */
.sf-hero {
  position: relative; min-height: 100vh;
  background: url('../img/SEMA-Website-2560x1440-01.jpg') no-repeat center top/cover;
  display: flex; align-items: center;
}
.sf-hero::after {
  content: ''; position: absolute; inset: 0;
  background: none; pointer-events: none;
}
.sf-hero-left {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; justify-content: center;
  padding: 8rem 2.5rem 4rem 4.5rem;
  max-width: clamp(360px, 42vw, 560px);
}
.sf-hero-logo {
  width: clamp(180px, 22vw, 380px);
  max-width: 90%;
  margin-bottom: 2rem;
}
/* φ³ display — scales smoothly across all viewports */
.sf-tagline {
  font-family: 'PPNeueCorp', 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 2.8vw, 3rem);
  line-height: 1.05;
  text-transform: uppercase; letter-spacing: 0.01em;
  margin-bottom: 1.6rem;
}
.sf-tagline .red { color: #e43d34; }
.sf-pre-date {
  font-family: 'PPNeueCorp', 'Montserrat', sans-serif; font-weight: 800;
  font-size: clamp(1rem, 1.3vw, 1.5rem);
  letter-spacing: 0.03em; text-transform: uppercase; color: #fff;
  line-height: 1.1; margin-bottom: 0;
}
.sf-date {
  font-family: 'PPNeueCorp', 'Montserrat', sans-serif; font-weight: 800;
  font-size: clamp(1.6rem, 2.8vw, 3rem);
  text-transform: uppercase; color: #e43d34;
  line-height: 1.05; letter-spacing: 0.01em; margin-bottom: 0;
}
.sf-city {
  font-family: 'PPNeueCorp', 'Montserrat', sans-serif; font-weight: 800;
  font-size: clamp(1rem, 1.3vw, 1.5rem);
  text-transform: uppercase; letter-spacing: 0.03em; color: #fff;
  margin-bottom: 2.2rem;
}
.sf-btn-cta {
  display: inline-block; background: #e43d34; color: #fff; text-decoration: none;
  font-family: 'PPNeueCorp', 'Montserrat', sans-serif; font-weight: 800;
  font-size: 0.875rem; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 1rem 2rem; border: none; cursor: pointer;
  min-width: 280px; text-align: center; transition: background .2s;
}
.sf-btn-cta:hover { background: #c5332b; color: #fff; }

/* ── ABOUT ── */
.sf-about {
  background: #2c2c2c url('../img/SEMA-Website-2560x1440-02.jpg') no-repeat center/cover;
  padding: 5rem 0; position: relative; overflow: hidden;
  border-top: 3px solid #e85220; border-bottom: 3px solid #e85220;
}
.sf-about .container { position: relative; z-index: 1; }
.sf-about h2 {
  font-family: 'PPNeueCorp', 'Montserrat', sans-serif; font-weight: 800;
  font-size: clamp(1.8rem, 2.5vw, 2.618rem); /* φ² */
  text-transform: uppercase; color: #fff;
  letter-spacing: 0.01em; margin-bottom: 1.2rem; line-height: 1.05;
}
.sf-about p {
  font-size: 1rem; line-height: 1.75; color: #ccc; font-weight: 400;
}
.sf-about p strong { color: #fff; font-weight: 600; }

.sf-video-wrap {
  position: relative; aspect-ratio: 16/9; overflow: hidden; cursor: pointer; background: #000;
}
.sf-video-wrap img { width: 100%; height: 100%; object-fit: cover; }
.sf-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 62px; height: 62px;
  border: 2.5px solid rgba(255,255,255,0.9); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.25rem; padding-left: 3px;
  background: rgba(0,0,0,0.4); transition: background .2s;
}
.sf-video-wrap:hover .sf-play { background: #e43d34; border-color: #e43d34; }
.sf-video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }

/* ── TICKETS ── */
.sf-tickets { background: #181818; padding: 3rem 0 3.5rem; }
.sf-ticket { display: flex; align-items: stretch; margin-bottom: 1.75rem; min-height: 115px; }
.sf-t-label {
  flex: 0 0 28%; min-width: 175px;
  background: linear-gradient(to bottom, #9c1e1e 0%, #d13020 35%, #e85220 68%, #f07320 100%);
  overflow: hidden; position: relative;
}
.sf-t-label img {
  width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block;
  transition: transform 0.45s ease;
}
.sf-t-label:hover img { transform: scale(1.08); }
.sf-t-ltext { display: none; }
.sf-t-body {
  flex: 1; background: #fff; padding: 1rem 1.4rem;
  border-right: 1px solid #ddd;
  display: flex; flex-direction: column; justify-content: center;
}
.sf-t-title {
  font-family: 'PPNeueCorp', 'Montserrat', sans-serif; font-weight: 800;
  font-size: 1.25rem; text-transform: uppercase; color: #111;
  letter-spacing: 0.02em; line-height: 1.1; margin-bottom: 0.22rem;
}
.sf-t-access-dark {
  font-family: 'Calibre', 'Montserrat', sans-serif;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.09em;
  text-transform: uppercase; color: #111; line-height: 1.5;
}
.sf-t-access {
  font-family: 'Calibre', 'Montserrat', sans-serif;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.09em;
  text-transform: uppercase; color: #e85220; margin-bottom: 0.4rem; line-height: 1.5;
}
.sf-t-desc {
  font-family: 'Calibre', 'Montserrat', sans-serif;
  font-size: 0.875rem; font-weight: 600; color: #555; margin: 0;
  text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.45;
}
.sf-t-note {
  font-family: 'Calibre', 'Montserrat', sans-serif;
  font-size: 0.8rem; font-weight: 400; color: #666;
  text-transform: none; letter-spacing: 0;
}
.sf-t-more { color: #444; }
.sf-t-more ul, .sf-t-bullets { padding-left: 1.1rem; margin: 0.5rem 0 0; }
.sf-t-more li, .sf-t-bullets li {
  font-family: 'Calibre', 'Montserrat', sans-serif;
  font-size: 0.875rem; color: #555; line-height: 1.6; margin-bottom: 0.2rem;
}
.sf-t-more strong { color: #333; }
.sf-t-nofee {
  font-family: 'Calibre', 'Montserrat', sans-serif;
  font-size: 0.75rem; font-weight: 600; color: #888;
  letter-spacing: 0.08em; text-transform: uppercase; margin: 0 0 0.3rem;
}
.sf-t-price {
  flex: 0 0 185px; background: #fff;
  display: flex; flex-direction: column; align-items: flex-end; justify-content: center;
  padding: 1rem 1.2rem; gap: 0.35rem;
}
.sf-t-pval {
  font-family: 'PPNeueCorp', 'Montserrat', sans-serif; font-weight: 800;
  font-size: 2.1rem; color: #111; line-height: 1; margin-bottom: 0.25rem;
}
.sf-btn-info {
  display: block; width: 125px; text-align: center; padding: 0.42rem 0.6rem;
  background: #111; color: #fff;
  font-family: 'Calibre', 'Montserrat', sans-serif; font-size: 0.75rem;
  font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; border: none; cursor: pointer; transition: background .2s;
}
.sf-btn-info:hover { background: #444; color: #fff; }
.sf-btn-buy {
  display: block; width: 125px; text-align: center; padding: 0.42rem 0.6rem;
  background: linear-gradient(90deg, #d13020 0%, #e85220 60%, #f07320 100%);
  color: #fff; font-family: 'Calibre', 'Montserrat', sans-serif; font-size: 0.75rem;
  font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; border: none; cursor: pointer; transition: opacity .2s;
}
.sf-btn-buy:hover { opacity: 0.85; color: #fff; }

/* ── UPDATES ── */
.sf-updates { background: #000; padding: 5rem 0; }
.sf-updates-box {
  border: 1px solid rgba(255,255,255,0.22);
  padding: 3rem; display: flex; gap: 3.5rem; align-items: flex-start;
}
.sf-upd-left { flex: 0 0 36%; }
.sf-upd-left h2 {
  font-family: 'PPNeueCorp', 'Montserrat', sans-serif; font-weight: 800;
  font-size: clamp(1.4rem, 1.9vw, 1.9rem);
  text-transform: uppercase; color: #fff; line-height: 1;
  margin-bottom: 0.65rem; letter-spacing: 0.02em;
}
.sf-upd-left .usub {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: #e43d34; margin-bottom: 0.65rem;
  font-family: 'Calibre', 'Montserrat', sans-serif;
}
.sf-upd-left p { font-size: 1rem; color: #999; line-height: 1.72; }
.sf-upd-right { flex: 1; display: flex; align-items: center; justify-content: center; min-width: 0; }

/* ── FAQ ── */
.sf-faq { background: #fff; padding: 5rem 0; }
.sf-faq-title {
  font-family: 'PPNeueCorp', 'Montserrat', sans-serif; font-weight: 800;
  font-size: clamp(1.8rem, 2.6vw, 2.618rem); /* φ² */
  text-transform: uppercase; color: #111;
  text-align: center; letter-spacing: 0.02em; margin-bottom: 0.75rem;
}
.sf-faq-rule { border: none; border-top: 1px solid #111; margin: 0 0 2rem; }
.sf-faq .accordion {
  --bs-accordion-active-bg: #000;
  --bs-accordion-active-color: #fff;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-border-color: #dee2e6;
  --bs-accordion-border-radius: 0;
}
.sf-faq .accordion-item {
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 0;
}
.sf-faq .accordion-item:first-of-type { border-top: 1px solid #dee2e6; }
.sf-faq .accordion-button {
  font-family: 'Calibre', 'Montserrat', sans-serif;
  font-size: 1.125rem !important; /* φ md step */
  font-weight: 400 !important;
  color: #111 !important; background: #fff !important;
  border-radius: 0 !important; box-shadow: none !important;
}
.sf-faq .accordion-button:not(.collapsed) {
  color: #fff !important; background: #000 !important; box-shadow: none !important;
}
.sf-faq .accordion-button:not(.collapsed)::after { filter: invert(1); }
.sf-faq .accordion-body {
  font-family: 'Calibre', 'Montserrat', sans-serif;
  font-size: 1rem; color: #444; line-height: 1.75;
}
.sf-faq .accordion-body p { margin-bottom: 0.5rem; }
.sf-faq .accordion-body ul, .sf-faq .accordion-body ol { padding-left: 1.4rem; margin-bottom: 0.5rem; }
.sf-faq .accordion-body li { margin-bottom: 0.25rem; }
.sf-faq .accordion-body strong { color: #222; }
.sf-faq .accordion-body h3 {
  font-family: 'PPNeueCorp', 'Montserrat', sans-serif; font-weight: 800;
  font-size: 1rem; text-transform: uppercase; letter-spacing: 0.04em;
  color: #111; margin: 1rem 0 0.35rem;
}
.sf-faq .accordion-body .alert { font-size: 0.875rem; border-radius: 0; }
.sf-faq .accordion-body .card { border-radius: 0; color: #333; }
.sf-faq .accordion-body .card h6 { color: #111; }
.sf-faq .accordion-body .card address { font-size: 0.875rem; }
.sf-faq-ada { margin-top: 2rem; }

/* ── CTA BANNER ── */
.sf-cta {
  background: linear-gradient(90deg, #d02b22 0%, #e74520 45%, #ef7820 100%);
  padding: 4rem 2rem; text-align: center;
}
.sf-cta h2 {
  font-family: 'PPNeueCorp', 'Montserrat', sans-serif; font-weight: 800;
  font-size: clamp(1.618rem, 3vw, 2.618rem); /* φ¹ → φ² */
  text-transform: uppercase; color: #fff; letter-spacing: 0.03em; line-height: 1.1;
}

/* ── INNER PAGES ── */
.sf-page-content {
  background: #fff; color: #222;
  padding: 5rem 0 6rem;
  font-family: 'Calibre', 'Montserrat', sans-serif;
  font-size: 1rem; line-height: 1.8;
}
.sf-page-header { margin-bottom: 2.5rem; border-bottom: 3px solid #e43d34; padding-bottom: 1.5rem; }
.sf-page-header h1 {
  font-family: 'PPNeueCorp', 'Montserrat', sans-serif; font-weight: 800;
  font-size: clamp(2rem, 4vw, 3.5rem); text-transform: uppercase;
  color: #111; margin-bottom: 0.25rem;
}
.sf-page-updated { font-size: 0.875rem; color: #888; margin: 0; }
.sf-page-section-title {
  font-family: 'PPNeueCorp', 'Montserrat', sans-serif; font-weight: 800;
  font-size: clamp(1.4rem, 2vw, 1.8rem); text-transform: uppercase;
  color: #111; margin: 0 0 1.25rem; letter-spacing: 0.02em;
}
.sf-page-content h3 {
  font-family: 'PPNeueCorp', 'Montserrat', sans-serif; font-weight: 800;
  font-size: 1.125rem; text-transform: uppercase; letter-spacing: 0.04em;
  color: #111; margin: 2rem 0 0.6rem; border-left: 3px solid #e43d34; padding-left: 0.75rem;
}
.sf-page-content h4 {
  font-family: 'Calibre', 'Montserrat', sans-serif; font-weight: 600;
  font-size: 1rem; color: #333; margin: 1.25rem 0 0.4rem;
}
.sf-page-content p { color: #444; margin-bottom: 0.9rem; }
.sf-page-content ul, .sf-page-content ol { padding-left: 1.5rem; margin-bottom: 1rem; color: #444; }
.sf-page-content li { margin-bottom: 0.4rem; }
.sf-page-content a { color: #e43d34; text-decoration: underline; }
.sf-page-content a:hover { color: #c5332b; }

/* ── FOOTER ── */
.sf-footer { background: #000; padding: 3.5rem 0 2rem; }
.sf-footer-row { display: flex; align-items: flex-start; gap: 3rem; }
.sf-footer-logo { width: 145px; }
.sf-footer-col { margin-left: auto; }
.sf-footer-col h4 {
  font-family: 'PPNeueCorp', 'Montserrat', sans-serif; font-weight: 800;
  font-size: 1rem; text-transform: uppercase; color: #e43d34;
  letter-spacing: 0.05em; margin-bottom: 0.3rem;
}
.sf-footer-col a {
  font-family: 'Calibre', 'Montserrat', sans-serif;
  font-size: 0.875rem; font-weight: 600; color: #fff; text-decoration: none;
}
.sf-footer-col a:hover { color: #e43d34; }
.sf-footer-bottom {
  margin-top: 2.5rem; padding-top: 1rem; border-top: 1px solid #1a1a1a;
  font-size: 0.8rem; color: #444; text-align: center;
}
.sf-footer-bottom a { color: #555; text-decoration: none; }
.sf-footer-bottom a:hover { color: #e43d34; }

/* ── TRAVEL ── */
.sf-travel { background: #111; padding: 5rem 0; }
.sf-travel-header { text-align: center; margin-bottom: 2.5rem; }
.sf-travel-header h2 {
  font-family: 'PPNeueCorp', 'Montserrat', sans-serif; font-weight: 800;
  font-size: clamp(1.8rem, 2.6vw, 2.618rem); /* φ² */
  text-transform: uppercase; color: #fff; letter-spacing: 0.02em; line-height: 1.05;
}
.sf-travel-header p {
  font-size: 1rem; color: #999; line-height: 1.72;
  max-width: 520px; margin: 0.6rem auto 0;
}
.sf-travel-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 4px; }
.sf-travel-panel {
  position: relative; overflow: hidden; cursor: pointer;
  aspect-ratio: 4/3; display: flex; flex-direction: column; justify-content: flex-end;
  background: #3a3a3a; transition: background .3s;
  text-decoration: none; color: inherit;
}
.sf-travel-panel:hover { background: #444; }
.sf-tp-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.sf-travel-panel::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.05) 55%, transparent 100%);
  pointer-events: none;
}
.sf-tp-label { position: relative; z-index: 2; padding: 0 0 1.1rem 1.25rem; }
.sf-tp-accent {
  display: inline-block; background: #e43d34;
  font-family: 'PPNeueCorp', 'Montserrat', sans-serif; font-weight: 800;
  font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: #fff; padding: 0.3rem 0.6rem; margin-bottom: 0.4rem;
}
.sf-tp-title {
  font-family: 'PPNeueCorp', 'Montserrat', sans-serif; font-weight: 800;
  font-size: 1.45rem; text-transform: uppercase; color: #fff;
  line-height: 1.05; letter-spacing: 0.02em; margin-bottom: 0.55rem;
}
.sf-tp-desc {
  font-size: 0.875rem; color: rgba(255,255,255,0.82);
  line-height: 1.6; margin-bottom: 0.65rem; max-width: 240px;
}
.sf-btn-travel {
  display: inline-block; background: #e43d34; color: #fff; text-decoration: none;
  font-family: 'Calibre', 'Montserrat', sans-serif; font-size: 0.75rem;
  font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.4rem 0.85rem; border: none; cursor: pointer; transition: background .2s;
}
.sf-btn-travel:hover { background: #c5332b; color: #fff; }

/* travel modals */
.sf-travel-modal .modal-dialog { max-width: 700px; }
.sf-travel-modal .modal-content { border-radius: 0; border: none; background: #fff; }
.sf-travel-modal .modal-header {
  background: #e43d34; border-radius: 0; border: none; padding: 0.85rem 1.4rem;
}
.sf-travel-modal .modal-title {
  font-family: 'PPNeueCorp', 'Montserrat', sans-serif; font-weight: 800;
  font-size: 1.05rem; text-transform: uppercase; letter-spacing: 0.06em; color: #fff;
}
.sf-travel-modal .btn-close { filter: invert(1); opacity: 0.85; }
.sf-travel-modal .modal-body { padding: 2rem; color: #111; }
.sf-travel-modal h3 {
  font-family: 'PPNeueCorp', 'Montserrat', sans-serif; font-weight: 800;
  font-size: 1.2rem; text-transform: uppercase; letter-spacing: 0.07em;
  color: #111; margin: 0.5rem 0 0.75rem;
  border-bottom: 2px solid #e43d34; padding-bottom: 0.4rem;
}
.sf-travel-modal h4 {
  font-family: 'PPNeueCorp', 'Montserrat', sans-serif; font-weight: 800;
  font-size: 1rem; text-transform: uppercase; letter-spacing: 0.05em;
  color: #e43d34; margin: 0 0 0.5rem;
}
.sf-travel-modal h4:first-child { margin-top: 0; }
.sf-travel-modal p, .sf-travel-modal li {
  font-size: 1rem; color: #222; line-height: 1.75;
}
.sf-travel-modal ul { padding-left: 1.1rem; margin-bottom: 0.75rem; }
.sf-travel-modal li { margin-bottom: 0.2rem; }
.sf-travel-modal .sf-modal-cta {
  display: inline-block; margin-top: 1.2rem; background: #e43d34; color: #fff;
  text-decoration: none; font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.55rem 1.4rem; border: none; cursor: pointer; transition: background .2s;
}
.sf-travel-modal .sf-modal-cta:hover { background: #c5332b; color: #fff; }
.sf-travel-modal hr { border-color: #e8e8e8; margin: 1.25rem 0; }

/* ── SPONSORS ── */
.sf-sponsors {
  background: #1a1a1a; padding: 2.5rem 0;
  border-top: 3px solid #e85220; border-bottom: 3px solid #e85220;
}
.sf-sponsors-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; flex-wrap: wrap;
}
.sf-sponsors-text h2 {
  font-family: 'PPNeueCorp', 'Montserrat', sans-serif; font-weight: 800;
  font-size: clamp(1.3rem, 1.6vw, 1.618rem); /* φ¹ */
  text-transform: uppercase; color: #fff; letter-spacing: 0.02em;
  line-height: 1.05; margin-bottom: 0.4rem;
}
.sf-sponsors-text p { font-size: 1rem; color: #999; line-height: 1.65; max-width: 520px; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .sf-hero {
    min-height: 85vh;
    background-image: url('../img/SEMA-Website-1200x1200-01.jpg');
  }
  .sf-hero::after { background: rgba(0,0,0,0.52); }
  .sf-hero-left { max-width: 100%; padding: 7rem 2rem 3rem; }

  .sf-about { background-image: url('../img/SEMA-Website-1200x1200-02.jpg'); }

  .sf-btn-cta { min-width: 0; width: 100%; max-width: 320px; }

  .sf-ticket { flex-wrap: wrap; }
  .sf-t-label { flex: 0 0 38%; }
  .sf-t-price {
    flex: 0 0 100%; flex-direction: row;
    align-items: center; justify-content: flex-end;
    padding: 0.75rem 1.25rem; gap: 0.5rem;
  }
  .sf-t-pval { font-size: 1.6rem; margin-bottom: 0; }

  .sf-updates-box { flex-direction: column; gap: 2rem; padding: 2rem; }
  .sf-upd-left { flex: none; }

  .sf-travel-grid { grid-template-columns: 1fr; }
  .sf-travel-panel { aspect-ratio: 16/9; }

  .sf-footer-row { flex-direction: column; gap: 1.5rem; }
  .sf-footer-col { margin-left: 0; }
}

@media (max-width: 576px) {
  .sf-t-label { flex: 0 0 100%; min-height: 70px; }
  .sf-t-title { font-size: 1.05rem; }
}
