.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(40px, 8vw, 120px);
  padding-block: 90px 110px;
}
.contact-intro h1 {
  font: 600 clamp(3.2rem, 6vw, 6rem)/0.98 var(--display);
  margin: 0 0 32px;
}
.contact-intro p {
  max-width: 37ch;
}
.contact-intro .lead {
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
  line-height: 1.25;
}
.contact-intro a {
  text-underline-offset: 5px;
}
.message-form {
  border-top: 3px solid #b93022;
  padding-top: 18px;
  min-width: 0;
}
.message-field {
  margin-bottom: 24px;
}
.message-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 9px;
}
.message-field input,
.message-field select,
.message-field textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  min-height: 50px;
  background: #faf8f3;
  color: #171719;
  border: 1px solid #99958c;
  border-radius: 0;
  padding: 12px 14px;
  font: inherit;
}
.message-field textarea {
  resize: vertical;
}
.message-field [aria-invalid="true"] {
  border: 2px solid #a32619;
}
.message-field .field-error {
  color: #a32619;
  font-size: 0.88rem;
  margin: 7px 0 0;
}
.message-status {
  font-size: 0.95rem;
  border-block: 1px solid #b9b4aa;
  padding: 18px 0;
  margin: 24px 0;
}
.message-form button:disabled {
  background: #d4d0c7;
  color: #53504a;
  border-color: #aaa59c;
  cursor: not-allowed;
}
.message-privacy {
  font-size: 0.94rem;
}
.form-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
@media (max-width: 900px) {
  .edition-columns {
    grid-template-columns: 1fr 1fr;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-block: 48px 64px;
  }
  .contact-intro p {
    max-width: 55ch;
  }
}
@media (max-width: 600px) {
  .site-footer.edition-footer {
    padding-top: 44px;
  }
  .edition-heading {
    flex-direction: column;
    align-items: start;
    gap: 26px;
  }
  .edition-columns {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .edition-links {
    align-items: stretch;
  }
  .edition-links a {
    min-height: 44px;
  }
  .edition-integrity {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .edition-credit {
    flex-direction: column;
    gap: 14px;
  }
}
.site-footer.edition-footer {
  --footer-ink: #f3f0e9;
  --footer-muted: #b6b7b4;
  background: #101112;
  color: var(--footer-ink);
  padding: 0 0 48px;
  border-top: 1px solid #353638;
}
.edition-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 64px;
  padding-bottom: 60px;
}
.edition-name {
  font: 600 clamp(2rem, 3vw, 3.1rem)/1 var(--display);
  margin: 0 0 28px;
  max-width: none;
}
.edition-name span {
  color: #ff8375;
}
.edition-claim {
  font-size: 1.15rem;
  line-height: 1.5;
  max-width: 34ch;
  margin: 0 0 18px;
}
.edition-description {
  max-width: 43ch;
  font-size: 0.96rem;
  line-height: 1.65;
  color: var(--footer-muted);
  margin: 0;
}
.edition-heading .edition-cta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  text-decoration: none;
  font: 600 clamp(3rem, 6vw, 5.8rem)/0.94 var(--display);
  padding-bottom: 20px;
  border-bottom: 1px solid #696b6c;
}
.edition-cta .arrow {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  margin-bottom: 3px;
  transform: rotate(-35deg);
  transition: transform 0.3s ease;
}
.edition-cta:hover .arrow {
  transform: rotate(-35deg) translate(4px, -3px);
}
.edition-cta:hover {
  color: #ff8375;
}
.edition-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
  padding: 36px 0 44px;
  border-top: 1px solid #353638;
}
.edition-links {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.edition-links h2,
.edition-semantic h2 {
  font: 600 0.91rem/1.4 var(--body);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 16px;
  color: var(--footer-ink);
}
.edition-links a {
  font-size: 1rem;
  min-height: 44px;
  padding: 9px 0;
  text-decoration: none;
  color: var(--footer-muted);
  overflow-wrap: anywhere;
}
.edition-links a:hover {
  color: var(--footer-ink);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.edition-integrity {
  display: grid;
  grid-template-columns: 180px 1.6fr 1fr;
  align-items: start;
  gap: 32px;
  padding-top: 36px;
  border-top: 1px solid #353638;
}
.edition-semantic p {
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--footer-muted);
  max-width: 66ch;
  margin: 0 0 10px;
}
.edition-semantic a,
.edition-credit a {
  color: var(--footer-ink);
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}
.edition-credit {
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
  max-width: 29ch;
  color: var(--footer-muted);
}
.edition-credit a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 1.12rem;
}
.edition-footer a:focus-visible {
  outline: 2px solid #ff8375;
  outline-offset: 5px;
}
.edition-links .arrow,
.edition-semantic .arrow,
.edition-credit .arrow {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.reduce-motion .edition-cta .arrow {
  transform: none;
  transition: none;
}
@media (max-width: 900px) {
  .edition-heading {
    gap: 32px;
  }
  .edition-columns {
    gap: 32px;
  }
  .edition-integrity {
    grid-template-columns: 180px 1fr;
  }
  .edition-credit {
    grid-column: 2;
    max-width: none;
  }
}
@media (max-width: 600px) {
  .site-footer.edition-footer {
    padding: 0 0 32px;
  }
  .edition-heading {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-bottom: 36px;
  }
  .edition-heading .edition-cta {
    font-size: 3.4rem;
    width: 100%;
  }
  .edition-cta .arrow {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }
  .edition-columns {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    padding-block: 28px;
  }
  .edition-projects {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .edition-links {
    align-items: stretch;
  }
  .edition-links h2 {
    font-size: 0.82rem;
  }
  .edition-links a {
    font-size: 0.96rem;
  }
  .edition-integrity {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .edition-credit {
    grid-column: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .edition-cta .arrow {
    transform: none;
    transition: none;
  }
}
.edition-navigation-band {
  background: #101112;
  color: #f3f0e9;
}
.edition-navigation-band .edition-columns {
  padding-block: 40px;
  border: 0;
}
.edition-navigation-band h2,
.edition-navigation-band a,
.edition-navigation-band a:hover {
  color: #f3f0e9;
}
.edition-navigation-band a:focus-visible {
  outline-color: #ff8375;
}
.edition-logo {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  width: 180px;
}
.edition-logo img {
  display: block;
  width: 180px;
  height: auto;
}
.edition-integrity {
  border-top: 1px solid #353638;
}
.edition-opening {
  --footer-ink: #f3f0e9;
  --footer-muted: #b8b5af;
  background: #101112;
  color: #f3f0e9;
  padding-top: 84px;
}
.edition-opening .edition-name span,
.edition-opening .edition-cta:hover {
  color: #ff8375;
}
.edition-opening a:focus-visible {
  outline-color: #ff8375;
}
@media (max-width: 600px) {
  .edition-opening {
    padding-top: 44px;
  }
}
html.privacy-gated,
html.privacy-gated body {
  overflow: hidden;
  overscroll-behavior: none;
}
html.privacy-gated body > :not(#consent-panel) { pointer-events: none; }
.consent-panel {
  position: fixed;
  inset: 0;
  z-index: 1000;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  padding: 24px;
  isolation: isolate;
  touch-action: none;
}
.consent-panel[hidden] { display: none; }
html.privacy-gated .consent-panel[hidden] { display: grid; }
.consent-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgb(15 19 21 / 4%);
  clip-path: polygon(evenodd,
    0 0, 100% 0, 100% 100%, 0 100%, 0 0,
    var(--glass-left, 50%) var(--glass-top, 50%),
    var(--glass-right, 50%) var(--glass-top, 50%),
    var(--glass-right, 50%) var(--glass-bottom, 50%),
    var(--glass-left, 50%) var(--glass-bottom, 50%),
    var(--glass-left, 50%) var(--glass-top, 50%)
  );
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: backdrop-filter 550ms ease, -webkit-backdrop-filter 550ms ease, background-color 550ms ease;
}
.consent-card {
  box-sizing: border-box;
  width: min(460px, 100%);
  max-height: calc(100svh - 48px);
  overflow: auto;
  padding: 30px 34px 24px;
  border: 1px solid rgb(255 255 255 / 38%);
  border-radius: 14px;
  background: #e2e3e2;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #171719;
  box-shadow: 0 16px 48px rgb(0 0 0 / 12%);
  text-align: center;
  touch-action: pan-y;
  font: 400 16px/1.5 Barlow, Arial, sans-serif;
  transition: opacity 500ms ease, transform 550ms ease;
}
.consent-card .consent-number {
  margin: 0 0 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgb(25 27 29 / 18%);
  font: 600 180px/.82 "Barlow Condensed", sans-serif;
  letter-spacing: -.03em;
  white-space: nowrap;
  animation: consent-time-enter 700ms cubic-bezier(.2, .65, .3, 1) both;
  color: #171719;
}
.consent-number span {
  display: inline-block;
  color: #b93022;
  animation: consent-time-enter 900ms cubic-bezier(.2, .65, .3, 1) both;
}
@keyframes consent-time-enter {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.consent-card p { max-width: 350px; margin: 0 auto 22px; color: #27292b; text-wrap: pretty; }
.consent-actions { display: grid; gap: 10px; max-width: 240px; margin-inline: auto; }
.consent-actions button {
  min-height: 48px;
  padding: 12px 20px;
  border: 0;
  border-radius: 6px;
  background: #b93022;
  color: #fff;
  font: 600 16px/1.4 Barlow, Arial, sans-serif;
  cursor: pointer;
}
.consent-actions button:hover { background: #a3291e; }
.consent-actions a {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  color: #393b3d;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: .2em;
}
.consent-panel :focus-visible { outline: 2px solid #171719; outline-offset: 4px; }
.consent-panel.is-leaving { pointer-events: none; }
.consent-panel.is-leaving::before {
  background: transparent;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}
.consent-panel.is-leaving .consent-card { opacity: 0; transform: translateY(4px) scale(.99); }
@media (max-width: 600px) {
  .consent-panel { padding: 20px; }
  .consent-card { padding: 26px 22px 20px; font-size: 15px; max-height: calc(100svh - 40px); }
  .consent-card .consent-number { font-size: clamp(125px, 39vw, 170px); padding-bottom: 22px; margin-bottom: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .consent-panel::before, .consent-card { transition: none; }
  .consent-card .consent-number, .consent-number span { animation: none; }
}
.edition-links [data-consent-settings] {
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  padding: 8px 0;
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

main > .evidence-workspace {
  padding-top: 48px;
}
@media (max-width: 700px) {
  main > .evidence-workspace {
    padding-top: 24px;
  }
  .evidence-workspace .filter-bottom {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 12px;
  }
  .filter-bottom .result-count {
    margin: 0;
  }
  .filter-bottom .reset-button {
    margin: 0;
  }
  main :is(input, select, textarea, button, a) {
    scroll-margin-bottom: 136px;
  }
}
