@font-face {
  font-family: "Literata";
  src: url("fonts/literata.ttf") format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Atkinson Hyperlegible Next";
  src: url("fonts/atkinson-next.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #f4f0e7;
  --paper-2: #fffdf7;
  --ink: #16170f;
  --muted: #5e6057;
  --blue: #2146d0;
  --blue-dark: #16339f;
  --terra: #a84228;
  --lime: #d5f45c;
  --line: rgba(22, 23, 15, 0.2);
  --sans: "Atkinson Hyperlegible Next", Arial, sans-serif;
  --serif: "Literata", Georgia, serif;
  --edge: clamp(18px, 3.2vw, 54px);
  --dock-h: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.45;
  padding-bottom: calc(var(--dock-h) + 30px);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 7px var(--ink);
}

.skip-link {
  position: fixed;
  z-index: 100;
  left: 18px;
  top: 14px;
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-180%);
}
.skip-link:focus { transform: none; }

.topline {
  min-height: 104px;
  padding: 18px var(--edge);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand__mark {
  width: 58px;
  height: 58px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: var(--blue);
  color: #fff;
  border-radius: 50% 50% 7px 50%;
  overflow: hidden;
  font-size: 13px;
  line-height: 1;
}
.brand__mark b { align-self: center; justify-self: center; font-family: var(--serif); font-size: 29px; font-weight: 650; }
.brand__mark i { display: flex; align-items: center; justify-content: center; background: var(--terra); color: #fff; font-style: normal; writing-mode: vertical-rl; letter-spacing: .08em; }
.brand__name { font-size: 18px; font-weight: 760; line-height: .95; letter-spacing: -.02em; text-transform: uppercase; }
.brand__name em { font-size: 12px; font-weight: 520; font-style: normal; letter-spacing: .12em; }
.topline__contact { display: flex; align-items: center; gap: 32px; font-size: 15px; font-weight: 650; }
.topline__contact a { border-bottom: 1px solid var(--ink); }

.hero {
  min-height: calc(100vh - 104px - var(--dock-h));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .78fr) 92px;
  border-bottom: 1px solid var(--line);
}
.hero__statement {
  padding: clamp(54px, 7vw, 110px) var(--edge) clamp(64px, 8vw, 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--blue);
  color: #fff;
}
.eyebrow { margin: 0 0 clamp(58px, 8vw, 112px); display: flex; flex-wrap: wrap; gap: 9px; }
.eyebrow span {
  padding: 7px 12px 6px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 99px;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 890px;
  margin: 0;
  font-size: clamp(48px, 6.2vw, 104px);
  line-height: .89;
  letter-spacing: -.055em;
  font-weight: 790;
}
.hero h1 em { font-family: var(--serif); font-weight: 380; font-style: italic; color: var(--lime); }
.hero__lede { max-width: 680px; margin: 30px 0 0; font-size: clamp(18px, 1.45vw, 23px); line-height: 1.45; }
.hero__actions { margin-top: 38px; display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.button { min-height: 54px; padding: 14px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-weight: 750; border: 1px solid currentColor; }
.button--ink { background: var(--ink); color: #fff; border-color: var(--ink); }
.button--ink:hover { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.text-link { font-weight: 700; border-bottom: 1px solid currentColor; }

.hero__photo { min-width: 0; margin: 0; display: grid; grid-template-rows: 1fr auto; background: var(--terra); }
.hero__photo img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; object-position: 53% center; filter: saturate(.86) contrast(1.04); }
.hero__photo figcaption { min-height: 96px; padding: 18px 20px; display: grid; gap: 5px; color: #fff; }
.hero__photo figcaption span { font-size: 13px; letter-spacing: .14em; font-weight: 780; }
.hero__photo figcaption small { max-width: 42ch; font-size: 12px; line-height: 1.25; }
.hero__track { position: relative; overflow: hidden; background: var(--paper); border-left: 1px solid var(--line); }
.hero__track::before { content: ""; position: absolute; left: 45px; top: 8%; bottom: 8%; width: 2px; background: repeating-linear-gradient(to bottom, var(--ink) 0 12px, transparent 12px 22px); }
.track-dot { position: absolute; left: 33px; width: 26px; height: 26px; border: 7px solid var(--paper); border-radius: 50%; background: var(--terra); box-shadow: 0 0 0 1px var(--ink); }
.track-dot--one { top: 20%; }
.track-dot--two { bottom: 20%; background: var(--blue); }
.track-label { position: absolute; left: 24px; font-size: 11px; font-weight: 800; letter-spacing: .15em; writing-mode: vertical-rl; }
.track-label:nth-of-type(3) { top: 29%; }
.track-label:nth-of-type(4) { bottom: 29%; transform: rotate(180deg); }

.brief-strip {
  padding: clamp(52px, 7vw, 105px) var(--edge);
  display: grid;
  grid-template-columns: .35fr 1.35fr auto;
  align-items: center;
  gap: clamp(26px, 5vw, 82px);
}
.brief-strip__index { align-self: start; margin: 9px 0 0; color: var(--terra); font-size: 13px; font-weight: 800; letter-spacing: .16em; }
.kicker { margin: 0 0 13px; font-size: 14px; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.brief-strip h2 { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(34px, 4.3vw, 66px); font-weight: 430; line-height: 1.07; letter-spacing: -.035em; }
.round-link { width: 142px; height: 142px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--ink); border-radius: 50%; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.round-link b { align-self: flex-end; font-size: 27px; }
.round-link:hover { background: var(--terra); color: #fff; border-color: var(--terra); }

.dock {
  position: fixed;
  z-index: 50;
  left: 18px;
  right: 18px;
  bottom: 14px;
  min-height: var(--dock-h);
  display: flex;
  align-items: stretch;
  border: 1px solid rgba(255,255,255,.16);
  background: var(--ink);
  color: #fff;
  box-shadow: 0 13px 46px rgba(22,23,15,.22);
}
.dock__toggle { display: none; }
.dock__links { display: grid; grid-template-columns: repeat(4, minmax(110px, 1fr)); flex: 1; }
.dock__links a { padding: 11px 18px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.16); font-weight: 700; }
.dock__links a span { color: #b9bba9; font-size: 11px; letter-spacing: .12em; }
.dock__links a:hover, .dock__links a[aria-current="page"] { background: var(--blue); }
.dock__mail, .dock__call { padding: 0 24px; display: flex; align-items: center; justify-content: center; gap: 14px; font-weight: 760; }
.dock__mail { background: var(--lime); color: var(--ink); }
.dock__call { min-width: 230px; background: var(--terra); }
.dock__call span { font-weight: 540; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: minmax(0, 1.1fr) minmax(320px, .8fr); }
  .hero__track { display: none; }
  .dock__links { grid-template-columns: repeat(4, minmax(90px, 1fr)); }
  .dock__call { min-width: 82px; }
  .dock__call span { display: none; }
  .dock__mail { padding-inline: 18px; }
}

@media (max-width: 760px) {
  :root { --dock-h: 64px; }
  body { font-size: 16px; padding-bottom: calc(var(--dock-h) + 24px); }
  .topline { min-height: 82px; padding: 12px 17px; }
  .brand__mark { width: 48px; height: 48px; }
  .brand__mark b { font-size: 24px; }
  .topline__contact { display: none; }
  .hero { display: flex; flex-direction: column; min-height: 0; }
  .hero__statement { padding: 50px 18px 58px; }
  .eyebrow { margin-bottom: 58px; }
  .hero h1 { font-size: clamp(48px, 15vw, 72px); }
  .hero__lede { font-size: 18px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .text-link { align-self: flex-start; }
  .hero__photo img { min-height: 460px; max-height: 72vh; }
  .brief-strip { padding: 60px 18px 74px; grid-template-columns: 1fr; gap: 24px; }
  .brief-strip__index { margin: 0; }
  .round-link { width: 122px; height: 122px; }
  .dock { left: 8px; right: 8px; bottom: 8px; min-height: var(--dock-h); }
  .js .dock__toggle { width: 33.333%; min-height: 62px; padding: 0 16px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-right: 1px solid rgba(255,255,255,.18); background: var(--ink); color: #fff; cursor: pointer; }
  .dock__toggle i, .dock__toggle i::before { content: ""; width: 17px; height: 1px; display: block; background: currentColor; transition: transform .2s; }
  .dock__toggle i::before { transform: translateY(5px); }
  .dock__toggle[aria-expanded="true"] i { transform: rotate(45deg); }
  .dock__toggle[aria-expanded="true"] i::before { transform: rotate(-90deg); }
  .dock__links { position: absolute; left: -1px; right: -1px; bottom: calc(100% + 8px); grid-template-columns: 1fr 1fr; background: var(--ink); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 -18px 38px rgba(22,23,15,.18); }
  .js .dock__links { display: none; }
  .js .dock__links.is-open { display: grid; }
  .dock__links a { min-height: 72px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
  .dock__mail, .dock__call { width: 50%; min-width: 0; padding: 0 10px; }
  .js .dock__mail, .js .dock__call { width: 33.333%; }
  .dock__call span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
