:root {
  --ink: #20231f;
  --forest: #2a342e;
  --paper: #eeefec;
  --surface: #f8f8f5;
  --white: #ffffff;
  --muted: #646a64;
  --line: #c9cdc7;
  --line-dark: rgba(255, 255, 255, .2);
  --accent: #9c5b35;
  --accent-light: #d8b79f;
  --sans: "Schibsted Grotesk", Arial, sans-serif;
  --mono: "Martian Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.wide { width: min(1280px, calc(100% - 80px)); margin-inline: auto; }
.narrow { width: min(1080px, calc(100% - 80px)); margin-inline: auto; }

.site-header {
  min-height: 72px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}
.brand {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.025em;
  text-decoration: none;
}
.brand svg { width: 28px; height: 28px; }
nav { display: flex; gap: 30px; }
nav a {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: color .16s ease;
}
nav a:hover { color: var(--accent); }
.privacy {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
}
.privacy i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

.hero { background: var(--surface); }
.hero-layout {
  min-height: 650px;
  padding: 112px 0 104px;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, .55fr);
  gap: clamp(80px, 11vw, 170px);
  align-items: end;
}
.overline,
.coverage-head > div > p,
.section-intro > p,
.method header > p,
.partner-layout > div > p {
  margin: 0 0 28px;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
}
.hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(60px, 7.2vw, 104px);
  font-weight: 500;
  letter-spacing: -.062em;
  line-height: .96;
}
.hero-lede {
  max-width: 670px;
  margin: 38px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}
.motto {
  width: fit-content;
  margin: 46px 0 0;
  padding-top: 13px;
  border-top: 2px solid var(--accent);
  font-size: 16px;
  font-weight: 600;
}
.provider {
  padding-left: 38px;
  border-left: 1px solid var(--line);
}
.provider > p { margin: 0 0 20px; color: var(--muted); font-size: 12px; }
.provider .rp-brand-art { width: 96px; height: 159px; display: block; }
.provider-link,
.text-link {
  width: fit-content;
  margin-top: 22px;
  padding-bottom: 4px;
  display: inline-block;
  border-bottom: 1px solid var(--accent);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: color .16s ease, border-color .16s ease;
}
.provider-link:hover,
.text-link:hover { color: var(--accent); border-color: var(--ink); }

.coverage {
  padding: 96px 0 92px;
  color: var(--white);
  background: var(--forest);
  scroll-margin-top: 16px;
}
.coverage-head {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: clamp(60px, 10vw, 150px);
  align-items: end;
}
.coverage-head > div > p { color: var(--accent-light); }
.coverage-head h2 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.05;
}
.coverage-head h2 strong { color: var(--accent-light); font-family: var(--mono); font-size: .88em; font-weight: 400; letter-spacing: -.05em; }
.coverage-head > p { margin: 0 0 4px; color: #c7cec8; font-size: 14px; }
.coverage-data {
  margin: 72px 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-dark);
}
.coverage-data div { padding: 24px 28px 0 0; }
.coverage-data div + div { padding-left: 28px; border-left: 1px solid var(--line-dark); }
.coverage-data dt { color: #aeb8b0; font-size: 11px; }
.coverage-data dd { margin: 13px 0 0; font-family: var(--mono); font-size: clamp(24px, 2.5vw, 36px); font-weight: 400; letter-spacing: -.04em; }

.purpose {
  padding: 128px 0 136px;
  background: var(--paper);
  scroll-margin-top: 16px;
}
.section-intro h2,
.method h2,
.partner-layout h2 {
  margin: 0;
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 500;
  letter-spacing: -.052em;
  line-height: 1.02;
}
.section-intro > div {
  margin: 42px 0 0 34%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  color: var(--muted);
  font-size: 15px;
}
.section-intro > div p { margin: 0; }
.responsibilities { margin-top: 88px; border-top: 1px solid var(--ink); }
.responsibilities article {
  min-height: 128px;
  display: grid;
  grid-template-columns: 36% 1fr;
  gap: 34px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.responsibilities h3 { margin: 0; font-size: 17px; font-weight: 600; }
.responsibilities p { max-width: 620px; margin: 0; color: var(--muted); font-size: 14px; }

.method {
  padding: 128px 0 120px;
  color: var(--white);
  background: #343a35;
  scroll-margin-top: 16px;
}
.method-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(70px, 10vw, 150px);
}
.method header > p { color: var(--accent-light); }
.method h2 { font-size: clamp(38px, 4.4vw, 60px); }
.method header > p:last-child { margin: 34px 0 0; color: #c8cec9; font-size: 15px; }
.method header > p:last-child,
.partner-layout > div > p:nth-of-type(2) { font-family: var(--sans); font-weight: 400; }
.method-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.method-steps li {
  min-height: 132px;
  padding: 27px 0;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  border-bottom: 1px solid var(--line-dark);
}
.method-steps li > span { color: var(--accent-light); font-family: var(--mono); font-size: 9px; }
.method-steps h3 { margin: -3px 0 8px; font-size: 16px; font-weight: 600; }
.method-steps p { max-width: 580px; margin: 0; color: #bfc6c0; font-size: 13px; }
.source-policy {
  grid-column: 1 / -1;
  margin: 54px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line-dark);
  color: #c3c9c4;
  font-size: 12px;
}
.source-policy span { margin-right: 30px; color: var(--accent-light); font-family: var(--mono); font-size: 9px; }

.reasyport { padding: 128px 0; background: var(--surface); scroll-margin-top: 16px; }
.partner-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: clamp(70px, 11vw, 150px);
  align-items: center;
}
.partner-logo { display: block; }
.partner-logo .rp-brand-art { width: 140px; height: 232px; display: block; }
.partner-layout h2 { max-width: 700px; }
.partner-layout > div > p:nth-of-type(2) { max-width: 700px; margin: 32px 0 0; color: var(--muted); font-size: 16px; }

.access { padding: 42px 0; color: var(--white); background: var(--accent); }
.access p { max-width: 1000px; margin: 0; font-size: 14px; }
.access strong { font-weight: 600; }

footer {
  min-height: 128px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  color: var(--white);
  background: var(--forest);
}
footer > p { margin: 0; color: #bfc7c1; font-size: 11px; }
footer > p:last-child { justify-self: end; font-family: var(--mono); font-size: 8px; }

a:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }

@media (max-width: 900px) {
  .wide,
  .narrow { width: min(720px, calc(100% - 48px)); }
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero-layout { grid-template-columns: 1fr; gap: 70px; }
  .provider { padding: 32px 0 0; display: grid; grid-template-columns: auto 1fr; column-gap: 24px; align-items: center; border-top: 1px solid var(--line); border-left: 0; }
  .provider > p { grid-column: 1 / -1; }
  .provider-link { margin-top: 0; }
  .coverage-head,
  .method-layout { grid-template-columns: 1fr; }
  .coverage-head { gap: 34px; }
  .coverage-head > p { max-width: 600px; }
  .section-intro > div { margin-left: 0; }
  .partner-layout { grid-template-columns: 190px 1fr; gap: 58px; }
  .partner-logo .rp-brand-art { width: 125px; height: 207px; }
}

@media (max-width: 620px) {
  .wide,
  .narrow { width: calc(100% - 32px); }
  .site-header { min-height: 64px; padding: 0 12px; }
  .brand { font-size: 12px; }
  .brand svg { width: 24px; height: 24px; }
  .privacy { font-size: 0; }
  .privacy::after { content: "Private"; font-size: 8px; }
  .hero-layout { min-height: 0; padding: 78px 0 72px; gap: 58px; }
  .hero h1 { font-size: clamp(47px, 14vw, 63px); }
  .hero-lede { margin-top: 30px; font-size: 16px; }
  .motto { margin-top: 36px; }
  .provider .rp-brand-art { width: 86px; height: 143px; }
  .coverage { padding: 76px 0 72px; }
  .coverage-head h2 { font-size: 37px; }
  .coverage-data { margin-top: 52px; grid-template-columns: 1fr 1fr; }
  .coverage-data div { padding: 22px 14px 22px 0; border-bottom: 1px solid var(--line-dark); }
  .coverage-data div + div { padding-left: 14px; }
  .coverage-data div:nth-child(odd) { border-left: 0; }
  .coverage-data div:nth-last-child(-n+2) { border-bottom: 0; }
  .coverage-data dt { min-height: 34px; }
  .coverage-data dd { font-size: 24px; }
  .purpose,
  .method,
  .reasyport { padding: 86px 0; }
  .section-intro h2,
  .method h2,
  .partner-layout h2 { font-size: clamp(36px, 10.8vw, 48px); }
  .section-intro > div { margin-top: 34px; grid-template-columns: 1fr; gap: 20px; }
  .responsibilities { margin-top: 58px; }
  .responsibilities article { min-height: 0; grid-template-columns: 1fr; gap: 12px; }
  .method-steps { margin-top: 28px; }
  .method-steps li { min-height: 0; grid-template-columns: 43px 1fr; }
  .source-policy span { display: block; margin: 0 0 10px; }
  .partner-layout { grid-template-columns: 1fr; gap: 42px; }
  .partner-logo .rp-brand-art { width: 112px; height: 186px; }
  .access { padding: 32px 0; }
  footer { min-height: 170px; padding: 30px 12px; grid-template-columns: 1fr auto; align-content: center; }
  footer > p:first-of-type { grid-column: 1 / -1; grid-row: 2; margin-top: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: 0s !important; }
}
