:root {
  --ink: #3f2926;
  --forest: #8d4a42;
  --sage: #c78376;
  --mist: #f4ddd8;
  --paper: #fff7f3;
  --warm: #f6e2dc;
  --peach: #e88f7f;
  --white: #fffaf7;
  --line: rgba(63, 41, 38, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 12px 18px; background: var(--ink); color: white; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; }
.nav-wrap { height: 104px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { position: relative; width: 37px; height: 37px; border: 1px solid currentColor; border-radius: 50%; }
.brand-mark::before, .brand-mark::after, .brand-mark i { content: ""; position: absolute; inset: 7px 17px; background: currentColor; transform: rotate(35deg); }
.brand-mark::after { transform: rotate(-35deg); }
.brand-mark i { transform: rotate(90deg); }
.brand strong { display: block; letter-spacing: .22em; font-size: .78rem; }
.brand small { display: block; margin-top: 4px; color: #7b615c; font-size: .52rem; letter-spacing: .2em; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.main-nav a { text-decoration: none; }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .25s; }
.main-nav a:hover::after { right: 0; }
.nav-cta { padding: 13px 18px; color: white; background: var(--forest); }
.nav-cta span { margin-left: 12px; }
.menu-toggle { display: none; border: 0; background: none; padding: 12px; }
.menu-toggle span { display: block; width: 25px; height: 1px; margin: 6px 0; background: var(--ink); }

.hero { min-height: 780px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 62px; padding-top: 115px; }
.eyebrow { margin: 0 0 22px; color: #8c5b52; font-size: .71rem; font-weight: 650; letter-spacing: .19em; }
.hero h1 { max-width: 680px; margin: 0; font: 400 clamp(3.6rem, 6.4vw, 6.7rem)/.9 var(--serif); letter-spacing: -.055em; }
.hero h1 em { color: var(--peach); font-weight: 400; }
.hero-lead { max-width: 580px; margin: 34px 0 0; color: #6f5651; font: 1.06rem/1.75 var(--sans); }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-width: 250px; padding: 18px 22px; text-decoration: none; font-size: .76rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: var(--forest); }
.button-light { color: var(--forest); background: var(--white); }
.text-link { display: inline-flex; gap: 16px; padding-bottom: 6px; border-bottom: 1px solid currentColor; text-decoration: none; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 72px; padding-top: 22px; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; grid-template-columns: 34px 1fr; align-items: center; }
.hero-proof strong { color: var(--peach); font: 400 .88rem var(--serif); }
.hero-proof span { font-size: .68rem; line-height: 1.35; letter-spacing: .07em; text-transform: uppercase; }

.hero-art { position: relative; height: 620px; overflow: hidden; background: linear-gradient(145deg, #f5cfc7 0%, #f8e5df 75%); }
.halo { position: absolute; border-radius: 50%; filter: blur(1px); }
.halo-one { width: 510px; height: 510px; left: -145px; top: 40px; background: rgba(255,255,255,.42); }
.halo-two { width: 240px; height: 240px; right: -65px; bottom: -35px; border: 1px solid rgba(141,74,66,.26); }
.line-drawing { position: absolute; inset: 28px 25px 15px; }
.line-drawing svg { width: 100%; height: 100%; fill: none; stroke: rgba(116,59,53,.66); stroke-width: 1.15; }
.art-card { position: absolute; left: 28px; bottom: 30px; width: 250px; padding: 20px; background: rgba(255,253,249,.85); backdrop-filter: blur(8px); }
.art-card p { margin: 10px 0 0; font: italic 1rem/1.5 var(--serif); }
.pulse { display: block; width: 8px; height: 8px; border-radius: 50%; background: var(--peach); box-shadow: 0 0 0 5px rgba(232,143,127,.22); }
.vertical-note { position: absolute; right: 20px; top: 30px; font-size: .58rem; letter-spacing: .2em; writing-mode: vertical-rl; }

.statement { padding: 130px 0; color: var(--white); background: var(--forest); }
.statement-grid { display: grid; grid-template-columns: 160px 1.4fr .6fr; gap: 60px; align-items: start; }
.section-number { padding-top: 18px; color: #f0c9c1; font-size: .65rem; letter-spacing: .16em; }
.quote-mark { height: 32px; margin: 0; color: var(--peach); font: 4rem/1 var(--serif); }
.statement h2 { max-width: 650px; margin: 16px 0 30px; font: 400 clamp(2.7rem, 4.4vw, 4.7rem)/1.04 var(--serif); letter-spacing: -.04em; }
.statement-copy > p:not(.quote-mark) { max-width: 630px; color: #f5ded9; line-height: 1.8; }
.statement .text-link { margin-top: 24px; }
.statement-side { min-height: 335px; padding: 36px; display: flex; align-items: flex-end; position: relative; overflow: hidden; background: #f3c6bc; color: var(--ink); }
.statement-side p { position: relative; z-index: 2; margin: 0; font: italic 1.25rem/1.45 var(--serif); }
.soft-orb { position: absolute; width: 290px; height: 290px; top: -90px; right: -90px; border-radius: 50%; background: rgba(255,255,255,.55); box-shadow: -80px 100px 100px rgba(180,105,91,.25); }

.services { padding: 130px 0; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 80px; margin-bottom: 70px; }
.section-head h2 { margin: 0; font: 400 clamp(2.6rem, 4.2vw, 4.3rem)/1.05 var(--serif); letter-spacing: -.04em; }
.section-head > p { max-width: 420px; margin: 0 0 7px; color: #63716a; line-height: 1.75; }
.service-list { border-top: 1px solid var(--line); }
.service-card { display: grid; grid-template-columns: 70px 170px 1fr; gap: 36px; align-items: center; min-height: 235px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.service-index { align-self: start; padding-top: 14px; color: #87958d; font: .78rem var(--serif); }
.service-icon { position: relative; width: 145px; height: 145px; border-radius: 50%; background: #e6ddd4; overflow: hidden; }
.service-icon::before, .service-icon::after, .service-icon span { content: ""; position: absolute; }
.icon-skin::before { width: 70px; height: 100px; left: 43px; top: 25px; border: 1px solid var(--forest); border-radius: 55% 45% 50% 46%; transform: rotate(15deg); }
.icon-skin::after { width: 34px; height: 65px; left: 59px; top: 43px; border-left: 1px solid var(--forest); border-radius: 50%; transform: rotate(20deg); }
.icon-laser::before { inset: 29px; border: 1px solid var(--forest); border-radius: 50%; }
.icon-laser::after { inset: 49px; border-radius: 50%; background: var(--peach); box-shadow: 0 0 0 12px rgba(232,143,127,.2); }
.icon-laser span { width: 1px; height: 90px; left: 72px; top: 27px; background: var(--forest); transform: rotate(45deg); }
.icon-drop::before { width: 64px; height: 84px; left: 40px; top: 27px; border: 1px solid var(--forest); border-radius: 54% 46% 50% 50%; transform: rotate(45deg); }
.icon-drop::after { width: 18px; height: 18px; left: 65px; top: 63px; border-radius: 50%; background: var(--peach); }
.icon-body::before { width: 65px; height: 105px; left: 40px; top: 20px; border-left: 1px solid var(--forest); border-right: 1px solid var(--forest); border-radius: 40%; }
.icon-body::after { width: 105px; height: 1px; left: 20px; top: 72px; background: var(--forest); box-shadow: 0 -12px 0 rgba(141,74,66,.35), 0 12px 0 rgba(141,74,66,.35); }
.service-body { display: grid; grid-template-columns: .7fr 1fr .9fr; gap: 40px; align-items: start; }
.service-body h3 { margin: 0; font: 400 2.1rem/1.1 var(--serif); }
.service-body p { margin: 0; color: #755d57; line-height: 1.7; }
.service-body ul { margin: 0; padding: 0; list-style: none; }
.service-body li { padding: 8px 0; border-bottom: 1px solid rgba(63,41,38,.09); font-size: .83rem; }

.technology { padding: 130px 0; color: var(--white); background: #683a35; overflow: hidden; }
.technology-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.tech-visual { position: relative; min-height: 520px; display: grid; place-items: center; background: radial-gradient(circle at center, rgba(244,177,164,.24), transparent 55%); }
.scanner-ring { position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.ring-a { width: 430px; height: 430px; }
.ring-b { width: 315px; height: 315px; border-style: dashed; }
.ring-c { width: 210px; height: 210px; border-color: var(--peach); }
.scanner-core { position: relative; z-index: 2; width: 115px; height: 115px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--white); color: var(--forest); box-shadow: 0 0 80px rgba(244,177,164,.28); }
.scanner-core span { font: 2rem var(--serif); }
.scanner-core small { font-size: .5rem; letter-spacing: .18em; }
.tech-label { position: absolute; padding: 10px 14px; border: 1px solid rgba(255,255,255,.22); color: #cdd8d2; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.label-one { top: 98px; right: 15px; }
.label-two { bottom: 92px; left: 10px; }
.tech-copy h2 { margin: 0 0 28px; font: 400 clamp(2.7rem, 4.2vw, 4.4rem)/1.03 var(--serif); letter-spacing: -.04em; }
.tech-copy > p:not(.eyebrow) { color: #f0d6d1; line-height: 1.8; }
.tech-points { margin: 35px 0 40px; border-top: 1px solid rgba(255,255,255,.16); }
.tech-points div { display: grid; grid-template-columns: 50px 1fr; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.tech-points span { color: var(--peach); font: .8rem var(--serif); }
.tech-points p { margin: 0; font-size: .85rem; }

.journey { padding: 130px 0; }
.journey-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.journey-steps li { position: relative; min-height: 250px; padding: 28px 30px 30px 0; border-right: 1px solid var(--line); }
.journey-steps li:not(:first-child) { padding-left: 30px; }
.journey-steps li:last-child { border-right: 0; }
.journey-steps span { color: var(--peach); font: 1rem var(--serif); }
.journey-steps h3 { margin: 50px 0 15px; font: 400 1.65rem var(--serif); }
.journey-steps p { margin: 0; color: #65716b; font-size: .9rem; line-height: 1.7; }

.team { padding: 120px 0; background: #f6ded8; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.team-intro { grid-column: 1 / -1; max-width: 650px; }
.team-intro { padding-right: 35px; }
.team-intro h2 { margin: 0 0 28px; font: 400 3rem/1.05 var(--serif); letter-spacing: -.04em; }
.team-intro > p:last-child { color: #755d57; line-height: 1.7; }
.doctor-card { min-height: 400px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; background: var(--white); }
.doctor-monogram { width: 138px; height: 138px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: radial-gradient(circle at 35% 30%, white, #f2c8bf); font: 1.8rem var(--serif); letter-spacing: .06em; }
.doctor-card .role { margin: 0 0 12px; color: #75827b; font-size: .62rem; letter-spacing: .15em; }
.doctor-card h3 { margin: 0 0 14px; font: 400 1.8rem var(--serif); }
.doctor-card > div:last-child > p:last-of-type { margin: 0; color: #755d57; font-size: .88rem; line-height: 1.65; }
.doctor-links { display: flex; gap: 18px; margin-top: 18px; }
.doctor-links a { color: var(--forest); font-size: .7rem; letter-spacing: .08em; text-underline-offset: 4px; text-transform: uppercase; }

.contact { padding: 130px 0; color: var(--ink); background: var(--peach); }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 110px; }
.contact .eyebrow { color: #6f3f38; }
.contact-copy h2 { max-width: 650px; margin: 0 0 24px; font: 400 clamp(3rem, 5vw, 5rem)/.98 var(--serif); letter-spacing: -.045em; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; color: #593f3a; line-height: 1.7; }
.phone { display: inline-flex; gap: 30px; margin-top: 35px; padding-bottom: 8px; border-bottom: 1px solid currentColor; text-decoration: none; font: 400 2rem var(--serif); }
.contact-details { display: grid; gap: 30px; padding: 38px; color: var(--ink); background: var(--white); }
.contact-details > div { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.contact-details > div:last-child { padding-bottom: 0; border: 0; }
.detail-label { display: block; margin-bottom: 12px; color: #78857f; font-size: .6rem; letter-spacing: .17em; }
.contact-details p { margin: 0 0 10px; line-height: 1.65; }
.contact-details a { display: block; width: fit-content; margin-top: 8px; font-size: .82rem; text-underline-offset: 4px; }

.site-footer { padding: 45px 0; background: #4b2925; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: center; gap: 40px; }
.brand-footer small { color: #ddb8b0; }
.site-footer p { margin: 0; color: #ddb8b0; font-size: .7rem; line-height: 1.5; }
.mobile-call { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 960px) {
  .shell { width: min(100% - 36px, 760px); }
  .menu-toggle { display: block; position: relative; z-index: 30; }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 26px; background: var(--paper); transform: translateX(100%); transition: transform .35s ease; font-size: 1rem; }
  .main-nav.open { transform: translateX(0); }
  .menu-toggle.open span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle.open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; gap: 55px; padding-top: 155px; padding-bottom: 70px; }
  .hero-art { height: 560px; }
  .statement-grid { grid-template-columns: 1fr; gap: 35px; }
  .statement-side { max-width: 420px; }
  .service-body { grid-template-columns: 1fr; gap: 16px; }
  .technology-grid { grid-template-columns: 1fr; gap: 55px; }
  .tech-copy { max-width: 650px; }
  .journey-steps { grid-template-columns: 1fr 1fr; }
  .journey-steps li:nth-child(2) { border-right: 0; }
  .journey-steps li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .team-intro { grid-column: 1 / -1; }
  .doctor-card:last-child { grid-column: 1 / -1; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .shell { width: calc(100% - 32px); }
  body { padding-bottom: 70px; }
  .nav-wrap { height: 82px; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero h1 { font-size: 3.45rem; }
  .hero-lead { font-size: .98rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-proof { grid-template-columns: 1fr; gap: 16px; margin-top: 48px; }
  .hero-art { height: 465px; }
  .art-card { width: 210px; }
  .statement, .services, .technology, .journey, .team, .contact { padding: 85px 0; }
  .section-head { display: block; margin-bottom: 45px; }
  .section-head > p { margin-top: 22px; }
  .service-card { grid-template-columns: 38px 1fr; gap: 18px; padding: 34px 0; }
  .service-icon { width: 115px; height: 115px; grid-column: 2; }
  .service-icon::before, .service-icon::after, .service-icon span { transform: scale(.8); transform-origin: center; }
  .service-body { grid-column: 2; }
  .technology-grid { gap: 35px; }
  .tech-visual { min-height: 375px; transform: scale(.9); }
  .ring-a { width: 330px; height: 330px; }
  .ring-b { width: 245px; height: 245px; }
  .ring-c { width: 165px; height: 165px; }
  .journey-steps { grid-template-columns: 1fr; }
  .journey-steps li { min-height: 210px; padding-left: 0 !important; border-right: 0; border-top: 1px solid var(--line); }
  .team-grid { grid-template-columns: 1fr; }
  .team-intro { grid-column: auto; }
  .doctor-card:last-child { grid-column: auto; }
  .doctor-card { min-height: 350px; }
  .contact-grid { gap: 55px; }
  .phone { font-size: 1.65rem; }
  .mobile-call { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; height: 70px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; color: white; background: var(--forest); text-decoration: none; }
  .mobile-call span { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-call strong { font-size: .92rem; }
}
