/*
 * LOCOMO K.O LP — frontend-design v12
 * One final design layer: local, factual, calm, and conversion focused.
 */

:root {
  --fd-ink: #14251d;
  --fd-forest: #153d2d;
  --fd-green: #1f7048;
  --fd-paper: #f7f4ec;
  --fd-white: #fffefa;
  --fd-yellow: #f2c94c;
  --fd-orange: #c96f32;
  --fd-muted: #5b685f;
  --fd-line: rgba(20, 37, 29, .15);
  --fd-radius: 12px;
}

html { scroll-padding-top: 78px; }
body { background: var(--fd-paper); color: var(--fd-ink); }
.container { width: min(100% - 48px, 1180px); }
.section { padding-block: 88px; }
.section-label {
  margin-bottom: 12px;
  color: var(--fd-green);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.section-title {
  color: var(--fd-ink);
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  line-height: 1.14;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.section-copy { color: var(--fd-muted); line-height: 1.9; }

.site-header {
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: rgba(21, 61, 45, .97);
}
.site-header__inner { min-height: 66px; }
.brand strong { letter-spacing: -.03em; }
.header-facts { gap: 18px; }

/* Hero: the page thesis. One stable visual, one clear local promise. */
.hero {
  min-height: min(710px, calc(100svh - 66px));
  overflow: clip;
  background: var(--fd-paper);
  isolation: isolate;
}
.hero::before,
.hero::after { display: none; }
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 43%) minmax(0, 57%);
  min-height: min(710px, calc(100svh - 66px));
  gap: 0;
  padding-block: 52px;
  align-items: center;
}
.hero__content {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: 520px;
  padding: 0 46px 0 0;
}
.hero__media {
  position: absolute;
  inset: 0 0 0 48%;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 24px 24px 24px 0;
  display: flex;
  align-items: stretch;
}
.hero__video {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: none;
  overflow: hidden;
  border-radius: 0 0 32px 12px;
  box-shadow: none;
  transform: none;
  isolation: isolate;
}
.hero__video::after {
  z-index: 1;
  background: linear-gradient(90deg, rgba(16, 38, 28, .12), transparent 38%);
}
.hero__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% 50%;
}
.hero h1 {
  max-width: 9ch;
  margin: 0;
  color: var(--fd-ink);
  font-size: clamp(3.6rem, 5.8vw, 5.55rem);
  line-height: .96;
  letter-spacing: -.075em;
}
.hero__title-line { display: block; white-space: nowrap; }
.hero__title-line:nth-child(3) {
  margin: 0;
  color: var(--fd-green);
}
.hero__title-location {
  width: max-content;
  margin: 0 0 18px !important;
  padding: 7px 10px;
  border: 1px solid rgba(31, 112, 72, .28);
  border-radius: 3px;
  color: var(--fd-green) !important;
  font-size: .18em;
  line-height: 1.2;
  letter-spacing: .08em;
}
.hero__lead {
  max-width: 34rem;
  margin: 24px 0 0;
  color: var(--fd-muted);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
.hero__offer {
  display: grid;
  grid-template-columns: auto 1fr;
  width: 100%;
  max-width: 500px;
  margin: 22px 0 0;
  padding: 0;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 37, 29, .12);
  border-radius: 8px;
  background: var(--fd-yellow);
  box-shadow: none;
  transform: none;
}
.hero__offer small,
.hero__offer strong {
  display: flex;
  align-items: center;
  min-height: 50px;
  color: var(--fd-ink);
}
.hero__offer small {
  padding: 0 13px;
  border-right: 1px solid rgba(20, 37, 29, .16);
  font-size: .72rem;
  white-space: nowrap;
}
.hero__offer small::after { display: none; }
.hero__offer strong { padding: 0 14px; font-size: 1rem; }
.hero__offer-note {
  margin: 7px 0 0;
  color: var(--fd-muted);
  font-size: .72rem;
  font-weight: 700;
}
.hero__actions { margin-top: 20px; }
.hero__actions .availability-button,
.hero__actions .line-button {
  width: 100%;
  max-width: 500px;
  min-height: 68px;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(12, 91, 50, .14);
  transform: none;
}
.hero__meta {
  justify-content: flex-start;
  gap: 0;
  margin-top: 18px;
  color: var(--fd-muted);
  font-size: .82rem;
}
.hero__meta span { padding: 0 14px; border-left: 1px solid var(--fd-line); }
.hero__meta span:first-child { padding-left: 0; border-left: 0; }
.hero__meta span + span::before { display: none; }

.time-rail {
  padding-block: 22px;
  border-top: 1px solid var(--fd-line);
  border-bottom: 1px solid var(--fd-line);
  background: var(--fd-white);
}
.time-rail__inner {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr);
  gap: 48px;
  align-items: center;
}
.time-rail__intro { margin: 0; }
.time-rail__intro strong,
.time-rail__intro span { display: block; }
.time-rail__intro strong { font-size: 1rem; }
.time-rail__intro span { margin-top: 3px; color: var(--fd-muted); font-size: .76rem; }
.time-rail__moments {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.time-rail__moments::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(31, 112, 72, .28);
}
.time-rail__moments div { position: relative; padding-left: 16px; }
.time-rail__moments div::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid var(--fd-white);
  border-radius: 50%;
  background: var(--fd-orange);
  box-shadow: 0 0 0 1px var(--fd-orange);
}
.time-rail time {
  display: block;
  color: var(--fd-green);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .02em;
}
.time-rail__moments span { display: block; margin-top: 4px; color: var(--fd-muted); font-size: .72rem; }

/* Campaign: price is the only visual accent. */
.campaign {
  padding-block: 88px;
  clip-path: none;
  background: var(--fd-forest);
  color: var(--fd-white);
}
.campaign__intro {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  transform: none;
}
.campaign__intro .section-label { color: var(--fd-yellow); }
.campaign__intro .campaign__headline {
  display: flex;
  flex-wrap: wrap;
  gap: .18em;
  max-width: none;
  color: var(--fd-white);
  font-size: clamp(2.35rem, 4.2vw, 4.4rem);
  line-height: 1.08;
}
.campaign__headline-main,
.campaign__headline-sub { display: inline; white-space: normal; }
.campaign__headline-sub { margin: 0; color: var(--fd-yellow); font-size: 1em; }
.campaign__lead {
  max-width: 42rem;
  margin: 18px 0 0 !important;
  color: rgba(255, 255, 255, .76) !important;
  font-size: 1rem;
}
.campaign__body {
  display: grid;
  grid-template-columns: minmax(290px, .78fr) minmax(0, 1.22fr);
  gap: clamp(34px, 6vw, 84px);
  margin-top: 44px;
  align-items: center;
}
.campaign .price-stage {
  min-height: 0;
  padding: 28px;
  border: 0;
  border-radius: var(--fd-radius);
  background: var(--fd-yellow);
  box-shadow: none;
  color: var(--fd-ink);
  transform: none;
}
.campaign .price-stage__limit {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 3px;
  background: var(--fd-ink);
  color: var(--fd-white);
  font-size: .72rem;
}
.campaign .price-stage__label { margin-top: 22px; color: var(--fd-ink); }
.campaign .price-stage__value {
  width: auto;
  margin-top: 6px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.campaign .price-stage__value strong { color: var(--fd-ink); font-size: clamp(5rem, 9vw, 8rem); line-height: .86; }
.price-stage__value strong,
.monthly-price strong { font-family: "Barlow Condensed", "Arial Narrow", sans-serif; letter-spacing: -.02em; }
.campaign .price-stage__value small { color: var(--fd-ink); }
.campaign .price-stage__saving { border-color: rgba(20, 37, 29, .2); }
.campaign .price-stage__saving mark { background: var(--fd-ink); color: var(--fd-white); }
.campaign .price-stage__breakdown { color: rgba(20, 37, 29, .75); }
.campaign .campaign-details {
  overflow: visible;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .24);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.campaign .campaign-details__row { border-bottom-color: rgba(255, 255, 255, .24); }
.campaign .campaign-details dt,
.campaign .campaign-details dd,
.campaign .campaign-details dd strong,
.campaign .campaign-details dd small { color: var(--fd-white); }
.campaign .line-button { border-radius: 8px; }
.campaign .campaign__note { color: rgba(255, 255, 255, .72); }

/* Content structure */
.beginner__grid,
.staff__grid { align-items: center; gap: clamp(44px, 7vw, 90px); }
.beginner__photo,
.staff__portrait { transform: none; }
.beginner__photo img,
.staff__portrait img {
  border-radius: var(--fd-radius);
  box-shadow: none;
}
.beginner__photo figcaption,
.staff__portrait figcaption { margin-top: 10px; color: var(--fd-muted); }
.beginner-title-line { display: inline; white-space: normal; }
.beginner-title-line + .beginner-title-line::before { content: " "; }
.reason-list { margin-top: 28px; border-top: 1px solid var(--fd-line); }
.reason-list li {
  grid-template-columns: 70px 1fr;
  gap: 18px;
  padding: 19px 0;
  border-bottom: 1px solid var(--fd-line);
}
.reason-list b {
  display: inline-flex;
  width: 58px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: rgba(31, 112, 72, .1);
  color: var(--fd-green);
  font-family: inherit;
  font-size: .72rem;
  letter-spacing: .03em;
}
.reason-list strong { font-size: 1rem; }
.reason-list span { margin-top: 4px; color: var(--fd-muted); }
.monthly-price { border-radius: 6px; background: rgba(31, 112, 72, .08); }

.gallery {
  padding-block: 88px;
  clip-path: none;
  background: var(--fd-ink);
}
.gallery__head { align-items: end; }
.gallery__head p { color: rgba(255, 255, 255, .7); }
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(190px, 265px));
  gap: 12px;
  margin-top: 36px;
}
.gallery__grid figure,
.gallery__grid figure:nth-child(n) {
  grid-column: auto;
  grid-row: auto;
  min-height: 0;
  aspect-ratio: auto;
  border-radius: 6px;
  transform: none;
}
.gallery__grid figure:first-child { grid-column: span 2; grid-row: span 2; }
.gallery__grid img { min-height: 0; }
.gallery__grid figcaption { border-radius: 3px; }

.staff__quote {
  margin-top: 26px;
  padding: 20px 22px;
  border: 0;
  border-left: 4px solid var(--fd-orange);
  background: rgba(201, 111, 50, .07);
}
.staff__quote p { color: var(--fd-ink); font-size: 1rem; }
.staff-hours { gap: 8px; }
.staff-hours div { border-radius: 5px; }

.stores__head { align-items: end; }
.store-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
  border-top: 0;
}
.store,
.store:nth-child(even) {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0;
  padding: 0 0 24px;
  border: 0;
  border-bottom: 1px solid var(--fd-line);
}
.store + .store { border-left: 0; }
.store img,
.store:nth-child(even) img {
  order: 0;
  width: 100%;
  aspect-ratio: 3 / 2;
  margin: 0;
  border-radius: 7px;
  box-shadow: none;
  transform: none;
}
.store h3 { margin-top: 18px; font-size: clamp(1.5rem, 2.2vw, 2rem); line-height: 1.2; }
.store__type { color: var(--fd-green); }
.store address { min-height: 0; color: var(--fd-muted); }
.store__map {
  display: inline-flex;
  min-height: 44px;
  margin-top: 10px;
  align-items: center;
  color: var(--fd-green);
  font-size: .84rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.store__map::after { content: " ↗"; margin-left: 4px; }

.line-guide {
  padding-block: 88px;
  background: var(--fd-forest);
}
.line-guide__grid { gap: clamp(36px, 7vw, 84px); }
.line-guide .section-title.section-title--light {
  max-width: 13ch;
  color: var(--fd-white);
  font-size: clamp(2.35rem, 4.1vw, 3.35rem);
  line-height: 1.18;
  letter-spacing: -.04em;
}
.line-guide__lead { color: rgba(255, 255, 255, .72); }
.line-guide__lead-line { display: inline; }
.line-guide__booking {
  padding: 30px;
  border: 0;
  border-radius: var(--fd-radius);
  background: var(--fd-white);
  box-shadow: none;
  transform: none;
}
.line-guide__booking > strong { color: var(--fd-ink); }
.line-guide__booking > p { color: var(--fd-muted); }
.line-guide .line-button { border-radius: 8px; }
.flow-inline {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
}
.flow-inline div { border-color: rgba(255, 255, 255, .18); }

.faq__grid { gap: clamp(42px, 8vw, 96px); }
.faq-list details { border-color: var(--fd-line); }
.final-cta {
  padding-block: 76px;
  overflow: hidden;
  background: var(--fd-white);
  isolation: isolate;
}
.final-cta::after { right: -80px; bottom: -200px; opacity: .38; }
.final-cta__badge { border-radius: 3px; transform: none; }
.final-cta h2 { color: var(--fd-ink) !important; font-size: clamp(2.2rem, 4vw, 3.5rem); }
.final-cta p { color: var(--fd-muted) !important; }
.availability-button,
.line-button { border-radius: 8px; }
.availability-button:hover,
.line-button:hover { transform: translateY(-2px); }
.footer__inner { flex-wrap: wrap; gap: 10px 18px; }
.footer a { display: inline-flex; min-height: 44px; align-items: center; }

@media (min-width: 768px) and (max-width: 1099px) {
  .hero { min-height: auto; }
  .hero__grid { min-height: 600px; grid-template-columns: 46% 54%; padding-block: 40px; }
  .hero__media { inset: 0 0 0 50%; padding-block: 18px; }
  .hero h1 { font-size: clamp(3.2rem, 7vw, 4.8rem); }
  .hero__content { padding-right: 30px; }
  .hero__lead { font-size: .9rem; }
  .hero__offer { grid-template-columns: 1fr; }
  .hero__offer small,
  .hero__offer strong { min-height: 36px; padding-inline: 11px; }
  .hero__offer small { border-right: 0; border-bottom: 1px solid rgba(20,37,29,.14); }
  .campaign__body { gap: 36px; }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 230px); }
  .gallery__grid figure:first-child { grid-column: 1 / -1; grid-row: auto; }
}

@media (min-width: 1100px) {
  .campaign > .container {
    display: block;
  }
  .campaign__intro {
    max-width: none;
    margin: 0;
    padding: 0;
  }
  .campaign__intro .campaign__headline {
    display: flex;
    max-width: none;
    flex-wrap: wrap;
    gap: 0;
    overflow: visible;
    font-size: clamp(3rem, 4.2vw, 4rem);
    line-height: 1.08;
  }
  .campaign__headline-main,
  .campaign__headline-sub {
    display: inline;
    margin: 0;
    white-space: nowrap;
  }
  .campaign__lead {
    max-width: 38rem;
    margin-top: 16px !important;
    font-size: 1rem;
  }
  .campaign__body {
    grid-template-columns: minmax(0, .88fr) minmax(390px, 1.12fr);
    gap: clamp(38px, 5vw, 68px);
    margin-top: 38px;
    align-items: center;
  }
  .campaign .price-stage {
    width: 100%;
    padding: 30px;
  }
  .campaign .price-stage__value strong {
    font-size: clamp(6.8rem, 10vw, 8rem);
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .hero { min-height: auto; padding-bottom: 48px; }
  .hero__media {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 7;
    padding: 0;
  }
  .hero__video { border-radius: 0; }
  .hero__video video { object-position: center 48%; }
  .hero__grid { display: block; min-height: 0; padding-block: 38px 0; }
  .hero__content { max-width: 650px; padding: 0; }
  .hero h1 { max-width: none; font-size: clamp(3.4rem, 8vw, 4.4rem); }
  .hero__offer { grid-template-columns: auto 1fr; }
  .hero__offer small { border-right: 1px solid rgba(20,37,29,.14); border-bottom: 0; }
}

@media (max-width: 767px) {
  html { scroll-padding-top: 64px; scroll-padding-bottom: 90px; }
  .container { width: min(100% - 32px, 1180px); }
  .site-header__inner { min-height: 58px; }
  .header-facts { display: flex; gap: 10px; font-size: .66rem; }
  .header-facts span:last-child { display: none; }
  .section { padding-block: 50px; }
  .section-title { font-size: clamp(1.85rem, 8vw, 2.25rem); line-height: 1.18; }

  .hero { min-height: auto; padding: 0 0 38px; }
  .hero__media {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0;
    padding: 0;
  }
  .hero__video { border-radius: 0; }
  .hero__video video { object-position: center 48%; }
  .hero__grid {
    display: block;
    min-height: 0;
    padding: 0;
  }
  .hero__content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 26px 0 0;
    background: transparent;
  }
  .hero h1 {
    max-width: none;
    font-size: clamp(2.65rem, 12.2vw, 3.35rem);
    line-height: .98;
  }
  .hero__title-line { white-space: normal; }
  .hero__title-line:nth-child(3) { white-space: nowrap; }
  .hero__title-location { margin-bottom: 12px !important; font-size: .27em; }
  .hero__lead { margin-top: 18px; font-size: .9rem; line-height: 1.75; }
  .hero__offer {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 18px;
  }
  .hero__offer small,
  .hero__offer strong { min-height: 38px; padding-inline: 12px; }
  .hero__offer small { border-right: 0; border-bottom: 1px solid rgba(20,37,29,.14); }
  .hero__offer strong { font-size: .95rem; }
  .hero__offer-note { font-size: .68rem; }
  .hero__actions { margin-top: 17px; }
  .hero__actions .availability-button,
  .hero__actions .line-button { min-height: 64px; }
  .hero__meta { flex-wrap: wrap; margin-top: 16px; }
  .time-rail { padding-block: 18px; }
  .time-rail__inner { grid-template-columns: 1fr; gap: 16px; }
  .time-rail__moments { gap: 8px; }
  .time-rail__moments::before { right: 6px; left: 6px; }
  .time-rail__moments div { padding-left: 13px; }
  .time-rail time { font-size: 1.1rem; }
  .time-rail__moments span { font-size: .64rem; }

  .campaign { padding-block: 50px; }
  .campaign__intro .campaign__headline { display: block; font-size: clamp(2.3rem, 11vw, 3.15rem); }
  .campaign__headline-main,
  .campaign__headline-sub { display: block; white-space: normal; }
  .campaign__headline-sub { margin-top: .06em; }
  .campaign__lead { font-size: .92rem; }
  .campaign__body { grid-template-columns: 1fr; gap: 24px; margin-top: 26px; }
  .campaign .price-stage { padding: 20px 18px; }
  .campaign .price-stage__limit { display: none; }
  .campaign .price-stage__label { margin-top: 0; font-size: 1.1rem; }
  .campaign .price-stage__value { margin-top: 4px; }
  .campaign .price-stage__value strong { font-size: clamp(4.7rem, 24vw, 6.4rem); }
  .campaign .price-stage__saving { margin-top: 12px; padding-top: 12px; }
  .campaign .price-stage__saving mark { font-size: 1.1rem; }
  .campaign .price-stage__breakdown { margin-top: 12px; font-size: .75rem; line-height: 1.65; }
  .campaign .campaign-details__row { grid-template-columns: 88px 1fr; gap: 10px; padding: 14px 0; }
  .campaign .campaign__action { margin-top: 16px; }
  .campaign .campaign__note { margin-top: 8px; font-size: .72rem; }

  .beginner__grid,
  .staff__grid { grid-template-columns: 1fr; gap: 24px; }
  .beginner-title-line { display: inline; white-space: normal; }
  .reason-list { margin-top: 22px; }
  .reason-list li { grid-template-columns: 58px 1fr; gap: 14px; padding-block: 14px; }
  .reason-list span { font-size: .82rem; line-height: 1.65; }
  .reason-list b { width: 52px; }
  .gallery { padding-block: 58px; }
  .gallery__head { display: block; }
  .gallery__head p { margin-top: 14px; }
  .gallery__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 8px;
    margin-top: 28px;
    padding: 0;
    overflow: visible;
  }
  .gallery__grid figure,
  .gallery__grid figure:nth-child(n) {
    width: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
  .gallery__grid figure:first-child { grid-column: 1 / -1; grid-row: auto; aspect-ratio: 16 / 10; }
  .gallery__grid figure:last-child { grid-column: 1 / -1; aspect-ratio: 16 / 9; }

  .staff__portrait { width: 100%; }
  .staff__portrait img { aspect-ratio: 16 / 10; object-position: center 22%; }
  .staff__quote { margin-top: 18px; padding: 14px 16px; }
  .staff__quote p { font-size: .9rem; line-height: 1.75; }
  .staff-hours { margin-top: 18px; }
  .staff-hours div { padding: 12px 14px; }
  .staff-hours { grid-template-columns: 1fr; }
  .stores__head { display: block; margin-bottom: 20px; }
  .store-list { grid-template-columns: 1fr; gap: 0; margin-top: 24px; }
  .store,
  .store:nth-child(even) { padding: 0 0 24px; margin-bottom: 24px; }
  .store img,
  .store:nth-child(even) img { aspect-ratio: 16 / 9; }
  .store h3 { margin-top: 15px; }
  .store address { margin-top: 8px; font-size: .82rem; line-height: 1.65; }
  .store__access { margin-top: 8px; }
  .store__map { margin-top: 4px; }

  .line-guide { padding-block: 50px; }
  .line-guide__grid { grid-template-columns: 1fr; gap: 28px; }
  .line-guide__title-line { display: inline; }
  .line-guide__title-line + .line-guide__title-line::before { content: " "; }
  .line-guide .section-title.section-title--light {
    max-width: none;
    color: var(--fd-white);
    font-size: clamp(1.85rem, 8vw, 2.25rem);
    line-height: 1.22;
  }
  .line-guide__lead { font-size: .94rem; line-height: 1.8; }
  .line-guide__booking { padding: 18px 16px; }
  .line-guide__booking > strong,
  .line-guide__booking > p { display: block; }
  .line-guide__action { margin-top: 18px; }
  .line-guide__action .line-button { padding-inline: 48px 38px; }
  .flow-inline { grid-template-columns: repeat(3, 1fr); margin-top: 16px; }
  .flow-inline div { min-height: 0; padding: 12px 9px; }
  .flow-inline small { font-size: .62rem; }
  .flow-inline strong { margin-top: 3px; font-size: .68rem; line-height: 1.45; }

  .faq__grid { grid-template-columns: 1fr; gap: 24px; }
  .final-cta { padding-block: 50px 58px; }
  .final-cta__grid { grid-template-columns: 1fr; gap: 26px; }
  .final-cta h2 { font-size: clamp(1.9rem, 8.8vw, 2.4rem); white-space: normal; }
  .final-cta__title-line,
  .final-cta__title-line:last-child { display: inline; margin: 0; font-size: 1em; white-space: normal; }
  .final-cta__title-line + .final-cta__title-line::before { content: " "; }
  .footer__inner { align-items: flex-start; flex-direction: column; }
  .mobile-sticky { width: 100dvw; max-width: 100vw; }
}

@media (max-width: 359px) {
  .hero h1 { font-size: 2.45rem; }
  .hero__title-location { font-size: .29em; }
  .hero__actions .availability-button,
  .hero__actions .line-button,
  .line-guide .line-button { padding-inline: 46px 34px; }
  .campaign__intro .campaign__headline { font-size: 2.15rem; }
  .campaign-details__row { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; }
  .availability-button,
  .line-button { transition: none; }
}
