*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; color: var(--nessie-ink); background: var(--nessie-white); font-family: var(--nessie-font-body); font-size: 16px; line-height: 1.8; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .22em; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; height: auto; vertical-align: middle; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--nessie-aqua); outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--nessie-font-heading); color: var(--nessie-navy); }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.3; }
h3 { line-height: 1.5; }
.nessie-container { width: min(calc(100% - 160px), var(--nessie-layout-pc-content-max)); margin-inline: auto; }
.nessie-content { min-height: 40vh; padding-block: var(--nessie-space-48); }
.nessie-icon { width: 24px; height: 24px; flex: none; }
.nessie-menu { list-style: none; margin: 0; padding: 0; }
.nessie-menu a { text-decoration: none; }
.nessie-menu a:hover { text-decoration: underline; }
.skip-link { position: absolute; left: 20px; top: -100px; z-index: var(--nessie-z-modal); background: var(--nessie-white); padding: 12px; }
.skip-link:focus { top: 8px; }
.nessie-breadcrumb { font-size: 12px; margin-bottom: 24px; }
.nessie-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 12px; list-style: none; padding: 0; }
.nessie-breadcrumb li + li::before { content: '/'; margin-right: 12px; }

@media (width <= 1199px) { .nessie-container { width: calc(100% - 40px); } body { padding-bottom: calc(80px + env(safe-area-inset-bottom)); } }

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