:root {
  --navy: #111d2a;
  --navy-light: #213140;
  --ivory: #f5f3ec;
  --paper: #ebe9e1;
  --yellow: #f8d34e;
  --ink: #17232c;
  --muted: #647078;
  --line: rgba(23, 35, 44, 0.18);
  --gutter: clamp(24px, 5.6vw, 96px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family:
    Arial, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
}
body.modal-open,
body.menu-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button {
  border: 0;
}
button:disabled {
  cursor: wait;
}
button,
summary {
  touch-action: manipulation;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #bd8300;
  outline-offset: 5px;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h2,
h3 {
  font-weight: 600;
}
em {
  font-style: normal;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
::selection {
  background: var(--yellow);
  color: var(--navy);
}
[hidden] {
  display: none !important;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 15px;
  z-index: 100;
  background: var(--yellow);
  padding: 14px;
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 108px;
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  gap: 40px;
  color: var(--ivory);
  z-index: 20;
  border-bottom: 1px solid #ffffff26;
}
.site-header.is-scrolled {
  position: fixed;
  height: 78px;
  background: rgba(17, 29, 42, 0.97);
  box-shadow: 0 1px 0 #ffffff13;
  animation: header-in 0.3s var(--ease);
}
@keyframes header-in {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.5px;
}
.logo small {
  display: block;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 2.45px;
  margin-top: 7px;
}
.logo-mark {
  position: relative;
  display: flex;
  gap: 5px;
  align-items: flex-end;
  width: 41px;
  height: 35px;
  padding-left: 3px;
}
.logo-mark i {
  display: block;
  width: 8px;
  height: 30px;
  border-radius: 1.5px;
  background: var(--yellow);
  transform-origin: bottom;
}
.logo-mark i:nth-child(2) {
  transform: rotate(-14deg);
  height: 32px;
}
.logo-mark i:nth-child(3) {
  transform: rotate(-28deg);
  height: 34px;
}
.desktop-nav {
  display: flex;
  gap: 35px;
  margin-left: auto;
  font-size: 14px;
}
.desktop-nav a {
  position: relative;
  padding: 12px 0;
}
.desktop-nav a:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s;
}
.desktop-nav a:hover:after {
  transform: scaleX(1);
}
.header-cta {
  margin-left: 40px;
  background: var(--yellow);
  color: var(--navy);
  padding: 15px 20px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  gap: 28px;
  align-items: center;
}
.header-cta span {
  font-size: 20px;
}
.header-cta:hover {
  background: #ffe580;
}
.menu-toggle {
  display: none;
}
.mobile-nav {
  display: none;
}
.hero {
  position: relative;
  isolation: isolate;
  min-height: 700px;
  height: 100svh;
  max-height: 1100px;
  background: #111d2a;
  color: var(--ivory);
  overflow: hidden;
}
.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-media {
  will-change: transform;
  transform: scale(1.03);
}
.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
}
.hero-shade {
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(12, 22, 32, 0.45) 0%,
      rgba(12, 22, 32, 0.02) 65%
    ),
    linear-gradient(0deg, rgba(9, 20, 30, 0.7), transparent 30%);
}
.hero-content {
  padding: clamp(145px, 18vh, 195px) var(--gutter) 120px;
}
.eyebrow,
.section-index {
  font-size: 11px;
  letter-spacing: 1.9px;
  font-weight: 600;
}
.eyebrow {
  color: var(--yellow);
  margin-bottom: 27px;
}
.hero-wordmark {
  font-size: clamp(94px, 10.8vw, 174px);
  font-weight: 800;
  line-height: 0.81;
  letter-spacing: -0.075em;
  margin-left: -0.065em;
}
.hero-wordmark span {
  color: var(--yellow);
}
.hero-copy {
  margin-top: 38px;
}
.hero-copy h2 {
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.48;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
  font-weight: 600;
  margin-top: 34px;
}
.round-arrow {
  display: inline-grid;
  place-items: center;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 1px solid var(--line);
  font-size: 20px;
  transition:
    transform 0.3s,
    background 0.3s;
}
.text-link:hover .round-arrow {
  transform: rotate(45deg);
  background: var(--yellow);
  color: var(--navy);
  border-color: transparent;
}
.text-link.light .round-arrow {
  border-color: #ffffff6b;
}
.hero-copy .text-link {
  margin-top: 26px;
}
.hero-bottom {
  position: absolute;
  bottom: 30px;
  left: var(--gutter);
  right: var(--gutter);
  border-top: 1px solid #ffffff36;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 22px;
  font-size: 12px;
}
.hero-bottom p span {
  margin-left: 12px;
  color: #bcc5cc;
  font-size: 11px;
}
.hero-bottom > a {
  font-size: 9px;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.hero-bottom > a > span {
  font-size: 20px;
}
.image-credit {
  font-size: 8px;
  letter-spacing: 1.7px;
  opacity: 0.6;
}
.hero-credit {
  position: absolute;
  right: var(--gutter);
  bottom: 104px;
}
.hero-enter {
  animation: hero-in 1.1s var(--ease) both;
}
.hero-wordmark {
  animation-delay: 0.15s;
}
.hero-copy {
  animation-delay: 0.3s;
}
@keyframes hero-in {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-pad {
  padding: 105px var(--gutter) 115px;
}
.section-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 73px;
}
.section-label > span:last-child {
  font-size: 12px;
  color: var(--muted);
}
.section-label .section-index {
  color: var(--ink);
}
.about-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 7vw;
  align-items: center;
}
h2 {
  font-size: clamp(32px, 3.5vw, 54px);
  line-height: 1.36;
  letter-spacing: -2px;
}
h2 em {
  color: var(--muted);
}
.about-copy > p {
  font-size: 16px;
  line-height: 1.95;
  margin-top: 31px;
  color: #475660;
}
.about-copy > p.about-small {
  font-size: 13px;
  line-height: 1.85;
  color: var(--muted);
  margin-top: 22px;
}
.image-window {
  overflow: hidden;
  background: var(--paper);
  aspect-ratio: 1.1;
}
.image-window img {
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease);
}
.image-window:hover img {
  transform: scale(1.04);
}
figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 15px;
  font-size: 8px;
  letter-spacing: 0.8px;
  color: var(--muted);
}
figcaption > span:last-child {
  letter-spacing: 0;
  flex-shrink: 0;
  font-size: 9px;
}
.programs {
  background: var(--paper);
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 65px;
}
.section-heading > p {
  font-size: 14px;
  line-height: 1.85;
  color: #52606a;
  max-width: 400px;
  padding-bottom: 8px;
}
.program-layout {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 7vw;
  align-items: start;
}
.program-image {
  position: sticky;
  top: 115px;
}
.program-image > img {
  aspect-ratio: 0.94;
  object-fit: cover;
}
.program {
  border-top: 1px solid var(--line);
}
.program:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
.program summary {
  display: flex;
  align-items: center;
  padding: 27px 0;
  gap: 20px;
}
.program-number {
  font-size: 11px;
  color: var(--muted);
  align-self: flex-start;
  margin-top: 5px;
}
.program-name {
  font-size: 22px;
  letter-spacing: -0.7px;
  font-weight: 600;
}
.program-name small {
  display: block;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 1.4px;
  color: var(--muted);
  margin-top: 10px;
}
.expand-icon {
  width: 16px;
  height: 16px;
  position: relative;
  margin-left: auto;
  flex-shrink: 0;
}
.expand-icon:before,
.expand-icon:after {
  content: "";
  position: absolute;
  background: currentColor;
  left: 0;
  top: 7px;
  height: 1px;
  width: 16px;
  transition: transform 0.3s;
}
.expand-icon:after {
  transform: rotate(90deg);
}
details[open] > summary .expand-icon:after {
  transform: rotate(0);
}
details[open] > .program-content {
  animation: content-in 0.4s var(--ease);
}
@keyframes content-in {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.program-content {
  padding: 0 0 28px 33px;
}
.program-content p {
  font-size: 13px;
  line-height: 1.95;
  color: #52606a;
}
.program-audience {
  font-size: 11px;
  color: var(--muted);
  display: block;
  margin-top: 17px;
}
.inline-action {
  padding: 0;
  background: none;
  font-weight: 600;
  margin-top: 23px;
  font-size: 12px;
  display: flex;
  gap: 40px;
  align-items: center;
}
.inline-action span {
  font-size: 21px;
}
.inline-action:hover {
  color: #7c5800;
}
.program[open] summary .program-number {
  color: var(--ink);
}
.experience {
  background: var(--navy);
  color: var(--ivory);
  overflow: hidden;
  padding-bottom: 85px;
}
.experience .section-index {
  color: #cbd2d8;
}
.experience .section-label > span:last-child {
  color: #9ca8b2;
}
.experience-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.experience-heading h2 {
  font-size: clamp(40px, 5.1vw, 78px);
}
.experience-heading h2 em {
  color: var(--yellow);
}
.experience-heading p {
  font-size: 14px;
  line-height: 1.9;
  color: #bbc4cb;
  padding-bottom: 10px;
}
.domino-stage {
  height: 254px;
  position: relative;
  margin: 27px 35px 5px 0;
}
.domino-track {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 92%;
  height: 150px;
  padding-right: 35px;
}
.domino-tile {
  --tilt: 0deg;
  display: block;
  flex-shrink: 0;
  width: clamp(8px, 1.15vw, 18px);
  height: clamp(70px, 9vw, 138px);
  position: relative;
  border-radius: 3px 3px 1px 1px;
  background: var(--ivory);
  box-shadow: 5px 3px 0 #a5aaa8;
  transform-origin: 50% 100%;
  transform: rotate(var(--tilt));
  will-change: transform;
}
.domino-tile:nth-child(3n) {
  background: var(--yellow);
  box-shadow: 5px 3px 0 #b1963b;
}
.domino-track.is-playing .domino-tile {
  animation: topple 0.55s cubic-bezier(0.4, 0, 0.7, 1) calc(var(--i) * 65ms)
    forwards;
}
.domino-track.is-complete .domino-tile {
  transform: rotate(67deg);
}
@keyframes topple {
  0% {
    transform: rotate(0);
  }
  85% {
    transform: rotate(71deg);
  }
  100% {
    transform: rotate(67deg);
  }
}
.domino-baseline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 37px;
  background: #ffffff27;
  height: 1px;
}
.domino-end {
  position: absolute;
  right: -35px;
  bottom: 65px;
  font-size: clamp(12px, 1.5vw, 22px);
  font-weight: 700;
  letter-spacing: -1px;
  writing-mode: vertical-rl;
  opacity: 0.35;
  transition:
    opacity 0.5s,
    color 0.5s;
}
.domino-stage.finished .domino-end {
  opacity: 1;
  color: var(--yellow);
}
.experience-controls {
  display: flex;
  align-items: center;
  gap: 27px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  min-height: 54px;
  padding: 17px 25px;
  font-size: 13px;
  font-weight: 600;
  transition:
    background 0.25s,
    transform 0.25s;
}
.button:hover {
  transform: translateY(-2px);
}
.button.yellow {
  background: var(--yellow);
  color: var(--navy);
}
.button.yellow:hover {
  background: #ffe580;
}
.play-icon {
  font-size: 10px;
}
.experience-controls p {
  font-size: 12px;
  color: #a4b0bb;
}
.process-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 7vw;
}
.process-layout > h2 {
  font-size: clamp(30px, 3.2vw, 48px);
}
.process-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.process-list li {
  display: flex;
  gap: 38px;
  padding: 27px 0 33px;
  border-top: 1px solid var(--line);
}
.process-list li:first-child {
  padding-top: 7px;
  border-top: 0;
}
.process-list li > span {
  font-size: 11px;
  color: var(--muted);
  padding-top: 6px;
}
.process-list h3 {
  font-size: 23px;
  letter-spacing: -0.7px;
}
.process-list p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--muted);
  margin-top: 17px;
}
.process-list li:last-child {
  padding-bottom: 0;
}
.faq {
  padding-top: 0;
}
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 7vw;
  border-top: 1px solid var(--line);
  padding-top: 65px;
}
.faq h2 {
  font-size: 34px;
  margin-top: 18px;
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq details:first-child {
  border-top: 1px solid var(--line);
}
.faq summary {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 24px 0;
  font-size: 15px;
}
.faq details p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
  padding: 0 28px 26px 0;
  max-width: 600px;
}
.faq p a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.contact {
  background: var(--yellow);
  padding-top: 60px;
  padding-bottom: 60px;
}
.contact-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 38px;
}
.contact-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: var(--navy);
}
.contact-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-main h2 {
  font-size: clamp(40px, 5.5vw, 82px);
  line-height: 1.23;
  letter-spacing: -3.5px;
}
.contact-main h2 em {
  color: var(--navy);
}
.contact-button {
  display: grid;
  place-items: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--yellow);
  font-size: 84px;
  line-height: 1;
  transition: transform 0.4s var(--ease);
}
.contact-button:hover {
  transform: rotate(45deg);
}
.contact-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 1px solid #111d2a38;
  padding-top: 30px;
  margin-top: 45px;
}
.contact-bottom p {
  font-size: 14px;
  line-height: 1.85;
}
.contact-bottom > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 345px;
}
.contact-bottom > div > a {
  display: flex;
  justify-content: space-between;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -1px;
}
.contact-bottom > div > a.contact-email {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
}
.contact-bottom a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.site-footer {
  padding: 55px var(--gutter) 32px;
  background: var(--navy);
  color: var(--ivory);
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}
.social-links {
  display: flex;
  gap: 28px;
  font-size: 11px;
  letter-spacing: 1px;
}
.social-links a:hover {
  color: var(--yellow);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 35px;
  border-top: 1px solid #ffffff26;
  padding-top: 25px;
  font-size: 10px;
  line-height: 1.9;
  color: #a9b3bb;
}
.footer-bottom > span {
  white-space: nowrap;
  font-size: 9px;
  letter-spacing: 1px;
}
.reveal {
  opacity: 1;
  transform: none;
}
.motion-enabled .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.85s var(--ease),
    transform 0.85s var(--ease);
}
.motion-enabled .reveal.is-visible {
  opacity: 1;
  transform: none;
}
dialog {
  background: var(--ivory);
  color: var(--ink);
  border: 0;
  max-width: 530px;
  width: calc(100% - 32px);
  max-height: calc(100svh - 32px);
  padding: 0;
  overscroll-behavior: contain;
}
dialog[open] {
  animation: dialog-in 0.25s var(--ease);
}
dialog::backdrop {
  background: rgba(6, 15, 24, 0.7);
  backdrop-filter: blur(5px);
}
@keyframes dialog-in {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dialog-body {
  padding: 42px;
}
.dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: none;
  font-size: 20px;
  width: 40px;
  height: 40px;
  color: var(--ink);
}
.dialog-body > h2 {
  font-size: 36px;
  letter-spacing: -1.5px;
  margin-top: 16px;
}
.dialog-body > p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.75;
  margin-top: 12px;
}
#inquiry-form {
  margin-top: 28px;
}
label {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  margin: 20px 0 9px;
}
label span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 400;
}
select,
input,
textarea {
  width: 100%;
  border: 1px solid #bec3c2;
  background: transparent;
  color: var(--ink);
  border-radius: 0;
  padding: 13px;
  font-size: 14px;
}
textarea {
  resize: vertical;
  min-height: 80px;
  max-height: 240px;
  line-height: 1.5;
}
input::placeholder,
textarea::placeholder {
  color: #7a8388;
  font-size: 12px;
}
.button.dark {
  width: 100%;
  margin-top: 20px;
  background: var(--navy);
  color: var(--ivory);
  justify-content: space-between;
}
.form-note {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 12px;
}
.dialog-contact {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  margin-top: 23px;
  padding-top: 18px;
  font-size: 11px;
}
.dialog-contact button {
  padding: 0;
  font-size: 11px;
  color: var(--ink);
  background: transparent;
}
.dialog-status {
  min-height: 0;
}
.dialog-status:empty {
  margin: 0;
}
.noscript-note {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 30;
  padding: 14px;
  background: var(--yellow);
  font-size: 13px;
  text-align: center;
}
@media (min-width: 1700px) {
  .section-pad {
    padding-left: max(var(--gutter), calc((100vw - 1580px) / 2));
    padding-right: max(var(--gutter), calc((100vw - 1580px) / 2));
  }
}
@media (max-width: 1100px) {
  .site-header {
    gap: 24px;
  }
  .header-cta {
    margin-left: 0;
  }
  .desktop-nav {
    gap: 24px;
  }
  .hero {
    min-height: 700px;
  }
  .hero-wordmark {
    font-size: 13vw;
  }
  .hero-content {
    padding-top: 165px;
  }
  .about-layout,
  .program-layout,
  .process-layout,
  .faq-layout {
    gap: 5vw;
  }
  .program-name {
    font-size: 19px;
  }
  .section-label {
    margin-bottom: 55px;
  }
  .section-pad {
    padding-top: 85px;
    padding-bottom: 90px;
  }
  .faq {
    padding-top: 0;
  }
  .program-content p br {
    display: none;
  }
  .contact-button {
    width: 115px;
    height: 115px;
    font-size: 66px;
  }
  .contact-bottom > div {
    width: 310px;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, rgba(12, 22, 32, 0.5), rgba(12, 22, 32, 0.05)),
      linear-gradient(0deg, rgba(9, 20, 30, 0.7), transparent 25%);
  }
}
@media (max-width: 760px) {
  :root {
    --gutter: 24px;
  }
  html {
    scroll-padding-top: 87px;
  }
  .site-header,
  .site-header.is-scrolled {
    height: 82px;
    padding: 0 24px;
    gap: 12px;
  }
  .logo {
    font-size: 15px;
    gap: 10px;
  }
  .logo small {
    font-size: 6px;
    letter-spacing: 2.3px;
    margin-top: 5px;
  }
  .logo-mark {
    transform: scale(0.83);
    margin-left: -3px;
    margin-right: -4px;
  }
  .desktop-nav {
    display: none;
  }
  .header-cta {
    font-size: 11px;
    padding: 11px 13px;
    margin-left: auto;
    gap: 10px;
  }
  .header-cta span {
    font-size: 16px;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 32px;
    height: 40px;
    background: transparent;
    color: var(--ivory);
    padding: 4px;
    margin-left: 2px;
    z-index: 22;
  }
  .menu-toggle span {
    height: 1px;
    width: 24px;
    background: currentColor;
    transition: transform 0.25s;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .site-header:has(.menu-toggle[aria-expanded="true"]) {
    position: fixed;
    background: var(--navy);
  }
  .mobile-nav {
    position: fixed;
    inset: 82px 0 0;
    background: var(--navy);
    padding: 38px 28px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .mobile-nav > a {
    padding: 25px 0;
    border-bottom: 1px solid #ffffff28;
    font-size: 28px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
  }
  .mobile-nav > a > span {
    font-size: 10px;
    color: var(--yellow);
    margin-top: 9px;
  }
  .mobile-nav > p {
    font-size: 12px;
    color: #a4b0bb;
    margin-top: 35px;
  }
  .hero {
    min-height: 640px;
    height: 100svh;
    max-height: 1000px;
  }
  .hero-content {
    padding: 128px 24px 120px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
    margin-bottom: 28px;
  }
  .hero-wordmark {
    font-size: clamp(82px, 16.8vw, 125px);
    letter-spacing: -0.07em;
  }
  .hero-copy {
    margin-top: 33px;
  }
  .hero-copy h2 {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1.45;
  }
  .hero-copy .text-link {
    margin-top: 25px;
    font-size: 12px;
    gap: 25px;
  }
  .hero-media {
    inset: 0 -38% 0 -20%;
  }
  .hero-media img {
    object-position: 73% center;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, rgba(12, 22, 32, 0.63), rgba(12, 22, 32, 0.07)),
      linear-gradient(
        0deg,
        #101e2b 0%,
        transparent 28%,
        rgba(12, 22, 32, 0.2) 75%,
        #101e2b 100%
      );
  }
  .hero-bottom {
    bottom: 26px;
    left: 24px;
    right: 24px;
    padding-top: 20px;
  }
  .hero-bottom p {
    font-size: 11px;
  }
  .hero-bottom p span {
    display: block;
    font-size: 9px;
    margin: 6px 0 0;
  }
  .hero-bottom > a {
    font-size: 7px;
    gap: 12px;
    letter-spacing: 1px;
  }
  .hero-credit {
    right: 24px;
    bottom: 110px;
    font-size: 6px;
  }
  .section-pad {
    padding: 66px 24px;
  }
  .section-label {
    margin-bottom: 40px;
    gap: 15px;
  }
  .section-index {
    font-size: 9px;
    letter-spacing: 1.3px;
  }
  .section-label > span:last-child {
    font-size: 10px;
  }
  .about-layout,
  .program-layout,
  .process-layout,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  h2 {
    font-size: 34px;
    letter-spacing: -1.4px;
  }
  .about-copy > p {
    font-size: 14px;
    margin-top: 24px;
  }
  .about-copy > p.about-small {
    font-size: 12px;
    margin-top: 18px;
  }
  .about-copy > .text-link {
    margin-top: 22px;
  }
  .image-window {
    aspect-ratio: 1.16;
  }
  .about-image figcaption,
  .program-image figcaption {
    font-size: 7px;
    letter-spacing: 0.5px;
  }
  .about-image figcaption > span:last-child,
  .program-image figcaption > span:last-child {
    font-size: 8px;
  }
  .section-heading {
    display: block;
    margin-bottom: 35px;
  }
  .section-heading > p {
    font-size: 13px;
    margin-top: 24px;
    padding: 0;
  }
  .program-layout {
    gap: 35px;
  }
  .program-image {
    position: static;
  }
  .program-image > img {
    aspect-ratio: 1.27;
    object-position: 50% 55%;
  }
  .program summary {
    padding: 25px 0;
    gap: 18px;
  }
  .program-name {
    font-size: 21px;
  }
  .program-content {
    padding-left: 31px;
  }
  .program-content p {
    font-size: 13px;
  }
  .program-name small {
    font-size: 8px;
  }
  .experience {
    padding-bottom: 55px;
  }
  .experience .section-label > span:last-child {
    display: none;
  }
  .experience-heading {
    display: block;
  }
  .experience-heading h2 {
    font-size: 43px;
    line-height: 1.3;
  }
  .experience-heading p {
    font-size: 13px;
    margin-top: 24px;
    padding: 0;
  }
  .domino-stage {
    height: 194px;
    margin: 0 15px 0 0;
  }
  .domino-track {
    width: 94%;
    height: 115px;
    bottom: 38px;
    padding-right: 24px;
  }
  .domino-tile {
    width: 7px;
    height: 68px;
    box-shadow: 2px 2px 0 #a5aaa8;
    border-radius: 2px 2px 0 0;
  }
  .domino-tile:nth-child(3n) {
    box-shadow: 2px 2px 0 #b1963b;
  }
  .domino-tile:nth-child(even) {
    display: none;
  }
  .domino-end {
    right: -15px;
    bottom: 57px;
    font-size: 13px;
  }
  .experience-controls {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }
  .experience-controls p {
    font-size: 11px;
  }
  .button {
    min-height: 52px;
    font-size: 12px;
    padding: 17px 22px;
  }
  .process-layout > h2 {
    font-size: 32px;
  }
  .process-list li {
    gap: 26px;
    padding: 26px 0;
  }
  .process-list h3 {
    font-size: 21px;
  }
  .process-list p {
    font-size: 13px;
    margin-top: 14px;
  }
  .faq {
    padding-top: 0;
  }
  .faq-layout {
    padding-top: 47px;
    gap: 30px;
  }
  .faq h2 {
    font-size: 30px;
    margin-top: 15px;
  }
  .faq summary {
    font-size: 13px;
    line-height: 1.6;
    padding: 22px 0;
    gap: 16px;
  }
  .faq details p {
    font-size: 12px;
    padding-right: 10px;
  }
  .contact-top {
    margin-bottom: 28px;
  }
  .contact-main {
    gap: 10px;
    align-items: flex-end;
  }
  .contact-main h2 {
    font-size: clamp(30px, 7.8vw, 48px);
    letter-spacing: -1.5px;
    line-height: 1.35;
  }
  .contact-button {
    width: 65px;
    height: 65px;
    flex-shrink: 0;
    font-size: 39px;
    margin-bottom: 6px;
  }
  .contact-bottom {
    display: block;
    margin-top: 32px;
    padding-top: 24px;
  }
  .contact-bottom > p {
    font-size: 12px;
  }
  .contact-bottom > div {
    width: 100%;
    margin-top: 30px;
  }
  .contact-bottom > div > a {
    font-size: 28px;
  }
  .contact-bottom > div > a.contact-email {
    font-size: 14px;
  }
  .contact {
    padding-top: 44px;
    padding-bottom: 40px;
  }
  .site-footer {
    padding: 42px 24px 26px;
  }
  .footer-top {
    gap: 25px;
    margin-bottom: 32px;
    align-items: flex-start;
  }
  .social-links {
    gap: 16px;
    font-size: 8px;
    letter-spacing: 0.5px;
    margin-top: 10px;
  }
  .footer-bottom {
    display: block;
    font-size: 9px;
    line-height: 1.9;
    padding-top: 22px;
  }
  .footer-bottom > span {
    display: block;
    margin-top: 24px;
    font-size: 8px;
  }
  .dialog-body {
    padding: 35px 24px 25px;
  }
  .dialog-close {
    top: 9px;
    right: 8px;
  }
  .dialog-body > h2 {
    font-size: 32px;
  }
  .dialog-body > p {
    font-size: 12px;
  }
  .dialog-contact {
    font-size: 10px;
  }
  .dialog-contact button {
    font-size: 10px;
  }
  .dialog-body .section-index {
    font-size: 9px;
  }
}
@media (max-width: 370px) {
  .logo {
    font-size: 13px;
  }
  .header-cta {
    font-size: 10px;
    padding: 11px 10px;
  }
  .header-cta span {
    display: none;
  }
  .hero-wordmark {
    font-size: 80px;
  }
  .hero-copy h2 {
    font-size: 22px;
  }
  .hero {
    min-height: 620px;
  }
  .hero-content {
    padding-top: 120px;
  }
  .social-links {
    gap: 10px;
  }
  .section-label > span:last-child {
    font-size: 9px;
  }
  .program-name {
    font-size: 19px;
  }
  .contact-main h2 {
    font-size: 29px;
  }
  .contact-button {
    width: 56px;
    height: 56px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
  .hero-media {
    transform: none !important;
    will-change: auto;
  }
  .motion-enabled .reveal {
    opacity: 1;
    transform: none;
  }
  .domino-track.is-playing .domino-tile,
  .domino-track.is-complete .domino-tile {
    animation: none !important;
    transform: none;
    background: var(--yellow);
  }
  .domino-tile {
    will-change: auto;
  }
}

@media (max-width: 760px) {
  select,
  input,
  textarea {
    font-size: 16px;
  }
}

/* Store, rental and the app collection */
.desktop-nav {
  gap: 28px;
}
.header-cta {
  margin-left: 14px;
  white-space: nowrap;
}
.store-rental {
  background: #f8f7f2;
}
.supply-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 9vw;
  align-items: center;
}
.supply-copy > h2 {
  font-size: clamp(30px, 3.1vw, 47px);
  margin-bottom: 44px;
}
.supply-option {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}
.supply-option:last-child {
  padding-bottom: 0;
}
.supply-option .section-index {
  font-size: 9px;
  color: var(--muted);
}
.supply-option h3 {
  font-size: 23px;
  letter-spacing: -0.8px;
  margin-top: 15px;
}
.supply-option p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.9;
  margin-top: 15px;
}
.supply-option .text-link {
  margin-top: 18px;
}
.supply-button {
  background: transparent;
  padding: 0;
  color: var(--ink);
}
.abs-spec {
  padding: 35px 32px 29px;
  background: #efedde;
}
.abs-spec-top {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 11px;
  letter-spacing: 1.5px;
  font-weight: 600;
}
.abs-spec-top > span:last-child {
  font-size: 8px;
  font-weight: 400;
  color: var(--muted);
  padding-top: 2px;
}
.abs-drawing {
  width: 100%;
  height: auto;
  display: block;
  margin: 42px 0 28px;
}
.abs-measurements {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.abs-measurements > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.abs-measurements strong {
  font-size: 38px;
  letter-spacing: -1.5px;
  font-weight: 500;
}
.abs-measurements strong span {
  font-size: 10px;
  letter-spacing: 0;
  margin-left: 4px;
}
.abs-measurements > div > span {
  font-size: 11px;
  color: var(--muted);
}
.abs-spec figcaption {
  margin-top: 28px;
  font-size: 10px;
  letter-spacing: 0;
}
.spec-source {
  display: inline-block;
  margin-top: 12px;
  font-size: 10px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.apps {
  background: var(--paper);
}
.apps-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 60px;
}
.apps-heading > p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--muted);
  padding-bottom: 6px;
}
.app-entry {
  display: flex;
  align-items: center;
  gap: 37px;
  padding: 32px 0;
  border-top: 1px solid var(--line);
}
.app-entry:last-child {
  border-bottom: 1px solid var(--line);
}
.app-symbol {
  width: 92px;
  height: 92px;
  flex-shrink: 0;
  background: var(--navy);
  position: relative;
  overflow: hidden;
}
.app-category {
  font-size: 8px;
  letter-spacing: 1.6px;
  color: var(--muted);
}
.app-copy h3 {
  font-size: 29px;
  margin-top: 9px;
  letter-spacing: -0.8px;
}
.app-copy h3 span {
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--muted);
  font-weight: 400;
  margin-left: 9px;
}
.app-copy p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 9px;
}
.app-status {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-left: auto;
  font-size: 12px;
  color: #5d686e;
  white-space: nowrap;
}
.app-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9aa2a3;
}
.domo-symbol {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.domo-symbol i {
  width: 7px;
  height: 33px;
  background: var(--yellow);
  transform: translateY(10px);
}
.domo-symbol i:nth-child(2),
.domo-symbol i:nth-child(4) {
  transform: translateY(0);
}
.domo-symbol i:nth-child(3) {
  transform: translateY(-10px);
}
.camo-symbol i {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid var(--yellow);
}
.camo-symbol i:nth-child(1) {
  left: 20px;
  top: 20px;
  background: var(--yellow);
}
.camo-symbol i:nth-child(2) {
  left: 43px;
  top: 20px;
}
.camo-symbol i:nth-child(3) {
  left: 20px;
  top: 43px;
}
.camo-symbol i:nth-child(4) {
  left: 43px;
  top: 43px;
  background: var(--yellow);
}
.smo-symbol {
  display: grid;
  grid-template-columns: repeat(3, 14px);
  align-content: center;
  justify-content: center;
  gap: 5px;
}
.smo-symbol i {
  height: 14px;
  background: var(--yellow);
}
.smo-symbol i:nth-child(2),
.smo-symbol i:nth-child(6),
.smo-symbol i:nth-child(7) {
  opacity: 0.2;
}
.faq-inquiry {
  display: block;
  padding: 0;
  background: transparent;
  font-size: 12px;
  color: var(--ink);
  margin-top: 15px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.rental-fields {
  border: 0;
  padding: 0;
  margin: 25px 0 0;
  min-width: 0;
}
.rental-fields legend {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid var(--line);
  padding: 19px 0 0;
  font-size: 12px;
  font-weight: 600;
}
.rental-fields legend span {
  font-size: 11px;
  font-weight: 400;
  color: var(--muted);
}
.rental-field-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 14px;
}
.rental-field-grid > div {
  min-width: 0;
}
.rental-field-grid input {
  min-width: 0;
  height: 46px;
}
.domino-tile {
  --tile-height: clamp(70px, 9vw, 138px);
  width: calc(var(--tile-height) * 9 / 55);
  height: var(--tile-height);
}
@media (min-width: 761px) and (max-width: 1000px) {
  .site-header {
    gap: 18px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .desktop-nav {
    gap: 21px;
    font-size: 12px;
  }
  .header-cta {
    padding: 14px 16px;
    margin-left: 0;
    gap: 17px;
  }
  .supply-layout {
    gap: 5vw;
  }
  .abs-spec {
    padding: 28px 23px;
  }
  .supply-option h3 {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .header-cta {
    margin-left: auto;
  }
  .supply-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .supply-copy > h2 {
    font-size: 31px;
    margin-bottom: 31px;
  }
  .supply-option {
    padding: 26px 0;
  }
  .supply-option h3 {
    font-size: 21px;
  }
  .supply-option p {
    font-size: 12px;
  }
  .supply-option .text-link {
    font-size: 12px;
  }
  .abs-spec {
    padding: 29px 22px 27px;
  }
  .abs-spec-top {
    font-size: 10px;
  }
  .abs-drawing {
    margin: 30px 0 23px;
  }
  .abs-measurements strong {
    font-size: 34px;
  }
  .abs-spec figcaption,
  .spec-source {
    font-size: 9px;
  }
  .apps-heading {
    display: block;
    margin-bottom: 36px;
  }
  .apps-heading h2 {
    font-size: 32px;
  }
  .apps-heading > p {
    font-size: 13px;
    margin-top: 22px;
  }
  .app-entry {
    gap: 19px;
    padding: 28px 0;
    position: relative;
    align-items: flex-start;
  }
  .app-symbol {
    width: 64px;
    height: 64px;
    margin-top: 4px;
  }
  .domo-symbol {
    gap: 4px;
  }
  .domo-symbol i {
    width: 5px;
    height: 24px;
  }
  .camo-symbol i {
    width: 21px;
    height: 21px;
  }
  .camo-symbol i:nth-child(1) {
    left: 14px;
    top: 14px;
  }
  .camo-symbol i:nth-child(2) {
    left: 30px;
    top: 14px;
  }
  .camo-symbol i:nth-child(3) {
    left: 14px;
    top: 30px;
  }
  .camo-symbol i:nth-child(4) {
    left: 30px;
    top: 30px;
  }
  .smo-symbol {
    grid-template-columns: repeat(3, 10px);
    gap: 3px;
  }
  .smo-symbol i {
    height: 10px;
  }
  .app-category {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .app-copy {
    padding-bottom: 23px;
  }
  .app-copy h3 {
    font-size: 24px;
    margin-top: 6px;
  }
  .app-copy h3 span {
    font-size: 10px;
    margin-left: 6px;
  }
  .app-copy p {
    font-size: 11px;
    line-height: 1.7;
    margin-top: 6px;
  }
  .app-status {
    position: absolute;
    left: 83px;
    bottom: 27px;
    font-size: 9px;
    gap: 8px;
  }
  .app-status i {
    width: 4px;
    height: 4px;
  }
  .domino-tile {
    --tile-height: 68px;
  }
  .social-links {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
