:root{
  --navy:#101d2d;
  --navy-2:#16263a;
  --ink:#182637;
  --muted:#647182;
  --line:#dce3e8;
  --paper:#f6f7f5;
  --white:#fff;
  --gold:#b79a63;
  --green:#14956e;
  --max:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--paper);font-family:"DM Sans",Arial,sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}
.container{width:min(calc(100% - 64px),var(--max));margin:auto}
.site-header{position:absolute;z-index:20;top:0;left:0;right:0;color:#fff;border-bottom:1px solid rgba(255,255,255,.14)}
.nav-wrap{height:96px;display:flex;align-items:center;justify-content:space-between}
.brand img{display:block;width:190px;height:auto;max-height:76px;object-fit:contain}
.main-nav{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:600;letter-spacing:.02em}
.main-nav>a:not(.nav-cta){opacity:.88;transition:.2s}
.main-nav>a:not(.nav-cta):hover{opacity:1}
.nav-cta{padding:13px 18px;border:1px solid rgba(255,255,255,.4);transition:.2s}
.nav-cta:hover{background:#fff;color:var(--navy)}
.menu-toggle{display:none;background:none;border:0;padding:8px}
.menu-toggle span{display:block;width:26px;height:2px;background:#fff;margin:5px}
.hero{min-height:790px;position:relative;background:var(--navy);color:#fff;display:flex;align-items:center;overflow:hidden}
.hero-image{position:absolute;inset:0;background-image:url("https://images.unsplash.com/photo-1609840114035-3c981b782dfe?auto=format&fit=crop&w=2200&q=85");background-size:cover;background-position:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,19,31,.94) 0%,rgba(9,19,31,.72) 48%,rgba(9,19,31,.35) 100%)}
.hero-content{position:relative;z-index:2;padding-top:90px}
.eyebrow{font-size:11px;font-weight:700;letter-spacing:.22em;color:#55708a;display:flex;align-items:center;gap:12px}
.eyebrow span{width:30px;height:1px;background:var(--gold);display:inline-block}
.eyebrow.light{color:#dce5ec}
.hero h1{font-family:"Playfair Display",Georgia,serif;font-size:clamp(54px,7vw,92px);font-weight:500;line-height:.99;letter-spacing:-.045em;margin:28px 0 26px;max-width:850px}
.hero h1 em,.section-head h2 em,.experience-copy h2 em,.units-title h2 em,.map-copy h2 em,.contact h2 em{font-style:italic;color:#d2c19d}
.hero p{max-width:610px;color:#e4ebf0;font-size:17px;margin:0 0 34px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;gap:16px;padding:16px 22px;font-weight:700;font-size:13px}
.btn-primary{background:#fff;color:var(--navy)}
.btn-primary:hover{background:#e9eef1}
.btn-ghost{border:1px solid rgba(255,255,255,.38);color:#fff}
.btn-ghost:hover{background:rgba(255,255,255,.08)}
.hero-bottom{position:absolute;bottom:0;left:0;right:0;border-top:1px solid rgba(255,255,255,.15);z-index:2}
.hero-meta{height:68px;display:flex;align-items:center;gap:20px;font-size:10px;letter-spacing:.19em;color:#c9d3dc}
.hero-meta i{width:4px;height:4px;border-radius:50%;background:var(--gold)}
.section{padding:120px 0}
.intro{background:#fff}
.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start}
.intro h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(40px,4.5vw,66px);font-weight:500;line-height:1.04;letter-spacing:-.035em;margin:24px 0 0}
.intro h2 strong{font-weight:500;color:#7890a1}
.intro-copy{padding-top:36px;max-width:570px}
.intro-copy p{font-size:17px;color:#5d6b79;margin:0 0 20px}
.text-link{display:inline-flex;gap:18px;align-items:center;margin-top:12px;font-weight:700;font-size:13px;color:var(--navy)}
.text-link span{color:var(--gold);font-size:18px}
.manifesto{background:var(--navy);color:#fff;padding:92px 0}
.manifesto-grid{display:grid;grid-template-columns:180px 1fr;gap:60px;align-items:center}
.manifesto-mark{font-family:"Playfair Display",serif;font-size:170px;line-height:.7;color:rgba(255,255,255,.12)}
.quote{font-family:"Playfair Display",serif;font-size:clamp(28px,3vw,42px);line-height:1.25;max-width:900px;margin:0}
.manifesto-line{height:1px;background:rgba(255,255,255,.2);max-width:580px;margin:34px 0 18px}
.small{font-size:10px;letter-spacing:.2em;color:#aebbc6}
.services{background:var(--paper)}
.section-head{display:flex;justify-content:space-between;gap:80px;align-items:end;margin-bottom:56px}
.section-head h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(42px,5vw,70px);font-weight:500;line-height:1;letter-spacing:-.04em;margin:24px 0 0}
.section-head>p{max-width:380px;color:#6c7884;margin:0 0 5px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.service-card{background:#fff;min-height:330px;padding:30px;position:relative;transition:.25s}
.service-card:hover{transform:translateY(-4px);box-shadow:0 18px 35px rgba(16,29,45,.08);z-index:2}
.service-card.featured{background:var(--navy);color:#fff}
.service-number{font-size:10px;letter-spacing:.18em;color:#8997a4}
.featured .service-number{color:#aebbc6}
.service-thumb{width:100%;height:112px;margin:22px 0 22px;background-size:cover;background-position:center;position:relative;overflow:hidden}
.service-thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,29,45,0) 45%,rgba(16,29,45,.16) 100%)}
.thumb-implantes{background-image:url("https://images.unsplash.com/photo-1609840114035-3c981b782dfe?auto=format&fit=crop&w=900&q=82")}
.thumb-estetica{background-image:url("https://images.unsplash.com/photo-1606811841689-23dfddce3e95?auto=format&fit=crop&w=900&q=82")}
.thumb-geral{background-image:url("https://images.unsplash.com/photo-1629909613654-28e377c37b09?auto=format&fit=crop&w=900&q=82")}
.thumb-cirurgia{background-image:url("https://images.unsplash.com/photo-1588776814546-daab30f310ce?auto=format&fit=crop&w=900&q=82")}
.thumb-periodontia{background-image:url("https://images.unsplash.com/photo-1581585099408-4b4d2a3a7f20?auto=format&fit=crop&w=900&q=82")}
.thumb-laser{background-image:url("https://images.unsplash.com/photo-1598256989800-fe5f95da9787?auto=format&fit=crop&w=900&q=82")}
.service-card.featured .service-thumb{border:1px solid rgba(255,255,255,.12)}
.service-card h3{font-family:"Playfair Display",serif;font-size:28px;line-height:1.05;font-weight:500;margin:0 0 18px}
.service-card p{font-size:14px;color:#687582;max-width:290px}
.featured p{color:#c4d0d9}
.service-card a{position:absolute;left:30px;bottom:26px;font-size:12px;font-weight:700}
.service-card a span{margin-left:10px;color:var(--gold)}
.service-note{font-size:11px;color:#87919a;margin:20px 0 0}
.experience{background:#fff}
.experience-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:center}
.experience-photo{min-height:660px;background:url("https://images.unsplash.com/photo-1588776814546-daab30f310ce?auto=format&fit=crop&w=1400&q=85") center/cover no-repeat}
.experience-copy h2{font-family:"Playfair Display",serif;font-size:clamp(44px,5vw,70px);font-weight:500;line-height:1;margin:24px 0 28px;letter-spacing:-.04em}
.experience-copy>p{color:#687582;font-size:16px;max-width:510px}
.principles{margin-top:44px;border-top:1px solid var(--line)}
.principles div{display:flex;align-items:center;gap:28px;padding:19px 0;border-bottom:1px solid var(--line);font-size:14px}
.principles strong{font-size:10px;color:var(--gold);letter-spacing:.12em}
.team{background:var(--paper)}
.team-head{margin-bottom:54px}
.team-grid{display:grid;grid-template-columns:1fr 1fr .75fr;gap:22px}
.team-card{background:#fff}
.team-photo{height:360px;position:relative;overflow:hidden;background-size:cover;background-position:center}
.team-photo-ana{background-image:linear-gradient(rgba(16,29,45,.12),rgba(16,29,45,.12)),url("https://images.unsplash.com/photo-1550831107-1553da8c8464?auto=format&fit=crop&w=1000&q=80")}
.team-photo-larissa{background-image:linear-gradient(rgba(16,29,45,.18),rgba(16,29,45,.18)),url("https://images.unsplash.com/photo-1612349317150-e413f6a5b16d?auto=format&fit=crop&w=1000&q=80")}
.team-photo span{position:absolute;bottom:16px;left:16px;background:rgba(16,29,45,.85);color:#fff;font-size:11px;letter-spacing:.16em;padding:8px 10px}
.team-info{padding:26px 28px 30px}
.team-role{font-size:9px;letter-spacing:.18em;color:#7d8993;margin-bottom:12px}
.team-info h3{font-family:"Playfair Display",serif;font-size:25px;line-height:1.08;font-weight:500;margin:0 0 12px}
.team-info p{font-size:12px;color:#71808d;margin:0}
.team-note{background:var(--navy);color:#fff;padding:38px;display:flex;flex-direction:column;justify-content:flex-end;min-height:500px}
.note-symbol{font-family:Georgia,serif;color:var(--gold);font-size:50px;line-height:1}
.team-note h3{font-family:"Playfair Display",serif;font-size:36px;font-weight:500;line-height:1.05;margin:20px 0}
.team-note p{color:#bfcbd4;font-size:14px}
.team-note .text-link{color:#fff;margin-top:20px}
.units{background:#fff}
.units-title{display:grid;grid-template-columns:1fr .8fr;gap:100px;align-items:end;margin:24px 0 50px}
.units-title h2{font-family:"Playfair Display",serif;font-size:clamp(44px,5vw,72px);font-weight:500;line-height:1;letter-spacing:-.04em;margin:0}
.units-title p{color:#6d7985;max-width:450px;margin:0}
.unit-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.unit-card{border:1px solid var(--line);padding:38px;min-height:310px;position:relative}
.unit-label{font-size:9px;letter-spacing:.2em;color:var(--gold);font-weight:700}
.unit-card h3{font-family:"Playfair Display",serif;font-size:42px;font-weight:500;margin:20px 0 12px}
.unit-card p{color:#667481;font-size:14px}
.unit-contact{margin-top:20px;font-size:13px;font-weight:700}
.unit-contact a:hover{color:#55708a}
.map-link{display:inline-flex;gap:12px;position:absolute;right:30px;bottom:30px;background:var(--navy);color:#fff;padding:13px 16px;font-size:11px;font-weight:700}
.map-link:hover{background:var(--navy-2)}
.map-section{background:var(--navy);color:#fff;padding:0}
.map-grid{display:grid;grid-template-columns:.72fr 1.28fr;min-height:560px}
.map-copy{padding:88px 70px 80px 0;display:flex;flex-direction:column;justify-content:center}
.map-copy h2{font-family:"Playfair Display",serif;font-size:clamp(46px,5vw,72px);font-weight:500;line-height:1.06;letter-spacing:-.04em;margin:24px 0;max-width:520px}
.map-copy p{color:#b9c6d0;max-width:470px;font-size:15px}
.map-switch{display:flex;margin-top:28px;border:1px solid rgba(255,255,255,.22);width:max-content}
.map-tab{border:0;background:transparent;color:#bfcbd4;padding:12px 18px;font:600 12px "DM Sans";cursor:pointer}
.map-tab.active{background:#fff;color:var(--navy)}
.map-frame-wrap{min-height:560px;border-left:1px solid rgba(255,255,255,.15);padding:24px}
.map-frame-wrap iframe{width:100%;height:100%;min-height:510px;border:0;filter:saturate(.7) contrast(.95)}
.contact{background:#f0f2f0}
.contact-grid{display:grid;grid-template-columns:1fr .8fr;gap:120px}
.contact h2{font-family:"Playfair Display",serif;font-size:clamp(48px,5vw,76px);font-weight:500;line-height:1;letter-spacing:-.04em;margin:24px 0}
.contact> .container>div:first-child>p{color:#687582;max-width:490px}
.contact-actions{border-top:1px solid var(--line)}
.contact-row{display:grid;grid-template-columns:54px 1fr 20px;align-items:center;gap:18px;border-bottom:1px solid var(--line);padding:22px 0}
.contact-row .icon{width:44px;height:44px;border:1px solid #ccd5db;border-radius:50%;display:grid;place-items:center}
.contact-row svg{width:21px;height:21px;fill:none;stroke:#47637a;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.contact-row .whatsapp-icon{border-color:#b7dfd1}
.contact-row .whatsapp-icon i{font-size:22px;color:var(--green);line-height:1}
.contact-row small{display:block;font-size:9px;letter-spacing:.18em;color:#82909c;margin-bottom:4px}
.contact-row strong{font-size:14px}
.contact-row>b{font-size:16px;color:var(--gold)}
.contact-note{font-size:10px;color:#8a949d;line-height:1.5;margin-top:15px}
.footer{background:var(--navy);color:#fff}
.footer-top{display:grid;grid-template-columns:1fr 1.3fr;gap:100px;padding:70px 0}
.footer-brand img{width:190px;display:block}
.footer-brand p{font-size:11px;letter-spacing:.12em;color:#aebbc6}
.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.footer-links div{display:flex;flex-direction:column;gap:8px}
.footer-links small{font-size:9px;letter-spacing:.18em;color:#8798a6;margin-bottom:8px}
.footer-links a{font-size:12px;color:#d5dde3}
.footer-links a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.14);padding:20px 0 26px;display:flex;justify-content:space-between;gap:30px;color:#81919e;font-size:10px}
.floating-whatsapp{position:fixed;right:24px;bottom:24px;z-index:30;background:var(--green);color:#fff;border-radius:999px;display:flex;align-items:center;gap:10px;padding:13px 18px 13px 13px;font-size:12px;font-weight:700;box-shadow:0 12px 30px rgba(16,29,45,.24)}
.floating-whatsapp i{font-size:24px;line-height:1;display:block;flex:0 0 auto}
.floating-whatsapp:hover{transform:translateY(-2px);background:#108360}
@media(max-width:950px){
  .container{width:min(calc(100% - 40px),var(--max))}
  .main-nav{gap:16px}
  .main-nav>a:not(.nav-cta){display:none}
  .menu-toggle{display:block}
  .main-nav{position:absolute;top:96px;left:20px;right:20px;background:var(--navy);padding:20px;display:none;flex-direction:column;align-items:stretch}
  .main-nav.open{display:flex}
  .main-nav>a{padding:10px}
  .main-nav>a:not(.nav-cta){display:block}
  .intro-grid,.experience-grid,.contact-grid{grid-template-columns:1fr;gap:50px}
  .intro-copy{padding-top:0}
  .service-grid{grid-template-columns:1fr 1fr}
  .team-grid{grid-template-columns:1fr 1fr}
  .team-note{grid-column:1/-1;min-height:300px}
  .units-title{grid-template-columns:1fr;gap:25px}
  .map-grid{grid-template-columns:1fr}
  .map-copy{padding:70px 0 40px}
  .map-frame-wrap{border-left:0;border-top:1px solid rgba(255,255,255,.15);padding:20px}
  .footer-top{grid-template-columns:1fr;gap:50px}
}
@media(max-width:620px){
  .container{width:min(calc(100% - 30px),var(--max))}
  .nav-wrap{height:82px}
  .brand img{width:155px}
  .main-nav{top:82px;left:15px;right:15px}
  .hero{min-height:720px}
  .hero-content{padding-top:70px}
  .hero h1{font-size:54px}
  .hero p{font-size:15px}
  .hero-meta{font-size:8px;gap:10px;letter-spacing:.12em}
  .section{padding:80px 0}
  .section-head{display:block}
  .section-head>p{margin-top:25px}
  .service-grid,.team-grid,.unit-grid{grid-template-columns:1fr}
  .team-note{grid-column:auto}
  .service-card{min-height:300px}
  .experience-photo{min-height:420px}
  .unit-card{padding:28px;min-height:340px}
  .map-link{position:static;margin-top:25px}
  .footer-links{grid-template-columns:1fr 1fr}
  .footer-bottom{display:block}
  .footer-bottom span{display:block;margin-top:7px}
  .floating-whatsapp{right:15px;bottom:15px}
}
