:root {
  --paper: #f3f0e7;
  --ink: #1b1e18;
  --olive: #68734d;
  --line: #c9c5b7;
  --black: #11120f;
  --gold: #ccd1ae;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #dedbd1;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
}

[hidden] {
  display: none !important;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 10;
  top: 10px;
  left: 10px;
  padding: 8px 10px;
  transform: translateY(-160%);
  background: var(--paper);
  color: var(--ink);
  font: 12px/1.2 Arial, sans-serif;
}

.skip-link:focus {
  transform: none;
}

.site-shell {
  width: min(920px, calc(100% - 36px));
  margin: 22px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #3d4137;
  font: 700 10px/1.4 Arial, sans-serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.site-shell nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
}

.site-shell a {
  text-decoration: none;
}

.site-shell a:hover,
.site-shell a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

main {
  max-width: 920px;
  margin: 14px auto 70px;
  padding: 0 54px 72px;
  background: var(--paper);
  box-shadow: 0 8px 35px rgb(0 0 0 / 8%);
}

.mast {
  margin: 0 -54px 44px;
  padding: 22px 54px;
  border-bottom: 5px solid var(--gold);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: end;
  gap: 24px;
  background: var(--black);
  color: #f5f3ec;
}

.mast-left {
  color: var(--gold);
  font: 700 12px/1.3 Arial, sans-serif;
  letter-spacing: 2.2px;
}

.mast-right {
  color: #e4e2d9;
  font: 10px/1.55 Arial, sans-serif;
  letter-spacing: 0.08em;
  text-align: right;
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #e4e2d9;
  font: 700 10px/1 Arial, sans-serif;
  letter-spacing: 0.1em;
}

.language-switch button {
  min-width: 32px;
  padding: 4px 2px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.language-switch button[aria-pressed="true"] {
  border-color: var(--gold);
  color: var(--gold);
}

.language-switch button:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 3px;
}

h1 {
  margin: 28px 0 14px;
  font-size: clamp(42px, 5.8vw, 54px);
  font-weight: normal;
  line-height: 1.08;
  letter-spacing: -1px;
}

.standfirst {
  margin: 0 0 30px;
  color: #3f4735;
  font-size: 21px;
  line-height: 1.65;
}

.credits {
  margin: 28px 0 38px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.credit {
  min-width: 0;
  padding: 10px 18px 10px 0;
}

.credit:nth-child(even) {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.label {
  display: block;
  margin-bottom: 5px;
  color: var(--olive);
  font: 700 10px/1.2 Arial, sans-serif;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.value {
  color: #252820;
  font: 15px/1.55 Arial, sans-serif;
}

.official-publication {
  margin: -14px 0 42px;
  padding: 18px 20px;
  border-left: 3px solid var(--olive);
  background: #ebe8dc;
  font-family: Arial, sans-serif;
}

.official-publication p {
  margin: 0 0 9px;
  font-size: 14px;
  line-height: 1.55;
}

.official-publication a,
.publication-source a {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.official-publication a {
  font-size: 13px;
  line-height: 1.5;
}

.official-publication a:focus-visible,
.publication-source a:focus-visible {
  outline: 2px solid var(--olive);
  outline-offset: 4px;
}

.publication-source {
  margin-top: 18px;
}

.interview-body h2 {
  margin: 55px 0 22px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
  font: 700 25px/1.42 Arial, sans-serif;
}

.interview-body p {
  margin: 0 0 23px;
  font-size: 19px;
  line-height: 1.82;
}

.interview-body .proposition {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.lead {
  margin: 44px 0;
  padding: 26px 28px;
  border-left: 4px solid var(--olive);
  background: #ebe8dc;
  color: #455036;
}

.lead p,
.interview-body p.lead {
  margin: 0;
  color: inherit;
  font-size: 22px;
  line-height: 1.75;
}

.lead p + p {
  margin-top: 18px;
}

figure {
  margin: 38px 0 46px;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 850px;
  margin: auto;
  object-fit: contain;
}

figcaption {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #d8d4c8;
  color: #626a55;
  font: 12px/1.65 Arial, sans-serif;
}

.interview-footer {
  margin-top: 52px;
}

.end {
  margin: 7px 0;
  overflow-wrap: anywhere;
  font: 14px/1.75 Arial, sans-serif;
}

.end-title {
  padding-top: 24px;
  border-top: 2px solid var(--ink);
  font-weight: 700;
}

.cta {
  margin: 32px 0 0;
  padding: 20px 22px;
  border: 1px solid var(--olive);
  font: 700 13px/1.6 Arial, sans-serif;
  letter-spacing: 0.04em;
}

.cta a {
  text-decoration: none;
  border-bottom: 1px solid var(--olive);
}

@media (max-width: 700px) {
  body {
    background: var(--paper);
  }

  .site-shell {
    width: 100%;
    margin: 0;
    padding: 14px 18px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .site-shell nav {
    justify-content: flex-start;
  }

  main {
    margin: 0;
    padding: 0 22px 48px;
    box-shadow: none;
  }

  .mast {
    margin: 0 -22px 34px;
    padding: 18px 22px;
    grid-template-columns: 1fr auto;
    align-items: start;
    gap: 12px 18px;
  }

  .mast-left {
    grid-column: 1 / -1;
  }

  .mast-right {
    text-align: left;
  }

  h1 {
    font-size: clamp(35px, 10.2vw, 42px);
  }

  .standfirst {
    font-size: 19px;
  }

  .credits {
    grid-template-columns: 1fr;
  }

  .credit,
  .credit:nth-child(even) {
    padding: 9px 0;
    border-left: 0;
  }

  .credit + .credit {
    border-top: 1px dotted var(--line);
  }

  .interview-body h2 {
    font-size: 23px;
  }

  .interview-body p {
    font-size: 18px;
    line-height: 1.78;
  }

  .lead {
    padding: 20px;
  }

  .lead p,
  .interview-body p.lead {
    font-size: 19px;
  }

  .official-publication {
    margin-top: -12px;
    padding: 16px 17px;
  }
}

@media (max-width: 380px) {
  .mast {
    grid-template-columns: 1fr;
  }

  .language-switch {
    margin-top: 4px;
  }
}
