:root {
  --ink: #2d1b1a;
  --navy: #18334d;
  --muted: #68727e;
  --orange: #d84c1f;
  --orange-dark: #b83a15;
  --paper: #faf6ed;
  --white: #fffdf8;
  --blue: #e1eef2;
  --line: #ded7ca;
  --serif: Charter, "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --content: 760px;
  --page: 1440px;
}

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

html {
  color-scheme: light;
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

a {
  color: var(--navy);
  text-decoration-color: rgba(24, 51, 77, .4);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

a:hover,
a:focus-visible {
  color: var(--orange-dark);
  text-decoration-color: currentColor;
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 9px 14px;
  color: var(--white);
  background: var(--navy);
  border-radius: 4px;
  transform: translateY(-160%);
}

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

.site-header {
  width: min(calc(100% - 48px), var(--page));
  margin: 24px auto 0;
  overflow: hidden;
  background: var(--blue);
  border-bottom: 1px solid var(--line);
  border-radius: 26px 26px 0 0;
}

.site-header__inner {
  width: min(calc(100% - 96px), 1260px);
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.brand {
  display: block;
  width: min(340px, 43vw);
  line-height: 0;
  text-decoration: none;
}

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

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: var(--serif);
  font-size: 15px;
  white-space: nowrap;
}

.site-nav a {
  color: var(--ink);
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--orange-dark);
}

main {
  overflow: clip;
}

article {
  padding: 0;
}

.hero {
  position: relative;
  width: min(calc(100% - 48px), var(--page));
  min-height: 600px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0 0 26px 26px;
  background-color: var(--blue);
  background-image: url("/assets/open-door-hero.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero__inner {
  width: min(calc(100% - 96px), 1260px);
  min-height: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.hero__copy {
  position: relative;
  z-index: 1;
  width: min(58%, 760px);
  padding: 56px 0 46px;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: .15em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  line-height: 1.08;
  text-wrap: balance;
}

h1 {
  max-width: 790px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(54px, 5.3vw, 82px);
  font-weight: 600;
  letter-spacing: -.052em;
}

.dek {
  max-width: 600px;
  margin: 28px 0 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(20px, 1.8vw, 27px);
  line-height: 1.38;
}

.hero__tagline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 38px 0 0;
  color: var(--orange-dark);
  font-family: var(--serif);
  font-size: 17px;
  font-style: italic;
}

.hero__tagline::before {
  width: 36px;
  height: 1px;
  content: "";
  background: currentColor;
}

.article-body {
  width: min(calc(100% - 48px), var(--content));
  margin: 0 auto;
  padding: 96px 0 0;
}

.article-body > h2 {
  scroll-margin-top: 24px;
  margin: 88px 0 25px;
  color: var(--ink);
  font-size: clamp(34px, 4.4vw, 48px);
  font-weight: 600;
  letter-spacing: -.035em;
}

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

.article-body h2:has(.section-mark) {
  display: grid;
  grid-template-columns: 37px minmax(0, 1fr);
  align-items: start;
  gap: 17px;
}

.section-mark,
.cta-mark {
  display: block;
  width: 37px;
  height: 37px;
  margin-top: .1em;
  object-fit: contain;
}

.article-body > p {
  margin: 0 0 24px;
}

.article-body strong {
  color: var(--navy);
  font-weight: 700;
}

.section-break {
  width: 100%;
  margin: 76px 0 0;
  border: 0;
  border-top: 1px solid var(--line);
}

.scene-note {
  margin: -8px 0 48px !important;
  padding-left: 54px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.55;
}

h3 {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  margin: 62px 0 24px;
  color: var(--navy);
  font-size: clamp(25px, 3.2vw, 32px);
  font-weight: 600;
  letter-spacing: -.025em;
}

.q-number {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: -.14em;
  color: var(--white);
  background: var(--orange);
  border-radius: 50%;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
}

.table-scroll {
  margin: 38px 0 82px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.55;
}

th,
td {
  padding: 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

th {
  color: var(--white);
  background: var(--navy);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .05em;
  text-transform: uppercase;
}

td + td,
th + th {
  border-left: 1px solid var(--line);
}

tbody tr:last-child td {
  border-bottom: 0;
}

td:first-child {
  color: var(--orange-dark);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 600;
}

.cta-box {
  margin: 64px 0;
  padding: 52px;
  border-radius: 18px;
  background: var(--blue);
}

.cta-box h2 {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  margin: 0 0 20px;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 600;
  letter-spacing: -.035em;
}

.cta-mark {
  width: 42px;
  height: 42px;
}

.cta-box > p {
  margin: 0 0 26px;
}

form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

label {
  grid-column: 1 / -1;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
}

input,
button {
  min-height: 52px;
  border-radius: 5px;
  font: inherit;
}

input {
  min-width: 0;
  padding: 0 16px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #aab8bd;
}

input::placeholder {
  color: #758087;
}

button {
  padding: 0 22px;
  color: var(--white);
  background: var(--orange);
  border: 1px solid var(--orange);
  font-weight: 750;
  cursor: pointer;
}

button:hover,
button:focus-visible {
  background: var(--orange-dark);
  border-color: var(--orange-dark);
}

button:disabled {
  cursor: wait;
  opacity: .72;
}

.form-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 1.5em;
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.form-status:empty {
  display: none;
}

.form-status--success {
  color: #27633e;
}

.form-status--error {
  color: #9e2f19;
}

.fine-print {
  margin: 13px 0 0 !important;
  color: var(--muted);
  font-size: 13px;
}

.site-footer {
  margin-top: 88px;
  padding: 32px 0 44px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 13px;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 6px;
}

.footer-nav a {
  color: var(--muted);
}

.footer-nav a:hover,
.footer-nav a:focus-visible,
.analytics-settings:hover,
.analytics-settings:focus-visible {
  color: var(--orange-dark);
}

.analytics-settings {
  min-height: 0;
  padding: 0;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 0;
  font: inherit;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.analytics-settings:hover,
.analytics-settings:focus-visible {
  background: transparent;
  border-color: transparent;
}

.analytics-consent {
  position: fixed;
  z-index: 1000;
  right: 18px;
  bottom: 18px;
  left: 18px;
  width: min(calc(100% - 36px), 920px);
  margin: 0 auto;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--white);
  background: var(--navy);
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 12px;
  box-shadow: 0 18px 48px rgb(34 25 20 / 24%);
  font-family: var(--sans);
}

.analytics-consent__copy {
  max-width: 620px;
}

.analytics-consent__copy p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.analytics-consent__copy .analytics-consent__title {
  margin-bottom: 3px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 700;
}

.analytics-consent__copy a {
  display: inline-block;
  margin-top: 5px;
  color: #dceaf1;
  font-size: 13px;
}

.analytics-consent__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.analytics-consent__actions button {
  min-height: 44px;
  padding: 0 17px;
  white-space: nowrap;
}

.analytics-consent__actions .analytics-consent__decline {
  color: var(--white);
  background: transparent;
  border-color: rgb(255 255 255 / 46%);
}

.analytics-consent__actions .analytics-consent__decline:hover,
.analytics-consent__actions .analytics-consent__decline:focus-visible {
  background: rgb(255 255 255 / 10%);
  border-color: var(--white);
}

/* About, Contact, and Privacy belong to the same editorial world as the guide. */
.subpage .site-header {
  border-radius: 26px 26px 0 0;
}

.info-page {
  padding: 0;
}

.page-hero {
  position: relative;
  width: min(calc(100% - 48px), var(--page));
  min-height: 390px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 0 0 26px 26px;
  background: var(--blue);
}

.page-hero::after {
  position: absolute;
  right: clamp(38px, 9vw, 138px);
  bottom: -62px;
  width: clamp(220px, 28vw, 390px);
  aspect-ratio: 1;
  content: "";
  background: url("/assets/brand-mark.png") center / contain no-repeat;
  opacity: .09;
  transform: rotate(8deg);
}

.page-hero__inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 96px), 1260px);
  margin: 0 auto;
  padding: 72px 0 78px;
}

.page-hero h1 {
  max-width: 880px;
  font-size: clamp(54px, 6.5vw, 84px);
}

.page-intro {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.42;
}

.info-body {
  width: min(calc(100% - 48px), 860px);
  margin: 0 auto;
  padding-top: 88px;
}

.info-lede {
  max-width: 760px;
  margin: 0 0 78px;
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.42;
}

.info-section {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 44px;
  padding: 42px 0 46px;
  border-top: 1px solid var(--line);
}

.info-section h2 {
  margin: 0;
  color: var(--orange-dark);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.info-section__content > :first-child {
  margin-top: 0;
}

.info-section__content > :last-child {
  margin-bottom: 0;
}

.info-section__content h3 {
  display: block;
  margin: 34px 0 12px;
  color: var(--navy);
  font-size: 24px;
}

.info-section__content p,
.info-section__content li {
  max-width: 640px;
}

.info-section__content ul {
  margin: 20px 0;
  padding-left: 22px;
}

.info-section__content li + li {
  margin-top: 10px;
}

.editor-note,
.contact-card,
.privacy-summary {
  margin: 10px 0 78px;
  padding: 34px 38px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--orange);
  border-radius: 4px 16px 16px 4px;
  background: var(--white);
}

.editor-note p,
.contact-card p,
.privacy-summary p {
  margin: 0;
}

.contact-card {
  border-left-color: var(--navy);
  background: var(--blue);
  font-style: normal;
}

.contact-label {
  color: var(--orange-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-email {
  display: inline-block;
  margin-top: 8px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(23px, 4vw, 36px);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.contact-note {
  margin-top: 18px !important;
  color: var(--muted);
  font-size: 14px;
}

.privacy-summary strong {
  color: var(--navy);
}

.updated-date {
  margin: -54px 0 70px;
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 900px) {
  .site-header {
    width: min(calc(100% - 24px), 760px);
    margin-top: 12px;
    border-radius: 20px 20px 0 0;
  }

  .site-header__inner {
    width: calc(100% - 56px);
    min-height: 76px;
  }

  .brand {
    width: min(292px, 55vw);
  }

  .site-nav {
    gap: 18px;
    font-size: 13px;
  }

  .hero {
    width: min(calc(100% - 24px), 760px);
    min-height: 660px;
    border-radius: 0 0 20px 20px;
    background-position: center bottom;
    background-size: auto 68%;
  }

  .hero__inner {
    width: calc(100% - 56px);
    min-height: 660px;
    align-items: flex-start;
  }

  .hero__copy {
    width: 100%;
    padding-top: 50px;
  }

  h1 {
    max-width: 690px;
    font-size: clamp(48px, 9vw, 68px);
  }

  .dek {
    max-width: 560px;
  }

  .page-hero {
    width: min(calc(100% - 24px), 760px);
    border-radius: 0 0 20px 20px;
  }

  .page-hero__inner {
    width: calc(100% - 56px);
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
    line-height: 1.68;
  }

  .site-header {
    width: calc(100% - 16px);
    margin-top: 8px;
    border-radius: 18px 18px 0 0;
  }

  .site-header__inner {
    width: calc(100% - 38px);
    min-height: 70px;
  }

  .brand {
    width: min(275px, 78vw);
  }

  .site-nav {
    display: none;
  }

  .page-hero {
    width: calc(100% - 16px);
    min-height: 350px;
    border-radius: 0 0 18px 18px;
  }

  .page-hero__inner {
    width: calc(100% - 38px);
    padding: 58px 0 64px;
  }

  .page-hero h1 {
    font-size: clamp(46px, 14vw, 60px);
  }

  .page-intro {
    max-width: 330px;
    font-size: 20px;
  }

  .info-body {
    width: calc(100% - 36px);
    padding-top: 64px;
  }

  .info-lede {
    margin-bottom: 56px;
    font-size: 23px;
  }

  .info-section {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 34px 0 40px;
  }

  .editor-note,
  .contact-card,
  .privacy-summary {
    margin-bottom: 56px;
    padding: 26px 24px;
  }

  .updated-date {
    margin: -38px 0 50px;
  }

  .hero {
    width: calc(100% - 16px);
    min-height: 680px;
    border-radius: 0 0 18px 18px;
    background-position: 70% bottom;
    background-size: auto 66%;
  }

  .hero__inner {
    width: calc(100% - 38px);
    min-height: 680px;
  }

  .hero__copy {
    padding-top: 36px;
  }

  .eyebrow {
    max-width: 250px;
    margin-bottom: 14px;
    font-size: 10px;
  }

  h1 {
    max-width: 335px;
    font-size: clamp(42px, 13.3vw, 54px);
  }

  .dek {
    max-width: 325px;
    margin-top: 19px;
    font-size: 19px;
  }

  .hero__tagline {
    width: 238px;
    margin-top: 22px;
    font-size: 12px;
  }

  .hero__tagline::before {
    flex: 0 0 36px;
    margin-top: .75em;
  }

  .article-body {
    width: calc(100% - 36px);
    padding-top: 66px;
  }

  .article-body > h2 {
    margin-top: 68px;
    font-size: 34px;
  }

  .article-body h2:has(.section-mark) {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 12px;
  }

  .section-mark {
    width: 30px;
    height: 30px;
  }

  .scene-note {
    margin-bottom: 40px !important;
    padding-left: 42px;
    font-size: 17px;
  }

  h3 {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    margin-top: 50px;
    font-size: 26px;
  }

  .q-number {
    width: 42px;
    height: 42px;
  }

  .section-break {
    margin-top: 58px;
  }

  .table-scroll {
    margin-bottom: 62px;
    overflow: visible;
    border: 0;
    background: transparent;
  }

  table,
  thead,
  tbody,
  tr,
  th,
  td {
    display: block;
  }

  thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
  }

  tbody {
    display: grid;
    gap: 18px;
  }

  tr {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--white);
  }

  td,
  td + td {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 12px;
    padding: 15px;
    border: 0;
    border-bottom: 1px solid var(--line);
  }

  tbody tr td:last-child {
    border-bottom: 0;
  }

  td::before {
    color: var(--muted);
    content: attr(data-label);
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
  }

  .cta-box {
    margin: 48px -4px;
    padding: 30px 22px;
    border-radius: 14px;
  }

  .cta-box h2 {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    font-size: 31px;
  }

  .cta-mark {
    width: 34px;
    height: 34px;
  }

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

  label {
    grid-column: auto;
  }

  button {
    width: 100%;
  }

  .footer-nav {
    flex-wrap: wrap;
  }

  .analytics-settings {
    width: auto;
  }

  .analytics-consent {
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 17px;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .analytics-consent__actions button {
    width: auto;
    flex: 1 1 0;
    padding: 0 12px;
  }
}

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