/* Animated orb for hero section — all screen sizes */
.hero-orb {
  display: block;
  position: absolute;
  top: 80px;
  left: 24px;
  width: 120px;
  height: 120px;
  background: none;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
  overflow: visible;
}
@media (max-width: 600px) {
  .hero-orb {
    display: none !important;
  }
}
@keyframes orb-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media (max-width: 600px) {
  img, video, .gp-img, .fp-panel__img img, .site-logo {
    max-width: 100vw !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    display: block !important;
  }
  .hero-bg, .hero-canvas {
    width: 100vw !important;
    left: 0 !important;
    min-width: 100vw !important;
  }
  .mobile-menu__panel {
    max-height: 100vh !important;
    overflow-y: auto !important;
  }
  .section-title, .gp-label, .fp-panel__content-title, .footer-brand-name {
    font-size: 1.1rem !important;
  }
  .section-subtitle, .gp-header__sub, .fp-panel__content-desc, .footer-brand-desc {
    font-size: .95rem !important;
  }
  .gp-num {
    font-size: .9rem !important;
  }
  .gp-location, .footer-copy, .footer-legal a {
    font-size: .8rem !important;
  }
  .modal {
    padding: 18px 6px !important;
    max-width: 98vw !important;
  }
  .field-row {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  .feature-video {
    height: 180px !important;
    min-height: 120px !important;
  }
  .gp-overlay__inner {
    flex-direction: column !important;
    gap: 4px !important;
    align-items: flex-start !important;
  }
  .gp-overlay {
    padding: 8px !important;
  }
  .gp-badge {
    display: block !important;
    position: absolute !important;
    top: 8px !important;
    left: 8px !important;
    font-size: .7rem !important;
    background: var(--gold) !important;
    color: var(--white) !important;
    padding: 2px 8px !important;
    border-radius: 8px !important;
    z-index: 10 !important;
  }
  .modal-close {
    top: 8px !important;
    right: 8px !important;
    width: 28px !important;
    height: 28px !important;
    font-size: .9rem !important;
  }
}
/* --- ULTIMATE MOBILE-FIRST OVERRIDES --- */
@media (max-width: 600px) {
  html, body {
    width: 100vw !important;
    overflow-x: hidden !important;
  }
  .site-header {
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 !important;
  }
  .header-inner {
    gap: 8px !important;
    padding: 0 6px !important;
    min-height: 56px !important;
  }
  .site-logo {
    height: 28px !important;
    max-width: 90px !important;
  }
  .brand-name {
    font-size: .95rem !important;
  }
  .brand-tagline {
    display: none !important;
  }
  .btn-menu {
    display: flex !important;
    z-index: 2000 !important;
    width: 40px !important;
    height: 40px !important;
    margin-left: auto !important;
  }
  .nav, .header-actions {
    display: none !important;
  }
  .mobile-menu {
    display: none;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 3000 !important;
  }
  .mobile-menu.open {
    display: flex !important;
  }
  .mobile-menu__panel {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    padding: 18px 8px !important;
  }
  .mobile-menu__links {
    width: 100% !important;
  }
  .mobile-link {
    font-size: 1.1rem !important;
    padding: 18px 0 !important;
    width: 100% !important;
    text-align: left !important;
  }
  .container {
    padding: 0 6px !important;
    max-width: 100vw !important;
  }
  .section, .section--alt, .section--peach, .gallery-preview-section {
    padding: 18px 0 !important;
  }
  .hero-content {
    padding: 18px 0 10px 0 !important;
    max-width: 100vw !important;
    text-align: center !important;
  }
  .hero-title {
    font-size: 1.1rem !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
  }
  .hero-subtitle {
    font-size: .92rem !important;
    margin-bottom: 14px !important;
  }
  .hero-actions {
    flex-direction: column !important;
    gap: 8px !important;
    margin-bottom: 18px !important;
  }
  .hero-stats {
    flex-direction: column !important;
    gap: 10px !important;
    padding-top: 10px !important;
  }
  .featured-panels {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    gap: 10px !important;
  }
  .fp-panel {
    min-height: 120px !important;
    width: 100% !important;
  }
  .gp-grid {
    grid-template-columns: 1fr !important;
    row-gap: 8px !important;
    max-width: 100vw !important;
  }
  .gp-header, .gp-header__aside {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 100vw !important;
  }
  .about-story {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .newsletter-inner {
    flex-direction: column !important;
    gap: 10px !important;
    padding: 12px 0 !important;
  }
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding-bottom: 12px !important;
  }
  .btn, .btn-lg, .btn-primary, .btn-gold {
    width: 100% !important;
    justify-content: center !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    font-size: 1rem !important;
    padding: 14px 0 !important;
  }
  .footer-bottom {
    flex-direction: column !important;
    gap: 8px !important;
    align-items: flex-start !important;
  }
}
/* Strong mobile-friendly overrides for all main sections */
@media (max-width: 600px) {
  .container {
    padding: 0 8px !important;
    max-width: 100vw !important;
  }
  .section, .section--alt, .section--peach, .gallery-preview-section {
    padding: 32px 0 !important;
  }
  .hero-content {
    padding: 48px 16px 16px 16px !important;
    max-width: 100vw !important;
    text-align: center !important;
  }
  .hero-eyebrow::before { display: none; }
  .hero-eyebrow { justify-content: center; }
  .hero-title {
    font-size: 1.4rem !important;
    line-height: 1.2 !important;
  }
  .hero-subtitle {
    font-size: .98rem !important;
    margin-bottom: 24px !important;
  }
  .hero-actions {
    flex-direction: column !important;
    gap: 10px !important;
    margin-bottom: 32px !important;
  }
  .hero-stats {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 20px 28px !important;
    padding-top: 18px !important;
  }
  .hero-stat { text-align: center; }
  .featured-panels {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    gap: 18px !important;
  }
  .fp-panel {
    min-height: 180px !important;
    width: 100% !important;
  }
  .gp-grid {
    grid-template-columns: 1fr !important;
    row-gap: 12px !important;
    max-width: 100vw !important;
  }
  .gp-header, .gp-header__aside {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100vw !important;
  }
  .about-story {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .newsletter-inner {
    flex-direction: column !important;
    gap: 18px !important;
    padding: 24px 0 !important;
  }
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding-bottom: 24px !important;
  }
  .btn, .btn-lg, .btn-primary, .btn-gold {
    width: 100% !important;
    justify-content: center !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}
/* Additional mobile-friendly improvements */
@media (max-width: 768px) {
  .hero-content {
    padding: 32px 0 24px 0;
    text-align: center;
  }
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .hero-title {
    font-size: 2rem;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
  .hero-actions {
    flex-direction: column;
    gap: 12px;
  }
}
/* Force hamburger menu visible on mobile at highest specificity */
@media (max-width: 1024px) {
  .btn-menu {
    display: flex !important;
    z-index: 1200 !important;
  }
}
/* ══════════════════════════════════════════════════════════════
   SONNY'S INTERIORS — Main Stylesheet
   Reconstructed from source
══════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600;700&display=swap');

/* ══════════════════════════════════════════════════════════════
   DESIGN TOKENS
══════════════════════════════════════════════════════════════ */
:root {
  --gold:        #C9A96E;
  --gold-dark:   #A8863C;
  --gold-light:  #E8D4A8;
  --gold-pale:   #F7F0E3;
  --near-black:  #0E0E0E;
  --charcoal:    #3C3C3C;
  --white:       #FFFFFF;
  --cream:       #F5F0E8;
  --text:        #1A1A1A;
  --text-muted:  #6B6560;
  --border:      #E0D9CF;
  --border-dark: #C8C3BA;

  --font-serif:  'Playfair Display', Georgia, serif;
  --font-sans:   'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --radius:    12px;
  --radius-sm: 8px;
  --radius-lg: 20px;

  --shadow-sm: 0 2px 8px rgba(0,0,0,.06);
  --shadow-md: 0 8px 24px rgba(0,0,0,.10);
  --shadow-lg: 0 20px 60px rgba(0,0,0,.14);

  --transition: 0.25s ease;
}

/* ══════════════════════════════════════════════════════════════
   RESET & BASE
══════════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }
input, select, textarea { font-family: var(--font-sans); font-size: 1rem; outline: none; }
h1, h2, h3, h4 { line-height: 1.15; }
.text-center { text-align: center; }

.skip-link {
  position: absolute; top: -40px; left: 16px;
  background: var(--near-black); color: var(--white);
  padding: 8px 16px; border-radius: 4px; font-size: .875rem; z-index: 9999;
  transition: top .2s;
}
.skip-link:focus { top: 8px; }

.container { width: 100%; max-width: 1260px; margin: 0 auto; padding: 0 24px; }

/* ══════════════════════════════════════════════════════════════
   SITE HEADER
══════════════════════════════════════════════════════════════ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 900; height: 90px;
  display: flex; align-items: center;
  background: #ffffff;
  background: rgba(255,255,255,.92);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  backdrop-filter: blur(14px) saturate(160%);
  border-bottom: 1px solid var(--border);
  transition: box-shadow var(--transition);
}
.site-header.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; width: 100%;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.site-logo { height: 65px; width: auto; }
.brand-name {
  font-family: var(--font-serif); font-size: 1.1rem; font-weight: 600;
  color: var(--near-black); letter-spacing: -.2px;
}
.brand-tagline {
  font-size: .65rem; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--gold); font-weight: 500;
}
.nav { display: flex; align-items: center; gap: 32px; }
.nav-link {
  font-size: .875rem; font-weight: 500; color: var(--charcoal);
  letter-spacing: .3px; position: relative; padding-bottom: 3px;
  transition: color var(--transition);
}
.nav-link::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 1px; background: var(--gold); transition: width var(--transition);
}
.nav-link:hover, .nav-link.active { color: var(--near-black); }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.whatsapp-nav {
  display: inline-flex; align-items: center; gap: 8px;
  background: #25D366; color: var(--white);
  padding: 9px 18px; border-radius: 6px; font-size: .82rem; font-weight: 600; letter-spacing: .5px;
  transition: background var(--transition), transform var(--transition);
}
.whatsapp-nav:hover { background: #1ebe5d; transform: translateY(-1px); }
.btn-menu {
  display: flex; width: 40px; height: 40px;
  align-items: center; justify-content: center;
  border: 1px solid #d8d2c8; border-radius: 8px;
  color: var(--near-black); transition: background var(--transition);
  position: relative; z-index: 1200; flex-shrink: 0;
}
.btn-menu:hover { background: var(--cream); }

/* ══════════════════════════════════════════════════════════════
   MOBILE MENU
══════════════════════════════════════════════════════════════ */
.mobile-menu {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(0,0,0,.45);
  display: none; align-items: flex-start; justify-content: flex-end;
}
.mobile-menu.open { display: flex; }
.mobile-menu__panel {
  width: 320px; max-width: 90vw; height: 100%;
  background: var(--white); padding: 28px 24px;
  display: flex; flex-direction: column;
  box-shadow: -8px 0 40px rgba(0,0,0,.12);
  animation: slideInRight .3s ease;
  position: relative; z-index: 1;
}
@keyframes slideInRight {
  from { transform: translateX(100%); }
  to   { transform: translateX(0); }
}
.mobile-menu__top {
  display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px;
}
.btn-close {
  width: 36px; height: 36px; display: flex; align-items: center;
  justify-content: center; border: 1px solid var(--border);
  border-radius: 50%; background: transparent; font-size: 1.2rem; color: var(--charcoal);
}
.mobile-menu__links { display: flex; flex-direction: column; }
.mobile-link {
  padding: 16px 0; border-bottom: 1px solid var(--border);
  font-family: var(--font-serif); font-size: 1.3rem; color: var(--near-black);
  transition: color var(--transition);
}
.mobile-link:hover { color: var(--gold); }
.mobile-menu__footer { margin-top: auto; padding-top: 24px; }

/* ══════════════════════════════════════════════════════════════
   BUTTONS
══════════════════════════════════════════════════════════════ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-sans); font-size: .875rem; font-weight: 600;
  letter-spacing: .5px; padding: 12px 28px; border-radius: 6px;
  border: 2px solid transparent; cursor: pointer;
  transition: background var(--transition), color var(--transition),
              border-color var(--transition), transform var(--transition), box-shadow var(--transition);
  text-decoration: none; white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--near-black); color: var(--white); border-color: var(--near-black); }
.btn-primary:hover {
  background: var(--gold-dark); border-color: var(--gold-dark);
  box-shadow: 0 8px 24px rgba(168,134,60,.30);
}
.btn-outline { background: transparent; color: var(--near-black); border-color: var(--near-black); }
.btn-outline:hover { background: var(--near-black); color: var(--white); }
.btn-outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,.45); }
.btn-outline-white:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.8); }
.btn-lg { padding: 15px 36px; font-size: .95rem; }
.btn-sm { padding: 8px 18px; font-size: .8rem; }
.btn-gold { background: var(--gold); color: var(--white); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-dark); border-color: var(--gold-dark); }

.btn-hero {
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 4px;
}
.btn-hero:hover {
  box-shadow: 0 8px 28px color-mix(in srgb, var(--gold-dark) 40%, transparent);
}

/* ══════════════════════════════════════════════════════════════
   SECTION WRAPPERS
══════════════════════════════════════════════════════════════ */
.section { padding: 96px 0; background: #F6EFE6; }
.section--sm { padding: 64px 0; }
.section--alt { background: transparent; padding: 48px 0; position: relative; overflow: hidden; }
.section--alt::before {
  content: ''; position: absolute; inset: 0;
  background-image: url('./Images/gallery3.jpg');
  background-size: cover; background-position: center;
  opacity: 1; z-index: 0; pointer-events: none;
}
.section--alt::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(6,5,4,0.56); z-index: 1; pointer-events: none;
}
.section--alt .container { position: relative; z-index: 2; }
.section--dark { background: var(--near-black); }
.section--peach { background: #F6EFE6; }

.section-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .72rem; font-weight: 600; letter-spacing: 3px;
  text-transform: uppercase; color: var(--gold); margin-bottom: 16px;
}
.section-eyebrow::before { content: ''; width: 30px; height: 1px; background: var(--gold); }
.section-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 500; line-height: 1.1;
  color: var(--near-black); margin-bottom: 20px;
}
.section-title em { font-style: italic; color: var(--gold-dark); }
.section--dark .section-title { color: var(--white); }
.section--alt .section-title { color: rgba(255,255,255,0.96); }
.section--alt .section-eyebrow { color: rgba(255,255,255,0.72); }
.section--alt .section-title em { color: var(--gold-light); }
.section-subtitle { color: var(--text-muted); max-width: 60ch; font-size: 1.05rem; line-height: 1.7; }
.section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 20px; flex-wrap: wrap; margin-bottom: 60px;
}
.section-head__text { max-width: 640px; }
.text-link {
  color: var(--gold); font-weight: 600; font-size: .88rem;
  display: inline-flex; align-items: center; gap: 6px;
  transition: gap var(--transition), color var(--transition);
}
.text-link:hover { color: var(--gold-dark); gap: 10px; }

/* ══════════════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════════════ */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items:left; overflow: hidden; padding-top: 90px;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('./Images/herosec.jpg');
  background-size: cover; background-position: center; z-index: 0;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(6,6,6,0.55) 0%, rgba(6,6,6,0.40) 50%, rgba(6,6,6,0.70) 100%);
}
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
.hero-content { position: relative; z-index: 2; padding: 80px 0; max-width: 780px; }
.hero-eyebrow {
  font-size: .72rem; letter-spacing: 4px; text-transform: uppercase;
  color: var(--gold); font-weight: 600; margin-bottom: 20px;
  display: flex; align-items: center; gap: 12px;
}
.hero-eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--gold); }
.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 4.5vw, 4rem);
  font-weight: 400; line-height: 1.08; color: var(--white);
  letter-spacing: -1.5px; margin-bottom: 28px;
}
.hero-title em { font-style: italic; color: var(--gold); }
.hero-subtitle {
  font-size: clamp(1rem, 1.6vw, 1.15rem); color: rgba(255,255,255,.72);
  max-width: 54ch; line-height: 1.75; margin-bottom: 44px; font-weight: 300;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 72px; }
.hero-stats {
  display: flex; gap: 48px; flex-wrap: wrap;
  padding-top: 36px; border-top: 1px solid rgba(255,255,255,.14);
}
.hero-stat__value {
  font-family: var(--font-serif); font-size: 2.4rem; font-weight: 600;
  color: var(--white); line-height: 1; margin-bottom: 4px;
}
.hero-stat__label {
  font-size: .75rem; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,.5); font-weight: 500;
}
.hero-scroll {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: .65rem; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,.38);
}
.hero-scroll span {
  display: block; width: 1px; height: 60px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: heroScrollPulse 2.2s ease-in-out infinite;
}
@keyframes heroScrollPulse {
  0%, 100% { opacity: 0.7; } 50% { opacity: 0.2; }
}

/* ══════════════════════════════════════════════════════════════
   MARQUEE STRIP
══════════════════════════════════════════════════════════════ */
.strip {
  background: var(--near-black);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 14px 0; overflow: hidden; white-space: nowrap;
}
.strip-track { display: inline-flex; animation: stripScroll 30s linear infinite; }
@keyframes stripScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.strip:hover .strip-track { animation-play-state: paused; }
.strip-item {
  display: inline-flex; align-items: center; gap: 12px; padding: 0 36px;
  font-size: .72rem; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 600;
  color: rgba(255,255,255,.5);
}
.strip-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* ══════════════════════════════════════════════════════════════
   FEATURED PANELS
══════════════════════════════════════════════════════════════ */
.featured-panels-section { background: #F6EFE6; }
.featured-panels-section::before { display: none; }
.featured-panels-section::after  { display: none; }
.featured-panels-section .section-eyebrow { color: var(--near-black) !important; }
.featured-panels-section .section-title   { color: var(--near-black) !important; }
.featured-panels-section .section-title em { color: var(--near-black) !important; font-style: italic; }

.featured-panels {
  display: grid; grid-template-columns: repeat(4, 1fr);
  height: 540px; overflow: hidden;
}
.fp-panel {
  position: relative; overflow: hidden; cursor: pointer;
  transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1); flex: 1;
}
.featured-panels:has(.fp-panel:hover) .fp-panel { flex: 0.5; }
.featured-panels:has(.fp-panel:hover) .fp-panel:hover { flex: 2.5; }
.fp-panel__img { position: absolute; inset: 0; overflow: hidden; }
.fp-panel__img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.fp-panel:hover .fp-panel__img img { transform: scale(1.06); }
.fp-panel__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(6,5,4,0.88) 0%, rgba(6,5,4,0.2) 60%, transparent 100%);
  transition: background 0.5s ease;
}
.fp-panel:hover .fp-panel__overlay {
  background: linear-gradient(to top, rgba(6,5,4,0.92) 0%, rgba(6,5,4,0.5) 50%, rgba(6,5,4,0.15) 100%);
}
.fp-panel__label-wrap {
  position: absolute; left: 20px; right: 20px; bottom: 20px; z-index: 4;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 1;
}
.fp-panel:hover .fp-panel__label-wrap { opacity: 1; transform: translateY(0); }
.fp-panel__label {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 12px 18px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.70);
  backdrop-filter: blur(10px);
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1.2;
  letter-spacing: 0.3px;
}
.fp-panel__content {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 3;
  padding: 32px 32px 36px; opacity: 0; transform: translateY(20px);
  transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s;
}
.fp-panel:hover .fp-panel__content { opacity: 1; transform: translateY(0); }
.fp-panel__content-eyebrow {
  font-size: .65rem; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold); font-weight: 600; margin-bottom: 8px;
}
.fp-panel__content-title {
  font-family: var(--font-serif); font-size: 1.6rem; font-weight: 500;
  color: var(--white); margin-bottom: 12px; line-height: 1.15;
}
.fp-panel__content-desc {
  font-size: .85rem; color: rgba(255,255,255,.72); line-height: 1.55; margin-bottom: 12px;
}
.fp-panel__content-cta {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .78rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold); transition: gap var(--transition);
}
.fp-panel__content-cta:hover { gap: 14px; }

/* ── Mobile: Stacked collection cards ────────────── */
@media (max-width: 767px) {
  .featured-panels {
    display: flex; flex-direction: column;
    height: auto; gap: 16px; padding: 0 16px;
  }
  .fp-panel {
    position: relative;
    flex: none;
    height: 300px;
    border-radius: 16px;
    overflow: hidden;
  }
  .fp-panel__img {
    position: absolute; inset: 0; overflow: hidden;
  }
  .fp-panel__img img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.3s ease;
  }
  .fp-panel:active .fp-panel__img img { transform: scale(1.02); }
  
  .fp-panel__overlay {
    position: absolute; inset: 0; z-index: 2;
    background: linear-gradient(to top, 
      rgba(0,0,0,0.75) 0%,
      rgba(0,0,0,0.35) 35%,
      rgba(0,0,0,0) 70%
    );
    transition: none;
  }
  
  .fp-panel__label-wrap {
    position: absolute; 
    bottom: 0; left: 0; right: 0;
    padding: 0 24px 24px;
    z-index: 10;
    background: none;
    border-radius: 0;
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: none;
  }
  .fp-panel__label {
    max-width: 100%;
    padding: 0;
    border-radius: 0;
    background: none;
    backdrop-filter: none;
    font-family: var(--font-serif);
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: 0;
    color: #ffffff;
    line-height: 1.2;
    display: block;
    pointer-events: auto;
  }
  .fp-panel:hover .fp-panel__label-wrap { opacity: 1 !important; transform: translateY(0) !important; }
  .fp-panel__content { display: none; }
  .fp-panel:hover .fp-panel__overlay {
    background: linear-gradient(to top, 
      rgba(0,0,0,0.75) 0%,
      rgba(0,0,0,0.35) 35%,
      rgba(0,0,0,0) 70%
    );
  }
  .featured-panels:has(.fp-panel:hover) .fp-panel { flex: none; }
  .featured-panels:has(.fp-panel:hover) .fp-panel:hover { flex: none; }
}

/* ══════════════════════════════════════════════════════════════
   GALLERY PREVIEW — High-level grid layout
   Uses aspect-ratio for consistent, responsive crops and refined card visuals
══════════════════════════════════════════════════════════════ */
.gallery-preview-section { background: var(--white); padding: 20px 0; }
.gallery-preview-section .section-eyebrow { font-size: .72rem; letter-spacing: 3px; color: var(--gold); margin-bottom: 6px; }
.gallery-preview-section .section-title { font-size: clamp(1.6rem, 3vw, 2.6rem); margin-bottom: 14px; }
.gp-header {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:18px;
}
.gp-header > div { min-width: 0; }
.gp-header__aside {
  max-width: 420px;
  margin-left: auto;
  padding: 18px 22px;
  border: 1px solid rgba(201, 169, 110, 0.22);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(247, 240, 227, 0.7) 0%, rgba(255, 255, 255, 0.96) 100%);
  box-shadow: 0 14px 36px rgba(14, 14, 14, 0.06);
}
.gp-header__sub {
  color: #5f5a52;
  font-size: .96rem;
  line-height: 1.75;
  text-align: left;
}
.gp-header__sub-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--near-black);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  transition: color var(--transition), gap var(--transition);
}
.gp-header__sub-link:hover {
  color: var(--gold-dark);
  gap: 12px;
}

.gp-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  column-gap: 18px;
  row-gap: 10px;
  max-width: 1200px;
  margin: 0 auto 8px;
  align-items: stretch;
}
.gp-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 10px; align-items: stretch; align-content: stretch; }

.gp-item {
  display: block; position: relative; overflow: hidden; border-radius: 14px;
  background: #fff; border: 1px solid rgba(6,5,4,0.04);
  box-shadow: 0 8px 22px rgba(11,11,11,0.04);
  transition: transform .28s ease, box-shadow .28s ease;
}
.gp-item:hover { transform: translateY(-6px); box-shadow: 0 28px 60px rgba(11,11,11,0.08); }

.gp-item { align-self: stretch; }

/* Preferred cropping using aspect-ratio maintains visual rhythm */
.gp-item--featured { aspect-ratio: 16/9; min-height: 320px; }
.gp-stack .gp-item { aspect-ratio: 4/3; min-height: 160px; }
.gp-img { width:100%; height:100%; object-fit:cover; display:block; transition: transform .6s cubic-bezier(.2,.8,.2,1); }

/* Nudge featured crop slightly to visually align with stacked items */
.gp-item--featured .gp-img { object-position: 6% center; }
.gp-stack .gp-img { object-position: top center; }
.gp-item:hover .gp-img { transform: scale(1.04); }

.gp-overlay { position:absolute; inset:0; display:flex; align-items:flex-end; padding:16px; pointer-events:none; }
.gp-overlay::before { content: ''; position:absolute; inset:0; background: linear-gradient(to top, rgba(6,5,4,0.28) 0%, rgba(6,5,4,0.02) 50%, transparent 100%); opacity:1; }
.gp-overlay__inner { position:relative; z-index:2; display:flex; align-items:flex-end; gap:12px; }
.gp-num { font-family:var(--font-serif); font-size:1.15rem; color:var(--gold); opacity:.9; }
.gp-label { font-family:var(--font-serif); color:var(--white); font-weight:600; font-size:.95rem; }
.gp-location { font-size:.72rem; color:rgba(255,255,255,.85); text-transform:uppercase; }
.gp-badge { display:none; }
.gp-footer { text-align:center; margin-top:10px; }

/* Tablet / small desktop */
@media (max-width: 1100px) {
  .gp-grid { max-width: 940px; grid-template-columns: 1.8fr 1fr; gap: 14px; }
  .gp-item--featured { min-height: 300px; }
  .gp-stack .gp-item { min-height: 140px; }
}

/* Desktop: make stacked column fill featured height so tops align visually */
@media (min-width: 901px) {
  .gp-grid { align-items: stretch; grid-template-rows: repeat(2, clamp(180px, 16vw, 230px)); }
  .gp-item--featured { grid-row: 1 / span 2; aspect-ratio: auto; height: 100%; }
  .gp-stack { display: contents; }
  .gp-stack .gp-item { aspect-ratio: auto; min-height: 0; height: 100%; display: block; }
  .gp-stack .gp-img { object-position: top center; }
  /* Nudge featured image down slightly so its visible top aligns with the stacked images */
  .gp-item--featured .gp-img { object-position: 10% center; }
}

/* Mobile: stack vertically, keep images balanced */
@media (max-width: 900px) {
  .gallery-preview-section { padding: 16px 0; }
  .gp-header { flex-direction:column; align-items:flex-start; gap:12px; }
  .gp-header__aside { max-width: 100%; width: 100%; margin-left: 0; padding: 16px 18px; }
  .gp-grid { grid-template-columns: 1fr; row-gap: 12px; max-width: 640px; }
  .gp-item--featured { grid-row: auto; aspect-ratio: 16/9; min-height: 220px; height: auto; }
  .gp-stack { grid-template-rows: 1fr 1fr; gap: 10px; }
  .gp-stack .gp-item { aspect-ratio: 4/3; min-height: 126px; }
}

/* ══════════════════════════════════════════════════════════════
   ABOUT STORY LAYOUT
══════════════════════════════════════════════════════════════ */
.about-story { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-img-wrap { position: relative; }
.about-img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.about-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 20px; }
.feature-video { width: 100%; height: 480px; object-fit: cover; display: block; }

/* ══════════════════════════════════════════════════════════════
   TESTIMONIALS
══════════════════════════════════════════════════════════════ */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card {
  background: var(--white); border-radius: var(--radius);
  padding: 36px; border: 1px solid var(--border); box-shadow: var(--shadow-sm); position: relative;
  transition: transform var(--transition), box-shadow var(--transition);
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.testimonial-stars { color: var(--gold); font-size: 1rem; margin-bottom: 16px; }
.testimonial-text { color: var(--charcoal); line-height: 1.75; font-size: .95rem; margin-bottom: 28px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.testimonial-avatar {
  width: 48px; height: 48px; border-radius: 50%; background: var(--near-black);
  color: var(--gold); display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif); font-size: 1rem; font-weight: 600; flex-shrink: 0;
}
.testimonial-name { font-weight: 600; font-size: .95rem; color: var(--near-black); }
.testimonial-role { color: var(--text-muted); font-size: .82rem; margin-top: 2px; }

/* ══════════════════════════════════════════════════════════════
   CTA BANNER
══════════════════════════════════════════════════════════════ */
.cta-banner { position: relative; border-radius: var(--radius-lg); overflow: hidden; padding: 72px 64px; }
.cta-banner__bg {
  position: absolute; inset: 0;
  background-image: url('./Images/heroimage2.jpg');
  background-size: cover; background-position: center;
}
.cta-banner__bg::after { content: ''; position: absolute; inset: 0; background: rgba(6,5,4,0.72); }
.cta-banner__content {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap;
}
.cta-banner__title {
  font-family: var(--font-serif); font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 400; color: var(--white); line-height: 1.15; margin-bottom: 12px;
}
.cta-banner__text { color: rgba(255,255,255,.65); font-size: .95rem; line-height: 1.7; }
.cta-banner__actions { display: flex; gap: 16px; flex-wrap: wrap; flex-shrink: 0; }

/* ══════════════════════════════════════════════════════════════
   NEWSLETTER
══════════════════════════════════════════════════════════════ */
.newsletter { background: var(--gold-pale); border-top: 1px solid var(--border); }
.newsletter-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; flex-wrap: wrap; padding: 48px 0;
}
.newsletter-title { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 500; color: var(--near-black); margin-bottom: 8px; }
.newsletter-text { color: var(--text-muted); }
.newsletter-form { display: flex; gap: 12px; flex-wrap: wrap; flex-shrink: 0; }
.newsletter-input {
  padding: 14px 20px; border: 1.5px solid var(--border);
  border-radius: 4px; font-family: var(--font-sans); font-size: .95rem;
  color: var(--text); background: var(--white); width: 280px;
  transition: border-color var(--transition);
}
.newsletter-input:focus { border-color: var(--gold); }

/* ══════════════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════════════ */
.site-footer { background: var(--near-black); padding: 80px 0 0; color: rgba(255,255,255,.6); font-size: .9rem; }
.footer-grid {
  display: grid; grid-template-columns: 1.8fr 1fr 1fr 1.4fr;
  gap: 48px; padding-bottom: 64px; border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand-name { font-family: var(--font-serif); font-size: 1.4rem; font-weight: 500; color: var(--white); margin-bottom: 12px; }
.footer-brand-desc { color: rgba(255,255,255,.5); line-height: 1.7; font-size: .875rem; margin-bottom: 24px; max-width: 32ch; }
.footer-socials { display: flex; gap: 10px; }
.social-link {
  width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
  border-radius: 50%; border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5);
  transition: background var(--transition), color var(--transition), border-color var(--transition);
}
.social-link:hover { background: var(--gold); color: var(--white); border-color: var(--gold); }
.footer-col-title {
  font-size: .7rem; letter-spacing: 2.5px; text-transform: uppercase;
  font-weight: 700; color: var(--gold); margin-bottom: 20px;
}
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: rgba(255,255,255,.5); font-size: .875rem; transition: color var(--transition), padding-left var(--transition); }
.footer-links a:hover { color: var(--white); padding-left: 4px; }
.footer-contact-item {
  display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px;
  font-size: .875rem; color: rgba(255,255,255,.5); line-height: 1.6;
}
.footer-contact-item a { color: rgba(255,255,255,.5); transition: color var(--transition); }
.footer-contact-item a:hover { color: var(--gold); }
.footer-contact-icon { display: flex; align-items: center; justify-content: center; width: 16px; height: 16px; flex-shrink: 0; margin-top: 3px; color: var(--gold); }
.footer-bottom {
  padding: 28px 0; display: flex; align-items: center;
  justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.footer-copy { color: rgba(255,255,255,.3); font-size: .82rem; }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { color: rgba(255,255,255,.3); font-size: .8rem; transition: color var(--transition); }
.footer-legal a:hover { color: rgba(255,255,255,.7); }

/* ══════════════════════════════════════════════════════════════
   MODAL / BOOKING OVERLAY
══════════════════════════════════════════════════════════════ */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.65); backdrop-filter: blur(4px);
  z-index: 1100; display: none; align-items: center; justify-content: center; padding: 24px;
}
.modal-overlay.open { display: flex; }
.modal {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 48px 44px; width: 100%; max-width: 600px; max-height: 90vh;
  overflow-y: auto; position: relative; box-shadow: 0 32px 80px rgba(0,0,0,.2);
  animation: modalIn .3s ease;
}
@keyframes modalIn {
  from { opacity: 0; transform: translateY(20px) scale(.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.modal-close {
  position: absolute; top: 20px; right: 20px;
  width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
  border-radius: 50%; border: 1px solid var(--border); font-size: .95rem;
  color: var(--charcoal); transition: background var(--transition);
}
.modal-close:hover { background: var(--cream); }
.modal-title { font-family: var(--font-serif); font-size: 1.8rem; font-weight: 500; color: var(--near-black); margin-bottom: 8px; }
.modal-subtitle { color: var(--text-muted); margin-bottom: 32px; font-size: .95rem; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px; }
.field label { font-size: .82rem; font-weight: 600; color: var(--near-black); }
.field input, .field select, .field textarea {
  padding: 12px 16px; border: 1.5px solid var(--border); border-radius: 6px;
  font-size: .95rem; color: var(--text); background: var(--white); transition: border-color var(--transition);
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ══════════════════════════════════════════════════════════════
   ABOUT PAGE
══════════════════════════════════════════════════════════════ */
.about-hero {
  min-height: 460px; display: flex; align-items: center;
  position: relative; overflow: hidden; padding-top: 90px;
  background-image: url('./Images/herosecimg2.png');
  background-size: cover; background-position: center 30%;
}
.about-hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(6,6,6,.65) 0%, rgba(6,6,6,.45) 100%);
}
.about-hero-content { position: relative; z-index: 1; }
.about-hero-title {
  font-family: var(--font-serif); font-size: clamp(2.8rem, 5.5vw, 5rem);
  font-weight: 400; color: var(--white); line-height: 1.08; letter-spacing: -1.5px;
}
.why-difference {
  position: relative;
  padding: 60px 0;
  background:
    radial-gradient(circle at top left, rgba(201, 169, 110, 0.16), transparent 28%),
    linear-gradient(180deg, #f7f1e8 0%, #f3ede3 100%);
}
.why-difference__shell {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border: 1px solid rgba(168, 134, 60, 0.14);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,0.72) 0%, rgba(255,255,255,0.92) 100%);
  box-shadow: 0 24px 80px rgba(60, 43, 18, 0.08);
}
.why-difference__shell::before,
.why-difference__shell::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.why-difference__shell::before {
  width: 220px;
  height: 220px;
  top: -110px;
  right: -40px;
  background: radial-gradient(circle, rgba(201, 169, 110, 0.2) 0%, rgba(201, 169, 110, 0) 72%);
}
.why-difference__shell::after {
  width: 360px;
  height: 1px;
  top: 124px;
  right: 44px;
  background: linear-gradient(90deg, rgba(201, 169, 110, 0), rgba(201, 169, 110, 0.45), rgba(201, 169, 110, 0));
}
.why-difference__heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 22px;
}
.why-difference__intro .section-title {
  margin-bottom: 0;
  font-size: clamp(2.4rem, 4.2vw, 4.3rem);
}
.why-difference__copy {
  padding: 22px 24px;
  border: 1px solid rgba(168, 134, 60, 0.12);
  border-radius: 22px;
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(8px);
}
.why-difference__lede {
  color: #5e564b;
  font-size: 1rem;
  line-height: 1.85;
}
.why-difference__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.why-difference__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(201, 169, 110, 0.22);
  border-radius: 999px;
  background: rgba(247, 240, 227, 0.92);
  color: #6b5b40;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.values-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  grid-template-areas:
    'lead bespoke service'
    'lead pricing delivery'
    'aftercare aftercare aftercare';
  gap: 14px;
}
.value-card {
  position: relative;
  min-height: 170px;
  padding: 20px;
  border: 1px solid rgba(168, 134, 60, 0.12);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(250,247,242,0.92) 100%);
  box-shadow: 0 18px 40px rgba(14, 14, 14, 0.06);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 52px rgba(14, 14, 14, 0.1);
  border-color: rgba(168, 134, 60, 0.22);
}
.value-card:nth-child(1) { grid-area: lead; }
.value-card:nth-child(2) { grid-area: bespoke; }
.value-card:nth-child(3) { grid-area: service; }
.value-card:nth-child(4) { grid-area: pricing; }
.value-card:nth-child(5) { grid-area: delivery; }
.value-card:nth-child(6) { grid-area: aftercare; }
.value-card--lead {
  padding: 24px;
  background: linear-gradient(180deg, #15120e 0%, #251d15 100%);
  border-color: rgba(201, 169, 110, 0.22);
  box-shadow: 0 28px 64px rgba(18, 13, 8, 0.24);
}
.value-card--lead::after {
  content: '';
  position: absolute;
  inset: auto 24px 24px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 169, 110, 0.18) 0%, rgba(201, 169, 110, 0) 72%);
}
.value-card--wide {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 18px;
  align-items: start;
}
.value-card--wide .value-card__top {
  margin-bottom: 0;
}
.value-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.value-card__number {
  color: rgba(20, 16, 10, 0.32);
  font-family: var(--font-serif);
  font-size: 1.55rem;
  line-height: 1;
}
.value-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fbf8f2 0%, #f1e7d6 100%);
  border-radius: 18px;
  color: var(--gold);
  font-size: 1.15rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}
.value-kicker {
  margin-bottom: 12px;
  color: var(--gold-light);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.value-title {
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  font-weight: 500;
  color: var(--near-black);
  margin-bottom: 12px;
  line-height: 1.1;
}
.value-text {
  color: var(--text-muted);
  font-size: .95rem;
  line-height: 1.8;
  max-width: 38ch;
}
.value-card--lead .value-title,
.value-card--lead .value-text,
.value-card--lead .value-card__number {
  position: relative;
  z-index: 1;
}
.value-card--lead .value-title {
  color: var(--white);
  font-size: clamp(1.7rem, 2vw, 2.2rem);
}
.value-card--lead .value-text {
  color: rgba(255,255,255,0.76);
}
.value-card--lead .value-card__number {
  color: rgba(255,255,255,0.3);
}
.value-card--lead .value-icon {
  background: rgba(255,255,255,0.1);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}
.value-card--lead .value-icon,
.value-card--lead .value-icon i {
  color: var(--white) !important;
}
.value-card--wide .value-title,
.value-card--wide .value-text {
  grid-column: 2;
}

@media (max-width: 1100px) {
  .why-difference__shell { padding: 34px 28px; }
  .why-difference__heading { grid-template-columns: 1fr; gap: 18px; }
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
      'lead lead'
      'bespoke service'
      'pricing delivery'
      'aftercare aftercare';
  }
  .value-card--lead { min-height: 280px; }
}

@media (max-width: 720px) {
  .why-difference__shell { padding: 26px 18px; border-radius: 24px; }
  .why-difference__copy { padding: 18px; }
  .values-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      'lead'
      'bespoke'
      'service'
      'pricing'
      'delivery'
      'aftercare';
  }
  .value-card,
  .value-card--lead { min-height: 0; padding: 24px 20px; }
  .value-card--wide {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
  .value-card--wide .value-title,
  .value-card--wide .value-text {
    grid-column: auto;
  }
}

/* ══════════════════════════════════════════════════════════════
   ICONS — neutral black color for a high-end, consistent look
   This sets font-icons and svg icons to near-black; use "currentColor" in svgs.
══════════════════════════════════════════════════════════════ */
.value-icon i,
i[class*="fa-"],
.fa,
.fas,
.far,
.fab,
.product-feature-icon,
.footer-socials svg,
.social-link svg,
.header-actions svg,
.gp-num,
.gp-label {
  color: var(--near-black) !important;
  fill: currentColor !important;
}

/* Ensure inline svgs inherit color */
.social-link svg { color: var(--near-black); }
.value-title { font-family: var(--font-serif); font-size: 1.2rem; font-weight: 500; color: var(--near-black); margin-bottom: 10px; }
.value-text { color: var(--text-muted); font-size: .9rem; line-height: 1.7; }

/* Mission cards */
.mission-card { border-radius: var(--radius-lg); padding: 52px 48px; }
.mission-card--dark { background: var(--near-black); }
.mission-card .section-eyebrow { display:inline-block; font-size:.75rem; letter-spacing:3px; text-transform:uppercase; color:var(--gold); margin-bottom:12px; font-weight:700; }
.mission-card h3 { font-family: var(--font-serif); font-size: clamp(1.6rem, 2.2vw, 2.6rem); font-weight:700; line-height:1.05; margin:0 0 8px 0; color:var(--white); max-width: 46ch; }
.mission-card p { color: rgba(255,255,255,0.8); line-height:1.9; margin:0; max-width:64ch; }

/* Breadcrumb */
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: .8rem; color: rgba(255,255,255,.5); }
.breadcrumb a { color: rgba(255,255,255,.5); transition: color var(--transition); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb-sep { color: rgba(255,255,255,.25); font-size: .7rem; }

/* ══════════════════════════════════════════════════════════════
   GALLERY PAGE
══════════════════════════════════════════════════════════════ */
.page-hero {
  min-height: 480px; display: flex; align-items: center;
  position: relative; overflow: hidden; padding-top: 90px;
}
.page-hero--image { background-size: cover; background-position: center; }
.page-hero-title {
  font-family: var(--font-serif); font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 400; color: var(--white); letter-spacing: -1.5px; line-height: 1.08; margin-bottom: 16px;
}
.page-hero-subtitle {
  font-size: clamp(.95rem, 1.5vw, 1.1rem); color: rgba(255,255,255,.65);
  max-width: 54ch; line-height: 1.75; font-weight: 300;
}
.gallery-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 280px; gap: 14px;
}
.gallery-item {
  position: relative; overflow: hidden; border-radius: var(--radius);
  cursor: pointer; background: var(--cream);
}
.gallery-item--tall { grid-row: span 2; }
.gallery-item--wide { grid-column: span 2; }
.gallery-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; display: block; }
.gallery-item:hover .gallery-img { transform: scale(1.06); }
.gallery-overlay {
  position: absolute; inset: 0; background: rgba(6,5,4,.55);
  display: flex; align-items: flex-end; padding: 20px;
  opacity: 0; transition: opacity 0.3s ease;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay-title { font-family: var(--font-serif); color: var(--white); font-size: 1rem; font-weight: 500; }
.lightbox {
  position: fixed; inset: 0; background: rgba(0,0,0,.92); z-index: 1200;
  display: none; align-items: center; justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox-close {
  position: absolute; top: 20px; right: 24px; font-size: 1.5rem;
  color: rgba(255,255,255,.7); z-index: 2; transition: color var(--transition);
}
.lightbox-close:hover { color: var(--white); }
#lightboxContent img { max-width: 92vw; max-height: 88vh; border-radius: var(--radius); object-fit: contain; }

/* ══════════════════════════════════════════════════════════════
   CONTACT PAGE
══════════════════════════════════════════════════════════════ */
.contact-hero {
  min-height: 420px; display: flex; align-items: center;
  position: relative; overflow: hidden; padding-top: 90px;
  background-image: url('./Images/herosecimg2.png');
  background-size: cover; background-position: center 30%;
}
.contact-hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(6,6,6,.65) 0%, rgba(6,6,6,.5) 100%);
}
.contact-hero-content { position: relative; z-index: 1; }
.contact-hero-title {
  font-family: var(--font-serif); font-size: clamp(2.6rem, 5vw, 4.5rem);
  font-weight: 400; color: var(--white); line-height: 1.08; letter-spacing: -1.5px;
}
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: start; }

/* Make the contact grid background white and add padding and rounded corners */
.contact-grid {
  background: var(--white);
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.04);
  padding: 36px 32px;
}

/* WhatsApp CTA box style for visibility on white */
.whatsapp-cta {
  background: #f7efdf;
  border-radius: 14px;
  padding: 28px 24px 20px 24px;
  margin-top: 24px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.03);
  color: #3c2e1a;
}
.whatsapp-cta p {
  color: #3c2e1a;
}
.whatsapp-cta a {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #e6d3b3;
  border-radius: 8px;
  padding: 13px 18px;
  font-weight: 600;
  color: #3c2e1a;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.2s;
}
.whatsapp-cta a:hover {
  background: #e0c79c;
}
.contact-details { display: grid; gap: 4px; }
.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
}
.contact-detail:last-child { border-bottom: 0; }
.contact-detail-icon {
  width: 44px;
  height: 44px;
  background: var(--cream);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--gold);
}
.contact-detail-label {
  font-size: .72rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 4px;
}
.contact-detail-value { color: var(--near-black); font-weight: 500; font-size: .95rem; line-height: 1.6; }
.contact-form-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 48px 40px; box-shadow: var(--shadow-md); border: 1px solid var(--border);
}
.contact-info-item { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--border); }
.contact-info-item:last-child { border-bottom: 0; }
.contact-info-icon {
  width: 44px; height: 44px; background: var(--cream); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 1.1rem; flex-shrink: 0;
}
.contact-info-label { font-size: .72rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; color: var(--text-muted); margin-bottom: 4px; }
.contact-info-value { color: var(--near-black); font-weight: 500; font-size: .95rem; }

/* Contact page — FAQ + map grid */
.faq-map-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }

/* FAQ accordion text visibility on dark (section--alt) background */
.section--alt details { border-color: rgba(255,255,255,0.18) !important; }
.section--alt details summary { color: rgba(255,255,255,0.95) !important; }
.section--alt details p { color: rgba(255,255,255,0.75) !important; }

/* Map card */
.map-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); padding: 24px; }
.map-info { text-align: center; margin-top: 16px; }
.map-pin { font-size: 1.5rem; margin-bottom: 6px; }
.map-address { color: var(--text-muted); font-size: 1rem; margin-bottom: 8px; }
.map-link { margin-top: 4px; display: inline-block; }

/* ══════════════════════════════════════════════════════════════
   SHOP PAGE
══════════════════════════════════════════════════════════════ */
.shop-hero { background: var(--cream); padding: 80px 0 56px; border-bottom: 1px solid var(--border); padding-top: calc(90px + 80px); }
.shop-hero-title { font-family: var(--font-serif); font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 500; }
.shop-layout { display: grid; gap: 40px; padding: 56px 0; }
@media (min-width: 900px) { .shop-layout { grid-template-columns: 260px 1fr; } }
.shop-sidebar { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; height: fit-content; }
.filter-title { font-weight: 600; font-size: .95rem; color: var(--near-black); margin-bottom: 16px; }
.filter-group { margin-bottom: 28px; border-bottom: 1px solid var(--border); padding-bottom: 20px; }
.filter-group:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
.filter-option { display: flex; align-items: center; gap: 10px; padding: 6px 0; font-size: .875rem; cursor: pointer; color: var(--charcoal); }
.filter-option input { width: 16px; height: 16px; accent-color: var(--gold); cursor: pointer; }
.filter-range { width: 100%; accent-color: var(--gold); }
.filter-range-labels { display: flex; justify-content: space-between; font-size: .82rem; color: var(--text-muted); margin-top: 8px; }
.shop-main { min-width: 0; }
.shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 32px; flex-wrap: wrap; }
.shop-count { color: var(--text-muted); font-size: .9rem; }
.sort-select { padding: 10px 16px; border: 1px solid var(--border); border-radius: 6px; background: var(--white); font-family: inherit; font-size: .9rem; color: var(--text); cursor: pointer; outline: none; }
.shop-card { background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); overflow: hidden; transition: transform var(--transition), box-shadow var(--transition); }
.shop-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.shop-card-img { width: 100%; height: 240px; object-fit: cover; display: block; transition: transform 0.6s ease; }
.shop-card:hover .shop-card-img { transform: scale(1.04); }
.shop-card-body { padding: 20px; }
.shop-card-cat { font-size: .68rem; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); font-weight: 600; margin-bottom: 6px; }
.shop-card-title { font-family: var(--font-serif); font-size: 1.1rem; font-weight: 500; color: var(--near-black); margin-bottom: 8px; }
.shop-card-price { color: var(--gold-dark); font-weight: 600; font-size: 1rem; }
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* Product flip card */
.product-flip-card { perspective: 1000px; height: 420px; cursor: pointer; }
.product-flip-inner {
  position: relative; width: 100%; height: 100%;
  transition: transform 0.7s cubic-bezier(0.4,0,0.2,1); transform-style: preserve-3d;
}
.product-flip-card:hover .product-flip-inner { transform: rotateY(180deg); }
.product-flip__front, .product-flip__back {
  position: absolute; inset: 0; backface-visibility: hidden;
  border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border);
}
.product-flip__back {
  background: var(--near-black); transform: rotateY(180deg);
  display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 32px;
}
.product-flip__front img { width: 100%; height: 70%; object-fit: cover; display: block; }
.product-flip__front-body { padding: 16px; }
.product-price { color: var(--gold-dark); font-weight: 600; font-size: 1rem; }
.product-price-old { color: var(--text-muted); text-decoration: line-through; margin-left: 8px; font-size: .9rem; }
.product-back-title { font-family: var(--font-serif); font-size: 1.3rem; color: var(--white); font-weight: 500; margin-bottom: 8px; }
.product-back-price { color: var(--gold); font-size: 1.4rem; font-weight: 600; margin-bottom: 24px; }
.product-stars { color: var(--gold); font-size: .85rem; margin-bottom: 6px; }
.product-rating-count { color: var(--text-muted); font-size: .8rem; }

/* Product detail */
.product-detail { padding: 56px 0 88px; }
.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px;
  align-items: start;
}
.product-gallery, .product-detail-info { min-width: 0; }
.product-main-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--cream);
  box-shadow: var(--shadow-sm);
  aspect-ratio: 1 / 1;
}
.product-main-img img { width: 100%; height: 100%; object-fit: cover; }
.product-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.product-detail-name {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 500;
  color: var(--near-black);
  line-height: 1.08;
  margin-bottom: 12px;
}
.product-thumb { width: 80px; height: 80px; border-radius: var(--radius-sm); border: 2px solid var(--border); background-size: cover; background-position: center; cursor: pointer; background-color: var(--cream); transition: border-color var(--transition); }
.product-thumb.active, .product-thumb:hover { border-color: var(--gold); }
.product-detail-rating { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.product-detail-price { font-size: 2rem; font-weight: 600; color: var(--gold-dark); margin-bottom: 24px; }
.product-detail-desc { color: var(--text-muted); line-height: 1.8; margin-bottom: 32px; }
.product-features { margin-bottom: 32px; }
.product-feature { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-top: 1px solid var(--border); }
.product-feature-icon { color: var(--gold); margin-top: 2px; flex-shrink: 0; }
.product-feature-title { font-weight: 600; font-size: .95rem; margin-bottom: 2px; }
.product-feature-text { color: var(--text-muted); font-size: .9rem; }
.product-cta { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 32px; }
.product-meta { background: var(--cream); border-radius: var(--radius); padding: 20px; }
.product-meta-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--border); font-size: .9rem; }
.product-meta-row:last-child { border-bottom: 0; }
.product-meta-key { color: var(--text-muted); }
.product-meta-val { font-weight: 500; }

/* Before/After */
.ba-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--border); }
.ba-images { display: grid; grid-template-columns: 1fr 1fr; }
.ba-img-wrap { position: relative; }
.ba-img-label {
  position: absolute; top: 12px; left: 12px;
  background: rgba(0,0,0,.6); color: var(--white);
  font-size: .65rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 600;
  padding: 4px 10px; border-radius: 3px;
}
.ba-img { width: 100%; height: 260px; object-fit: cover; display: block; }
.ba-caption { padding: 20px 24px; background: var(--white); }
.ba-caption-title { font-family: var(--font-serif); font-size: 1.15rem; margin-bottom: 4px; }
.ba-caption-text { color: var(--text-muted); font-size: .9rem; }

/* ══════════════════════════════════════════════════════════════
   REVEAL ANIMATIONS
══════════════════════════════════════════════════════════════ */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
[data-reveal="left"] { transform: translateX(-32px); }
[data-reveal="right"] { transform: translateX(32px); }
[data-reveal].revealed { opacity: 1; transform: translate(0); }

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════════ */
@media (min-width: 1025px) {
  .btn-menu { display: none; }
}

@media (max-width: 1024px) {
  .nav { display: none; }
  .header-actions .whatsapp-nav { display: none; }
  .btn-menu { display: flex !important; z-index: 1200; }
  .featured-panels { grid-template-columns: repeat(2, 1fr); height: auto; }
  .fp-panel { min-height: 360px; }
  .about-story { grid-template-columns: 1fr; gap: 40px; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .faq-map-grid { grid-template-columns: 1fr; gap: 48px; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .container { padding: 0 18px; }
  .site-header { height: 72px; }
  .header-inner { gap: 14px; }
  .site-logo { height: 48px; }
  .brand-name { font-size: 1rem; }
  .brand-tagline { display: none; }
  .mobile-menu__panel { width: min(360px, 100vw); max-width: 100vw; }
  .nav { display: none; }
  .header-actions .whatsapp-nav { display: none; }
  .btn-menu { display: flex !important; }
  .btn { white-space: normal; text-align: center; }
  .breadcrumb { flex-wrap: wrap; row-gap: 6px; }
  .page-hero,
  .about-hero,
  .contact-hero { min-height: 360px; }
  .hero-actions { flex-direction: row; flex-wrap: wrap; gap: 12px; }
  .hero-actions .btn { flex: 1 1 auto; min-width: 130px; justify-content: center; }
  .hero-stats { gap: 24px; }
  .featured-panels { grid-template-columns: 1fr; height: auto; }
  .fp-panel { min-height: 300px; }
  .fp-panel__content { opacity: 1; transform: none; }
  .fp-panel__label-wrap { opacity: 0; }
  .gp-grid { grid-template-columns: 1fr; }
  .gp-item--featured { min-height: 320px; }
  .gp-stack { grid-template-rows: auto; }
  .gp-stack .gp-item { min-height: 220px; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .gp-header { flex-direction: column; align-items: flex-start; }
  .gp-header__sub { text-align: left; max-width: 100%; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .cta-banner { padding: 48px 28px; }
  .cta-banner__content { flex-direction: column; align-items: flex-start; }
  .cta-banner__actions { flex-direction: column; width: 100%; }
  .cta-banner__actions .btn { width: 100%; justify-content: center; }
  .newsletter-inner { flex-direction: column; padding: 36px 0; }
  .newsletter-form { flex-direction: column; width: 100%; }
  .newsletter-input { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
  .modal { padding: 32px 24px; }
  .field-row { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .about-stats-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: auto; gap: 10px; }
  .gallery-item { aspect-ratio: 4 / 3; }
  .gallery-item--tall { grid-row: span 1; }
  .gallery-item--wide { grid-column: span 1; }
  .shop-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 64px 0; }
  .section--sm { padding: 48px 0; }
  .hero-content { padding: 40px 0; }
  .hero-actions { margin-bottom: 40px; }
  .hero-eyebrow { flex-wrap: wrap; }
  .feature-video { height: auto; aspect-ratio: 16 / 9; max-height: 300px; }
  .about-story { gap: 32px; }
  .faq-map-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
  .contact-form-card { padding: 24px 16px; }
  .contact-grid { gap: 32px; }
  .product-detail { padding: 40px 0 64px; }
  .product-detail-grid { grid-template-columns: 1fr; gap: 28px; }
  .product-main-img { aspect-ratio: 4 / 3; }
  .product-cta { flex-direction: column; }
  .product-cta .btn { width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
  .container { padding: 0 14px; }
  .page-hero,
  .about-hero,
  .contact-hero { min-height: 320px; }
  .page-hero .container,
  .about-hero .container,
  .contact-hero .container { padding-top: 72px !important; padding-bottom: 40px !important; }
  .product-thumbs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-thumb { width: 100%; height: 72px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gallery-item--tall { grid-row: span 1; }
  .shop-grid { grid-template-columns: 1fr; }
  .about-stats-grid { grid-template-columns: 1fr; }
  .hero-stats { flex-direction: column; gap: 16px; }
  .featured-panels { grid-template-columns: 1fr; }
  .mission-card { padding: 36px 28px; }
  .contact-detail { gap: 12px; padding: 16px 0; }
  .contact-detail-icon { width: 40px; height: 40px; }
}

/* ── Cross-page mobile safety net ─────────────────────────────── */
@media (max-width: 768px) {
  /* Prevent any element from causing horizontal scroll */
  * { max-width: 100%; box-sizing: border-box; }
  img, video, iframe { max-width: 100% !important; height: auto !important; }

  /* Ensure page hero padding accounts for fixed header */
  .page-hero,
  .gallery-hero,
  .about-hero,
  .srv-hero,
  .contact-hero { padding-top: 72px !important; min-height: 220px !important; }

  /* All page hero text readable on mobile */
  .page-hero-title,
  .gallery-hero-title,
  .srv-hero-title { font-size: clamp(1.4rem, 6vw, 2.2rem) !important; }
  .page-hero-subtitle,
  .gallery-hero-subtitle,
  .srv-hero-subtitle { font-size: clamp(0.88rem, 3.5vw, 1rem) !important; }

  /* Buttons always full width on small screens */
  .btn-lg { width: 100%; justify-content: center; }

  /* Services grid stacks */
  .services-grid,
  .srv-grid { grid-template-columns: 1fr !important; }

  /* About page stacks */
  .about-story { grid-template-columns: 1fr !important; flex-direction: column !important; }

  /* Contact form full width */
  .contact-form-card,
  .contact-info { width: 100% !important; }

  /* Gallery grid: 2-col with aspect-ratio-driven rows */
  .gallery-grid { grid-template-columns: 1fr 1fr !important; grid-auto-rows: auto !important; gap: 10px !important; }
  .gallery-item, .gallery-item--tall, .gallery-item--wide { aspect-ratio: 4 / 3; grid-row: span 1 !important; grid-column: span 1 !important; }
  .gallery-img { height: 100% !important; }

  /* Shop grid */
  .products-grid,
  .shop-grid { grid-template-columns: 1fr 1fr !important; gap: 12px !important; }

  /* Footer stack */
  .footer-grid { grid-template-columns: 1fr !important; }

  /* Orb: visible on tablet, hidden below 600px via separate breakpoint */
  .hero-orb { overflow: visible !important; }
}
