:root {
  --ink: #143540;
  --deep: #0d3f4b;
  --teal: #137686;
  --aqua: #6ac4c7;
  --cream: #f8f7f2;
  --sand: #e7e3d5;
  --mist: #e9f3f1;
  --line: rgba(20, 53, 64, .14);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
::selection { color: #fff; background: var(--teal); }

.wrap { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -60px; padding: 9px 13px; background: var(--deep); color: #fff; border-radius: 4px; transition: top .2s; }
.skip-link:focus { top: 12px; }

.announcement { background: var(--deep); color: #ebf7f7; font-size: .81rem; letter-spacing: .005em; }
.announcement__inner { min-height: 39px; display: flex; align-items: center; justify-content: center; gap: 10px 18px; }
.announcement p { margin: 0; }
.announcement a { font-weight: 700; color: #c7f1e8; text-decoration: underline; text-underline-offset: 3px; }
.announcement__spark { width: 6px; height: 6px; flex: 0 0 auto; background: var(--aqua); border-radius: 99px; box-shadow: 0 0 0 4px rgba(106,196,199,.12); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(248,247,242,.86); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 5px 18px rgba(13,63,75,.04); }
.header__inner { height: 79px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 8px; color: var(--deep); font-size: 1.55rem; font-weight: 700; letter-spacing: -.07em; line-height: 1; }
.brand span span { color: var(--teal); }
.brand__mark { width: 33px; height: 33px; color: var(--teal); }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .9rem; font-weight: 600; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { position: absolute; content: ""; width: 0; height: 1px; left: 0; bottom: -6px; background: var(--teal); transition: width .2s ease; }
.main-nav > a:not(.button):hover::after, .main-nav > a:not(.button):focus-visible::after { width: 100%; }
.menu-toggle { display: none; color: var(--deep); background: transparent; border: 0; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 52px; padding: 0 21px; border: 1px solid var(--teal); border-radius: 4px; background: var(--teal); color: #fff; font-size: .91rem; font-weight: 700; letter-spacing: .005em; box-shadow: 0 8px 20px rgba(19,118,134,.16); transition: transform .2s ease, background .2s, box-shadow .2s; }
.button:hover, .button:focus-visible { background: #0c6677; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(19,118,134,.23); }
.button--small { min-height: 41px; padding: 0 15px; font-size: .82rem; }
.button--light { border-color: #fff; background: #fff; color: var(--deep); box-shadow: none; }
.button--light:hover, .button--light:focus-visible { background: #dff2ed; color: var(--deep); }
.button--full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: .93rem; font-weight: 700; }
.text-link:hover, .text-link:focus-visible { color: var(--teal); }
.text-link--arrow span { transition: transform .2s; }.text-link--arrow:hover span { transform: translateX(4px); }
.phone-icon { display: grid; width: 23px; height: 23px; place-items: center; border: 1px solid rgba(19,118,134,.35); border-radius: 50%; color: var(--teal); font-size: 1rem; transform: rotate(-35deg); }

.hero { position: relative; overflow: hidden; isolation: isolate; padding: clamp(75px, 10vw, 138px) 0 87px; background: radial-gradient(circle at 69% 44%, #e0f2ec 0, #edf4ef 26%, transparent 51%), var(--cream); }
.hero__grid { display: grid; grid-template-columns: minmax(0, .98fr) minmax(360px, .8fr); align-items: center; gap: clamp(30px, 6vw, 100px); }
.hero__content { max-width: 650px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 16px; color: var(--teal); font-size: .69rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 25px; height: 1px; background: currentColor; }
.hero h1 { max-width: 690px; margin: 0; color: var(--deep); font-family: var(--serif); font-size: clamp(3rem, 5.2vw, 5rem); font-weight: 600; letter-spacing: -.065em; line-height: .99; }
.hero h1 em { color: var(--teal); font-weight: 600; }
.hero__lead { max-width: 570px; margin: 27px 0 30px; font-size: 1.11rem; line-height: 1.7; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; }
.hero__details { display: flex; flex-wrap: wrap; gap: 25px 36px; margin-top: 54px; }
.hero__details > div { display: flex; align-items: center; gap: 10px; }
.hero__detail-icon { color: var(--teal); font-size: 1.25rem; }.hero__details p { margin: 0; font-size: .76rem; line-height: 1.45; }.hero__details strong { color: var(--ink); font-size: .8rem; }
.hero__orb { position: absolute; z-index: -1; border-radius: 999px; filter: blur(1px); pointer-events: none; }.hero__orb--one { width: 470px; height: 470px; right: -170px; top: 82px; border: 1px solid rgba(19,118,134,.11); }.hero__orb--two { width: 180px; height: 180px; right: 17%; top: -70px; border: 1px solid rgba(19,118,134,.1); }

.hero__visual { position: relative; width: min(100%, 440px); min-height: 466px; margin: 0 auto; }.hero-photo { position: absolute; inset: 18px 18px 14px 23px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.82); border-radius: 28px; background: #d9e6e3; box-shadow: 18px 25px 40px rgba(14,63,75,.22); transform: rotate(4.5deg); }.hero-photo::after { position: absolute; z-index: 1; inset: 48% 0 0; content: ""; pointer-events: none; background: linear-gradient(to top, rgba(7,40,48,.76), rgba(7,40,48,.16) 56%, transparent); }.hero-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }.hero-photo figcaption { position: absolute; z-index: 2; right: 28px; bottom: 26px; left: 28px; color: #fff; line-height: 1.25; }.hero-photo figcaption span, .hero-photo figcaption strong { display: block; }.hero-photo figcaption span { margin-bottom: 5px; color: #c8efea; font-size: .61rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }.hero-photo figcaption strong { font-family: var(--serif); font-size: 1.42rem; font-weight: 600; letter-spacing: -.035em; }.hero-card--main { position: absolute; inset: 18px 18px 14px 23px; overflow: hidden; padding: 31px; border: 1px solid rgba(255,255,255,.75); border-radius: 28px; color: #def7f4; background: linear-gradient(145deg, #155f6f, #0d4552 80%); box-shadow: 18px 25px 40px rgba(14,63,75,.22); transform: rotate(4.5deg); }.hero-card--main::before { position: absolute; content: ""; width: 340px; height: 340px; top: 52%; left: 51%; border: 1px solid rgba(214,249,239,.16); border-radius: 50%; transform: translate(-50%, -50%); }.hero-card--main::after { position: absolute; content: ""; width: 500px; height: 500px; top: -280px; right: -330px; border: 1px solid rgba(214,249,239,.1); border-radius: 50%; }.hero-card__topline { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; font-size: .64rem; font-weight: 700; letter-spacing: .13em; }.status { display: flex; align-items: center; gap: 5px; letter-spacing: .05em; font-weight: 500; }.status i { width: 6px; height: 6px; border-radius: 50%; background: #b8f4cf; box-shadow: 0 0 0 4px rgba(184,244,207,.1); }.hero-card__symbol { position: relative; z-index: 1; display: grid; width: 205px; height: 205px; place-items: center; margin: 46px auto 30px; border: 1px solid rgba(218,250,242,.18); border-radius: 50%; animation: breathe 6s ease-in-out infinite; }.hero-card__symbol svg { width: 145px; height: 145px; color: #d8f4ec; }.hero-card__label { position: relative; z-index: 1; margin: 0; font-family: var(--serif); font-size: 1.24rem; line-height: 1.3; letter-spacing: -.025em; }.hero-card__lines { position: absolute; z-index: 1; bottom: 30px; right: 32px; display: grid; gap: 5px; }.hero-card__lines span { display: block; height: 2px; border-radius: 5px; background: rgba(218,250,242,.45); }.hero-card__lines span:nth-child(1) { width: 36px; }.hero-card__lines span:nth-child(2) { width: 26px; }.hero-card__lines span:nth-child(3) { width: 15px; }.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.75); border-radius: 10px; background: rgba(255,255,255,.89); box-shadow: 0 15px 28px rgba(13,63,75,.12); color: var(--deep); font-size: .74rem; font-weight: 700; backdrop-filter: blur(8px); }.floating-card svg { width: 22px; height: 22px; color: var(--teal); }.floating-card--ear { left: -18px; top: 85px; animation: float 5s ease-in-out infinite; }.floating-card--screen { right: -28px; bottom: 66px; animation: float 5.5s 1.1s ease-in-out infinite; }.visual-dots { position: absolute; z-index: 0; top: 6px; right: 14px; display: grid; grid-template-columns: repeat(4, 6px); gap: 7px; }.visual-dots i { width: 4px; height: 4px; border-radius: 50%; background: #78bdb9; }

.section { padding: clamp(76px, 10vw, 135px) 0; }.intro__grid { display: grid; grid-template-columns: .48fr minmax(0, 1fr) minmax(235px, .72fr); align-items: start; gap: clamp(28px, 5vw, 78px); }.intro h2, .section-heading h2, .patient-path h2, .booking h2, .cas-banner h2 { margin: 0; color: var(--deep); font-family: var(--serif); font-size: clamp(2.15rem, 3.8vw, 3.5rem); font-weight: 600; letter-spacing: -.055em; line-height: 1.08; }.intro > div > p { max-width: 620px; margin: 24px 0; font-size: 1.04rem; line-height: 1.75; }.intro__photo { aspect-ratio: 4 / 5; margin: 0; overflow: hidden; border: 1px solid rgba(20,53,64,.1); border-radius: 10px; background: #dce7e4; box-shadow: 0 18px 36px rgba(20,53,64,.1); transform: rotate(2.2deg); }.intro__photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 44%; }
.section--tint { background: #e7f1ed; }.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 44px; }.section-heading h2 { max-width: 630px; }.section-heading > p { max-width: 330px; margin: 0 0 4px; font-size: .95rem; line-height: 1.7; }
.specialty-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 23px; }.specialty-card { display: grid; grid-template-columns: minmax(165px, .75fr) 1fr; min-height: 420px; overflow: hidden; border-radius: 10px; background: #fff; box-shadow: 0 14px 40px rgba(20,53,64,.08); transition: transform .25s ease, box-shadow .25s ease; }.specialty-card:hover { transform: translateY(-5px); box-shadow: 0 21px 46px rgba(20,53,64,.12); }.specialty-card__visual { position: relative; display: grid; min-height: 100%; place-items: center; overflow: hidden; color: #47959a; background: #d8eeea; }.specialty-card--mammo .specialty-card__visual { color: #a45e6a; background: #f4e5df; }.specialty-card__visual::before { position: absolute; content: ""; width: 200px; height: 200px; border: 1px solid currentColor; border-radius: 50%; opacity: .15; }.specialty-card__visual svg { position: relative; z-index: 1; width: 99px; height: 99px; }.specialty-card__number { position: absolute; top: 20px; left: 20px; font-size: .68rem; font-weight: 700; letter-spacing: .12em; }.specialty-card__content { display: flex; flex-direction: column; padding: 36px 30px 30px; }.specialty-card__content .eyebrow { margin-bottom: 10px; font-size: .62rem; }.specialty-card h3 { margin: 0; font-family: var(--serif); font-size: 2.45rem; font-weight: 600; letter-spacing: -.055em; line-height: 1; }.specialty-card__content > p:not(.eyebrow) { margin: 17px 0 20px; font-size: .87rem; line-height: 1.65; }.specialty-card ul { display: grid; gap: 8px; margin: 0 0 27px; padding: 0; list-style: none; font-size: .78rem; }.specialty-card li { display: flex; gap: 8px; }.specialty-card li::before { content: "✓"; color: var(--teal); font-weight: 700; }.specialty-card--mammo li::before { color: #a45e6a; }.card-link { margin-top: auto; color: var(--teal); font-size: .82rem; font-weight: 700; }.card-link span { margin-left: 4px; }.card-link:hover { color: var(--deep); }.specialty-card__visual--photo { display: block; color: #fff !important; background: #3a4546 !important; }.specialty-card__visual--photo::before { display: none; }.specialty-card__visual--photo::after { position: absolute; z-index: 1; inset: 47% 0 0; content: ""; pointer-events: none; background: linear-gradient(to top, rgba(11,43,50,.54), transparent); }.specialty-card__visual--photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 41% center; }.specialty-card__visual--photo .specialty-card__number { z-index: 2; color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,.35); }

.medical-team { background: #f8f7f2; }.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.team-card { display: flex; min-height: 302px; flex-direction: column; padding: 29px; border: 1px solid rgba(20,53,64,.1); border-radius: 10px; background: #fff; box-shadow: 0 12px 33px rgba(20,53,64,.06); transition: transform .25s ease, box-shadow .25s ease; }.team-card:hover { transform: translateY(-5px); box-shadow: 0 20px 42px rgba(20,53,64,.11); }.team-card__medical-mark { display: grid; width: 58px; height: 58px; place-items: center; margin-bottom: 29px; border-radius: 50%; background: #d9efeb; color: #176c75; }.team-card__medical-mark svg { width: 39px; height: 39px; }.team-card .eyebrow { margin-bottom: 10px; font-size: .6rem; }.team-card h3 { margin: 0; color: var(--deep); font-family: var(--serif); font-size: 1.75rem; font-weight: 600; letter-spacing: -.05em; line-height: 1.1; }.team-card p:not(.eyebrow) { margin: 14px 0 25px; color: #506a70; font-size: .84rem; line-height: 1.65; }.team-card__intro { margin-bottom: 14px !important; }.team-card__doctors { display: grid; gap: 8px; margin: 0 0 25px; padding: 0; color: #405960; font-size: .86rem; font-weight: 650; line-height: 1.45; list-style: none; }.team-card__doctors li { display: flex; align-items: center; gap: 8px; }.team-card__doctors li::before { width: 7px; height: 7px; border-radius: 50%; background: currentColor; content: ""; }.team-card--mammo .team-card__medical-mark { background: #f4e5df; color: #9b5967; }.team-card--mammo .team-card__doctors { color: #9b5967; }.team-card--mammo .card-link { color: #9b5967; }

.cas-banner { background: var(--teal); color: #eafaf7; }.cas-banner__inner { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: clamp(25px, 4vw, 56px); padding-top: 57px; padding-bottom: 57px; }.cas-banner .eyebrow { color: #bcefe7; margin-bottom: 9px; }.cas-banner h2 { color: #fff; font-size: clamp(1.9rem, 3vw, 2.65rem); }.cas-banner p:not(.eyebrow) { max-width: 700px; margin: 12px 0 0; font-size: .9rem; line-height: 1.6; }.cas-banner__icon { display: grid; width: 68px; height: 68px; place-items: center; border: 1px solid rgba(232,255,250,.35); border-radius: 50%; font-family: var(--serif); font-size: 2rem; }.cas-banner__icon span { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 50%; background: #e0faf2; color: var(--teal); }

.patient-path__grid { display: grid; grid-template-columns: .75fr 1fr; gap: clamp(50px, 10vw, 165px); }.patient-path h2 { margin-bottom: 21px; }.patient-path > .wrap > div > p:not(.eyebrow) { max-width: 420px; margin: 0; font-size: .96rem; }.patient-path__photo { height: 218px; max-width: 420px; margin: 31px 0 0; overflow: hidden; border: 1px solid rgba(20,53,64,.1); border-radius: 9px; background: #dce7e4; box-shadow: 0 16px 32px rgba(20,53,64,.09); }.patient-path__photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 51%; }.steps { display: grid; gap: 27px; margin: 0; padding: 0; list-style: none; }.steps li { display: grid; grid-template-columns: 51px 1fr; gap: 21px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }.steps li:last-child { padding-bottom: 0; border: 0; }.steps li > span { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 50%; background: var(--mist); color: var(--teal); font-size: .71rem; font-weight: 700; }.steps h3 { margin: 0 0 5px; font-size: 1.02rem; }.steps p { margin: 0; font-size: .87rem; line-height: 1.55; }

.section--deep { background: var(--deep); color: #daefeb; }.booking__grid { display: grid; grid-template-columns: .8fr 1fr; align-items: center; gap: clamp(45px, 10vw, 165px); }.eyebrow--light { color: #9bd8d2; }.booking h2 { margin-bottom: 22px; color: #fff; }.booking__copy > p:not(.eyebrow) { max-width: 420px; margin: 0; font-size: .95rem; line-height: 1.75; }.booking__call { display: flex; align-items: center; gap: 13px; margin-top: 34px; }.booking__call > span { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid rgba(211,246,238,.28); border-radius: 50%; color: #aae5dd; font-size: 1.6rem; }.booking__call small { display: block; color: #9bc4c1; font-size: .74rem; }.booking__call strong { display: inline-block; margin: 1px 0; color: #fff; font-size: 1.02rem; font-weight: 600; letter-spacing: -.02em; }.booking__note { display: flex; gap: 9px; max-width: 420px; margin-top: 44px; padding-top: 18px; border-top: 1px solid rgba(218,239,235,.15); color: #a6c9c6; font-size: .75rem; }.booking__note span { color: #a5e5d9; }
.booking__call + .booking__call { margin-top: 18px; }.booking__call a { color: inherit; text-decoration: none; }.booking__call a:hover { text-decoration: underline; text-underline-offset: 3px; }
.booking-form { padding: clamp(26px, 4vw, 41px); border-radius: 11px; background: #fff; color: var(--ink); box-shadow: 0 24px 40px rgba(4,31,39,.2); }.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 25px; }.form-heading span { color: var(--deep); font-family: var(--serif); font-size: 1.45rem; font-weight: 600; letter-spacing: -.04em; }.form-heading p { margin: 0; color: #60767b; font-size: .64rem; }.form-field { margin-bottom: 16px; }.form-field label { display: block; margin-bottom: 6px; color: #38535a; font-size: .76rem; font-weight: 700; }.form-field label em { color: #bd4e4e; font-style: normal; }.form-field input, .form-field select { width: 100%; height: 47px; padding: 0 13px; outline: 0; border: 1px solid #cfdcda; border-radius: 4px; background: #fbfcfb; color: var(--ink); font-size: .86rem; transition: border .2s, box-shadow .2s; }.form-field select { appearance: none; background-image: linear-gradient(45deg,transparent 50%,#37717a 50%),linear-gradient(135deg,#37717a 50%,transparent 50%); background-position: calc(100% - 17px) 20px,calc(100% - 12px) 20px; background-size: 5px 5px,5px 5px; background-repeat: no-repeat; }.form-field input::placeholder { color: #9aa9ac; }.form-field input:focus, .form-field select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(19,118,134,.11); }.form-field input.is-invalid { border-color: #c55757; }.form-error { display: block; min-height: 15px; margin-top: 3px; color: #bb4e4e; font-size: .68rem; }.checkbox-field { display: flex; align-items: flex-start; gap: 9px; margin: 4px 0 21px; color: #456168; font-size: .75rem; line-height: 1.4; }.checkbox-field input { margin-top: 3px; accent-color: var(--teal); }.form-privacy { display: flex; gap: 7px; margin: 15px 0 0; color: #72878b; font-size: .68rem; line-height: 1.4; }.form-privacy span { color: var(--teal); }.form-result { min-height: 0; margin-top: 0; border-radius: 4px; font-size: .76rem; }.form-result.is-visible { min-height: 40px; margin-top: 14px; padding: 11px 13px; background: #e5f4ef; color: #1c6257; }.form-result a { color: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.booking-progress { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 8px; margin: 0 0 28px; color: #819396; font-size: .65rem; font-weight: 700; letter-spacing: .02em; }.booking-progress span { display: inline-flex; align-items: center; gap: 4px; }.booking-progress span::before { display: grid; width: 19px; height: 19px; place-items: center; border: 1px solid currentColor; border-radius: 50%; content: ""; font-size: .58rem; }.booking-progress span:nth-of-type(1)::before { content: "1"; }.booking-progress span:nth-of-type(2)::before { content: "2"; }.booking-progress span:nth-of-type(3)::before { content: "3"; }.booking-progress span.is-current { color: var(--teal); }.booking-progress span.is-current::before { border-color: var(--teal); background: var(--teal); color: #fff; }.booking-progress i { height: 1px; background: #d7e2df; }.booking-panel { animation: booking-panel-in .36s cubic-bezier(.16,.84,.25,1) both; }.booking-panel[hidden] { display: none; }.form-error--consent { margin: -15px 0 15px 25px; }.form-back { appearance: none; padding: 0; border: 0; background: none; color: var(--teal); cursor: pointer; font: inherit; font-size: .7rem; font-weight: 700; }.form-back:hover { color: var(--deep); text-decoration: underline; text-underline-offset: 3px; }.calendar-loading { padding: 24px 0; color: #587076; font-size: .83rem; text-align: center; }.calendar-section + .calendar-section { margin-top: 22px; }.calendar-label { margin: 0 0 9px; color: #456168; font-size: .7rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }.calendar-time-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }.calendar-time-heading > span { color: #71878b; font-size: .69rem; text-transform: capitalize; }.calendar-days { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }.calendar-day { min-height: 55px; padding: 8px; border: 1px solid #d5e1de; border-radius: 5px; background: #fbfcfb; color: #365258; cursor: pointer; text-align: left; transition: border .2s, background .2s, transform .2s; }.calendar-day:hover { border-color: #79b6b1; transform: translateY(-1px); }.calendar-day.is-selected { border-color: var(--teal); background: #e5f4f1; box-shadow: 0 0 0 2px rgba(19,118,134,.1); }.calendar-day strong, .calendar-day small { display: block; }.calendar-day strong { font-size: .74rem; font-weight: 700; text-transform: capitalize; }.calendar-day small { margin-top: 3px; color: #71878b; font-size: .62rem; }.calendar-times { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 7px; }.calendar-time { min-height: 34px; border: 1px solid #cfe0dc; border-radius: 4px; background: #fff; color: #1d676d; cursor: pointer; font: inherit; font-size: .7rem; font-weight: 700; transition: background .2s, border .2s, transform .2s; }.calendar-time:hover:not(:disabled) { border-color: var(--teal); background: #e5f4f1; transform: translateY(-1px); }.calendar-time.is-selected { border-color: var(--teal); background: var(--teal); color: #fff; }.calendar-time.is-booked { border-color: #e1e4e4; background: #eceeee; color: #9da5a6; cursor: not-allowed; text-decoration: line-through; }.calendar-legend { display: flex; align-items: center; gap: 7px; margin: 16px 0; color: #70868a; font-size: .64rem; }.calendar-legend i { display: inline-block; width: 9px; height: 9px; border-radius: 2px; }.calendar-legend i.is-free { border: 1px solid #75aaa5; background: #e5f4f1; }.calendar-legend i.is-booked { margin-left: 6px; background: #c9cdce; }.booking-selection { min-height: 42px; margin: 0 0 14px; padding: 11px 12px; border-radius: 4px; background: #eef5f3; color: #355d5d; font-size: .73rem; line-height: 1.45; }.button:disabled { cursor: not-allowed; opacity: .55; }.form-result.is-error { background: #f9e8e7; color: #a24642; }.booking-confirmation { padding: 10px 0 3px; text-align: center; }.confirmation-icon { display: grid; width: 55px; height: 55px; place-items: center; margin: 0 auto 17px; border-radius: 50%; background: #dff1eb; color: #187064; font-size: 1.75rem; font-weight: 700; }.booking-confirmation .eyebrow { margin-bottom: 9px; color: var(--teal); }.booking-confirmation h3 { margin: 0; color: var(--deep); font-family: var(--serif); font-size: 2rem; font-weight: 600; letter-spacing: -.045em; }.booking-confirmation > p:not(.eyebrow) { margin: 15px auto 0; color: #49636a; font-size: .88rem; line-height: 1.6; }.confirmation-note { max-width: 330px; font-size: .74rem !important; }.booking-confirmation .form-back { margin-top: 23px; }
.booking-choice { animation: booking-panel-in .45s cubic-bezier(.16,.84,.25,1) both; }.booking-options { display: grid; gap: 11px; }.booking-option { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; gap: 13px; width: 100%; min-height: 89px; padding: 14px 15px; border: 1px solid #c9ddda; border-radius: 7px; background: #fbfcfb; color: #244b52; cursor: pointer; font: inherit; text-align: left; text-decoration: none; transition: border .2s, background .2s, box-shadow .2s, transform .2s; }.booking-option:hover, .booking-option:focus-visible { outline: 0; border-color: var(--teal); background: #f0f8f6; box-shadow: 0 8px 17px rgba(9,60,70,.09); transform: translateY(-2px); }.booking-option--phone { border-color: rgba(176,213,207,.8); background: #e8f4f1; }.booking-option__icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--teal); color: #fff; font-size: 1.18rem; }.booking-option--phone .booking-option__icon { background: #1b6f77; }.booking-option strong, .booking-option small { display: block; }.booking-option strong { color: var(--deep); font-size: .9rem; }.booking-option small { margin-top: 4px; color: #60777b; font-size: .7rem; line-height: 1.35; }.booking-option b { color: #315e64; font-weight: 700; white-space: nowrap; }.booking-option > i { color: var(--teal); font-size: 1.15rem; font-style: normal; }.booking-actions { display: grid; grid-template-columns: minmax(92px, .36fr) minmax(0, 1fr); gap: 9px; }.booking-actions .booking-method-back { min-height: 47px; padding: 0 12px; border: 1px solid #b9d1ce; border-radius: 4px; background: #f5faf8; color: #3a666b; cursor: pointer; font: inherit; font-size: .73rem; font-weight: 700; }.booking-actions .booking-method-back:hover { border-color: var(--teal); color: var(--teal); }.booking-actions .button { min-width: 0; }
.privacy-consent { margin: 1px 0 17px; }.privacy-consent .checkbox-field { margin: 0; }.privacy-consent .checkbox-field input { flex: 0 0 auto; }.privacy-consent .form-error--consent { margin: 4px 0 0 25px; }.privacy-notice-trigger { display: inline; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: none; color: var(--teal); cursor: pointer; font: inherit; font-weight: 700; line-height: inherit; text-align: left; }.privacy-notice-trigger:hover, .privacy-notice-trigger:focus-visible { color: var(--deep); }.privacy-notice-trigger:focus-visible { outline: 2px solid rgba(19,118,134,.42); outline-offset: 2px; }.privacy-notice-dialog { width: min(680px, calc(100% - 28px)); max-height: min(760px, calc(100dvh - 28px)); padding: 0; border: 0; border-radius: 12px; background: #fff; color: var(--ink); box-shadow: 0 28px 75px rgba(4,31,39,.4); }.privacy-notice-dialog::backdrop { background: rgba(4,31,39,.64); backdrop-filter: blur(3px); }.privacy-notice-dialog__content { display: flex; max-height: inherit; flex-direction: column; }.privacy-notice-dialog__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 27px 30px 20px; border-bottom: 1px solid #e0e9e7; }.privacy-notice-dialog__header .eyebrow { margin-bottom: 7px; }.privacy-notice-dialog__header h2 { margin: 0; color: var(--deep); font-family: var(--serif); font-size: clamp(1.5rem, 4vw, 2rem); line-height: 1.08; letter-spacing: -.04em; }.privacy-notice-dialog__close { display: grid; width: 33px; height: 33px; flex: 0 0 auto; place-items: center; padding: 0; border: 1px solid #cfe0dc; border-radius: 50%; background: #f8fbfa; color: #436168; cursor: pointer; font-size: 1.45rem; line-height: 1; }.privacy-notice-dialog__close:hover, .privacy-notice-dialog__close:focus-visible { border-color: var(--teal); color: var(--teal); outline: 0; }.privacy-notice-dialog__body { min-height: 0; flex: 1 1 auto; overflow-y: auto; padding: 23px 30px 9px; color: #456168; font-size: .84rem; line-height: 1.65; }.privacy-notice-dialog__body > :first-child { margin-top: 0; }.privacy-notice-dialog__body p { margin: 0 0 16px; }.privacy-notice-dialog__body h3 { margin: 25px 0 9px; color: #244c53; font-family: var(--serif); font-size: 1.16rem; line-height: 1.2; }.privacy-notice-dialog__body ul { margin: 0 0 16px; padding-left: 20px; }.privacy-notice-dialog__body li + li { margin-top: 9px; }.privacy-notice-dialog__footer { display: flex; justify-content: flex-end; padding: 17px 30px 24px; border-top: 1px solid #e0e9e7; }.privacy-notice-dialog__footer .button { min-height: 42px; padding-inline: 19px; }
@keyframes booking-panel-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.contact { background: #f4f3ed; }.section-heading--contact { margin-bottom: 35px; }.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.contact-card { position: relative; min-height: 171px; padding: 26px 49px 25px 25px; border: 1px solid rgba(20,53,64,.08); border-radius: 7px; background: #fff; transition: transform .2s, box-shadow .2s; }.contact-card:hover { transform: translateY(-3px); box-shadow: 0 12px 27px rgba(20,53,64,.08); }.contact-card__icon { display: grid; width: 35px; height: 35px; place-items: center; margin-bottom: 17px; border-radius: 50%; background: var(--mist); color: var(--teal); font-size: 1.1rem; }.contact-card small { display: block; margin-bottom: 3px; color: #6e8285; font-size: .67rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }.contact-card strong { display: block; font-size: .93rem; line-height: 1.35; }.contact-card__arrow { position: absolute; right: 23px; bottom: 24px; color: var(--teal); font-size: 1.1rem; }
.contact-card strong { overflow-wrap: anywhere; }
.site-footer { background: #0a3039; color: #b7d3d0; }.footer__main { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 118px; }.brand--footer { color: #e8f7f3; }.brand--footer .brand__mark { color: #a1dcd5; }.brand--footer span span { color: #a1dcd5; }.footer__main > p { margin: 0; font-size: .78rem; }.footer__back { color: #e9f7f4; font-size: .77rem; font-weight: 700; }.footer__back span { margin-left: 6px; color: #95d9d0; }.footer__bottom { display: flex; justify-content: space-between; gap: 24px; min-height: 52px; align-items: center; border-top: 1px solid rgba(218,239,235,.13); font-size: .66rem; }.footer__links { display: flex; align-items: center; gap: 19px; }.footer__facebook { display: inline-flex; align-items: center; gap: 6px; color: #e9f7f4; font-weight: 700; }.footer__facebook svg { width: 15px; height: 15px; color: #95d9d0; }.footer__facebook:hover svg, .footer__facebook:focus-visible svg { color: #fff; }.footer__bottom a:hover { color: #fff; }

/* Tranziții între secțiuni: un halo parallax și o linie de progres care se desenează la intrare. */
main > section:not(.hero) { position: relative; isolation: isolate; overflow: hidden; }
main > section:not(.hero) > .wrap { position: relative; z-index: 1; }
main > section:not(.hero)::before { position: absolute; z-index: 0; top: -240px; right: -120px; width: min(68vw, 760px); height: 520px; border-radius: 50%; content: ""; pointer-events: none; background: radial-gradient(ellipse at center, rgba(106,196,199,.24) 0%, rgba(106,196,199,.08) 32%, transparent 69%); opacity: 0; transform: translate3d(0, var(--section-shift, 0px), 0) scale(.72); transition: opacity .8s ease, transform 1.15s cubic-bezier(.16,.84,.25,1); }
main > section:not(.hero)::after { position: absolute; z-index: 1; top: 0; left: 50%; width: min(89%, 1080px); height: 1px; content: ""; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(19,118,134,.72), transparent); box-shadow: 0 0 0 rgba(106,196,199,0); transform: translateX(-50%) scaleX(0); transform-origin: left; transition: transform 1.05s cubic-bezier(.16,.84,.25,1), box-shadow .5s ease; }
main > section:not(.hero).is-entered::before { opacity: 1; transform: translate3d(0, var(--section-shift, 0px), 0) scale(1); }
main > section:not(.hero).is-entered::after { transform: translateX(-50%) scaleX(1); }
main > section:not(.hero).is-active::after { box-shadow: 0 0 18px 2px rgba(106,196,199,.3); }
.section--deep::before, .cas-banner::before { background: radial-gradient(ellipse at center, rgba(143,227,215,.18) 0%, rgba(143,227,215,.05) 35%, transparent 70%); }

[data-reveal] { --reveal-x: 0px; --reveal-y: 34px; --reveal-scale: 1; --reveal-rotate: 0deg; opacity: 0; clip-path: inset(0 0 0 0); filter: blur(7px); transform: translate3d(var(--reveal-x), var(--reveal-y), 0) scale(var(--reveal-scale)) rotate(var(--reveal-rotate)); transition: opacity .78s ease, clip-path .9s cubic-bezier(.16,.84,.25,1), filter .8s ease, transform .9s cubic-bezier(.16,.84,.25,1); }
[data-reveal="left"] { --reveal-x: -64px; --reveal-y: 14px; }
[data-reveal="right"] { --reveal-x: 64px; --reveal-y: 14px; }
[data-reveal="rise"] { --reveal-y: 50px; }
[data-reveal="blur"] { --reveal-y: 28px; --reveal-scale: .975; }
[data-reveal="line"] { --reveal-x: -42px; clip-path: inset(0 100% 0 0); }
[data-reveal="card"] { --reveal-y: 54px; --reveal-scale: .93; --reveal-rotate: 1.8deg; transform-origin: center bottom; }
[data-reveal="banner"] { --reveal-y: 28px; --reveal-scale: .965; }
[data-reveal].is-visible { opacity: 1; clip-path: inset(0 0 0 0); filter: blur(0); transform: translate3d(0, 0, 0) scale(1) rotate(0); }
.specialty-grid [data-reveal]:nth-child(2) { transition-delay: .15s; }
.steps[data-reveal] li, .contact-grid[data-reveal] .contact-card { opacity: 0; transform: translate3d(0, 30px, 0) scale(.97); }
.steps[data-reveal].is-visible li { animation: cascade-in .68s cubic-bezier(.16,.84,.25,1) forwards; }
.contact-grid[data-reveal].is-visible .contact-card { animation: cascade-in .7s cubic-bezier(.16,.84,.25,1) forwards; }
.steps[data-reveal].is-visible li:nth-child(2), .contact-grid[data-reveal].is-visible .contact-card:nth-child(2) { animation-delay: .11s; }
.steps[data-reveal].is-visible li:nth-child(3), .contact-grid[data-reveal].is-visible .contact-card:nth-child(3) { animation-delay: .22s; }
.contact-grid[data-reveal].is-visible .contact-card:nth-child(4) { animation-delay: .33s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-11px); } }
@keyframes breathe { 0%,100% { transform: scale(1); } 50% { transform: scale(1.035); } }
@keyframes cascade-in { from { opacity: 0; transform: translate3d(0, 30px, 0) scale(.97); } to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); } }

@media (max-width: 840px) { .main-nav { gap: 18px; }.hero__grid { grid-template-columns: 1fr; }.hero__content { max-width: 690px; }.hero__visual { margin-top: 10px; }.intro__grid, .patient-path__grid, .booking__grid { grid-template-columns: 1fr; gap: 42px; }.specialty-grid { gap: 17px; }.specialty-card { grid-template-columns: 150px 1fr; }.team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.team-card:last-child { grid-column: span 2; }.cas-banner__inner { grid-template-columns: auto 1fr; }.cas-banner .button { grid-column: 2; justify-self: start; }.contact-grid { grid-template-columns: 1fr; }.contact-card { min-height: 145px; } }
@media (max-width: 660px) { .wrap { width: min(100% - 34px, 1160px); }.announcement__inner { min-height: 48px; align-items: center; justify-content: flex-start; font-size: .71rem; line-height: 1.35; }.announcement a { display: none; }.header__inner { height: 68px; }.brand { font-size: 1.38rem; }.brand__mark { width: 29px; height: 29px; }.menu-toggle { z-index: 31; display: grid; width: 38px; height: 38px; place-content: center; gap: 5px; }.menu-toggle i { display: block; width: 20px; height: 2px; background: currentColor; transition: transform .2s; }.menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-3.5px) rotate(-45deg); }.main-nav { position: fixed; z-index: 30; inset: 0; display: flex; visibility: hidden; flex-direction: column; justify-content: center; gap: 28px; padding: 100px 25px; background: rgba(248,247,242,.98); opacity: 0; font-size: 1.35rem; transition: opacity .2s, visibility .2s; }.main-nav.is-open { visibility: visible; opacity: 1; }.main-nav .button { min-height: 50px; font-size: .9rem; }.hero { padding-top: 62px; padding-bottom: 69px; }.hero h1 { font-size: clamp(2.85rem, 12vw, 4rem); }.hero__lead { margin: 21px 0 26px; font-size: .99rem; }.hero__details { gap: 16px; margin-top: 37px; }.hero__visual { min-height: 402px; width: min(100%, 385px); }.hero-card--main { inset: 15px 17px 14px; padding: 25px; border-radius: 22px; }.hero-card__symbol { width: 175px; height: 175px; margin-top: 37px; margin-bottom: 22px; }.hero-card__symbol svg { width: 127px; height: 127px; }.hero-card__label { font-size: 1.08rem; }.floating-card--ear { left: -4px; top: 58px; }.floating-card--screen { right: -4px; bottom: 49px; }.section { padding: 71px 0; }.intro__grid { gap: 20px; }.section-heading { display: block; margin-bottom: 30px; }.section-heading h2 { margin-bottom: 16px; }.section-heading > p { max-width: 470px; }.specialty-grid, .team-grid { grid-template-columns: 1fr; }.specialty-card { grid-template-columns: 1fr; }.specialty-card__visual { min-height: 165px; }.specialty-card__content { padding: 29px 26px 27px; }.specialty-card__visual svg { width: 85px; height: 85px; }.team-card { min-height: 0; padding: 26px; }.team-card:last-child { grid-column: auto; }.cas-banner__inner { grid-template-columns: 1fr; gap: 20px; padding-top: 47px; padding-bottom: 48px; }.cas-banner__icon { width: 56px; height: 56px; }.cas-banner__icon span { width: 32px; height: 32px; }.cas-banner .button { grid-column: auto; }.patient-path__grid { gap: 37px; }.steps li { gap: 15px; }.booking__grid { gap: 34px; }.booking-form { padding: 24px 18px; }.form-heading { align-items: flex-start; flex-direction: column; gap: 4px; margin-bottom: 20px; }.footer__main { align-items: flex-start; flex-direction: column; justify-content: center; gap: 12px; padding: 27px 0; }.footer__back { position: absolute; right: 17px; }.footer__bottom { min-height: 66px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 3px; }.footer__links { gap: 17px; } }
@media (max-width: 840px) { .intro__photo { width: min(100%, 420px); } }
@media (max-width: 660px) { .hero-photo { inset: 15px 17px 14px; border-radius: 22px; transform: rotate(2deg); }.hero-photo figcaption { right: 23px; bottom: 22px; left: 23px; }.hero-photo figcaption strong { font-size: 1.25rem; }.intro__photo { width: 100%; aspect-ratio: 16 / 11; transform: none; }.intro__photo img { object-position: center 46%; }.patient-path__photo { height: 208px; max-width: none; margin-top: 26px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } [data-reveal], .steps[data-reveal] li, .contact-grid[data-reveal] .contact-card { opacity: 1; clip-path: none; filter: none; transform: none; } }
@media (max-width: 660px) { .booking-progress { gap: 5px; font-size: .57rem; }.booking-progress span::before { width: 17px; height: 17px; }.calendar-times { grid-template-columns: repeat(4, minmax(0, 1fr)); }.calendar-day { min-height: 52px; }.calendar-time-heading { align-items: flex-start; flex-direction: column; gap: 2px; }.booking-confirmation h3 { font-size: 1.8rem; }.booking-option { min-height: 84px; grid-template-columns: 39px minmax(0, 1fr) auto; gap: 10px; padding: 13px; }.booking-option__icon { width: 39px; height: 39px; }.booking-option strong { font-size: .84rem; }.booking-option small { font-size: .66rem; } }

/* Fotografii răspândite în fundal: imaginile susțin atmosfera fără să concureze cu textul. */
.hero__content { position: relative; z-index: 2; }
.hero__visual { z-index: 0; pointer-events: none; }
.hero-photo { inset: -48px -88px -42px 4px; border: 0; border-radius: 46% 25% 42% 22%; box-shadow: none; opacity: .33; filter: saturate(.78) contrast(.92); mix-blend-mode: multiply; transform: rotate(7deg); }
.hero-photo::after { inset: 0; background: linear-gradient(135deg, rgba(248,247,242,.16), rgba(7,40,48,.42)); opacity: .62; }
.hero-photo figcaption { right: 30px; bottom: 30px; left: 30px; opacity: .88; text-shadow: 0 2px 12px rgba(7,40,48,.38); }

.intro { position: relative; overflow: hidden; background: rgba(248,247,242,.92); }
.intro__grid { position: relative; grid-template-columns: .47fr minmax(0, 1fr); min-height: 360px; }
.intro__copy, .intro__grid > .eyebrow { position: relative; z-index: 1; }
.intro__grid > .intro__photo { position: absolute; z-index: 0; top: -55px; right: -105px; width: min(39vw, 450px); height: 540px; aspect-ratio: auto; border: 0; border-radius: 43% 12% 45% 18%; box-shadow: none; opacity: .22; filter: saturate(.72) contrast(.92); mix-blend-mode: multiply; transform: rotate(7deg); }
.intro__grid > .intro__photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(248,247,242,.84), transparent 52%), linear-gradient(180deg, rgba(248,247,242,.08), rgba(13,63,75,.25)); }

.specialties.section--tint { background-color: #e7f1ed; background-image: linear-gradient(90deg, rgba(231,241,237,.98) 0%, rgba(231,241,237,.91) 53%, rgba(231,241,237,.63) 100%); background-position: center, right -125px center; background-repeat: no-repeat; background-size: cover, min(43vw, 520px) auto; }
.specialty-card, .team-card { background: rgba(255,255,255,.83); backdrop-filter: blur(7px); }
.specialty-card__content { background: rgba(255,255,255,.72); }
.specialty-card__visual--photo img { opacity: .78; mix-blend-mode: multiply; }

.medical-team { background-color: rgba(248,247,242,.92); background-image: linear-gradient(90deg, rgba(248,247,242,.98) 0%, rgba(248,247,242,.88) 54%, rgba(248,247,242,.66) 100%); background-position: center, left -175px center; background-repeat: no-repeat; background-size: cover, min(40vw, 500px) auto; }
.cas-banner { background-image: linear-gradient(90deg, rgba(19,118,134,.96), rgba(19,118,134,.83) 61%, rgba(19,118,134,.63)); background-position: center, right -155px center; background-repeat: no-repeat; background-size: cover, min(39vw, 470px) auto; }

.patient-path { background-color: rgba(248,247,242,.92); background-image: linear-gradient(90deg, rgba(248,247,242,.98) 0%, rgba(248,247,242,.9) 55%, rgba(248,247,242,.63) 100%); background-position: center, right -155px center; background-repeat: no-repeat; background-size: cover, min(42vw, 530px) auto; }
.patient-path__photo { border: 0; box-shadow: none; opacity: .24; filter: saturate(.72) contrast(.9); mix-blend-mode: multiply; transform: rotate(-4deg); }
.booking.section--deep { background-image: linear-gradient(90deg, rgba(13,63,75,.99) 0%, rgba(13,63,75,.94) 56%, rgba(13,63,75,.72) 100%); background-position: center, right -145px center; background-repeat: no-repeat; background-size: cover, min(42vw, 520px) auto; }
.booking-form { background: rgba(255,255,255,.91); backdrop-filter: blur(10px); }
.contact { background-color: rgba(244,243,237,.92); background-image: linear-gradient(90deg, rgba(244,243,237,.98), rgba(244,243,237,.82) 64%, rgba(244,243,237,.62)); background-position: center, left -170px bottom -105px; background-repeat: no-repeat; background-size: cover, min(34vw, 430px) auto; }

@media (max-width: 840px) {
  .intro__grid { grid-template-columns: 1fr; min-height: 430px; }
  .intro__grid > .intro__photo { right: -90px; width: 340px; height: 470px; opacity: .17; }
  .specialties.section--tint { background-position: center, right -170px center; background-size: cover, 390px auto; }
  .medical-team, .patient-path { background-position: center, left -150px center; background-size: cover, 390px auto; }
  .cas-banner, .booking.section--deep { background-position: center, right -150px center; background-size: cover, 390px auto; }
}

@media (max-width: 660px) {
  .hero-photo { inset: -25px -34px -28px 2px; border-radius: 42% 20% 40% 17%; opacity: .27; transform: rotate(4deg); }
  .hero-photo figcaption { right: 22px; bottom: 22px; left: 22px; opacity: .72; }
  .intro { background: rgba(248,247,242,.95); }
  .intro__grid { min-height: 470px; }
  .intro__grid > .intro__photo { top: 42px; right: -135px; width: 290px; height: 380px; opacity: .14; }
  .specialties.section--tint { background-position: center, right -155px center; background-size: cover, 330px auto; }
  .medical-team, .patient-path, .contact { background-position: center, left -125px center; background-size: cover, 310px auto; }
  .cas-banner, .booking.section--deep { background-position: center, right -125px center; background-size: cover, 320px auto; }
}

/* Recompoziție foto la scară mare: imaginile devin punctele principale ale paginii. */
.hero {
  padding: clamp(70px, 8vw, 112px) 0 100px;
  background: #edf4ee !important;
}
.hero__grid {
  grid-template-columns: minmax(0, .78fr) minmax(420px, 1.22fr);
  gap: clamp(34px, 5vw, 70px);
}
.hero__content { max-width: 610px; }
.hero__visual { width: min(100%, 610px); min-height: 600px; }
.hero-photo {
  inset: 0 !important;
  height: 100%;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 34px 10px 34px 10px;
  box-shadow: 18px 24px 44px rgba(14,63,75,.24);
  transform: rotate(2.5deg) !important;
}
.hero-photo::after { inset: 45% 0 0; background: linear-gradient(to top, rgba(7,40,48,.82), rgba(7,40,48,.14) 65%, transparent); opacity: 1; }
.hero-photo img { object-position: center 43%; }
.hero-photo figcaption { right: 32px; bottom: 32px; left: 32px; opacity: 1; text-shadow: 0 2px 12px rgba(7,40,48,.45); }

.intro { background: #f8f7f2 !important; }
.intro__grid {
  grid-template-columns: minmax(120px, .34fr) minmax(0, 1fr) minmax(310px, .84fr) !important;
  min-height: 520px;
  align-items: center;
}
.intro__grid > .intro__photo {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  z-index: 1;
  width: 100% !important;
  height: 520px !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 28px 8px 28px 8px;
  box-shadow: 16px 22px 40px rgba(20,53,64,.16);
  transform: rotate(2deg) !important;
}
.intro__grid > .intro__photo::after { inset: 48% 0 0; background: linear-gradient(to top, rgba(7,40,48,.54), transparent 70%); }
.intro__photo img { object-position: center 43%; }

.specialties.section--tint {
  background-color: #e7f1ed !important;
  background-image: linear-gradient(90deg, rgba(231,241,237,.96) 0%, rgba(231,241,237,.78) 58%, rgba(231,241,237,.18) 100%);
  background-position: center, right -75px center;
  background-repeat: no-repeat;
  background-size: cover, min(47vw, 610px) auto;
}
.specialty-grid { gap: 28px; }
.specialty-card { min-height: 480px; grid-template-columns: minmax(245px, .94fr) 1fr; border-radius: 18px; background: rgba(255,255,255,.88); }
.specialty-card__visual--photo img { opacity: 1 !important; mix-blend-mode: normal !important; }
.specialty-card__content { padding: 42px 34px 34px; background: rgba(255,255,255,.88); }

.medical-team {
  background-color: #f8f7f2 !important;
  background-image: linear-gradient(90deg, rgba(248,247,242,.68) 0%, rgba(248,247,242,.88) 48%, rgba(248,247,242,.98) 76%);
  background-position: center, left -125px center;
  background-repeat: no-repeat;
  background-size: cover, min(50vw, 680px) auto;
}
.team-card { background: rgba(255,255,255,.9); }
.cas-banner {
  background-image: linear-gradient(90deg, rgba(19,118,134,.98), rgba(19,118,134,.8) 56%, rgba(19,118,134,.22));
  background-position: center, right -70px center;
  background-repeat: no-repeat;
  background-size: cover, min(47vw, 610px) auto;
}

.patient-path {
  background-color: #f8f7f2 !important;
  background-image: linear-gradient(90deg, rgba(248,247,242,.97), rgba(248,247,242,.75) 63%, rgba(248,247,242,.18));
  background-position: center, right -90px center;
  background-repeat: no-repeat;
  background-size: cover, min(46vw, 600px) auto;
}
.patient-path__photo {
  height: 340px !important;
  max-width: 520px;
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: 16px 20px 36px rgba(20,53,64,.15);
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  transform: rotate(-2deg) !important;
}
.patient-path__photo img { object-position: center 48%; }
.booking.section--deep {
  background-image: linear-gradient(90deg, rgba(13,63,75,.99), rgba(13,63,75,.9) 55%, rgba(13,63,75,.35));
  background-position: center, right -85px center;
  background-repeat: no-repeat;
  background-size: cover, min(48vw, 630px) auto;
}
.booking-form { background: rgba(255,255,255,.96); }
.contact {
  background-color: #f4f3ed !important;
  background-image: linear-gradient(90deg, rgba(244,243,237,.96), rgba(244,243,237,.75) 62%, rgba(244,243,237,.2));
  background-position: center, right -110px bottom -65px;
  background-repeat: no-repeat;
  background-size: cover, min(40vw, 520px) auto;
}

@media (max-width: 840px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { width: min(100%, 640px); min-height: 540px; margin-top: 12px; }
  .intro__grid { grid-template-columns: minmax(110px, .3fr) minmax(0, 1fr) !important; min-height: 570px; }
  .intro__grid > .intro__photo { grid-column: 2; height: 510px !important; }
  .specialty-card { grid-template-columns: 210px 1fr; }
  .specialties.section--tint { background-position: center, right -120px center; background-size: cover, 500px auto; }
  .medical-team, .patient-path, .contact { background-position: center, right -120px center; background-size: cover, 500px auto; }
  .cas-banner, .booking.section--deep { background-position: center, right -120px center; background-size: cover, 500px auto; }
}

@media (max-width: 660px) {
  .hero { padding-top: 58px; }
  .hero__visual { min-height: 430px; width: 100%; }
  .hero-photo { inset: 0 !important; border-radius: 25px 8px 25px 8px; transform: none !important; }
  .hero-photo figcaption { right: 23px; bottom: 23px; left: 23px; }
  .intro__grid { grid-template-columns: 1fr !important; min-height: 0; gap: 26px; }
  .intro__grid > .intro__photo { grid-column: auto; height: 390px !important; transform: none !important; }
  .specialty-card { grid-template-columns: 1fr; min-height: 0; }
  .specialty-card__visual { min-height: 300px; }
  .specialty-card__content { padding: 31px 27px 28px; }
  .specialties.section--tint { background-position: center, right -100px center; background-size: cover, 390px auto; }
  .medical-team, .patient-path, .contact { background-position: center, right -100px center; background-size: cover, 390px auto; }
  .cas-banner, .booking.section--deep { background-position: center, right -100px center; background-size: cover, 390px auto; }
  .patient-path__photo { height: 270px !important; transform: none !important; }
}

/* Direcție finală: fotografii mari, translucide, fără rame sau carduri foto mici. */
.hero {
  min-height: 700px;
  background: #edf4ee !important;
}
.hero__grid {
  position: relative;
  display: block;
  min-height: 560px;
}
.hero__content {
  width: min(54%, 650px);
  padding: 44px 0 30px;
  z-index: 2;
}
.hero__visual {
  position: absolute;
  z-index: 0;
  inset: 0 -10vw 0 47%;
  width: auto;
  min-height: 0;
  pointer-events: none;
}
.hero-photo {
  inset: -8% -8% -8% -4% !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: .24 !important;
  filter: saturate(.72) contrast(.94) !important;
  mix-blend-mode: multiply !important;
  transform: rotate(3deg) !important;
}
.hero-photo::after { display: none; }
.hero-photo figcaption { display: none; }
.hero-photo img { object-position: center 42%; }

.intro { background: #f8f7f2 !important; }
.intro__grid {
  position: relative;
  display: block;
  min-height: 500px;
}
.intro__grid > .eyebrow { position: relative; z-index: 2; padding-top: 15px; }
.intro__copy { position: relative; z-index: 2; width: min(66%, 700px); padding: 15px 0 35px; }
.intro__grid > .intro__photo {
  position: absolute !important;
  z-index: 0;
  inset: -90px -145px -100px auto !important;
  width: min(57%, 660px) !important;
  height: 650px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: .22 !important;
  filter: saturate(.7) contrast(.92) !important;
  mix-blend-mode: multiply !important;
  transform: rotate(5deg) !important;
}
.intro__grid > .intro__photo::after { inset: 0; background: linear-gradient(90deg, #f8f7f2 0%, rgba(248,247,242,.68) 32%, transparent 75%); }
.intro__photo img { object-position: center 44%; }

.specialties.section--tint {
  background-color: #e7f1ed !important;
  background-image: linear-gradient(90deg, rgba(231,241,237,.96), rgba(231,241,237,.72) 55%, rgba(231,241,237,.18));
  background-position: center, right -55px center;
  background-size: cover, min(54vw, 760px) auto;
}
.specialty-card { background: rgba(255,255,255,.68); border-color: rgba(255,255,255,.62); box-shadow: 0 12px 32px rgba(20,53,64,.06); backdrop-filter: blur(5px); }
.specialty-card__visual--photo { background: transparent !important; }
.specialty-card__visual--photo img { opacity: 0 !important; }
.specialty-card__content { background: rgba(255,255,255,.7); }

.medical-team {
  background-color: #f8f7f2 !important;
  background-image: linear-gradient(90deg, rgba(248,247,242,.62), rgba(248,247,242,.84) 48%, rgba(248,247,242,.98) 79%);
  background-position: center, left -110px center;
  background-size: cover, min(55vw, 780px) auto;
}
.team-card { background: rgba(255,255,255,.72); border-color: rgba(255,255,255,.65); box-shadow: 0 12px 30px rgba(20,53,64,.05); }
.cas-banner { background-image: linear-gradient(90deg, rgba(19,118,134,.96), rgba(19,118,134,.7) 57%, rgba(19,118,134,.18)); background-position: center, right -90px center; background-size: cover, min(55vw, 760px) auto; }

.patient-path {
  position: relative;
  background-color: #f8f7f2 !important;
  background-image: linear-gradient(90deg, rgba(248,247,242,.95), rgba(248,247,242,.65) 60%, rgba(248,247,242,.15));
  background-position: center, right -85px center;
  background-size: cover, min(56vw, 780px) auto;
}
.patient-path__grid { position: relative; }
.patient-path__photo {
  position: absolute;
  z-index: 0;
  top: 210px;
  right: -70px;
  width: min(52%, 650px);
  height: 430px !important;
  max-width: none;
  border: 0 !important;
  box-shadow: none !important;
  opacity: .16 !important;
  filter: saturate(.7) contrast(.9) !important;
  mix-blend-mode: multiply !important;
  transform: rotate(-3deg) !important;
  pointer-events: none;
}
.patient-path__photo img { object-position: center 48%; }
.booking.section--deep { background-image: linear-gradient(90deg, rgba(13,63,75,.98), rgba(13,63,75,.82) 54%, rgba(13,63,75,.25)); background-position: center, right -80px center; background-size: cover, min(58vw, 820px) auto; }
.contact { background-image: linear-gradient(90deg, rgba(244,243,237,.95), rgba(244,243,237,.7) 60%, rgba(244,243,237,.12)); background-position: center, right -100px bottom -80px; background-size: cover, min(52vw, 720px) auto; }

@media (max-width: 840px) {
  .hero { min-height: 0; }
  .hero__grid { min-height: 640px; }
  .hero__content { width: 62%; }
  .hero__visual { inset: 0 -8vw 0 35%; }
  .intro__grid { min-height: 520px; }
  .intro__copy { width: 70%; }
  .intro__grid > .intro__photo { inset: -60px -110px -80px auto !important; width: 58% !important; height: 580px !important; }
  .specialties.section--tint, .medical-team, .patient-path, .contact { background-position: center, right -100px center; background-size: cover, 600px auto; }
  .cas-banner, .booking.section--deep { background-position: center, right -100px center; background-size: cover, 620px auto; }
}

@media (max-width: 660px) {
  .hero__grid { min-height: 680px; }
  .hero__content { width: 100%; padding-top: 20px; }
  .hero__visual { position: absolute; inset: 245px -20px -35px 4%; }
  .hero-photo { inset: 0 !important; opacity: .21 !important; transform: none !important; }
  .intro__grid { min-height: 500px; }
  .intro__copy { width: 100%; padding-bottom: 30px; }
  .intro__grid > .intro__photo { inset: 115px -100px -60px auto !important; width: 82% !important; height: 430px !important; opacity: .18 !important; transform: none !important; }
  .specialties.section--tint, .medical-team, .patient-path, .contact { background-position: center, right -90px center; background-size: cover, 430px auto; }
  .cas-banner, .booking.section--deep { background-position: center, right -90px center; background-size: cover, 440px auto; }
  .patient-path__photo { top: 195px; right: -100px; width: 90%; height: 330px !important; opacity: .12 !important; }
}

/* Margini topite în fundal, ca fotografiile să nu pară panouri dreptunghiulare. */
.hero-photo, .intro__grid > .intro__photo, .patient-path__photo {
  -webkit-mask-image: radial-gradient(ellipse at center, #000 34%, rgba(0,0,0,.88) 61%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 34%, rgba(0,0,0,.88) 61%, transparent 100%);
}
.hero-photo { opacity: .29 !important; }
.intro__grid > .intro__photo { opacity: .25 !important; }


/* Site fără fotografii: păstrăm atmosfera prin forme, texturi și culoare. */
.hero__visual, .intro__photo, .patient-path__photo { display: none !important; }
.hero { min-height: 0 !important; background: radial-gradient(circle at 72% 22%, #e0f2ec 0, #edf4ef 28%, transparent 55%), var(--cream) !important; }
.hero__grid { display: block !important; min-height: 0 !important; }
.hero__content { width: min(100%, 720px) !important; padding: 30px 0 20px !important; }
.intro__grid { display: grid !important; grid-template-columns: .42fr minmax(0, 1fr) !important; min-height: 0 !important; }
.intro__copy { width: auto !important; padding: 0 !important; }
.specialties.section--tint, .medical-team, .patient-path, .contact { background-image: none !important; }
.cas-banner { background: var(--teal) !important; background-image: none !important; }
.booking.section--deep { background: var(--deep) !important; background-image: none !important; }
.specialty-card { grid-template-columns: minmax(150px, .7fr) 1fr !important; }
.specialty-card__visual--photo { display: grid !important; background: #f4e5df !important; }
.specialty-card__visual--photo img { display: none !important; }
@media (max-width: 840px) {
  .hero__content { width: min(100%, 720px) !important; }
  .intro__grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 660px) {
  .hero__content { padding-top: 10px !important; }
  .specialty-card { grid-template-columns: 1fr !important; }
}

/* Fotografia furnizată pentru specialitatea Mamografie. */
.specialty-card__visual--photo {
  display: block !important;
  position: relative;
  overflow: hidden;
  background: #3a4546 !important;
  color: #fff !important;
}
.specialty-card__visual--photo::before { display: none !important; }
.specialty-card__visual--photo::after {
  position: absolute;
  z-index: 1;
  inset: 52% 0 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(to top, rgba(11,43,50,.58), transparent 75%);
}
.specialty-card__visual--photo img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}
.specialty-card__visual--photo .specialty-card__number {
  z-index: 2;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0,0,0,.4);
}

/* Imagine editorială în stânga introducerii: umple spațiul liber fără să ia din claritatea mesajului. */
.intro__grid {
  display: grid !important;
  grid-template-columns: minmax(235px, .42fr) minmax(0, 1fr) !important;
  align-items: center;
  gap: clamp(34px, 6vw, 86px);
  min-height: 500px !important;
}
.intro__aside {
  position: relative;
  z-index: 1;
}
.intro__aside .intro__photo {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: min(100%, 290px) !important;
  height: 385px !important;
  margin: 0 0 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.92) !important;
  border-radius: 26px 8px 26px 8px !important;
  background: #dce7e4;
  box-shadow: 16px 22px 38px rgba(20,53,64,.15) !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  transform: rotate(-3deg) !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}
.intro__aside .intro__photo::after {
  position: absolute;
  z-index: 1;
  inset: 48% 0 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(to top, rgba(7,40,48,.68), rgba(7,40,48,.04) 78%);
}
.intro__aside .intro__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
}
.intro__aside .intro__photo figcaption {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.2;
}
.intro__aside .eyebrow { margin-bottom: 0; }

@media (max-width: 840px) {
  .intro__grid {
    grid-template-columns: minmax(205px, .42fr) minmax(0, 1fr) !important;
    gap: 34px;
  }
  .intro__aside .intro__photo { height: 360px !important; }
}
@media (max-width: 660px) {
  .intro__grid {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    gap: 28px;
  }
  .intro__aside .intro__photo {
    width: 100% !important;
    height: 245px !important;
    margin-bottom: 18px;
    transform: none !important;
  }
}
