html,
body {
  background: var(--paper);
  overflow-x: hidden;
  max-width: 100%;
}

@media (max-width: 900px) {
   body > .cam-nav {
    grid-template-columns: minmax(0, 1fr) auto !important;
    padding-right: calc(var(--outer) + 110px) !important;
  }

   body > .cam-nav .cam-brand {
    min-width: 0;
    font-family: var(--font-mono) !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: .14em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }

   body > .cam-nav .cam-side,
   body > .cam-nav .cam-burger {
    display: none !important;
  }

   body > .cam-nav .mlh-burger {
    display: inline-flex !important;
    right: var(--outer) !important;
    font-size: 10.5px !important;
    letter-spacing: .18em !important;
  }
}

img,
picture,
svg {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

.mark-focus-image {
  grid-column: 1 / -1;
  margin: 0;
  min-width: 0;
  border-top: 1px solid var(--rule);
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
}

.mark-focus-image img {
  width: 100% !important;
  height: clamp(420px, 58vw, 760px) !important;
  display: block;
  object-fit: cover !important;
  object-position: center;
}

.mark-focus-image figcaption {
  margin-top: .85rem;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--subtle);
}

@media (max-width: 760px) {
  .mark-focus-image img {
    height: min(72vh, 560px) !important;
  }
}

.mark-shell {
  background: var(--paper);
  color: var(--ink);
}

.mark-hero {
  min-height: 92vh;
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 1.35rem var(--outer) 2.2rem;
  background: #0e0e0e;
  color: var(--paper);
  isolation: isolate;
  overflow: hidden;
}

.mark-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14,14,14,.96) 0%, rgba(14,14,14,.78) 38%, rgba(14,14,14,.36) 70%, rgba(14,14,14,.52) 100%),
    linear-gradient(180deg, rgba(14,14,14,.18) 0%, rgba(14,14,14,.24) 48%, rgba(14,14,14,.92) 100%);
  z-index: -1;
}

.mark-hero-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .72;
  filter: saturate(.9) contrast(1.05) brightness(.68);
  z-index: -2;
}

.mark-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: start;
  gap: clamp(1rem, 2vw, 2rem);
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(250,248,244,.72);
}

.mark-brand {
  color: var(--paper);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.mark-wordmark {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--paper);
}

.mark-nav {
  display: flex;
  gap: clamp(.8rem, 1.6vw, 1.6rem);
  flex-wrap: wrap;
  justify-content: flex-end;
}

.mark-nav a,
.mark-top-cta {
  color: rgba(250,248,244,.78);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.mark-top-cta {
  color: var(--paper);
  border-bottom-color: var(--gold);
}

.mark-nav a:hover,
.mark-top-cta:hover {
  color: var(--gold);
  text-decoration: none;
}

.mark-hero-copy {
  align-self: end;
  max-width: min(58rem, 68vw);
  padding: 0 0 clamp(2rem, 6vh, 4.6rem);
}

.mark-kicker,
.mark-eyebrow,
.mark-label {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent);
}

.mark-hero .mark-kicker {
  color: var(--gold);
  margin: 0 0 1rem;
}

.mark-hero h1 {
  color: var(--paper);
  font-size: clamp(58px, 9.2vw, 126px);
  line-height: .92;
  letter-spacing: 0;
  max-width: 12ch;
}

.mark-hero h1 em {
  color: var(--gold);
}

.mark-hero-lead {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.42;
  color: rgba(250,248,244,.86);
  max-width: 36ch;
  margin: 1.4rem 0 0;
}

.mark-hero-foot {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  border-top: 1px solid rgba(250,248,244,.22);
  padding-top: 1.2rem;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(250,248,244,.68);
}

.mark-hero-foot span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.mark-hero-foot strong {
  display: block;
  margin-bottom: .35rem;
  font-family: var(--font-display);
  font-size: clamp(19px, 2vw, 30px);
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  color: var(--paper);
  font-weight: 400;
}

.mark-section {
  padding: clamp(54px, 7vw, 110px) var(--outer);
}

.mark-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(1rem, 2vw, 2rem);
  row-gap: 1.4rem;
}

.mark-eyebrow {
  grid-column: 1 / span 3;
  padding-top: .55rem;
}

.mark-title {
  grid-column: 5 / span 8;
  font-size: clamp(34px, 5.8vw, 84px);
  line-height: .98;
  letter-spacing: 0;
  max-width: 12ch;
}

.mark-copy {
  grid-column: 5 / span 7;
  max-width: 48rem;
}

.mark-copy p {
  color: var(--dark);
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.68;
  margin: 0 0 1rem;
}

.mark-copy .lead {
  max-width: 36rem;
}

.mark-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .85rem 1rem;
  margin-top: 1.8rem;
}

.mark-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.35rem;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
}

.mark-button.primary {
  background: var(--ink);
  color: var(--paper);
}

.mark-button:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
  text-decoration: none;
}

.mark-ledger {
  grid-column: 1 / -1;
  margin-top: 2rem;
  border-top: 1px solid var(--rule-strong);
}

.mark-row {
  display: grid;
  grid-template-columns: 78px 1fr 2fr 1fr;
  gap: clamp(1rem, 2vw, 2rem);
  padding: 1.7rem 0;
  border-bottom: 1px solid var(--rule);
}

.mark-num,
.mark-meta {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--subtle);
}

.mark-num {
  color: var(--accent);
  padding-top: .5rem;
}

.mark-row h3 {
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1;
}

.mark-row p {
  color: var(--dark);
  line-height: 1.58;
  margin: .25rem 0 0;
}

.mark-meta {
  text-align: right;
  padding-top: .55rem;
}

.mark-proof {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.8rem, 1.4vw, 1.2rem);
  margin-top: 2rem;
  border-top: 1px solid var(--rule-strong);
  padding-top: 1rem;
}

.mark-proof figure {
  margin: 0;
  background: #0e0e0e;
  color: var(--paper);
  min-height: 360px;
  position: relative;
  overflow: hidden;
}

.mark-proof img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  filter: saturate(.92) contrast(1.05) brightness(.82);
}

.mark-proof figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: .9rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(250,248,244,.88);
  text-shadow: 0 1px 10px rgba(0,0,0,.6);
}

.mark-dark {
  background: #0e0e0e;
  color: var(--paper);
}

.mark-dark .mark-title,
.mark-dark h2,
.mark-dark h3,
.mark-dark strong {
  color: var(--paper);
}

.mark-dark .mark-copy p,
.mark-dark .mark-row p {
  color: rgba(250,248,244,.76);
}

.mark-dark .mark-ledger {
  border-top-color: rgba(250,248,244,.28);
}

.mark-dark .mark-row {
  border-bottom-color: rgba(250,248,244,.14);
}

.mark-dark .mark-meta,
.mark-dark .mark-label {
  color: rgba(250,248,244,.56);
}

.mark-dark .mark-button {
  border-color: var(--gold);
  color: var(--paper);
}

.mark-dark .mark-button.primary {
  background: var(--gold);
  color: var(--ink);
}

.mark-form {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.45rem clamp(1rem, 2vw, 2rem);
  border-top: 1px solid var(--rule-strong);
  padding-top: 1.6rem;
  margin-top: 1.4rem;
}

.mark-field {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
  gap: .45rem;
}

.mark-field.full {
  grid-column: 1 / -1;
}

.mark-field.third {
  grid-column: span 4;
}

.mark-field label {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--subtle);
}

.mark-field input,
.mark-field select,
.mark-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--rule-strong);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  padding: .65rem 0;
  outline: none;
  font-size: 16px;
  line-height: 1.5;
}

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

.mark-field input:focus,
.mark-field select:focus,
.mark-field textarea:focus {
  border-bottom-color: var(--gold);
}

.mark-submit {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.2rem;
  margin-top: .6rem;
}

.mark-submit button {
  min-height: 56px;
  padding: 0 1.8rem;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  cursor: pointer;
}

.mark-submit button:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}

.mark-status,
.mark-help {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--subtle);
  line-height: 1.55;
}

.mark-status {
  color: var(--accent);
}

.mark-fallback {
  grid-column: 1 / -1;
  border-top: 1px solid var(--rule);
  padding-top: 1rem;
}

.mark-fallback a {
  color: var(--ink);
  border-bottom: 1px solid var(--gold);
  text-decoration: none;
}

@media (max-width: 900px) {
  .mark-top {
    grid-template-columns: 1fr auto;
  }

  .mark-nav {
    display: none;
  }

  .mark-hero-copy {
    max-width: 100%;
  }

  .mark-hero h1 {
    font-size: clamp(48px, 15vw, 78px);
    max-width: 10ch;
  }

  .mark-hero-foot {
    grid-template-columns: 1fr 1fr;
  }

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

  .mark-eyebrow,
  .mark-title,
  .mark-copy,
  .mark-ledger,
  .mark-proof,
  .mark-form {
    grid-column: 1 / -1;
  }

  .mark-title {
    max-width: 100%;
  }

  .mark-row {
    grid-template-columns: 48px 1fr;
    gap: .4rem 1rem;
  }

  .mark-row h3 {
    grid-column: 2;
  }

  .mark-row p {
    grid-column: 1 / -1;
  }

  .mark-meta {
    grid-column: 1 / -1;
    text-align: left;
    padding-top: 0;
  }

  .mark-proof {
    grid-template-columns: 1fr;
  }

  .mark-form {
    grid-template-columns: 1fr;
  }

  .mark-field,
  .mark-field.third,
  .mark-field.full {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .mark-hero {
    min-height: 88svh;
    padding-top: 1rem;
  }

  .mark-wordmark {
    font-size: 9.5px;
    letter-spacing: .2em;
  }

  .mark-top-cta {
    font-size: 9.5px;
    letter-spacing: .16em;
  }

  .mark-hero-foot {
    grid-template-columns: 1fr;
    font-size: 9px;
    letter-spacing: .13em;
    line-height: 1.45;
  }

  .mark-button,
  .mark-submit button {
    width: 100%;
  }
}
