/* Chumoski Rentals — Modern Website Stylesheet */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,800;1,700;1,800&family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
  --color-ocean-blue: #01355b;
  --color-rich-navy: #0b3051;
  --color-tropical-teal: #67babe;
  --color-palm-green: #166959;
  --color-sunset-orange: #e47732;
  --color-sunshine-gold: #f6af39;
  --color-warm-sand: #f6e7b5;
  --color-white: #ffffff;
  --color-light-gray: #f4f4f4;
  --color-ink: #10253e;
  
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Poppins', Arial, sans-serif;
  
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --radius-pill: 999px;
  
  --shadow-soft: 0 16px 40px rgba(1, 53, 91, 0.12);
  --shadow-card: 0 10px 28px rgba(1, 53, 91, 0.1);
  --container-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 42%, rgba(246, 175, 57, 0.09), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f9fbfd 58%, #ffffff 100%);
  color: var(--color-ink);
  font-family: var(--font-body);
  letter-spacing: 0;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

button {
  font-family: inherit;
  -webkit-tap-highlight-color: transparent;
}

a {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  width: min(calc(100% - 40px), var(--container-width));
  margin: 0 auto;
}

.section {
  position: relative;
}

/* ==========================================================================
   Header Styling
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 92px;
  padding: 18px max(24px, calc((100vw - var(--container-width)) / 2));
  background: linear-gradient(90deg, #082a63 0%, #00295b 55%, #01355b 100%);
  color: var(--color-white);
  box-shadow: 0 14px 38px rgba(0, 20, 53, 0.22);
}

.brand-lockup {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 170px;
  line-height: 1;
}

.brand-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  font-style: italic;
  line-height: 0.85;
}

.brand-logo svg, 
.brand-logo i {
  color: var(--color-sunshine-gold);
  margin-left: 5px;
  width: 18px;
  height: 18px;
}

.brand-logo img {
  margin-left: 6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--color-sunshine-gold);
}

.brand-lockup > span:last-child {
  margin-top: 6px;
  color: var(--color-sunshine-gold);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  font-size: 0.94rem;
  font-weight: 600;
}

.site-nav a {
  opacity: 0.92;
}

.site-nav a:hover {
  opacity: 1;
  color: var(--color-sunshine-gold);
}

.header-cta {
  justify-self: end;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button svg, 
.button i {
  width: 18px;
  height: 18px;
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(0);
}

.button-primary {
  background: var(--color-sunshine-gold);
  color: var(--color-ocean-blue);
  box-shadow: 0 12px 24px rgba(246, 175, 57, 0.25);
}

.button-primary:hover {
  background: #f7b74b;
  box-shadow: 0 14px 28px rgba(246, 175, 57, 0.35);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(2, 22, 53, 0.46);
  color: var(--color-white);
  backdrop-filter: blur(8px);
}

.button-secondary:hover {
  background: rgba(2, 22, 53, 0.65);
  border-color: var(--color-white);
}

/* ==========================================================================
   Hero Section Styling
   ========================================================================== */
.hero {
  min-height: 720px;
  overflow: hidden;
  padding: 84px 0 180px; /* Let sections breathe */
  background:
    linear-gradient(90deg, rgba(1, 53, 91, 0.65) 0%, rgba(1, 53, 91, 0.45) 45%, rgba(1, 53, 91, 0.75) 100%),
    radial-gradient(circle at 25% 65%, rgba(103, 186, 190, 0.55), transparent 20rem),
    url("https://images.unsplash.com/photo-1646683180324-aad236fae015?auto=format&fit=crop&w=1800&q=80"),
    linear-gradient(135deg, #79c4dd 0%, #2170a0 48%, #01355b 100%);
  background-position: center, center, center;
  background-size: cover, auto, cover, cover;
  color: var(--color-white);
}

.hero::before,
.hero::after {
  content: '';
  position: absolute;
  right: -90px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 42px solid rgba(103, 186, 190, 0.07);
  pointer-events: none;
}

.hero::before {
  top: 80px;
}

.hero::after {
  bottom: 48px;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.1) 35%, transparent 36%),
    radial-gradient(circle at 22% 47%, rgba(246, 231, 181, 0.25), transparent 19rem);
  opacity: 0.86;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr; /* Let text column stretch */
  align-items: center;
  gap: 64px;
}

.hero-copy {
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--color-sunshine-gold);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: var(--font-heading);
  letter-spacing: -0.01em;
}

h1 {
  font-size: clamp(3.0rem, 5.8vw, 5.5rem);
  line-height: 1.02;
  color: var(--color-white);
}

.hero-copy h1 {
  color: var(--color-sunshine-gold);
}

.hero-body-paragraph {
  max-width: 620px; /* Wider paragraph layout for breathability */
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.1rem;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.hero-visual {
  position: relative;
  min-width: 0;
  display: flex;
  justify-content: center;
}

.map-card {
  position: relative;
  width: 100%;
  max-width: 520px;
  padding: 0;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-lg);
  box-shadow: 
    0 24px 48px rgba(0, 0, 0, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.map-card:hover {
  transform: translateY(-4px) scale(1.02);
}

.pr-map-photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  object-fit: cover;
  filter: saturate(1.15) contrast(1.05) drop-shadow(0 12px 24px rgba(1, 53, 91, 0.3));
}

/* Overlapping decorative scooters */
.hero-scooters {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 30px;
  display: flex;
  align-items: end;
  gap: 0;
  transform: translateX(-50%);
}

.hero-scooter-photo {
  width: 220px;
  height: 170px;
  margin-left: -24px;
  border: 4px solid rgba(255, 255, 255, 0.95);
  border-radius: 24px;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.28);
  object-fit: cover;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hero-scooter-photo:hover {
  transform: translateY(-12px) scale(1.05) !important;
  z-index: 5;
}

.hero-scooter-photo:nth-child(1) {
  transform: rotate(-6deg);
}

.hero-scooter-photo:nth-child(2) {
  transform: translateY(-16px);
  z-index: 2;
}

.hero-scooter-photo:nth-child(3) {
  transform: rotate(6deg);
}

/* ==========================================================================
   Services & Packages Section
   ========================================================================== */
.services-section {
  padding: 110px 0 64px; /* Space out the carousel section */
  background:
    linear-gradient(178deg, transparent 0, transparent 42px, var(--color-white) 43px),
    radial-gradient(circle at 85% 12%, rgba(246, 175, 57, 0.13), transparent 15rem);
}

.services-section::before {
  content: '';
  position: absolute;
  top: -62px;
  left: -5%;
  width: 110%;
  height: 116px;
  border-top: 16px solid var(--color-sunshine-gold);
  border-radius: 50% 50% 0 0;
  background: var(--color-white);
  pointer-events: none;
}

.split-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.panel {
  border: 1px solid rgba(1, 53, 91, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
  padding: 32px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.panel:hover {
  box-shadow: 0 24px 50px rgba(1, 53, 91, 0.16);
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.section-heading h2,
.center-heading h2,
.contact-panel h2 {
  color: var(--color-ocean-blue);
  font-size: clamp(1.8rem, 3.2vw, 2.45rem);
  line-height: 1.1;
}

.section-heading p {
  margin: 6px 0 0;
  color: #5e6b7b;
  font-size: 0.96rem;
}

.icon-badge,
.shield-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(145deg, #0c57b7, #01355b);
  color: var(--color-white);
  box-shadow: 0 12px 24px rgba(1, 53, 91, 0.18);
}

.icon-badge.logo-badge {
  background: none;
  padding: 0;
  overflow: hidden;
}

.icon-badge.logo-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon-badge i, 
.shield-badge i {
  width: 24px;
  height: 24px;
}

/* Carousel stage styling */
.carousel-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 340px;
  overflow: hidden;
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 50% 54%, rgba(1, 53, 91, 0.12), transparent 11rem),
    linear-gradient(140deg, #f9fafb, #edf2f7);
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.05);
}

.carousel-photo {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.carousel-stage::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(transparent, rgba(1, 53, 91, 0.16));
  pointer-events: none;
}

.round-control {
  position: absolute;
  z-index: 4;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-ocean-blue);
  box-shadow: 0 10px 20px rgba(1, 53, 91, 0.15);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.round-control:hover {
  background: var(--color-sunshine-gold);
  color: var(--color-ocean-blue);
  transform: scale(1.08);
}

.round-control i {
  width: 20px;
  height: 20px;
}

.control-left {
  left: 16px;
}

.control-right {
  right: 16px;
}

.thumbnail-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.thumbnail {
  display: block;
  padding: 0;
  border: 2px solid transparent;
  border-radius: var(--radius-sm);
  background: #f4f7fb;
  cursor: pointer;
  overflow: hidden;
  height: 112px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.thumbnail:hover {
  transform: translateY(-2px);
}

.thumbnail.is-active {
  border-color: #0b57bf;
  box-shadow: 0 8px 20px rgba(11, 87, 191, 0.2);
}

.thumbnail-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dot-row {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 16px;
}

.dot-row span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d7dce3;
  transition: background 0.25s ease, transform 0.25s ease;
}

.dot-row .is-active {
  background: #0b57bf;
  transform: scale(1.2);
}

/* Pricing List */
.pricing-list {
  display: grid;
  gap: 12px;
}

.price-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 52px;
  padding: 10px 18px;
  border: 1px solid rgba(1, 53, 91, 0.06);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 5px 14px rgba(1, 53, 91, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.price-row:hover {
  transform: translateX(4px);
  border-color: rgba(1, 53, 91, 0.15);
}

.price-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--color-sunshine-gold);
  color: var(--color-white);
}

.price-icon i {
  width: 18px;
  height: 18px;
}

.price-row strong {
  font-size: 1.06rem;
  color: var(--color-rich-navy);
}

.price-row > span:last-child {
  color: #0c4caf;
  font-size: 1.2rem;
  font-weight: 800;
}

.delivery-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  padding: 18px;
  border-radius: var(--radius-sm);
  background: linear-gradient(90deg, rgba(12, 87, 191, 0.12), rgba(103, 186, 190, 0.16));
  color: #0c4caf;
}

.delivery-note i {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.delivery-note p {
  display: grid;
  gap: 4px;
  margin: 0;
}

.delivery-note span {
  font-weight: 600;
  font-size: 0.94rem;
}

/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact-section {
  padding: 42px 0 64px;
}

.contact-panel {
  display: grid;
  grid-template-columns: 0.72fr 1.05fr 0.88fr;
  gap: 36px;
  align-items: center;
  padding: 42px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(100deg, #073c91 0%, #003681 48%, #01355b 100%),
    var(--color-ocean-blue);
  color: var(--color-white);
  box-shadow: var(--shadow-soft);
}

.contact-panel h2 {
  color: var(--color-white);
}

.gold-text {
  margin: 8px 0 22px;
  color: var(--color-sunshine-gold);
  font-size: 1.2rem;
  font-weight: 800;
}

.qr-card {
  display: grid;
  justify-items: center;
  width: min(100%, 220px);
  padding: 20px 18px 18px;
  border-radius: var(--radius-md);
  background: var(--color-white);
  color: var(--color-ocean-blue);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  text-align: center;
}

.qr-card span {
  font-size: 0.9rem;
  font-weight: 700;
}

.qr-card strong {
  color: #0fba4b;
  font-size: 1.35rem;
}

.qr-card img {
  width: 152px;
  height: 152px;
  margin-top: 12px;
  border-radius: 12px;
  object-fit: contain;
}

.contact-list {
  display: grid;
  gap: 12px;
}

.contact-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 62px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--color-white);
  padding: 4px 0;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.contact-row:hover {
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateX(4px);
}

.contact-row:last-child {
  border-bottom: 0;
}

.contact-row strong {
  font-weight: 700;
  font-size: 1.05rem;
}

.contact-row > span:last-child {
  font-weight: 500;
  opacity: 0.9;
}

.contact-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--color-sunshine-gold);
  color: var(--color-ocean-blue);
}

.contact-icon i,
.contact-icon svg {
  width: 22px;
  height: 22px;
}

.contact-icon-whatsapp {
  background: #0fba4b;
  color: var(--color-white);
}

.contact-icon-facebook {
  background: #1877f2;
  color: var(--color-white);
}

.contact-icon-instagram {
  background: linear-gradient(135deg, #f9ce34, #ee2a7b, #6228d7);
  color: var(--color-white);
}

.scenic-photo-card {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius-md);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}

.scenic-photo-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scenic-photo-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(1, 53, 91, 0.58));
  pointer-events: none;
}

.scenic-photo-card span {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 1;
  padding: 8px 12px;
  border-radius: var(--radius-pill);
  background: rgba(246, 175, 57, 0.92);
  color: var(--color-ocean-blue);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact-cta {
  grid-column: 1 / -1;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
  text-align: center;
  font-size: 1.05rem;
}

/* ==========================================================================
   Requirements Section
   ========================================================================== */
.requirements-section {
  padding: 56px 0 72px;
  background:
    radial-gradient(circle at 2% 20%, rgba(103, 186, 190, 0.12), transparent 14rem),
    radial-gradient(circle at 98% 50%, rgba(246, 175, 57, 0.12), transparent 15rem);
}

.center-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 36px;
  text-align: center;
}

.shield-badge {
  color: var(--color-sunshine-gold);
}

.title-rule {
  width: 48px;
  height: 3px;
  border-radius: var(--radius-pill);
  background: var(--color-sunshine-gold);
}

.requirements-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.requirement-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 164px;
  padding: 34px 16px 20px;
  border: 1px solid rgba(1, 53, 91, 0.08);
  border-radius: var(--radius-md);
  background: var(--color-white);
  box-shadow: var(--shadow-card);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.requirement-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(1, 53, 91, 0.14);
}

.requirement-number {
  position: absolute;
  top: 14px;
  left: 14px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0b57bf;
  color: var(--color-white);
  font-size: 0.8rem;
  font-weight: 800;
}

.requirement-card i {
  color: var(--color-ocean-blue);
  margin-bottom: 12px;
  width: 34px;
  height: 34px;
}

.requirement-card strong {
  max-width: 150px;
  font-size: 0.94rem;
  line-height: 1.35;
  color: var(--color-rich-navy);
}

.deposit-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 940px;
  margin: 32px auto 0;
  padding: 16px 22px;
  border-radius: 8px;
  background: #e6f1ff;
  color: #0b57bf;
  font-weight: 600;
  text-align: center;
}

.deposit-note i {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  padding: 32px 0;
  background:
    linear-gradient(178deg, transparent 0, transparent 22px, #01355b 23px),
    var(--color-ocean-blue);
  color: var(--color-white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  align-items: center;
  gap: 28px;
}

.footer-grid p {
  margin: 0;
  line-height: 1.7;
  text-align: center;
  font-size: 0.95rem;
}

.footer-grid p span {
  color: var(--color-sunshine-gold);
  font-weight: 900;
}

.footer-grid > strong {
  justify-self: end;
  max-width: 210px;
  color: var(--color-sunshine-gold);
  font-size: 1.55rem;
  line-height: 1.1;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* ==========================================================================
   Media Queries & Responsiveness
   ========================================================================== */
@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-bottom: 140px;
  }

  .hero-grid,
  .split-grid,
  .contact-panel {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-scooters {
    left: 50%;
    transform: translateX(-50%) scale(0.88);
  }

  .contact-panel {
    align-items: stretch;
  }

  .requirements-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 24px;
  }

  .footer-grid .brand-lockup,
  .footer-grid > strong {
    justify-self: center;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(calc(100% - 28px), var(--container-width));
  }

  .site-header {
    min-height: 80px;
    padding: 14px;
  }

  .brand-logo {
    font-size: 1.72rem;
  }

  .brand-lockup > span:last-child {
    font-size: 0.52rem;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.84rem;
  }

  .hero {
    padding-top: 46px;
    padding-bottom: 110px;
  }

  h1 {
    font-size: clamp(2.6rem, 11vw, 4.0rem);
  }

  .hero-body-paragraph {
    font-size: 1.02rem;
    line-height: 1.6;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .map-card {
    margin-top: 10px;
    padding: 12px;
  }

  .hero-scooters {
    bottom: 24px;
    transform: translateX(-50%) scale(0.65);
  }

  .services-section {
    padding-top: 60px;
  }

  .panel,
  .contact-panel {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .section-heading {
    align-items: flex-start;
  }

  .icon-badge,
  .shield-badge {
    width: 50px;
    height: 50px;
  }

  .carousel-stage {
    min-height: 260px;
  }
  
  .carousel-photo {
    height: 260px;
  }

  .thumbnail-row {
    gap: 8px;
  }

  .thumbnail {
    height: 82px;
  }

  .price-row,
  .contact-row {
    grid-template-columns: auto 1fr;
  }

  .price-row > span:last-child,
  .contact-row > span:last-child {
    grid-column: 2;
  }

  .scenic-photo-card {
    min-height: 240px;
  }

  .center-heading {
    flex-wrap: wrap;
    gap: 12px;
  }

  .title-rule {
    width: 34px;
  }

  .requirements-grid {
    grid-template-columns: 1fr;
  }

  .deposit-note {
    align-items: flex-start;
    text-align: left;
  }
}
