/* ==========================================================================
   Spa Near Me in Thane — static site
   Palette sampled from assets/img/cropped-Amora-1.png:
     #FFBD59 (lotus petals) · #5C5C40 (seated figure)
   ========================================================================== */

:root {
  --container: 1380px;
  --gutter: 24px;
  --header-h: 66px;

  --brand: #ffbd59;
  --brand-600: #f0a833;
  --brand-700: #d98f1c;
  --brand-soft: #fff4e0;

  --olive: #5c5c40;
  --olive-700: #46462f;
  --olive-soft: #eceadd;

  --ink: #0d0d0d;
  --ink-80: #23231e;

  --surface: #faf7f2;
  --surface-2: #f2ede4;
  --white: #ffffff;

  --text: #3a3a32;
  --muted: #6e6e62;
  --line: #e3ddd1;

  --radius: 18px;
  --radius-sm: 12px;
  --shadow-sm: 0 2px 8px rgba(13, 13, 13, .06);
  --shadow: 0 12px 32px rgba(13, 13, 13, .10);
  --shadow-lg: 0 24px 60px rgba(13, 13, 13, .16);

  --ease: cubic-bezier(.22, .61, .36, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Montserrat", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  background: var(--surface);
  overflow-x: hidden;
}

body.nav-open { overflow: hidden; }

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

a { color: var(--olive); text-decoration: none; }
a:hover { color: var(--brand-700); }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  color: var(--olive);
  line-height: 1.2;
  margin: 0 0 .5em;
  font-weight: 700;
}

h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); font-weight: 700; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); font-weight: 700; }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.4rem); font-weight: 700; }
p  { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 3px;
  border-radius: 4px;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section { padding: clamp(56px, 7vw, 104px) 0; }
.section--tight { padding: clamp(40px, 4vw, 64px) 0; }
.section--surface { background: var(--surface-2); }
.section--soft { background: var(--olive-soft); }

.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(32px, 4vw, 56px);
}

.eyebrow {
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--brand-700);
  margin-bottom: .6em;
}

.rule {
  width: 72px;
  height: 3px;
  border: 0;
  margin: 18px auto 0;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--brand), var(--olive));
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--brand);
  color: var(--ink);
  padding: 12px 20px;
  font-weight: 700;
  border-radius: 0 0 var(--radius-sm) 0;
}
.skip-link:focus { left: 0; }

/* ---------- Buttons ---------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6em;
  padding: 13px 26px;
  border: 2px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease),
              background-color .25s var(--ease), color .25s var(--ease),
              border-color .25s var(--ease);
}
.btn i { font-size: 1em; }
.btn:hover { transform: translateY(-3px); }

.btn--brand {
  background: var(--brand);
  border-color: var(--brand);
  color: var(--ink);
}
.btn--brand:hover {
  background: var(--brand-600);
  border-color: var(--brand-600);
  color: var(--ink);
  box-shadow: 0 12px 26px rgba(240, 168, 51, .42);
}

.btn--olive {
  background: var(--olive);
  border-color: var(--olive);
  color: var(--white);
}
.btn--olive:hover {
  background: var(--olive-700);
  border-color: var(--olive-700);
  color: var(--white);
  box-shadow: 0 12px 26px rgba(92, 92, 64, .38);
}

.btn--ghost {
  background: transparent;
  border-color: var(--olive);
  color: var(--olive);
}
.btn--ghost:hover { background: var(--olive); color: var(--white); }

.btn--light {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .7);
  color: var(--white);
  backdrop-filter: blur(4px);
}
.btn--light:hover { background: var(--white); color: var(--ink); border-color: var(--white); }

.btn--sm { padding: 10px 20px; font-size: .74rem; }
.btn--block { width: 100%; }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* ---------- Header ----------------------------------------------------- */

/* Opaque in every scroll state. The logo PNG has a transparent background,
   so the bar colour is the tile colour — no visible edge, no colour shift
   as content scrolls beneath. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: var(--ink);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.header-inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: .01em;
  padding: 8px 0;
}
.brand:hover { color: var(--brand); }
.brand img {
  width: 42px;
  height: auto;
  border-radius: 0;          /* header logo: no radius (per spec) */
  flex: none;
}

.main-nav > ul {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav a {
  display: block;
  padding: 10px 16px;
  border-radius: 999px;
  color: rgba(255, 255, 255, .82);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: color .2s var(--ease), background-color .2s var(--ease);
}
.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--brand);
  background: rgba(255, 189, 89, .12);
}
.main-nav .nav-cta a,
.main-nav .nav-cta a:hover {
  background: var(--brand);
  color: var(--ink);
  letter-spacing: .1em;
}
.main-nav .nav-cta a:hover { background: var(--brand-600); }

.nav-toggle,
.nav-close {
  display: none;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 10px;
  color: var(--white);
  width: 44px;
  height: 44px;
  font-size: 1.15rem;
  cursor: pointer;
  transition: background-color .2s var(--ease), color .2s var(--ease);
}
.nav-toggle:hover,
.nav-close:hover { background: var(--brand); color: var(--ink); border-color: var(--brand); }

/* Must sit BELOW .site-header. The header is position:sticky with a z-index,
   so it forms a stacking context — the drawer's z-index:96 is resolved inside
   it and cannot beat a sibling of <body> that outranks the header itself. */
.nav-scrim {
  position: fixed;
  inset: 0;
  z-index: 85;
  background: rgba(13, 13, 13, .6);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s var(--ease), visibility .3s var(--ease);
}
body.nav-open .nav-scrim { opacity: 1; visibility: visible; }

/* ---------- Hero ------------------------------------------------------- */

.hero {
  position: relative;
  min-height: clamp(460px, 78vh, 760px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--ink);
}

/* The slide is absolutely positioned, so .hero's own `align-items: center`
   does not reach it — it has to centre its own content. */
.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 1s var(--ease);
  pointer-events: none;
}
.hero-slide.is-active { opacity: 1; pointer-events: auto; }

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  transition: transform 8s linear;
}
.hero-slide.is-active::before { transform: scale(1); }
.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 13, 13, .85) 0%, rgba(13, 13, 13, .55) 55%, rgba(13, 13, 13, .22) 100%),
    linear-gradient(180deg, rgba(13, 13, 13, .35) 0%, rgba(13, 13, 13, 0) 45%);
}
.hero-slide--1::before { background-image: url("../img/Spa-Banner2.jpg"); }
.hero-slide--2::before { background-image: url("../img/Spa-Banner3.jpg"); }

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-block: clamp(64px, 9vw, 120px);
}
.hero-copy { max-width: 720px; }

.hero-eyebrow {
  display: block;
  color: var(--brand);
  font-size: clamp(.82rem, 1.4vw, 1rem);
  font-weight: 600;
  letter-spacing: .34em;
  text-transform: uppercase;
  margin-bottom: .8em;
}

.hero h1,
.hero .hero-title {
  color: var(--white);
  font-weight: 700;
  margin-bottom: .35em;
  text-shadow: 0 4px 28px rgba(0, 0, 0, .45);
}
.hero .hero-title { font-size: clamp(2.4rem, 6vw, 4.4rem); line-height: 1.2; }

.hero-arrows {
  position: absolute;
  right: clamp(16px, 4vw, 56px);
  bottom: clamp(24px, 5vw, 56px);
  z-index: 3;
  display: flex;
  gap: 12px;
}
.hero-arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .55);
  background: rgba(13, 13, 13, .32);
  color: var(--white);
  font-size: .95rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  transition: background-color .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.hero-arrow:hover { background: var(--brand); color: var(--ink); border-color: var(--brand); }

.hero-dots {
  position: absolute;
  left: clamp(16px, 4vw, 56px);
  bottom: clamp(24px, 5vw, 56px);
  z-index: 3;
  display: flex;
  gap: 10px;
}
.hero-dot {
  width: 34px;
  height: 4px;
  border: 0;
  padding: 0;
  border-radius: 3px;
  background: rgba(255, 255, 255, .4);
  cursor: pointer;
  transition: background-color .25s var(--ease), width .25s var(--ease);
}
.hero-dot.is-active { background: var(--brand); width: 52px; }

/* ---------- About ------------------------------------------------------ */

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.about-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 18px;
}
.about-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.about-gallery img:nth-child(1) {
  grid-row: span 2;
  aspect-ratio: 3 / 5;
}
.about-gallery img:nth-child(2),
.about-gallery img:nth-child(3) { aspect-ratio: 1 / 1; }

/* ---------- Top-selling band ------------------------------------------ */

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 32px);
}

.feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 300px;
  padding: clamp(24px, 3vw, 40px);
  border-radius: var(--radius);
  overflow: hidden;
  color: var(--white);
  box-shadow: var(--shadow);
  isolation: isolate;
}
.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
  transition: transform .7s var(--ease);
}
.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(13, 13, 13, .1) 0%, rgba(13, 13, 13, .78) 100%);
}
.feature-card:hover::before { transform: scale(1.07); }
.feature-card--1::before { background-image: url("../img/Top-Selling-Services1.jpg"); }
.feature-card--2::before { background-image: url("../img/Top-Selling-Services2.jpg"); }
.feature-card h3 {
  color: var(--white);
  font-size: clamp(1.3rem, 2.2vw, 1.75rem);
  margin-bottom: .15em;
}
.feature-card p {
  color: rgba(255, 255, 255, .86);
  margin-bottom: 1.2em;
  font-size: .98rem;
}

/* ---------- Services --------------------------------------------------- */

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.6vw, 32px);
}

.service-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--brand);
}

.service-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--surface-2);
}
.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease);
}
.service-card:hover .service-media img { transform: scale(1.08); }

.service-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: clamp(22px, 2.4vw, 30px);
  text-align: center;
}
.service-body h3 {
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 1.05rem;
  color: var(--brand-700);
}
.service-body p {
  color: var(--muted);
  font-size: .93rem;
  flex: 1;
  margin-bottom: 1.5em;
}
.service-body .btn-row { flex-direction: column; gap: 10px; }

/* ---------- Why choose us --------------------------------------------- */

.why-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .85fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.why-media img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.why-list { display: grid; gap: 30px; }
.why-item { border-left: 3px solid var(--brand); padding-left: 20px; }
.why-num {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--brand);
  line-height: 1;
  margin-bottom: .25em;
}
.why-item h3 { color: var(--brand-700); margin-bottom: .35em; }
.why-item p { color: var(--muted); font-size: .93rem; }

/* ---------- Contact / booking ----------------------------------------- */

.contact-band {
  position: relative;
  color: var(--white);
  background: var(--ink);
  isolation: isolate;
  overflow: hidden;
}
.contact-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("../img/Spa-Banner2.jpg") center / cover no-repeat;
}
.contact-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(100deg, rgba(13, 13, 13, .9) 0%, rgba(13, 13, 13, .66) 60%, rgba(13, 13, 13, .4) 100%);
}
.contact-band h2 { color: var(--white); }
.contact-band .eyebrow { color: var(--brand); }

.contact-body { max-width: 1040px; }

.contact-list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: grid;
  gap: 22px;
}
.contact-list li { display: flex; gap: 16px; align-items: flex-start; }
.contact-list i {
  flex: none;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 189, 89, .16);
  color: var(--brand);
  font-size: 1.05rem;
}
.contact-list h3 {
  color: var(--white);
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: .3em;
}
.contact-list p,
.contact-list a { color: rgba(255, 255, 255, .82); font-size: .96rem; margin: 0; }
.contact-list a:hover { color: var(--brand); }

/* Two columns now that the map no longer occupies the right half. */
.contact-list--split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(28px, 4vw, 56px);
}

/* ---------- Info bar --------------------------------------------------- */

.info-bar { background: var(--olive); color: var(--white); }
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 48px);
  text-align: center;
}
.info-grid h2 {
  color: var(--white);
  font-size: 1.05rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: .8em;
}
.info-grid p,
.info-grid a { color: rgba(255, 255, 255, .88); font-size: .95rem; margin: 0; }
.info-grid a:hover { color: var(--brand); }
.info-grid i { color: var(--brand); margin-right: .5em; }

/* ---------- Locations -------------------------------------------------- */

.location-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 14px;
}
.location-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--olive);
  font-size: .92rem;
  font-weight: 600;
  box-shadow: var(--shadow-sm);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease),
              border-color .25s var(--ease), color .25s var(--ease);
}
.location-chip i { color: var(--brand); font-size: .9rem; }
.location-chip:hover {
  transform: translateY(-3px);
  border-color: var(--brand);
  color: var(--brand-700);
  box-shadow: var(--shadow);
}
.location-chip[aria-current="page"] {
  background: var(--brand-soft);
  border-color: var(--brand);
  color: var(--brand-700);
}

/* ---------- Footer ----------------------------------------------------- */

.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, .72);
  padding-top: clamp(52px, 6vw, 84px);
  font-size: .92rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr 1.4fr;
  gap: clamp(28px, 3.5vw, 56px);
  padding-bottom: clamp(40px, 5vw, 64px);
}
.footer-brand img {
  width: 108px;
  border-radius: 10px;         /* footer logo keeps 10px radius (per spec) */
  margin-bottom: 18px;
  background: rgba(255, 255, 255, .04);
}
.site-footer h2 {
  color: var(--white);
  font-size: 1.02rem;
  letter-spacing: .04em;
  margin-bottom: 1.1em;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.site-footer a { color: rgba(255, 255, 255, .72); }
.site-footer a:hover { color: var(--brand); }
.footer-contact li { display: flex; gap: 12px; align-items: flex-start; }
.footer-contact i { color: var(--brand); margin-top: .32em; flex: none; width: 16px; text-align: center; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 22px 0;
  text-align: center;
  font-size: .86rem;
  color: rgba(255, 255, 255, .58);
}
.footer-bottom p { margin: 0; }

/* ---------- Floating actions ------------------------------------------ */

.float-btn {
  position: fixed;
  bottom: 22px;
  z-index: 80;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  font-size: 1.5rem;
  box-shadow: 0 10px 26px rgba(13, 13, 13, .3);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.float-btn:hover { transform: scale(1.09); color: var(--white); }
.float-call { left: 22px; background: var(--brand-700); }
.float-whatsapp { right: 22px; background: #25d366; }

/* ---------- Scroll reveal --------------------------------------------- */

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1180px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .why-media { grid-column: 1 / -1; order: -1; max-width: 380px; margin-inline: auto; }
}

@media (max-width: 1024px) {
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-grid { grid-template-columns: 1fr; }
  .about-gallery { max-width: 560px; margin-inline: auto; }
}

/* --- Mobile drawer ---
   Resting state is CLOSED and driven by one property (transform + visibility).
   No competing `display` rule exists at any breakpoint. */
@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav-close { display: flex; }

  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 96;
    width: min(320px, 86vw);
    height: 100%;
    background: var(--ink);
    border-left: 1px solid rgba(255, 255, 255, .1);
    transform: translateX(100%);
    visibility: hidden;
    transition: transform .34s var(--ease), visibility .34s var(--ease);
    overflow-y: auto;
    /* Push panel content clear of the fixed header bar — anything inside the
       top ~66px would sit behind it. */
    padding: calc(var(--header-h) + 14px) 22px 32px;
  }
  body.nav-open .main-nav { transform: translateX(0); visibility: visible; }

  .nav-close {
    position: absolute;
    top: calc(var(--header-h) + 14px);
    right: 22px;
  }

  .main-nav > ul {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    margin-top: 58px;
  }
  .main-nav a {
    padding: 14px 16px;
    border-radius: var(--radius-sm);
    font-size: .86rem;
  }
  .main-nav .nav-cta { margin-top: 14px; }
  .main-nav .nav-cta a { text-align: center; }
}

@media (min-width: 901px) {
  .nav-close { display: none; }
}

@media (max-width: 780px) {
  :root { --gutter: 18px; }
  .feature-grid { grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: 1fr; gap: 32px; }
  .contact-list--split { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-dots { display: none; }

  /* Fixed ~500px hero on mobile — the vh-based desktop sizing made it eat
     most of a tall phone screen before any content showed. */
  .hero { min-height: 500px; }
  .hero-inner { padding-block: 40px; }
}

@media (max-width: 560px) {
  .service-grid { grid-template-columns: 1fr; }
  .about-gallery { grid-template-columns: 1fr 1fr; }
  .about-gallery img:nth-child(1) { grid-row: auto; grid-column: 1 / -1; aspect-ratio: 4 / 3; }
  .brand span { font-size: .92rem; }
  .float-btn { width: 52px; height: 52px; font-size: 1.35rem; bottom: 16px; }
  .float-call { left: 16px; }
  .float-whatsapp { right: 16px; }
  .btn { padding: 12px 20px; font-size: .78rem; }
}
