:root {
  --wine: #4f214f;
  --wine-deep: #341630;
  --plum: #6d2d68;
  --berry: #a44779;
  --rose: #cf6f9d;
  --rose-soft: #f4cddd;
  --blush: #fbeced;
  --cream: #fff9f6;
  --paper: #ffffff;
  --ink: #352131;
  --muted: #765f70;
  --line: rgba(109, 45, 104, 0.15);
  --shadow: 0 26px 70px rgba(79, 33, 79, 0.13);
  --display: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); overflow-x: hidden; }
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-sm { padding: 42px 0 88px; }

.scroll-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 1200; background: transparent; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--rose), var(--wine)); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; padding: 14px 0; transition: background .35s ease, box-shadow .35s ease, padding .35s ease; }
.site-header.scrolled { padding: 8px 0; background: rgba(255, 249, 246, .92); backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(79, 33, 79, .08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 260px; }
.brand-mark { width: 58px; height: 58px; padding: 4px; display: grid; place-items: center; overflow: hidden; background: #fff; border: 1px solid rgba(164, 71, 121, .18); border-radius: 50%; box-shadow: 0 10px 28px rgba(79, 33, 79, .1); transition: width .3s ease, height .3s ease; }
.scrolled .brand-mark { width: 50px; height: 50px; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { color: var(--wine); font-family: var(--display); font-size: 17px; line-height: 1.05; }
.brand-copy small { color: var(--berry); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.main-nav { display: flex; align-items: center; gap: 22px; }
.main-nav > a { position: relative; color: #654e60; font-size: 13px; font-weight: 700; }
.main-nav > a:not(.nav-social)::after { position: absolute; content: ""; inset: auto 0 -8px; width: 0; height: 2px; margin: auto; background: var(--rose); transition: width .25s ease; }
.main-nav > a:hover::after, .main-nav > a.active::after { width: 100%; }
.nav-social { display: inline-flex; align-items: center; gap: 7px; padding: 11px 16px; color: #fff !important; background: var(--wine); border-radius: 999px; box-shadow: 0 9px 24px rgba(79, 33, 79, .18); }
.nav-social svg { width: 15px; fill: currentColor; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 0; background: var(--wine); border-radius: 50%; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: #fff; transition: transform .25s ease, opacity .25s ease; }

.hero { position: relative; min-height: 100vh; padding: 152px 0 48px; overflow: hidden; background: radial-gradient(circle at 8% 82%, rgba(207,111,157,.14), transparent 30%), linear-gradient(135deg, #fffafa 0%, #fff4f1 48%, #f8dfe7 100%); }
.hero::before { content: ""; position: absolute; inset: auto -8% -290px; height: 430px; background: var(--wine); border-radius: 50% 50% 0 0 / 28% 28% 0 0; transform: rotate(-3deg); opacity: .045; }
.hero-bloom { position: absolute; border: 1px solid rgba(164, 71, 121, .18); border-radius: 50%; }
.hero-bloom::before, .hero-bloom::after { content: ""; position: absolute; inset: 18%; border: inherit; border-radius: inherit; }
.hero-bloom::after { inset: 36%; }
.hero-bloom-one { width: 360px; height: 360px; top: -170px; left: -170px; }
.hero-bloom-two { width: 230px; height: 230px; right: 3%; bottom: 13%; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 82px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--berry); font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 1px; background: var(--rose); }
.hero h1, .section-heading h2, .care-copy h2, .schedule-card h2, .location-card h2, .social-card h2, .appointment-card h2 { margin: 0; font-family: var(--display); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
.hero h1 { max-width: 650px; font-size: clamp(56px, 6.5vw, 92px); color: var(--wine-deep); }
.hero h1 em, h2 em { display: block; color: var(--berry); font-weight: 400; }
.hero-lead { margin: 30px 0 0; color: var(--wine); font-family: var(--display); font-size: 25px; line-height: 1.35; }
.hero-lead strong { color: var(--berry); font-family: var(--sans); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.hero-note { margin: 13px 0 0; color: var(--muted); font-size: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button svg, .text-link svg, .appointment-phone svg, .footer-bottom svg, .poster-open span svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--berry), var(--wine)); box-shadow: 0 14px 32px rgba(109, 45, 104, .24); }
.button-ghost { color: var(--wine); background: rgba(255,255,255,.65); border-color: rgba(109,45,104,.18); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-meta span { padding: 8px 13px; color: #775d71; background: rgba(255,255,255,.56); border: 1px solid rgba(109,45,104,.1); border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.hero-orbit { position: absolute; width: 490px; height: 490px; border: 1px solid rgba(164, 71, 121, .2); border-radius: 50%; animation: spin 24s linear infinite; }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; width: 12px; height: 12px; background: var(--rose); border: 7px solid var(--blush); border-radius: 50%; box-shadow: 0 0 0 1px rgba(164,71,121,.18); }
.hero-orbit::before { top: 7%; left: 18%; }.hero-orbit::after { right: 4%; bottom: 25%; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-logo-card { position: relative; z-index: 2; width: min(370px, 80vw); padding: 34px 32px 38px; display: flex; flex-direction: column; align-items: center; background: rgba(255,255,255,.86); border: 1px solid rgba(255,255,255,.85); border-radius: 190px 190px 34px 34px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.hero-logo-card::after { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(207,111,157,.24); border-radius: inherit; pointer-events: none; }
.hero-logo-card img { width: 230px; aspect-ratio: 1; object-fit: contain; mix-blend-mode: multiply; }
.hero-logo-card .mini-label { z-index: 1; color: var(--rose); font-family: var(--display); font-size: 21px; font-style: italic; }
.hero-logo-card strong { z-index: 1; color: var(--wine); font-family: var(--display); font-size: 28px; font-weight: 400; text-align: center; }
.hero-logo-card small { z-index: 1; margin-top: 8px; color: var(--berry); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.floating-note { position: absolute; z-index: 3; min-width: 205px; padding: 14px 17px; display: flex; align-items: center; gap: 11px; background: rgba(255,255,255,.92); border: 1px solid rgba(164,71,121,.12); border-radius: 18px; box-shadow: 0 18px 38px rgba(79,33,79,.13); }
.floating-note svg { width: 22px; fill: none; stroke: var(--berry); stroke-width: 1.8; }
.floating-note span { display: grid; gap: 2px; }.floating-note small { color: var(--muted); font-size: 10px; }.floating-note strong { color: var(--wine); font-size: 13px; }
.note-phone { right: -12px; top: 20%; animation: float 5s ease-in-out infinite; }.note-hours { left: -25px; bottom: 18%; animation: float 5s ease-in-out 1s infinite; }
@keyframes float { 50% { transform: translateY(-9px); } }
.quick-facts { position: relative; z-index: 3; margin-top: 50px; padding: 25px 30px; display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.9); border-radius: 22px; box-shadow: 0 18px 50px rgba(79,33,79,.08); backdrop-filter: blur(15px); }
.quick-facts > div { padding: 0 26px; display: flex; align-items: center; gap: 16px; border-right: 1px solid var(--line); }.quick-facts > div:last-child { border: 0; }
.quick-facts span { color: var(--rose); font-family: var(--display); font-size: 24px; }.quick-facts p { margin: 0; color: var(--wine); font-size: 13px; font-weight: 750; }.quick-facts small { display: block; margin-bottom: 4px; color: var(--muted); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }

.care-section { position: relative; background: var(--cream); }
.care-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: 90px; }
.poster-card { position: relative; margin: 0; padding: 14px; background: #fff; border: 1px solid rgba(164,71,121,.18); border-radius: 32px; box-shadow: var(--shadow); }
.poster-card::before { content: ""; position: absolute; width: 48%; height: 28%; right: -32px; bottom: -32px; z-index: -1; background: var(--rose-soft); border-radius: 38px; opacity: .7; }
.poster-open { width: 100%; padding: 0; overflow: hidden; position: relative; display: block; border: 0; background: transparent; border-radius: 23px; cursor: zoom-in; }
.poster-open img { width: 100%; height: auto; }
.poster-open > span { position: absolute; right: 14px; bottom: 14px; padding: 10px 14px; display: flex; align-items: center; gap: 8px; color: #fff; background: rgba(52,22,48,.88); border-radius: 999px; font-size: 11px; font-weight: 800; backdrop-filter: blur(8px); }
.care-copy h2, .section-heading h2, .schedule-card h2, .location-card h2, .social-card h2 { color: var(--wine-deep); font-size: clamp(45px, 5vw, 68px); }
.intro-copy { max-width: 570px; margin: 28px 0 38px; color: var(--muted); font-size: 17px; line-height: 1.85; }
.care-line { padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); }
.care-line span { color: var(--muted); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }.care-line strong { color: var(--wine); font-family: var(--display); font-size: 18px; font-weight: 400; text-align: right; }
.care-line-single { justify-content: flex-end; }
.text-link { width: fit-content; margin-top: 28px; padding-bottom: 6px; display: flex; align-items: center; gap: 12px; color: var(--berry); border-bottom: 1px solid var(--rose); font-weight: 800; font-size: 13px; }

.services-section { position: relative; background: #fff; }
.services-section::before { content: ""; position: absolute; width: 480px; height: 480px; top: 8%; right: -300px; border: 70px solid var(--blush); border-radius: 50%; }
.section-heading { position: relative; display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 60px; margin-bottom: 55px; }
.section-heading h2 em { display: inline; }.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.services-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 200px; padding: 28px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; background: var(--cream); border: 1px solid rgba(164,71,121,.13); border-radius: 25px; transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
.service-card:hover { transform: translateY(-7px); background: #fff; box-shadow: 0 22px 45px rgba(79,33,79,.1); }
.service-card-wide { grid-column: span 2; min-height: 178px; background: linear-gradient(135deg, var(--blush), #fff); }
.service-number { color: var(--rose); font-family: var(--display); font-size: 17px; }
.service-card h3 { max-width: 250px; margin: 52px 0 0; color: var(--wine); font-family: var(--display); font-size: 23px; font-weight: 400; line-height: 1.2; }
.service-card-wide h3 { max-width: 560px; }
.service-flower { position: absolute; top: 28px; right: 28px; width: 34px; height: 34px; opacity: .6; }
.service-flower span { position: absolute; width: 16px; height: 16px; background: var(--rose-soft); border-radius: 14px 4px 14px 4px; transform-origin: 17px 17px; }.service-flower span:nth-child(2){transform:rotate(90deg)}.service-flower span:nth-child(3){transform:rotate(180deg)}.service-flower span:nth-child(4){transform:rotate(270deg)}

.appointment-section { background: #fff; }
.appointment-card { position: relative; padding: 48px 54px; overflow: hidden; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; color: #fff; background: linear-gradient(125deg, var(--wine-deep), var(--plum) 68%, var(--berry)); border-radius: 32px; box-shadow: var(--shadow); }
.appointment-card::after { content: ""; position: absolute; width: 250px; height: 250px; right: -65px; top: -130px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.04), 0 0 0 70px rgba(255,255,255,.03); }
.appointment-icon { width: 68px; height: 68px; display: grid; place-items: center; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 20px; }.appointment-icon svg { width: 32px; fill: none; stroke: #fff; stroke-width: 1.6; }
.section-kicker.light { color: var(--rose-soft); }.appointment-card h2 { color: #fff; font-size: 45px; }.appointment-card p:not(.section-kicker) { margin: 8px 0 0; color: rgba(255,255,255,.72); font-size: 13px; }
.appointment-phone { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2px 14px; }.appointment-phone small { color: var(--rose-soft); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }.appointment-phone strong { grid-column: 1; font-family: var(--display); font-size: 29px; font-weight: 400; }.appointment-phone span { grid-row: 1 / span 2; grid-column: 2; width: 48px; height: 48px; display: grid; place-items: center; background: #fff; color: var(--wine); border-radius: 50%; }

.visit-section { background: linear-gradient(180deg, #fff 0%, var(--blush) 100%); }
.visit-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 22px; }
.schedule-card, .location-card { padding: 52px; border-radius: 32px; }
.schedule-card { background: #fff; border: 1px solid rgba(164,71,121,.13); box-shadow: 0 18px 50px rgba(79,33,79,.07); }
.schedule-card h2 { margin-bottom: 35px; font-size: 52px; }.schedule-card h2 em { display: inline; }
.day-row { padding: 17px 0; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); }.day-row span { color: var(--wine); font-family: var(--display); font-size: 18px; }.day-row strong { color: var(--muted); font-size: 11px; letter-spacing: .05em; text-align: right; }
.location-card { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: linear-gradient(145deg, #7f3b72, var(--wine-deep)); }
.location-card::before { content: ""; position: absolute; width: 360px; height: 360px; top: -150px; right: -140px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.035), 0 0 0 90px rgba(255,255,255,.025); }
.location-pin { position: relative; z-index: 1; width: 74px; height: 74px; margin-bottom: 65px; display: grid; place-items: center; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }.location-pin svg { width: 34px; fill: none; stroke: #fff; stroke-width: 1.5; }
.location-card h2 { position: relative; color: #fff; font-size: 46px; line-height: 1.03; }.location-card address { position: relative; margin: 25px 0; color: rgba(255,255,255,.76); font-style: normal; line-height: 1.7; }
.button-light { position: relative; width: fit-content; color: var(--wine); background: #fff; }

.social-section { background: var(--blush); }
.social-card { padding: 36px 42px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; background: rgba(255,255,255,.75); border: 1px solid #fff; border-radius: 30px; box-shadow: 0 20px 55px rgba(79,33,79,.08); }
.social-icon { width: 74px; height: 74px; display: grid; place-items: center; color: #fff; background: var(--wine); border-radius: 24px; transform: rotate(-5deg); }.social-icon svg { width: 32px; fill: currentColor; }
.social-card .section-kicker { margin-bottom: 8px; }.social-card h2 { font-size: 42px; }.social-card h2 em { display: inline; }.social-card p:not(.section-kicker) { margin: 7px 0 0; color: var(--muted); }

.site-footer { padding: 70px 0 20px; color: rgba(255,255,255,.72); background: var(--wine-deep); }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr .9fr 1.15fr; gap: 45px; padding-bottom: 50px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }.footer-brand img { width: 74px; height: 74px; padding: 4px; object-fit: contain; background: #fff; border-radius: 50%; }.footer-brand div { display: grid; gap: 5px; }.footer-brand strong { color: #fff; font-family: var(--display); font-size: 20px; font-weight: 400; }.footer-brand small { color: var(--rose-soft); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.site-footer h3 { margin: 0 0 18px; color: var(--rose-soft); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }.site-footer p, .site-footer a { margin: 0 0 9px; font-size: 12px; line-height: 1.7; }.site-footer a:hover { color: #fff; }.university { color: var(--rose-soft); font-weight: 800; letter-spacing: .12em; }
.footer-bottom { padding-top: 20px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); }.footer-bottom p { margin: 0; font-size: 11px; }.footer-bottom a { display: flex; align-items: center; gap: 8px; color: #fff; }.footer-bottom svg { transform: rotate(-90deg); }
.floating-call { position: fixed; right: 24px; bottom: 24px; z-index: 900; min-height: 52px; padding: 0 20px; display: flex; align-items: center; gap: 9px; color: #fff; background: linear-gradient(135deg, var(--berry), var(--wine)); border: 1px solid rgba(255,255,255,.4); border-radius: 999px; box-shadow: 0 15px 35px rgba(79,33,79,.3); font-size: 12px; font-weight: 800; transition: transform .25s ease; }.floating-call:hover { transform: translateY(-4px); }.floating-call svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.lightbox { position: fixed; inset: 0; z-index: 1500; padding: 30px; display: grid; place-items: center; visibility: hidden; opacity: 0; background: rgba(35,13,31,.88); backdrop-filter: blur(10px); transition: opacity .25s ease, visibility .25s ease; }
.lightbox.open { visibility: visible; opacity: 1; }.lightbox img { max-width: min(92vw, 720px); max-height: 90vh; border: 8px solid #fff; border-radius: 18px; box-shadow: 0 25px 80px rgba(0,0,0,.35); }.lightbox-close { position: fixed; top: 18px; right: 22px; width: 48px; height: 48px; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 30px; cursor: pointer; }
.reveal { opacity: 1; transform: none; }
.hero-copy { animation: lift-in .7s ease both; }
.hero-visual { animation: lift-in .8s .08s ease both; }
.quick-facts { animation: lift-in .8s .16s ease both; }
@keyframes lift-in { from { transform: translateY(18px); } to { transform: none; } }

@media (max-width: 1040px) {
  .main-nav { gap: 14px; }.main-nav > a { font-size: 12px; }.hero-grid { gap: 35px; }.hero-orbit { width: 410px; height: 410px; }.note-phone { right: 0; }.note-hours { left: 0; }
  .care-grid { gap: 55px; }.footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2 / span 2; }
}

@media (max-width: 860px) {
  .section { padding: 82px 0; }.section-sm { padding: 34px 0 70px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; padding: 120px 28px 40px; flex-direction: column; justify-content: center; gap: 5px; visibility: hidden; opacity: 0; background: rgba(255,249,246,.98); transform: translateY(-15px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; }.main-nav.open { visibility: visible; opacity: 1; transform: none; }.main-nav > a { padding: 11px; color: var(--wine); font-family: var(--display); font-size: 28px; font-weight: 400; }.nav-social { margin-top: 15px; padding: 13px 22px !important; color: #fff !important; font-family: var(--sans) !important; font-size: 13px !important; font-weight: 800 !important; }
  .hero { min-height: auto; padding-top: 130px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { text-align: center; }.eyebrow { justify-content: center; }.hero h1 { margin-inline: auto; }.hero-actions, .hero-meta { justify-content: center; }.hero-visual { min-height: 520px; }.quick-facts { grid-template-columns: 1fr; gap: 0; }.quick-facts > div { padding: 16px 4px; border-right: 0; border-bottom: 1px solid var(--line); }.quick-facts > div:last-child { border-bottom: 0; }
  .care-grid { grid-template-columns: 1fr; }.poster-card { width: min(600px, 100%); margin-inline: auto; }.section-heading { grid-template-columns: 1fr; gap: 22px; }.services-grid { grid-template-columns: repeat(2, 1fr); }
  .appointment-card { grid-template-columns: auto 1fr; }.appointment-phone { grid-column: 2; margin-top: 8px; justify-self: start; }
  .visit-grid { grid-template-columns: 1fr; }.location-card { min-height: 540px; }.social-card { grid-template-columns: auto 1fr; }.social-card .button { grid-column: 2; width: fit-content; }.footer-grid { grid-template-columns: repeat(2, 1fr); }.footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 580px) {
  .container { width: min(100% - 28px, 1160px); }.site-header { padding: 9px 0; }.brand { min-width: 0; gap: 9px; }.brand-mark { width: 48px; height: 48px; }.brand-copy strong { font-size: 15px; }.brand-copy small { font-size: 8px; }
  .hero { padding-top: 118px; }.hero h1 { font-size: clamp(48px, 15vw, 68px); }.hero h1 em { font-size: .88em; }.hero-lead { font-size: 22px; }.hero-actions .button { width: 100%; }.hero-visual { min-height: 455px; }.hero-orbit { width: 335px; height: 335px; }.hero-logo-card { width: 285px; padding: 28px 24px 34px; }.hero-logo-card img { width: 188px; }.hero-logo-card strong { font-size: 24px; }.floating-note { min-width: 174px; padding: 11px 13px; }.note-phone { right: -4px; top: 12%; }.note-hours { left: -4px; bottom: 10%; }.quick-facts { margin-top: 30px; padding: 18px 22px; }
  .care-copy h2, .section-heading h2, .schedule-card h2, .location-card h2, .social-card h2 { font-size: 43px; }.care-line { align-items: flex-start; flex-direction: column; gap: 7px; }.care-line strong { text-align: left; }.care-line-single { align-items: flex-end; }
  .services-grid { grid-template-columns: 1fr; }.service-card, .service-card-wide { grid-column: auto; min-height: 165px; }.service-card h3 { margin-top: 36px; }
  .appointment-card { padding: 38px 28px; grid-template-columns: 1fr; text-align: center; }.appointment-icon { margin-inline: auto; }.appointment-phone { grid-column: 1; justify-self: center; }.appointment-card h2 { font-size: 42px; }
  .schedule-card, .location-card { padding: 38px 26px; }.day-row { align-items: flex-start; flex-direction: column; gap: 7px; }.day-row strong { text-align: left; }.location-card { min-height: 490px; }.location-pin { margin-bottom: 45px; }.location-card h2 { font-size: 40px; }
  .social-card { padding: 32px 26px; grid-template-columns: 1fr; text-align: center; }.social-icon { margin-inline: auto; }.social-card .section-kicker { justify-content: center; }.social-card .button { grid-column: 1; width: 100%; }.footer-grid { grid-template-columns: 1fr; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }.floating-call { right: 14px; bottom: 14px; }.poster-open > span { right: 9px; bottom: 9px; }
}

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