/* Anagram Turtle Bay — an address / aperture / resident-day capsule. */
.atb-page {
  --atb-green: #06230c;
  --atb-foam: #fbfff6;
  --atb-moss: #cfddbd;
  --atb-tan: #fffcf6;
  --atb-blue: #122e45;
  --atb-water: #d7e1e0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin-top: 0.5rem;
  padding: 0;
  overflow: clip;
  background: var(--atb-foam);
  color: var(--atb-green);
  font-family: var(--project-body-font);
}

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

.atb-page h1,
.atb-page h2,
.atb-page h3,
.atb-page p,
.atb-page figure,
.atb-page ul {
  margin: 0;
}

.atb-page h2,
.atb-page h3 {
  font-family: var(--project-display-font);
  font-weight: 400;
  text-wrap: balance;
}

.atb-page img {
  display: block;
  max-width: 100%;
}

.atb-page section,
.atb-page footer {
  scroll-margin-top: 7.5rem;
}

.atb-kicker {
  display: block;
  font-family: var(--project-label-font);
  font-size: clamp(0.64rem, 0.66vw, 0.75rem);
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.atb-hero {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  min-height: min(86svh, 58rem);
  isolation: isolate;
  overflow: hidden;
  background: var(--atb-green);
}

.atb-back {
  position: absolute;
  z-index: 5;
  top: 1.2rem;
  left: 1.35rem;
  padding-bottom: 0.18rem;
  border-bottom: 1px solid currentColor;
  color: var(--atb-foam);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.atb-hero__wordmark {
  grid-column: 1 / span 7;
  grid-row: 1;
  min-height: inherit;
  background: var(--atb-green);
}

.atb-hero__wordmark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atb-hero__garden {
  position: relative;
  grid-column: 8 / -1;
  grid-row: 1;
  min-height: inherit;
  overflow: hidden;
}

.atb-hero__garden::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(6, 35, 12, 0.55), transparent 45%);
}

.atb-hero__garden img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atb-hero__garden figcaption {
  position: absolute;
  z-index: 1;
  right: 1.2rem;
  bottom: 1.2rem;
  color: var(--atb-foam);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.atb-hero__statement {
  position: absolute;
  z-index: 3;
  right: calc(41.666% + 2rem);
  bottom: 1.55rem;
  left: 1.4rem;
  display: grid;
  gap: 0.65rem;
  color: var(--atb-foam);
}

.atb-hero__statement > span {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.atb-hero__statement strong {
  font-family: var(--project-display-font);
  font-size: clamp(2.5rem, 5.8vw, 6.8rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.86;
}

.atb-hero__statement p {
  max-width: 34rem;
  font-size: clamp(0.85rem, 1vw, 1.05rem);
}

.atb-hero__seal {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 58.333%;
  width: clamp(8.5rem, 15vw, 15rem);
  aspect-ratio: 1;
  overflow: hidden;
  border: clamp(0.35rem, 0.8vw, 0.7rem) solid var(--atb-green);
  border-radius: 50%;
  background: var(--atb-foam);
  transform: translate(-50%, -50%);
}

.atb-hero__seal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atb-index {
  position: sticky;
  z-index: 12;
  top: 4.55rem;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-top: 1px solid rgba(6, 35, 12, 0.4);
  border-bottom: 1px solid rgba(6, 35, 12, 0.4);
  background: color-mix(in srgb, var(--atb-foam) 94%, transparent);
  backdrop-filter: blur(14px);
}

.atb-index a {
  display: flex;
  min-width: 0;
  padding: 0.8rem 0.9rem;
  border-right: 1px solid rgba(6, 35, 12, 0.24);
  font-size: clamp(0.64rem, 0.68vw, 0.75rem);
  font-weight: 700;
  gap: 0.5rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atb-index a:last-child {
  border-right: 0;
}

.atb-index a span {
  color: #66736a;
}

.atb-index a:hover,
.atb-index a:focus-visible {
  background: var(--atb-moss);
  outline: none;
}

.atb-field {
  padding: clamp(5rem, 9vw, 10rem) clamp(1rem, 4vw, 4.5rem);
  background: var(--atb-blue);
  color: var(--atb-foam);
}

.atb-field__territories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 94rem;
  margin: 0 auto;
  border: 1px solid rgba(251, 255, 246, 0.38);
}

.atb-field__territory {
  display: grid;
  min-width: 0;
  grid-template-rows: minmax(22rem, 34vw) auto;
  border-right: 1px solid rgba(251, 255, 246, 0.38);
}

.atb-field__territory:last-child {
  border-right: 0;
}

.atb-field__territory figure {
  min-height: 0;
  overflow: hidden;
  background: #081924;
}

.atb-field__territory img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86);
  transition: filter 260ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.atb-field__territory:first-child img {
  object-position: 46% center;
}

.atb-field__territory:hover img {
  filter: saturate(1);
  transform: scale(1.018);
}

.atb-field__territory > div {
  display: grid;
  min-height: 15rem;
  grid-template-columns: 2rem minmax(0, 1fr);
  padding: 1rem;
  align-content: start;
  border-top: 1px solid rgba(251, 255, 246, 0.38);
  gap: 0.55rem 0.7rem;
}

.atb-field__territory > div > span {
  grid-row: 1 / span 2;
  padding-top: 0.25rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.atb-field__territory h3 {
  font-size: clamp(1.65rem, 2.25vw, 2.7rem);
  line-height: 0.98;
}

.atb-field__territory p {
  grid-column: 2;
  max-width: 21rem;
  font-size: 0.78rem;
  line-height: 1.5;
}

.atb-field__resolution {
  display: grid;
  grid-template-columns: auto minmax(2rem, 1fr) minmax(20rem, 2.5fr) minmax(2rem, 1fr) auto;
  max-width: 94rem;
  margin: clamp(3rem, 6vw, 6rem) auto;
  align-items: center;
  gap: 1rem;
}

.atb-field__resolution span {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.atb-field__resolution i {
  height: 1px;
  background: currentColor;
}

.atb-field__resolution strong {
  font-family: var(--project-display-font);
  font-size: clamp(1.8rem, 3.2vw, 3.8rem);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-wrap: balance;
}

.atb-resident-study {
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
  max-width: 94rem;
  margin: 0 auto;
  border: 1px solid rgba(251, 255, 246, 0.38);
  background: var(--atb-foam);
  color: var(--atb-green);
}

.atb-resident-study__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(1.4rem, 3.5vw, 3.8rem);
  justify-content: center;
  border-right: 1px solid rgba(6, 35, 12, 0.28);
}

.atb-resident-study__copy h2 {
  margin-top: 1rem;
  font-size: clamp(2.8rem, 5.2vw, 6.2rem);
  letter-spacing: -0.05em;
  line-height: 0.88;
}

.atb-resident-study__copy > p {
  max-width: 33rem;
  margin-top: 1.5rem;
  font-size: clamp(0.92rem, 1.15vw, 1.14rem);
  line-height: 1.55;
}

.atb-resident-study__images {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-width: 0;
  align-items: stretch;
}

.atb-resident-study__images figure {
  display: grid;
  min-width: 0;
  grid-template-rows: minmax(28rem, 1fr) auto;
  border-right: 1px solid rgba(6, 35, 12, 0.2);
}

.atb-resident-study__images figure:last-child {
  border-right: 0;
}

.atb-resident-study__images img {
  width: 100%;
  height: 100%;
  padding: 0.75rem;
  object-fit: contain;
  background: #fff;
}

.atb-resident-study__images figcaption {
  padding: 0.65rem 0.75rem 0.75rem;
  border-top: 1px solid rgba(6, 35, 12, 0.2);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.atb-address,
.atb-day,
.atb-identity {
  padding: clamp(5rem, 9vw, 10rem) clamp(1rem, 4vw, 4.5rem);
  background: var(--atb-tan);
}

.atb-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 1.55fr);
  gap: clamp(1.5rem, 5vw, 6rem);
  align-items: start;
  max-width: 92rem;
  margin: 0 auto clamp(3rem, 7vw, 7rem);
}

.atb-section-head .atb-kicker {
  grid-column: 1 / -1;
  margin-bottom: -0.65rem;
}

.atb-section-head h2 {
  font-size: clamp(3rem, 6.8vw, 8rem);
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.atb-section-head > p {
  max-width: 42rem;
  padding-top: 0.25rem;
  font-size: clamp(1rem, 1.35vw, 1.45rem);
  line-height: 1.5;
}

.atb-dial {
  --atb-dial-angle: -38deg;
  position: relative;
  max-width: 94rem;
  margin: 0 auto;
}

.atb-dial__hub {
  position: relative;
  z-index: 3;
  width: clamp(14rem, 22vw, 22rem);
  aspect-ratio: 1;
  margin: 0 auto -3.5rem;
  overflow: hidden;
  border: 1px solid rgba(6, 35, 12, 0.45);
  border-radius: 50%;
  background: var(--atb-foam);
  box-shadow: 0 1rem 3rem rgba(6, 35, 12, 0.12);
}

.atb-dial__hub > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atb-dial__hub > i {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  transform: rotate(var(--atb-dial-angle));
  transition: transform 640ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.atb-dial__hub > i::after {
  position: absolute;
  top: -0.32rem;
  left: calc(50% - 0.32rem);
  width: 0.64rem;
  aspect-ratio: 1;
  border: 2px solid var(--atb-foam);
  border-radius: 50%;
  background: var(--atb-blue);
  content: "";
  box-shadow: 0 0 0 1px var(--atb-green);
}

.atb-dial__hub figcaption {
  position: absolute;
  right: 12%;
  bottom: 10%;
  left: 12%;
  display: grid;
  gap: 0.22rem;
  padding: 0.55rem 0.65rem;
  background: rgba(251, 255, 246, 0.9);
  text-align: center;
}

.atb-dial__hub figcaption span {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.atb-dial__hub figcaption strong {
  font-size: 0.67rem;
  line-height: 1.25;
}

.atb-dial__systems {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding-top: 6rem;
  background: rgba(6, 35, 12, 0.34);
}

.atb-dial__system {
  position: relative;
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: var(--atb-foam);
  color: var(--atb-green);
  text-align: left;
  transition: transform 420ms ease, background-color 180ms ease;
}

.atb-dial__system:hover,
.atb-dial__system:focus-visible {
  z-index: 1;
  background: var(--atb-moss);
  outline: 2px solid var(--atb-blue);
  outline-offset: -2px;
}

.atb-dial__system[aria-pressed="true"] {
  grid-column: span 2;
  background: var(--atb-green);
  color: var(--atb-foam);
}

.atb-dial__system > img {
  grid-column: 1 / -1;
  width: 100%;
  height: clamp(14rem, 23vw, 24rem);
  object-fit: cover;
  transition: height 420ms ease, filter 180ms ease;
}

.atb-dial__system[aria-pressed="true"] > img {
  height: clamp(20rem, 34vw, 34rem);
}

.atb-dial__number {
  grid-column: 1;
  padding: 1rem 0 1rem 1rem;
  font-size: 0.62rem;
  font-weight: 700;
}

.atb-dial__copy {
  grid-column: 2;
  display: grid;
  gap: 0.45rem;
  padding: 1rem 1rem 1.3rem;
}

.atb-dial__copy small {
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.atb-dial__copy strong {
  font-family: var(--project-display-font);
  font-size: clamp(1.45rem, 2.2vw, 2.5rem);
  font-weight: 400;
  line-height: 1;
}

.atb-dial__copy em {
  max-width: 32rem;
  font-size: 0.84rem;
  font-style: normal;
  line-height: 1.45;
}

.atb-dial__instruction {
  max-width: 34rem;
  margin: 1rem 0 0 auto;
  font-size: 0.68rem;
  line-height: 1.5;
  text-align: right;
}

.atb-garden {
  padding: clamp(5rem, 9vw, 10rem) clamp(1rem, 4vw, 4.5rem);
  background: var(--atb-green);
  color: var(--atb-foam);
}

.atb-aperture {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  max-width: 94rem;
  margin: 0 auto;
}

.atb-aperture figure {
  position: relative;
  overflow: hidden;
}

.atb-aperture figure img {
  width: 100%;
  height: clamp(28rem, 50vw, 54rem);
  object-fit: cover;
}

.atb-aperture figure figcaption,
.atb-contrast figcaption,
.atb-day__image figcaption,
.atb-residence figcaption,
.atb-identity__marks figcaption,
.atb-system__aerial figcaption {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.atb-aperture figure figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  padding: 0.5rem 0.6rem;
  background: rgba(6, 35, 12, 0.82);
}

.atb-aperture__room img {
  object-position: 55% center;
}

.atb-aperture__threshold {
  display: flex;
  flex-direction: column;
  width: clamp(3rem, 5vw, 5rem);
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  background: var(--atb-moss);
  color: var(--atb-green);
}

.atb-aperture__threshold span,
.atb-aperture__threshold strong {
  font-size: 0.64rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.atb-aperture__threshold i {
  width: 1px;
  flex: 1;
  margin: 1rem 0;
  background: currentColor;
}

.atb-contrast {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(13rem, 0.6fr) minmax(0, 0.7fr);
  max-width: 76rem;
  margin: clamp(4rem, 8vw, 8rem) auto 0;
  align-items: stretch;
}

.atb-contrast figure {
  display: grid;
  grid-template-rows: 1fr auto;
}

.atb-contrast figure img {
  width: 100%;
  height: 100%;
  min-height: 20rem;
  object-fit: cover;
}

.atb-contrast figcaption {
  padding-top: 0.55rem;
}

.atb-contrast > div {
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  min-height: 100%;
  padding: 1.2rem;
  align-items: center;
  justify-items: center;
  background: var(--atb-blue);
  text-align: center;
}

.atb-contrast > div span {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.atb-contrast > div strong {
  font-family: var(--project-display-font);
  font-size: clamp(1.8rem, 3.2vw, 3.5rem);
  font-weight: 400;
}

.atb-contrast > div i {
  width: 1px;
  height: 100%;
  margin: 0.7rem 0;
  background: currentColor;
}

.atb-levels {
  display: grid;
  grid-template-columns: 0.8fr 1.7fr 1fr;
  gap: 1px;
  max-width: 94rem;
  margin: 0 auto;
  align-items: end;
  background: rgba(6, 35, 12, 0.34);
}

.atb-level {
  display: flex;
  min-width: 0;
  min-height: 28rem;
  flex-direction: column;
  padding: clamp(1.2rem, 2.5vw, 2.5rem);
  background: var(--atb-water);
}

.atb-level--one {
  min-height: 42rem;
  background: var(--atb-green);
  color: var(--atb-foam);
}

.atb-level--twenty-four {
  min-height: 34rem;
  background: var(--atb-blue);
  color: var(--atb-foam);
}

.atb-level__index {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.atb-level > strong {
  margin-top: auto;
  font-family: var(--project-display-font);
  font-size: clamp(2.4rem, 4.5vw, 5.3rem);
  font-weight: 400;
  line-height: 0.94;
}

.atb-level > p {
  margin-top: 0.8rem;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atb-level ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
  padding: 1.4rem 0 0;
  list-style: none;
  font-size: 0.72rem;
}

.atb-level li {
  padding-top: 0.45rem;
  border-top: 1px solid currentColor;
}

.atb-day__image {
  max-width: 94rem;
  margin: 1px auto 0;
  background: #fff;
}

.atb-day__image img {
  width: 100%;
  height: auto;
}

.atb-day__image figcaption {
  max-width: 44rem;
  padding: 0.85rem 1rem 1rem;
  line-height: 1.5;
}

.atb-residence {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(22rem, 0.9fr);
  min-height: min(82svh, 58rem);
  background: var(--atb-blue);
  color: var(--atb-foam);
}

.atb-residence__view {
  position: relative;
  min-height: inherit;
}

.atb-residence__view::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent 65%, var(--atb-blue));
}

.atb-residence__view img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.atb-residence__view figcaption {
  position: absolute;
  z-index: 1;
  bottom: 1.2rem;
  left: 1.2rem;
}

.atb-residence__copy {
  display: flex;
  flex-direction: column;
  padding: clamp(3rem, 7vw, 8rem) clamp(1.2rem, 5vw, 5rem) clamp(3rem, 5vw, 6rem) clamp(1rem, 2vw, 2rem);
  justify-content: center;
}

.atb-residence__copy h2 {
  margin-top: 1.2rem;
  font-size: clamp(3.2rem, 6vw, 7rem);
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.atb-residence__copy > p {
  max-width: 36rem;
  margin-top: 1.5rem;
  font-size: clamp(0.95rem, 1.2vw, 1.2rem);
  line-height: 1.55;
}

.atb-residence__proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(2rem, 5vw, 5rem);
  background: rgba(251, 255, 246, 0.45);
}

.atb-residence__proof span {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  padding: 1rem;
  background: var(--atb-blue);
  font-size: 0.72rem;
}

.atb-residence__proof strong {
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.atb-identity__marks {
  max-width: 94rem;
  margin: 0 auto;
  border: 1px solid rgba(6, 35, 12, 0.25);
  background: var(--atb-foam);
}

.atb-identity__marks img {
  width: 100%;
  height: auto;
}

.atb-identity__marks figcaption {
  padding: 0.75rem 1rem 0.9rem;
}

.atb-palette {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  max-width: 94rem;
  margin: 1px auto 0;
  gap: 1px;
  background: rgba(6, 35, 12, 0.3);
}

.atb-palette > span {
  display: grid;
  min-height: 13rem;
  padding: 0.8rem;
  align-content: end;
  background: var(--atb-swatch);
  color: var(--atb-green);
}

.atb-palette > span:first-child,
.atb-palette > span:nth-child(5) {
  color: var(--atb-foam);
}

.atb-palette strong,
.atb-palette small {
  font-size: 0.64rem;
  line-height: 1.4;
}

.atb-palette strong {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atb-system {
  display: grid;
  grid-template-columns: minmax(22rem, 0.8fr) minmax(0, 1.2fr);
  background: var(--atb-green);
  color: var(--atb-foam);
}

.atb-system__copy {
  display: flex;
  min-height: 48rem;
  flex-direction: column;
  padding: clamp(3rem, 7vw, 8rem) clamp(1.2rem, 5vw, 5rem);
  justify-content: center;
}

.atb-system__copy h2 {
  margin-top: 1.2rem;
  font-size: clamp(3.2rem, 6.2vw, 7rem);
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.atb-system__copy > p {
  max-width: 36rem;
  margin-top: 1.5rem;
  font-size: clamp(0.95rem, 1.2vw, 1.2rem);
  line-height: 1.55;
}

.atb-system__sequence {
  display: flex;
  margin-top: 4rem;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.atb-system__sequence i {
  height: 1px;
  flex: 1;
  background: currentColor;
}

.atb-system__aerial {
  position: relative;
  min-height: 48rem;
}

.atb-system__aerial img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.atb-system__aerial figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.45rem 0.55rem;
  background: rgba(6, 35, 12, 0.8);
}

.atb-credits {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(251, 255, 246, 0.45);
}

.atb-credits > div {
  display: grid;
  min-width: 0;
  min-height: 9rem;
  padding: 1rem;
  align-content: end;
  border-right: 1px solid rgba(251, 255, 246, 0.3);
  gap: 0.4rem;
}

.atb-credits > div:nth-child(4n) {
  border-right: 0;
}

.atb-credits span {
  font-size: 0.64rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.atb-credits strong {
  font-family: var(--project-display-font);
  font-size: clamp(1.1rem, 1.8vw, 1.9rem);
  font-weight: 400;
  line-height: 1.05;
}

@media (max-width: 980px) {
  .atb-index {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .atb-index a:nth-child(-n + 4) {
    border-bottom: 1px solid rgba(6, 35, 12, 0.24);
  }

  .atb-section-head {
    grid-template-columns: 1fr;
  }

  .atb-section-head > p {
    padding-top: 0;
  }

  .atb-field__territories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atb-field__territory {
    grid-template-rows: minmax(24rem, 52vw) auto;
    border-bottom: 1px solid rgba(251, 255, 246, 0.38);
  }

  .atb-field__territory:nth-child(2n) {
    border-right: 0;
  }

  .atb-field__territory:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .atb-field__territory > div {
    min-height: 12rem;
  }

  .atb-resident-study {
    grid-template-columns: 1fr;
  }

  .atb-resident-study__copy {
    min-height: 30rem;
    border-right: 0;
    border-bottom: 1px solid rgba(6, 35, 12, 0.28);
  }

  .atb-resident-study__images figure {
    grid-template-rows: minmax(24rem, 1fr) auto;
  }

  .atb-dial__systems {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atb-dial__system[aria-pressed="true"] {
    grid-column: span 2;
  }

  .atb-aperture {
    grid-template-columns: 1fr;
  }

  .atb-aperture__threshold {
    width: 100%;
    height: 3rem;
    flex-direction: row;
    padding: 0 1rem;
  }

  .atb-aperture__threshold span,
  .atb-aperture__threshold strong {
    writing-mode: horizontal-tb;
  }

  .atb-aperture__threshold i {
    width: auto;
    height: 1px;
    margin: 0 1rem;
  }

  .atb-contrast {
    grid-template-columns: 1fr 0.72fr 1fr;
  }

  .atb-levels {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .atb-level,
  .atb-level--one,
  .atb-level--twenty-four {
    min-height: 22rem;
  }

  .atb-residence,
  .atb-system {
    grid-template-columns: 1fr;
  }

  .atb-residence__view,
  .atb-system__aerial {
    min-height: 64vw;
  }

  .atb-residence__view::after {
    background: linear-gradient(0deg, var(--atb-blue), transparent 45%);
  }

  .atb-residence__copy {
    padding-top: 1rem;
  }

  .atb-system__copy {
    min-height: 0;
  }

  .atb-system__aerial {
    grid-row: 1;
  }

  .atb-credits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atb-credits > div:nth-child(4n) {
    border-right: 1px solid rgba(251, 255, 246, 0.3);
  }

  .atb-credits > div:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 680px) {
  .atb-page {
    margin-top: 0.25rem;
  }

  .atb-hero {
    display: block;
    min-height: 86svh;
  }

  .atb-hero__wordmark,
  .atb-hero__garden {
    min-height: 43svh;
  }

  .atb-hero__wordmark img,
  .atb-hero__garden img {
    min-height: 43svh;
  }

  .atb-hero__statement {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    padding: 0.75rem;
    background: rgba(6, 35, 12, 0.72);
  }

  .atb-hero__statement strong {
    font-size: clamp(2.9rem, 15vw, 4.8rem);
  }

  .atb-hero__seal {
    top: 50%;
    left: 50%;
    width: 8.2rem;
  }

  .atb-hero__garden figcaption {
    display: none;
  }

  .atb-back {
    top: 0.85rem;
    left: 0.9rem;
  }

  .atb-index {
    top: 7rem;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .atb-index::-webkit-scrollbar {
    display: none;
  }

  .atb-index a {
    min-width: max-content;
    border-bottom: 0 !important;
  }

  .atb-address,
  .atb-day,
  .atb-identity,
  .atb-garden,
  .atb-field {
    padding: 4.2rem 0.8rem;
  }

  .atb-section-head {
    gap: 1.4rem;
    margin-bottom: 3rem;
  }

  .atb-section-head .atb-kicker {
    margin-bottom: 0;
  }

  .atb-section-head h2 {
    font-size: clamp(3.2rem, 17vw, 5.2rem);
  }

  .atb-section-head > p {
    font-size: 0.96rem;
  }

  .atb-field__territories {
    grid-template-columns: 1fr;
  }

  .atb-field__territory,
  .atb-field__territory:nth-child(2n),
  .atb-field__territory:nth-last-child(-n + 2) {
    grid-template-rows: 30rem auto;
    border-right: 0;
    border-bottom: 1px solid rgba(251, 255, 246, 0.38);
  }

  .atb-field__territory:last-child {
    border-bottom: 0;
  }

  .atb-field__territory > div {
    min-height: 0;
    padding-bottom: 1.4rem;
  }

  .atb-field__resolution {
    grid-template-columns: auto 1fr auto;
    margin: 3rem auto;
  }

  .atb-field__resolution i {
    display: none;
  }

  .atb-field__resolution strong {
    grid-column: 1 / -1;
    grid-row: 1;
    margin-bottom: 1rem;
  }

  .atb-field__resolution span {
    grid-row: 2;
  }

  .atb-field__resolution span:last-child {
    text-align: right;
  }

  .atb-resident-study__copy {
    min-height: 0;
    padding: 2rem 1rem 2.5rem;
  }

  .atb-resident-study__copy h2 {
    font-size: clamp(3.2rem, 17vw, 5.2rem);
  }

  .atb-resident-study__images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atb-resident-study__images figure {
    grid-template-rows: 20rem auto;
    border-bottom: 1px solid rgba(6, 35, 12, 0.2);
  }

  .atb-resident-study__images figure:nth-child(2n) {
    border-right: 0;
  }

  .atb-resident-study__images figure:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .atb-dial__hub {
    width: 13.5rem;
    margin-bottom: -2.5rem;
  }

  .atb-dial__systems {
    grid-template-columns: 1fr;
    padding-top: 4.5rem;
  }

  .atb-dial__system,
  .atb-dial__system[aria-pressed="true"] {
    grid-column: 1;
  }

  .atb-dial__system > img,
  .atb-dial__system[aria-pressed="true"] > img {
    height: 19rem;
  }

  .atb-dial__instruction {
    text-align: left;
  }

  .atb-aperture figure img {
    height: 76vw;
    min-height: 21rem;
  }

  .atb-contrast {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .atb-contrast > div {
    grid-template-columns: auto auto 1fr auto auto;
    grid-template-rows: 1fr;
    min-height: 5rem;
  }

  .atb-contrast > div i {
    width: 100%;
    height: 1px;
    margin: 0 0.7rem;
  }

  .atb-contrast > div strong {
    font-size: 1.3rem;
  }

  .atb-contrast figure img {
    min-height: 20rem;
  }

  .atb-level,
  .atb-level--one,
  .atb-level--twenty-four {
    min-height: 20rem;
  }

  .atb-residence__view,
  .atb-system__aerial {
    min-height: 76vw;
  }

  .atb-residence__copy,
  .atb-system__copy {
    padding: 3.5rem 1rem;
  }

  .atb-residence__copy h2,
  .atb-system__copy h2 {
    font-size: clamp(3.2rem, 17vw, 5.4rem);
  }

  .atb-residence__proof {
    grid-template-columns: 1fr;
  }

  .atb-palette {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atb-palette > span {
    min-height: 9rem;
  }

  .atb-system__sequence {
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto;
    row-gap: 0.7rem;
  }

  .atb-system__sequence span:nth-of-type(4),
  .atb-system__sequence span:nth-of-type(5),
  .atb-system__sequence i:nth-of-type(4) {
    display: none;
  }

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

  .atb-credits > div,
  .atb-credits > div:nth-child(2n),
  .atb-credits > div:nth-child(4n) {
    min-height: 7rem;
    border-right: 0;
    border-bottom: 1px solid rgba(251, 255, 246, 0.3);
  }
}

@media (prefers-reduced-motion: reduce) {
  .atb-page *,
  .atb-page *::before,
  .atb-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}
