/* ============================================================
   GLAMORA — Premium Jewellery Website Styles
   (colors/fonts/radius/shadows come from theme.css.php variables)
   ============================================================ */

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

body {
  font-family: var(--gj-body-font);
  font-size: var(--gj-fs);
  color: var(--gj-text);
  background: var(--gj-bg);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: var(--gj-heading-font);
  font-weight: var(--gj-heading-weight);
  color: var(--gj-secondary);
}

a { color: var(--gj-primary); text-decoration: none; transition: .25s; }
a:hover { color: var(--gj-accent); }

.container, .container-xl { max-width: var(--gj-container); }

img { max-width: 100%; }

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

/* ---------- Buttons ---------- */
.btn { border-radius: var(--gj-btn-radius); font-family: var(--gj-body-font); letter-spacing: .4px; transition: .3s; }
.btn-gold {
  background: linear-gradient(135deg, var(--gj-primary), var(--gj-accent));
  color: #fff; border: none; padding: .65rem 1.6rem; font-weight: 500;
  box-shadow: 0 4px 14px rgba(184,134,11,.35);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(184,134,11,.45); color: #fff; }
.btn-outline-gold {
  border: 1.5px solid var(--gj-primary); color: var(--gj-primary);
  padding: .6rem 1.5rem; background: transparent;
}
.btn-outline-gold:hover { background: var(--gj-primary); color: #fff; }
.btn-whatsapp { background: #25d366; color: #fff; border: none; font-weight: 500; }
.btn-whatsapp:hover { background: #1ebe5b; color: #fff; transform: translateY(-2px); }

/* ============================================================
   PREMIUM HEADER
   ============================================================ */
.topbar {
  background: var(--gj-secondary);
  color: rgba(255,255,255,.85);
  font-size: .82rem;
  letter-spacing: .3px;
}
.topbar a { color: rgba(255,255,255,.85); }
.topbar a:hover { color: var(--gj-accent); }
.topbar .sep { opacity: .3; margin: 0 .7rem; }
.topbar .social-ic a {
  display: inline-flex; width: 26px; height: 26px; align-items: center; justify-content: center;
  border-radius: 50%; background: rgba(255,255,255,.08); margin-left: .35rem; font-size: .75rem;
}
.topbar .social-ic a:hover { background: var(--gj-primary); color: #fff; }

.main-header {
  background: rgba(255,253,247,.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(184,134,11,.15);
  transition: box-shadow .3s, padding .3s;
  position: sticky; top: 0; z-index: 1030;
}
.main-header.scrolled { box-shadow: 0 6px 30px rgba(30,20,0,.1); }

.navbar-brand img { height: 54px; width: auto; transition: .3s; }
.navbar-brand .brand-text {
  font-family: var(--gj-heading-font); font-size: 1.6rem; color: var(--gj-secondary);
  letter-spacing: 1px;
}
.navbar-brand .brand-text span { color: var(--gj-primary); }

.navbar-nav .nav-link {
  color: var(--gj-secondary); font-weight: 500; font-size: .95rem;
  letter-spacing: .6px; text-transform: uppercase; padding: .5rem 1rem !important;
  position: relative;
}
.navbar-nav .nav-link::after {
  content: ''; position: absolute; left: 50%; bottom: 2px; width: 0; height: 2px;
  background: linear-gradient(90deg, var(--gj-primary), var(--gj-accent));
  transition: .3s; transform: translateX(-50%);
}
.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after { width: 60%; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--gj-primary); }

.header-cta { display: flex; align-items: center; gap: .6rem; }
.header-call {
  display: flex; align-items: center; gap: .6rem; color: var(--gj-secondary);
}
.header-call .ic {
  width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--gj-primary), var(--gj-accent)); color: #fff; font-size: 1rem;
  box-shadow: 0 4px 12px rgba(184,134,11,.35);
}
.header-call small { display: block; font-size: .7rem; text-transform: uppercase; letter-spacing: 1px; opacity: .6; }
.header-call strong { font-size: .92rem; }

.dropdown-menu {
  border: none; border-radius: var(--gj-radius); box-shadow: var(--gj-shadow);
  padding: .5rem;
}
.dropdown-item { border-radius: calc(var(--gj-radius) / 2); padding: .55rem 1rem; font-size: .9rem; }
.dropdown-item:hover { background: rgba(184,134,11,.08); color: var(--gj-primary); }

/* ============================================================
   HERO SLIDER
   ============================================================ */
.hero-slider .carousel-item { position: relative; }
.hero-slider .carousel-item img {
  width: 100%; height: clamp(300px, 44vw, 640px); object-fit: cover;
}
.hero-slider .carousel-indicators [data-bs-target] {
  width: 34px; height: 4px; border-radius: 4px; background: #fff; opacity: .45; border: none;
}
.hero-slider .carousel-indicators .active { opacity: 1; background: var(--gj-accent); }
.hero-slider .carousel-control-prev-icon, .hero-slider .carousel-control-next-icon {
  background-color: rgba(0,0,0,.35); border-radius: 50%; padding: 1.4rem; background-size: 45%;
}

/* ============================================================
   SECTIONS
   ============================================================ */
.section { padding: 4.5rem 0; }
.section-title { text-align: center; margin-bottom: 3rem; }
.section-title .pre {
  color: var(--gj-primary); text-transform: uppercase; letter-spacing: 4px;
  font-size: .8rem; font-weight: 600; display: inline-flex; align-items: center; gap: .7rem;
}
.section-title .pre::before, .section-title .pre::after {
  content: ''; width: 34px; height: 1px; background: var(--gj-accent);
}
.section-title h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin-top: .5rem; }

/* ---------- Category cards ---------- */
.cat-card {
  position: relative; border-radius: var(--gj-radius); overflow: hidden;
  box-shadow: var(--gj-shadow); display: block;
}
.cat-card img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .6s; }
.cat-card:hover img { transform: scale(1.07); }
.cat-card .cat-overlay {
  position: absolute; inset: 0; display: flex; align-items: flex-end;
  background: linear-gradient(to top, rgba(15,10,0,.75) 0%, transparent 55%);
  padding: 1.2rem;
}
.cat-card h3 { color: #fff; font-size: 1.15rem; margin: 0; }
.cat-card .cat-overlay small { color: var(--gj-accent); letter-spacing: 1px; text-transform: uppercase; font-size: .7rem; }

/* ---------- Product cards ---------- */
.product-card {
  background: #fff; border-radius: var(--gj-radius); overflow: hidden;
  box-shadow: var(--gj-shadow); transition: transform .35s, box-shadow .35s;
  height: 100%; display: flex; flex-direction: column; position: relative;
}
.product-card:hover { transform: translateY(-6px); }
.product-card .p-img { position: relative; overflow: hidden; display: block; }
.product-card .p-img img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .6s; }
.product-card:hover .p-img img { transform: scale(1.06); }
.product-card .badges { position: absolute; top: .8rem; left: .8rem; z-index: 2; display: flex; flex-direction: column; gap: .3rem; }
.product-card .badge-gj {
  font-size: .66rem; letter-spacing: 1px; text-transform: uppercase; font-weight: 600;
  padding: .3rem .65rem; border-radius: 50rem; color: #fff;
}
.badge-new { background: var(--gj-secondary); }
.badge-sale { background: linear-gradient(135deg, #c0392b, #e74c3c); }
.badge-feat { background: linear-gradient(135deg, var(--gj-primary), var(--gj-accent)); }

.product-card .p-body { padding: 1.1rem 1.2rem 1.3rem; display: flex; flex-direction: column; flex: 1; }
.product-card .p-cat { font-size: .72rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gj-primary); }
.product-card h3 { font-size: 1.06rem; margin: .3rem 0 .45rem; }
.product-card h3 a { color: var(--gj-secondary); }
.product-card h3 a:hover { color: var(--gj-primary); }
.product-card .p-price { margin-bottom: .9rem; }
.product-card .p-price .now { font-weight: 700; color: var(--gj-secondary); font-size: 1.1rem; }
.product-card .p-price .was { text-decoration: line-through; opacity: .45; margin-left: .5rem; font-size: .9rem; }
.product-card .p-price .off { color: #27ae60; font-size: .78rem; font-weight: 600; margin-left: .4rem; }
.product-card .p-actions { margin-top: auto; display: flex; gap: .5rem; }
.product-card .p-actions .btn { flex: 1; font-size: .84rem; padding: .5rem .4rem; }

/* ---------- Feature strip ---------- */
.feature-strip { background: #fff; border-radius: var(--gj-radius); box-shadow: var(--gj-shadow); }
.feature-item { text-align: center; padding: 1.8rem 1rem; }
.feature-item .fi-ic {
  width: 58px; height: 58px; margin: 0 auto .8rem; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 1.4rem;
  background: rgba(184,134,11,.1); color: var(--gj-primary);
}
.feature-item h4 { font-size: 1rem; }
.feature-item p { font-size: .82rem; opacity: .65; margin: 0; }

/* ---------- Testimonials ---------- */
.testi-card {
  background: #fff; border-radius: var(--gj-radius); box-shadow: var(--gj-shadow);
  padding: 1.8rem; height: 100%; position: relative;
}
.testi-card .quote-ic { font-size: 2.2rem; color: var(--gj-accent); opacity: .35; position: absolute; top: 1rem; right: 1.4rem; }
.testi-card .stars { color: #f5b301; margin-bottom: .7rem; }
.testi-card p { font-size: .93rem; }
.testi-card .t-name { font-weight: 600; color: var(--gj-secondary); }
.testi-card .t-role { font-size: .78rem; opacity: .55; }
.testi-avatar {
  width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--gj-primary), var(--gj-accent)); color: #fff; font-weight: 600;
}

/* ---------- FAQ ---------- */
.accordion-gj .accordion-item {
  border: 1px solid rgba(184,134,11,.18); border-radius: var(--gj-radius) !important;
  margin-bottom: .8rem; overflow: hidden; background: #fff;
}
.accordion-gj .accordion-button { font-weight: 600; color: var(--gj-secondary); background: #fff; font-family: var(--gj-body-font); }
.accordion-gj .accordion-button:not(.collapsed) { background: rgba(184,134,11,.06); color: var(--gj-primary); box-shadow: none; }
.accordion-gj .accordion-button:focus { box-shadow: none; }

/* ---------- CTA banner ---------- */
.cta-banner {
  background: linear-gradient(120deg, var(--gj-secondary) 0%, #3a2c10 100%);
  border-radius: var(--gj-radius); padding: 3.4rem 2rem; text-align: center; color: #fff;
  position: relative; overflow: hidden;
}
.cta-banner::before {
  content: '✦'; position: absolute; font-size: 14rem; opacity: .05; right: -1rem; top: -3rem; color: var(--gj-accent);
}
.cta-banner h2 { color: #fff; }
.cta-banner p { opacity: .75; }

/* ============================================================
   PAGE HERO / BREADCRUMB
   ============================================================ */
.page-hero {
  background: linear-gradient(120deg, var(--gj-secondary), #40300e);
  color: #fff; padding: 3.4rem 0; text-align: center; position: relative; overflow: hidden;
}
.page-hero::after {
  content: '◆'; position: absolute; font-size: 11rem; color: var(--gj-accent); opacity: .07; right: 4%; top: -2rem;
}
.page-hero h1 { color: #fff; font-size: clamp(1.7rem, 4vw, 2.6rem); }
.page-hero .breadcrumb { justify-content: center; margin: 0; --bs-breadcrumb-divider-color: rgba(255,255,255,.4); }
.page-hero .breadcrumb a { color: var(--gj-accent); }
.page-hero .breadcrumb-item.active { color: rgba(255,255,255,.65); }

/* ============================================================
   PRODUCT DETAIL
   ============================================================ */
.pd-image { border-radius: var(--gj-radius); overflow: hidden; box-shadow: var(--gj-shadow); }
.pd-image img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.pd-price .now { font-size: 1.8rem; font-weight: 700; color: var(--gj-secondary); }
.pd-price .was { text-decoration: line-through; opacity: .45; font-size: 1.15rem; margin-left: .7rem; }
.pd-price .off { color: #27ae60; font-weight: 600; margin-left: .6rem; }
.pd-desc { white-space: pre-line; line-height: 1.85; }
.pd-meta-box {
  background: #fff; border: 1px dashed rgba(184,134,11,.4); border-radius: var(--gj-radius);
  padding: 1.1rem 1.3rem; font-size: .9rem;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--gj-secondary); color: rgba(255,255,255,.72); margin-top: 4rem; }
.site-footer .f-top { padding: 4rem 0 2.5rem; }
.site-footer h4 {
  color: #fff; font-size: 1.05rem; margin-bottom: 1.3rem; position: relative; padding-bottom: .7rem;
}
.site-footer h4::after {
  content: ''; position: absolute; left: 0; bottom: 0; width: 42px; height: 2px;
  background: linear-gradient(90deg, var(--gj-primary), var(--gj-accent));
}
.site-footer a { color: rgba(255,255,255,.72); }
.site-footer a:hover { color: var(--gj-accent); padding-left: 3px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { margin-bottom: .6rem; font-size: .92rem; }
.site-footer .f-contact li { display: flex; gap: .7rem; margin-bottom: .9rem; }
.site-footer .f-contact i { color: var(--gj-accent); margin-top: .2rem; }
.site-footer .f-social a {
  display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center;
  border-radius: 50%; background: rgba(255,255,255,.08); margin-right: .5rem; font-size: .95rem;
}
.site-footer .f-social a:hover { background: linear-gradient(135deg, var(--gj-primary), var(--gj-accent)); color: #fff; padding-left: 0; transform: translateY(-3px); }
.site-footer .f-bottom {
  border-top: 1px solid rgba(255,255,255,.08); padding: 1.2rem 0; font-size: .84rem;
}

/* ---------- Sticky WhatsApp + Call buttons ---------- */
.sticky-contact {
  position: fixed; bottom: 22px; z-index: 1050; display: flex; flex-direction: column; gap: .7rem;
}
.sticky-contact.right { right: 22px; }
.sticky-contact.left { left: 22px; }
.sticky-btn {
  width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: #fff !important; font-size: 1.45rem; box-shadow: 0 8px 24px rgba(0,0,0,.28); transition: .3s;
}
.sticky-btn:hover { transform: scale(1.1); padding-left: 0 !important; }
.sticky-btn.wa { background: #25d366; animation: waPulse 2.2s infinite; }
.sticky-btn.call { background: linear-gradient(135deg, var(--gj-primary), var(--gj-accent)); }
@keyframes waPulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); }
  70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* ---------- Enquiry modal ---------- */
.modal-content { border: none; border-radius: var(--gj-radius); overflow: hidden; }
.enquiry-modal-header {
  background: linear-gradient(120deg, var(--gj-secondary), #3d2e0d); color: #fff; padding: 1.4rem 1.6rem;
}
.enquiry-modal-header h5 { color: #fff; margin: 0; }
.enquiry-modal-header small { color: var(--gj-accent); }
.form-control, .form-select {
  border-radius: calc(var(--gj-radius) / 1.6); padding: .65rem 1rem; border-color: rgba(184,134,11,.25);
  font-size: .93rem;
}
.form-control:focus, .form-select:focus { border-color: var(--gj-primary); box-shadow: 0 0 0 .2rem rgba(184,134,11,.12); }

/* ---------- Contact page ---------- */
.contact-info-card {
  background: #fff; border-radius: var(--gj-radius); box-shadow: var(--gj-shadow);
  padding: 1.6rem; height: 100%; text-align: center;
}
.contact-info-card .ic {
  width: 56px; height: 56px; margin: 0 auto 1rem; border-radius: 50%; font-size: 1.3rem;
  display: flex; align-items: center; justify-content: center;
  background: rgba(184,134,11,.1); color: var(--gj-primary);
}

/* ---------- Pagination ---------- */
.pagination .page-link {
  color: var(--gj-primary); border-radius: 10px !important; margin: 0 .2rem; border-color: rgba(184,134,11,.25);
}
.pagination .active .page-link { background: linear-gradient(135deg, var(--gj-primary), var(--gj-accent)); border-color: transparent; }

/* ---------- About ---------- */
.about-img { border-radius: var(--gj-radius); box-shadow: var(--gj-shadow); overflow: hidden; }
.stat-box { text-align: center; }
.stat-box .num { font-family: var(--gj-heading-font); font-size: 2.2rem; font-weight: 700; color: var(--gj-primary); }
.stat-box .lbl { font-size: .8rem; text-transform: uppercase; letter-spacing: 1.5px; opacity: .6; }

/* ============================================================
   RESPONSIVE — desktop ▸ laptop ▸ tablet ▸ mobile
   ============================================================ */

/* ---------- Fluid type & spacing foundations ---------- */
.section-title h2 { font-size: clamp(1.55rem, 3.4vw, 2.5rem); }
.section { padding: clamp(2.6rem, 6vw, 4.5rem) 0; }

/* ---------- Large desktop (≥1400px): a bit more air ---------- */
@media (min-width: 1400px) {
  .hero-slider .carousel-item img { height: clamp(480px, 36vw, 680px); }
}

/* ---------- Laptop (992–1199px): tighten nav so it never wraps ---------- */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-nav .nav-link { padding: .5rem .55rem !important; font-size: .86rem; letter-spacing: .3px; }
  .navbar-brand img { height: 46px; }
  .header-cta .btn-enquiry { padding: .55rem 1rem; font-size: .85rem; }
  .product-card h3 { font-size: 1rem; }
}

/* ---------- Tablet & below (≤991px) ---------- */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: #fff; border-radius: var(--gj-radius); box-shadow: var(--gj-shadow);
    padding: 1rem; margin-top: .8rem; max-height: calc(100vh - 120px); overflow-y: auto;
  }
  .navbar-nav .nav-link { padding: .7rem .6rem !important; border-bottom: 1px solid rgba(184,134,11,.08); }
  .navbar-nav .nav-link::after { display: none; }
  .header-call { display: none !important; }
  .header-cta { padding-top: .8rem; }
  .header-cta .btn-enquiry { width: 100%; }
  .dropdown-menu { box-shadow: none; border: 1px dashed rgba(184,134,11,.25); }

  .hero-slider .carousel-item img { height: clamp(260px, 42vw, 420px); }
  .hero-slider .carousel-control-prev-icon,
  .hero-slider .carousel-control-next-icon { padding: 1rem; }

  .feature-item { padding: 1.4rem .8rem; }
  .feature-item .fi-ic { width: 48px; height: 48px; font-size: 1.15rem; }
  .feature-item h4 { font-size: .92rem; }
  .feature-item p { font-size: .76rem; }

  .cta-banner { padding: 2.6rem 1.4rem; }
  .page-hero { padding: 2.6rem 0; }
  .site-footer .f-top { padding: 3rem 0 2rem; }
}

/* ---------- Tablet portrait / large phone (≤767px) ---------- */
@media (max-width: 767.98px) {
  .topbar { font-size: .76rem; }
  .topbar .d-hours { display: none; }

  .product-card .p-body { padding: .85rem .9rem 1rem; }
  .product-card h3 { font-size: .95rem; }
  .product-card .p-price .now { font-size: 1rem; }
  .product-card .p-price .was { font-size: .8rem; margin-left: .3rem; }
  .product-card .p-price .off { display: block; margin-left: 0; margin-top: .1rem; }
  /* stack the two action buttons so they never squeeze */
  .product-card .p-actions { flex-direction: column; }
  .product-card .p-actions .btn { font-size: .82rem; }

  .pd-price .now { font-size: 1.45rem; }
  .pd-price .was { font-size: 1rem; }
  .pd-meta-box { font-size: .82rem; }
  .pd-meta-box .col-6 { width: 100%; }

  .testi-card { padding: 1.3rem; }
  .cat-card h3 { font-size: 1rem; }

  .site-footer h4 { margin-bottom: 1rem; }
  .site-footer .f-bottom { text-align: center; justify-content: center !important; }
}

/* ---------- Mobile (≤575px) ---------- */
@media (max-width: 575.98px) {
  body { font-size: calc(var(--gj-fs) - 1px); }

  .navbar-brand img { height: 40px; }
  .main-header .navbar { padding-top: .35rem; padding-bottom: .35rem; }

  .hero-slider .carousel-item img { height: clamp(190px, 52vw, 260px); }
  .hero-slider .carousel-indicators { margin-bottom: .4rem; }
  .hero-slider .carousel-indicators [data-bs-target] { width: 22px; height: 3px; }
  .hero-slider .carousel-control-prev, .hero-slider .carousel-control-next { width: 12%; }

  .section-title { margin-bottom: 1.8rem; }
  .section-title .pre { font-size: .68rem; letter-spacing: 2.5px; }
  .section-title .pre::before, .section-title .pre::after { width: 22px; }

  .feature-strip .feature-item { padding: 1.1rem .5rem; }

  .cat-card .cat-overlay { padding: .8rem; }
  .cat-card h3 { font-size: .9rem; }
  .cat-card .cat-overlay small { font-size: .62rem; }

  .product-card .badges { top: .5rem; left: .5rem; }
  .product-card .badge-gj { font-size: .58rem; padding: .22rem .5rem; }

  .cta-banner { padding: 2.2rem 1.1rem; }
  .cta-banner h2 { font-size: 1.35rem; }
  .cta-banner .btn { width: 100%; }

  .page-hero { padding: 2rem 0; }
  .page-hero h1 { font-size: 1.5rem; }
  .breadcrumb { font-size: .8rem; flex-wrap: wrap; justify-content: center; }

  .accordion-gj .accordion-button { font-size: .9rem; padding: .9rem 1rem; }
  .accordion-body { font-size: .88rem; }

  .pagination .page-link { padding: .35rem .7rem; font-size: .85rem; }

  .stat-box .num { font-size: 1.6rem; }
  .stat-box .lbl { font-size: .68rem; }

  /* sticky buttons: smaller & clear of content */
  .sticky-contact.right { right: 12px; bottom: 14px; }
  .sticky-contact.left { left: 12px; bottom: 14px; }
  .sticky-btn { width: 46px; height: 46px; font-size: 1.2rem; }
  .site-footer .f-bottom { padding-bottom: 4.6rem; } /* keep copyright visible above sticky buttons */

  /* modal comfortable on small screens */
  .modal-dialog { margin: .8rem; }
  .enquiry-modal-header { padding: 1.1rem 1.2rem; }
  .modal-body { padding: 1.2rem !important; }

  .btn-gold, .btn-outline-gold, .btn-whatsapp { font-size: .88rem; }
}

/* ---------- Very small phones (≤380px) ---------- */
@media (max-width: 380px) {
  .hero-slider .carousel-item img { height: 175px; }
  .product-card h3 { font-size: .88rem; }
  .topbar { display: none !important; }
}

/* ---------- Touch devices: disable hover-lift, larger tap targets ---------- */
@media (hover: none) {
  .product-card:hover { transform: none; }
  .product-card:hover .p-img img, .cat-card:hover img { transform: none; }
  .navbar-nav .nav-link, .dropdown-item { min-height: 44px; display: flex; align-items: center; }
}

/* ---------- Landscape phones: shorter hero so content is visible ---------- */
@media (max-height: 480px) and (orientation: landscape) {
  .hero-slider .carousel-item img { height: 70vh; }
}

