:root {
  --background: #f8f5ef;
  --surface: #fff;
  --surface-soft: #f1ece3;
  --text: #1c1a17;
  --muted: #716b62;
  --accent: #c7a15b;
  --accent-dark: #8a682f;
  --border: #e2dacd;
  --dark: #171713;
  --green: #4f6c45;
  --amber: #9a6d0b;
  --red: #96514b;
  --radius: 1.25rem;
  --serif: "Iowan Old Style", "Palatino Linotype", Baskerville, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 76rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; color: var(--text); background: var(--background); font-family: var(--sans); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(138, 104, 47, .45); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--dark); color: white; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 2.5rem), var(--max)); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 8.5rem) 0; }
.section-title { margin: 0; max-width: 15ch; font: 400 clamp(2.5rem, 5vw, 4.8rem)/.98 var(--serif); letter-spacing: -.04em; }
.section-intro { max-width: 41rem; color: var(--muted); font-size: 1.08rem; }
.eyebrow { color: var(--accent-dark); text-transform: uppercase; letter-spacing: .18em; font-weight: 700; font-size: .76rem; }
.button { min-height: 3.25rem; padding: .75rem 1.35rem; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border: 1px solid var(--accent); background: transparent; color: var(--accent-dark); text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-weight: 750; font-size: .78rem; cursor: pointer; transition: .2s ease; }
.button:hover { background: var(--surface-soft); transform: translateY(-1px); }
.button--primary { background: var(--accent); color: #17130d; }
.button--primary:hover { background: #d4af68; }
.button--dark { color: white; border-color: rgba(255,255,255,.35); }
.button--ghost { border-color: var(--border); color: var(--text); text-transform: none; letter-spacing: 0; font-weight: 650; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(229,222,210,.75); }
.nav { min-height: 6.6rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand-logo { display: block; width: 11.25rem; height: 5.25rem; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: clamp(1.2rem, 2.6vw, 2.5rem); }
.nav-links a:not(.button) { text-decoration: none; font-size: .92rem; }
.nav-links a:not(.button):hover { color: var(--accent-dark); }
.menu-button { display: none; width: 3rem; height: 3rem; border: 1px solid var(--border); background: var(--surface); }

.hero { min-height: min(52rem, 100svh); padding: 9.5rem 0 4rem; display: flex; align-items: center; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(22rem, 1.1fr); align-items: center; gap: clamp(2rem, 6vw, 7rem); }
.hero h1 { margin: 0; max-width: 9ch; font: 400 clamp(4rem, 8vw, 7.6rem)/.86 var(--serif); letter-spacing: -.055em; }
.hero-copy p { max-width: 35rem; margin: 2rem 0; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.hero-media { position: relative; min-height: 37rem; display: grid; place-items: center; }
.hero-media::before { content: ""; position: absolute; width: 83%; aspect-ratio: 1; border: 2.4rem solid rgba(199,161,91,.16); border-left-color: rgba(199,161,91,.65); border-radius: 50%; transform: rotate(-18deg); }
.hero-media img { position: relative; width: 80%; height: 35rem; object-fit: cover; object-position: 64% center; border-radius: 48% 48% 1rem 1rem; filter: saturate(.82) contrast(.97); }
.hero-caption { position: absolute; right: 0; bottom: 1.5rem; max-width: 14rem; padding: 1.2rem; background: rgba(248,245,239,.94); border-left: 2px solid var(--accent); font: italic 1.25rem/1.2 var(--serif); }

.services { background: var(--surface); }
.services-header { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 4rem; }
.service-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); }
.service { padding: 2.5rem 1.75rem 0 0; }
.service + .service { padding-left: 1.75rem; border-left: 1px solid var(--border); }
.service-icon { width: 3.5rem; height: 3.5rem; display: grid; place-items: center; margin-bottom: 2rem; color: var(--accent-dark); border: 1px solid var(--accent); border-radius: 50%; font: 400 1.6rem var(--serif); }
.service h3 { margin: 0 0 1rem; font: 400 1.75rem/1.1 var(--serif); }
.service p { min-height: 9.5rem; margin: 0 0 1.4rem; color: var(--muted); font-size: .94rem; }
.text-link { color: var(--accent-dark); text-underline-offset: .35rem; }

.about-grid { display: grid; grid-template-columns: minmax(19rem,.86fr) 1.14fr; gap: clamp(3rem,8vw,8rem); align-items: center; }
.about-media { position: relative; }
.about-media::after { content: ""; position: absolute; inset: 1.5rem -1.5rem -1.5rem 1.5rem; border: 1px solid var(--accent); z-index: -1; }
.about-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 58% center; filter: saturate(.88) contrast(.98); }
.about-copy p { margin: 2rem 0 0; max-width: 40rem; color: var(--muted); font-size: 1.12rem; }
.verified-note { display: inline-flex; align-items: center; gap: .6rem; padding-top: 1.4rem; font-size: .85rem; color: var(--muted); }
.verified-note::before { content: ""; width: 2rem; height: 1px; background: var(--accent); }

.process { background: var(--surface); }
.process .section-title { margin-inline: auto; text-align: center; }
.timeline { margin-top: 4rem; display: grid; grid-template-columns: repeat(4,1fr); }
.step { position: relative; text-align: center; padding: 0 1rem; }
.step:not(:last-child)::after { content: ""; position: absolute; left: calc(50% + 2.4rem); right: calc(-50% + 2.4rem); top: 1.55rem; height: 1px; background: var(--accent); }
.step-number { position: relative; z-index: 1; width: 3.1rem; height: 3.1rem; display: grid; place-items: center; margin: 0 auto 1.4rem; background: var(--surface); border: 1px solid var(--accent); border-radius: 50%; font: 1.35rem var(--serif); }
.step h3 { margin: 0; font-size: 1rem; }

.booking-cta { background: var(--dark); color: white; }
.booking-cta-inner { min-height: 18rem; display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.booking-cta h2 { margin: 0; max-width: 17ch; font: 400 clamp(2.6rem,5vw,5rem)/1 var(--serif); }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(3rem,7vw,7rem); }
.contact-list { list-style: none; padding: 0; margin: 2rem 0; }
.contact-list li { display: flex; gap: 1rem; padding: .65rem 0; color: var(--muted); }
.contact-list li::before { content: "—"; color: var(--accent-dark); }
.contact-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.map-shell { min-height: 19rem; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--border); background: linear-gradient(135deg, #e9e4da, #f5f2eb); }
.map-shell iframe { width: 100%; height: 19rem; border: 0; filter: grayscale(.7) sepia(.12); }
.map-placeholder { border: 0; background: transparent; color: var(--text); cursor: pointer; text-align: center; }
.map-pin { width: 3.6rem; height: 3.6rem; display: grid; place-items: center; margin: 0 auto 1rem; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--accent); }
.map-pin span { transform: rotate(45deg); font-weight: 800; }

.site-footer { padding: 3rem 0; border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.5fr 1fr; align-items: center; gap: 2rem; }
.footer-logo { width: 8rem; height: 8rem; aspect-ratio: 1; object-fit: contain; }
.footer-nav { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
.footer-nav a { color: var(--muted); text-decoration: none; font-size: .84rem; }
.copyright { text-align: right; color: var(--muted); font-size: .8rem; }
.sticky-booking { position: fixed; z-index: 30; right: 1rem; bottom: 1rem; display: none; box-shadow: 0 .6rem 2rem rgba(28,26,23,.2); }
.sticky-booking[data-visible] { display: inline-flex; }

.subpage { min-height: 100svh; background: var(--background); }
.subpage-header { position: static; background: var(--background); }
.subpage-main { padding: 4rem 0 6rem; }
.page-heading { margin-bottom: 3rem; }
.page-heading h1 { margin: 0; font: 400 clamp(3.5rem,7vw,6.5rem)/.95 var(--serif); letter-spacing: -.045em; }
.page-heading p { color: var(--muted); max-width: 44rem; }

.booking-progress { display: grid; grid-template-columns: repeat(4,1fr); margin-bottom: 2rem; }
.progress-step { display: flex; align-items: center; gap: .7rem; color: var(--muted); font-size: .85rem; }
.progress-step::after { content: ""; height: 1px; flex: 1; background: var(--border); }
.progress-step:last-child::after { display: none; }
.progress-index { width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: var(--surface); }
.progress-step[data-active] { color: var(--accent-dark); font-weight: 750; }
.progress-step[data-active] .progress-index { background: var(--accent); color: var(--text); border-color: var(--accent); }
.booking-panel { padding: clamp(1.5rem,4vw,3rem); background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); }
.booking-panel h2 { margin-top: 0; font: 400 2.4rem var(--serif); }
.booking-step[hidden] { display: none; }
.therapy-options { display: grid; grid-template-columns: repeat(2,1fr); gap: .75rem; }
.choice { position: relative; display: block; padding: 1.4rem; border: 1px solid var(--border); cursor: pointer; }
.choice:has(input:checked) { border-color: var(--accent); background: #fcfaf6; box-shadow: inset 4px 0 var(--accent); }
.choice input { position: absolute; opacity: 0; }
.choice strong { display: block; font: 400 1.45rem var(--serif); }
.choice span { color: var(--muted); font-size: .88rem; }
.choice small { display: block; margin-top: .8rem; color: var(--accent-dark); font-weight: 750; }
.step-actions { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; }
.calendar-layout { display: grid; grid-template-columns: minmax(0,1fr) 18rem; gap: 2rem; }
.calendar-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.calendar-header button { width: 2.75rem; height: 2.75rem; border: 1px solid var(--border); background: white; cursor: pointer; }
.calendar-header h3 { margin: 0; font-size: 1rem; }
.calendar-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: .35rem; }
.weekday { text-align: center; color: var(--muted); font-size: .72rem; text-transform: uppercase; }
.day { min-height: 4rem; padding: .45rem; border: 1px solid transparent; background: #edf2e9; cursor: pointer; text-align: left; }
.day small { display: block; margin-top: .3rem; font-size: .62rem; }
.day:hover:not(:disabled), .day[data-selected] { border-color: var(--accent-dark); }
.day[data-state="limited"] { background: #faf0ca; }
.day[data-state="full"] { background: #f3d9d6; }
.day[data-state="unavailable"], .day:disabled { background: #efefed; color: #8c8983; cursor: not-allowed; }
.day[data-outside] { opacity: .35; }
.legend { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1rem; font-size: .76rem; }
.legend span::before { content: ""; display: inline-block; width: .7rem; height: .7rem; margin-right: .35rem; border-radius: 50%; background: var(--legend); }
.times { align-self: start; padding: 1.5rem; background: var(--surface-soft); }
.time-list { display: grid; grid-template-columns: repeat(2,1fr); gap: .5rem; }
.time { min-height: 2.75rem; border: 1px solid var(--accent); background: white; cursor: pointer; }
.time:disabled { border-color: var(--border); color: #8c8983; text-decoration: line-through; cursor: not-allowed; }
.time[data-selected] { background: var(--accent); font-weight: 750; }
.time small { display: block; font-size: .62rem; font-weight: 500; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.25rem; }
.field { display: grid; gap: .4rem; }
.field--full { grid-column: 1/-1; }
.field label { font-weight: 700; font-size: .85rem; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--border); border-radius: 0; background: white; padding: .85rem; min-height: 3.25rem; }
.field textarea { min-height: 8rem; resize: vertical; }
.consent { display: flex; align-items: start; gap: .65rem; margin-top: 1.25rem; color: var(--muted); font-size: .85rem; }
.summary { display: grid; grid-template-columns: repeat(2,1fr); gap: 0; margin: 0; border-top: 1px solid var(--border); }
.summary div { padding: 1rem; border-bottom: 1px solid var(--border); }
.summary dt { color: var(--muted); font-size: .78rem; }
.summary dd { margin: .25rem 0 0; font-weight: 700; }
.notice { padding: 1rem; border-left: 3px solid var(--accent); background: var(--surface-soft); color: var(--muted); font-size: .88rem; }
.error { color: var(--red); font-weight: 700; }
.success { text-align: center; padding: 2rem 0; }
.success-mark { width: 5rem; height: 5rem; display: grid; place-items: center; margin: 0 auto 1.5rem; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-size: 2rem; }

.admin-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.admin-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 1.5rem; }
.admin-card { background: var(--surface); border: 1px solid var(--border); padding: 1.5rem; }
.admin-card h2 { margin-top: 0; font: 400 2rem var(--serif); }
.booking-row { display: grid; grid-template-columns: 7rem 1fr auto; gap: 1rem; align-items: center; padding: 1rem 0; border-top: 1px solid var(--border); }
.booking-row time { color: var(--accent-dark); font-weight: 800; }
.booking-row p { margin: 0; }
.booking-row small { color: var(--muted); }
.empty-state { color: var(--muted); padding: 2rem 0; }
.day-chips { display: flex; flex-wrap: wrap; gap: .4rem; }
.day-chip { border: 1px solid var(--border); background: white; padding: .55rem .75rem; cursor: pointer; }
.day-chip[data-active] { background: var(--accent); border-color: var(--accent); }
.service-admin { margin-top: 1.5rem; }
.service-admin > div:first-child { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.5rem; }
.service-admin .section-intro { margin: 0; }
.service-settings { display: grid; gap: .6rem; margin-bottom: 1.25rem; }
.service-setting-row { display: grid; grid-template-columns: minmax(12rem, 1.5fr) minmax(8rem,.8fr) minmax(8rem,.8fr) auto; align-items: end; gap: 1rem; margin: 0; padding: 1rem 0; border: 0; border-top: 1px solid var(--border); }
.service-setting-row legend { float: left; width: 100%; font: 400 1.35rem var(--serif); }
.service-setting-row label { display: grid; gap: .3rem; font-size: .75rem; font-weight: 700; }
.service-setting-row input[type="number"] { width: 100%; min-height: 2.75rem; padding: .6rem; border: 1px solid var(--border); background: white; }
.service-group { grid-column: 1; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.service-active { grid-row: 1 / span 2; grid-column: 4; align-self: center; display: flex !important; grid-auto-flow: column; align-items: center; white-space: nowrap; }
.save-status { display: inline-block; margin-left: 1rem; color: var(--green); font-weight: 700; }
.admin-nav-actions { display: flex; align-items: center; gap: .65rem; }

.auth-page { min-height: 100svh; display: grid; place-items: center; padding: 1.5rem; background: radial-gradient(circle at 78% 18%, rgba(199,161,91,.16), transparent 28rem), var(--background); }
.auth-shell { width: min(100%, 31rem); }
.auth-logo { width: 11rem; height: 6rem; object-fit: contain; margin: 0 auto 2rem; }
.auth-card { padding: clamp(1.5rem,6vw,3rem); border: 1px solid var(--border); background: rgba(255,255,255,.92); box-shadow: 0 2rem 5rem rgba(28,26,23,.08); }
.auth-card .eyebrow { margin: 0 0 .75rem; }
.auth-card h1 { margin: 0; font: 400 clamp(2.6rem,9vw,4.3rem)/.95 var(--serif); letter-spacing: -.04em; }
.auth-intro { margin: 1rem 0 2rem; color: var(--muted); }
.auth-form { display: grid; gap: 1rem; }
.auth-form .button { width: 100%; margin-top: .5rem; }
.auth-error { margin: 0; padding: .8rem 1rem; border-left: 3px solid var(--red); background: #f8ecea; color: var(--red); font-weight: 700; }
.auth-back { display: block; margin-top: 1.25rem; color: var(--muted); text-align: center; font-size: .85rem; }

.detail-nav { display: flex; align-items: center; gap: 1.5rem; }
.detail-nav > a:not(.button) { color: var(--muted); text-decoration: none; }
.detail-hero { padding: clamp(4rem,8vw,8rem) 0; overflow: hidden; }
.detail-hero-grid { min-height: 28rem; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(14rem,.8fr); align-items: center; gap: clamp(3rem,8vw,8rem); }
.detail-hero h1 { margin: .7rem 0 1.5rem; max-width: 13ch; font: 400 clamp(3.8rem,8vw,7.2rem)/.9 var(--serif); letter-spacing: -.05em; }
.detail-lead { max-width: 46rem; color: var(--muted); font-size: 1.18rem; }
.detail-symbol { width: min(24rem,70vw); aspect-ratio: 1; display: grid; place-items: center; justify-self: center; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent-dark); font: 400 clamp(3rem,8vw,6rem)/.8 var(--serif); text-align: center; background: radial-gradient(circle,white 0 42%,transparent 43%); }
.detail-actions { display: flex; align-items: center; gap: 1.25rem; margin-top: 2rem; }
.detail-actions span { max-width: 23rem; color: var(--muted); font-size: .8rem; }
.services-detail { background: var(--surface); }
.procedure-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 0; margin-top: 4rem; border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.procedure-card { min-height: 27rem; padding: clamp(1.5rem,4vw,3rem); border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); display: flex; flex-direction: column; align-items: start; }
.procedure-number { color: var(--accent-dark); font-size: .75rem; letter-spacing: .16em; }
.procedure-card h3 { margin: 2rem 0 1rem; font: 400 clamp(2rem,4vw,3rem)/1 var(--serif); }
.procedure-card p { color: var(--muted); }
.procedure-card .procedure-note { margin-top: auto; padding-top: 1rem; font-size: .85rem; }
.procedure-card .button { margin-top: 1.25rem; }
.detail-notice { margin-top: 2rem; }
.detail-copy-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem,8vw,8rem); }
.detail-copy { max-width: 44rem; color: var(--muted); font-size: 1.08rem; }

@media (max-width: 900px) {
  .menu-button { display: grid; place-items: center; }
  .nav { min-height: 5.5rem; }
  .brand-logo { width: 8.5rem; height: 4rem; }
  .nav-links { display: none; position: absolute; top: 5.5rem; left: 0; right: 0; padding: 1.5rem; background: var(--background); border-bottom: 1px solid var(--border); flex-direction: column; align-items: stretch; }
  .nav-links[data-open] { display: flex; }
  .hero { padding-top: 7.5rem; }
  .hero-grid, .about-grid, .contact-grid, .calendar-layout, .admin-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(3.75rem,13vw,6rem); }
  .hero-media { min-height: 28rem; }
  .hero-media img { height: 26rem; }
  .service-list { grid-template-columns: repeat(2,1fr); }
  .service:nth-child(3) { border-left: 0; }
  .service:nth-child(n+3) { border-top: 1px solid var(--border); padding-top: 2rem; margin-top: 2rem; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-logo { margin-inline: auto; }
  .copyright { text-align: center; }
  .service-setting-row { grid-template-columns: repeat(2,1fr); }
  .service-setting-row legend, .service-group { grid-column: 1/-1; }
  .service-active { grid-row: auto; grid-column: 1/-1; }
  .detail-hero-grid, .detail-copy-grid { grid-template-columns: 1fr; }
  .detail-symbol { width: 15rem; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 1.5rem), var(--max)); }
  .section { padding: 4.5rem 0; }
  .hero { min-height: auto; }
  .hero-grid { gap: 2rem; }
  .hero h1 { font-size: 3.7rem; }
  .hero-media { min-height: 22rem; }
  .hero-media img { width: 88%; height: 21rem; }
  .hero-caption { right: .4rem; bottom: 0; }
  .services-header, .booking-cta-inner { align-items: start; flex-direction: column; }
  .service-list, .therapy-options, .form-grid { grid-template-columns: 1fr; }
  .service + .service { border-left: 0; }
  .service:nth-child(n+2) { border-top: 1px solid var(--border); padding: 2rem 0 0; margin-top: 2rem; }
  .service p { min-height: auto; }
  .timeline { grid-template-columns: 1fr; gap: 0; }
  .step { display: grid; grid-template-columns: 3.5rem 1fr; text-align: left; align-items: center; min-height: 6.5rem; }
  .step-number { margin: 0; }
  .step:not(:last-child)::after { left: 1.55rem; right: auto; top: 4.7rem; bottom: -.9rem; width: 1px; height: auto; }
  .booking-progress { overflow: visible; gap: .25rem; }
  .progress-step { min-width: 0; display: grid; justify-items: center; text-align: center; font-size: .68rem; }
  .progress-step::after { display: none; }
  .calendar-grid { gap: .2rem; }
  .day { min-height: 3.25rem; padding: .3rem; font-size: .78rem; }
  .day small { font-size: 0; }
  .day small::before { content: attr(data-short); font-size: .55rem; }
  .form-grid .field--full { grid-column: auto; }
  .summary { grid-template-columns: 1fr; }
  .booking-row { grid-template-columns: 5.5rem 1fr; }
  .booking-row .button { grid-column: 1/-1; }
  .sticky-booking { left: 1rem; right: 1rem; }
  .detail-nav > a:not(.button) { display: none; }
  .detail-hero { padding: 3rem 0 4rem; }
  .detail-hero-grid { min-height: auto; gap: 2.5rem; }
  .detail-hero h1 { font-size: 3.7rem; }
  .detail-actions { align-items: start; flex-direction: column; }
  .procedure-grid { grid-template-columns: 1fr; }
  .procedure-card { min-height: auto; }
  .service-admin > div:first-child { align-items: start; flex-direction: column; }
  .service-setting-row { grid-template-columns: 1fr; }
  .service-setting-row legend, .service-group, .service-active { grid-column: 1; }
  .save-status { display: block; margin: .75rem 0 0; }
  .admin-nav-actions { gap: .35rem; }
  .admin-nav-actions .button { min-height: 2.75rem; padding: .55rem .7rem; font-size: .7rem; }
}

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