* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
button, summary { cursor: pointer; }
a { color: inherit; text-underline-offset: 4px; text-decoration-thickness: 1px; }
a:hover { text-decoration-color: var(--yellow-dark); }
img { display: block; max-width: 100%; height: auto; }
p { margin: 0 0 1em; line-height: 1.65; }
h1, h2, h3, h4 { font-weight: 600; margin: 0; line-height: 1.13; }
h1, h2, h3, p, a { overflow-wrap: break-word; }
h1 { font-size: clamp(43px, 4.6vw, 66px); letter-spacing: -2.3px; }
h2 { font-size: clamp(30px, 3vw, 43px); letter-spacing: -1.25px; }
h3 { font-size: 23px; letter-spacing: -.6px; }
ul, ol { line-height: 1.65; }
svg { width: 22px; height: 22px; flex-shrink: 0; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid #08789e; outline-offset: 5px; }
input:focus-visible, textarea:focus-visible, select:focus-visible { outline-offset: 1px; }
[hidden] { display: none !important; }
::selection { background: var(--sky-dark); }
.wrap { width: calc(100% - 112px); max-width: var(--content-width); margin-inline: auto; }
.section { padding-block: 88px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 40px; }
.section-head h2 { max-width: 660px; }
.section-head > p { max-width: 370px; color: var(--muted); margin: 0; }
.section-head > a { flex-shrink: 0; }
.text-muted { color: var(--muted); }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 23px; color: var(--muted); font-size: 14px; font-weight: 600; }
.eyebrow::before { content: ""; width: 7px; height: 7px; background: var(--yellow-dark); border-radius: 50%; flex-shrink: 0; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 52px; padding: 13px 22px; border: 1px solid #d9ba5e; border-radius: 7px; background: var(--yellow); color: var(--ink); font-size: 15px; font-weight: 700; line-height: 1.3; text-decoration: none; transition: background-color .15s, border-color .15s; }
.button:hover { background: var(--yellow-dark); border-color: #c8a535; }
.button:active { background: #d4b041; }
.button:disabled { opacity: .65; cursor: wait; }
.button-small { min-height: 42px; padding: 10px 16px; font-size: 13px; }
.button-outline { background: transparent; border-color: #aab6ae; }
.button-outline:hover { background: #f2f5ef; border-color: #95a299; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: 15px; }
.text-link svg { width: 17px; height: 17px; }
.actions { display: flex; gap: 18px 25px; align-items: center; flex-wrap: wrap; }
.tag { display: inline-block; padding: 5px 10px; border: 1px solid var(--line); border-radius: 5px; font-size: 12px; line-height: 1.4; }
.plain-list { padding: 0; list-style: none; margin: 24px 0; }
.plain-list li { padding: 13px 0 13px 23px; position: relative; border-top: 1px solid var(--line); }
.plain-list li::before { content: ""; position: absolute; left: 0; top: 23px; width: 7px; height: 7px; border: 1.5px solid var(--green); border-radius: 50%; }
.breadcrumb { display: inline-block; margin-bottom: 25px; color: var(--muted); font-size: 14px; }
.prose { max-width: 740px; width: calc(100% - 48px); margin-inline: auto; font-size: 17px; }
.prose h2 { font-size: 31px; margin: 48px 0 20px; }
.prose h3 { margin: 30px 0 15px; }
.prose p, .prose li { line-height: 1.8; }
.prose a { overflow-wrap: anywhere; }
.prose section { scroll-margin-top: 30px; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; padding: 14px 18px; background: var(--white); border: 1px solid var(--line); }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.editor-note, .form-preview { padding: 14px 17px; background: var(--sky); border: 1px solid var(--line); border-radius: 7px; font-size: 13px; }
@media (max-width: 1150px) { .wrap { width: calc(100% - 64px); } }
@media (max-width: 850px) { .section { padding-block: 65px; } .section-head { gap: 30px; } h1 { font-size: 48px; letter-spacing: -1.8px; } }
@media (max-width: 620px) {
  .wrap { width: calc(100% - 40px); }
  .section { padding-block: 52px; }
  .section-head { display: block; margin-bottom: 28px; }
  .section-head > p, .section-head > a { margin-top: 20px; }
  h1 { font-size: clamp(39px, 10vw, 49px); letter-spacing: -1.6px; }
  h2 { font-size: 32px; }
  .prose { width: calc(100% - 40px); font-size: 16px; }
  .prose h2 { font-size: 28px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
