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

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

:root {
  --coal: #101010;
  --mineral: #f2f2ed;
  --signal: #c7352b;
  --galvanized: #bfc7c9;
  --white: #ffffff;
  --paper: #f7f0e4;
  --quiet: #565b5b;
  --line: rgba(16, 16, 16, 0.22);
  --line-light: rgba(255, 255, 255, 0.32);
  --shell: min(1380px, calc(100vw - 72px));
  --body: "Atkinson Hyperlegible Next", Arial, sans-serif;
  --display: "Syne", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--coal);
  background: var(--mineral);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.index-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--coal);
}

::selection {
  color: var(--white);
  background: var(--signal);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 500;
  top: 0.7rem;
  left: 0.7rem;
  padding: 0.8rem 1rem;
  color: var(--white);
  background: var(--coal);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.display-title {
  max-width: 11ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.1rem, 10.2vw, 10.5rem);
  font-weight: 690;
  letter-spacing: -0.078em;
  line-height: 0.82;
}

.page-title {
  max-width: 12ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.8rem, 8.3vw, 8.5rem);
  font-weight: 680;
  letter-spacing: -0.072em;
  line-height: 0.84;
}

.section-title {
  max-width: 13ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.lead {
  max-width: 720px;
  margin: 0;
  color: var(--quiet);
  font-size: clamp(1.16rem, 2vw, 1.48rem);
  line-height: 1.48;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 720;
}

.text-link::after {
  content: "→";
  color: var(--signal);
  font-size: 1.25em;
  transition: transform 150ms ease;
}

.text-link:hover::after {
  transform: translateX(0.25rem);
}

.button {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.78rem 1.1rem;
  border: 1px solid currentColor;
  color: var(--white);
  background: var(--coal);
  font-weight: 720;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: color 150ms ease, background 150ms ease;
}

.button:hover {
  color: var(--coal);
  background: var(--white);
}

.button-light {
  color: var(--coal);
  background: var(--white);
}

.button-light:hover {
  color: var(--white);
  background: var(--coal);
}

.button-line {
  color: inherit;
  background: transparent;
}

.button-line:hover {
  color: var(--white);
  background: var(--coal);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Header */
.site-header {
  position: relative;
  z-index: 40;
  border-bottom: 1px solid var(--coal);
  background: var(--mineral);
}

.header-row {
  display: grid;
  min-height: 7.25rem;
  grid-template-columns: 1fr auto auto;
  align-items: stretch;
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 1.1rem;
  padding-right: 1.5rem;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 3.35rem;
  height: 3.35rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--coal);
  background: var(--white);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  display: block;
  grid-area: 1 / 1;
}

.brand-mark::before {
  width: 1.55rem;
  height: 1.55rem;
  border: 0.38rem solid var(--coal);
}

.brand-mark::after {
  width: 0.45rem;
  height: 2.55rem;
  background: var(--signal);
  transform: rotate(32deg);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-name {
  font-family: var(--display);
  font-size: clamp(1rem, 1.7vw, 1.38rem);
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.brand-name i {
  color: var(--signal);
  font-style: normal;
}

.brand-sub {
  margin-top: 0.35rem;
  color: var(--quiet);
  font-size: 0.68rem;
  font-weight: 720;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.header-call,
.index-button {
  display: inline-flex;
  min-width: 11rem;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.35rem;
  border: 0;
  border-left: 1px solid var(--coal);
  color: var(--coal);
  background: transparent;
  font-weight: 740;
  line-height: 1.15;
  text-decoration: none;
}

.header-call:hover {
  color: var(--white);
  background: var(--coal);
}

.index-button {
  min-width: 12.5rem;
  gap: 1rem;
  cursor: pointer;
}

.index-button:hover {
  color: var(--white);
  background: var(--signal);
}

.index-glyph {
  display: grid;
  width: 1.25rem;
  gap: 0.25rem;
}

.index-glyph span {
  display: block;
  height: 2px;
  background: currentColor;
}

.index-glyph span:last-child {
  width: 70%;
  justify-self: end;
}

.fallback-index {
  border-top: 1px solid var(--coal);
}

.fallback-index-inner {
  display: flex;
  flex-wrap: wrap;
}

.fallback-index a {
  padding: 0.75rem 1.1rem;
  border-right: 1px solid var(--coal);
  font-weight: 680;
}

.js .fallback-index {
  display: none;
}

/* Full-screen index */
.site-index[hidden] {
  display: none;
}

.site-index {
  position: fixed;
  z-index: 300;
  inset: 0;
  overflow-y: auto;
  color: var(--coal);
  background: var(--mineral);
  opacity: 0;
  transform: translateY(-1.25rem);
  transition: opacity 190ms ease, transform 190ms ease;
}

.site-index.is-open {
  opacity: 1;
  transform: translateY(0);
}

.index-shell {
  min-height: 100%;
  border-inline: 1px solid var(--coal);
}

.index-head {
  display: flex;
  min-height: 7.25rem;
  align-items: center;
  justify-content: space-between;
  padding-inline: clamp(1.2rem, 3vw, 3rem);
  border-bottom: 1px solid var(--coal);
}

.index-head strong {
  font-family: var(--display);
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  letter-spacing: -0.035em;
}

.index-close {
  display: inline-grid;
  width: 3.4rem;
  height: 3.4rem;
  place-items: center;
  border: 1px solid var(--coal);
  color: var(--coal);
  background: var(--white);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.index-close:hover {
  color: var(--white);
  background: var(--signal);
}

.index-body {
  display: grid;
  grid-template-columns: minmax(190px, 0.42fr) 1fr;
}

.index-note {
  display: flex;
  min-height: 510px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.5rem, 3vw, 3rem);
  border-right: 1px solid var(--coal);
  background: var(--galvanized);
}

.index-note p {
  max-width: 18rem;
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.35;
}

.index-note span {
  font-size: 0.75rem;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.index-links {
  display: flex;
  flex-direction: column;
}

.index-links a {
  display: grid;
  flex: 1;
  grid-template-columns: 4.2rem 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem clamp(1.25rem, 3vw, 3rem);
  border-bottom: 1px solid var(--coal);
  text-decoration: none;
}

.index-links a:hover,
.index-links a[aria-current="page"] {
  color: var(--white);
  background: var(--signal);
}

.index-number,
.index-meta {
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.index-label {
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 5.3rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.index-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--coal);
}

.index-contact a {
  padding: 1.25rem clamp(1.25rem, 3vw, 3rem);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 720;
}

.index-contact a + a {
  border-left: 1px solid var(--coal);
}

/* Home opening */
.opening {
  padding: clamp(4.5rem, 9vw, 9rem) 0 clamp(3.5rem, 7vw, 6.5rem);
  background: var(--white);
}

.opening-grid {
  display: grid;
  grid-template-columns: minmax(160px, 0.34fr) 1fr;
  gap: clamp(2rem, 6vw, 7rem);
}

.opening-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
  padding-top: 0.8rem;
}

.opening-side::after {
  content: "";
  width: 2px;
  height: clamp(7rem, 20vw, 15rem);
  background: var(--signal);
  transform-origin: top;
  animation: signal-grow 520ms ease-out both;
}

@keyframes signal-grow {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

.opening-copy {
  display: grid;
  gap: 2.5rem;
}

.opening-copy .lead {
  justify-self: end;
  width: min(100%, 760px);
}

.hero-panorama {
  margin: 0;
  border-top: 1px solid var(--coal);
  border-bottom: 1px solid var(--coal);
  background: var(--coal);
}

.hero-panorama img {
  height: clamp(270px, 39vw, 610px);
  object-fit: cover;
  object-position: center 58%;
}

.image-caption {
  margin: 0;
  padding: 0.75rem max(1rem, calc((100vw - min(1380px, calc(100vw - 72px))) / 2));
  color: var(--white);
  background: var(--coal);
  font-size: 0.74rem;
  letter-spacing: 0.04em;
}

.action-strip {
  color: var(--white);
  background: var(--signal);
}

.action-strip-inner {
  display: grid;
  min-height: 9rem;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
}

.action-strip h2 {
  max-width: 28ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.7rem, 3.7vw, 3.6rem);
  font-weight: 630;
  letter-spacing: -0.045em;
  line-height: 1;
}

/* Definition rows */
.definition-block {
  padding: clamp(5rem, 9vw, 9rem) 0;
}

.definition-intro {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  margin-bottom: clamp(3rem, 7vw, 6rem);
}

.definition-intro .lead {
  justify-self: end;
}

.definition-rows {
  border-bottom: 1px solid var(--coal);
}

.definition-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, 0.72fr) minmax(260px, 1.4fr) minmax(180px, 0.58fr);
  gap: clamp(1.25rem, 3vw, 3.5rem);
  align-items: start;
  padding: clamp(1.65rem, 3.5vw, 3rem) 0;
  border-top: 1px solid var(--coal);
}

.definition-row::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 3.5rem;
  height: 5px;
  background: var(--signal);
}

.definition-row h3,
.definition-row dt {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.7vw, 2.7rem);
  font-weight: 640;
  letter-spacing: -0.045em;
  line-height: 1;
}

.definition-row p,
.definition-row dd {
  max-width: 700px;
  margin: 0;
  color: var(--quiet);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
}

.row-action {
  justify-self: end;
  font-weight: 720;
}

.row-action::after {
  content: " ↗";
  color: var(--signal);
}

.photo-aperture {
  display: grid;
  grid-template-columns: minmax(34px, 0.12fr) 1fr minmax(34px, 0.12fr);
  margin: 0;
  background: var(--coal);
}

.photo-aperture::before,
.photo-aperture::after {
  content: "";
  background: repeating-linear-gradient(135deg, transparent 0 18px, var(--signal) 18px 24px, transparent 24px 42px);
  opacity: 0.72;
}

.photo-aperture img {
  height: clamp(320px, 49vw, 720px);
  object-fit: cover;
}

.photo-aperture figcaption {
  grid-column: 1 / -1;
}

.facts-panel {
  padding: clamp(5rem, 9vw, 9rem) 0;
  background: var(--white);
}

.facts-grid {
  display: grid;
  grid-template-columns: 0.58fr 1fr;
  gap: clamp(2.5rem, 8vw, 9rem);
}

.fact-list {
  margin: 0;
  border-bottom: 1px solid var(--coal);
}

.fact-list div {
  display: grid;
  grid-template-columns: minmax(120px, 0.42fr) 1fr;
  gap: 1.5rem;
  padding: 1.25rem 0;
  border-top: 1px solid var(--coal);
}

.fact-list dt {
  font-weight: 770;
}

.fact-list dd {
  margin: 0;
  color: var(--quiet);
}

.location-slice {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  border-top: 1px solid var(--coal);
  border-bottom: 1px solid var(--coal);
}

.location-slice figure {
  min-width: 0;
  margin: 0;
}

.location-slice img {
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.location-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  padding: clamp(2rem, 6vw, 6rem);
  color: var(--white);
  background: var(--coal);
}

.location-copy address {
  font-family: var(--display);
  font-size: clamp(2rem, 4.5vw, 4.7rem);
  font-style: normal;
  font-weight: 620;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

/* Interior pages */
.page-opening {
  padding: clamp(4.5rem, 9vw, 9rem) 0 clamp(3.5rem, 7vw, 6rem);
  background: var(--white);
}

.page-opening-grid {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) 1fr;
  gap: clamp(2rem, 6vw, 7rem);
}

.page-opening-copy {
  display: grid;
  gap: 2.5rem;
}

.page-opening-copy .lead {
  justify-self: end;
  width: min(100%, 720px);
}

.page-photo {
  margin: 0;
  border-block: 1px solid var(--coal);
  background: var(--coal);
}

.page-photo img {
  height: clamp(300px, 46vw, 670px);
  object-fit: cover;
}

.page-photo.contained {
  width: var(--shell);
  margin: clamp(3rem, 7vw, 7rem) auto;
  border: 1px solid var(--coal);
}

.notice-band {
  padding: clamp(2rem, 4vw, 4rem) 0;
  color: var(--white);
  background: var(--signal);
}

.notice-band-inner {
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) 1fr;
  gap: clamp(2rem, 7vw, 8rem);
  align-items: start;
}

.notice-band p {
  max-width: 780px;
  margin: 0;
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  line-height: 1.42;
}

.guide-list {
  margin: 0;
  border-bottom: 1px solid var(--coal);
}

.guide-item {
  display: grid;
  grid-template-columns: minmax(155px, 0.48fr) 1fr;
  gap: clamp(1.5rem, 5vw, 6rem);
  padding: clamp(1.45rem, 3vw, 2.6rem) 0;
  border-top: 1px solid var(--coal);
}

.guide-item dt {
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.5vw, 2.5rem);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1;
}

.guide-item dd {
  max-width: 720px;
  margin: 0;
  color: var(--quiet);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.work-line {
  padding: clamp(5rem, 9vw, 9rem) 0;
  color: var(--white);
  background: var(--coal);
}

.work-line-grid {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: clamp(2.5rem, 7vw, 8rem);
}

.work-line-copy {
  display: grid;
  gap: 1.5rem;
}

.work-line-copy p {
  max-width: 720px;
  margin: 0;
  color: var(--galvanized);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
}

.privacy-line {
  padding-left: 1rem;
  border-left: 5px solid var(--signal);
}

/* Questions */
.questions {
  padding: clamp(5rem, 9vw, 9rem) 0;
}

.question-list {
  margin-top: clamp(3rem, 6vw, 6rem);
  border-bottom: 1px solid var(--coal);
}

.question-list details {
  border-top: 1px solid var(--coal);
}

.question-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.4rem, 3vw, 2.5rem) 0;
  font-family: var(--display);
  font-size: clamp(1.45rem, 3.2vw, 3rem);
  font-weight: 630;
  letter-spacing: -0.045em;
  line-height: 1.05;
  cursor: pointer;
  list-style: none;
}

.question-list summary::-webkit-details-marker {
  display: none;
}

.question-list summary::after {
  content: "+";
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border: 1px solid var(--coal);
  background: var(--white);
  font-family: var(--body);
  font-size: 1.5rem;
  font-weight: 400;
}

.question-list details[open] summary::after {
  content: "−";
  color: var(--white);
  background: var(--signal);
}

.question-answer {
  max-width: 820px;
  padding: 0 0 clamp(1.8rem, 4vw, 3.2rem);
  color: var(--quiet);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
}

.question-answer p {
  margin: 0;
}

/* Contact */
.contact-lines {
  border-block: 1px solid var(--coal);
  background: var(--mineral);
}

.contact-line {
  display: grid;
  grid-template-columns: minmax(150px, 0.38fr) 1fr auto;
  gap: clamp(1rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(1.35rem, 3vw, 2.6rem) 0;
  border-bottom: 1px solid var(--coal);
  text-decoration: none;
}

.contact-line:last-child {
  border-bottom: 0;
}

.contact-line strong {
  font-family: var(--display);
  font-size: clamp(1.3rem, 2.6vw, 2.5rem);
  letter-spacing: -0.04em;
}

.contact-line span {
  color: var(--quiet);
  font-size: clamp(1rem, 1.8vw, 1.3rem);
}

.contact-line::after {
  content: "↗";
  color: var(--signal);
  font-size: 1.6rem;
}

.contact-line:hover strong {
  color: var(--signal);
}

.form-area {
  padding: clamp(5rem, 9vw, 9rem) 0;
  color: var(--white);
  background: var(--coal);
}

.form-intro {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) 1fr;
  gap: clamp(2rem, 7vw, 8rem);
  margin-bottom: clamp(3.5rem, 7vw, 7rem);
}

.form-intro p {
  max-width: 720px;
  margin: 0;
  color: var(--galvanized);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
}

.message-form {
  width: min(860px, 100%);
  margin-inline: auto;
}

.message-form fieldset {
  display: grid;
  gap: 1.1rem;
  margin: 0;
  padding: clamp(1.4rem, 4vw, 3rem) 0 clamp(2.2rem, 5vw, 4rem);
  border: 0;
  border-top: 1px solid var(--line-light);
}

.message-form legend {
  margin-bottom: 1.5rem;
  padding: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4.5vw, 4.4rem);
  font-weight: 620;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.field {
  display: grid;
  gap: 0.45rem;
}

.field label {
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 3.5rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--galvanized);
  border-radius: 0;
  color: var(--coal);
  background: var(--white);
}

.field textarea {
  min-height: 10rem;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #6d7272;
  opacity: 1;
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-color: #ff736a;
  box-shadow: inset 5px 0 0 #ff736a;
}

.field-error {
  min-height: 1.2rem;
  color: #ffafa9;
  font-size: 0.82rem;
}

.form-disclosure {
  max-width: 720px;
  margin: 0 0 1.5rem;
  color: var(--galvanized);
}

.form-status {
  min-height: 1.6rem;
  margin: 1.2rem 0 0;
  color: var(--white);
}

.form-status a {
  color: var(--white);
  font-weight: 740;
}

/* Footer */
.site-footer {
  background: var(--mineral);
  border-top: 1px solid var(--coal);
}

.footer-address {
  padding: clamp(2.2rem, 5vw, 5rem) 0;
}

.footer-address address {
  max-width: 22ch;
  font-family: var(--display);
  font-size: clamp(2.3rem, 6vw, 6.7rem);
  font-style: normal;
  font-weight: 650;
  letter-spacing: -0.065em;
  line-height: 0.88;
}

.footer-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--coal);
  border-bottom: 1px solid var(--coal);
}

.footer-contact a {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1.3rem, 3vw, 2.3rem) 0;
  font-size: clamp(1.1rem, 2.3vw, 2rem);
  font-weight: 720;
  text-decoration: none;
}

.footer-contact a:first-child {
  padding-right: clamp(1rem, 3vw, 3rem);
}

.footer-contact a + a {
  padding-left: clamp(1rem, 3vw, 3rem);
  border-left: 1px solid var(--coal);
}

.footer-contact a::after {
  content: "↗";
  color: var(--signal);
}

.footer-contact a:hover {
  color: var(--signal);
}

.footer-base {
  display: grid;
  min-height: 5.5rem;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.5rem;
}

.footer-nav a {
  font-weight: 680;
}

.footer-meta {
  color: var(--quiet);
  font-size: 0.82rem;
  text-align: right;
}

/* Responsive */
@media (max-width: 980px) {
  :root {
    --shell: min(100% - 40px, 1380px);
  }

  .header-row {
    min-height: 5.8rem;
    grid-template-columns: 1fr auto;
  }

  .header-call {
    display: none;
  }

  .index-button {
    min-width: 10.5rem;
  }

  .index-head {
    min-height: 5.8rem;
  }

  .index-body {
    grid-template-columns: 1fr;
  }

  .index-note {
    display: grid;
    min-height: auto;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    border-right: 0;
    border-bottom: 1px solid var(--coal);
  }

  .index-note p {
    max-width: 32rem;
  }

  .definition-row {
    grid-template-columns: minmax(150px, 0.55fr) 1fr;
  }

  .row-action {
    grid-column: 2;
    justify-self: start;
  }

  .location-slice {
    grid-template-columns: 1fr;
  }

  .location-slice img {
    min-height: 360px;
  }
}

@media (max-width: 700px) {
  :root {
    --shell: min(100% - 28px, 1380px);
  }

  .brand {
    gap: 0.7rem;
  }

  .brand-mark {
    width: 2.8rem;
    height: 2.8rem;
  }

  .brand-sub {
    display: none;
  }

  .index-button {
    min-width: 3.4rem;
    padding-inline: 1rem;
  }

  .index-button > span:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .opening-grid,
  .page-opening-grid,
  .definition-intro,
  .facts-grid,
  .work-line-grid,
  .form-intro,
  .notice-band-inner {
    grid-template-columns: 1fr;
  }

  .opening-side {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    gap: 1rem;
  }

  .opening-side::after {
    width: 4rem;
    height: 5px;
  }

  .opening-copy .lead,
  .page-opening-copy .lead,
  .definition-intro .lead {
    justify-self: start;
  }

  .action-strip-inner {
    grid-template-columns: 1fr;
    padding-block: 1.6rem;
  }

  .definition-row,
  .guide-item,
  .contact-line {
    grid-template-columns: 1fr;
  }

  .definition-row {
    gap: 0.8rem;
  }

  .row-action {
    grid-column: auto;
  }

  .guide-item {
    gap: 0.65rem;
  }

  .contact-line {
    gap: 0.35rem;
  }

  .contact-line::after {
    position: absolute;
    right: 0;
  }

  .contact-line {
    position: relative;
    padding-right: 2.5rem;
  }

  .index-links a {
    grid-template-columns: 2rem 1fr;
  }

  .index-meta {
    display: none;
  }

  .index-contact,
  .footer-contact,
  .footer-base {
    grid-template-columns: 1fr;
  }

  .index-contact a + a,
  .footer-contact a + a {
    padding-left: 0;
    border-top: 1px solid var(--coal);
    border-left: 0;
  }

  .footer-contact a:first-child {
    padding-right: 0;
  }

  .footer-base {
    padding-block: 1.35rem;
  }

  .footer-meta {
    text-align: left;
  }

  .photo-aperture {
    grid-template-columns: 18px 1fr 18px;
  }
}

@media (max-width: 480px) {
  .display-title {
    font-size: clamp(3.3rem, 18vw, 5.2rem);
  }

  .page-title {
    font-size: clamp(3.15rem, 17vw, 5rem);
  }

  .brand-name {
    max-width: 9rem;
  }

  .index-note {
    grid-template-columns: 1fr;
  }

  .index-links a {
    min-height: 5.2rem;
    padding-block: 0.75rem;
  }

  .index-label {
    font-size: clamp(1.75rem, 10vw, 2.8rem);
  }

  .button-row,
  .button-row .button {
    width: 100%;
  }

  .question-list summary {
    grid-template-columns: 1fr 2.5rem;
    gap: 1rem;
  }

  .question-list summary::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
