:root {
  --black: #111111;
  --black-soft: #181818;
  --white: #ffffff;
  --cream: #f7f4ed;
  --text: #222222;
  --muted: #6d6a64;
  --gold: #d9a441;
  --gold-light: #f3cd79;
  --gold-deep: #99631f;
  --line: rgba(255,255,255,.12);
  --shadow: 0 26px 70px rgba(0,0,0,.18);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin:0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--cream); color: var(--text); overflow-x:hidden; }
img { max-width:100%; display:block; }
a { color:inherit; text-decoration:none; }
button, input, textarea, select { font:inherit; }
button { cursor:pointer; }

.skip-link { position:fixed; top:-100px; left:16px; z-index:9999; background:#fff; color:#111; padding:10px 14px; border-radius:8px; }
.skip-link:focus { top:16px; }
.container { width:min(var(--container), calc(100% - 40px)); margin-inline:auto; }
.section { padding:112px 0; position:relative; }
.section-dark { background:var(--black); color:#fff; }
.section-light { background:var(--cream); }

.site-header { position:fixed; inset:0 0 auto 0; z-index:1000; background:rgba(17,17,17,.72); backdrop-filter: blur(18px); border-bottom:1px solid rgba(255,255,255,.08); transition:.3s ease; }
.site-header.scrolled { background:rgba(17,17,17,.96); box-shadow:0 10px 40px rgba(0,0,0,.22); }
.header-inner { height:82px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand img { width:210px; height:auto; }
.desktop-nav { display:flex; gap:30px; align-items:center; color:#ddd; font-size:.92rem; }
.desktop-nav a { transition:.25s; position:relative; }
.desktop-nav a::after { content:""; position:absolute; left:0; bottom:-7px; width:0; height:1px; background:linear-gradient(90deg,var(--gold-light),var(--gold-deep)); transition:.25s; }
.desktop-nav a:hover { color:#fff; }
.desktop-nav a:hover::after { width:100%; }
.header-actions { display:flex; align-items:center; gap:12px; }
.social-link { width:42px; height:42px; border:1px solid rgba(255,255,255,.16); border-radius:50%; display:grid; place-items:center; }
.social-link svg, .instagram-footer svg { width:20px; fill:#fff; }
.menu-toggle { display:none; width:44px; height:44px; border:1px solid rgba(255,255,255,.14); border-radius:50%; background:transparent; position:relative; }
.menu-toggle span { width:18px; height:1px; background:#fff; position:absolute; left:12px; transition:.25s; }
.menu-toggle span:first-child { top:17px; }
.menu-toggle span:last-child { top:24px; }
.menu-toggle.active span:first-child { transform:translateY(3.5px) rotate(45deg); }
.menu-toggle.active span:last-child { transform:translateY(-3.5px) rotate(-45deg); }
.mobile-nav { display:none; }

.btn { display:inline-flex; justify-content:center; align-items:center; gap:10px; min-height:52px; padding:0 24px; border-radius:999px; background:linear-gradient(120deg,var(--gold-light),var(--gold),var(--gold-deep)); color:#111; font-weight:760; box-shadow:0 14px 32px rgba(217,164,65,.22); border:0; transition:transform .25s ease, box-shadow .25s ease; }
.btn:hover { transform:translateY(-2px); box-shadow:0 18px 38px rgba(217,164,65,.32); }
.btn-sm { min-height:44px; padding:0 18px; font-size:.87rem; }
.btn-dark { background:#151515; color:#fff; box-shadow:0 14px 28px rgba(0,0,0,.13); }
.btn-dark:hover { box-shadow:0 18px 38px rgba(0,0,0,.18); }
.eyebrow { display:inline-block; color:var(--gold-light); text-transform:uppercase; letter-spacing:.15em; font-size:.72rem; font-weight:780; margin-bottom:18px; }
.eyebrow.dark { color:var(--gold-deep); }

.hero { min-height:780px; padding:150px 0 90px; display:flex; align-items:center; overflow:hidden; }
.hero-grid { display:grid; grid-template-columns: .92fr 1.08fr; gap:68px; align-items:center; position:relative; z-index:2; }
.hero h1 { margin:0; font-family:Georgia, "Times New Roman", serif; font-size:clamp(3.2rem, 6vw, 6.25rem); line-height:.93; letter-spacing:-.045em; max-width:700px; font-weight:500; }
.hero h1 em { color:var(--gold-light); font-weight:500; }
.hero-copy > p { color:#c9c7c1; max-width:600px; line-height:1.75; font-size:1.06rem; margin:28px 0 34px; }
.hero-cta { display:flex; gap:22px; align-items:center; flex-wrap:wrap; }
.text-link { color:#fff; display:inline-flex; align-items:center; gap:8px; font-weight:650; }
.text-link span { color:var(--gold-light); font-size:1.2em; }
.hero-trust { display:flex; gap:42px; border-top:1px solid var(--line); margin-top:48px; padding-top:28px; }
.hero-trust div { display:grid; gap:5px; }
.hero-trust strong { color:#fff; font-size:1.2rem; }
.hero-trust span { color:#8e8e8e; font-size:.78rem; }
.hero-visual { position:relative; }
.image-frame { border-radius:36px; overflow:hidden; box-shadow:var(--shadow); }
.hero-image { background:#222; min-height:560px; }
.hero-image img { width:100%; height:560px; object-fit:cover; object-position:center; }
.image-tag { position:absolute; left:24px; bottom:24px; background:rgba(17,17,17,.78); backdrop-filter:blur(10px); color:#fff; padding:13px 18px; border-radius:999px; border:1px solid rgba(255,255,255,.14); font-size:.82rem; }
.floating-seal { position:absolute; right:-34px; top:-30px; width:126px; height:126px; border:1px solid rgba(243,205,121,.6); border-radius:50%; display:grid; place-items:center; background:#141414; color:var(--gold-light); animation:float 5s ease-in-out infinite; box-shadow:0 18px 50px rgba(0,0,0,.3); }
.floating-seal span { position:absolute; font-size:.56rem; letter-spacing:.18em; }
.floating-seal span:first-child { top:23px; }
.floating-seal span:last-child { bottom:23px; }
.floating-seal b { font-family:Georgia,serif; font-size:1.8rem; font-weight:500; }
.hero-glow { position:absolute; border-radius:50%; filter:blur(80px); opacity:.18; pointer-events:none; animation:drift 8s ease-in-out infinite alternate; }
.glow-one { width:420px; height:420px; background:var(--gold); right:-120px; top:120px; }
.glow-two { width:260px; height:260px; background:var(--gold-deep); left:-90px; bottom:-100px; animation-delay:-3s; }

.marquee-wrap { background:linear-gradient(90deg,var(--gold-deep),var(--gold-light),var(--gold)); overflow:hidden; color:#111; border-block:1px solid rgba(0,0,0,.15); }
.marquee-track { width:max-content; display:flex; align-items:center; gap:22px; padding:15px 0; animation:marquee 28s linear infinite; font-size:.78rem; letter-spacing:.13em; font-weight:850; }
.marquee-track i { width:6px; height:6px; background:#111; border-radius:50%; }

.split-heading { display:grid; grid-template-columns:1.15fr .85fr; gap:80px; align-items:end; }
.split-heading h2, .section-heading h2, .experience-copy h2, .form-copy h2 { margin:0; font-family:Georgia,serif; font-weight:500; line-height:1.02; letter-spacing:-.035em; font-size:clamp(2.5rem,4.8vw,4.8rem); }
.intro-copy { max-width:510px; }
.intro-copy p { color:var(--muted); line-height:1.8; margin:0 0 28px; }

.section-heading { max-width:860px; margin-bottom:56px; }
.section-heading h2 { color:inherit; }
.heading-row { display:flex; justify-content:space-between; gap:60px; max-width:none; align-items:end; }
.heading-row > div { max-width:760px; }
.heading-row > p { max-width:340px; color:#7c786f; line-height:1.7; margin:0; }
.section-dark .heading-row > p { color:#999; }
.service-grid { display:grid; grid-template-columns:repeat(2,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.service-card { min-height:300px; padding:38px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); position:relative; overflow:hidden; transition:.3s; }
.service-card::before { content:""; position:absolute; inset:auto -80px -100px auto; width:190px; height:190px; border-radius:50%; background:radial-gradient(circle,rgba(217,164,65,.2),transparent 70%); transform:scale(.6); opacity:0; transition:.4s; }
.service-card:hover { background:#151515; }
.service-card:hover::before { transform:scale(1); opacity:1; }
.service-number { color:var(--gold-light); font-size:.72rem; letter-spacing:.16em; }
.service-card h3 { font-family:Georgia,serif; font-weight:500; font-size:2rem; margin:36px 0 16px; max-width:380px; }
.service-card p { color:#aaa; line-height:1.7; max-width:480px; }
.service-card a { color:var(--gold-light); font-weight:700; display:inline-block; margin-top:18px; }
.inline-cta { margin-top:48px; border:1px solid rgba(243,205,121,.26); border-radius:var(--radius); padding:28px 32px; display:flex; justify-content:space-between; align-items:center; gap:30px; background:linear-gradient(110deg,rgba(243,205,121,.09),rgba(255,255,255,.02)); }
.inline-cta small { color:#9b9b9b; display:block; margin-bottom:6px; }
.inline-cta strong { font-family:Georgia,serif; font-size:1.65rem; font-weight:500; }

.results { background:#fff; }
.results-scroller { display:grid; grid-template-columns:1fr 1fr; gap:28px; }
.result-card { margin:0; background:var(--cream); border-radius:var(--radius); overflow:hidden; box-shadow:0 12px 40px rgba(0,0,0,.08); }
.result-card img { width:100%; height:480px; object-fit:cover; }
.result-card figcaption { padding:22px 24px 25px; display:flex; justify-content:space-between; align-items:center; gap:15px; }
.result-card figcaption span { color:var(--gold-deep); font-size:.75rem; text-transform:uppercase; letter-spacing:.12em; font-weight:800; }
.result-card figcaption strong { font-family:Georgia,serif; font-size:1.15rem; font-weight:500; }
.center-cta { text-align:center; margin-top:50px; }
.center-cta p { color:#6d6a64; margin-bottom:20px; }
.center-cta.light p { color:#a8a8a8; }

.experience { background:linear-gradient(135deg,#f5efe2,#fff 55%,#f1dfb9); overflow:hidden; }
.experience-grid { display:grid; grid-template-columns:1.04fr .96fr; gap:80px; align-items:center; }
.experience-photo { position:relative; border-radius:36px; overflow:hidden; box-shadow:var(--shadow); min-height:610px; }
.experience-photo img { width:100%; height:610px; object-fit:cover; }
.photo-label { position:absolute; left:24px; bottom:24px; background:#fff; border-radius:999px; padding:12px 17px; font-size:.8rem; font-weight:700; box-shadow:0 10px 30px rgba(0,0,0,.12); }
.experience-copy > p { color:#67635c; line-height:1.8; max-width:560px; margin:28px 0 30px; }
.experience-points { margin-bottom:32px; border-top:1px solid rgba(0,0,0,.1); }
.experience-points div { display:grid; grid-template-columns:42px 1fr; gap:12px; align-items:center; border-bottom:1px solid rgba(0,0,0,.1); padding:16px 0; }
.experience-points span { color:var(--gold-deep); font-size:.72rem; font-weight:800; }
.experience-points p { margin:0; }

.testimonial-track { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.testimonial-card { background:#191919; border:1px solid rgba(255,255,255,.09); border-radius:26px; padding:30px; min-height:330px; display:flex; flex-direction:column; }
.stars { color:var(--gold-light); letter-spacing:.18em; font-size:.9rem; }
.testimonial-card blockquote { margin:28px 0; color:#d7d7d7; line-height:1.75; font-size:.95rem; flex:1; }
.testimonial-card footer { color:#fff; font-family:Georgia,serif; font-size:1.25rem; }

.form-section { background:#fff; overflow:hidden; }
.form-grid { display:grid; grid-template-columns:.86fr 1.14fr; gap:80px; align-items:start; position:relative; z-index:2; }
.form-copy p { color:#6c6962; line-height:1.8; max-width:500px; margin:28px 0; }
.contact-note { padding-top:24px; border-top:1px solid #ddd7cb; display:grid; gap:4px; max-width:240px; }
.contact-note span { font-size:.75rem; text-transform:uppercase; letter-spacing:.14em; color:#8c8274; }
.contact-note strong { font-family:Georgia,serif; font-size:1.35rem; font-weight:500; }
.lead-form { background:var(--black); color:#fff; border-radius:32px; padding:38px; box-shadow:0 28px 80px rgba(0,0,0,.14); }
.lead-form label { display:block; margin-bottom:22px; }
.lead-form label > span { display:block; margin-bottom:10px; font-size:.84rem; color:#d6d6d6; }
.lead-form input, .lead-form select, .lead-form textarea { width:100%; border:1px solid rgba(255,255,255,.14); background:#1b1b1b; color:#fff; padding:15px 16px; border-radius:14px; outline:none; transition:.2s; }
.lead-form textarea { resize:vertical; min-height:110px; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color:var(--gold-light); box-shadow:0 0 0 3px rgba(243,205,121,.08); }
.lead-form select option { background:#1b1b1b; }
.error { display:block; min-height:18px; color:#ffb4b4; padding-top:5px; font-size:.72rem; }
.btn-form { width:100%; }
.btn-form svg { width:20px; fill:#111; }
.form-privacy { color:#838383; font-size:.72rem; line-height:1.5; text-align:center; margin:14px 0 0; }
.form-glow { position:absolute; width:420px; height:420px; background:radial-gradient(circle,rgba(217,164,65,.22),transparent 68%); right:-140px; top:50px; border-radius:50%; }

.footer { padding:72px 0 24px; }
.footer-grid { display:grid; grid-template-columns:1.2fr .8fr .8fr; gap:40px; align-items:start; }
.footer-logo { width:220px; }
.footer-grid p { color:#8f8f8f; max-width:320px; line-height:1.6; }
.footer-links { display:grid; gap:12px; color:#d2d2d2; }
.instagram-footer { justify-self:end; display:inline-flex; align-items:center; gap:10px; color:var(--gold-light); }
.instagram-footer svg { fill:var(--gold-light); }
.footer-bottom { border-top:1px solid var(--line); margin-top:48px; padding-top:20px; display:flex; justify-content:space-between; color:#737373; font-size:.78rem; }
.floating-whatsapp { position:fixed; z-index:900; right:22px; bottom:22px; width:58px; height:58px; border-radius:50%; display:grid; place-items:center; background:#25D366; box-shadow:0 14px 38px rgba(0,0,0,.28); transition:.25s; }
.floating-whatsapp:hover { transform:translateY(-3px) scale(1.03); }
.floating-whatsapp svg { width:28px; fill:#fff; }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity:1; transform:none; }
.delay-1 { transition-delay:.12s; }
.delay-2 { transition-delay:.24s; }

@keyframes marquee { to { transform:translateX(-50%); } }
@keyframes float { 0%,100% { transform:translateY(0) rotate(-4deg); } 50% { transform:translateY(12px) rotate(4deg); } }
@keyframes drift { to { transform:translate(40px,24px) scale(1.08); } }

@media (max-width: 980px) {
  .desktop-nav, .header-actions .btn-sm { display:none; }
  .menu-toggle { display:block; }
  .mobile-nav { position:absolute; top:82px; left:0; right:0; background:#111; padding:18px 20px 24px; border-bottom:1px solid rgba(255,255,255,.1); flex-direction:column; gap:0; }
  .mobile-nav.open { display:flex; }
  .mobile-nav a { color:#fff; padding:14px 0; border-bottom:1px solid rgba(255,255,255,.08); }
  .mobile-nav a:last-child { color:var(--gold-light); border-bottom:0; }
  .hero-grid, .experience-grid, .form-grid { grid-template-columns:1fr; gap:48px; }
  .hero { padding-top:140px; }
  .hero-image, .hero-image img { min-height:0; height:auto; }
  .floating-seal { right:10px; top:-45px; }
  .split-heading { grid-template-columns:1fr; gap:28px; }
  .service-grid { grid-template-columns:1fr; }
  .results-scroller { grid-template-columns:1fr; }
  .heading-row { display:grid; gap:18px; }
  .testimonial-track { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .instagram-footer { justify-self:start; }
}

@media (max-width: 640px) {
  .container { width:min(100% - 28px, var(--container)); }
  .section { padding:82px 0; }
  .header-inner { height:72px; }
  .brand img { width:178px; }
  .mobile-nav { top:72px; }
  .hero { min-height:auto; padding:122px 0 70px; }
  .hero h1 { font-size:clamp(3rem,15vw,4.2rem); }
  .hero-copy > p { font-size:.98rem; }
  .hero-cta { align-items:stretch; flex-direction:column; }
  .hero-cta .btn { width:100%; }
  .text-link { justify-content:center; min-height:42px; }
  .hero-trust { gap:20px; flex-direction:column; }
  .hero-visual { margin-top:12px; }
  .image-frame { border-radius:24px; }
  .floating-seal { width:96px; height:96px; right:8px; top:-44px; }
  .floating-seal span { font-size:.46rem; }
  .floating-seal span:first-child { top:17px; }
  .floating-seal span:last-child { bottom:17px; }
  .floating-seal b { font-size:1.35rem; }
  .image-tag { left:14px; right:14px; bottom:14px; text-align:center; }
  .split-heading h2, .section-heading h2, .experience-copy h2, .form-copy h2 { font-size:clamp(2.4rem,11vw,3.35rem); }
  .section-heading { margin-bottom:38px; }
  .service-card { min-height:0; padding:28px 22px; }
  .service-card h3 { font-size:1.7rem; margin-top:26px; }
  .inline-cta { align-items:stretch; flex-direction:column; padding:24px; }
  .inline-cta .btn { width:100%; }
  .results-scroller { display:flex; overflow-x:auto; scroll-snap-type:x mandatory; gap:14px; margin-right:-14px; padding-right:14px; scrollbar-width:none; }
  .results-scroller::-webkit-scrollbar { display:none; }
  .result-card { min-width:88%; scroll-snap-align:start; }
  .result-card img { height:360px; }
  .result-card figcaption { display:grid; }
  .experience-grid { gap:36px; }
  .experience-photo, .experience-photo img { min-height:420px; height:420px; }
  .testimonial-track { display:flex; overflow-x:auto; scroll-snap-type:x mandatory; margin-right:-14px; padding-right:14px; scrollbar-width:none; }
  .testimonial-track::-webkit-scrollbar { display:none; }
  .testimonial-card { min-width:88%; scroll-snap-align:start; }
  .lead-form { padding:26px 20px; border-radius:24px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; gap:10px; }
  .floating-whatsapp { width:54px; height:54px; right:16px; bottom:16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
}

/* V1.2 — Localização */
.location-section { background:linear-gradient(135deg,#f8f4ec 0%,#fff 58%,#f3dfb5 130%); overflow:hidden; }
.location-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(36px,6vw,88px); align-items:center; }
.location-copy h2 { max-width:560px; margin:.45rem 0 1rem; }
.location-copy > p { max-width:560px; color:#5b554d; font-size:1.03rem; line-height:1.75; }
.location-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }
.location-actions .btn { gap:10px; }
.location-actions i { font-size:1.05rem; }
.btn-outline-dark { background:transparent; color:#171717; border:1px solid rgba(23,23,23,.28); }
.btn-outline-dark:hover { background:#171717; color:#fff; border-color:#171717; }
.location-cta { margin-top:26px; padding-top:20px; border-top:1px solid rgba(23,23,23,.12); display:flex; flex-wrap:wrap; gap:8px 16px; align-items:center; }
.location-cta span { color:#6b6257; }
.location-cta a { color:#171717; font-weight:700; text-decoration:underline; text-underline-offset:4px; }
.map-wrap { min-height:450px; border-radius:28px; overflow:hidden; box-shadow:0 28px 70px rgba(55,42,19,.16); border:1px solid rgba(183,130,39,.24); position:relative; }
.map-wrap::after { content:""; position:absolute; inset:0; pointer-events:none; box-shadow:inset 0 0 0 1px rgba(255,255,255,.45); border-radius:28px; }
.map-wrap iframe { width:100%; height:100%; min-height:450px; display:block; border:0; }
.btn-form .fa-whatsapp { font-size:1.35rem; }
.floating-whatsapp .fa-whatsapp { font-size:1.9rem; color:#fff; }

@media (max-width: 900px) {
  .location-grid { grid-template-columns:1fr; }
  .map-wrap, .map-wrap iframe { min-height:390px; }
}
@media (max-width: 560px) {
  .location-actions { flex-direction:column; }
  .location-actions .btn { width:100%; justify-content:center; }
  .map-wrap, .map-wrap iframe { min-height:340px; border-radius:20px; }
}


/* V1.3 — Responsividade, texturas e refinamentos */
html, body { width:100%; max-width:100%; overflow-x:hidden; }
main, section, footer, header { max-width:100vw; }
.container { max-width:calc(100vw - 40px); }
.hero-grid > *, .experience-grid > *, .form-grid > *, .location-grid > *, .footer-grid > * { min-width:0; }
.map-wrap, .map-wrap iframe { width:100%; max-width:100%; }

/* Texturas sutis derivadas da identidade Oral Face */
.section-light::before,
.results::before,
.experience::before,
.location-section::before,
.form-section::before,
.section-dark.services::before,
.section-dark.testimonials::before {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;
  opacity:.5;
}
.section-light > .container,
.results > .container,
.experience > .container,
.location-section > .container,
.form-section > .container,
.section-dark.services > .container,
.section-dark.testimonials > .container { position:relative; z-index:1; }

.section-light::before,
.results::before,
.experience::before {
  background-image:
    radial-gradient(circle at 12% 18%, rgba(217,164,65,.10) 0 1px, transparent 1.5px),
    radial-gradient(circle at 84% 72%, rgba(153,99,31,.08) 0 1px, transparent 1.5px),
    linear-gradient(120deg, transparent 0 47%, rgba(217,164,65,.035) 47.5% 48%, transparent 48.5% 100%);
  background-size:26px 26px, 34px 34px, 180px 180px;
}
.section-dark.services::before,
.section-dark.testimonials::before {
  opacity:.34;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(243,205,121,.18) 0 1px, transparent 1.5px),
    linear-gradient(135deg, transparent 0 49%, rgba(243,205,121,.055) 49.5% 50%, transparent 50.5% 100%);
  background-size:32px 32px, 220px 220px;
  mask-image:linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
}
.location-section::before {
  opacity:.36;
  background-image:
    radial-gradient(circle at 16% 20%, rgba(153,99,31,.15) 0 1px, transparent 1.5px),
    linear-gradient(45deg, transparent 0 49%, rgba(217,164,65,.055) 49.5% 50%, transparent 50.5% 100%);
  background-size:30px 30px, 160px 160px;
}
.form-section::before {
  opacity:.3;
  background-image:
    radial-gradient(circle at 20% 25%, rgba(217,164,65,.14) 0 1px, transparent 1.5px),
    radial-gradient(circle at 78% 70%, rgba(17,17,17,.08) 0 1px, transparent 1.5px);
  background-size:28px 28px, 36px 36px;
}

@media (max-width: 980px) {
  .location-grid { grid-template-columns:1fr; gap:42px; }
  .location-copy, .map-wrap { width:100%; min-width:0; }
  .map-wrap, .map-wrap iframe { min-height:390px; }
}

@media (max-width: 640px) {
  .container { width:calc(100% - 28px); max-width:calc(100vw - 28px); }
  .section { width:100%; overflow:hidden; }
  .location-section { overflow:hidden; }
  .location-grid { width:100%; gap:30px; }
  .location-copy h2, .location-copy > p { max-width:100%; }
  .location-actions { width:100%; }
  .location-actions .btn { width:100%; max-width:100%; white-space:normal; text-align:center; }
  .location-cta { width:100%; }
  .map-wrap { width:100%; max-width:100%; min-height:320px; border-radius:20px; }
  .map-wrap iframe { width:100%; min-width:0; min-height:320px; }
  .lead-form { width:100%; max-width:100%; }
  .lead-form input, .lead-form select, .lead-form textarea { min-width:0; max-width:100%; }
  .footer-logo { max-width:72vw; }
}

@media (max-width: 380px) {
  .container { width:calc(100% - 22px); max-width:calc(100vw - 22px); }
  .brand img { width:154px; }
  .header-actions { gap:8px; }
  .hero h1 { font-size:clamp(2.7rem,14vw,3.7rem); }
  .split-heading h2, .section-heading h2, .experience-copy h2, .form-copy h2 { font-size:clamp(2.1rem,10.5vw,3rem); }
  .map-wrap, .map-wrap iframe { min-height:290px; }
}
