@font-face { font-family: 'Montserrat'; src: url('../assets/fonts/montserrat-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat'; src: url('../assets/fonts/montserrat-500.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat'; src: url('../assets/fonts/montserrat-600.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat'; src: url('../assets/fonts/montserrat-700.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat Alternates'; src: url('../assets/fonts/montserrat-alternates-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat Alternates'; src: url('../assets/fonts/montserrat-alternates-700.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', sans-serif; color: #000203; background: var(--surface); overflow-x: hidden;
  --surface: #FBF7F2; --accent: #002336; --accent-hover: #001C2B; --cta-pad: clamp(1.5rem,3vw,2rem); --hero-speed: 5000ms;
}
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
h1, h2, h3, h4 { font-family: 'Montserrat Alternates', sans-serif; font-weight: 400; }

.card-img {
  width: 100%;
  object-fit: cover;
  border: 1px solid rgba(0,2,3,0.15);
  background: #F2F2F2;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 100px; white-space: nowrap; font-weight: 500;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  padding: 12px 28px; border: 1px solid transparent;
  transition: all .2s ease;
}
.btn-sm { padding: 10px 24px; }
.btn-primary { background: var(--accent); border-color: var(--accent); color: #FFFFFF; }
.btn-primary:hover { background: var(--accent-hover); border-color: var(--accent-hover); }
.btn-outline { background: transparent; border-color: rgba(0,2,3,0.15); color: #000203; }
.btn-outline:hover { background: rgba(0,2,3,0.05); }
.btn-white { background: var(--surface); border-color: var(--surface); color: #000203; }
.btn-white:hover { background: #D8D9D9; border-color: #D8D9D9; }
.btn-ghost-light { background: transparent; border-color: rgba(255,255,255,0.3); color: #FFFFFF; backdrop-filter: blur(10px); }
.btn-ghost-light:hover { background: rgba(255,255,255,0.1); }

.icon-circle {
  width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid #000203;
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
  color: #000203; flex-shrink: 0;
}
.icon-circle svg { display: block; }
.chevron {
  display: inline-block; width: 8px; height: 8px;
  border-right: 1.5px solid #000203; border-bottom: 1.5px solid #000203;
}
.chevron-right { transform: rotate(-45deg); }
.chevron-left { transform: rotate(135deg); }
.chevron-down { transform: rotate(45deg); margin-top: -4px; }

.wrap { max-width: 1280px; margin: 0 auto; }
.pad-section { padding: clamp(4rem,6vw,7rem) 5%; }
.eyebrow { font-weight: 600; margin-bottom: 16px; font-size: clamp(0.875rem,1.2vw,1rem); }
.section-intro { max-width: 560px; margin: 0 auto 64px; text-align: center; }
.section-intro h2 { font-size: clamp(2.25rem,4.5vw,3rem); margin-bottom: 24px; }
.section-intro p { font-size: clamp(1rem,1.4vw,1.125rem); }

.round-btn {
  width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(0,2,3,0.15);
  background: transparent; display: flex; align-items: center; justify-content: center;
}
.dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(0,2,3,0.2); display: inline-block; }
.dot.active { background: #000203; }
.dots { display: flex; gap: 6px; }
.carousel-controls { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; }
.carousel-track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.carousel-track::-webkit-scrollbar { display: none; }

.social-circle {
  width: 28px; height: 28px; border-radius: 50%; border: 1px solid rgba(0,2,3,0.3);
  display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 600;
}
.social-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.team-card .social-icon {
  border: none;
  color: #FFFFFF;
  background: radial-gradient(circle at 30% 107%, #FDF497 0%, #FDF497 8%, #FD5949 42%, #D6249F 60%, #285AEB 100%);
}
.team-card .social-whatsapp {
  border: none;
  color: #FFFFFF;
  background: #25D366;
}
.social-whatsapp svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.footer-social {
  border: none;
  color: #FFFFFF;
}
.footer-social svg {
  width: 15px;
  height: 15px;
  display: block;
}
.footer-social.facebook { background: #1877F2; }
.footer-social.facebook svg,
.footer-social.youtube svg { fill: currentColor; }
.footer-social.instagram {
  background: radial-gradient(circle at 30% 107%, #FDF497 0%, #FDF497 8%, #FD5949 42%, #D6249F 60%, #285AEB 100%);
}
.footer-social.instagram svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.footer-social.youtube { background: #FF0000; }
.footer-social.youtube svg path:last-child { fill: #FF0000; }

/* ===== Top info bar ===== */
.top-info-bar {
  background: var(--accent);
  color: rgba(255,255,255,0.82);
  font-size: clamp(0.75rem,1vw,0.875rem);
  font-weight: 500;
  letter-spacing: 0.06em;
}
.top-info-inner {
  min-height: 36px;
  padding: 8px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.top-info-left,
.top-info-right {
  display: flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}
.top-info-right a {
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.top-info-left a {
  color: rgba(255,255,255,0.82);
}
.top-info-left a:hover {
  color: #FFFFFF;
}
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #32D583;
  flex: 0 0 auto;
}
.top-info-separator {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
}

/* ===== Navbar ===== */
.navbar {
  position: sticky; top: 0; z-index: 999;
  display: grid; grid-template-columns: 1fr max-content 1fr; align-items: center; gap: 24px;
  padding: 0 5%; min-height: 72px; background: var(--surface); border-bottom: 1px solid rgba(0,2,3,0.1);
}
.navbar nav { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.navbar nav a, .navbar nav button.nav-link {
  padding: 8px 16px; font-size: clamp(0.875rem,1.2vw,1rem); background: none; border: none; color: #000203;
  display: flex; align-items: center; gap: 6px;
}
.navbar .logo-mark { display: flex; align-items: center; min-height: 64px; }
.navbar .logo-mark img { height: 36px; width: auto; object-fit: contain; }
.nav-right { display: flex; justify-content: flex-end; align-items: center; gap: 12px; }
.hamburger-btn {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; background: none; border: none; padding: 0;
}
.hamburger-btn span { display: block; width: 22px; height: 2px; background: #000203; margin: 0 auto; transition: transform .2s ease, opacity .2s ease; }
.navbar.menu-open .hamburger-btn span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.navbar.menu-open .hamburger-btn span:nth-child(2) { opacity: 0; }
.navbar.menu-open .hamburger-btn span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; }

/* ===== Hero ===== */
.hero { position: relative; min-height: 92vh; min-height: 92dvh; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg-overlay { position: absolute; inset: 0; z-index: 1; background: rgba(0,2,3,0.5); }
.hero-bg-image {
  position: absolute; inset: 0;
  background-image: url('../assets/hero/color.jpg');
  background-position: center;
  background-size: cover;
  transition: opacity .35s ease;
}
.hero-content {
  position: relative; z-index: 2; min-height: 92vh; min-height: 92dvh; display: flex; flex-direction: column;
  align-items: center; justify-content: center; padding: 64px 5%; text-align: center;
}
.hero-content .eyebrow { color: #FFFFFF; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.85; }
.hero-content h1 { color: #FFFFFF; font-size: clamp(2.5rem,5vw,3.5rem); line-height: 1.2; margin-bottom: 24px; max-width: 720px; }
.hero-content p { color: #FFFFFF; font-size: clamp(1rem,1.4vw,1.125rem); max-width: 560px; line-height: 1.6; }
.hero-content .btn-row { margin-top: 32px; display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.hero-tabs {
  position: absolute; left: 0; right: 0; bottom: 48px; z-index: 3; display: flex;
  justify-content: center; gap: 16px; padding: 0 5%; max-width: 640px; margin: 0 auto;
}
.hero-tab {
  flex: 1; background: none; border: none; padding: 16px 8px 12px; text-align: center;
  position: relative; color: #B2B3B3; font-size: clamp(0.875rem,1.2vw,1rem);
}
.hero-tab span.label { color: #B2B3B3; }
.hero-tab.active span.label { color: #FFFFFF; }
.hero-tab-bar { display: block; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: rgba(255,255,255,0.2); }
.hero-tab-fill { display: block; height: 100%; background: #FFFFFF; width: 0%; }

/* ===== Approach tabs ===== */
.approach-box { border: 1px solid rgba(0,2,3,0.15); background: #F2F2F2; display: grid; grid-template-columns: minmax(220px,1fr) 1.6fr; overflow: hidden; }
.approach-tablist { display: flex; flex-direction: column; border-right: 1px solid rgba(0,2,3,0.15); background: var(--surface); }
.approach-tab {
  text-align: left; padding: 20px 28px; border: none; border-bottom: 1px solid rgba(0,2,3,0.15);
  font-family: 'Montserrat Alternates', sans-serif; font-size: clamp(1.25rem,2vw,1.5rem);
  background: var(--surface); color: #000203;
}
.approach-tab:last-child { flex: 1; }
.approach-tab.active { background: #F2F2F2; }
.approach-panel { padding: clamp(2rem,4vw,4rem); display: flex; flex-direction: column; justify-content: center; }
.approach-panel h3 { font-size: clamp(2rem,4vw,2.5rem); margin-bottom: 20px; }
.approach-panel p { font-size: clamp(1rem,1.4vw,1.125rem); }
.approach-panel .btn-row { margin-top: 32px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.view-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; font-size: clamp(0.875rem,1.2vw,1rem); }

/* ===== Location ===== */
.location-section .wrap { max-width: 560px; text-align: center; }
.location-section h1 { font-size: clamp(2.5rem,5vw,3.5rem); margin-bottom: 24px; }
.location-section p { font-size: clamp(1rem,1.4vw,1.125rem); }
.location-section .btn-row { margin-top: 32px; display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ===== Services menu ===== */
.services-section { overflow: hidden; }
.services-header { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px; margin-bottom: 56px; }
.services-header .col { max-width: 560px; }
.services-header h1 { font-size: clamp(2.25rem,4.5vw,3rem); margin-bottom: 16px; }
.services-header p { font-size: clamp(1rem,1.4vw,1.125rem); }
.menu-card { flex: 0 0 260px; scroll-snap-align: start; font-weight: 600; font-size: clamp(1rem,1.4vw,1.125rem); }
.menu-card .service-img { aspect-ratio: 5/6; margin-bottom: 16px; }
.menu-card .name-row { margin-bottom: 8px; }
.menu-card .from-label { font-size: clamp(0.75rem,1vw,0.875rem); font-weight: 400; color: #4C4D4E; }
.menu-card .price { font-size: clamp(1.125rem,1.5vw,1.25rem); }

/* ===== Gallery ===== */
.gallery-section { overflow: hidden; padding-left: 0; padding-right: 0; }
.gallery-grid { display: grid; grid-template-columns: minmax(280px,0.9fr) minmax(0,1.5fr); align-items: center; gap: 48px; }
.gallery-grid > * { min-width: 0; }
.gallery-intro { padding: 0 5%; }
.gallery-intro .inner { max-width: 460px; margin-left: clamp(1.5rem,4vw,4rem); }
.gallery-intro h2 { font-size: clamp(2.125rem,4vw,3rem); line-height: 1.12; margin-bottom: 20px; }
.gallery-intro p:not(.eyebrow) { font-size: clamp(1rem,1.4vw,1.125rem); line-height: 1.7; color: #4C4D4E; }
.gallery-track-wrap { padding: 0 5% 0 0; }
.gallery-card { flex: 0 0 320px; scroll-snap-align: start; }
.gallery-card img { aspect-ratio: 4/3; width: 100%; height: 100%; object-fit: cover; border: 1px solid rgba(0,2,3,0.15); }
.gallery-track-wrap .carousel-controls { margin-top: 24px; }

/* ===== Values ===== */
.values-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(320px,1fr)); gap: 32px; align-items: stretch; }
.values-col { display: flex; flex-direction: column; gap: 32px; height: 100%; }
.value-card { border: 1px solid rgba(0,2,3,0.15); background: #F2F2F2; display: flex; flex-direction: column; }
.value-card .card-img.wide { aspect-ratio: 16/9; }
.value-card .body { padding: clamp(1.5rem,3vw,3rem); }
.value-card .body h2 { font-size: clamp(2rem,4vw,2.5rem); margin-bottom: 20px; }
.value-card .body p { font-size: clamp(1rem,1.4vw,1.125rem); }
.value-card .body .btn-row { margin-top: 24px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.value-card.split { display: grid; grid-template-columns: 1fr 1fr; }
.value-card.split .card-img { height: 100%; }
.value-card.split .body { padding: 24px; display: flex; flex-direction: column; justify-content: center; }
.value-card.split .body h2 { font-size: clamp(1.25rem,2vw,1.5rem); margin-bottom: 8px; }
.value-card.slim .body { padding: clamp(1.25rem,2vw,1.5rem); }
.value-card.slim .body h2 { font-size: clamp(1.25rem,2vw,1.5rem); margin-bottom: 8px; }
.value-card.slim .body p { font-size: clamp(0.875rem,1.1vw,1rem); }
.value-card.slim .body .btn-row { margin-top: 16px; }
.value-card.compact { padding: clamp(1.5rem,2.5vw,2rem); display: flex; flex-direction: column; justify-content: space-between; min-height: 220px; }
.value-card.compact h3 { font-size: clamp(1.25rem,2vw,1.5rem); margin-bottom: 8px; }
.value-card.compact p { font-size: clamp(1rem,1.4vw,1.125rem); }
.value-card.compact .icon-circle { margin-bottom: 16px; }
.value-card.compact .footer-link { margin-top: 20px; }

/* ===== Team ===== */
.team-section { overflow: hidden; }
.team-intro { max-width: 560px; margin-bottom: 56px; }
.team-intro h2 { font-size: clamp(2.25rem,4.5vw,3rem); margin-bottom: 24px; }
.team-intro p { font-size: clamp(1rem,1.4vw,1.125rem); }
.team-track { gap: 32px; }
.team-card { flex: 0 0 300px; scroll-snap-align: start; display: flex; flex-direction: column; }
.team-avatar {
  aspect-ratio: 1/1;
  margin-bottom: 20px;
  border: 1px solid rgba(0,2,3,0.15);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.6), rgba(255,255,255,0)),
    #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: clamp(2.5rem,6vw,4rem);
  color: var(--accent);
}
.team-photo {
  aspect-ratio: 1/1;
  width: 100%;
  margin-bottom: 20px;
  object-fit: cover;
  border: 1px solid rgba(0,2,3,0.15);
  background: #F2F2F2;
}
.team-card .name { font-size: clamp(1.125rem,1.5vw,1.25rem); font-weight: 600; }
.team-card .role { font-size: clamp(1rem,1.4vw,1.125rem); color: #4C4D4E; }
.team-card .bio { font-size: clamp(0.875rem,1.2vw,1rem); margin-top: 4px; }
.team-card .socials { margin-top: 20px; display: flex; gap: 12px; }
.team-controls { display: flex; justify-content: space-between; align-items: center; margin-top: 32px; }
.team-join { margin-top: 56px; max-width: 420px; }
.team-join h4 { font-size: clamp(1.5rem,3vw,2rem); margin-bottom: 16px; }
.team-join p { font-size: clamp(1rem,1.4vw,1.125rem); }
.team-join .cta { margin-top: 24px; }

/* ===== Testimonials ===== */
.testimonial-section { overflow: hidden; }
.testimonial-intro { max-width: 560px; margin: 0 auto 56px; text-align: center; }
.testimonial-intro h2 { font-size: clamp(2.25rem,4.5vw,3rem); margin-bottom: 24px; }
.testimonial-intro p { font-size: clamp(1rem,1.4vw,1.125rem); }
.testimonial-card {
  flex: 0 0 340px; scroll-snap-align: start; border: 1px solid rgba(0,2,3,0.15); background: #F2F2F2;
  padding: 32px; display: flex; flex-direction: column; justify-content: space-between;
}
.testimonial-card .stars {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
  color: #FABB05;
  font-size: 22px;
  letter-spacing: 2px;
  text-shadow: 0 0 0 #FABB05;
}
.testimonial-card p.quote { font-size: clamp(1rem,1.4vw,1.125rem); flex: 1; }
.testimonial-card .who { margin-top: 24px; display: flex; align-items: center; gap: 16px; }
.testimonial-card .avatar {
  width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0;
  background: #FFFFFF url('../assets/icons/google-logo.png') center / 70% no-repeat;
  border: 1px solid rgba(0,2,3,0.12);
}
.testimonial-card .who .name { font-weight: 600; font-size: clamp(0.875rem,1.2vw,1rem); }
.testimonial-card .who .loc { font-size: clamp(0.875rem,1.2vw,1rem); }
.testimonial-dots { display: flex; justify-content: center; gap: 6px; margin-top: 32px; }

/* ===== CTA ===== */
.cta-box {
  border: 1px solid rgba(0,2,3,0.15); background: #F2F2F2; padding: var(--cta-pad);
  display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap;
}
.cta-box .col { max-width: 480px; }
.cta-box h3 { font-size: clamp(1.5rem,2.6vw,1.875rem); margin-bottom: 10px; }
.cta-box p { font-size: clamp(0.9375rem,1.2vw,1rem); }
.cta-box .btn-row { display: flex; gap: 12px; flex-wrap: wrap; }
/* ===== Contact ===== */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 48px; }
.contact-icon { color: #000203; margin-bottom: 24px; }
.contact-icon svg { display: block; }
.contact-item h3 { font-size: clamp(1.5rem,3vw,2rem); margin-bottom: 12px; font-weight: 400; }
.contact-item p { font-size: clamp(0.9375rem,1.2vw,1.0625rem); margin-bottom: 20px; color: #6B6C6D; line-height: 1.6; }
.contact-item a.link { text-decoration: underline; font-size: clamp(0.9375rem,1.2vw,1.0625rem); color: var(--accent); }
.contact-map { margin-top: 48px; aspect-ratio: 16/5; font-size: 13px; border: 1px solid rgba(0,2,3,0.15); overflow: hidden; }
.icon-envelope { width: 20px; height: 14px; border: 1.5px solid #000203; }
.icon-dot { width: 16px; height: 16px; border-radius: 50%; border: 1.5px solid #000203; }
.icon-diamond { width: 16px; height: 16px; border: 1.5px solid #000203; transform: rotate(45deg); }

/* ===== Footer ===== */
.site-footer { padding: clamp(3rem,5vw,5rem) 5%; }
.footer-box { border: 1px solid rgba(0,2,3,0.15); background: #F2F2F2; padding: clamp(2rem,3vw,3rem); display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; }
.footer-brand .logo { margin-bottom: 28px; }
.footer-brand .logo img { height: 34px; width: auto; }
.footer-brand .info { margin-bottom: 28px; }
.footer-brand .info .label { font-size: clamp(0.75rem,1vw,0.875rem); font-weight: 600; margin-bottom: 4px; }
.footer-brand .info .value { font-size: clamp(0.75rem,1vw,0.875rem); margin-bottom: 20px; }
.footer-brand .info a { display: block; font-size: clamp(0.75rem,1vw,0.875rem); text-decoration: underline; }
.footer-brand .socials { display: flex; gap: 12px; }
.footer-links { display: grid; grid-template-columns: repeat(auto-fit,minmax(120px,1fr)); gap: 24px; }
.footer-links ul { list-style: none; }
.footer-links li { padding: 8px 0; font-size: clamp(0.75rem,1vw,0.875rem); font-weight: 600; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; padding: 24px 0 8px; }
.footer-bottom p { font-size: clamp(0.75rem,1vw,0.875rem); }
.footer-bottom ul { list-style: none; display: flex; gap: 24px; flex-wrap: wrap; }
.footer-bottom li { text-decoration: underline; font-size: clamp(0.75rem,1vw,0.875rem); }
.footer-credit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 6px;
  color: #6B6C6D;
  font-size: clamp(0.6875rem,0.9vw,0.8125rem);
}
.footer-credit a {
  display: inline-flex;
  align-items: center;
  opacity: 0.72;
  transition: opacity .2s ease;
}
.footer-credit a:hover { opacity: 1; }
.footer-credit img {
  height: 18px;
  width: auto;
}

/* ===== Modal ===== */
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(0,2,3,0.45);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.modal-backdrop.open { display: flex; }
.modal-dialog {
  position: relative;
  width: min(560px, 100%);
  max-height: min(720px, calc(100dvh - 48px));
  overflow-y: auto;
  background: var(--surface);
  border: 1px solid rgba(0,2,3,0.15);
  padding: clamp(1.5rem,3vw,2.25rem);
  box-shadow: 0 24px 60px rgba(0,2,3,0.24);
}
.modal-dialog h2 {
  font-size: clamp(1.75rem,3vw,2.25rem);
  margin-bottom: 18px;
}
.modal-dialog p:not(.eyebrow) {
  color: #4C4D4E;
  line-height: 1.7;
  margin-bottom: 14px;
  font-size: 0.95rem;
}
.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(0,2,3,0.15);
  background: transparent;
  color: #000203;
  font-size: 24px;
  line-height: 1;
}

/* =========================================================
   Responsive breakpoints — matches Relume's md (768px) /
   lg (991px) behavior so nothing breaks at any width.
   ========================================================= */

/* ---- Tablet / small desktop (<=991px): mobile nav kicks in ---- */
@media (max-width: 991px) {
  .top-info-inner { justify-content: center; text-align: center; flex-wrap: wrap; gap: 6px 18px; }
  .top-info-left, .top-info-right { white-space: normal; justify-content: center; }
  .top-info-left { gap: 10px; }
  .navbar { grid-template-columns: max-content 1fr max-content; min-height: 64px; }
  .navbar nav.nav-desktop { display: none; }
  .nav-book-desktop { display: none; }
  .hamburger-btn { display: flex; }
  .navbar .logo-mark { justify-self: start; order: -1; }
  .navbar .logo-mark img { height: 30px; }
  .mobile-menu {
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--surface); border-bottom: 1px solid rgba(0,2,3,0.1);
    flex-direction: column; padding: 8px 5% 24px; gap: 4px;
    max-height: calc(100dvh - 64px); overflow-y: auto;
  }
  .mobile-menu a { padding: 14px 4px; font-size: 1rem; min-height: 44px; display: flex; align-items: center; }
  .navbar.menu-open .mobile-menu { display: flex; }
  .navbar.menu-open { box-shadow: 0 8px 24px rgba(0,2,3,0.12); }

  .approach-box { grid-template-columns: 1fr; }
  .approach-tablist { flex-direction: row; flex-wrap: wrap; border-right: none; border-bottom: 1px solid rgba(0,2,3,0.15); }
  .approach-tab { border-bottom: none; flex: 1 1 auto; text-align: center; padding: 16px 12px; }

  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-intro { padding: 0 5% 32px; }
  .gallery-intro .inner { margin-left: 0; }
  .gallery-track-wrap { padding: 0 5%; }

  .value-card.split { grid-template-columns: 1fr; }
  .value-card.split .card-img { aspect-ratio: 16/9; }

  .footer-box { grid-template-columns: 1fr; }
}

/* ---- Phones (<=767px) ---- */
@media (max-width: 767px) {
  .hero-content h1 { max-width: 100%; }
  .hero-tabs { gap: 6px; bottom: 24px; }
  .hero-tab { padding: 12px 4px 10px; font-size: 0.75rem; }

  .services-header { flex-direction: column; align-items: flex-start; }
  .services-header > .btn { width: 100%; }

  .approach-tablist { flex-direction: column; overflow-x: visible; }
  .approach-tab { text-align: left; border-bottom: 1px solid rgba(0,2,3,0.15); padding: 16px 20px; }

  .hero-content .btn-row { width: 100%; flex-direction: column; gap: 12px; }
  .hero-content .btn-row .btn { width: 100%; }

  .location-section .btn-row { width: 100%; flex-direction: column; gap: 12px; }
  .location-section .btn-row .btn { width: 100%; }

  .menu-card, .team-card { flex-basis: 72vw; max-width: 260px; }
  .gallery-card { flex-basis: 82vw; max-width: 340px; }
  .testimonial-card { flex-basis: 86vw; max-width: 360px; }

  .contact-grid { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
  .cta-box { flex-direction: column; align-items: flex-start; }
  .cta-box .btn-row { width: 100%; }
  .cta-box .btn-row .btn { flex: 1; }
}

/* ---- Small phones (<=420px): guard against overflow ---- */
@media (max-width: 420px) {
  .hero-tabs { padding: 0 4%; }
  .hero-tab span.label { font-size: 0.7rem; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 12px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-credit { justify-content: flex-start; }

  .cta-box .btn-row { flex-direction: column; }
  .cta-box .btn-row .btn { width: 100%; }
  .value-card.compact .footer-link { flex-direction: column; align-items: stretch; }
  .value-card.compact .footer-link .btn { width: 100%; }
}

/* ---- Touch devices: bigger, more forgiving tap targets ---- */
@media (hover: none) and (pointer: coarse) {
  .btn { padding-top: 13px; padding-bottom: 13px; }
  .round-btn, .icon-circle { width: 48px; height: 48px; }
}

/* ---- Universal overflow guard ---- */
html, body { max-width: 100%; overflow-x: hidden; }
img, .card-img { max-width: 100%; }

/* embedded booking */
.book-embed {
  display: block;
  width: 100%;
  max-width: 780px;   /* horizontal / landscape on desktop */
  height: 620px;
  margin: 0 auto;
  border: none;
  border-radius: 16px;
  background: transparent;
}
/* mobile: stay vertical */
@media(max-width:600px){
  .book-embed{ max-width: 620px; height: 820px; }
}
