﻿/* Phone & tablet responsive overrides â€” desktop (992px+) unchanged */

@media (min-width: 992px) {
  .hero-sub-brand {
    position: relative;
    left: 61%;
    top: 10px;
    margin-top: 10px;
    font-size: 12px;
    color: #c99a3d;
  }
}

@media (max-width: 1080px) {
  .hero--single .hero-eyebrow {
    font-size: 12px !important;
    padding: 9px 14px !important;
  }

  .hero-lead-card {
    width: 100% !important;
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

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

  /* â”€â”€ Navigation â”€â”€ */
  .site-header--premium .nav-container {
    min-height: 72px;
    padding: 10px 16px;
  }

  .site-header--premium .logo .crown-logo {
    height: 56px;
  }

  .site-header--premium .logo .metro-logo {
    height: 42px;
  }

  .nav-toggle {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }

  .nav-panel {
    width: min(100%, 340px);
    padding-top: calc(96px + env(safe-area-inset-top, 0px));
  }

  .site-header--premium .main-nav a,
  .main-nav a {
    padding: 16px 6px;
    font-size: 16px;
    letter-spacing: 0.08em;
  }

  .site-header--premium .thm-btn.main-menu__btn {
    min-height: 50px;
    padding: 14px 22px;
    font-size: 14px;
  }

  .main-menu__btn-box {
    margin-top: 8px;
  }

  /* â”€â”€ Hero â”€â”€ */
  body.home-page .hero.hero--single {
    padding: 118px 18px 100px !important;
  }

  .hero--single .hero-content--premium {
    gap: 32px;
  }

  .hero--single .hero-eyebrow {
    font-size: 12px;
    letter-spacing: 0.14em;
    padding: 9px 14px;
    margin-bottom: 16px;
  }

  .hero--single .hero-title {
    font-size: clamp(3rem, 12vw, 4.5rem) !important;
    line-height: 0.95 !important;
  }

  .hero-sub-brand {
    position: static !important;
    left: auto !important;
    top: auto !important;
    display: block;
    margin: 8px 0 4px;
    font-size: 14px !important;
    color: #c99a3d;
    letter-spacing: 0.04em;
  }

  .hero--single .hero-headline {
    font-size: clamp(1.65rem, 6.5vw, 2.25rem) !important;
    margin-top: 12px !important;
  }

  .hero--single .hero-support {
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin-top: 12px !important;
  }

  .hero--single .hero-chips {
    gap: 8px;
    margin-top: 20px !important;
  }

  .hero--single .hero-chips span {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 13px;
  }

  .hero--single .hero-chips strong {
    font-size: 14px;
  }

  .hero--single .hero-chips small {
    font-size: 11px;
  }

  .hero--single .hero-actions {
    gap: 12px;
    margin-top: 22px !important;
  }

  .hero--single .hero-cta {
    min-height: 52px;
    padding: 14px 20px;
    font-size: 14px;
    letter-spacing: 0.06em;
  }

  /* Lead form card */
  .hero-lead-card {
    width: 100% !important;
    max-width: 100%;
    padding: 22px 18px !important;
  }

  .hero-lead-card__header span {
    font-size: 1.65rem;
  }

  .hero-lead-card__header p {
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-lead-card label {
    font-size: 12px;
  }

  .hero-lead-card input,
  .hero-lead-card select {
    min-height: 50px;
    font-size: 16px;
  }

  .hero-lead-card__submit {
    min-height: 52px;
    font-size: 14px;
  }

  .hero-lead-card__consent {
    font-size: 12px;
    line-height: 1.5;
  }

  /* â”€â”€ Metro Journey â”€â”€ */
  .metro-journey-demo {
    padding: 56px 0;
  }

  .metro-journey-demo__shell {
    width: min(100% - 36px, 720px);
    gap: 28px;
  }

  .metro-journey-demo__eyebrow {
    font-size: 12px;
    letter-spacing: 0.18em;
    margin-bottom: 20px;
  }

  .metro-journey-demo h1 {
    font-size: clamp(2rem, 8vw, 2.75rem) !important;
  }

  .metro-journey-demo__copy p:not(.metro-journey-demo__eyebrow) {
    font-size: 16px !important;
    line-height: 1.75 !important;
  }

  .metro-journey-demo__trust strong {
    font-size: 26px;
  }

  .metro-journey-demo__trust span {
    font-size: 11px;
  }

  /* â”€â”€ Section headings (shared patterns) â”€â”€ */
  .daily-rhythm-section .rhythm-title,
  .amenities-toggle-section h2,
  .plan-config-title,
  .walkthrough-heading,
  .emi-calculator-copy h2,
  .location-advantage-editorial h2,
  .faq-section h2,
  .construction-progress-copy h2,
  .section-title__title {
    font-size: clamp(1.75rem, 7vw, 2.35rem) !important;
    line-height: 1.15 !important;
  }

  .daily-rhythm-section .rhythm-subtitle,
  .amenities-toggle-subtitle,
  .plan-config-subtitle,
  .emi-calculator-copy p,
  .location-advantage-editorial p,
  .construction-progress-lede {
    font-size: 16px !important;
    line-height: 1.65 !important;
  }

  section [class*="eyebrow"],
  .construction-progress-eyebrow,
  .emi-calculator-eyebrow,
  .location-advantage-eyebrow,
  .walkthrough-eyebrow,
  .faq-eyebrow {
    font-size: 12px !important;
    letter-spacing: 0.16em !important;
  }

  /* â”€â”€ Amenities â”€â”€ */
  .amenities-toggle-section {
    overflow-x: hidden;
  }

  .amenities-toggle-container {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .amenities-toggle-header {
    max-width: 100%;
    width: 100%;
    padding-inline: 4px;
    box-sizing: border-box;
  }

  .amenities-toggle-title {
    display: block !important;
    text-wrap: balance !important;
    white-space: normal !important;
    overflow-wrap: break-word;
    max-width: 100%;
    padding-inline: 8px;
    box-sizing: border-box;
  }

  .amenities-toggle-subtitle {
    max-width: 100% !important;
    padding-inline: 8px;
    white-space: normal !important;
    overflow-wrap: break-word;
    box-sizing: border-box;
  }

  .amenities-toggle-eyebrow {
    max-width: 100%;
    white-space: normal;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .amenities-toggle-tabs {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
  }

  .amenities-toggle-tab {
    font-size: 14px;
    padding: 12px 18px;
    min-height: 46px;
  }

  .amenity-card span {
    font-size: 15px !important;
  }

  /* â”€â”€ Floor plans / typology â”€â”€ */
  .plan-toggle-tab,
  .unit-config-tab {
    font-size: 14px;
    min-height: 46px;
  }

  /* â”€â”€ EMI calculator â”€â”€ */
  .emi-field span {
    font-size: 14px;
  }

  .emi-calculator-fields input {
    font-size: 16px;
    min-height: 48px;
  }

  .emi-calculator-result strong {
    font-size: 1.35rem;
  }

  /* â”€â”€ Location â”€â”€ */
  .location-advantage-card__copy strong {
    font-size: 16px;
  }

  .location-advantage-card__copy em,
  .location-advantage-card__copy span {
    font-size: 14px;
  }

  .location-advantage-btn {
    min-height: 48px;
    font-size: 14px;
  }

  /* â”€â”€ FAQ â”€â”€ */
  .faq-question {
    font-size: 16px;
    padding: 16px 18px;
  }

  .faq-answer {
    font-size: 15px;
    line-height: 1.65;
  }

  /* â”€â”€ Contact / interest â”€â”€ */
  .interest-form input,
  .interest-form select,
  .interest-form textarea {
    font-size: 16px;
    min-height: 48px;
  }

  .interest-form-title {
    font-size: 1.35rem !important;
  }

  /* â”€â”€ Footer â”€â”€ */
  .footer-three-cols > div {
    padding-left: 0 !important;
    text-align: center !important;
  }

  .footer-three-cols {
    flex-direction: column !important;
    align-items: center !important;
    padding: 0 20px !important;
    gap: 28px !important;
  }

  .footer-col-label {
    font-size: 12px;
  }

  .footer-col-line {
    font-size: 14px;
  }

  .footer-brand-para {
    font-size: 15px !important;
    line-height: 1.65 !important;
    padding: 0 12px;
  }

  /* â”€â”€ Sticky bottom bar â”€â”€ */
  .sticky-conversion-bar__signal {
    font-size: 18px;
  }

  .sticky-conversion-bar__details span,
  .sticky-conversion-bar__details a {
    font-size: 12px;
  }

  /* â”€â”€ Floating icons â”€â”€ */
  .floating-icons {
    bottom: 96px;
    right: 14px;
    gap: 10px;
  }

  .floating-icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  /* â”€â”€ Modal form â”€â”€ */
  .schedule-visit-modal input,
  .schedule-visit-modal select {
    font-size: 16px;
    min-height: 48px;
  }

  .schedule-visit-modal label {
    font-size: 12px;
  }

  .schedule-visit-modal .interest-form-title {
    font-size: 1.5rem;
  }

  .schedule-visit-modal__copy {
    font-size: 15px;
    line-height: 1.6;
  }
}

/* Small phones */
@media (max-width: 640px) {
  .site-header--premium .logo .crown-logo {
    height: 50px;
  }

  .site-header--premium .logo .metro-logo {
    height: 38px;
  }

  body.home-page .hero.hero--single {
    padding: 112px 16px 108px !important;
  }

  .hero--single .hero-title {
    font-size: clamp(2.75rem, 14vw, 3.75rem) !important;
  }

  .hero--single .hero-headline {
    font-size: clamp(1.5rem, 7.5vw, 2rem) !important;
  }

  .hero--single .hero-chips span {
    font-size: 12px;
    padding: 7px 10px;
  }

  .hero--single .hero-cta {
    width: 100%;
    font-size: 13px;
  }

  .metro-journey-demo__shell {
    width: min(100% - 32px, 100%);
  }

  .metro-journey-demo h1 {
    font-size: clamp(1.85rem, 9vw, 2.35rem) !important;
  }

  .metro-journey-demo__copy p:not(.metro-journey-demo__eyebrow) {
    font-size: 15px !important;
  }

  .sticky-conversion-bar__action {
    font-size: 10px !important;
    min-height: 54px;
    padding: 8px 4px;
  }

  .sticky-conversion-bar__action i {
    font-size: 17px;
  }

  .cookie-banner h3 {
    font-size: 1.1rem;
  }

  .cookie-banner p {
    font-size: 14px;
  }

  .cookie-btn {
    min-height: 44px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .hero--single .hero-chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero--single .hero-chips span {
    justify-content: center;
    text-align: center;
  }

  .footer-legal-container {
    text-align: center;
  }

  .footer-legal-container p,
  .footer-bottom-text {
    font-size: 12px;
  }
}

/* Remove empty gap after footer â€” keep sticky bar clearance inside footer */
body.home-page {
  padding-bottom: 0 !important;
}

.footer {
  margin-bottom: 0 !important;
  padding-bottom: calc(28px + 72px) !important;
}

@media (max-width: 991.98px) {
  .footer {
    padding-bottom: calc(24px + 88px) !important;
  }
}

@media (max-width: 640px) {
  .footer {
    padding-bottom: calc(20px + 118px) !important;
  }

  body.home-page .daily-rhythm-section .rhythm-subtitle {
    font-size: 14px !important;
    line-height: 1.55 !important;
    max-width: 320px;
    margin-inline: auto;
  }
}

/* Approved update batch mobile QA refinements */
@media (max-width: 991.98px) {
  .hero-lead-card {
    gap: 8px !important;
    padding: 20px 18px !important;
  }

  .hero-lead-card__header p {
    margin-bottom: 0 !important;
  }

  #recaptcha-container-hero {
    margin: 10px 0 6px !important;
  }

  .location-advantage-section {
    padding-top: 54px !important;
    padding-bottom: 96px !important;
  }

  .faq-section {
    padding-top: 54px !important;
    padding-bottom: 92px !important;
  }
}

@media (max-width: 640px) {
  .location-advantage-card__details .location-advantage-list li {
    grid-template-columns: 10px minmax(0, 1fr);
    gap: 6px 10px;
    padding: 10px 0;
  }

  .location-place {
    grid-column: 2;
  }

  .location-proximity {
    grid-column: 2;
    grid-row: 2;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .location-proximity span {
    min-width: 50px;
  }
}

