:root{
  --steel:#395074; --steel-dk:#2a3c57; --steel-lt:#4a6491;
  --steel-12:rgba(57,80,116,.12); --steel-20:rgba(57,80,116,.20);
  --yg:#A4D93A; --yg-dk:#8bc02e; --yg-txt:#2e5010;
  --yg-12:rgba(164,217,58,.15);
  --white:#ffffff; --off:#f6f7f4; --gray1:#eeeee9;
  --gray2:#dcdcd6; --gray4:#9a9a93; --ink:#1a2233;
  --r:10px;
  --sans:'DM Sans',system-ui,sans-serif;
  --mono:'DM Mono',ui-monospace,monospace;
  --ease:cubic-bezier(.22,.61,.36,1);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--sans);font-weight:400;color:var(--ink);background:var(--white);line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}
.container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative}
.label{font-family:var(--mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--steel-lt)}
h1,h2,h3{font-weight:700;letter-spacing:-.02em;margin:0 0 .4em}
h1{font-size:clamp(34px,5vw,64px);line-height:1.05}
h2{font-size:clamp(26px,3.4vw,40px);line-height:1.15}
h3{font-size:22px}
p{margin:0 0 1em}
a{color:inherit}
