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

:root {
  --wine: #7d315f;
  --wine-dark: #57223f;
  --rose: #b29079;
  --cream: #f6f5ec;
  --peach: #efe7da;
  --beige: #e1daca;
  --sage: #aeb09d;
  --ink: #292725;
  --muted: #6f6a65;
  --white: #fff;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --radius: 28px;
  --shadow: 0 24px 70px rgba(67, 47, 47, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -100px; padding: 12px 18px; background: var(--wine); color: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.eyebrow { margin: 0 0 18px; color: var(--wine); font-size: .76rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.light { color: #e8d3df; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
h1 { font-size: clamp(3.15rem, 6vw, 6.1rem); }
h2 { font-size: clamp(2.55rem, 4.4vw, 4.7rem); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 56px; padding: 15px 25px; border: 1px solid var(--wine); border-radius: 999px; color: white; background: var(--wine); font-weight: 500; cursor: pointer; transition: .25s ease; }
.button:hover { background: var(--wine-dark); border-color: var(--wine-dark); transform: translateY(-2px); box-shadow: 0 12px 24px rgba(87,34,63,.17); }
.button-small { min-height: 44px; padding: 9px 18px; gap: 10px; font-size: .85rem; }
.text-link { display: inline-flex; align-items: center; gap: 20px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--wine); font-weight: 600; }
.text-link.dark { color: var(--ink); }
.text-link:hover span { transform: translateX(4px); }
.text-link span { transition: transform .2s ease; }

.site-header { position: sticky; z-index: 100; top: 0; height: 84px; background: #f6f5ec; border-bottom: 1px solid rgba(125,49,95,.1); isolation: isolate; }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand-logo-crop { position: relative; display: block; width: 230px; height: 57px; overflow: hidden; }
.brand-logo-crop img { position: absolute; width: 306px; max-width: none; height: auto; left: -37px; top: -125px; }
.main-nav { display: flex; align-items: center; gap: 22px; }
.main-nav > a:not(.button) { font-size: .82rem; font-weight: 500; }
.main-nav > a:not(.button):hover { color: var(--wine); }
.menu-button { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--wine); padding: 13px; cursor: pointer; }
.menu-button span { display: block; height: 1px; margin: 5px 0; background: white; }

.hero { position: relative; min-height: calc(100vh - 84px); overflow: hidden; padding: 70px 0 80px; background: radial-gradient(circle at 62% 21%, #fff 0, transparent 35%), var(--cream); }
.hero::before { content: "COMUNICAÇÃO"; position: absolute; bottom: -25px; left: -20px; color: rgba(125,49,95,.035); font: 600 10vw/1 var(--sans); letter-spacing: .04em; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; }
.hero-copy h1 { max-width: 750px; margin-bottom: 28px; }
.hero-text { max-width: 650px; color: var(--muted); font-size: 1.13rem; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 37px; }
.trust-row { display: flex; gap: 30px; margin-top: 70px; padding-top: 25px; border-top: 1px solid #d8d1c5; }
.trust-row span { display: flex; gap: 8px; color: var(--muted); font-size: .73rem; text-transform: uppercase; letter-spacing: .07em; }
.trust-row b { color: var(--wine); }
.hero-visual { position: relative; min-height: 650px; }
.image-frame { position: absolute; inset: 0 0 0 50px; overflow: hidden; border-radius: 240px 240px 26px 26px; background: var(--beige); box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; }
.image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(50,31,31,.12)); }
.floating-card { position: absolute; z-index: 2; left: -35px; bottom: 45px; width: 270px; padding: 25px 25px 20px; border-radius: 18px; background: rgba(255,255,255,.93); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.floating-card .quote-mark, .final-cta .quote-mark { color: var(--rose); font: 4rem/.6 var(--serif); }
.floating-card p { margin: 10px 0 0; font-family: var(--serif); font-size: 1.12rem; line-height: 1.4; }
.soft-label { position: absolute; z-index: 3; right: -80px; top: 55%; color: var(--wine); font-size: .65rem; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; transform: rotate(90deg); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 460px; height: 460px; right: -180px; top: 70px; background: rgba(178,144,121,.15); }
.orb-two { width: 230px; height: 230px; left: -120px; bottom: -60px; border: 1px solid rgba(125,49,95,.15); }

.intro-strip { padding: 31px 0; color: white; background: var(--wine); }
.intro-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.intro-strip p { margin: 0; font-family: var(--serif); font-size: 1.15rem; font-style: italic; }
.ecosystem { display: flex; align-items: center; gap: 22px; font-size: .68rem; letter-spacing: .16em; }
.ecosystem i { width: 5px; height: 5px; border-radius: 50%; background: var(--rose); }

.clinic-section { background: white; }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 105px; }
.photo-collage { position: relative; height: 750px; }
.photo-main { position: absolute; width: 78%; height: 88%; right: 0; top: 0; object-fit: cover; object-position: center; border-radius: 180px 180px 12px 12px; }
.photo-detail { position: absolute; width: 42%; height: 41%; left: 0; bottom: 0; object-fit: cover; border: 10px solid white; border-radius: 90px 90px 12px 12px; }
.vertical-word { position: absolute; left: -46px; top: 125px; color: var(--rose); font-size: .63rem; letter-spacing: .3em; transform: rotate(-90deg); }
.section-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.feature-list { margin: 40px 0; }
.feature-list article { display: grid; grid-template-columns: 45px 1fr; gap: 14px; padding: 21px 0; border-top: 1px solid #e4dfd8; }
.feature-list article:last-child { border-bottom: 1px solid #e4dfd8; }
.feature-list article > span { color: var(--wine); font-size: .72rem; }
.feature-list h3 { margin-bottom: 5px; font-family: var(--serif); font-size: 1.3rem; font-weight: 500; }
.feature-list p { margin: 0; color: var(--muted); font-size: .9rem; }

.specialties { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 80px; margin-bottom: 60px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { color: var(--muted); }
.specialty-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #cec7ba; border-left: 1px solid #cec7ba; }
.specialty-card { position: relative; min-height: 355px; padding: 40px; border-right: 1px solid #cec7ba; border-bottom: 1px solid #cec7ba; transition: .3s ease; }
.specialty-card:hover { z-index: 1; background: white; transform: translateY(-6px); box-shadow: var(--shadow); }
.specialty-card .line-icon { display: flex; align-items: center; justify-content: center; width: 54px; height: 54px; color: var(--wine); border: 1px solid var(--rose); border-radius: 50%; font-family: var(--serif); font-size: 1.35rem; }
.specialty-card small { position: absolute; right: 32px; top: 32px; color: var(--rose); }
.specialty-card h3 { margin: 52px 0 12px; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.specialty-card p { color: var(--muted); font-size: .9rem; }
.specialty-card a { position: absolute; left: 40px; bottom: 32px; display: flex; justify-content: space-between; width: calc(100% - 80px); color: var(--wine); font-size: .8rem; font-weight: 600; }
.accent-card { color: white; background: var(--wine); }
.accent-card .line-icon { color: white; border-color: rgba(255,255,255,.5); }
.accent-card p, .accent-card small, .accent-card a { color: rgba(255,255,255,.8); }

.process-section { color: white; background: var(--ink); }
.process-intro { display: grid; grid-template-columns: 1.5fr .5fr; gap: 90px; align-items: end; }
.process-intro h2 { max-width: 850px; }
.process-intro p { color: #bbb4ad; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 75px; border-top: 1px solid #56514c; }
.process-grid article { min-height: 260px; padding: 30px 28px 0 0; border-right: 1px solid #56514c; }
.process-grid article:not(:first-child) { padding-left: 28px; }
.process-grid b { color: var(--rose); font-size: .7rem; }
.process-grid h3 { margin-top: 62px; font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.process-grid p { color: #aaa39e; font-size: .88rem; }

.team-section { background: var(--peach); }
.team-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 110px; }
.team-photo { position: relative; height: 690px; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; border-radius: 220px 220px 20px 20px; }
.team-photo span { position: absolute; right: -30px; bottom: 40px; padding: 17px 22px; color: white; background: var(--wine); border-radius: 10px; font-family: var(--serif); font-style: italic; }
.team-copy h2 { margin-bottom: 8px; }
.team-copy > h3 { margin-bottom: 30px; color: var(--wine); font-size: .83rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.team-copy > p { color: var(--muted); font-size: 1.05rem; }
.team-copy blockquote { margin: 40px 0; padding: 30px 0 30px 35px; border-left: 1px solid var(--wine); font-family: var(--serif); font-size: 1.5rem; font-style: italic; line-height: 1.5; }
.button-outline { color: var(--wine); background: transparent; }

.fonolab-section { color: white; background: var(--wine); overflow: hidden; }
.fonolab-top { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; margin-bottom: 60px; }
.fonolab-top h2 { margin: 0; font-size: clamp(4rem, 8vw, 8rem); letter-spacing: -.05em; }
.fonolab-top > p { max-width: 480px; color: #e0cbd6; font-size: 1.08rem; }
.fonolab-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.lab-card { position: relative; min-height: 490px; padding: 45px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border-radius: var(--radius); background: var(--cream); color: var(--ink); }
.lab-card::before { content: ""; position: absolute; width: 330px; height: 330px; right: -85px; top: -85px; border: 1px solid rgba(125,49,95,.18); border-radius: 50%; }
.lab-card.club { background: var(--rose); color: white; }
.lab-number { color: var(--wine); font: italic 4rem/1 var(--serif); opacity: .65; }
.club .lab-number { color: white; }
.lab-card > div:last-child { position: relative; z-index: 2; max-width: 420px; }
.lab-card h3 { font-family: var(--serif); font-size: 2.3rem; font-weight: 500; line-height: 1.15; }
.lab-card p:not(.eyebrow) { color: var(--muted); }
.club p:not(.eyebrow) { color: rgba(255,255,255,.75); }
.lab-card a { display: inline-flex; gap: 25px; margin-top: 15px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-weight: 600; }
.interest-bar { display: grid; grid-template-columns: 1.2fr .8fr .8fr auto; align-items: center; gap: 15px; margin-top: 24px; padding: 26px; color: var(--ink); background: white; border-radius: 18px; }
.interest-bar div { display: flex; flex-direction: column; }
.interest-bar span { color: var(--muted); font-size: .8rem; }
.interest-bar input { width: 100%; padding: 13px 4px; border: 0; border-bottom: 1px solid #ccc; outline: 0; }
.button-light { color: var(--wine); background: white; border-color: white; }
.button-light:hover { color: white; }

.content-section { background: white; }
.content-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; }
.featured-article { display: grid; grid-template-columns: .75fr 1.25fr; min-height: 470px; background: var(--cream); border-radius: var(--radius); overflow: hidden; }
.featured-article img { width: 100%; height: 100%; object-fit: cover; }
.featured-article > div { display: flex; flex-direction: column; justify-content: center; padding: 45px; }
.featured-article span, .article-list span { color: var(--wine); font-size: .65rem; font-weight: 600; letter-spacing: .15em; }
.featured-article h3 { margin: 25px 0 18px; font-family: var(--serif); font-size: 2.1rem; font-weight: 500; line-height: 1.2; }
.featured-article p { color: var(--muted); }
.featured-article a { align-self: flex-start; display: flex; gap: 25px; color: var(--wine); font-weight: 600; border-bottom: 1px solid; }
.article-list { display: flex; flex-direction: column; }
.article-list article { position: relative; flex: 1; padding: 30px 65px 25px 0; border-top: 1px solid #d9d2c9; }
.article-list article:last-child { border-bottom: 1px solid #d9d2c9; }
.article-list h3 { margin: 15px 0 0; font-family: var(--serif); font-size: 1.32rem; font-weight: 500; }
.article-list a { position: absolute; right: 5px; top: 50%; display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid var(--rose); border-radius: 50%; color: var(--wine); transform: translateY(-50%); }

.appointment-section { background: var(--cream); }
.appointment-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; align-items: start; }
.appointment-copy { position: sticky; top: 120px; }
.appointment-copy > p:not(.eyebrow) { color: var(--muted); }
.appointment-copy img { width: 100%; height: 265px; margin-top: 35px; object-fit: cover; object-position: center 65%; border-radius: 120px 120px 14px 14px; }
.privacy-note { display: flex; gap: 13px; margin-top: 28px; padding: 18px; background: white; border-radius: 12px; }
.privacy-note span { display: grid; place-items: center; flex: 0 0 27px; height: 27px; color: white; background: var(--wine); border-radius: 50%; }
.privacy-note p { margin: 0; color: var(--muted); font-size: .78rem; }
.appointment-form { padding: 55px; background: white; border-radius: var(--radius); box-shadow: 0 20px 60px rgba(65,47,47,.07); }
.form-section { position: relative; padding-left: 48px; margin-bottom: 45px; }
.form-step { position: absolute; left: 0; top: 3px; display: grid; place-items: center; width: 30px; height: 30px; color: white; background: var(--wine); border-radius: 50%; font-size: .67rem; }
.form-section h3 { margin-bottom: 28px; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-grid .full, .career-form .full { grid-column: 1 / -1; }
label { display: flex; flex-direction: column; gap: 8px; color: #595550; font-size: .75rem; font-weight: 600; }
input, select, textarea { width: 100%; padding: 13px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #ccc5bd; border-radius: 0; outline: 0; font-weight: 400; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--wine); }
.consent { flex-direction: row; align-items: flex-start; gap: 12px; margin: 5px 0 25px; font-weight: 400; }
.consent input { flex: 0 0 17px; width: 17px; height: 17px; margin-top: 3px; accent-color: var(--wine); }
.form-submit { width: 100%; }

.careers-section { color: white; background: var(--ink); }
.careers-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.careers-copy > p:not(.eyebrow) { color: #aaa39e; }
.role-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 35px; }
.role-tags span { padding: 8px 13px; border: 1px solid #67605b; border-radius: 999px; color: #d5cfca; font-size: .7rem; }
.career-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding: 45px; border: 1px solid #57514d; border-radius: var(--radius); }
.career-form label { color: #c7c0bb; }
.career-form input, .career-form select, .career-form textarea { color: white; border-color: #625c57; }
.career-form select option { color: var(--ink); }
.file-label { flex-direction: row; justify-content: space-between; align-items: center; padding: 16px 0; border-bottom: 1px solid #625c57; cursor: pointer; }
.file-label input { display: none; }
.file-label b { font-size: 1.3rem; }

.final-cta { padding: 120px 0; text-align: center; background: var(--peach); }
.final-cta .container { max-width: 900px; }
.final-cta h2 { margin: 25px 0; }
.final-cta p { color: var(--muted); }
.final-cta .button { margin-top: 20px; }

.site-footer { padding: 75px 0 25px; color: white; background: var(--wine-dark); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .8fr 1fr; gap: 65px; }
.brand-footer { padding: 8px 12px; background: var(--cream); border-radius: 10px; }
.brand-footer .brand-logo-crop { width: 230px; height: 57px; }
.footer-grid > div:first-child > p { max-width: 330px; margin-top: 34px; color: #cdbac5; }
.footer-grid h3 { margin-bottom: 20px; color: #d4aebf; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }
.footer-grid a, .footer-grid > div:not(:first-child) p { display: block; margin: 10px 0; color: #eadfe5; font-size: .82rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 65px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.15); color: #bda6b2; font-size: .69rem; }

.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; padding: 10px 17px 10px 10px; border-radius: 999px; color: white; background: var(--wine); box-shadow: 0 12px 35px rgba(60,25,45,.28); font-size: .78rem; }
.whatsapp-float span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.16); }
.toast { position: fixed; z-index: 300; right: 24px; bottom: 90px; display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 14px; width: min(430px, calc(100% - 32px)); padding: 20px; color: var(--ink); background: white; border-radius: 16px; box-shadow: 0 25px 70px rgba(0,0,0,.2); opacity: 0; pointer-events: none; transform: translateY(25px); transition: .3s ease; }
.toast.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.toast > span { display: grid; place-items: center; width: 31px; height: 31px; color: white; background: var(--wine); border-radius: 50%; }
.toast strong { font-family: var(--serif); }
.toast p { margin: 4px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.4; }
.toast button { border: 0; background: transparent; cursor: pointer; font-size: 1.3rem; }
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .main-nav { gap: 14px; }
  .main-nav > a:not(.button) { display: none; }
  .hero-grid { gap: 30px; }
  .floating-card { left: 0; }
  .split-layout, .team-grid { gap: 60px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 680px); }
  .section { padding: 82px 0; }
  .site-header { height: 72px; }
  .menu-button { display: block; }
  .main-nav { position: fixed; z-index: 120; inset: 72px 0 0; display: flex; min-height: calc(100dvh - 72px); overflow-y: auto; flex-direction: column; align-items: flex-start; gap: 0; padding: 30px 24px 45px; color: var(--ink); background-color: #f6f5ec; opacity: 1; box-shadow: -20px 25px 50px rgba(41,39,37,.16); transform: translateX(100%); transition: transform .3s ease; }
  .main-nav.open { transform: none; }
  .main-nav > a:not(.button) { display: block; width: 100%; padding: 15px 0; border-bottom: 1px solid #ddd6ca; font: 500 1.3rem var(--serif); }
  .main-nav .button { width: 100%; margin-top: 25px; }
  .hero { min-height: auto; padding-top: 45px; }
  .hero-grid, .split-layout, .team-grid, .appointment-grid, .careers-grid { grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: clamp(3rem, 13vw, 5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .trust-row { flex-wrap: wrap; margin-top: 45px; }
  .hero-visual { min-height: 620px; margin-top: 30px; }
  .image-frame { left: 20px; }
  .soft-label { display: none; }
  .intro-strip .container { flex-direction: column; align-items: flex-start; }
  .ecosystem { flex-wrap: wrap; gap: 12px; }
  .photo-collage { height: 650px; }
  .vertical-word { display: none; }
  .section-heading, .process-intro, .fonolab-top { grid-template-columns: 1fr; gap: 20px; }
  .specialty-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article { border-bottom: 1px solid #56514c; }
  .team-copy { padding-top: 20px; }
  .fonolab-grid, .content-grid { grid-template-columns: 1fr; }
  .interest-bar { grid-template-columns: 1fr 1fr; }
  .interest-bar div, .interest-bar button { grid-column: 1 / -1; }
  .appointment-copy { position: static; }
  .appointment-copy img { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .brand-logo-crop { width: 195px; height: 49px; }
  .brand-logo-crop img { width: 260px; left: -32px; top: -106px; }
  .hero { padding-bottom: 55px; }
  .hero-visual { min-height: 510px; }
  .image-frame { inset: 0 0 0 10px; border-radius: 180px 180px 20px 20px; }
  .floating-card { width: 235px; bottom: 15px; padding: 20px; }
  .trust-row { display: grid; }
  .photo-collage { height: 520px; }
  .photo-main { width: 83%; }
  .photo-detail { width: 45%; }
  .specialty-grid { grid-template-columns: 1fr; }
  .specialty-card { min-height: 330px; padding: 32px; }
  .specialty-card a { left: 32px; width: calc(100% - 64px); }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article, .process-grid article:not(:first-child) { min-height: auto; padding: 28px 0; border-right: 0; }
  .process-grid h3 { margin-top: 25px; }
  .team-photo { height: 550px; }
  .team-photo span { right: -5px; }
  .lab-card { min-height: 440px; padding: 32px; }
  .interest-bar { grid-template-columns: 1fr; }
  .interest-bar label { grid-column: 1 / -1; }
  .featured-article { grid-template-columns: 1fr; }
  .featured-article img { height: 320px; }
  .featured-article > div { padding: 30px; }
  .appointment-form { padding: 30px 22px; }
  .form-section { padding-left: 0; padding-top: 45px; }
  .form-step { top: 0; }
  .form-grid, .career-form { grid-template-columns: 1fr; }
  .form-grid .full, .career-form .full { grid-column: auto; }
  .career-form { padding: 30px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; gap: 9px; }
  .whatsapp-float b { display: none; }
  .whatsapp-float { padding-right: 10px; }
}

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