/* ============================================================
   PERFECT HOMES — shared styles
   ============================================================ */
:root {
  --cream: #FAF7F2;
  --parchment: #F3EDE2;
  --white: #FFFFFF;
  --gold: #A9772E;
  --gold-bright: #C99A45;
  --gold-light: #DDB876;
  --charcoal: #241F1B;
  --espresso: #38302A;
  --graphite: #4A4136;
  --warm-grey: #6B6055;
  --border: rgba(169, 119, 46, .22);
  --border-light: rgba(169, 119, 46, .12);
  --font-display: 'Playfair Display', serif;
  --font-body: 'Inter', sans-serif;
  --nav-height: 82px;
  --ease: cubic-bezier(.25, .46, .45, .94);
  --max-width: 1280px;
  --section-pad: clamp(3.5rem, 7vw, 6.5rem);
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--charcoal);
  overflow-x: hidden;
  padding-top: var(--nav-height);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

ul {
  list-style: none;
}

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

::selection {
  background: var(--gold);
  color: #fff;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.75rem;
}

.gold-rule {
  display: inline-block;
  width: 38px;
  height: 1px;
  background: linear-gradient(to right, var(--gold), var(--gold-light));
  vertical-align: middle;
  margin-right: .9rem;
  flex-shrink: 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: .85rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.3rem;
}

.section-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.2;
  color: var(--charcoal);
}

.section-title em {
  font-style: italic;
  color: var(--gold);
  font-weight: 600;
}

.section-lead {
  font-size: 1.02rem;
  color: var(--graphite);
  max-width: 58ch;
  margin-top: 1.1rem;
}

.section {
  padding: var(--section-pad) 0;
}

.section.alt {
  background: var(--parchment);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: .95rem 2.1rem;
  border-radius: 2px;
  font-weight: 600;
  font-size: .85rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: .3s var(--ease);
  cursor: pointer;
  border: 1px solid var(--gold);
  min-height: 44px;
  touch-action: manipulation;
  user-select: none;
}

.btn-primary {
  background: var(--gold);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:active {
  background: var(--charcoal);
  border-color: var(--charcoal);
}

.btn-outline {
  background: transparent;
  color: var(--charcoal);
}

.btn-outline:hover,
.btn-outline:active {
  background: var(--charcoal);
  color: #fff;
  border-color: var(--charcoal);
}

/* NAVBAR */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--nav-height);
  display: flex;
  align-items: center;
  background: rgba(250, 247, 242, .96);
  border-bottom: 1px solid var(--border-light);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: height .3s var(--ease), background .3s;
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--charcoal);
}

.brand-logo {
  height: 54px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  display: block;
  transition: transform .25s var(--ease);
}

.brand:hover .brand-logo {
  transform: scale(1.02);
}

.footer-logo {
  height: 60px;
  max-width: 200px;
}

.brand .mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--charcoal);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-bright);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
}

.brand small {
  display: block;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: .6rem;
  letter-spacing: .2em;
  color: var(--gold);
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.1rem;
}

.nav-links a {
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--graphite);
  transition: .25s;
  padding: .35rem 0;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--gold);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-cta .phone {
  font-size: .85rem;
  font-weight: 600;
  color: var(--charcoal);
  display: flex;
  align-items: center;
  gap: .5rem;
  white-space: nowrap;
}

.nav-cta .phone:hover {
  color: var(--gold);
}

.nav-mobile-cta {
  display: none;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 1.3rem;
  color: var(--charcoal);
  cursor: pointer;
  background: var(--parchment);
  border: 1px solid var(--border);
  border-radius: 4px;
  transition: .25s;
}

.nav-toggle:hover {
  background: var(--gold);
  color: #fff;
}

/* HERO */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  background: var(--charcoal) url('images/hero-bg.jpg') center right/cover no-repeat;
  color: #fff;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(36, 31, 27, .94) 0%, rgba(36, 31, 27, .82) 48%, rgba(36, 31, 27, .42) 82%, rgba(36, 31, 27, .2) 100%);
  z-index: 1;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(36, 31, 27, .85) 0%, transparent 45%), radial-gradient(circle at 80% 35%, rgba(201, 154, 69, .18), transparent 60%);
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 2;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.hero-tag {
  display: flex;
  align-items: center;
  gap: .7rem;
  color: var(--gold-light);
  font-size: .85rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.6rem;
}

.hero h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.4rem, 5.5vw, 4.4rem);
  line-height: 1.12;
  max-width: 16ch;
  margin-bottom: 1.6rem;
}

.hero h1 em {
  font-style: italic;
  color: var(--gold-bright);
}

.hero p {
  max-width: 52ch;
  font-size: 1.08rem;
  color: #DAD3C6;
  margin-bottom: 2.4rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-stats {
  display: flex;
  gap: 2.6rem;
  margin-top: 3.5rem;
  flex-wrap: wrap;
}

.hero-stats div strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--gold-bright);
}

.hero-stats div span {
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #B9AF9E;
}

/* PLACEHOLDER / PHOTO BLOCKS */
.ph-photo {
  position: relative;
  background: linear-gradient(135deg, #EADFC7, #D8C79A);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  min-height: 220px;
}

.ph-photo i {
  font-size: 2.4rem;
  opacity: .55;
}

.ph-photo span {
  position: absolute;
  bottom: .7rem;
  left: .9rem;
  font-size: .68rem;
  letter-spacing: .05em;
  color: var(--espresso);
  opacity: .7;
  text-transform: uppercase;
  font-weight: 600;
}

.ph-photo.has-img {
  background: var(--charcoal);
}

.ph-photo.has-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: transform .5s var(--ease);
}

.ph-photo.has-img:hover img {
  transform: scale(1.05);
}

.ph-photo.has-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(36, 31, 27, .78) 0%, rgba(36, 31, 27, .08) 55%, rgba(36, 31, 27, .02) 100%);
  z-index: 1;
}

.ph-photo.has-img span {
  z-index: 2;
  color: #fff;
  opacity: 1;
  font-weight: 700;
  font-size: .72rem;
}

.ph-photo.has-img i {
  display: none;
}

/* GRID CARDS */
.grid {
  display: grid;
  gap: 2rem;
}

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

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

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

.card {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 4px;
  overflow: hidden;
  transition: .3s var(--ease);
  display: flex;
  flex-direction: column;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(36, 31, 27, .1);
}

.card .ph-photo {
  min-height: 220px;
  height: 220px;
}

.card-body {
  padding: 1.6rem;
  flex-grow: 1;
}

.card-body h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin-bottom: .5rem;
}

.card-body p {
  color: var(--warm-grey);
  font-size: .92rem;
}

.card-tag {
  position: absolute;
  top: .8rem;
  left: .8rem;
  background: var(--charcoal);
  color: var(--gold-bright);
  font-size: .65rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .35rem .7rem;
  border-radius: 2px;
  z-index: 3;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.icon-box {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--parchment);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1.3rem;
  margin-bottom: 1.1rem;
  flex-shrink: 0;
}

/* TESTIMONIAL / QUOTE */
.quote-card {
  background: var(--charcoal);
  color: #fff;
  padding: 2.4rem;
  border-radius: 4px;
}

.quote-card i {
  color: var(--gold-bright);
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.quote-card p {
  color: #D8D1C4;
  font-size: .98rem;
  margin-bottom: 1.3rem;
}

.quote-card h4 {
  font-family: var(--font-display);
}

.quote-card span {
  font-size: .78rem;
  color: #A79B87;
  text-transform: uppercase;
  letter-spacing: .06em;
}

/* FAQ ACCORDION */
.accordion-item {
  border-bottom: 1px solid var(--border-light);
}

.accordion-item button {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 1.3rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-display);
  font-size: 1.08rem;
  color: var(--charcoal);
  cursor: pointer;
  min-height: 48px;
}

.accordion-item button i {
  color: var(--gold);
  transition: .3s;
  margin-left: .8rem;
  flex-shrink: 0;
}

.accordion-item.open button i {
  transform: rotate(45deg);
}

.accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s var(--ease);
}

.accordion-panel p {
  padding-bottom: 1.3rem;
  color: var(--warm-grey);
  font-size: .94rem;
  max-width: 65ch;
}

/* CTA STRIP */
.cta-strip {
  background: var(--charcoal);
  color: #fff;
  border-radius: 6px;
  padding: 3.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.cta-strip h3 {
  font-family: var(--font-display);
  font-size: 1.7rem;
  max-width: 26ch;
}

.cta-strip p {
  color: #B9AF9E;
  font-size: .9rem;
  margin-top: .4rem;
}

/* FOOTER */
footer {
  background: var(--charcoal);
  color: #C9C0B2;
  padding-top: 4.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

footer h4 {
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.05rem;
  margin-bottom: 1.1rem;
}

footer ul li {
  margin-bottom: .65rem;
  font-size: .88rem;
}

footer ul li a {
  transition: color .2s;
  display: inline-block;
  padding: .15rem 0;
}

footer ul li a:hover {
  color: var(--gold-bright);
}

footer .brand {
  color: #fff;
}

footer p.desc {
  font-size: .88rem;
  color: #A79B87;
  margin-top: 1rem;
  max-width: 32ch;
}

.socials {
  display: flex;
  gap: .8rem;
  margin-top: 1.2rem;
}

.socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .18);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .25s;
}

.socials a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}

.bottom-bar {
  display: flex;
  justify-content: space-between;
  padding: 1.6rem 0;
  font-size: .78rem;
  color: #8A8072;
  flex-wrap: wrap;
  gap: .6rem;
}

/* WHATSAPP FAB */
.wa-fab {
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
  z-index: 900;
  transition: transform .25s var(--ease), box-shadow .25s;
}

.wa-fab:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 28px rgba(37, 211, 102, .35);
}

/* FORMS */
.form-field {
  margin-bottom: 1.2rem;
}

.form-field label {
  display: block;
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--graphite);
  margin-bottom: .5rem;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: .85rem 1rem;
  border: 1px solid var(--border);
  border-radius: 3px;
  background: #fff;
  font-family: var(--font-body);
  font-size: 16px; /* Prevents auto-zoom on iOS Safari */
  color: var(--charcoal);
  transition: border-color .2s;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--gold);
}

.form-field select {
  cursor: pointer;
}

.form-field textarea {
  resize: vertical;
  min-height: 120px;
}

/* PAGE HERO (Inner Pages) */
.page-hero {
  position: relative;
  background: var(--charcoal);
  color: #fff;
  padding: 7.5rem 0 4.5rem;
  text-align: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(36, 31, 27, .93), rgba(56, 48, 42, .88));
  z-index: 0;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero .eyebrow {
  justify-content: center;
  color: var(--gold-light);
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  line-height: 1.2;
}

.breadcrumb {
  color: #B9AF9E;
  font-size: .85rem;
  margin-top: .8rem;
}

.breadcrumb a {
  color: var(--gold-bright);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}

[data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   RESPONSIVE DESIGN: TABLET & MOBILE OPTIMIZATIONS
   ============================================================ */

/* --- TABLET BREAKPOINT (max-width: 1024px) --- */
@media (max-width: 1024px) {
  :root {
    --nav-height: 76px;
  }

  .container {
    padding: 0 1.5rem;
  }

  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .two-col {
    gap: 2.5rem;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 2rem;
  }

  .footer-grid > div:last-child {
    grid-column: span 3;
  }
}

/* --- MOBILE & TABLET PORTRAIT (max-width: 940px) --- */
@media (max-width: 940px) {
  :root {
    --nav-height: 72px;
  }

  .brand-logo {
    height: 46px;
    max-width: 150px;
  }

  /* Fullscreen App-Style Mobile Drawer */
  .nav-links {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100vh - var(--nav-height));
    height: calc(100dvh - var(--nav-height));
    background: rgba(250, 247, 242, .98);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 1.75rem 1.5rem 3rem;
    gap: .4rem;
    transform: translateX(100%);
    transition: transform .35s var(--ease);
    overflow-y: auto;
    box-shadow: -10px 0 30px rgba(0, 0, 0, .08);
    z-index: 999;
  }

  .nav-links.open {
    transform: translateX(0);
  }

  .nav-links a {
    font-size: .98rem;
    font-weight: 600;
    padding: .85rem 1rem;
    border-radius: 4px;
    color: var(--charcoal);
    border-bottom: 1px solid var(--border-light);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav-links a:hover,
  .nav-links a.active {
    color: var(--gold);
    background: rgba(169, 119, 46, .08);
  }

  .nav-mobile-cta {
    display: flex;
    flex-direction: column;
    gap: .8rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border);
  }

  .nav-mobile-cta .phone {
    font-size: .95rem;
    font-weight: 600;
    color: var(--charcoal);
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .8rem 1rem;
    background: var(--parchment);
    border-radius: 4px;
    justify-content: center;
  }

  .nav-mobile-cta .btn {
    width: 100%;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-cta .phone {
    display: none;
  }

  .two-col {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  /* Hero adjustments */
  .hero {
    min-height: auto;
    background-position: center center;
  }

  .hero::before {
    background: linear-gradient(to bottom, rgba(36, 31, 27, .88) 0%, rgba(36, 31, 27, .94) 100%);
  }

  .hero .container {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 5.5vw, 3.4rem);
    max-width: 100%;
  }

  .hero p {
    font-size: 1.02rem;
    max-width: 100%;
  }

  .hero-stats {
    gap: 2rem;
    margin-top: 2.8rem;
  }

  .hero-stats div strong {
    font-size: 1.75rem;
  }

  .page-hero {
    padding: 5.5rem 0 3.5rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .footer-grid > div:last-child {
    grid-column: span 2;
  }
}

/* --- MOBILE SCREENS (max-width: 640px) --- */
@media (max-width: 640px) {
  :root {
    --nav-height: 68px;
    --section-pad: clamp(2.8rem, 6vw, 4rem);
  }

  .container {
    padding: 0 1.15rem;
  }

  .brand-logo {
    height: 40px;
    max-width: 135px;
  }

  .nav-cta .btn {
    display: none;
  }

  /* Hero compact for mobile */
  .hero .container {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .hero-tag {
    font-size: .72rem;
    letter-spacing: .18em;
    margin-bottom: 1.2rem;
  }

  .hero h1 {
    font-size: clamp(1.95rem, 8vw, 2.5rem);
    margin-bottom: 1.2rem;
  }

  .hero p {
    font-size: .96rem;
    margin-bottom: 2rem;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
    gap: .75rem;
  }

  .hero-actions .btn {
    width: 100%;
    padding: .9rem 1.4rem;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .8rem;
    margin-top: 2.4rem;
    padding-top: 1.8rem;
    border-top: 1px solid rgba(255, 255, 255, .15);
    text-align: center;
  }

  .hero-stats div strong {
    font-size: 1.55rem;
  }

  .hero-stats div span {
    font-size: .68rem;
    letter-spacing: .04em;
  }

  /* All card grids collapse cleanly to 1 column on mobile */
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  /* Remove conflicting inline offsets in bento layout */
  .grid-2 > div[style*="margin-top"] {
    margin-top: 0 !important;
  }

  .card-body {
    padding: 1.35rem;
  }

  .card-body h3 {
    font-size: 1.18rem;
  }

  .card .ph-photo {
    height: 200px;
    min-height: 200px;
  }

  /* Inner page hero */
  .page-hero {
    padding: 4.2rem 0 2.5rem;
  }

  .page-hero h1 {
    font-size: clamp(1.8rem, 6.5vw, 2.4rem);
  }

  /* CTA Strip */
  .cta-strip {
    padding: 2rem 1.4rem;
    text-align: center;
    justify-content: center;
    border-radius: 4px;
    gap: 1.2rem;
  }

  .cta-strip h3 {
    max-width: 100%;
    font-size: 1.35rem;
  }

  .cta-strip .btn {
    width: 100%;
  }

  /* Quote / Testimonial card */
  .quote-card {
    padding: 1.6rem 1.3rem;
  }

  /* Footer on mobile */
  footer {
    padding-top: 3.2rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-grid > div:last-child {
    grid-column: span 1;
  }

  .bottom-bar {
    flex-direction: column;
    text-align: center;
    gap: .5rem;
  }

  /* WhatsApp FAB on mobile */
  .wa-fab {
    width: 52px;
    height: 52px;
    font-size: 1.4rem;
    bottom: 1.2rem;
    right: 1.2rem;
  }
}

/* --- SMALL MOBILE (max-width: 380px) --- */
@media (max-width: 380px) {
  .hero-stats {
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
  }

  .hero-stats div:last-child {
    grid-column: span 2;
  }

  .brand-logo {
    height: 36px;
    max-width: 120px;
  }
}
