/* =========================================
   1. DESIGN TOKENS (edit these)
   ========================================= */
:root {
  /* ========= COLORS ========= */
  /* Color palette choice: https://colorhunt.co/palette/0118d81b56fde9dfc3fff8f8 */
 --color-primary-palette: 	#FFFFFF;            /* primary color */
 --color-secondary-palette: #0029a3;            /* secondary color */
 --color-terciary-palette: #E9DFC3;            /* terciary color */
 --color-fourth-palette: #FFF8F8;            /* fourth color */

  --color-bg: var(--color-fourth-palette);                 /* page background */
  --color-text: #222222;               /* default text */
  --color-text-muted: #444444;         /* muted text */

  --color-header-bg: #1340c8;          /* top banner background */
  --color-brand: var(--color-primary-palette);              /* brand color: inline SVG logo + name (currentColor) */

  --color-tab-text: var(--color-fourth-palette);           /* tab text color (idle) */
  --color-tab-hover: var(--color-primary-palette);          /* tab text color (hover + active) */

  --color-primary: var(--color-secondary-palette);            /* primary buttons/links */
  --color-primary-hover: var(--color-primary-palette);      /* primary hover */

  --color-subway-magenta: #b52a96;     /* map accent */
  --color-subway-red: #e00000;         /* map accent */
  --color-subway-blue: #224e9b;        /* map accent */

  --color-card-bg: #ffffff;            /* card background */
  --color-card-border: #dddddd;        /* card border */
  --color-card-meta: #666666;          /* card meta text */
  --color-about-text: #ffffff;         /* about section text */

  /* ========= TYPOGRAPHY ========= */
  --font-family-base: Verdana, sans-serif;
  --font-size-base: 16px;
  --font-size-hero-h1: 2rem;
  --font-size-hero-content-3hrs: 1.08rem;
  --font-size-section-h2: 1.5rem;
  --font-size-review-h2: 1.8rem;
  --font-size-stop-h3: 1.1rem;
  --font-size-review-card-h3: 1.05rem;
  --font-size-small: 0.75rem;
  --font-size-body-small: 0.9rem;

  /* ========= EARLY EXPLANATION ========= */
  --why-love-max-width: 920px;         /* max width of "Why people love this tour" text block */
  --why-love-pad-y: 18px;              /* vertical padding */
  --why-love-pad-x: 20px;              /* horizontal padding */
  --why-love-h2-size: 1.35rem;         /* heading size */
  --why-love-text-size: 0.98rem;       /* paragraph size */

  /* ========= HEADER BEHAVIOR ========= */
  --header-hide-threshold: 10px;       /* scroll px before toggling hide/show */

  /* ========= SPACING & LAYOUT ========= */
  --page-max-width: 1440px;
  --section-padding-y: 0px;
  --section-image-side-margin: 30px;                  /* set this to the “small margin” used by the section images */
  --page-side-padding: calc(2 * var(--section-image-side-margin)); /* used by meeting/how/stops/reviews */


  --gap-location-cards: 17px;
  --gap-how-text-map: 40px;
  --gap-stop-items: 20px;
  --gap-review-cards: 24px;
  --gap-social-icons: 20px;

  --gap-tabs: 44px;                    /* tab gap control (space between tabs) */
  --brand-gap: 18px;                   /* space between icon and handwritten name */

  /* ========= SIZES ========= */
  --height-top-banner: 92px;           /* header height */
  --logo-icon-h: 110px;                /* icon height (bigger than banner -> bottom gets cropped) */
  --logo-icon-top-pad: 10px;           /* top margin before crop */
  --logo-name-h: 80px;                 /* handwritten name height */

  --height-hero-max: 450px;
  --height-umbrella: 300px;

  --size-stop-circle: 40px;
  --size-subway-dot: 20px;
  --size-review-dot: var(--size-subway-dot);
  --size-social-icon: 32px;

  --width-review-card: 300px;
  --height-review-card-min: 260px;
  --width-how-map-max: 320px;
  --width-about-logo-max: 280px;

  /* ========= BORDER RADIUS ========= */
  --radius-button: 10px;
  --radius-location-image: 30px;
  --radius-review-card: 16px;
  --radius-subway-line: 2px;

  /* ========= SHADOWS ========= */
  --shadow-top-banner: 0 8px 18px rgba(0, 0, 0, 0.35);
  --shadow-review-card: 0 8px 14px rgba(0, 0, 0, 0.10);


  /* ========= BOOKING THEME ========= */
--rr-section-bg: #111111;
--rr-text: #FFF8F8;

--rr-input-bg: #1a1a1a;
--rr-input-text: #FFF8F8;
--rr-placeholder: rgba(255,255,255,0.45);
--rr-border: #333333;

--rr-accent: #f5cb5c;
--rr-accent-hover: #ffd66b;
--rr-error: #ff7b7b;

/* ========= BOOKING LAYOUT CONTROLS ========= */
--booking-card-max-width: 920px;
--booking-card-radius: 22px;
--booking-form-max-width: 900px;

--booking-input-radius: 0.4rem;
--booking-input-pad-y: 0.55rem;
--booking-input-pad-x: 0.70rem;

--booking-focus-bg: #1e1e1e;
--booking-focus-border: #366ED8;
--booking-focus-glow: rgba(54,110,216,0.35);

--booking-filled-bg: #1a1a1a;
--booking-filled-border: #333333;
--booking-filled-text: #FFF8F8;

--booking-date-icon-filter: invert(1);

/* ========= CALENDAR CONTROLS ========= */
--calendar-day-size: 44px;
--calendar-gap: 0.4rem;
--calendar-pad: 1rem;

--booking-right-col-width: 380px;

--calendar-box-width: calc(
  (7 * var(--calendar-day-size)) +
  (6 * var(--calendar-gap)) +
  (2 * var(--calendar-pad)) + 2px
);

  /* Control for: how wide the black card can be */
  --booking-card-max: 980px;

  /* Control for: card padding (inside black box) */
  --booking-card-pad-y: 1rem;
  --booking-card-pad-x: 1rem;

  --booking-card-pad-top: 1.5rem;
  --booking-card-pad-right: 2rem;
  --booking-card-pad-bottom: 0rem;
  --booking-card-pad-left: 2rem;

  /* Control for: space outside card (section padding) */
  --booking-section-pad-y: 0rem;

  /* Control for: gap between LEFT and RIGHT columns */
  --booking-col-gap: 1.3rem;

  /* Control for: right column width (makes right inputs shorter) */
  --booking-right-width: 420px;

  /* Control for: vertical spacing between stacked items */
  --booking-stack-gap: 1rem;

  /* Calendar sizing */
  --cal-day: 38px;     /* Control for: day square size */
  --cal-gap: 0.4rem;   /* Control for: spacing between day squares */
  --cal-pad: 1rem;     /* Control for: padding inside calendar box */

  /* Inputs */
  --booking-input-pad-y: 0.70rem;
  --booking-input-pad-x: 0.85rem;
  --booking-input-radius: 12px;
  --booking-textarea-minh: 88px;

  /* Control for: minimum calendar grid height so card DOES NOT JUMP while loading */
  --cal-grid-minh: calc((6 * var(--cal-day)) + (5 * var(--cal-gap)));


  /* ABOUT US social icons */
  --about-social-icon-size: 28px;
  --about-social-icon-gap: 18px;

  /* Itinerary */
  --itinerary-collapsed-count: 6;
}


/* =========================================
   2. RESET
   ========================================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* =========================================
   3. BASE TYPOGRAPHY & GLOBAL LAYOUT
   ========================================= */
body {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  background-color: var(--color-bg);
  color: var(--color-text);
  line-height: 1.4;
  overflow-x: hidden; /* prevents horizontal scroll */
}

/* Center container default for generic <section> */
section {
  width: 100%;
  max-width: var(--page-max-width);
  margin: 0 auto;
  padding: var(--section-padding-y) 0;
}

/* (Legacy) site header – kept in case it’s used elsewhere */
.site-header {
  background-color: var(--color-header-bg);
}

/* Top bar (legacy) */
.top-bar {
  padding: 16px 24px;
  display: flex;
  align-items: center;
}

/* Generic logo rule */
.logo {
  height: var(--height-logo);
  width: auto;
}

/* =========================================
   4. TOP BANNER (icon + name + tabs)
   ========================================= */

/* Banner container */
.top-banner{
  width: 100%;
  min-height: var(--height-top-banner);
  padding: 0 60px;

  background: var(--color-header-bg);
  box-shadow: 0 8px 18px rgba(0,0,0,0.35);

  display: flex;
  align-items: center;

  position: sticky;
  top: 0;
  z-index: 1000;

  /* Hide-on-scroll behavior */
  transform: translateY(0);
  transition: transform 180ms ease;
  will-change: transform;
}

/* Header hidden state (JS toggles this class) */
.top-banner.is-hidden{
  transform: translateY(calc(-1 * var(--height-top-banner)));
}

/* BRAND (left) */
.brand{
  display: flex;
  align-items: center;
  gap: var(--brand-gap);

  /* This drives SVG color */
  color: var(--color-brand);
}

/* Force ALL shapes inside both SVGs to follow currentColor */
.brand svg,
.brand svg *{
  fill: currentColor !important;
  stroke: currentColor !important;
}

/* Icon: top margin + crop bottom */
.logo-icon{
  height: var(--height-top-banner);
  overflow: hidden;

  display: flex;
  align-items: flex-start;
}

.logo-icon svg{
  height: var(--logo-icon-h);
  width: auto;
  display: block;
  margin-top: var(--logo-icon-top-pad);
  margin-right: 20px;
}

/* Name: vertically centered in the banner */
.logo-name{
  height: var(--height-top-banner);
  display: flex;
  align-items: center;
}

.logo-name svg{
  height: var(--logo-name-h);
  width: auto;
  display: block;
}

/* NAV (right) */
.nav-tabs{
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: var(--gap-tabs); /* tab gap control */
}

/* Tabs: no movement on hover (never change font-weight) */
.nav-tabs .tab{
  color: var(--color-tab-text);
  text-decoration: none;

  font-size: 1rem;
  font-weight: 600;      /* fixed -> no shifting */
  padding: 6px 0;

  transition: color 0.2s ease;
}

.nav-tabs .tab:hover{
  color: var(--color-tab-hover);
}

.nav-tabs .tab.active{
  color: var(--color-tab-hover);
}


/* =========================================
   5. HERO
   ========================================= */

/* Whole hero section */
.hero{
  width: 100%;
  margin: 0;
  padding: 0;
}

/* --- IMAGE AREA (this is what the title must overlay) --- */
.hero-media{
  position: relative;                 /* anchor for absolute title */
  width: 100%;
  height: var(--height-hero-max);     /* controls hero image height */
  overflow: hidden;
}

.hero-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Title ON the image at 3/4 height */
.hero-title{
  position: absolute;
  left: 50%;
  top: 92%;                           /* Control to adjust distance from top of HERO picture to top of HERO title */
  transform: translate(-50%, -50%);
  z-index: 5;

  color: #ffffff;
  font-size: var(--font-size-hero-h1);
  font-weight: 800;

  white-space: nowrap;                /* force 1 line */
  margin: 0;
  padding: 0 24px;
  width: min(1100px, 92vw);
  text-align: center;

  text-shadow: 0 10px 12px rgba(0,0,0,0.55);
}

/* --- TEXT BELOW IMAGE (white area) --- */

.hero-content-3hrs{
  text-align: center;
  padding: 30px 0 0px 0;            /* GOOD MARGIN before booking */
}

.hero-content-3hrs p{
  margin: 0px 0 0px 0;
  color: var(--font-size-hero-content-3hrs);
  font-weight: bold;
}


/* =========================
   WHY PEOPLE LOVE THIS TOUR
   ========================= */
.why-love{
  max-width: var(--why-love-max-width);
  margin: 5px auto 0;
  padding: var(--why-love-pad-y) var(--why-love-pad-x);

  text-align: center;
}

.why-love h2{
  margin: 0 0 5px 0;
  font-size: var(--why-love-h2-size);
  font-weight: 700;
}

.why-love p{
  margin: 0;
  font-size: var(--why-love-text-size);
  line-height: 1.55;
  color: var(--color-text-muted);
}

.hero-content{
  text-align: justify;
  padding: 5px 0 20px 0;            /* GOOD MARGIN before booking */
}

.hero-content p{
  margin: 0 0 12px 0;
  color: var(--color-text);
}

.hero-subtitle{
  margin: 0 0 12px 0;
  color: var(--color-text);
  font-weight: bold;
}

/* =========================================================
   BOOKING SECTION — FINAL (single source of truth)
   ========================================================= */

/* =========================
   Section wrapper
   ========================= */
.booking-section{
  padding: var(--booking-section-pad-y) 0rem; /* Control for: outer margins above/below card */
  background: var(--color-bg);
  font-family: var(--font-family-base);
}

/* Center the card and prevent full-width stretching */
.booking-wrap{
  max-width: var(--booking-card-max); /* Control for: card overall max width */
  margin: 0 auto;                     /* centers */
  justify-content: center;
  display: flex;
}

/* =========================
   Main card
   ========================= */
#booking-form.booking-form{
  max-width: var(--booking-card-max); /* Safety: stops full-width */
  margin: 0 auto;                     /* centers */
  background: var(--rr-section-bg, #0b0b0b);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 26px;
  padding: var(--booking-card-pad-top) var(--booking-card-pad-right) var(--booking-card-pad-bottom) var(--booking-card-pad-left);
  box-shadow: 0 16px 45px rgba(0,0,0,0.35);
  color: var(--rr-text, #f1f1f1);
  width: fit-content;   /* card hugs the grid */
}

/* =========================
   Title block (restored)
   ========================= */
#booking-form .booking-head{
  text-align: center;
  margin-bottom: 1.2rem; /* Control for: space under title block */
}

#booking-form .booking-title{
  margin: 0;
  font-size: 2.0rem;
  font-weight: 900;
  letter-spacing: 0.2px;
}

#booking-form .booking-subtitle{
  margin: 0.35rem 0 0;
  opacity: 0.9;
  font-size: 1.0rem;
}

#booking-form .booking-meta{
  margin: 0.35rem 0 0;
  opacity: 0.7;
  font-size: 0.9rem;
}

/* =========================
   Grid layout
   ========================= */
#booking-form .booking-grid{
  display: grid;

  /* Control for: left hugs calendar, right is fixed */
  grid-template-columns: max-content var(--booking-right-width);

  /* Control for: middle space between columns */
  column-gap: var(--booking-col-gap);

  row-gap: 1rem;
  align-items: start;
}

/* Columns */
#booking-form .booking-left,
#booking-form .booking-right{
  display: flex;
  flex-direction: column;
  gap: var(--booking-stack-gap);
}

#booking-form .rr-full{ grid-column: 1 / -1; }

/* =========================
   Labels
   ========================= */
#booking-form .form-field label{
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
  opacity: 0.95;
  color: var(--rr-text, #f1f1f1);
}

/* =========================
   Inputs (dark boxes) — force override
   ========================= */
#booking-form .form-field input,
#booking-form .form-field textarea{
  width: 100%;
  background: var(--rr-input-bg, rgba(255,255,255,0.04)) !important;
  border: 1px solid var(--rr-border, rgba(255,255,255,0.12)) !important;
  border-radius: var(--booking-input-radius);
  padding: var(--booking-input-pad-y) var(--booking-input-pad-x);
  color: var(--rr-input-text, #f3f3f3) !important;
  font: inherit;
  outline: none;
  box-shadow: none;
}

/* Fix: “Name becomes white after typing” (usually browser autofill / global :valid styles) */
#booking-form input:valid,
#booking-form textarea:valid{
  background: var(--rr-input-bg, rgba(255,255,255,0.04)) !important;
  color: var(--rr-input-text, #f3f3f3) !important;
}

#booking-form input:-webkit-autofill,
#booking-form input:-webkit-autofill:hover,
#booking-form input:-webkit-autofill:focus{
  -webkit-text-fill-color: var(--rr-input-text, #f3f3f3) !important;
  box-shadow: 0 0 0 1000px var(--rr-input-bg, rgba(255,255,255,0.04)) inset !important;
  transition: background-color 999999s ease-out 0s;
}

#booking-form .form-field textarea{
  resize: vertical;
  min-height: var(--booking-textarea-minh);
}

#booking-form .form-field input::placeholder,
#booking-form .form-field textarea::placeholder{
  color: var(--rr-placeholder, rgba(255,255,255,0.45));
  opacity: 1;
}

#booking-form .form-field input:focus,
#booking-form .form-field textarea:focus{
  border-color: var(--booking-focus-border, rgba(246,209,105,0.9));
  box-shadow: 0 0 0 4px var(--booking-focus-glow, rgba(246,209,105,0.18));
}

/* Hide number arrows */
#booking-form input[type="number"]::-webkit-outer-spin-button,
#booking-form input[type="number"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
#booking-form input[type="number"]{ -moz-appearance: textfield; }

/* =========================
   Guests width = calendar width
   ========================= */
#booking-form .rr-calendar{
  width: calc((7 * var(--cal-day)) + (6 * var(--cal-gap)) + (2 * var(--cal-pad)) + 2px);
}
#booking-form input#guests{
  width: calc((7 * var(--cal-day)) + (6 * var(--cal-gap)) + (2 * var(--cal-pad)) + 2px);
  max-width: calc((7 * var(--cal-day)) + (6 * var(--cal-gap)) + (2 * var(--cal-pad)) + 2px);
}

/* Force vertical stacking on right */
#booking-form .booking-right .form-row-2{
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--booking-stack-gap);
}

/* =========================
   Calendar
   ========================= */
#booking-form .rr-calendar{
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  padding: var(--cal-pad);
}

#booking-form .rr-cal-header{
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
  margin-bottom: 0.7rem;
}

#booking-form .rr-cal-title{
  text-align: center;
  font-weight: 900;
  font-size: 1.15rem;
  color: var(--rr-text, #fff);
}

#booking-form .rr-cal-nav{
  width: 38px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(0,0,0,0.30);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0;
}

#booking-form .rr-cal-weekdays{
  display: grid;
  grid-template-columns: repeat(7, var(--cal-day));
  gap: var(--cal-gap);
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  opacity: 0.8;
}
#booking-form .rr-cal-weekdays > div{ text-align: center; }

/* IMPORTANT: fixed min-height so it doesn’t collapse before data arrives */
#booking-form .rr-cal-grid{
  display: grid;
  grid-template-columns: repeat(7, var(--cal-day));
  gap: var(--cal-gap);
  min-height: var(--cal-grid-minh); /* Control for: no layout jump on load */
}

#booking-form .rr-cal-day{
  width: var(--cal-day);
  height: var(--cal-day);
  border-radius: 10px;
  font-weight: 900;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.25);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Disabled days (closed / full / past) */
#booking-form .rr-cal-day.is-blank{ visibility: hidden; }
#booking-form .rr-cal-day.is-past{ opacity: 0.25; cursor: not-allowed; }
#booking-form .rr-cal-day.is-disabled{ opacity: 0.45; cursor: not-allowed; filter: saturate(0.9); }

#booking-form .rr-cal-day.is-open{
  background: #78d37a;
  border-color: #78d37a;
  color: #0a0a0a;
}

#booking-form .rr-cal-day.is-closed{
  background: #ea6b6b;
  border-color: #ea6b6b;
  color: #0a0a0a;
}

#booking-form .rr-cal-day.is-selected{
  outline: 2px solid rgba(246,209,105,0.9);
  outline-offset: 2px;
}

/* Legend */
#booking-form .rr-cal-legend{
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 0.7rem;
  font-size: 0.9rem;
}
#booking-form .legend-item{
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  opacity: 0.95;
}
#booking-form .legend-dot{
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
#booking-form .legend-dot.available{ background: #78d37a; }
#booking-form .legend-dot.unavailable{ background: #ea6b6b; }

#booking-form .rr-cal-selected{
  margin-top: 0.5rem;
  font-size: 0.95rem;
  opacity: 0.85;
}

/* Loading state (optional subtle) */
#booking-form .rr-calendar.is-loading .rr-cal-grid{
  opacity: 0.75;
}

/* =========================
   Notes / Consent / Button
   ========================= */
#booking-form .tour-time-note{
  margin-top: 0.6rem;
  text-align: left;
  font-size: 1.0rem;
  opacity: 0.9;
}

#booking-form .form-consent{
  margin-top: 0.35rem;
  text-align: left;
}

#booking-form .checkbox-label{
  display: inline-flex;
  gap: 0.6rem;
  align-items: flex-start;
  font-size: 1.0rem;
}
#booking-form .checkbox-label input{
  accent-color: #f6d169;
  margin-top: 0.2rem;
}

/* Submit */
#booking-form .booking-submit{
  display: block;
  margin: 1.0rem auto 0;
  padding: 0.85rem 2.6rem;
  border-radius: 999px;
  border: none;
  background: var(--rr-accent, #f6d169);
  color: #111;
  font-weight: 900;
  cursor: pointer;
}

#booking-form .booking-message{
  margin-top: 0.9rem;
  text-align: center;
  font-size: 0.95rem;
}

/* =========================
   Responsive
   ========================= */
@media (max-width: 900px){
  :root{ --booking-right-width: 1fr; }

  #booking-form .booking-grid{
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }

  #booking-form .rr-calendar,
  #booking-form input#guests{
    width: 100%;
    max-width: 100%;
  }

  #booking-form .rr-cal-weekdays,
  #booking-form .rr-cal-grid{
    grid-template-columns: repeat(7, 1fr);
  }

  #booking-form .rr-cal-day{
    width: 100%;
    height: 42px;
  }
}



/* =========================================
   7. LOCATIONS SECTION
   ========================================= */
.locations {
  margin-top: 0px;
  text-align: center;
  margin-bottom: 50px;
}

.location-grid {
  display: flex;
  justify-content: center;
  gap: var(--gap-location-cards);
  flex-wrap: wrap;
  margin-top: 0px;
}

.location-card {
  text-align: center;
  max-width: 400px;
}

.location-image {
  width: 100%;
  border-radius: var(--radius-location-image);
  display: block;
}

.location-card h3 {
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 600;
}

/* =========================================
   MEETING POINT (map left, text right)
   ========================================= */

.meeting-point{
  display: flex;
  align-items: center;
  gap: 32px;

  max-width: var(--page-max-width);
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;          /* increase this */
  margin-bottom: 0;

  padding: 0 var(--page-side-padding);
}


.meeting-point .how-map{
  flex: 0 0 var(--width-how-map-max);
  max-width: var(--width-how-map-max);
}

.meeting-point .how-map img{
  width: 100%;
  height: auto;
  display: block;
}

.meeting-point .meeting-text{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.meeting-point .meeting-text h2{
  margin: 0 0 14px 0;
  font-size: var(--font-size-section-h2);
  font-weight: 600;
}

.meeting-point .meeting-text p{
  margin: 4px 0 0 0;
  font-size: 1rem;
}


/* =========================================
   HOW IT WORKS (text left, umbrella right)
   - "Look for..." below paragraphs, bold
   - umbrella mirrored
   ========================================= */

.how-it-works{
  max-width: var(--page-max-width);
  margin: 22px auto 0;
  padding: 0 var(--page-side-padding);

  display: grid;
  grid-template-columns: 1fr auto;   /* left text, right icon */
  grid-template-rows: auto auto;     /* paragraphs, then bold note */
  column-gap: var(--gap-how-text-map);
  align-items: center;
}

.how-it-works .how-text{
  grid-column: 1;
  grid-row: 1;
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: justify;
}

.how-it-works .how-text h2{
  margin-bottom: 16px;
  font-size: var(--font-size-section-h2);
}

.how-it-works .how-text p{
  margin-bottom: 12px;
}

/* Bold note at the end (left column, below text) */
.how-it-works .red-umbrella-text{
  grid-column: 1;
  grid-row: 2;
  margin-top: 6px;
}

.how-it-works .red-umbrella-text p{
  margin: 0;
  font-weight: 800;
}

/* Icon on the right, mirrored */
.how-it-works img.umbrella{
  grid-column: 2;
  grid-row: 1 / span 2;              /* vertically spans both rows */
  height: var(--height-umbrella);
  width: auto;
  display: block;

  transform: scaleX(-1);             /* mirror */
}

/* =========================================
   9. GALLERY / METRO LINE
   ========================================= */
/* =========================================
   GALLERY — DESKTOP
   ========================================= */

.gallery{
  max-width: var(--page-max-width);
  margin: 40px auto 60px;
}

.gallery-track{
  display: flex;
  gap: 0;

  overflow-x: auto;
  overflow-y: hidden;

  scrollbar-width: none;
}
.gallery-track::-webkit-scrollbar{ display:none; }

.gallery-image{
  flex: 0 0 auto;
  height: 420px;
  width: auto;
  object-fit: cover;
  display: block;
}


/* =========================================
   SUBWAY INDICATOR — DESKTOP (SHARED)
   ========================================= */

/* SUBWAY — DESKTOP shared geometry (gallery + reviews) */
/* SUBWAY INDICATOR — DESKTOP (shared, viewport-based, independent of parent padding) */
.subway-indicator{
  --subway-inset: calc(var(--page-side-padding) + 40px); /* tweak this one number */

  position: relative;
  width: calc(100vw - (2 * var(--subway-inset)));
  margin-left: calc(50% - 50vw + var(--subway-inset));
  margin-top: 14px;

  padding: 0; /* important: do NOT stack with section padding */
}

.subway-dots{
  display: flex;
  justify-content: space-between;

  /* make dots inset so the line sticks out past them */
  width: calc(100% - (2 * var(--subway-dot-inset, 26px)));
  margin: 0 var(--subway-dot-inset, 26px);

  position: relative;
  z-index: 1;
}


.subway-dot{
  width: var(--size-subway-dot);
  height: var(--size-subway-dot);
  border-radius: 50%;
  border: 4px solid #000;
  background: #fff;
  cursor: pointer;
}

.subway-dot.active{
  background: var(--color-subway-red);
}

.subway-line{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  border-radius: var(--radius-subway-line);
  z-index: 0;
}


/* Color per section */
.gallery .subway-line{ background: var(--color-subway-magenta); }
.reviews-section .subway-line{ background: var(--color-subway-blue); }


/* =========================================
   10. TOUR STOPS LIST
   ========================================= */
.tour-stops {
  max-width: var(--page-max-width);
  margin: 40px auto 60px;
  padding: 0 var(--page-side-padding);
}

.tour-stops h2 {
  font-size: var(--font-size-section-h2);
  font-weight: 600;
  margin-bottom: 30px;
}

.stop-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--gap-stop-items);
}

/* Collapsed itinerary: show only first N stops */
.stop-list.is-collapsed .stop-item:nth-child(n+7){
  display: none;
}

.itinerary-toggle{
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
}


.stop-item {
  display: flex;
  align-items: flex-start;
  gap: var(--gap-stop-items);
}

.stop-number {
  flex: 0 0 var(--size-stop-circle);
  width: var(--size-stop-circle);
  height: var(--size-stop-circle);
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

.stop-body h3 {
  font-size: var(--font-size-stop-h3);
  font-weight: 700;
  margin: 0 0 5px 0;
}

.stop-body p {
  font-size: 0.95rem;
  line-height: 1.4;
}


/* =========================================
   REVIEWS — DESKTOP
   ========================================= */

.reviews-section{
  max-width: var(--page-max-width);
  margin: 40px auto 80px;
  padding: 0 var(--page-side-padding);
}

.reviews-section h2{
  font-size: var(--font-size-review-h2);
  margin-bottom: 24px;
}

/* FULL-WIDTH track, but start aligned with the title */
.reviews-fullwidth{
  width: calc(100vw - (2 * var(--page-side-padding)));
  margin-left: 0;          /* aligns with title because section padding handles left edge */
  overflow: visible;
}

/* Track: scrollable row */
.reviews-track{
  display: flex;
  flex-wrap: nowrap;
  gap: var(--gap-review-cards);

  overflow-x: auto;
  overflow-y: hidden;

  scroll-snap-type: x proximity; /* smoother than mandatory */
  scroll-padding-left: 0;
  scroll-padding-right: 0;

  /* KEY: allow last card to reach "start" alignment so the last dot can activate */
  scroll-padding-right: calc(var(--width-review-card) + var(--gap-review-cards));
  padding: 0 calc(var(--width-review-card) + var(--gap-review-cards)) 32px 0;

  margin: 0;

  scrollbar-width: none;
}
.reviews-track::-webkit-scrollbar{ display:none; }




/* Cards */
.review-card{
  flex: 0 0 var(--width-review-card);
  height: 420px;
  background: var(--color-card-bg);
  border-radius: var(--radius-review-card);
  box-shadow: var(--shadow-review-card);
  padding: 18px 20px 16px;

  display: flex;
  flex-direction: column;

  scroll-snap-align: start;
}

/* Stars evenly spaced */
.review-stars{
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.review-stars img{
  display: block;
  width: 18px;
  height: 18px;
}

.review-card h3{
  font-size: var(--font-size-review-card-h3);
  margin-bottom: 4px;
}

.review-rule{
  border: none;
  border-top: 1px solid var(--color-card-border);
  margin: 10px 0 12px;
}

.review-text{
  flex: 1;
  font-size: var(--font-size-body-small);
  line-height: 1.4;
  overflow: hidden;
  margin-bottom: 10px;
}

/* Expand (DESKTOP): LONGER (taller), not wider — match mobile behavior */
.review-card.is-expanded{
  height: auto;                         /* becomes longer */
  flex: 0 0 var(--width-review-card);   /* do not become wider */
  max-width: var(--width-review-card);
}
.review-card.is-expanded .review-text{
  overflow: visible;                    /* full text visible */
}

.review-more{
  align-self: flex-start;
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 8px;

  font: inherit;
  text-decoration: none;   /* kill underline */
  cursor: pointer;
}

.review-meta{
  font-size: var(--font-size-small);
  color: var(--color-card-meta);
  text-align: right;
}



/* ===========================
   ABOUT US (FINAL)
   =========================== */

.about-banner {
  background-image: url("../images/aboutUs_background_v1.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  color: #ffffff;
  padding: 90px 0 35px;
}

.about-inner {
  max-width: var(--page-max-width);
  margin: 0 auto;
  padding: 0 var(--page-side-padding);

  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.about-text-block h2 {
  color: #ffffff;
  margin-bottom: 16px;
}

.about-text-block p {
  color: #ffffff;
  line-height: 1.55;
  max-width: var(--about-text-width);
}

.about-social-row {
  width: var(--about-text-width);
  margin: 22px 0 18px;
  display: flex;
  justify-content: space-between; /* uniform spacing across full row */
  align-items: center;
  gap: 0;                         /* spacing controlled by space-between */
  flex-wrap: nowrap;              /* keep one row on desktop */
}

.about-social-row img {
  width: var(--about-social-icon-size);
  height: var(--about-social-icon-size);
  filter: invert(1);
  opacity: 0.9;
}

.about-contact,
.about-contact a {
  color: #ffffff;
}

.about-contact{
  max-width: 520px; /* match about paragraph */
  text-align: center;
}

.about-contact{
  max-width: var(--about-text-width);
  text-align: center;
}

.about-logo-block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-logo-img {
  max-width: 280px;
  width: 100%;
}

/* COPYRIGHT */
.about-footer {
  text-align: center;
  margin-top: 30px;
  font-size: 0.9rem;
  opacity: 0.8;
  color: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .about-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-text-block p {
    margin-left: auto;
    margin-right: auto;
  }

  .about-social-row {
    justify-content: center;
  }
  .about-contact{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}


/* Find me mobile */
/* ==================================================================================================================================
   MOBILE Version
   ================================================================================================================================= */

@media (max-width: 768px) {

  /* ======================================================
     GLOBAL SAFETY
     ====================================================== */

  html, body {
    max-width: 100%;
    overflow-x: hidden;
  }

  * {
    box-sizing: border-box;
  }

  /* Mobile margin system — HALVED */
  :root {
        /* banner sizing */
    --mobile-banner-pad-x: 40px;
    --mobile-banner-h: 76px;

    /* spacing between icon and name */
    --mobile-brand-gap: 40px;

    /* independent positioning */
    --mobile-icon-scale: 0.95;
    --mobile-icon-x: 0px;
    --mobile-icon-y: 0px;

    --mobile-name-scale: 0.95;
    --mobile-name-x: 0px;
    --mobile-name-y: 0px;

    --hero-mobile-height: 30vh;              /* ⬅ control hero image height */
    --hero-title-top: 80%;                   /* ⬅ vertical position of title */
    --hero-title-size: clamp(20px, 6vw, 28px);

    --mobile-side-margin: 10px;            /* small margin (already in your mobile section) */
    --reviews-card-width: calc(100% - (4 * var(--mobile-side-margin))); /* Control for thinner cards */
    --reviews-dots-inset: 10px;           /* Control for line endpoints relative to dots */
    --reviews-active-red: #e53935;
  }

  section {
    padding-left: var(--mobile-side-margin);
    padding-right: var(--mobile-side-margin);
  }

  /* ======================================================
   TOP BANNER — MOBILE CONTROLS
   ====================================================== */

  .top-banner{
    padding: 0 var(--mobile-banner-pad-x);
    min-height: var(--mobile-banner-h);
  }

  .brand{
    gap: var(--mobile-brand-gap);
  }

  /* icon */
  .logo-icon svg{
    margin-right: 0; /* override desktop margin-right:20px */
    transform: translate(var(--mobile-icon-x), var(--mobile-icon-y)) scale(var(--mobile-icon-scale));
    transform-origin: left top;
  }

  /* name */
  .logo-name svg{
    transform: translate(var(--mobile-name-x), var(--mobile-name-y)) scale(var(--mobile-name-scale));
    transform-origin: left center;
  }

  .tab{
  display: none;
}


/* ======================================================
   HERO (MOBILE) — full-width image, title visible
   ====================================================== */


  .hero{
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /* IMAGE CONTAINER */
  .hero-media{
    position: relative;
    width: 100%;
    height: var(--hero-mobile-height);       /* ⬅ this was missing */
    overflow: hidden;
  }

  /* IMAGE FILLS CONTAINER */
  .hero-image{
    width: 100%;
    height: 100%;                            /* ⬅ force full height */
    object-fit: cover;                      /* ⬅ crop properly */
    object-position: center;
    display: block;
  }

  /* TITLE ON IMAGE */
  .hero-title{
    position: absolute;
    left: 50%;
    top: var(--hero-title-top);
    transform: translate(-50%, -50%);
    z-index: 5;

    width: calc(100% - (2 * var(--mobile-side-margin)));
    max-width: calc(100% - (2 * var(--mobile-side-margin)));

    margin: 0;
    padding: 0;
    text-align: center;

    color: #fff;
    font-size: var(--hero-title-size);
    font-weight: 800;
    line-height: 1.12;

    white-space: normal;
    text-shadow: 0 8px 12px rgba(0,0,0,0.55);
  }

  /* TEXT BELOW IMAGE */
  .hero-content{
    text-align: left;
    padding: 12px 0 16px;
  }

  .hero-content p{
    margin: 0 var(--mobile-side-margin) 12px;
    font-size: 16px;
    line-height: 1.45;
  }

  .hero-subtitle{
    font-weight: 700;
  }


/* WHY YOU'RE GOING TO LOVE IT — mobile text alignment */
.why-love{ text-align: center; }              /* stop centering the whole section */
.why-love h2{ text-align: center; }         /* keep the heading centered (optional) */

/* WHY LOVE IT — make it feel intentional on mobile */
.why-love .hero-content{
  text-align: justify;
  /* max-width: 34ch;                 controls line length */
  margin-left: var(--mobile-side-margin);
  margin-right: var(--mobile-side-margin); 
  
  padding: 10px 0 14px;
}

.why-love .hero-content p{
  margin: 0 0 12px;
  line-height: 1.55;
}

/* keep heading centered (optional) */
.why-love h2{ text-align: center; }

.hero-subtitle{text-align: center;}


  /* ======================================================
     SECTION IMAGES (Sagrada / Modernism / Gothic)
     ====================================================== */

  .image-card,
  .location-card,
  .spot-card {
    margin-left: var(--mobile-side-margin);
    margin-right: var(--mobile-side-margin);
  }

  /* ======================================================
     MEETING POINT
     ======================================================
     ====================================================== */

     /* MEETING POINT — reorder map below text (mobile only) */

.meeting-point{
  display: flex;
  flex-direction: column;
  
}

.meeting-point .meeting-text{
  order: 1;   /* title + address first */
  text-align: center;
}

.meeting-point .how-map{
  order: 2;   /* map below */
}


/* ======================================================
   HOW IT WORKS — MOBILE (v2, FULL REPLACE)
   Fix:
   - Map centered
   - Text has 2*small margins
   - Map first, then title+text (CSS reorder only)
   - Justified paragraphs
   ====================================================== */

  /* Section: full width */
  section.how-it-works{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;                 /* Control for: avoid double padding fights */
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  /* Reorder without HTML changes */
  section.how-it-works .how-map{  order: 1; }
  section.how-it-works .how-text{ order: 2; }

  /* MAP wrapper: full width, no side constraints */
  section.how-it-works .how-map{
    width: 100%;
    max-width: 100%;
    margin: 10px 0 14px 0;
    padding: 0;
    display: block;
  }

  section.how-it-works .how-map a{
    display: block;
    width: 100%;
    max-width: 100%;
  }

  /* Map image: centered */
  section.how-it-works .how-map img{
    display: block;

    /* Control for: centered map size */
    width: min(
      calc(100% - (2 * var(--mobile-side-margin))),
      var(--mobile-map-max-w)
    );
    max-width: 75%;    /* Control the width of the map with respect to the section width. */

    margin-left: auto;
    margin-right: auto;

    height: auto;
    border-radius: 24px;
  }

  /* TEXT wrapper: enforce 2*small margins */
  section.how-it-works .how-text{
    width: calc(100% - (2 * (2 * var(--mobile-side-margin)))); /* Control for: 2*small margins */
    max-width: 100%;
    margin-left: calc(2 * var(--mobile-side-margin));
    margin-right: calc(2 * var(--mobile-side-margin));
  }

  /* Title centered */
  section.how-it-works .how-text h2{
    text-align: center;
    margin: 6px 0 12px 0;
    white-space: normal;
  }

  /* Paragraphs: justified, full width inside the text box */
  section.how-it-works .how-text p{
    margin: 0 0 12px 0;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.55;

    text-align: justify;
    text-justify: inter-word;
    text-shadow: 0 1px 2px rgba(0,0,0,0.08);
  }

  

  /* HOW IT WORKS — reorder elements on mobile */

section.how-it-works{
  display: flex;
  flex-direction: column;
}

/* main text first */
section.how-it-works .how-text{
  order: 1;
  position: relative;
  overflow: hidden; /* important */
}

/* Umbrella watermark behind text */
section.how-it-works .how-text::before{
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("../images/realisticRedUmbrellaIcon_v2.webp");
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: min(420px, 90vw);

  opacity: 0.35;          /* watermark strength */
  z-index: 0;
  pointer-events: none;
}

section.how-it-works .how-text > *{
  position: relative;
  z-index: 1;
}


/* Hide real umbrella image (will become watermark) */
section.how-it-works .umbrella{
  display: none;
}

/* "Look for..." sentence AFTER text */
section.how-it-works .red-umbrella-text{
  order: 3;
  text-align: center;
  margin-left: calc(2 * var(--mobile-side-margin));
  margin-right: calc(2 * var(--mobile-side-margin));
  margin-top: 16px; /* optional vertical spacing */
}


/* ======================================================
   GALLERY — MOBILE (REAL EDGE-TO-EDGE, NO GAPS)
   ====================================================== */

   
.gallery{
  height: 220px;
  width: 100vw !important;
  max-width: none !important;
  margin: 40px 0 60px !important;
  padding: 0 !important;

  /* breaks out of centered page container */
  margin-left: calc(50% - 50vw) !important;
}

.gallery-image{
  flex: 0 0 auto !important;
  width: auto !important;
  height: 220px;
  margin: 0 !important;
  padding: 0 !important;
  display: block;

  object-fit: contain;          /* <-- show full image */
  object-position: center;      /* optional */
  background: var(--color-bg);  /* <-- no margins added, just fills empty space */
}


@media (max-width: 768px){
  .subway-indicator{
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 10px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
  }
}


.subway-line{
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
}



.subway-dot{
  width: 16px;
  height: 16px;
  border-width: 3px;
}


/* ======================================================
   WHAT WILL WE SEE — MOBILE (FINAL)
   ====================================================== */
:root{
  /* Section geometry */
  --stops-inset-x: calc(2 * var(--mobile-side-margin)); /* if your --mobile-side-margin is 15px -> 30px */
  --stops-max-width: 560px;                             /* keep */

  /* Title */
  --stops-title-max-ch: 22ch;                           /* keep */
  --stops-title-size: clamp(22px, 6vw, 28px);           /* keep */
  --stops-title-lineh: 1.15;                            /* keep */
  --stops-title-bottom: 22px;                           /* keep */

  /* List rhythm */
  --stops-list-gap: 20px;                               /* was too loose at 30px */
  --stops-row-gap: 12px;                                /* keep */

  /* Number circle */
  --stops-dot-size: 30px;                               /* set explicitly for mobile (your old mobile used 28px) */
  --stops-dot-font: 15px;                               /* more deterministic than 0.98rem */
  --stops-dot-border: 0px;                              /* keep */
  --stops-dot-nudge-y: 2px;                             /* start at 2px; go 0–4px to align */

  /* Text */
  --stops-h3-size: 15px;                                /* match your old “good” mobile sizing */
  --stops-h3-lineh: 1.35;                               /* match old feel */
  --stops-h3-bottom: 4px;                               /* match old feel */

  --stops-p-size: 13.5px;                               /* match your old mobile sizing */
  --stops-p-lineh: 1.5;                                 /* match old feel */

  /* Toggle */
  --stops-toggle-top: 14px;                             /* keep */
}


  .tour-stops{
    width: 100%;
    max-width: 100%;
    margin: 32px auto 44px;

    /* center the whole section content like the target */
    padding: 0 var(--stops-inset-x);
  }

  /* Optional: keep content from getting too wide on large phones */
  .tour-stops > *{
    max-width: var(--stops-max-width);
    margin-left: auto;
    margin-right: auto;
  }

  .tour-stops h2{
    text-align: center;
    font-weight: 800;

    font-size: var(--stops-title-size);
    line-height: var(--stops-title-lineh);

    max-width: var(--stops-title-max-ch);
    margin: 0 auto var(--stops-title-bottom);
  }

  .stop-list{
    list-style: none;
    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: column;
    gap: var(--stops-list-gap);
  }

  .stop-list.is-collapsed .stop-item:nth-child(n+7){
    display: none;
  }

  .stop-item{
    display: flex;
    align-items: flex-start;
    gap: var(--stops-row-gap);
  }

  .stop-number{
    flex: 0 0 var(--stops-dot-size);
    width: var(--stops-dot-size);
    height: var(--stops-dot-size);

    border-radius: 50%;
    background: #000;
    color: #fff;

    font-size: var(--stops-dot-font);
    font-weight: 800;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    /* key alignment tweak vs your current */
    margin-top: var(--stops-dot-nudge-y);
    border: var(--stops-dot-border) solid #000;
  }

  .stop-body{
    flex: 1;
    min-width: 0;
  }

  .stop-body h3{
    font-size: var(--stops-h3-size);
    font-weight: 800;
    line-height: var(--stops-h3-lineh);
    margin: 0 0 var(--stops-h3-bottom) 0;
  }

  .stop-body p{
    font-size: var(--stops-p-size);
    line-height: var(--stops-p-lineh);
    margin: 0;
  }

  .itinerary-toggle{
    margin-top: var(--stops-toggle-top);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;

    font: inherit;
    text-decoration: underline;
    width: 100%;
  }



/* ======================================================
   REVIEWS — MOBILE (<= 768px)
   Fix:
   1) First card centered (no touching left edge)
   2) Cards thinner: width = 100% - 4*small-margins
   3) Subway line starts/ends BEFORE/AFTER dots (like gallery)
   ====================================================== */

/* Section title stays centered */
  .reviews-section h2{
    text-align: center;
    margin-bottom: 16px;
  }

  /* Make the whole reviews block truly full-width on mobile */
  .reviews-fullwidth{
    width: 100vw;                 /* Control for full viewport width */
    margin-left: calc(50% - 50vw);/* Control for removing any parent centering constraints */
    overflow: visible;
  }

  /* Track: full-width scroll area, with snap */
  .reviews-track{
    display: flex;
    flex-wrap: nowrap;
    gap: calc(2 * var(--mobile-side-margin));      /* Control for spacing between cards */

    overflow-x: auto;
    overflow-y: hidden;

    scroll-snap-type: x mandatory;                 /* Control for one-card-per-swipe */
    scroll-padding-left: calc(2 * var(--mobile-side-margin)); /* Control for centered first card */

    padding: 0 0 32px 0;
    margin: 0;

    scrollbar-width: none;
  }

  .reviews-track::before,
.reviews-track::after{
  content: "";
  flex: 0 0 calc((100vw - var(--reviews-card-width)) / 2);
}


  .reviews-track::-webkit-scrollbar{ display:none; }

  /* Card: centered + thinner */
  .review-card{
    flex: 0 0 var(--reviews-card-width);  /* Control for card width */
    max-width: var(--reviews-card-width);

    height: 420px;                        /* Control for desktop-like height */
    padding: 18px 16px 14px;              /* Control for internal spacing */

    scroll-snap-align: center;
    display: flex;
    flex-direction: column;
  }

  /* Mobile expand: LONGER (taller), not wider */
  .review-card.is-expanded{
    height: auto;                         /* Control for “becomes longer” */
    flex: 0 0 var(--reviews-card-width);  /* Control for not becoming wider */
    max-width: var(--reviews-card-width);
  }
  .review-card.is-expanded .review-text{
    overflow: visible;                    /* Control for full text visibility */
  }

  /* Center the content you asked for */
  .review-stars{
    justify-content: center;              /* Control for centered stars */
    margin-bottom: 10px;
  }
  .review-card h3{
    text-align: center;                   /* Control for centered title */
    margin-bottom: 6px;
  }
  .review-meta{
    text-align: center;                   /* Control for centered “By X / Date” */
  }

  /* Keep Read more behavior (JS decides hidden/shown). If it shows, place nicely. */
  .review-more{
    align-self: center;                   /* Control for centered button */
    margin: 6px 0 8px;
  }


  


/* ======================================================
   ABOUT US — MOBILE OVERRIDES (<= 768px)
   ====================================================== */

/* ===========================
   ABOUT US — MOBILE
   =========================== */


  .about-banner{
    height: 100vh;
    min-height: 0;
    padding: 0;

    background-image: url("../images/rotatedAboutUs_background_v1.webp");

    /* KEY FIX: show full image height (no crop) AND fill the whole section */
    background-size: 102% auto;     /* <-- CONTROL: smaller % = “zoom out” more */
    background-repeat: repeat-y;   /* <-- fills the tall section without blank space */
    background-position: center top;
  }


  .about-inner{
    height: 100%;
    width: 100%;
    max-width: none;

    padding: 10px calc(2 * var(--mobile-side-margin)) 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .about-text-block h2{
    margin: 0;
    padding-top: 10px;
    width: 100%;
    text-align: center;
  }

  .about-text-block,
  .about-text-block p{
    width: 100%;
    max-width: none;
    text-align: left;
  }

  .about-text-block p{
    margin-top: 12px;
    margin-bottom: 12px;
    line-height: 1.55;
  }

  .about-social-row{
    width: 80%;
    margin: 14px auto 8px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    row-gap: 14px;
    column-gap: 10px;
  }

  .about-social-row img{
    width: 34px;
    height: 34px;
    filter: invert(1);
    opacity: 0.95;
  }

  .about-contact{
    width: 100%;
    text-align: center;
    margin: 12px 0 0;
  }

  .about-logo-block{
    margin-top: 25px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .about-logo-img{
    width: min(340px, 85vw);
    height: auto;
  }

.about-banner{ position: relative; }

.about-footer{
  position: absolute;
  left: 0; right: 0;
  bottom: 50px;
}
}