:root {
  --wine: #70283b;
  --wine-dark: #501a29;
  --rose: #ead1d3;
  --rose-soft: #f7eeee;
  --cream: #fbf8f4;
  --paper: #ffffff;
  --ink: #282224;
  --muted: #625b5d;
  --sage: #7c9287;
  --line: #e7dddd;
  --shadow: 0 22px 60px rgba(72, 34, 45, .12);
  --radius: 22px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img, svg { max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
address { font-style: normal; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.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; left: 16px; top: -80px; z-index: 999; background: #fff; padding: 12px 18px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.announcement { background: var(--wine-dark); color: #fff; font-size: .9rem; }
.announcement__inner { min-height: 40px; display: flex; align-items: center; justify-content: center; gap: 28px; }
.announcement a { font-weight: 800; text-underline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,248,244,.96); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; min-width: 250px; }
.brand__mark { width: 38px; height: 46px; display: grid; place-items: center; }
.brand__mark svg { width: 100%; height: 100%; fill: none; stroke: var(--wine); stroke-width: 2.2; }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__text strong { font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: 1.55rem; letter-spacing: .02em; }
.brand__text small { margin-top: 7px; color: var(--wine); font-size: .68rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav > a { text-decoration: none; font-weight: 750; font-size: .94rem; }
.site-nav > a:not(.button):hover { color: var(--wine); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: #fff; border-radius: 50%; padding: 0; place-content: center; gap: 5px; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 25px; border: 1px solid var(--wine); border-radius: 999px; background: var(--wine); color: #fff; text-decoration: none; font-weight: 850; line-height: 1.2; cursor: pointer; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--wine-dark); box-shadow: 0 12px 28px rgba(80,26,41,.18); }
.button--outline { background: transparent; color: var(--wine); }
.button--outline:hover { color: #fff; }
.button--small { min-height: 46px; padding-inline: 22px; }
.button--full { width: 100%; border-radius: 12px; }
.text-link { color: var(--wine); font-weight: 850; text-underline-offset: 4px; }

.hero { position: relative; overflow: hidden; background: #fbf7f2; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(112,40,59,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(112,40,59,.07) 1px, transparent 1px); background-size: 64px 64px; pointer-events: none; }
.hero__wash { position: absolute; width: 760px; height: 760px; right: -160px; top: -270px; background: radial-gradient(circle, rgba(232,187,194,.52), transparent 66%); pointer-events: none; }
.hero__grid { position: relative; min-height: 790px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; padding-block: 70px 105px; }
.hero__copy { max-width: 680px; }
.eyebrow { margin: 0 0 15px; color: var(--wine); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
h1, h2, h3 { margin-top: 0; line-height: 1.07; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { margin-bottom: 24px; font-size: clamp(3.25rem, 6vw, 5.45rem); letter-spacing: -.045em; }
h2 { margin-bottom: 22px; font-size: clamp(2.2rem, 4vw, 3.65rem); letter-spacing: -.035em; }
h3 { margin-bottom: 12px; font-size: 1.24rem; }
.hero__lead { max-width: 650px; margin: 0; color: var(--muted); font-size: 1.28rem; line-height: 1.72; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 31px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 25px; margin: 30px 0 0; padding: 0; list-style: none; color: #554f50; font-size: .93rem; font-weight: 750; }
.trust-list li { position: relative; padding-left: 18px; }
.trust-list li::before { content: ""; position: absolute; left: 0; top: .67em; width: 7px; height: 7px; border-radius: 50%; background: var(--sage); }
.hero__visual { position: relative; min-height: 620px; display: grid; place-items: center; }
.visual-card { position: relative; width: min(100%, 500px); height: 610px; border: 1px solid #e1c5c8; border-radius: 230px 230px 24px 24px; background: linear-gradient(145deg, rgba(255,255,255,.88), rgba(239,209,213,.7)); box-shadow: var(--shadow); overflow: hidden; }
.visual-card::before { content: ""; position: absolute; inset: 52px 60px 80px; border: 1px solid rgba(112,40,59,.15); border-radius: 190px 190px 20px 20px; }
.line-art { position: absolute; inset: 76px 48px 95px; width: calc(100% - 96px); height: calc(100% - 171px); stroke: #9c6672; stroke-width: 2.2; }
.visual-card__label { position: absolute; left: 28px; right: 28px; bottom: 28px; padding: 20px 24px; border-radius: 14px; background: rgba(91,35,50,.95); color: #fff; }
.visual-card__label span { display: block; margin-bottom: 6px; font-size: .76rem; text-transform: uppercase; letter-spacing: .13em; }
.visual-card__label strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.22rem; font-weight: 500; }
.hero__seal { position: absolute; left: -37px; bottom: 62px; width: 108px; height: 108px; display: grid; place-content: center; text-align: center; background: #fffaf5; border: 1px dashed #c7959e; border-radius: 50%; box-shadow: 0 10px 32px rgba(72,34,45,.12); outline: 7px solid rgba(255,250,245,.85); color: var(--wine); }
.hero__seal span { font-family: Georgia, serif; font-size: 1.55rem; }
.hero__seal small { color: var(--ink); font-weight: 900; font-size: .65rem; letter-spacing: .09em; }

.quick-contact { position: relative; z-index: 3; margin-top: -55px; }
.quick-contact__grid { display: grid; grid-template-columns: repeat(3,1fr); background: #fff; border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.quick-contact a { min-height: 112px; padding: 27px 30px; display: flex; flex-direction: column; justify-content: center; text-decoration: none; border-right: 1px solid var(--line); }
.quick-contact a:last-child { border-right: 0; }
.quick-contact span { color: #777073; font-size: .73rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.quick-contact strong { margin-top: 8px; color: var(--wine); font-family: Georgia, serif; font-size: 1.08rem; font-weight: 500; }
.quick-contact a:hover { background: var(--rose-soft); }

.section { padding-block: 105px; }
.section--tint { background: var(--rose-soft); }
.section--dark { background: #2f2729; color: #fff; }
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.prose { color: var(--muted); font-size: 1.1rem; }
.prose p:first-child { margin-top: 0; }
.prose p:last-child { margin-bottom: 0; }
.section-heading { display: grid; grid-template-columns: 1fr .66fr; gap: 70px; align-items: end; margin-bottom: 50px; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 1.06rem; }
.section-heading.compact { grid-template-columns: 1fr; }
.section-heading h2 { margin-bottom: 0; }

.procedure-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.procedure-card { position: relative; min-height: 315px; padding: 35px 31px 31px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 30px rgba(72,34,45,.05); }
.procedure-card.featured { background: var(--wine); color: #fff; border-color: var(--wine); }
.card-number { display: block; margin-bottom: 42px; color: #aa8b92; font-size: .74rem; font-weight: 900; letter-spacing: .15em; }
.featured .card-number { color: #e9c8cf; }
.procedure-card p { margin: 0 0 25px; color: var(--muted); }
.featured p { color: #f4e7ea; }
.procedure-card a { margin-top: auto; color: var(--wine); font-weight: 850; text-decoration: none; }
.featured a { color: #fff; }
.procedure-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); transition: .2s; }
.all-procedures { margin-top: 40px; padding: 36px; border: 1px solid #dac5c9; border-radius: 18px; background: rgba(255,255,255,.55); }
.all-procedures h3 { font-family: Georgia, serif; font-size: 1.6rem; }
.all-procedures__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px 25px; padding: 0; margin: 25px 0 0; list-style: none; }
.all-procedures__grid li { position: relative; padding-left: 15px; }
.all-procedures__grid li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--wine); position: absolute; left: 0; top: .7em; }
.source-note { margin: 25px 0 0; color: var(--muted); font-size: .88rem; }

.surgeons { background: #fff; }
.surgeon-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 25px; }
.surgeon-card { display: grid; grid-template-columns: 150px 1fr; gap: 28px; padding: 35px; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); }
.surgeon-card__portrait { min-height: 188px; border-radius: 95px 95px 18px 18px; display: grid; place-items: center; background: linear-gradient(160deg, #eacfd3, #f9eeee); color: var(--wine); font-family: Georgia, serif; font-size: 2.2rem; }
.surgeon-card__role { display: block; margin-bottom: 8px; color: var(--wine); font-size: .73rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.surgeon-card p { margin-bottom: 0; color: var(--muted); }

.patient-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.patient-grid .lead { color: #d9d1d3; font-size: 1.08rem; }
.info-list { display: grid; gap: 0; }
.info-list article { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.info-list article:first-child { padding-top: 0; }
.info-list article > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; font-size: .75rem; }
.info-list h3 { margin-bottom: 7px; }
.info-list p { margin: 0; color: #c9c1c3; }

.process-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 0; padding: 0; list-style: none; background: var(--line); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.process-steps li { min-height: 255px; padding: 38px; background: #fff; }
.process-steps li > span { width: 38px; height: 38px; margin-bottom: 45px; display: grid; place-items: center; border-radius: 50%; background: var(--rose-soft); color: var(--wine); font-weight: 900; }
.process-steps p { color: var(--muted); }

.faq__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.faq__grid > div:first-child > p:last-child { color: var(--muted); }
.faq__items { border-top: 1px solid #d9c8cb; }
details { border-bottom: 1px solid #d9c8cb; }
summary { position: relative; padding: 24px 44px 24px 0; list-style: none; cursor: pointer; font-weight: 850; font-size: 1.05rem; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 19px; color: var(--wine); font-family: Georgia, serif; font-size: 1.7rem; }
details[open] summary::after { content: "−"; }
details p { margin: -5px 0 25px; color: var(--muted); }

.location { background: #fff; }
.location__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.map-art { position: relative; min-height: 500px; overflow: hidden; border-radius: 22px; background: #ede8e2; box-shadow: var(--shadow); }
.street { position: absolute; background: rgba(255,255,255,.72); box-shadow: 0 0 0 1px rgba(112,40,59,.06); }
.street--v { top: -5%; bottom: -5%; width: 55px; transform: rotate(8deg); }
.street--h { left: -5%; right: -5%; height: 48px; transform: rotate(-5deg); }
.street.one { left: 15%; }.street.two { left: 50%; }.street.three { right: 9%; }
.street.four { top: 19%; }.street.five { top: 50%; }.street.six { bottom: 11%; }
.park { position: absolute; left: 42%; top: 33%; width: 170px; height: 150px; display: grid; place-content: center; text-align: center; background: #cfd9cf; color: #607166; font-weight: 900; font-size: .7rem; letter-spacing: .13em; }
.pin { position: absolute; left: 32%; top: 44%; width: 52px; height: 52px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--wine); box-shadow: 0 10px 20px rgba(80,26,41,.2); }
.pin span { position: absolute; width: 17px; height: 17px; border-radius: 50%; background: #fff; left: 17px; top: 17px; }
.location__copy address { margin: 25px 0; padding-left: 24px; border-left: 3px solid var(--wine); font-size: 1.08rem; }
.location__copy p { color: var(--muted); }
.location__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 30px; }

.consultation { padding-block: 105px; color: #fff; background: linear-gradient(135deg, #6f293c, #4d1c2a); }
.consultation__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: start; }
.consultation .eyebrow { color: #efcfd5; }
.consultation__copy > p { color: #eadde0; }
.privacy-callout { margin-top: 28px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: rgba(255,255,255,.06); color: #f7edef; }
.phone-line a { font-weight: 900; }
.consultation-form { padding: 35px; border-radius: 18px; background: #fff; color: var(--ink); box-shadow: 0 25px 60px rgba(0,0,0,.18); }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.consultation-form label { display: block; margin-bottom: 17px; font-size: .86rem; font-weight: 800; }
.consultation-form input:not([type="checkbox"]), .consultation-form select { width: 100%; min-height: 50px; margin-top: 7px; padding: 10px 13px; border: 1px solid #d8cdcf; border-radius: 9px; background: #fff; color: var(--ink); }
.consultation-form input:focus, .consultation-form select:focus { outline: 3px solid rgba(112,40,59,.15); border-color: var(--wine); }
.consent { display: grid !important; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; font-weight: 500 !important; line-height: 1.5; }
.consent input { margin-top: 4px; accent-color: var(--wine); }
.honeypot { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-note { margin: 14px 0 0; text-align: center; color: var(--muted); font-size: .78rem; }
.form-status { margin-bottom: 18px; padding: 12px 14px; border-radius: 9px; background: #edf7ef; color: #245d31; }
.form-status.is-error { background: #fff0f0; color: #8c2020; }

.site-footer { padding: 70px 0 30px; background: #201a1c; color: #eee7e9; }
.footer__grid { display: grid; grid-template-columns: 1.2fr .8fr .7fr; gap: 75px; }
.brand--footer { color: #fff; margin-bottom: 20px; }
.brand--footer .brand__mark svg { stroke: #e7bcc5; }
.footer__grid p, .footer__grid address { color: #bfb7b9; }
.footer__grid h2 { margin-bottom: 18px; font-family: inherit; font-size: .75rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.footer__grid > div > a:not(.brand) { display: block; margin: 8px 0; color: #eee7e9; text-decoration: none; }
.footer__legal { margin-top: 55px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); color: #aaa2a4; font-size: .78rem; }
.mobile-cta { display: none; }

@media (max-width: 1050px) {
  .site-nav { gap: 18px; }
  .hero__grid { grid-template-columns: 1fr .82fr; gap: 35px; }
  .hero__visual { min-height: 560px; }
  .visual-card { height: 550px; }
  .procedure-grid { grid-template-columns: repeat(2,1fr); }
  .surgeon-card { grid-template-columns: 115px 1fr; padding: 28px; }
  .all-procedures__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .announcement__inner { min-height: 52px; justify-content: space-between; gap: 12px; font-size: .78rem; }
  .header__inner { min-height: 72px; }
  .brand { min-width: 0; }
  .brand__mark { width: 31px; height: 39px; }
  .brand__text strong { font-size: 1.25rem; }
  .brand__text small { font-size: .58rem; }
  .nav-toggle { display: grid; position: relative; z-index: 52; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 51; inset: 0 0 auto 0; min-height: 100vh; padding: 125px 30px 40px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: var(--cream); transform: translateX(100%); visibility: hidden; transition: transform .25s ease, visibility .25s; }
  .site-nav.is-open { transform: translateX(0); visibility: visible; }
  .site-nav > a { padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 1.08rem; }
  .site-nav .button { margin-top: 25px; border-bottom: 0; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; padding-block: 70px 95px; }
  .hero__copy { max-width: none; }
  .hero__visual { min-height: 540px; }
  .visual-card { width: min(100%, 480px); height: 540px; }
  .quick-contact { margin-top: -45px; }
  .quick-contact__grid { grid-template-columns: 1fr; }
  .quick-contact a { min-height: 94px; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-contact a:last-child { border-bottom: 0; }
  .section { padding-block: 80px; }
  .split, .section-heading, .patient-grid, .faq__grid, .location__grid, .consultation__grid { grid-template-columns: 1fr; gap: 38px; }
  .procedure-grid { grid-template-columns: 1fr; }
  .surgeon-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps li { min-height: 0; }
  .all-procedures__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  body { padding-bottom: 66px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .announcement__inner { padding-block: 8px; text-align: left; }
  .announcement span { max-width: 210px; }
  .announcement a { white-space: nowrap; }
  .brand__text strong { font-size: 1.08rem; }
  .brand__text small { letter-spacing: .1em; }
  .hero::before { background-size: 42px 42px; }
  .hero__grid { padding-top: 55px; gap: 42px; }
  h1 { font-size: clamp(3rem, 16vw, 4.25rem); }
  h2 { font-size: 2.45rem; }
  .hero__lead { font-size: 1.07rem; }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .trust-list { display: grid; }
  .hero__visual { min-height: 425px; }
  .visual-card { height: 425px; border-radius: 175px 175px 20px 20px; }
  .visual-card::before { inset: 36px 35px 66px; }
  .line-art { inset: 50px 20px 84px; width: calc(100% - 40px); height: calc(100% - 134px); }
  .visual-card__label { left: 16px; right: 16px; bottom: 16px; padding: 15px 17px; }
  .visual-card__label strong { font-size: 1rem; }
  .hero__seal { width: 82px; height: 82px; left: -6px; bottom: 42px; }
  .hero__seal span { font-size: 1.2rem; }
  .section { padding-block: 68px; }
  .procedure-card, .all-procedures, .consultation-form { padding: 26px 22px; }
  .surgeon-card { grid-template-columns: 1fr; }
  .surgeon-card__portrait { min-height: 180px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .map-art { min-height: 390px; }
  .footer__grid { grid-template-columns: 1fr; gap: 35px; }
  .footer__grid > div:first-child { grid-column: auto; }
  .mobile-cta { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; height: 66px; display: grid; grid-template-columns: .8fr 1.2fr; box-shadow: 0 -6px 24px rgba(0,0,0,.18); }
  .mobile-cta a { display: grid; place-items: center; text-align: center; color: #fff; text-decoration: none; font-weight: 900; font-size: .87rem; background: var(--wine-dark); }
  .mobile-cta a:last-child { background: var(--wine); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
