* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body { margin: 0; color: #191919; background: #faf9f6; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.7; }
a { color: inherit; text-underline-offset: 4px; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 3px solid #5536bc; outline-offset: 4px; }
.wrap { width: min(100% - 48px, 820px); margin-inline: auto; }
.site-header { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px 24px; padding-block: 20px; border-bottom: 1px solid #d5d3cb; }
.brand { font-weight: 700; text-decoration: none; }
nav { display: flex; flex-wrap: wrap; gap: 0 24px; }
nav a { display: inline-flex; align-items: center; min-height: 44px; }
main { padding-block: 40px; }
.eyebrow { color: #55554f; font-size: 14px; margin: 0 0 12px; }
h1 { font-size: clamp(2rem, 5vw, 3rem); line-height: 1.15; letter-spacing: -0.035em; font-weight: 600; margin: 0 0 24px; }
h2 { font-size: 25px; line-height: 1.3; letter-spacing: -0.025em; font-weight: 600; margin: 0 0 16px; }
h3 { font-size: 19px; line-height: 1.4; font-weight: 600; margin: 0 0 6px; }
p { margin: 0 0 18px; }
.intro { font-size: 21px; line-height: 1.6; }
section { border-top: 1px solid #d5d3cb; padding-top: 28px; margin-top: 36px; }
.contents { font-size: 15px; margin-top: 24px; }
.feature-list { list-style: none; padding: 0; margin: 0; }
.feature-list li { margin-top: 24px; }
.feature-list p { color: #55554f; max-width: 700px; }
.feature-list a { display: inline-block; padding-block: 6px; }
ol { padding-left: 24px; }
ol li { padding-left: 4px; margin-bottom: 12px; }
.related { list-style: none; padding: 0; }
.related a { display: inline-block; padding-block: 8px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; margin-top: 24px; }
.actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; }
.button { border: 1px solid #191919; border-radius: 4px; padding: 10px 20px; color: #fff; background: #191919; font-weight: 600; text-decoration: none; }
.button:hover { background: #363630; }
.site-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 24px; padding-block: 24px; border-top: 1px solid #d5d3cb; font-size: 14px; color: #55554f; }
.skip-link { position: absolute; top: -100px; left: 24px; padding: 8px 16px; background: #fff; }
.skip-link:focus { top: 8px; }
@media (max-width: 480px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { align-items: flex-start; flex-direction: column; }
  main { padding-top: 28px; }
  .intro { font-size: 19px; }
  .actions { align-items: stretch; flex-direction: column; gap: 4px; }
}
