button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .6; }
.quote-submit {
  display: inline-flex;
  width: fit-content;
  min-height: 2.75rem !important;
  align-items: center;
  justify-content: center;
  justify-self: start;
  gap: .5rem;
  padding: .7rem 1rem;
}
.quote-submit svg { width: 1rem; height: 1rem; flex: 0 0 auto; }
dialog { margin: auto; }
dialog::backdrop { background: rgba(25, 16, 20, .72); backdrop-filter: blur(8px); }
.cookie-banner:not([open]),
.lightbox-dialog:not([open]) { display: none !important; }
.cookie-banner[open] { display: grid; }
.lightbox-dialog[open] { display: block !important; }
.dialog-close { position: absolute; z-index: 3; top: 1rem; right: 1rem; display: grid; width: 2.75rem; height: 2.75rem; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; color: white; background: rgba(20,12,16,.6); }
.dialog-close svg { width: 1.25rem; height: 1.25rem; }
.quote-consent input[type='checkbox'] { width: 1.25rem; height: 1.25rem; flex: 0 0 auto; accent-color: var(--primary); }
.admin-button { display: inline-flex; min-height: 2.55rem; align-items: center; justify-content: center; gap: .45rem; padding: .65rem 1rem; border: 1px solid color-mix(in srgb, var(--primary) 25%, transparent); border-radius: .85rem; color: var(--primary-foreground); background: var(--primary); font-weight: 700; transition: transform .18s ease, opacity .18s ease, background .18s ease; }
.admin-button:hover:not(:disabled) { transform: translateY(-1px); }
.admin-actions .admin-button:last-child:not(:only-child) { color: #9b263b; border-color: #e8b8c1; background: #fff1f3; }
.admin-tab-list button.active { color: var(--primary-foreground); background: var(--primary); }
.admin-label input[type='checkbox'] {
  width: 2.5rem;
  height: 1.35rem;
  min-height: 1.35rem !important;
  margin: 0;
  padding: 0;
  border: 1px solid #c9a6b3;
  border-radius: 999px;
  appearance: none;
  background: #eee4df;
  box-shadow: none;
  cursor: pointer;
  accent-color: var(--primary);
  transition: background .18s ease, border-color .18s ease;
}
.admin-label input[type='checkbox']::after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  margin: .1rem;
  border-radius: 50%;
  background: #fffaf7;
  box-shadow: 0 1px 3px rgba(67, 43, 52, .22);
  transition: transform .18s ease;
}
.admin-label input[type='checkbox']:checked {
  border-color: var(--primary);
  background: var(--primary);
}
.admin-label input[type='checkbox']:checked::after { transform: translateX(1.15rem); }
.admin-label input[type='checkbox']:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--primary) 28%, transparent);
  outline-offset: 2px;
}
.admin-toggle-row .admin-label {
  display: inline-flex;
  width: auto;
  align-items: center;
  gap: .6rem;
}
.admin-toggle-row .admin-label > span {
  display: inline-flex;
  width: auto;
  justify-content: flex-start;
}
.admin-card-fields > .admin-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .65rem;
  margin-top: .15rem;
}
.admin-card-fields > .admin-actions .admin-button {
  flex: 0 0 auto;
  min-width: 5.75rem;
  min-height: 2.75rem;
  padding: .65rem 1rem;
  white-space: nowrap;
}
.service-fields + .admin-actions,
.admin-toggle-row + .admin-actions {
  margin-top: .7rem;
}
.admin-panel input, .admin-panel select, .admin-panel textarea, .admin-login-card input { width: 100%; border: 1px solid var(--border); border-radius: .75rem; color: var(--foreground); background: var(--background); }
.admin-panel input, .admin-panel select, .admin-login-card input { min-height: 2.75rem; padding: 0 .8rem; }
.admin-panel .upload-zone input[type='file'] { position: absolute; width: 1px; height: 1px; min-height: 0; padding: 0; opacity: 0; overflow: hidden; }
.admin-panel textarea { padding: .7rem .8rem; resize: vertical; }
.admin-login-form button { position: relative; display: inline-flex; width: 100%; align-items: center; justify-content: center; gap: .5rem; border-radius: .85rem; color: var(--primary-foreground); text-align: center; background: var(--primary); }
.admin-login-form button svg { position: absolute; right: 1rem; }
.admin-login-form button svg { width: 1.1rem; height: 1.1rem; }
.promotion-preview { margin-bottom: 1.5rem; padding: 1.5rem; border-radius: 1rem; color: #fffaf7; background: linear-gradient(135deg, #6f3d50, #b06b82); }
.promotion-preview h3 { margin: .35rem 0; font-family: var(--font-display); font-size: 2rem; }
.service-editor + .service-editor { margin-top: 1.25rem; }
.package-editor { margin-top: 1.5rem; }
.package-editor-card { padding: 1rem 0; border-top: 1px solid var(--border); }
.package-editor-grid { display: grid; gap: 1rem; }
.admin-sidebar-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.admin-sidebar-header p { color: #a9919a; letter-spacing: .17em; text-transform: uppercase; margin-top: .1rem; font-size: .62rem; }
.admin-menu-toggle { display: none; width: 2.75rem; height: 2.75rem; flex: 0 0 auto; place-content: center; gap: .28rem; padding: .65rem; border: 1px solid rgba(255,255,255,.2); border-radius: .8rem; color: #fff; background: rgba(255,255,255,.08); }
.admin-menu-toggle span { display: block; width: 1.2rem; height: 2px; border-radius: 999px; background: currentColor; transition: transform .18s ease, opacity .18s ease; }
.admin-sidebar.is-open .admin-menu-toggle span:nth-child(1) { transform: translateY(.39rem) rotate(45deg); }
.admin-sidebar.is-open .admin-menu-toggle span:nth-child(2) { opacity: 0; }
.admin-sidebar.is-open .admin-menu-toggle span:nth-child(3) { transform: translateY(-.39rem) rotate(-45deg); }
.admin-menu-panel { display: flex; min-height: calc(100vh - 7rem); flex-direction: column; }
.admin-sidebar .admin-user > svg { width: 2.4rem; height: 2.4rem; flex: 0 0 auto; padding: .55rem; border-radius: 50%; color: #35242b; background: #ddb0c0; }
.admin-sidebar .admin-user > span { display: block; width: auto; height: auto; color: inherit; background: transparent; border-radius: 0; }
.admin-navigation { margin-top: 1.5rem; }
.admin-navigation > div { display: grid; gap: .4rem; }
.admin-navigation button { display: flex; width: 100%; min-height: 2.85rem; align-items: center; justify-content: space-between; gap: .75rem; padding: .7rem .85rem; border: 1px solid transparent; border-radius: .8rem; color: #d7c2ca; text-align: left; background: transparent; font-size: .76rem; font-weight: 700; transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease; }
.admin-navigation button:hover { color: #fff; background: rgba(255,255,255,.07); transform: translateX(2px); }
.admin-navigation button.active { color: #302128; border-color: #e7c9d3; background: #f7e7ec; }
.admin-navigation button:focus-visible, .admin-menu-toggle:focus-visible { outline: 3px solid #e3aabd; outline-offset: 2px; }
.admin-menu-count { display: grid; min-width: 1.35rem; height: 1.35rem; place-items: center; padding-inline: .3rem; border-radius: 999px; color: #fff; background: #a54866; font-size: .62rem; font-weight: 800; }
.admin-navigation button.active .admin-menu-count { background: #6f3d50; }
.admin-sidebar .admin-sidebar-links { margin-top: auto; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.1); }
@media (min-width: 760px) { .package-editor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1120px) {
  .admin-sidebar { display: flex; flex-direction: column; }
  .admin-menu-panel { flex: 1; }
}
@media (max-width: 1119px) {
  .admin-sidebar { position: sticky; z-index: 40; top: 0; padding: .9rem 1.2rem; box-shadow: 0 .75rem 2rem rgba(27,16,21,.2); }
  .admin-sidebar-header { align-items: center; }
  .admin-sidebar-header .admin-logo { font-size: 1.7rem; }
  .admin-menu-toggle { display: grid; }
  .admin-menu-panel { display: none; min-height: 0; max-height: calc(100vh - 5.2rem); overflow-y: auto; padding-top: 1rem; }
  .admin-sidebar.is-open .admin-menu-panel { display: grid; }
  .admin-sidebar .admin-user { margin-top: 0; }
  .admin-navigation { margin-top: .85rem; }
  .admin-sidebar .admin-sidebar-links { margin-top: 1rem; }
}
@media (max-width: 640px) {
  .filter-row button,
  .gallery-stage-caption button,
  .package-card a,
  .footer-actions button,
  .footer-actions a,
  .quote-consent {
    min-height: 2.75rem;
    align-items: center;
  }
  .filter-row button,
  .gallery-stage-caption button,
  .package-card a,
  .footer-actions button,
  .footer-actions a { display: inline-flex; }
}

/* Detailed services, stories and availability */
.home-nav, .detail-nav { position: absolute; z-index: 5; top: 0; left: 0; display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.5rem clamp(1.2rem, 5vw, 5rem); color: #fffaf7; }
.home-nav { z-index: 200; pointer-events: none; }
.home-nav > a, .detail-logo { font-family: var(--font-display); font-size: 1.65rem; letter-spacing: -.04em; }
.home-nav > a, .home-nav > div { pointer-events: auto; }
.home-nav em, .detail-logo em { font-weight: 400; }
.home-nav > div, .detail-nav > div { display: flex; align-items: center; gap: clamp(.9rem, 2vw, 2rem); font-size: .7rem; font-weight: 750; letter-spacing: .05em; }
.home-nav > div { position: fixed; z-index: 30; top: 2.15rem; right: clamp(1.2rem, 5vw, 5rem); isolation: isolate; }
.home-nav > div::before { content: ''; position: absolute; z-index: -1; inset: -.7rem -1rem; pointer-events: none; border: 1px solid transparent; border-radius: 999px; background: rgba(18,15,16,0); box-shadow: 0 12px 32px rgba(12,9,10,0); backdrop-filter: blur(0); transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, backdrop-filter .22s ease; }
.home-nav.is-over-content > div::before { border-color: rgba(255,255,255,.18); background: rgba(18,15,16,.78); box-shadow: 0 12px 32px rgba(12,9,10,.2); backdrop-filter: blur(12px); }
.home-nav > div a:focus-visible { outline: 2px solid #fff; outline-offset: .42rem; border-radius: .15rem; }
.detail-nav { position: relative; color: var(--foreground); background: #f7f0ec; border-bottom: 1px solid var(--border); }
.detail-page { min-height: 100vh; background: var(--background); }
.detail-hero, .story-hero { position: relative; min-height: min(78vh, 52rem); display: grid; align-items: end; overflow: hidden; background: #3c2932; color: #fffaf7; }
.detail-hero > img, .story-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .68; }
.detail-hero::after, .story-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28,17,23,.08), rgba(28,17,23,.78)); }
.detail-hero > div, .story-hero > div { position: relative; z-index: 1; width: min(65rem, 100%); padding: clamp(3rem, 8vw, 7rem) clamp(1.25rem, 7vw, 7rem); }
.detail-hero h1, .story-hero h1, .index-hero h1 { max-width: 13ch; margin: .5rem 0 1rem; font-family: var(--font-display); font-size: clamp(3.5rem, 9vw, 8rem); font-weight: 450; line-height: .86; letter-spacing: -.055em; }
.detail-hero > div > p:not(.eyebrow), .story-hero > div > p:not(.eyebrow) { max-width: 42rem; margin-bottom: 1.5rem; font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.65; }
.detail-copy { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(2rem, 7vw, 8rem); }
.detail-copy h2, .stories-section h2, .story-cta h2 { font-family: var(--font-display); font-size: clamp(2.8rem, 6vw, 5.5rem); font-weight: 450; line-height: .94; letter-spacing: -.045em; }
.detail-copy > div:last-child { display: grid; align-content: start; gap: 1rem; color: var(--muted-foreground); line-height: 1.75; }
.story-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.25rem; }
.story-card { overflow: hidden; border: 1px solid var(--border); border-radius: 1.25rem; background: #fffaf7; }
.story-card > a { display: block; aspect-ratio: 4/3; overflow: hidden; }
.story-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.story-card:hover img { transform: scale(1.025); }
.story-card > div { padding: 1.25rem; }
.story-card h3 { margin: .35rem 0 .65rem; font-family: var(--font-display); font-size: 2rem; line-height: 1; }
.story-card > div > p:not(.eyebrow) { min-height: 3.4em; color: var(--muted-foreground); font-size: .82rem; line-height: 1.65; }
.story-card .text-link { margin-top: 1rem; }
.index-hero { padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 7vw, 7rem); background: #f4e9e6; }
.index-hero > p { max-width: 45rem; color: var(--muted-foreground); line-height: 1.7; }
.story-meta { display: flex; flex-wrap: wrap; gap: .75rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; }
.story-meta > * { padding: .45rem .7rem; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; }
.story-narrative { max-width: 58rem; display: grid; gap: 1rem; color: var(--muted-foreground); font-size: 1.02rem; line-height: 1.8; }
.story-photo-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(.5rem, 1.5vw, 1.2rem); padding: 0 clamp(.5rem, 2vw, 2rem) clamp(4rem, 9vw, 9rem); }
.story-photo { position: relative; aspect-ratio: 4/5; overflow: hidden; cursor: zoom-in; background: var(--muted); }
.story-photo.wide { grid-column: 1/-1; aspect-ratio: 16/9; }
.story-photo img { width: 100%; height: 100%; object-fit: cover; }
.story-photo span { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; color: #fff; text-align: left; text-shadow: 0 2px 12px #000; }
.story-cta { padding: clamp(4rem, 9vw, 9rem) clamp(1.25rem, 7vw, 7rem); color: #fffaf7; background: #6f3d50; }
.story-cta h2 { max-width: 14ch; margin: .5rem 0 1.5rem; }
.empty-story { min-height: 24rem; display: grid; place-content: center; text-align: center; }
.empty-story h2 { font-family: var(--font-display); font-size: 2.7rem; }

.availability-picker { grid-column: 1/-1; display: grid; gap: 1rem; padding: 1.2rem; border: 1px solid var(--border); border-radius: 1rem; background: rgba(255,250,247,.68); box-shadow: 0 .8rem 2rem rgba(72,42,53,.06); }
.availability-heading { display: grid; gap: .25rem; }
.availability-heading strong { font-family: var(--font-display); font-size: 1.45rem; font-weight: 500; }
.availability-heading span, .availability-note { color: var(--muted-foreground); font-size: .72rem; line-height: 1.55; }
.availability-calendar { width: 100%; max-width: 36rem; }
.calendar-toolbar { display: grid; grid-template-columns: 2.5rem 1fr 2.5rem; align-items: center; gap: .5rem; margin-bottom: .75rem; }
.calendar-toolbar strong { min-width: 0; color: var(--foreground); text-align: center; text-transform: capitalize; white-space: nowrap; font-size: clamp(.78rem,3.5vw,1rem); }
.calendar-toolbar button { display: grid; width: 2.5rem; height: 2.5rem; place-items: center; border: 1px solid #cfbdc4; border-radius: 50%; color: #553441; background: #fffaf7; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.calendar-toolbar button:hover { border-color: #a54866; background: #f7e7ec; transform: translateY(-1px); }
.calendar-toolbar button:focus-visible, .calendar-grid button:focus-visible { outline: 3px solid rgba(165,72,102,.34); outline-offset: 2px; }
.calendar-toolbar svg { width: 1rem; }
.calendar-weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: .3rem; }
.calendar-weekdays { margin-bottom: .35rem; color: #6d5b62; text-align: center; font-size: .65rem; font-weight: 800; }
.calendar-grid button, .calendar-empty { aspect-ratio: 1; min-width: 0; display: grid; place-items: center; border-radius: .55rem; font-size: .75rem; }
.calendar-grid button { border: 1px solid #e0d4d8; color: #5f5056; background: #f1eae8; }
.calendar-grid button:disabled { color: #817278; opacity: 1; }
.calendar-grid button.available { color: #4a2836; border-color: #d7a8b8; background: #f7e7ec; font-weight: 800; }
.calendar-grid button.available:hover { border-color: #a54866; background: #efd0da; }
.calendar-grid button.selected { color: #fff; border-color: #783a51; background: #a54866; box-shadow: 0 0 0 3px rgba(165,72,102,.22); }

.breadcrumbs { padding: 1rem clamp(1.25rem, 7vw, 7rem); font-size: .875rem; line-height: 1.6; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; margin: 0; padding: 0; }
.breadcrumbs li + li::before { content: '/'; margin-right: .5rem; color: var(--muted-foreground); }
.breadcrumbs a, .local-faq a { text-decoration: underline; text-underline-offset: .2em; }
.local-services { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.local-services article { padding-block: 1.5rem; border-top: 1px solid var(--border); }
.local-services h3, .local-faq h3, .service-location h2 { font-family: var(--font-display); font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 500; line-height: 1.15; }
.local-services p, .local-faq p, .service-location p { max-width: 65ch; margin-block: 1rem; color: var(--muted-foreground); font-size: 1rem; line-height: 1.75; }
.local-services .text-link, .service-location .text-link { font-size: .875rem; }
.local-faq { max-width: 65rem; margin-top: 3rem; }
.local-faq h3 { margin-bottom: 1rem; }
.local-faq details { padding-block: 1rem; border-bottom: 1px solid var(--border); }
.local-faq summary { cursor: pointer; font-size: 1rem; font-weight: 600; line-height: 1.6; }
.local-faq summary:focus-visible, .local-services a:focus-visible, .breadcrumbs a:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.footer-services { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; padding: 1.5rem clamp(1.25rem, 7vw, 7rem); border-top: 1px solid var(--border); font-size: .875rem; line-height: 1.6; }
@media (max-width: 640px) { .local-services { grid-template-columns: 1fr; gap: .5rem; } }

/* Admin workflows */
.request-filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1rem; }
.request-filters button { padding: .55rem .8rem; border: 1px solid var(--border); border-radius: 999px; font-size: .68rem; font-weight: 750; }
.request-filters button.active { color: #fff; border-color: #7d4057; background: #7d4057; }
.quote-request-card { grid-template-columns: minmax(15rem,.8fr) minmax(20rem,1.2fr); align-items: start; }
.request-editor { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .75rem; }
.request-editor > .admin-label:nth-child(4), .request-editor > .admin-actions { grid-column: 1/-1; }
.has-overdue-reminder { border-color: #ca765f; box-shadow: inset 3px 0 #c35742; }
.overdue-label { color: #a13b2d; }
.slot-list { display: grid; gap: .75rem; }
.slot-card { display: grid; grid-template-columns: minmax(12rem,.65fr) minmax(25rem,1.35fr) auto; align-items: end; gap: 1rem; padding: 1rem; border: 1px solid var(--border); border-radius: 1rem; background: #fffaf7; }
.slot-card.is-booked { background: #f1e5e8; }
.slot-card > div:first-child { display: grid; gap: .3rem; }
.slot-card > div:first-child span { color: var(--muted-foreground); font-size: .7rem; }
.slot-editor, .slot-form { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: .65rem; }
.story-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .9rem; }
.story-fields > .admin-label:nth-child(7), .story-fields > .admin-label:nth-child(8) { grid-column: 1/-1; }
.story-images-admin { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }
.admin-button[href] { display: inline-flex; align-items: center; min-height: 2.4rem; padding: .55rem .8rem; border: 1px solid var(--border); border-radius: .65rem; font-size: .68rem; font-weight: 700; }

@media (max-width: 900px) {
  .detail-copy, .story-card-grid, .quote-request-card { grid-template-columns: 1fr; }
  .story-card-grid { gap: 1rem; }
  .slot-card { grid-template-columns: 1fr; }
  .slot-editor, .slot-form { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 640px) {
  .home-nav > div, .detail-nav > div { gap: .65rem; font-size: .58rem; }
  .home-nav > div { top: 4.2rem; right: 1rem; gap: .35rem; }
  .home-nav > div::before { inset: -.25rem -.35rem; }
  .home-nav > div a { display: inline-flex; min-height: 2.75rem; align-items: center; padding-inline: .45rem; }
  .detail-nav > div a:nth-child(1) { display: none; }
  .detail-hero, .story-hero { min-height: 68vh; }
  .story-photo-grid { grid-template-columns: 1fr; }
  .story-photo.wide { grid-column: auto; aspect-ratio: 4/5; }
  .request-editor, .story-fields, .slot-editor, .slot-form { grid-template-columns: 1fr; }
  .request-editor > .admin-label:nth-child(4), .request-editor > .admin-actions, .story-fields > .admin-label:nth-child(7), .story-fields > .admin-label:nth-child(8) { grid-column: auto; }
}
/* Gallery topics and editorial content share the existing admin controls. */
.topic-list { display: grid; gap: 1rem; }
.topic-editor, .service-copy { padding: 1.25rem; border: 1px solid #d8d2c7; border-radius: 1rem; min-width: 0; }
.topic-fields, .text-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-bottom: 1rem; }
.topic-fields .admin-label:last-child { align-self: end; }
.topic-editor h3, .service-copy h4 { margin: 0; font-size: 1.125rem; overflow-wrap: anywhere; }
.topic-delete { margin-top: 1rem; padding: 1rem; border: 1px solid #ba8062; border-radius: .75rem; background: #faf4eb; }
.topic-delete h4 { margin-top: 0; }
.topic-delete .admin-actions { margin-top: 1rem; }
.text-group > summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; padding: .25rem 0; font-size: 1.25rem; font-weight: 600; }
.text-group > summary::after { content: '+'; font-size: 1.5rem; }
.text-group[open] > summary::after { content: '−'; }
.text-group > summary > span { margin-right: auto; }
.text-group small, .service-copy small { font-size: .875rem; font-weight: 400; color: #70614d; }
.text-group-body { padding-top: 1rem; }
.text-editor-section { padding: 1.25rem 0; border-top: 1px solid #ddd6cb; }
.text-editor-section h3 { margin: 0 0 1rem; font-size: 1.125rem; }
.service-copy + .service-copy { margin-top: 1rem; }
.text-field-grid .admin-label:has(textarea) { grid-column: 1 / -1; }
.text-field-grid textarea { min-height: 7rem; resize: vertical; }
.topic-panel .admin-actions { flex-wrap: wrap; }
@media (max-width: 700px) {
  .topic-fields, .text-field-grid { grid-template-columns: 1fr; }
  .topic-editor, .service-copy { padding: 1rem; }
  .text-group > summary { flex-wrap: wrap; }
  .text-group > summary small { width: 100%; order: 3; }
}
