:root {
  --navy: #0c4058;
  --navy-deep: #082f42;
  --blue: #1188b3;
  --blue-soft: #8fd5e9;
  --ice: #eaf7fb;
  --ice-light: #f5fbfd;
  --mist: #dcebf0;
  --ink: #173746;
  --muted: #5c7681;
  --coral: #ef7b68;
  --white: #ffffff;
  --container: 1320px;
  --radius-lg: 28px;
  --radius-md: 16px;
  --shadow: 0 30px 80px rgba(20, 81, 104, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Manrope", "Aptos", "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  color: var(--navy-deep);
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-weight: 500;
  letter-spacing: -.04em;
  text-wrap: balance;
}
h1 { max-width: 790px; margin-bottom: 28px; font-size: clamp(3.4rem, 4.7vw, 4.7rem); line-height: .99; }
h2 { margin-bottom: 26px; font-size: clamp(2.55rem, 4vw, 4.15rem); line-height: 1.02; }
h3 { margin-bottom: 14px; font-size: 1.55rem; line-height: 1.12; }
p { color: var(--muted); text-wrap: pretty; }

.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0 128px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 16px; color: var(--white); background: var(--navy-deep); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 18px; color: var(--blue); font-size: .74rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.centered { max-width: 920px; margin: 0 auto 64px; text-align: center; }
.centered > p:last-child { max-width: 780px; margin-inline: auto; font-size: 1.05rem; }

.site-header { position: fixed; top: 0; z-index: 100; width: 100%; height: 86px; background: rgba(255,255,255,.94); border: 0; box-shadow: none; backdrop-filter: blur(18px); }
.site-header.scrolled { height: 86px; border: 0; box-shadow: none; }
.nav-wrap { display: flex; height: 86px; min-height: 0; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy-deep); font-size: 1.02rem; letter-spacing: -.02em; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; color: var(--white); background: var(--navy); border-radius: 10px 10px 16px 10px; font-weight: 700; }
.brand b { font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: .88rem; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--blue); content: ""; transform: scaleX(0); transition: transform .2s; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { transform: scaleX(1); }
.nav-cta { padding: 11px 20px; color: var(--white); background: var(--navy); border-radius: 8px; }
.menu-button { display: none; width: 44px; height: 44px; padding: 12px 9px; background: transparent; border: 0; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 6px auto; background: var(--navy-deep); transition: transform .25s; }

.hero { padding-top: 86px; padding-bottom: 0; background: #f3f1ed; }
.hero-shell {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  min-height: calc(100dvh - 86px);
  margin: 0;
  overflow: hidden;
  background: #729dae;
  border-radius: 0;
  box-shadow: none;
}
.hero-shell::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #729dae 0%, rgba(114,157,174,.97) 30%, rgba(114,157,174,.78) 48%, rgba(114,157,174,.28) 67%, rgba(114,157,174,0) 82%);
  content: "";
  pointer-events: none;
}
.hero-copy { position: relative; z-index: 2; display: flex; width: min(62%, 860px); min-height: calc(100dvh - 86px); padding: 82px 42px 76px max(52px, calc((100vw - var(--container)) / 2)); flex-direction: column; align-items: flex-start; justify-content: center; }
.hero-copy h1 { color: var(--white); text-shadow: 0 2px 24px rgba(8,47,66,.13); }
.hero-copy .eyebrow { color: #e8f7fb; }
.hero-lead { max-width: 690px; margin-bottom: 35px; color: rgba(255,255,255,.92); font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-copy > .eyebrow,
.hero-copy > h1,
.hero-copy > .hero-lead,
.hero-copy > .hero-actions { opacity: 0; animation: hero-copy-enter 700ms cubic-bezier(.22, .72, .3, 1) forwards; }
.hero-copy > .eyebrow { animation-delay: 140ms; }
.hero-copy > h1 { animation-delay: 260ms; }
.hero-copy > .hero-lead { animation-delay: 380ms; }
.hero-copy > .hero-actions { animation-delay: 500ms; }
.button { display: inline-flex; min-height: 56px; padding: 14px 25px; align-items: center; justify-content: center; border: 0; border-radius: 9px; font-size: .9rem; font-weight: 700; cursor: pointer; transition: transform .22s, background .22s, box-shadow .22s; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(1px) scale(.99); }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(17,136,179,.28); outline-offset: 3px; }
.button-primary { color: var(--white); background: var(--navy-deep); box-shadow: 0 15px 30px rgba(8,47,66,.18); }
.button-primary:hover { background: #041f2d; }
.hero .button-text { min-height: auto; padding: 5px 0; color: var(--white); border-radius: 0; text-shadow: 0 1px 15px rgba(8,47,66,.2); }
.button-text { min-height: auto; padding: 5px 0; color: var(--navy-deep); border-radius: 0; }
.button-text span, .text-link span { margin-left: 9px; transition: transform .2s; }
.button-text:hover span, .text-link:hover span { transform: translateX(5px); }
.hero-visual { position: absolute; inset: 0; z-index: 0; min-height: 0; overflow: hidden; }
.hero-visual::before { display: none; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: right center; animation: hero-image-enter 800ms cubic-bezier(.22, .72, .3, 1) 60ms both; }

@keyframes hero-copy-enter {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-image-enter {
  from { opacity: 0; transform: scale(1.018); }
  to { opacity: 1; transform: scale(1); }
}
.trust-row { position: relative; z-index: 3; display: grid; margin-top: 36px; padding: 0; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.trust-card { display: flex; min-height: 132px; padding: 20px 16px; flex-direction: column; align-items: center; justify-content: center; background: var(--white); border: 0; border-radius: 18px; box-shadow: 0 16px 38px rgba(20,81,104,.09); text-align: center; }
.trust-card p { margin: 0; color: var(--navy-deep); font-size: .98rem; font-weight: 600; }
.trust-icon { display: block; margin-bottom: 12px; color: var(--blue); line-height: 1; }
.trust-icon svg { display: block; width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

.intro { padding-top: 126px; background: #f3f1ed; }
.intro-grid { display: grid; grid-template-columns: 1fr 1.04fr; align-items: center; gap: 108px; }
.intro-media { position: relative; }
.intro-media::before { position: absolute; top: -22px; right: 42px; bottom: 42px; left: -22px; z-index: -1; background: var(--ice); border-radius: var(--radius-lg); content: ""; }
.intro-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: center; border-radius: var(--radius-lg); box-shadow: 0 22px 60px rgba(31,94,116,.12); }
.intro-copy { max-width: 700px; }
.intro-copy > p { max-width: 690px; font-size: 1.05rem; }
.text-link { display: inline-flex; margin-top: 12px; align-items: center; color: var(--blue); font-size: .9rem; font-weight: 700; }

.services { background: var(--ice-light); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { display: grid; min-height: 370px; grid-template-columns: 46% 54%; overflow: hidden; background: var(--white); border: 1px solid rgba(195,221,230,.75); border-radius: var(--radius-md); transition: transform .28s, box-shadow .28s, border-color .28s; }
.service-card:hover { border-color: transparent; box-shadow: 0 24px 55px rgba(23,91,117,.12); transform: translateY(-5px); }
.service-image { min-height: 100%; overflow: hidden; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-card:hover .service-image img { transform: scale(1.035); }
.service-card:nth-child(2) .service-image img { object-position: 54% center; }
.service-card:nth-child(3) .service-image img { object-position: 57% center; }
.service-body { position: relative; display: flex; padding: 38px 35px 32px; flex-direction: column; align-items: flex-start; }
.service-number { display: grid; width: 48px; height: 48px; margin-bottom: auto; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; font-size: 1.125rem; font-weight: 700; font-variant-numeric: tabular-nums; }
.service-card h3 { max-width: 330px; margin-top: 36px; font-size: 1.75rem; }
.service-card p { margin-bottom: 26px; font-size: .91rem; line-height: 1.65; }
.service-card a { margin-top: auto; color: var(--blue); font-size: .82rem; font-weight: 700; }
.service-card a span { margin-left: 5px; }
.service-card.featured { background: var(--navy); border-color: var(--navy); }
.service-card.featured h3, .service-card.featured p, .service-card.featured a, .service-card.featured .service-number { color: var(--white); }
.service-card.featured p { color: #cde3eb; }

.implant { padding: 128px 0; background: #f3f1ed; }
.implant-shell { display: grid; min-height: 675px; grid-template-columns: .96fr 1.04fr; align-items: stretch; overflow: hidden; background: var(--ice); border-radius: var(--radius-lg); }
.implant-copy { display: flex; padding: 72px 70px; flex-direction: column; align-items: flex-start; justify-content: center; }
.implant h2 { max-width: 680px; font-size: clamp(2.8rem, 4.2vw, 4.5rem); }
.implant-copy > p:not(.eyebrow) { max-width: 610px; color: var(--muted); font-size: 1.04rem; }
.implant-options { width: 100%; margin: 36px 0 39px; }
.implant-options p { display: flex; margin: 0; padding: 22px 0; align-items: center; gap: 28px; color: var(--navy-deep); border-bottom: 1px solid #bddbe5; font-size: 1.05rem; font-weight: 600; }
.implant-options p:last-child { border-bottom: 0; }
.implant-options span { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; font-size: 1.155rem; font-weight: 700; }
.implant .button-primary { color: var(--white); background: var(--navy-deep); }
.implant-media { position: relative; min-height: 675px; overflow: hidden; }
.implant-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(234,247,251,.12), transparent 28%); content: ""; pointer-events: none; }
.implant-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.media-caption { position: absolute; right: 24px; bottom: 24px; z-index: 1; max-width: 330px; padding: 20px 22px; color: var(--navy-deep); background: rgba(255,255,255,.94); border-radius: 12px; box-shadow: 0 16px 40px rgba(8,47,66,.14); }
.media-caption b, .media-caption span { display: block; }
.media-caption span { margin-top: 4px; color: var(--muted); font-size: .72rem; }

.benefits { padding-top: 70px; background: #f3f1ed; }
.benefits-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 116px; }
.benefits-title { position: static; max-width: 620px; }
.benefits-title h2 { font-size: clamp(2.8rem, 4.1vw, 4.45rem); }
.benefits-title > p:not(.eyebrow) { max-width: 560px; font-size: 1.04rem; }
.benefit-note { max-width: 590px; margin-top: 20px; }
.benefit-note p { margin-bottom: 20px; color: var(--muted); font-size: .98rem; line-height: 1.72; }
.benefit-note p:last-child { margin-bottom: 0; }
.benefit-note strong { color: var(--navy-deep); font-weight: 600; }
.benefits-title > p:not(.eyebrow) strong { color: var(--navy-deep); font-weight: 600; }
.benefit-list article { position: relative; display: grid; padding: 36px 0 38px; grid-template-columns: 65px 1fr; gap: 28px; border-bottom: 0; }
.benefit-list article:not(:last-child)::after { position: absolute; right: clamp(48px, 8vw, 113px); bottom: 0; left: 0; height: 0; border-top: 1px solid var(--mist); content: ""; }
.benefit-list article:first-child { padding-top: 5px; }
.benefit-list article > span { display: grid; width: 48px; height: 48px; padding: 0; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; font-size: 1.155rem; font-weight: 700; }
.benefit-list h3 { margin-bottom: 8px; font-family: "Manrope", "Aptos", "Segoe UI", sans-serif; font-size: 1.4rem; font-weight: 600; letter-spacing: -.025em; }
.benefit-list p { max-width: 560px; margin: 0; font-size: .94rem; }

.expertise { padding-top: 38px; background: #f3f1ed; }
.expertise-shell { display: grid; min-height: 610px; grid-template-columns: 1.05fr .95fr; overflow: hidden; background: linear-gradient(135deg, #e8f6fa, #d5edf4); border-radius: var(--radius-lg); }
.expertise-media { min-height: 610px; }
.expertise-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.expertise-copy { display: flex; padding: 76px 70px; flex-direction: column; justify-content: center; }
.expertise-copy > p:not(.eyebrow) { max-width: 560px; font-size: 1.02rem; }
.expertise blockquote { max-width: 570px; margin: 34px 0 0; padding: 27px 0 0; color: var(--navy-deep); border-top: 1px solid #aacfdc; font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; font-size: 1.28rem; font-style: italic; line-height: 1.5; }

.process { background: var(--ice-light); }
.process-list { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(4, 1fr); gap: 18px; list-style: none; }
.process-list::before { display: none; }
.process-list li { position: relative; min-height: 285px; padding: 34px 30px; background: var(--white); border: 1px solid var(--mist); border-radius: 14px; text-align: left; transition: transform .25s, box-shadow .25s; }
.process-list li:nth-child(1) { z-index: 4; }
.process-list li:nth-child(2) { z-index: 3; }
.process-list li:nth-child(3) { z-index: 2; }
.process-list li:nth-child(4) { z-index: 1; }
.process-list li:hover { box-shadow: 0 20px 45px rgba(23,91,117,.1); transform: translateY(-4px); }
.process .section-heading h2 { font-size: clamp(2.8rem, 4vw, 4.35rem); }
.process-list li > span { display: grid; width: 56px; height: 56px; margin: 0 0 62px; place-items: center; color: var(--white); background: var(--navy); border: 0; border-radius: 50%; font-size: 1.35rem; font-weight: 700; }
.service-number,
.implant-options span,
.benefit-list article > span,
.process-list li > span {
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  letter-spacing: -.035em;
}
.process-list li:not(:last-child)::after { position: absolute; top: 66px; right: -24px; z-index: 5; width: 68px; height: 16px; background: var(--coral); clip-path: polygon(0 41%, 78% 41%, 78% 12%, 100% 50%, 78% 88%, 78% 59%, 0 59%); content: ""; }
.process-list h3 { margin-bottom: 11px; font-size: 1.65rem; }
.process-list p { max-width: 240px; margin: 0; font-size: .9rem; }

.contact-section { padding-top: 126px; background: var(--white); }
.contact-shell { display: grid; grid-template-columns: .95fr 1.05fr; align-items: stretch; overflow: hidden; background: var(--ice); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.contact-intro { position: relative; display: flex; padding: 75px 68px; flex-direction: column; justify-content: center; overflow: hidden; background:
    radial-gradient(circle at 12% 0%, rgba(255,255,255,.78), transparent 34%),
    linear-gradient(145deg, #d9f3fa, #adddea); }
.contact-intro h2, .contact-intro .eyebrow { color: var(--navy-deep); }
.contact-intro > p:not(.eyebrow) { max-width: 620px; color: #456c7b; font-size: 1.04rem; }
.contact-details { margin-top: 46px; }
.contact-details p { display: grid; margin: 0; padding: 15px 0; grid-template-columns: 92px 1fr auto; align-items: baseline; color: var(--navy-deep); border-bottom: 1px solid rgba(12,64,88,.17); }
.contact-details span { color: var(--muted); font-size: .75rem; }
.contact-details a, .contact-details b { font-weight: 600; }
.contact-details small { color: var(--muted); font-size: .64rem; }
.contact-form { margin: 26px; padding: 43px; color: var(--ink); background: var(--white); border-radius: 18px; box-shadow: 0 18px 55px rgba(23,91,117,.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 19px; }
.field label { display: block; margin-bottom: 8px; color: var(--navy-deep); font-size: .76rem; font-weight: 700; }
.field label span { color: var(--muted); font-weight: 400; }
.field input, .field textarea, .field select { width: 100%; padding: 14px 15px; color: var(--ink); background: #f8fbfc; border: 1px solid #c8dde5; border-radius: 8px; outline: 0; transition: border-color .2s, box-shadow .2s; }
.field textarea { min-height: 116px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(17,136,179,.11); }
.field.invalid input { border-color: #c84e3d; }
.error { display: none; margin-top: 5px; color: #ad3526; font-size: .7rem; }
.field.invalid .error { display: block; }
.submit-button { width: 100%; }
.form-status { margin: 12px 0 0; color: var(--blue); font-size: .8rem; font-weight: 700; text-align: center; }
.privacy-note { margin: 8px 0 0; color: #718893; font-size: .67rem; text-align: center; }

.site-footer { padding: 62px 0 28px; background: #f2f9fb; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.35fr .9fr; align-items: center; gap: 40px; }
.footer-grid > p { margin: 0; font-size: .82rem; }
.footer-links { display: flex; justify-content: flex-end; gap: 24px; font-size: .78rem; font-weight: 600; }
.copyright { grid-column: 1 / -1; padding-top: 23px; border-top: 1px solid var(--mist); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .68s ease, transform .68s ease; }
.reveal-from-left { transform: translateX(-22px); }
.reveal-delay-1 { transition-delay: 100ms; }
.reveal-delay-2 { transition-delay: 220ms; }
.reveal-delay-3 { transition-delay: 340ms; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.section.reveal { opacity: 1; transform: none; transition: none; }

@media (max-width: 1120px) {
  .container { width: min(calc(100% - 48px), var(--container)); }
  .hero-shell { min-height: calc(100dvh - 86px); }
  .hero-copy { padding: 66px 44px 62px 52px; }
  .hero-visual { min-height: 0; }
  .intro-grid, .benefits-grid { gap: 70px; }
  .service-card { grid-template-columns: 42% 58%; }
  .service-body { padding: 31px 27px 28px; }
  .implant-copy, .expertise-copy, .contact-intro { padding: 58px 48px; }
  .main-nav { gap: 22px; }
}

@media (max-width: 900px) {
  .section { padding: 90px 0 104px; }
  .menu-button { display: block; position: relative; z-index: 102; }
  .menu-open .menu-button span:not(.sr-only):first-of-type { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-button span:not(.sr-only):last-of-type { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 101; display: flex; padding: 105px 30px 40px; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 2px; background: var(--white); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .22s, transform .22s; }
  .menu-open .main-nav { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav a { padding: 15px 3px; border-bottom: 1px solid var(--mist); font-size: 1.08rem; }
  .main-nav .nav-cta { margin-top: 14px; padding: 14px; text-align: center; }
  .hero { padding-top: 86px; }
  .hero-shell { display: block; }
  .hero-copy { width: 74%; min-height: calc(100dvh - 86px); padding: 58px 45px 48px; }
  .hero-visual { min-height: 0; }
  .trust-row { margin-top: 24px; padding-top: 0; grid-template-columns: 1fr; gap: 12px; }
  .trust-card { min-height: 104px; padding: 18px 14px; }
  .intro-grid, .benefits-grid, .expertise-shell, .contact-shell { grid-template-columns: 1fr; }
  .intro-grid { gap: 60px; }
  .service-card { min-height: 340px; }
  .implant-shell { grid-template-columns: 1fr; }
  .implant-media { min-height: 560px; grid-row: 1; }
  .benefits-title { position: static; }
  .expertise-media { min-height: 520px; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list li:not(:last-child)::after { display: none; }
  .contact-form { margin-top: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 74px 0 86px; }
  h1 { font-size: clamp(2.65rem, 12vw, 3.65rem); line-height: 1.01; }
  h2 { font-size: clamp(2.25rem, 10vw, 3rem); }
  .nav-wrap { min-height: 72px; }
  .site-header, .site-header.scrolled { height: 72px; }
  .nav-wrap { height: 72px; min-height: 0; }
  .hero { padding-top: 72px; }
  .hero-shell { width: 100%; min-height: calc(100dvh - 72px); }
  .hero-shell::after { background: linear-gradient(90deg, rgba(75,119,137,.97) 0%, rgba(114,157,174,.91) 56%, rgba(114,157,174,.55) 100%); }
  .hero-copy { width: 100%; min-height: calc(100dvh - 72px); padding: 54px 24px 48px; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { width: 100%; align-items: stretch; flex-direction: column; gap: 10px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 0; }
  .hero-visual > img { object-position: right center; }
  .centered { margin-bottom: 44px; text-align: left; }
  .intro-media::before { top: -12px; right: 25px; left: -10px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { display: flex; min-height: 0; flex-direction: column; }
  .service-image { height: 245px; }
  .service-body { min-height: 285px; padding: 29px 25px; }
  .service-number { margin-bottom: 26px; }
  .service-card h3 { margin-top: 0; }
  .implant { padding-top: 80px; }
  .implant-media { min-height: 430px; }
  .implant-copy { padding: 43px 25px 49px; }
  .media-caption { right: 13px; bottom: 13px; left: 13px; }
  .benefits-grid { gap: 40px; }
  .benefit-list article { grid-template-columns: 42px 1fr; }
  .expertise-media { min-height: 400px; }
  .expertise-copy { padding: 45px 25px; }
  .expertise blockquote { font-size: 1.12rem; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 245px; }
  .process-list li > span { margin-bottom: 42px; }
  .contact-section { padding-top: 80px; }
  .contact-intro { padding: 45px 25px; }
  .contact-form { margin: 12px; padding: 30px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-details p { grid-template-columns: 78px 1fr; }
  .contact-details small { grid-column: 2; }
}

/* Desktop typography and proportion refinements */
@media (min-width: 901px) {
  body { font-size: 19px; }
  .section { padding-top: 100px; padding-bottom: 112px; }
  .hero { padding-top: 86px; padding-bottom: 0; }
  .eyebrow { font-size: .82rem; }
  .centered { max-width: 1020px; margin-bottom: 58px; }
  .centered > p:last-child { max-width: 860px; font-size: 1.1rem; }

  .main-nav { font-size: .98rem; }
  .nav-cta { padding: 12px 22px; }

  .hero-copy { width: min(68%, 970px); }
  .hero-copy h1 { max-width: 880px; }
  .hero-lead { max-width: 780px; font-size: 1.2rem; line-height: 1.68; }
  .hero-actions .button { font-size: .98rem; }

  .trust-row { min-height: 168px; margin-top: 75px; padding-bottom: 0; grid-template-columns: repeat(3, minmax(0, 340px)); justify-content: center; gap: 38px; }
  .trust-card { min-height: 168px; padding: 29px 28px; }
  .trust-card p { font-size: 1.08rem; }
  .trust-icon { margin-bottom: 15px; }
  .trust-icon svg { width: 40px; height: 40px; }

  .intro { padding-top: 100px; }
  .intro-media img { height: clamp(360px, 32vw, 430px); aspect-ratio: auto; }
  .intro-copy { max-width: 780px; }
  .intro-copy > p { max-width: 760px; font-size: 1.12rem; }
  .text-link { font-size: .98rem; }

  .service-card { min-height: 400px; }
  .service-body { padding: 42px 38px 35px; }
  .service-number { width: 54px; height: 54px; font-size: 1.375rem; }
  .service-card h3 { max-width: 360px; font-size: 1.9rem; }
  .service-card p { font-size: 1rem; line-height: 1.7; }
  .service-card a { font-size: .92rem; }

  .implant { padding-top: 110px; padding-bottom: 110px; }
  .implant-copy { padding-right: 58px; padding-left: 64px; }
  .implant-copy > p:not(.eyebrow) { max-width: 680px; font-size: 1.12rem; }
  .implant-options p { padding-top: 25px; padding-bottom: 25px; gap: 32px; font-size: 1.16rem; }
  .implant-options span { width: 56px; height: 56px; font-size: 1.425rem; }

  .benefits { padding-top: 58px; padding-bottom: 70px; }
  .benefits-grid { padding-left: 76px; grid-template-columns: .82fr 1.18fr; gap: 82px; }
  .benefits-title { max-width: 690px; }
  .benefits-title > p:not(.eyebrow) { max-width: 640px; font-size: 1.12rem; }
  .benefit-note { max-width: 640px; margin-top: 20px; }
  .benefit-note p { font-size: 1.02rem; }
  .benefit-list article { padding: 40px 0 42px; grid-template-columns: 58px 1fr; gap: 32px; }
  .benefit-list article > span { width: 54px; height: 54px; color: var(--white); background: var(--blue); font-size: 1.375rem; }
  .benefit-list h3 { margin-bottom: 10px; font-size: 1.5rem; }
  .benefit-list p { max-width: 650px; font-size: 1.04rem; line-height: 1.68; }

  .expertise { padding-top: 50px; }
  .expertise-copy { padding-right: 64px; padding-left: 64px; }
  .expertise-copy > p:not(.eyebrow) { max-width: 630px; font-size: 1.1rem; }

  .process-list { gap: 22px; }
  .process-list li { min-height: 330px; padding: 42px 34px; }
  .process-list li > span { width: 60px; height: 60px; margin-bottom: 68px; font-size: 1.6rem; }
  .process-list li:not(:last-child)::after { top: 64px; right: -26px; width: 72px; height: 18px; }
  .process-list h3 { font-size: 1.82rem; }
  .process-list p { max-width: 275px; font-size: 1rem; line-height: 1.65; }

  .contact-section { padding-top: 108px; }
  .contact-intro { padding-right: 60px; padding-left: 60px; }
  .contact-intro > p:not(.eyebrow) { max-width: 690px; font-size: 1.12rem; }
  .contact-details span { font-size: .84rem; }
  .contact-details small { font-size: .72rem; }
  .contact-form { padding: 48px; }
  .field { margin-bottom: 21px; }
  .field label { margin-bottom: 9px; font-size: .86rem; }
  .field input, .field textarea, .field select { min-height: 52px; padding: 15px 16px; font-size: 1rem; }
  .field textarea { min-height: 130px; }
  .submit-button { min-height: 60px; font-size: 1rem; }
  .privacy-note { font-size: .76rem; }

  .footer-grid > p { font-size: .9rem; }
  .footer-links { font-size: .88rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; transition: none !important; }
  .hero-copy > .eyebrow,
  .hero-copy > h1,
  .hero-copy > .hero-lead,
  .hero-copy > .hero-actions,
  .hero-visual > img { opacity: 1; animation: none; transform: none; }
}
