@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#202725;--yellow:#f7dc24;--paper:#fafaf7;--muted:#5b625e;--line:#d9dcd5}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.7}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #647638;outline-offset:6px}.wrap{width:min(1220px,calc(100% - 96px));margin-inline:auto}.skip{position:absolute;left:16px;top:-100px;background:var(--yellow);padding:12px;z-index:10}.skip:focus{top:12px}.header{height:116px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:25px}.brand{font-size:14px;font-weight:800;line-height:1.1;letter-spacing:.04em}.brand>span{display:block;font-size:25px;letter-spacing:-.03em}.brand-dot{color:#8b7900}.header nav{display:flex;gap:38px;font-size:14px;font-weight:700}.header nav a:hover{text-decoration:underline;text-underline-offset:6px}.header nav span{margin-left:12px}.town{font-size:13px;color:var(--muted)}.hero{display:grid;grid-template-columns:1.02fr 1fr;gap:60px;align-items:center;padding-block:64px 74px}.eyebrow{font-weight:800;font-size:12px;letter-spacing:.14em;margin:0 0 26px}.hero h1{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-size:clamp(76px,8.4vw,120px);font-weight:700;line-height:.94;letter-spacing:-.025em;margin:0 0 30px}.hero h1 span{position:relative;isolation:isolate}.hero h1 span:after{content:'';position:absolute;inset:58% -8px 0;z-index:-1;background:var(--yellow)}.intro{max-width:450px;font-size:17px;line-height:1.85;margin:0 0 30px}.button{display:inline-flex;align-items:center;gap:40px;background:var(--ink);color:white;padding:17px 23px;font-size:14px;font-weight:700}.button:hover{background:#3c4942}.button span{font-size:22px;line-height:1}.hero-visual{position:relative;padding-top:12px}.portrait{height:555px;position:relative;overflow:hidden;border-radius:180px 180px 2px 2px;background:#eeede9}.portrait img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 35%}.candidate{position:absolute;right:-22px;bottom:66px;transform:rotate(6deg);background:var(--yellow);height:166px;width:158px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 0 #202725}.candidate>span{font-size:11px;font-weight:800;letter-spacing:.06em}.candidate strong{font-size:74px;line-height:1.1;letter-spacing:-.08em}.candidate small{font-size:30px;letter-spacing:-.07em}.photo-caption{display:flex;justify-content:space-between;font-size:13px;padding-top:18px}.photo-caption span:first-child{font-weight:800}.photo-caption span:last-child{color:var(--muted)}.principles{background:var(--yellow);padding:24px 0}.principles .wrap{display:flex;justify-content:space-between;gap:24px;font-size:24px;font-weight:800;letter-spacing:-.04em}.about{display:grid;grid-template-columns:1fr 2fr;gap:60px;padding-block:104px}.about .eyebrow{padding-top:12px}.about h2,.section-heading h2{font-size:clamp(32px,3.5vw,46px);line-height:1.18;letter-spacing:-.045em;margin:0 0 28px}.about p:not(.eyebrow){max-width:660px;color:var(--muted);margin:18px 0 0}.topics{background:#edf0e9;padding:88px 0 96px}.section-heading{display:flex;justify-content:space-between;gap:35px;align-items:end;margin-bottom:46px}.section-heading h2{margin-bottom:0}.section-heading>p{font-size:14px;color:var(--muted);max-width:340px;margin:0 0 5px}.topic-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.topic{padding:36px 38px 38px;background:var(--paper);border:1px solid #dfe2da}.topic-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.topic-top>span:first-child{font-size:19px;font-weight:800}.topic-label{font-size:11px;font-weight:700;letter-spacing:.1em}.topic h3{font-size:32px;line-height:1.22;letter-spacing:-.04em;margin:0 0 24px}.topic p{color:var(--muted);font-size:15px;line-height:1.85;margin:0 0 19px}.topic p.position{border-top:1px solid var(--line);padding-top:20px;margin-bottom:0;color:var(--ink);font-weight:600}.topic-yellow{background:var(--yellow);border-color:var(--yellow)}.topic-yellow p{color:#373b26}.topic-yellow p.position{border-color:#c4af20}.closing{padding-block:88px 55px}.closing-quote{font-size:clamp(34px,4.6vw,62px);font-weight:800;line-height:1.2;letter-spacing:-.055em;margin:0 0 44px}.closing-quote span{color:#7b837b}.closing-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:14px}.closing-bottom strong{background:var(--yellow);padding:7px 12px;margin-left:10px}.closing-bottom a{font-size:13px;border-bottom:1px solid var(--ink)}footer{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-block:26px;font-size:12px;color:var(--muted)}footer span:first-child{font-weight:800;color:var(--ink)}
@media(min-width:1450px){.portrait{height:600px}}@media(max-width:1000px){.wrap{width:calc(100% - 56px)}.hero{gap:35px}.portrait{height:500px}.candidate{right:-8px;width:135px;height:145px}.candidate strong{font-size:62px}.town{display:none}.about{grid-template-columns:1fr 2fr;gap:32px}.topic{padding:28px}.topic h3{font-size:28px}}@media(max-width:680px){.wrap{width:calc(100% - 40px)}.header{height:88px;gap:15px}.header nav{gap:16px;font-size:12px}.brand{font-size:11px}.brand>span{font-size:21px}.header nav span{display:none}.hero{grid-template-columns:1fr;padding-block:36px 42px;gap:38px}.eyebrow{font-size:11px;margin-bottom:22px}.hero h1{font-size:84px}.intro{font-size:16px;max-width:none}.hero-visual{width:100%;max-width:440px;margin:auto}.portrait{height:420px;border-radius:150px 150px 2px 2px}.candidate{bottom:56px;right:0}.principles{padding-block:19px}.principles .wrap{font-size:15px;gap:12px;flex-wrap:wrap}.about{grid-template-columns:1fr;gap:8px;padding-block:57px}.about h2{font-size:32px}.topics{padding-block:55px}.section-heading{display:block;margin-bottom:30px}.section-heading>p{margin-top:22px}.topic-grid{grid-template-columns:1fr;gap:16px}.topic{padding:27px}.topic h3{font-size:30px}.closing{padding-block:55px 38px}.closing-quote{font-size:36px}footer{font-size:11px;flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

