:root {
  --ink: #252a27;
  --ink-soft: #5d625e;
  --ivory: #f7f4ed;
  --paper: #fffdf8;
  --sage: #92966a;
  --sage-deep: #656b42;
  --sage-pale: #e3e2cf;
  --terracotta: #bd7961;
  --line: rgba(37, 42, 39, 0.15);
  --shadow: 0 28px 80px rgba(55, 55, 38, 0.12);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.28;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.07'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; background: var(--ink); color: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  width: min(100% - 48px, 1400px);
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo { display: block; width: 280px; height: auto; }
.brand-mark { position: relative; width: 42px; height: 48px; display: block; transform: rotate(45deg); border: 1.5px solid var(--sage-deep); border-radius: 25px 25px 8px 25px; }
.brand-mark span { position: absolute; display: block; border: 1.5px solid var(--sage-deep); border-radius: 50%; }
.brand-mark span:first-child { width: 20px; height: 20px; left: 10px; top: 8px; }
.brand-mark span:last-child { width: 11px; height: 11px; left: 14px; top: 13px; }
.brand-name { display: flex; flex-direction: column; line-height: 1; }
.brand-name strong { font-size: 21px; font-weight: 500; letter-spacing: .21em; }
.brand-name strong span { color: var(--sage-deep); margin-left: .4em; }
.brand-name small { margin-top: 7px; font-size: 9px; text-transform: uppercase; letter-spacing: .2em; color: var(--ink-soft); }
.desktop-nav { display: flex; gap: clamp(22px, 3vw, 48px); font-size: 14px; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 1px; background: var(--sage-deep); left: 0; right: 100%; bottom: -8px; transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.desktop-nav a[aria-current="page"]::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.language-switch { display: flex; gap: 6px; align-items: center; font-size: 11px; color: var(--ink-soft); }
.language-switch a { border: 0; background: none; padding: 4px 2px; color: inherit; cursor: pointer; }
.language-switch a.is-active { color: var(--ink); font-weight: 600; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; border: 1px solid var(--sage-deep); border-radius: 999px; padding: 15px 24px; color: white; background: var(--sage-deep); font-size: 14px; font-weight: 600; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #747a4b; }
.button-small { padding: 10px 17px; gap: 9px; font-size: 12px; }
.button-outline { color: var(--ink); background: transparent; }
.button-outline:hover { color: white; }
.icon { font-size: 17px; }
.menu-toggle, .mobile-nav { display: none; }

.hero {
  min-height: 750px;
  width: min(100% - 48px, 1400px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: 5vw;
  padding: 65px 0 85px;
}
.hero > *, .intro > *, .hours-section > *, .patient-section > *, .contact-section > * { min-width: 0; }
.eyebrow { margin: 0 0 25px; text-transform: uppercase; letter-spacing: .17em; color: var(--sage-deep); font-size: 11px; font-weight: 600; }
.eyebrow::before { content: ""; display: inline-block; vertical-align: middle; width: 30px; height: 1px; background: currentColor; margin-right: 12px; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.035em; margin: 0; }
h1 { font-size: clamp(58px, 6.4vw, 100px); max-width: 790px; }
h1 em, h2 em { color: var(--sage-deep); font-weight: 400; }
.hero-lede { max-width: 590px; color: var(--ink-soft); font-size: 17px; line-height: 1.7; margin: 31px 0; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.text-link { display: inline-flex; gap: 20px; align-items: center; font-size: 13px; font-weight: 600; border-bottom: 1px solid var(--line); padding: 8px 0; }
.trust-line { display: flex; align-items: center; margin-top: 64px; }
.trust-faces { display: flex; padding-left: 10px; margin-right: 14px; }
.trust-faces i { width: 34px; height: 34px; margin-left: -10px; border: 3px solid var(--ivory); border-radius: 50%; background: #cec3b5; }
.trust-faces i:nth-child(2) { background: #9e9c78; }
.trust-faces i:nth-child(3) { background: #d7a995; }
.trust-line p { font-size: 11px; line-height: 1.5; color: var(--ink-soft); margin: 0; }
.trust-line strong { color: var(--ink); font-size: 12px; }

.hero-visual { position: relative; height: 620px; perspective: 1200px; transform-style: preserve-3d; }
.hero-visual [data-depth] {
  --parallax-x: 0px;
  --parallax-y: 0px;
  --scroll-y: 0px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --hero-scale: 1;
  backface-visibility: hidden;
}
.visual-card { position: absolute; inset: 0 40px 0 55px; border-radius: 48% 48% 45% 45% / 32% 32% 42% 42%; overflow: hidden; box-shadow: var(--shadow); transform-style: preserve-3d; will-change: transform; transform: translate3d(var(--parallax-x), calc(var(--parallax-y) + var(--scroll-y)), 0) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(var(--hero-scale)); transform-origin: 50% 55%; }
.visual-card::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.6); border-radius: inherit; }
.visual-card img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 49%; transform: scale(1.05); }
.orbit { position: absolute; border: 1px solid rgba(101,107,66,.2); border-radius: 50%; will-change: transform; }
.orbit-one { inset: -35px 3px 40px 5px; transform: translate3d(var(--parallax-x), calc(var(--parallax-y) + var(--scroll-y)), -20px) rotate(8deg); }
.orbit-two { inset: 60px -44px -20px 90px; transform: translate3d(var(--parallax-x), calc(var(--parallax-y) + var(--scroll-y)), -35px) rotate(-8deg); }
.care-note, .availability { position: absolute; z-index: 3; display: flex; align-items: center; gap: 13px; background: rgba(255,253,248,.88); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 14px 50px rgba(50,50,35,.15); will-change: transform; }
.care-note { right: -12px; top: 94px; padding: 15px 20px; border-radius: 20px; transform: translate3d(var(--parallax-x), calc(var(--parallax-y) + var(--scroll-y)), 55px); }
.care-note > span { font-size: 28px; color: var(--terracotta); }
.care-note p, .availability p { margin: 0; line-height: 1.3; }
.care-note small, .availability small { display: block; font-size: 9px; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .1em; }
.care-note strong, .availability strong { font-size: 11px; }
.availability { bottom: 50px; left: 0; padding: 13px 18px; border-radius: 16px; transform: translate3d(var(--parallax-x), calc(var(--parallax-y) + var(--scroll-y)), 42px); }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 6px rgba(146,150,106,.18); }

.notice-wrap { width: min(100% - 48px, 1400px); margin: -28px auto 0; position: relative; z-index: 5; }
.notice { background: var(--ink); color: white; min-height: 88px; padding: 18px 26px; border-radius: 18px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; }
.notice-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); color: var(--sage-pale); }
.notice strong { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--sage-pale); }
.notice p { margin: 1px 0 0; font-size: 13px; color: rgba(255,255,255,.7); }
.notice a { font-size: 12px; display: flex; align-items: center; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.3); padding: 6px 0; }

.section { width: min(100% - 48px, 1400px); margin: 0 auto; padding: 150px 0; }
.section-heading h2, .hours-copy h2, .contact-card h2 { font-size: clamp(48px, 5.5vw, 78px); }
.intro { display: grid; grid-template-columns: 1.2fr .8fr; column-gap: 6vw; }
.section-intro { align-self: end; max-width: 460px; color: var(--ink-soft); margin: 0 0 5px; }
.services-grid { grid-column: 1 / -1; margin-top: 65px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.service-card { min-height: 255px; position: relative; display: grid; grid-template-columns: 90px 1fr; align-items: center; gap: 27px; padding: 45px; border-bottom: 1px solid var(--line); }
.service-card:nth-child(odd) { border-right: 1px solid var(--line); }
.service-card:last-child:nth-child(odd) { grid-column: 1 / -1; border-right: 0; }
.service-card::before { content: ""; position: absolute; inset: 0; background: var(--paper); transform: scaleY(0); transform-origin: bottom; transition: transform .35s ease; z-index: -1; }
.service-card:hover::before { transform: scaleY(1); }
.service-number { position: absolute; top: 22px; right: 24px; font-size: 10px; color: var(--ink-soft); }
.service-symbol { width: 88px; height: 88px; border-radius: 50%; display: grid; place-items: center; color: var(--sage-deep); background: var(--sage-pale); }
.service-symbol svg { width: 46px; height: 46px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .3s ease; }
.service-card:hover .service-symbol svg { transform: scale(1.06); }
.service-card h3 { font-family: var(--serif); font-size: 27px; line-height: 1.15; font-weight: 400; margin: 0 0 10px; }
.service-card p { font-size: 13px; color: var(--ink-soft); max-width: 420px; margin: 0; }
.all-services { grid-column: 1 / -1; margin-top: 30px; border: 1px solid var(--line); border-radius: 14px; padding: 4px 24px; background: rgba(255,255,255,.25); }
.all-services summary { cursor: pointer; padding: 15px 0; font-size: 13px; font-weight: 600; }
.all-services ul { columns: 2; color: var(--ink-soft); font-size: 13px; padding: 0 0 20px 20px; }
.service-extras { grid-column: 1 / -1; margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border-radius: 18px; background: var(--line); }
.service-extras > div { padding: 38px 42px; background: var(--paper); }
.service-extras .eyebrow { margin-bottom: 12px; }
.service-extras h3 { margin: 0 0 15px; font: 400 28px/1.1 var(--serif); }
.service-extras ul { margin: 0; padding-left: 20px; color: var(--ink-soft); font-size: 14px; }
.service-note { display: flex; flex-direction: column; justify-content: center; }
.service-note p { margin: 5px 0; color: var(--ink-soft); }
.service-note strong { color: var(--ink); }

.care-section { width: 100%; max-width: none; padding-left: max(24px, calc((100vw - 1400px)/2)); padding-right: max(24px, calc((100vw - 1400px)/2)); background: var(--sage-deep); color: white; display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; position: relative; overflow: hidden; }
.care-section::after {
  content: "";
  position: absolute;
  width: min(44vw, 620px);
  aspect-ratio: 1;
  right: -55px;
  bottom: -155px;
  background: url("../assets/gynlife-symbol.svg") center / contain no-repeat;
  opacity: .055;
  pointer-events: none;
}
.care-quote { position: relative; align-self: center; z-index: 1; }
.quote-mark { display: block; font-family: var(--serif); color: var(--sage-pale); font-size: 90px; line-height: .7; }
blockquote { font-family: var(--serif); font-size: clamp(34px, 3.2vw, 50px); line-height: 1.08; letter-spacing: -.02em; margin: 25px 0 0; }
.care-details { z-index: 1; }
.care-details .eyebrow { color: var(--sage-pale); }
.care-details h2 { font-size: clamp(42px, 4.6vw, 68px); }
.care-details h2 em { color: var(--sage-pale); }
.care-details > p:not(.eyebrow) { max-width: 610px; color: rgba(255,255,255,.7); margin: 35px 0 0; }
.care-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.2); }
.care-facts div { padding: 25px 15px 0 0; border-right: 1px solid rgba(255,255,255,.2); }
.care-facts div + div { padding-left: 24px; }
.care-facts div:last-child { border: 0; }
.care-facts strong { font-family: var(--serif); display: block; font-size: 38px; font-weight: 400; }
.care-facts span { font-size: 11px; color: rgba(255,255,255,.65); }

.hours-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; align-items: center; }
.hours-copy > p:not(.eyebrow) { max-width: 400px; color: var(--ink-soft); margin: 30px 0; }
.hours-table { border-top: 1px solid var(--ink); }
.hours-row { display: grid; grid-template-columns: 1fr .8fr 1.2fr; align-items: center; min-height: 78px; border-bottom: 1px solid var(--line); }
.hours-row strong { font-family: var(--serif); font-size: 21px; font-weight: 400; }
.hours-row span { font-size: 14px; }
.hours-row small { color: var(--ink-soft); }
.hours-row.muted { opacity: .55; }
.hours-note { text-align: right; color: var(--ink-soft); font-size: 11px; }

.patient-section { display: grid; grid-template-columns: .65fr 1.35fr; gap: 9vw; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 50px 1fr auto; align-items: center; min-height: 94px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--sage-deep); font-size: 10px; }
.faq-list summary strong { font-family: var(--serif); font-size: 23px; font-weight: 400; }
.faq-list summary i { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; transition: transform .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { color: var(--ink-soft); max-width: 700px; font-size: 14px; padding: 0 40px 30px 50px; margin: 0; }

.contact-section { width: min(100% - 48px, 1400px); margin: 0 auto 28px; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 600px; }
.contact-card { background: var(--ink); color: white; padding: 80px; display: flex; flex-direction: column; justify-content: center; border-radius: 26px 0 0 26px; }
.contact-card .eyebrow { color: var(--sage-pale); }
.contact-card h2 em { color: var(--sage-pale); }
.contact-card > p:not(.eyebrow) { max-width: 450px; color: rgba(255,255,255,.65); }
.contact-phone { font-family: var(--serif); font-size: clamp(25px, 3vw, 40px); margin-top: 40px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 12px; }
.contact-email { margin-top: 15px; font-size: 13px; color: rgba(255,255,255,.7); }
.map-card { position: relative; overflow: hidden; background: #d9d8c7; border-radius: 0 26px 26px 0; }
.map-embed { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.7) contrast(.96); transition: filter .35s ease; }
.map-card:hover .map-embed { filter: saturate(.9) contrast(1); }
.address-card { position: absolute; z-index: 2; left: 32px; right: 32px; bottom: 32px; padding: 22px 25px; background: rgba(255,253,248,.91); backdrop-filter: blur(12px); border-radius: 14px; display: grid; grid-template-columns: 1fr auto; box-shadow: 0 12px 35px rgba(30,35,31,.12); }
.address-card small, .address-card span { font-size: 11px; color: var(--ink-soft); }
.address-card strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.address-card a { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 11px; border-bottom: 1px solid var(--line); }

footer { width: min(100% - 48px, 1400px); min-height: 130px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; color: var(--ink-soft); font-size: 11px; }
.footer-legal { display: flex; gap: 25px; }
.footer-legal a { border-bottom: 1px solid transparent; transition: border-color .2s ease, color .2s ease; }
.footer-legal a:hover, .footer-legal a[aria-current="page"] { color: var(--ink); border-color: var(--line); }
.footer-brand { transform: scale(.85); transform-origin: left center; }

.notice-dialog { width: min(90vw, 620px); border: 0; border-radius: 24px; padding: 55px; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.notice-dialog::backdrop { background: rgba(30,35,31,.65); backdrop-filter: blur(4px); }
.notice-dialog h2 { font-size: 45px; margin-bottom: 25px; }
.dialog-close { position: absolute; right: 22px; top: 17px; border: 0; background: none; font-size: 28px; cursor: pointer; }
.substitution { display: grid; grid-template-columns: 140px 1fr; padding: 18px 0; border-top: 1px solid var(--line); font-size: 13px; }

/* Shared information pages */
.info-page { min-height: 70vh; }
.info-hero { width: min(100% - 48px, 1120px); margin: 0 auto; padding: 90px 0 75px; border-bottom: 1px solid var(--line); }
.info-hero h1 { max-width: 900px; font-size: clamp(58px, 7vw, 96px); }
.info-hero-legal h1 { max-width: 980px; }
.info-lede { max-width: 720px; margin: 30px 0 0; color: var(--ink-soft); font-size: 18px; }
.back-link { display: inline-block; margin-bottom: 55px; color: var(--ink-soft); font-size: 12px; border-bottom: 1px solid var(--line); }
.info-hero-contact { width: min(100% - 48px, 1280px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 6vw, 90px); align-items: center; padding-top: 70px; }
.info-hero-contact .info-hero-copy { min-width: 0; }
.info-hero-contact h1 { font-size: clamp(58px, 6vw, 88px); }
.contact-portrait { position: relative; width: 100%; height: auto; aspect-ratio: 3 / 2; margin: 0; overflow: hidden; border-radius: 28px; background: #d7d7d3; box-shadow: var(--shadow); }
.contact-portrait::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.55); border-radius: inherit; }
.contact-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.contact-portrait figcaption { position: absolute; z-index: 1; left: 22px; right: 22px; bottom: 20px; padding: 13px 17px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border: 1px solid rgba(255,255,255,.75); border-radius: 14px; background: rgba(255,253,248,.86); backdrop-filter: blur(12px); }
.contact-portrait figcaption strong { font: 400 17px/1.2 var(--serif); }
.contact-portrait figcaption span { color: var(--ink-soft); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.info-content { width: min(100% - 48px, 1120px); margin: 0 auto; padding: 85px 0 110px; }
.info-faq details { border-top: 1px solid var(--line); }
.info-faq details:last-child { border-bottom: 1px solid var(--line); }
.info-faq summary { min-height: 105px; display: grid; grid-template-columns: 60px 1fr auto; align-items: center; cursor: pointer; list-style: none; }
.info-faq summary::-webkit-details-marker { display: none; }
.info-faq summary span { color: var(--sage-deep); font-size: 11px; }
.info-faq summary strong { font: 400 28px/1.2 var(--serif); }
.info-faq summary i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; transition: transform .2s; }
.info-faq details[open] summary i { transform: rotate(45deg); }
.info-faq .answer { max-width: 780px; padding: 0 45px 35px 60px; color: var(--ink-soft); }
.info-faq .answer p { margin: 0 0 12px; }
.info-faq .answer ul { padding-left: 20px; }
.info-hours { max-width: 980px; }
.info-hours .hours-row { grid-template-columns: 1fr .8fr 1.4fr; }
.info-note { max-width: 720px; margin: 28px 0 0 auto; text-align: right; color: var(--ink-soft); font-size: 12px; }
.info-content.insurer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding: 115px 0 125px; background: transparent; }
.insurer-card { position: relative; min-height: 390px; padding: 30px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(155deg, rgba(255,255,255,.72), rgba(255,253,248,.96)); box-shadow: 0 18px 50px rgba(55,55,38,.055); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.insurer-card::before { content: ""; position: absolute; width: 210px; height: 210px; top: -125px; right: -105px; border-radius: 50%; background: var(--sage-pale); opacity: .8; transition: transform .35s ease; }
.insurer-card:nth-child(2)::before { background: #e7ded2; }
.insurer-card:nth-child(3)::before { background: #d9ddd0; }
.insurer-card:hover { transform: translateY(-6px); border-color: rgba(101,107,66,.32); box-shadow: 0 26px 65px rgba(55,55,38,.1); }
.insurer-card:hover::before { transform: scale(1.12); }
.insurer-card-head { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: flex-start; }
.insurer-index { padding-top: 5px; color: var(--sage-deep); font-size: 11px; letter-spacing: .12em; }
.insurer-mark { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--sage-deep); background: rgba(255,253,248,.78); backdrop-filter: blur(6px); }
.insurer-mark svg { width: 31px; height: 31px; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.insurer-copy { margin: 55px 0 36px; }
.insurer-card h2 { font-size: 39px; }
.insurer-card p { max-width: 270px; margin: 15px 0 0; color: var(--ink-soft); font-size: 14px; }
.insurer-link { margin-top: auto; min-height: 54px; padding: 0 19px; display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.48); font-size: 13px; font-weight: 600; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.insurer-link:hover { color: white; border-color: var(--sage-deep); background: var(--sage-deep); }
.detail-contact { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 590px; }
.contact-details { padding: 55px; color: white; background: var(--ink); border-radius: 24px 0 0 24px; }
.contact-details dl { margin: 0 0 40px; }
.contact-details dl div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-details dt { color: var(--sage-pale); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.contact-details dd { margin: 0; font-size: 14px; }
.contact-details .contact-email { display: inline-block; }
.detail-contact .map-card { border-radius: 0 24px 24px 0; }
.legal-content { max-width: 920px; padding-top: 75px; }
.legal-content h2 { margin: 58px 0 18px; font-size: clamp(30px, 4vw, 44px); }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 34px 0 12px; font: 500 22px/1.25 var(--serif); }
.legal-content p, .legal-content li { color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.legal-content ul { margin: 16px 0 25px; padding-left: 22px; }
.legal-content a { color: var(--sage-deep); text-decoration: underline; text-underline-offset: 3px; }
.legal-content table { width: 100%; margin: 28px 0 38px; border-collapse: collapse; font-size: 14px; }
.legal-content th, .legal-content td { padding: 16px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-content th { color: var(--ink); background: var(--sage-pale); }
.legal-content td { color: var(--ink-soft); background: rgba(255,255,255,.35); }
.legal-content > :last-child { margin-bottom: 0; }
.info-cta { width: min(100% - 48px, 1120px); margin: 0 auto 60px; padding: 42px 48px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-radius: 20px; background: var(--sage-pale); }
.info-cta p { max-width: 620px; margin: 0; font: 400 26px/1.2 var(--serif); }

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

@media (max-width: 1050px) {
  .desktop-nav, .header-phone { display: none; }
  .menu-toggle { display: grid; place-content: center; gap: 6px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
  .menu-toggle span { width: 17px; height: 1px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { display: flex; visibility: hidden; opacity: 0; transform: translateY(-8px); position: absolute; top: 82px; left: 0; right: 0; padding: 28px; flex-direction: column; gap: 18px; border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); transition: .2s; }
  .mobile-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .hero { grid-template-columns: 1fr 1fr; gap: 25px; }
  .hero-visual { height: 540px; }
  .visual-card { left: 20px; }
  .care-note { right: 0; }
  .contact-card { padding: 55px; }
}

@media (max-width: 760px) {
  .site-header, .hero, .notice-wrap, .section, .contact-section, footer { width: min(100% - 32px, 1400px); }
  .site-header { height: 78px; }
  .site-header .brand { gap: 8px; }
  .site-header .brand-logo { width: 205px; }
  .site-header .brand-mark { width: 34px; height: 39px; }
  .site-header .brand-mark span:first-child { width: 16px; height: 16px; left: 8px; top: 7px; }
  .site-header .brand-mark span:last-child { width: 8px; height: 8px; left: 12px; top: 11px; }
  .brand-name strong { font-size: 15px; }
  .site-header .brand-name small { font-size: 7px; letter-spacing: .16em; }
  .header-actions { gap: 8px; }
  .language-switch { gap: 3px; }
  .language-switch { margin-left: auto; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 65px 0 52px; }
  h1 { font-size: clamp(45px, 13.2vw, 62px); overflow-wrap: anywhere; }
  .hero-lede { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-actions .button { width: 100%; justify-content: space-between; }
  .trust-line { margin-top: 38px; }
  .hero-visual { height: 540px; margin-top: 30px; }
  .visual-card { inset: 0 10px 0 10px; border-radius: 46% 46% 40% 40% / 28% 28% 35% 35%; }
  .orbit-one { inset: -20px -15px 20px -15px; }
  .care-note { top: 40px; right: -5px; }
  .availability { bottom: 28px; }
  .notice-wrap { margin: 0 auto; }
  .notice { grid-template-columns: auto 1fr; padding: 18px; }
  .notice a { grid-column: 2; justify-self: start; }
  .section { padding: 95px 0; }
  .intro { grid-template-columns: 1fr; }
  .section-intro { margin-top: 28px; }
  .services-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .service-card { min-height: 210px; grid-template-columns: 64px 1fr; padding: 35px 18px; gap: 20px; }
  .service-card:nth-child(odd) { border-right: 0; }
  .service-symbol { width: 62px; height: 62px; }
  .service-symbol svg { width: 35px; height: 35px; }
  .service-card h3 { font-size: 23px; }
  .all-services ul { columns: 1; }
  .service-extras { grid-template-columns: 1fr; }
  .service-extras > div { padding: 30px 24px; }
  .care-section { grid-template-columns: 1fr; gap: 65px; }
  .care-facts { margin-top: 45px; }
  .care-facts div { padding-right: 8px; }
  .care-facts div + div { padding-left: 12px; }
  .care-facts strong { font-size: 28px; }
  .hours-section, .patient-section { grid-template-columns: 1fr; gap: 55px; }
  .hours-row { grid-template-columns: .8fr 1fr; padding: 15px 0; }
  .hours-row small { grid-column: 1 / -1; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-card { padding: 60px 28px; border-radius: 22px 22px 0 0; }
  .map-card { min-height: 480px; border-radius: 0 0 22px 22px; }
  .address-card { left: 18px; right: 18px; bottom: 18px; grid-template-columns: 1fr; }
  .address-card a { grid-column: 1; grid-row: auto; margin-top: 15px; justify-self: start; }
  footer { min-height: 190px; flex-wrap: wrap; gap: 10px; padding: 30px 0; }
  .footer-brand { width: 100%; }
  .notice-dialog { padding: 45px 24px 30px; }
  .substitution { grid-template-columns: 1fr; gap: 6px; }
  .info-hero, .info-content, .info-cta { width: min(100% - 32px, 1120px); }
  .info-hero { padding: 55px 0 48px; }
  .info-hero-contact { width: min(100% - 32px, 1120px); grid-template-columns: 1fr; gap: 42px; }
  .contact-portrait { height: auto; aspect-ratio: 3 / 2; border-radius: 22px; }
  .contact-portrait figcaption { left: 14px; right: 14px; bottom: 14px; }
  .back-link { margin-bottom: 38px; }
  .info-hero h1 { font-size: clamp(46px, 14vw, 68px); }
  .info-lede { font-size: 16px; }
  .info-content { padding: 55px 0 75px; }
  .info-faq summary { grid-template-columns: 38px 1fr auto; min-height: 88px; }
  .info-faq summary strong { font-size: 22px; }
  .info-faq .answer { padding: 0 10px 30px 38px; }
  .info-hours .hours-row { grid-template-columns: .8fr 1fr; }
  .info-content.insurer-grid { grid-template-columns: 1fr; gap: 16px; padding: 70px 0 85px; }
  .insurer-card { min-height: 320px; padding: 28px; }
  .insurer-copy { margin: 40px 0 28px; }
  .detail-contact { grid-template-columns: 1fr; }
  .contact-details { padding: 38px 25px; border-radius: 20px 20px 0 0; }
  .contact-details dl div { grid-template-columns: 1fr; gap: 4px; }
  .detail-contact .map-card { min-height: 430px; border-radius: 0 0 20px 20px; }
  .info-hero-legal h1 { font-size: clamp(42px, 12vw, 55px); }
  .legal-content { padding-top: 50px; }
  .legal-content h2 { margin-top: 45px; }
  .info-cta { margin-bottom: 35px; padding: 32px 25px; align-items: flex-start; flex-direction: column; }
  .info-cta .button { width: 100%; justify-content: space-between; }
}

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