* { box-sizing: border-box; }
body { margin: 0; background: var(--stz-surface-canvas); color: var(--stz-text); font-family: var(--stz-font-body); }
a { color: inherit; text-underline-offset: .2em; }
a:hover { text-decoration: underline; }
:focus-visible { outline: var(--stz-focus-ring); outline-offset: var(--stz-focus-offset); }
.resource-wrap { width: min(1200px, calc(100% - var(--stz-space-12))); margin-inline: auto; }
.resource-header { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: var(--stz-space-6); padding-block: var(--stz-space-6); border-bottom: 1px solid var(--stz-border-hairline); }
.resource-brand { display: inline-flex; align-items: center; gap: var(--stz-space-2); font-size: var(--stz-size-h5); font-weight: var(--stz-weight-bold); text-decoration: none; }
.resource-header nav { display: flex; flex-wrap: wrap; gap: var(--stz-space-5); font-size: var(--stz-size-small); }
.resource-book { color: var(--stz-accent-text); font-weight: var(--stz-weight-bold); }
.booking-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr); gap: var(--stz-space-10); }
.booking-layout figure { margin: 0; }
.booking-layout img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 30%; }
.booking-layout figcaption { margin-top: var(--stz-space-3); color: var(--stz-text-muted); font-size: var(--stz-size-small); }
.booking-about h2 { font-size: var(--stz-size-h4); margin-top: var(--stz-space-7); }
.booking-about address { font-style: normal; color: var(--stz-text-muted); }
.booking-form fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.booking-fields-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--stz-space-5); margin-block: var(--stz-space-6); }
.booking-form label { display: block; margin-bottom: var(--stz-space-2); font-size: var(--stz-size-small); }
.booking-form input:not([type="checkbox"]), .booking-form select, .booking-form textarea { width: 100%; min-width: 0; padding: var(--stz-space-3); border: 1px solid var(--stz-border-control); border-radius: var(--stz-radius-control); background: var(--stz-surface-panel); color: var(--stz-text); font: inherit; }
.booking-form textarea { resize: vertical; }
.booking-form select { font-size: var(--stz-size-small); }
.booking-form .booking-consent { display: flex; gap: var(--stz-space-3); align-items: flex-start; margin-top: var(--stz-space-5); }
.booking-consent input { flex: 0 0 auto; width: 20px; height: 20px; margin-top: var(--stz-space-1); accent-color: var(--stz-accent-decor); }
.booking-help, .optional { color: var(--stz-text-muted); font-size: var(--stz-size-caption); }
.booking-status { padding-block: var(--stz-space-4); overflow-wrap: anywhere; }
.booking-status[data-state="error"] { color: var(--stz-accent-text); }
.booking-status[data-state="success"] { border-top: 2px solid var(--stz-accent-decor); font-size: var(--stz-size-lead); }
.booking-trap, .booking-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
@media(max-width: 600px) { .booking-fields-grid { grid-template-columns: 1fr; } }
@media(max-width: 850px) { .booking-layout { grid-template-columns: 1fr; } .booking-layout figure { max-width: 400px; } }
.resource-heading { padding-block: var(--stz-space-12) var(--stz-space-9); }
.resource-heading h1 { max-width: 22ch; font-size: clamp(var(--stz-size-h3), 4.5vw, var(--stz-size-h1)); font-weight: var(--stz-weight-medium); line-height: 1.1; letter-spacing: var(--stz-tracking-tight); margin-block: var(--stz-space-5); overflow-wrap: anywhere; }
.resource-summary { max-width: 70ch; color: var(--stz-text-muted); font-size: var(--stz-size-lead); }
.resource-layout { display: flex; align-items: flex-start; gap: var(--stz-space-12); padding-bottom: var(--stz-space-12); }
.resource-content { flex: 1; min-width: 0; }
.resource-toc { flex: 0 0 240px; position: sticky; top: var(--stz-space-5); max-height: calc(100vh - var(--stz-space-10)); overflow: auto; font-size: var(--stz-size-small); padding-right: var(--stz-space-4); }
.resource-toc summary { cursor: pointer; color: var(--stz-text); font-weight: var(--stz-weight-medium); margin-bottom: var(--stz-space-4); }
.resource-toc ul { list-style: none; padding-left: 0; }
.resource-toc ul ul { padding-left: var(--stz-space-3); }
.resource-toc li { margin-bottom: var(--stz-space-2); }
.resource-toc a { color: var(--stz-text-muted); }
.print-guide { margin-top: var(--stz-space-5); }
.breadcrumbs { font-size: var(--stz-size-caption); color: var(--stz-text-muted); margin-bottom: var(--stz-space-5); overflow-wrap: anywhere; }
.resource-note { border-left: 3px solid var(--stz-accent-decor); padding: var(--stz-space-4) var(--stz-space-5); background: var(--stz-surface-panel); color: var(--stz-text-muted); font-size: var(--stz-size-small); margin-bottom: var(--stz-space-8); }
.resource-note a { color: var(--stz-text); text-decoration: underline; }
.prose { font-size: var(--stz-size-body); line-height: 1.8; overflow-wrap: anywhere; }
.prose > :first-child { margin-top: 0; }
.prose h2 { font-size: var(--stz-size-h4); line-height: 1.25; margin-top: var(--stz-space-11); margin-bottom: var(--stz-space-4); scroll-margin-top: var(--stz-space-5); }
.prose h3 { font-size: var(--stz-size-h6); line-height: 1.4; margin-top: var(--stz-space-7); }
.prose p, .prose ul, .prose ol { margin-bottom: var(--stz-space-5); }
.prose li { padding-left: var(--stz-space-1); margin-bottom: var(--stz-space-2); }
.prose a { text-decoration: underline; }
.prose blockquote { border-left: 2px solid var(--stz-accent-decor); padding-left: var(--stz-space-5); margin-inline: 0; color: var(--stz-text-muted); }
.prose table { width: 100%; border-collapse: collapse; font-size: var(--stz-size-small); display: block; overflow-x: auto; }
.prose th, .prose td { border: 1px solid var(--stz-border-hairline); padding: var(--stz-space-3); text-align: left; }
.prose th { background: var(--stz-surface-panel); }
.prose pre { overflow-x: auto; padding: var(--stz-space-4); background: var(--stz-surface-panel); font-size: var(--stz-size-small); }
.prose img { max-width: 100%; height: auto; border: 1px solid var(--stz-border-hairline); }
.resource-next { display: flex; flex-wrap: wrap; gap: var(--stz-space-5); justify-content: space-between; padding-top: var(--stz-space-7); margin-top: var(--stz-space-10); border-top: 1px solid var(--stz-border-hairline); font-size: var(--stz-size-small); }
.resource-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--stz-space-4); }
.resource-card { padding: var(--stz-space-6); border: 1px solid var(--stz-border-hairline); background: var(--stz-surface-panel); }
.resource-card h2, .resource-card h3 { font-size: var(--stz-size-h5); line-height: 1.3; margin-block: var(--stz-space-3); }
.resource-card p:last-child { color: var(--stz-text-muted); font-size: var(--stz-size-small); margin-bottom: 0; }
.resource-category { margin-bottom: var(--stz-space-10); scroll-margin-top: var(--stz-space-5); }
.resource-category > h2 { margin-bottom: var(--stz-space-5); font-size: var(--stz-size-h4); }
.service-intro { display: grid; grid-template-columns: 1.2fr 1fr; gap: var(--stz-space-10); padding-block: var(--stz-space-6) var(--stz-space-10); border-bottom: 1px solid var(--stz-border-hairline); margin-bottom: var(--stz-space-10); }
.service-intro h2, .service-related > h2 { font-size: var(--stz-size-h4); line-height: 1.2; }
.service-intro p { max-width: 62ch; color: var(--stz-text-muted); font-size: var(--stz-size-lead); }
.service-highlights { list-style: none; padding: 0; margin: 0; }
.service-highlights li { padding-block: var(--stz-space-5); border-bottom: 1px solid var(--stz-border-hairline); font-size: var(--stz-size-h6); }
.service-highlights li::before { content: '\2197'; color: var(--stz-accent-decor); margin-right: var(--stz-space-3); }
.service-body { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, 320px); gap: var(--stz-space-12); align-items: start; }
.service-body .prose { max-width: 72ch; }
.service-contact { position: sticky; top: var(--stz-space-5); padding: var(--stz-space-6); border: 1px solid var(--stz-border-hairline); background: var(--stz-surface-panel); }
.service-contact h2 { font-size: var(--stz-size-h5); line-height: 1.2; }
.service-contact p { color: var(--stz-text-muted); }
.service-qualification { font-size: var(--stz-size-caption); margin-top: var(--stz-space-5); }
.service-related { margin-block: var(--stz-space-10); }
@media(max-width: 850px) { .service-intro, .service-body { grid-template-columns: 1fr; gap: var(--stz-space-6); } .service-contact { position: static; } }
.category-nav { display: flex; flex-wrap: wrap; gap: var(--stz-space-2); margin-bottom: var(--stz-space-9); }
.category-nav a { padding: var(--stz-space-2) var(--stz-space-3); border: 1px solid var(--stz-border-control); font-size: var(--stz-size-small); }
.guide-search { margin-bottom: var(--stz-space-10); }
.guide-search label { display: block; margin-bottom: var(--stz-space-3); }
.guide-search-controls { display: flex; gap: var(--stz-space-3); }
.guide-search input { min-width: 0; flex: 1; background: var(--stz-surface-panel); border: 1px solid var(--stz-border-control); color: var(--stz-text); font: inherit; padding: var(--stz-space-3); border-radius: var(--stz-radius-control); }
.resource-footer { padding-block: var(--stz-space-9); border-top: 1px solid var(--stz-border-hairline); display: grid; grid-template-columns: 1fr 1fr 1fr; gap: var(--stz-space-7); font-size: var(--stz-size-small); color: var(--stz-text-muted); }
.resource-footer nav, .resource-footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: var(--stz-space-2); }
.resource-footer address { font-style: normal; }
.resource-footer a { overflow-wrap: anywhere; }
.resource-copyright { grid-column: 1 / -1; margin: 0; }
.policy-source { color: var(--stz-text-muted); font-size: var(--stz-size-small); margin-top: var(--stz-space-10); }
@media(max-width: 850px) { .resource-wrap { width: calc(100% - var(--stz-space-8)); } .resource-layout { display: block; } .resource-toc { position: static; max-height: none; margin-bottom: var(--stz-space-7); } .resource-grid { grid-template-columns: 1fr; } .resource-footer { grid-template-columns: 1fr; } .resource-heading { padding-top: var(--stz-space-8); } }
@media(max-width: 420px) { .resource-wrap { width: calc(100% - var(--stz-space-6)); } .resource-card { padding: var(--stz-space-4); } .guide-search-controls { flex-direction: column; } }
@media print { html[data-theme] { --stz-text: var(--stz-black); --stz-text-muted: var(--stz-black); --stz-surface-panel: var(--stz-white); --stz-border-hairline: var(--stz-gray-500); } body { background: var(--stz-white); color: var(--stz-black); } .resource-header, .resource-footer, .resource-toc, .resource-next, .resource-note, .breadcrumbs, .stz-skip-link { display: none; } .resource-wrap { width: 100%; } .resource-layout { display: block; } .resource-heading { padding: 0; } .resource-summary { color: inherit; } .prose h2, .prose h3 { break-after: avoid; } .prose a { color: inherit; } .prose img { max-height: 60vh; object-fit: contain; } }
