:root {
  --black: #000000;
  --white: #ffffff;
  --silver: #8e8e93;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  overflow-x: hidden;
  background: var(--black);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.58;
  letter-spacing: 0;
}

a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  overflow-wrap: anywhere;
}

strong {
  font-weight: 700;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: min(100% - 72px, 1180px);
  margin: 0 auto;
  padding: 30px 0;
  border-bottom: 1px solid var(--white);
}

.brand {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
  font-size: 14px;
}

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

.section-frame,
.site-footer {
  width: min(100% - 72px, 1180px);
  margin: 0 auto;
}

.hero {
  min-height: 640px;
  display: grid;
  align-content: center;
  padding: 90px 0 78px;
  border-bottom: 1px solid var(--white);
}

.kicker,
.section-heading span,
dt,
.visual-intro p,
.rfp-block span,
.download-section span,
.admission-section span {
  color: var(--silver);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
dl,
dd,
address {
  margin: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

h1 {
  max-width: 980px;
  margin-top: 22px;
  font-size: 72px;
  font-weight: 700;
  line-height: 0.98;
}

.hero-statement {
  max-width: 780px;
  margin-top: 34px;
  color: var(--white);
  font-size: 28px;
  line-height: 1.28;
}

.identity-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 64px;
  border: 1px solid var(--white);
}

.identity-list div {
  min-height: 150px;
  padding: 22px;
  border-right: 1px solid var(--white);
}

.identity-list div:last-child {
  border-right: 0;
}

dd {
  margin-top: 12px;
  font-size: 16px;
}

.section-frame {
  padding: 86px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 30px;
  align-items: baseline;
  margin-bottom: 42px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--white);
}

h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.12;
}

.practice-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--white);
}

.practice-list article {
  min-height: 250px;
  padding: 30px 30px 34px 0;
  border-bottom: 1px solid var(--white);
}

.practice-list article:nth-child(odd) {
  padding-right: 42px;
  border-right: 1px solid var(--white);
}

.practice-list article:nth-child(even) {
  padding-left: 42px;
}

.practice-list article:last-child {
  grid-column: 1 / -1;
  min-height: 0;
  padding-right: 0;
  border-right: 0;
}

h3 {
  max-width: 560px;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.28;
}

.practice-list p,
.quote-section p,
.download-section p,
.admission-section p,
.communications-section p,
address {
  max-width: 900px;
  color: var(--white);
}

.visual-section {
  padding: 0;
}

.visual-intro {
  padding-bottom: 42px;
}

.visual-intro .section-heading {
  margin-bottom: 28px;
}

.visual-matrix {
  width: 100%;
  margin: 0 auto;
  padding: 0 36px;
  text-align: center;
}

.visual-matrix img {
  display: block;
  width: min(3000px, calc(100vw - 72px));
  max-width: calc(100vw - 72px);
  height: auto;
  margin: 0 auto;
  border: 0;
}

.rfp-block {
  padding-top: 46px;
  border-bottom: 1px solid var(--white);
}

.rfp-block p + p,
.admission-section p + p {
  margin-top: 28px;
}

.quote-section p {
  font-size: 25px;
  line-height: 1.42;
}

.download-link {
  display: inline-block;
  margin-top: 30px;
  padding: 17px 20px;
  border: 1px solid var(--white);
  color: var(--white);
  text-decoration: none;
}

address {
  margin-top: 34px;
  font-style: normal;
}

.site-footer {
  padding: 34px 0 96px;
  border-top: 1px solid var(--white);
  color: var(--silver);
  font-size: 14px;
}

.admin-shell {
  width: min(100% - 56px, 880px);
  margin: 0 auto;
  padding: 58px 0 90px;
}

.admin-form {
  display: grid;
  gap: 28px;
}

.admin-form[hidden],
[hidden] {
  display: none !important;
}

.admin-form label {
  display: grid;
  gap: 10px;
  color: var(--white);
  font-size: 18px;
}

.admin-form input,
.admin-form textarea,
.admin-form button {
  width: 100%;
  border: 1px solid var(--white);
  border-radius: 0;
  background: var(--black);
  color: var(--white);
  font: inherit;
  letter-spacing: 0;
}

.admin-form input,
.admin-form textarea {
  padding: 14px;
}

.admin-form textarea {
  min-height: 260px;
  resize: vertical;
}

.admin-form button {
  padding: 16px;
  cursor: pointer;
}

.admin-status {
  min-height: 32px;
  color: var(--silver);
}

.admin-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--white);
  color: var(--silver);
  font-size: 14px;
  font-weight: 700;
}

.admin-topline button {
  width: auto;
  min-width: 96px;
  padding: 10px 14px;
}

@media (max-width: 900px) {
  .site-header,
  .section-frame,
  .site-footer {
    width: calc(100% - 48px);
  }

  .site-header {
    display: block;
  }

  .site-nav {
    justify-content: flex-start;
    margin-top: 18px;
  }

  h1 {
    font-size: 48px;
  }

  .hero-statement {
    font-size: 24px;
  }

  .identity-list,
  .practice-list {
    grid-template-columns: 1fr;
  }

  .identity-list div,
  .identity-list div:last-child {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--white);
  }

  .identity-list div:last-child {
    border-bottom: 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .practice-list article,
  .practice-list article:nth-child(odd),
  .practice-list article:nth-child(even),
  .practice-list article:last-child {
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
  }

  .visual-matrix {
    padding: 0 24px;
  }

  .visual-matrix img {
    width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
  }
}

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

  h1,
  h2,
  h3,
  p,
  dd,
  address,
  a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .site-header,
  .section-frame,
  .site-footer {
    width: min(326px, calc(100vw - 64px));
    max-width: none;
    margin-right: auto;
    margin-left: 16px;
  }

  .hero {
    min-height: 0;
    padding: 58px 0 54px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 23px;
  }

  h3 {
    font-size: 17px;
  }

  .hero-statement,
  .quote-section p {
    font-size: 20px;
  }

  .identity-list {
    margin-top: 42px;
  }

  .section-frame {
    padding: 58px 0;
  }

  .visual-intro {
    padding-bottom: 30px;
  }

  .visual-matrix {
    padding: 0 16px;
  }

  .visual-matrix img {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }
}
