:root {
      --navy: #08083d;
      --navy-soft: #242453;
      --gold: #b1a084;
      --gold-dark: #988567;
      --cream: #f7f3ec;
      --line: #e9e3d8;
      --white: #ffffff;
      --shadow: 0 24px 60px rgba(8, 8, 61, .16);
      --hair: rgba(255, 255, 255, .09);
      --ink-1: rgba(255, 255, 255, .92);
      --ink-2: rgba(255, 255, 255, .62);
      --ink-3: rgba(255, 255, 255, .40);
    }
html { color-scheme: light; scroll-behavior: smooth; }
.site-header {
      position: relative;
      z-index: 30;
      background: var(--white);
      box-shadow: 0 1px 0 rgba(8, 8, 61, .08);
    }
.pill-ghost { color: var(--white); background: transparent; border: 1.5px solid rgba(255,255,255,.36); }
.pill-ghost:hover { border-color: var(--gold); color: #f0e6d5; }
.hero-btn { min-height: 50px; max-width: 100%; padding: 0 26px; font-size: 14px; text-align: center; }
.hero-btn svg { width: 18px; height: 18px; }
:root { --wa1: #34ec7a; --wa2: #30932a; --ok: #3f9d5a; --ok-bg: #eef7f0; --info: #4a78c4; --info-bg: #eef2fb; }
.container { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 12px 24px; border: 0; border-radius: 50px; font-weight: 700; font-size: 14px; line-height: 1.2; cursor: pointer; white-space: nowrap; transition: background .2s ease, color .2s ease, box-shadow .18s ease, transform .18s ease, filter .18s ease; }
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: #6e6352; }
.test1-price-hero { position: relative; background: linear-gradient(135deg, #08083d 0%, #23234f 60%, #3a3a5c 100%); color: var(--white); }
.test1-wrap { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.test1-price-hero__intro h1 { margin: 0; font-size: clamp(34px, 5vw, 60px); line-height: 1.06; letter-spacing: -.035em; }
.test1-lead { max-width: 520px; margin: 22px 0 0; color: rgba(255,255,255,.86); font-size: 15px; line-height: 1.7; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.form-section { padding: 72px 0; background: var(--cream); }
.form-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; }
.form-info h2 { margin: 12px 0 14px; color: var(--navy); font-size: clamp(24px, 3vw, 34px); line-height: 1.14; letter-spacing: -.02em; }
.form-info > p { margin: 0 0 18px; color: var(--navy-soft); font-size: 15px; line-height: 1.7; }
.assurance-list { margin: 0 0 22px; padding: 0; list-style: none; display: grid; gap: 10px; }
.assurance-list li { position: relative; padding-left: 26px; color: var(--navy-soft); font-size: 14px; }
.assurance-list li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 700; }
.contact-direct a { display: block; margin-bottom: 8px; color: var(--navy-soft); font-size: 14px; }
.contact-direct a:hover { color: var(--gold-dark); }
.quote-form { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; margin-bottom: 6px; color: var(--navy); font-size: 13px; font-weight: 600; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; background: #fbfaf7; color: var(--navy); font: inherit; font-size: 14px; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--gold); background: var(--white); }
.quote-form .submit { width: 100%; margin-top: 4px; }
.form-note { margin: 14px 0 0; color: var(--navy-soft); font-size: 12.5px; text-align: center; }
.whatsapp-icon { position: fixed; right: 22px; bottom: 22px; z-index: 30; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(90deg, var(--wa1), var(--wa2)); box-shadow: 0 10px 26px rgba(48,147,42,.4); }
.whatsapp-icon svg { width: 28px; height: 28px; fill: #fff; }
.lightbox { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; background: rgba(5,5,20,.9); }
body.lb-open { overflow: hidden; }
.lightbox-content { max-width: 92vw; max-height: 88vh; display: grid; place-items: center; }
.lightbox-content img { max-width: 92vw; max-height: 88vh; border-radius: 10px; display: block; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.lightbox-close { position: fixed; top: 16px; right: 20px; display: grid; place-items: center; width: 46px; height: 46px; border: 0; border-radius: 50%; background: rgba(255,255,255,.16); color: #fff; font-size: 26px; line-height: 1; cursor: pointer; transition: background .16s ease; }
.lightbox-close:hover { background: rgba(255,255,255,.3); }
@media (max-width: 1023px) {
      .site-header { position: sticky; top: 0; box-shadow: 0 1px 0 rgba(8,8,61,.08), 0 6px 20px rgba(8,8,61,.06); }
      #contact { scroll-margin-top: 80px; }
      .form-layout { grid-template-columns: 1fr; gap: 32px; }
    }
@media (max-width: 640px) {
      .form-row { grid-template-columns: 1fr; }
      .quote-form .submit { white-space: normal; }
    }
@media (max-width: 1240px) and (min-width: 1024px) {
      .header-main { width: min(1240px, calc(100% - 48px)); grid-template-columns: 145px minmax(0,1fr) auto auto; column-gap: 8px; }
      .brand { width: 142px; }
      .nav-trigger { padding-right: 7px; padding-left: 7px; font-size: 11px; }
      .consultation-cta { padding-right: 15px; padding-left: 15px; font-size: 11px; }
      .language-button { font-size: 11px; }
    }
@media (max-width: 1023px) {
      .utility-bar { display: none; }
      .header-main { display: flex; justify-content: space-between; width: min(720px, calc(100% - 32px)); min-height: 64px; }
      .brand { width: 138px; }
      .desktop-nav, .header-main > .consultation-cta, .header-main > .language { display: none; }
      .hamburger { display: inline-flex; }
      .lead { grid-template-columns: 1fr; gap: 34px; padding: 56px 0 40px; }
      .lead-contact { justify-self: start; text-align: left; }
      .directory { grid-template-columns: 1fr 1fr; gap: 34px 40px; }
    }
@media (max-width: 560px) {
      .wrap { width: calc(100% - 40px); }
      .directory { grid-template-columns: 1fr; }
      .baseline { flex-direction: column; align-items: flex-start; }
      .hero-btn { width: 100%; }
    }
.ba-hero__inner { padding: 72px 0 78px; }
.ba-hero__inner .test1-price-hero__intro { max-width: 780px; }
.ba-hero__inner .test1-lead { max-width: 640px; }
.ba-gallery-section { padding: 0 0 56px; background: var(--white); }
.ba-toolbar { position: sticky; top: 0; z-index: 22; margin: 0 0 26px; padding: 16px 0 14px; background: rgba(255,255,255,.95); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.ba-toolbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.ba-filters { display: flex; gap: 8px; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; }
.ba-filters button { display: inline-flex; align-items: center; gap: 7px; min-height: 42px; padding: 0 18px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--navy-soft); font: 600 13.5px "Poppins", Arial, sans-serif; cursor: pointer; transition: background .16s ease, color .16s ease, border-color .16s ease; }
.ba-filters button:hover { border-color: var(--gold); color: var(--gold-dark); }
.ba-filters button .ba-count { color: inherit; opacity: .55; font-weight: 500; font-size: 12px; }
.ba-filters button[aria-pressed="true"] { background: var(--navy); border-color: var(--navy); color: #fff; }
.ba-filters button[aria-pressed="true"] .ba-count { opacity: .7; }
.ba-showing { color: var(--navy-soft); font-size: 13px; white-space: nowrap; }
.ba-showing b { color: var(--navy); }
.ba-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.ba-tile { position: relative; display: block; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #fbfaf7; cursor: zoom-in; }
.ba-tile img { display: block; width: 100%; height: auto; aspect-ratio: 1/1; object-fit: cover; transition: transform .4s ease; }
.ba-tile:hover img { transform: scale(1.035); }
.ba-tile__tag { position: absolute; top: 12px; left: 12px; padding: 6px 12px; border-radius: 999px; background: rgba(8,8,61,.78); color: #fff; font-size: 11.5px; font-weight: 600; letter-spacing: .01em; backdrop-filter: blur(4px); }
.ba-tile__zoom { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--navy); font-size: 15px; opacity: 0; transform: translateY(6px); transition: opacity .18s ease, transform .18s ease; }
.ba-tile:hover .ba-tile__zoom, .ba-tile:focus-visible .ba-tile__zoom { opacity: 1; transform: none; }
.ba-tile[hidden] { display: none; }
.ba-more { display: flex; justify-content: center; margin-top: 30px; }
.ba-more button { display: inline-flex; align-items: center; gap: 10px; min-height: 50px; padding: 0 30px; border: 1.5px solid var(--gold); border-radius: 999px; background: var(--white); color: var(--gold-dark); font: 700 14px "Poppins", Arial, sans-serif; cursor: pointer; transition: background .16s ease; }
.ba-more button:hover { background: var(--cream); }
.lb-nav { position: fixed; top: 50%; z-index: 2; display: grid; place-items: center; width: 52px; height: 52px; transform: translateY(-50%); border: 0; border-radius: 50%; background: rgba(255,255,255,.16); color: #fff; font-size: 22px; line-height: 1; cursor: pointer; transition: background .16s ease; }
.lb-nav:hover { background: rgba(255,255,255,.32); }
.lb-prev { left: 18px; }
.lb-next { right: 18px; }
.lb-caption { position: fixed; left: 50%; bottom: 20px; transform: translateX(-50%); display: flex; align-items: center; gap: 12px; padding: 9px 18px; border-radius: 999px; background: rgba(255,255,255,.12); color: #fff; font-size: 13px; }
.lb-caption .lb-counter { color: rgba(255,255,255,.6); font-variant-numeric: tabular-nums; }
@media (max-width: 1023px) {
      .ba-hero__inner { padding: 52px 0 58px; }
      .ba-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
      .ba-toolbar { top: 64px; }
    }
@media (max-width: 720px) {
      .ba-grid { grid-template-columns: 1fr; gap: 14px; }
      .ba-toolbar { padding: 12px 0 10px; }
      .ba-toolbar__inner { gap: 10px; }
      .ba-filters { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 2px; scrollbar-width: none; }
      .ba-filters::-webkit-scrollbar { display: none; }
      .ba-filters button { white-space: nowrap; min-height: 38px; padding: 0 14px; font-size: 12.5px; }
      .ba-showing { display: none; }
      .ba-tile__tag { top: 8px; left: 8px; padding: 5px 9px; font-size: 10.5px; }
      .ba-tile__zoom { display: none; }
      .lb-nav { width: 44px; height: 44px; font-size: 18px; }
      .lb-prev { left: 8px; }
      .lb-next { right: 8px; }
    }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
.cc-phone-row{display:flex;gap:8px;align-items:stretch}
.cc-phone-row>.cc-select{flex:0 0 auto;width:auto;min-width:0;max-width:6.6em;padding-left:10px;padding-right:6px}
/* flex-basis 0 (not auto) so the input stops contributing its 20-char intrinsic width to the grid track */
.cc-phone-row>input[type="tel"]{flex:1 1 0;width:100%;min-width:0}
.cc-phone-row{min-width:0}
.form-layout>*,.form-row>*,.form-group,.quote-form{min-width:0}
.quote-form input,.quote-form select,.quote-form textarea{max-width:100%}
.quote-form .cf-turnstile{max-width:100%;overflow:hidden}
@media (max-width:560px){.quote-form{padding:22px 16px}}
@media (max-width:400px){.quote-form .cf-turnstile{transform:scale(.92);transform-origin:left top;height:68px}}
@media (max-width:345px){.quote-form .cf-turnstile{transform:scale(.78);height:56px}}

.quote-form .cf-turnstile{margin:4px 0 12px}
.quote-form .form-msg{margin:0 0 12px;padding:12px 14px;border-radius:12px;font-size:14px;line-height:1.5}
.quote-form .form-msg.is-ok{background:#eef7ee;color:#1e5c2a;border:1px solid #bfe0c4}
.quote-form .form-msg.is-err{background:#fdf0ef;color:#8a2a22;border:1px solid #f0c7c2}
.quote-form .submit[disabled]{opacity:.65;cursor:wait}
