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

@font-face {
  font-family: "Zodiak";
  src: url("fonts/Zodiak-VariableItalic.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("fonts/GeneralSans-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("fonts/GeneralSans-VariableItalic.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --eggplant: #33262E;
  --paper: #F1EAD9;
  --marigold: #DFA032;
  --font-display: "Zodiak", serif;
  --font-body: "General Sans", sans-serif;
  --size-hero: clamp(50px, 9.5vw, 160px);
  --size-h3: clamp(34px, 4.6vw, 78px);
  --size-h4: clamp(26px, 3vw, 48px);
  --size-body: clamp(16px, 1.25vw, 20px);
  --size-kicker: clamp(18px, 1.6vw, 26px);
  --size-small: clamp(15px, 1.1vw, 18px);
  --pad-section: 6vw;
  --line: 1.5px;
  --line-active: 2px;
  --ease: cubic-bezier(.7, 0, .3, 1);
  --t-cursor: 280ms;
  --t-state: 350ms;
  --t-grade: 500ms;
}

* { box-sizing: border-box; }

html { scroll-behavior: auto; }

body {
  margin: 0;
  background: var(--eggplant);
  color: var(--paper);
  font-family: var(--font-body);
  font-size: var(--size-body);
  line-height: 1.55;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 400;
  margin: 0;
}

p { margin: 0 0 1.1em; max-width: 52ch; }
p:last-child { margin-bottom: 0; }

a { color: inherit; }

img { display: block; }

figure { margin: 0; }

.site-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 4vw;
  padding: 28px var(--pad-section) 12px;
}

.brand {
  font-family: var(--font-display);
  font-size: clamp(20px, 1.8vw, 27px);
  text-decoration: none;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: .55em;
  color: var(--paper);
}
.brand-mark { flex: none; display: block; height: 1.55em; width: 2.13em; }
.brand-mark svg { width: 100%; height: 100%; display: block; }
.brand-mark rect { fill: currentColor; }
.brand-mark text {
  fill: #000;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -1px;
  text-anchor: end;
}
.brand-div { flex: none; width: 1px; align-self: stretch; background: currentColor; opacity: .55; }
.brand-name { font-weight: 400; letter-spacing: .01em; display: flex; flex-direction: column; line-height: 1.02; font-size: .82em; }

.site-nav { display: flex; flex-wrap: wrap; gap: .4em 2.2em; }

.site-nav a {
  text-decoration: none;
  font-weight: 500;
  font-size: var(--size-small);
  padding-bottom: .25em;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 var(--line-active);
  transition: background-size var(--t-cursor) var(--ease);
}

.site-nav a:hover,
.site-nav a.is-active { background-size: 100% var(--line-active); }

.menu-btn { display: none; }

.band { padding: 7vw var(--pad-section); }
.band--paper { background: var(--paper); color: var(--eggplant); }
.band--marigold { background: var(--marigold); color: var(--eggplant); }

.band--hero {
  min-height: 82vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.band--hero h1 {
  font-size: var(--size-h3);
  max-width: 18em;
  line-height: .96;
  letter-spacing: -.015em;
  max-width: 11ch;
}

.standfirst {
  font-weight: 500;
  font-size: clamp(17px, 1.4vw, 22px);
  max-width: 38ch;
  margin: 2em 0 0;
}

.band--hero .signature { margin-top: 3.2em; }

.band-image { width: 100%; display: block; height: clamp(380px, 68vh, 760px); }
.band-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.band--brief { min-height: 50vh; }

.statement .w { opacity: .16; transition: opacity .25s linear; }
@media (prefers-reduced-motion: reduce) { .statement .w { opacity: 1 !important; transition: none; } }

.sec {
  display: grid;
  grid-template-columns: minmax(110px, 22vw) minmax(0, 1fr);
  gap: 4vw;
  padding: 3.5vw 0;
}

.sec > h2 { grid-column: 2; }

.folio {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 401;
  font-size: var(--size-kicker);
  color: var(--marigold);
  padding-top: .35em;
}

.band--paper .folio,
.band--marigold .folio { color: var(--eggplant); }

.sec h2 {
  font-size: var(--size-h3);
  line-height: 1;
  letter-spacing: -.01em;
  max-width: 16ch;
  margin-bottom: .55em;
}

.lead {
  font-weight: 500;
  font-size: clamp(17px, 1.4vw, 22px);
  max-width: 40ch;
}

.folio .mark { display: block; width: 3.4em; height: .5em; margin-top: .45em; background: currentColor; }

.statement {
  font-family: var(--font-display);
  font-size: var(--size-h3);
  line-height: 1.02;
  letter-spacing: -.01em;
  max-width: 18ch;
  margin: 0;
}

.signature {
  display: inline-flex;
  align-items: center;
  gap: .55em;
  font-family: inherit;
  font-size: var(--size-body);
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  border: none;
  border-bottom: var(--line-active) solid currentColor;
  background: none;
  padding: 0 0 .3em;
  cursor: pointer;
}

.slot {
  width: 1em;
  height: 1em;
  flex: none;
  transition: transform var(--t-cursor) var(--ease);
}

.signature:hover .slot { transform: translateX(.35em); }

.read-more { display: inline-flex; align-items: center; gap: .45em; }
.read-more .chev { width: .8em; height: .8em; flex: none; transition: transform .25s var(--ease); }
.insight.open .read-more .chev { transform: rotate(180deg); }

.quiet {
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% var(--line);
  padding: 0 0 .3em;
  white-space: nowrap;
  border: none;
  background-color: transparent;
  font-family: inherit;
  font-size: var(--size-body);
  cursor: pointer;
}

.quiet:hover { animation: draw var(--t-cursor) var(--ease); }

@keyframes draw {
  from { background-size: 0 var(--line); }
  to { background-size: 100% var(--line); }
}

.cta-row { margin-top: 2.8em; }

.register { margin-top: 2.2em; }

.reg-row {
  display: grid;
  grid-template-columns: 3.5ch minmax(0, 1fr);
  gap: 1.5vw;
  padding: 1.3em 0;
  border-top: var(--line) solid currentColor;
}

.reg-row:last-child { border-bottom: var(--line) solid currentColor; }

.ordinal {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.3;
}

.reg-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(20px, 2vw, 32px);
  line-height: 1.15;
  margin: 0;
}

.reg-row p { max-width: 50ch; margin: .6em 0 0; }

.register--compact { margin-top: 1.4em; }
.register--compact .reg-row { grid-template-columns: minmax(0, 1fr); padding: .7em 0; }
.register--compact .reg-line { font-size: clamp(16px, 1.25vw, 19px); }
.register--compact .reg-row p { margin: 0; max-width: 58ch; }

.reg-line {
  font-family: var(--font-display);
  font-size: clamp(19px, 1.7vw, 26px);
  line-height: 1.3;
  max-width: 50ch;
  margin: 0;
}

.list-label { font-weight: 600; margin: 2.4em 0 0; }

.frame { position: relative; overflow: hidden; }

.frame img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ratio-34 { padding-top: 133.33%; }
.ratio-218 { padding-top: 38.1%; }
.ratio-217 { padding-top: 33.34%; }

.grade { background: var(--eggplant); }

.grade img {
  filter: grayscale(1) contrast(1.06);
  mix-blend-mode: screen;
  transition: filter var(--t-grade) var(--ease);
}

.grade::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--paper);
  mix-blend-mode: multiply;
  pointer-events: none;
  transition: opacity var(--t-grade) var(--ease);
}

.grade--silver { background: var(--paper); }

.grade--silver img {
  filter: grayscale(1) sepia(.14) contrast(.98) brightness(1.02);
  mix-blend-mode: normal;
}

.grade--silver::after { content: none; }

.lift:hover img { filter: grayscale(.3) contrast(1.02); }
.lift:hover::after { opacity: .4; }
.grade--silver.lift:hover img { filter: none; }

.frieze { margin: 7vw calc(-1 * var(--pad-section)) 0; }

.strip3 { display: grid; grid-template-columns: repeat(3, 1fr); }
.strip3 .frame { padding-top: 72%; }

.slipcase { margin-top: 4vw; }

.sheet {
  display: grid;
  grid-template-columns: 27% 21% 26%;
  grid-template-rows: auto auto;
  grid-auto-flow: column;
  align-items: end;
  justify-content: start;
  column-gap: 5vw;
  row-gap: 0;
  margin-top: 3.5em;
}
.sheet figure { display: contents; }
.sheet figcaption { align-self: start; }

.sheet figure:nth-child(1) { width: 27%; }
.sheet figure:nth-child(2) { width: 21%; }
.sheet figure:nth-child(3) { width: 26%; }
.sheet figcaption { margin-top: 1.1em; }

.sheet .name { font-weight: 600; margin: 0; }

.sheet .note {
  font-size: var(--size-small);
  font-weight: 500;
  max-width: 30ch;
  margin: .4em 0 0;
}

.diptych { display: flex; gap: 5vw; margin-top: 4.5vw; }
.diptych .frame:first-child { width: min(26%, 340px); }
.diptych .frame:last-child { width: min(20%, 270px); margin-top: 5vw; }

.rail-band {
  display: grid;
  grid-template-columns: minmax(110px, 22vw) minmax(0, 1fr);
  gap: 4vw;
}

.rail-list {
  position: sticky;
  top: 22vh;
  display: flex;
  flex-direction: column;
  gap: .7em;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rail-item {
  font-family: var(--font-display);
  font-style: italic;
  font-size: var(--size-kicker);
  transition: color var(--t-state) var(--ease), transform var(--t-state) var(--ease);
}

.rail-item.is-active { color: var(--marigold); transform: translateX(.5em); }

.band-title { padding-bottom: 1vw; }
.band-title h2 { grid-column: 1 / -1; }
.headline-wide { max-width: 24em; }
.note-block { margin-top: 1.5em; }

.compressed { padding: 4.5vw 0; }

.compressed h3 {
  font-size: var(--size-h4);
  line-height: 1.05;
  max-width: 20ch;
  margin-bottom: .5em;
}

.meta {
  font-size: var(--size-small);
  font-weight: 500;
  margin: 0 0 1em;
}

.insight { padding: 3em 0; border-top: var(--line) solid currentColor; }
.insight:first-of-type { border-top: none; padding-top: 0; }
.insight:first-of-type .meta { margin-top: 0; }
.insight:last-of-type { border-bottom: var(--line) solid currentColor; }

.insight h3 {
  font-size: clamp(26px, 3vw, 48px);
  line-height: 1.05;
  max-width: 22ch;
  margin: .3em 0 .7em;
}

.insight .more[hidden] { display: none; }
.insight .read-more[hidden] { display: none; }
.insight .more { margin-top: 1.1em; }

.disclaimer {
  font-size: var(--size-small);
  font-weight: 500;
  max-width: 52ch;
  margin: 4em 0 0;
}

.job-label--lead { font-size: var(--size-h4); margin-top: 0; }

.job-label {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 34px);
  margin: 2.2em 0 .6em;
}

.form { max-width: 620px; margin-top: 2.5em; }

.field { display: flex; flex-direction: column; gap: .55em; margin-bottom: 2.1em; }

.field label { font-weight: 600; }

.field input,
.field textarea {
  background: transparent;
  border: none;
  border-bottom: var(--line) solid currentColor;
  border-radius: 0;
  padding: .45em 0;
  color: inherit;
  font: inherit;
}

.field input:focus,
.field textarea:focus {
  outline: none;
  border-bottom-width: 3px;
}

.field textarea { min-height: 7.5em; resize: vertical; }

.office { margin-top: 5vw; }
.office p + p { margin-top: .8em; }

.office h3 {
  font-size: var(--size-h4);
  line-height: 1.05;
  margin-bottom: .6em;
}

.legal-doc { display: block; }
.legal-sec {
  display: grid;
  grid-template-columns: minmax(110px, 22vw) minmax(0, 1fr);
  gap: 4vw;
  padding: 3.2vw 0;
  border-top: 1px solid rgba(51, 38, 46, .16);
}
.legal-sec:first-child { border-top: none; padding-top: 0; }
.legal-sec > h2 {
  grid-column: 1;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.12;
  letter-spacing: -.005em;
  margin: 0;
  align-self: start;
  max-width: none;
}
.legal-col > :first-child { margin-top: 0; }
.legal-col > :last-child { margin-bottom: 0; }

.legal-body h2 {
  font-size: var(--size-h4);
  line-height: 1.05;
  max-width: 24ch;
  margin: 2.2em 0 .6em;
}

.legal-body h2:first-child { margin-top: 0; }

.plabel { font-weight: 600; margin: 1.6em 0 .4em; }

.plain {
  list-style: none;
  margin: .3em 0 1.2em;
  padding: 0;
}

.plain li { margin: .4em 0; max-width: 58ch; }

.band--coda {
  min-height: 72vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-foot { padding: 9vw var(--pad-section) 4vw; }

.brand--foot { font-size: 22px; margin: 0; }
.foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 2.6em;
  margin: 3em 0 3.5em;
}

.foot-links a {
  text-decoration: none;
  font-weight: 500;
  padding-bottom: .25em;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 var(--line);
  transition: background-size var(--t-cursor) var(--ease);
}

.foot-links a:hover { background-size: 100% var(--line); }

.legal { font-size: 14px; font-weight: 500; margin: 0; }

@media (max-width: 899px) {
  .site-head { align-items: center; }
  .site-nav {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: var(--eggplant);
    padding: 6vw;
    flex-direction: column;
    gap: 1.2em;
    z-index: 10;
  }
  .site-nav.open { display: flex; }
  .site-head { position: relative; }
  .menu-btn {
    display: block;
    background: none;
    border: none;
    border-bottom: var(--line-active) solid currentColor;
    color: inherit;
    font: inherit;
    font-weight: 600;
    padding: 0 0 .2em;
    cursor: pointer;
  }
}

@media (max-width: 700px) {
  .sec, .rail-band { grid-template-columns: 84px minmax(0, 1fr); gap: 5vw; }
  .legal-sec { grid-template-columns: 1fr; gap: 1.4vw; }
  .folio, .rail-item, .ordinal { font-size: 15px; }
  .sheet { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 7vw; }
  .sheet figure { display: block; }
  .sheet figcaption { align-self: auto; }
  .sheet figure:nth-child(1) { width: 58%; }
  .sheet figure:nth-child(2) { width: 44%; margin-top: 10vw; }
  .sheet figure:nth-child(3) { width: 54%; margin-top: 0; }
  .diptych { gap: 5vw; }
  .diptych .frame:first-child { width: 52%; }
  .diptych .frame:last-child { width: 40%; }
  .band { padding-top: 10vw; padding-bottom: 10vw; }
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 140%);
  width: min(720px, calc(100vw - 32px));
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 32px);
  flex-wrap: wrap;
  background: var(--paper);
  color: var(--eggplant);
  padding: 18px 22px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .35);
  z-index: 100;
  opacity: 0;
  transition: transform .5s var(--ease), opacity .5s var(--ease);
}
.cookie-banner.is-in { transform: translate(-50%, 0); opacity: 1; }
.cookie-text {
  margin: 0;
  flex: 1 1 320px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.cookie-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.cookie-btn {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: .7em 1.5em;
  border: 1px solid var(--eggplant);
  background: transparent;
  color: var(--eggplant);
  cursor: pointer;
  transition: background var(--t-cursor) var(--ease), color var(--t-cursor) var(--ease);
}
.cookie-btn:hover { background: var(--eggplant); color: var(--paper); }
.cookie-accept { background: var(--eggplant); color: var(--paper); }
.cookie-accept:hover { background: var(--marigold); border-color: var(--marigold); color: var(--eggplant); }
