:root {
  --paper: #f4f0e8;
  --ink: #151515;
  --muted: #68645e;
  --rule: #aaa59c;
  --accent: #df4b2c;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --sans: Arial, Helvetica, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--accent); }
.skip-link { position: fixed; top: -50px; left: 12px; z-index: 10; padding: 9px 12px; background: var(--accent); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 12px; }

.topbar { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 18px max(5vw, 24px); border-bottom: 1px solid var(--ink); }
.brand { font-size: 12px; line-height: .92; font-weight: 900; letter-spacing: -.5px; text-decoration: none; }
.topbar nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.topbar nav a { font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; text-decoration: none; }
.topbar nav a[aria-current="page"] { color: var(--accent); }

.masthead { min-height: 790px; display: flex; flex-direction: column; justify-content: space-between; padding: 35px max(5vw, 24px) 30px; border-bottom: 1px solid var(--ink); }
.issue-label, .eyebrow { font-size: 11px; font-weight: 800; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }
.masthead h1, h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 900; letter-spacing: -.045em; line-height: .84; text-transform: uppercase; }
.masthead h1 { max-width: 1080px; margin: 48px 0; font-size: clamp(72px, 13.3vw, 210px); }
.masthead-bottom { display: grid; grid-template-columns: minmax(260px, 540px) 1fr; gap: 40px; align-items: end; }
.dek { margin: 0; font-size: clamp(19px, 2vw, 29px); line-height: 1.18; letter-spacing: -.03em; }
.meta-row { display: grid; grid-template-columns: 1.25fr auto; gap: 10px 28px; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.meta-row span:last-child { grid-column: 1 / -1; color: var(--accent); }

.feature { display: grid; grid-template-columns: minmax(260px, 35%) 1fr; border-bottom: 1px solid var(--ink); }
.feature-field { min-height: 740px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px max(3vw, 24px); background: var(--ink); color: var(--paper); }
.feature-field span { font-size: 13px; font-weight: 800; }
.feature-field strong { font-family: var(--display); font-size: clamp(60px, 7vw, 118px); font-weight: 900; line-height: .81; letter-spacing: -.05em; }
.feature-copy { max-width: 850px; padding: 70px max(6vw, 30px); }
.feature-copy h2, .section-heading h2, .contact h2 { margin: 18px 0 35px; font-size: clamp(48px, 6vw, 91px); }
.feature-copy p { max-width: 630px; margin: 0 0 19px; font-size: 18px; line-height: 1.5; }
.feature-copy blockquote { float: right; width: min(50%, 330px); margin: 10px 0 20px 35px; padding: 18px 0 18px 20px; border-left: 4px solid var(--accent); font-family: var(--serif); font-size: clamp(24px, 2.5vw, 38px); font-style: italic; line-height: 1.05; }
.text-link { display: inline-block; margin-top: 20px; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; border-bottom: 1px solid var(--ink); }
.text-link span { color: var(--accent); font-size: 21px; vertical-align: -2px; }

.services { padding: 85px max(5vw, 24px) 30px; border-bottom: 1px solid var(--ink); }
.section-heading { display: grid; grid-template-columns: 34% 1fr; margin-bottom: 65px; }
.section-heading h2 { grid-column: 2; margin: 0; }
.issue-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.issue-list li { display: grid; grid-template-columns: 11% 36% 1fr; gap: 25px; padding: 26px 0 29px; border-bottom: 1px solid var(--rule); }
.issue-number { font-size: 12px; font-weight: 800; color: var(--accent); }
.issue-list h3 { font-family: var(--sans); font-size: clamp(19px, 2vw, 29px); font-weight: 800; letter-spacing: -.04em; line-height: 1; text-transform: none; }
.issue-list p { max-width: 510px; margin: 0; font-size: 15px; line-height: 1.4; }

.statement { display: flex; align-items: center; min-height: 510px; padding: 46px max(5vw, 24px); background: var(--accent); color: var(--ink); }
.statement p { margin: 0; font-family: var(--display); font-size: clamp(58px, 10.4vw, 165px); font-weight: 900; letter-spacing: -.055em; line-height: .83; text-transform: uppercase; }
.partners { display: flex; overflow: hidden; gap: 0; border-bottom: 1px solid var(--ink); white-space: nowrap; }
.partners span { display: inline-block; padding: 17px 25px; border-right: 1px solid var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.contact { display: grid; grid-template-columns: 1.05fr .95fr; gap: 9vw; padding: 100px max(5vw, 24px); }
.contact h2 { max-width: 750px; }
.contact-intro { max-width: 560px; font-size: 18px; }
.contact-details { display: flex; gap: 30px; align-items: start; margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--ink); }
.contact-details a { font-size: 20px; font-weight: 800; text-decoration: none; }
.contact-details address { font-size: 14px; font-style: normal; }
form { align-self: end; padding-top: 12px; }
label { display: block; margin-top: 16px; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
input, textarea { width: 100%; margin-top: 5px; padding: 9px 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; outline: none; background: transparent; color: var(--ink); font: inherit; }
textarea { resize: vertical; }
input:focus, textarea:focus { border-bottom: 3px solid var(--accent); }
button { margin-top: 28px; padding: 14px 22px; border: 1px solid var(--ink); border-radius: 0; background: var(--ink); color: var(--paper); cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
button:hover, button:focus { background: var(--accent); color: var(--ink); }
.form-status { min-height: 24px; margin: 12px 0 0; font-size: 13px; font-weight: 700; }

footer { display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: end; padding: 30px max(5vw, 24px); background: var(--ink); color: var(--paper); }
.footer-brand { font-size: 15px; font-weight: 900; letter-spacing: -.04em; line-height: .9; }
.footer-brand span { font-size: 9px; letter-spacing: .08em; }
.social-links, .footer-links { display: flex; flex-wrap: wrap; gap: 16px; font-size: 11px; font-weight: 700; }
.footer-links { justify-content: flex-end; }
footer a:hover { color: var(--accent); }

.policy-page { max-width: 1100px; padding: 90px max(5vw, 24px) 110px; }
.policy-page h1 { margin: 25px 0 38px; font-size: clamp(68px, 11vw, 155px); }
.policy-lead { max-width: 680px; margin: 0 0 80px; font-size: clamp(20px, 2.5vw, 32px); line-height: 1.17; letter-spacing: -.03em; }
.policy-content { display: grid; grid-template-columns: 1fr 1fr; gap: 0 70px; border-top: 1px solid var(--ink); }
.policy-content section { padding: 25px 0; border-bottom: 1px solid var(--rule); }
.policy-content h2 { margin-bottom: 15px; font-family: var(--sans); font-size: 20px; font-weight: 800; letter-spacing: -.04em; line-height: 1; text-transform: none; }
.policy-content p { margin: 0; font-size: 15px; }
.return-link { margin-top: 48px; }

@media (max-width: 760px) {
  .topbar { min-height: 78px; align-items: flex-start; }
  .topbar nav { gap: 9px 14px; max-width: 230px; }
  .masthead { min-height: 650px; }
  .masthead h1 { margin: 58px 0; font-size: clamp(66px, 19vw, 125px); }
  .masthead-bottom, .feature, .contact { grid-template-columns: 1fr; }
  .meta-row { margin-top: 28px; grid-template-columns: 1fr; }
  .meta-row span:last-child { grid-column: auto; }
  .feature-field { min-height: 280px; }
  .feature-field strong { font-size: 75px; }
  .feature-copy { padding: 50px 24px; }
  .feature-copy blockquote { float: none; width: auto; margin: 30px 0; }
  .section-heading { display: block; margin-bottom: 42px; }
  .section-heading .eyebrow { margin-bottom: 18px; }
  .issue-list li { grid-template-columns: 42px 1fr; gap: 12px; }
  .issue-list p { grid-column: 2; }
  .statement { min-height: 380px; }
  .statement p { font-size: clamp(57px, 16vw, 108px); }
  .contact { gap: 45px; padding: 65px 24px; }
  .contact-details { flex-direction: column; gap: 12px; }
  footer { grid-template-columns: 1fr; gap: 22px; }
  .footer-links { justify-content: flex-start; }
  .policy-page { padding-top: 65px; }
  .policy-content { grid-template-columns: 1fr; }
}
