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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font);
  font-size: 20px;
  line-height: 1.55;
  color: var(--text);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
  border-radius: var(--radius-field);
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="range"]):not([type="color"]):not([type="file"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="image"]),
select {
  appearance: none;
  -webkit-appearance: none;
  border-radius: var(--radius-field);
}

textarea {
  appearance: none;
  -webkit-appearance: none;
  border-radius: var(--radius-field-area);
}

input[type="file"] {
  border-radius: var(--radius);
}

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.2 5.8 8 10.6l4.8-4.8' stroke='%23111111' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 46px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -56px;
  z-index: 80;
  background: var(--ink);
  color: var(--on-ink);
  padding: 12px 18px;
}

.skip-link:focus {
  top: 16px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-width: 0 !important;
  max-width: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.container {
  width: min(var(--container), calc(100% - 64px));
  margin-inline: auto;
}

.page {
  background: var(--paper);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.masthead {
  position: sticky;
  top: 0;
  z-index: 40;
  isolation: isolate;
  color-scheme: dark;
  background: #000;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.masthead__fx {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0 17%, #000 30%);
  mask-image: linear-gradient(90deg, transparent 0 17%, #000 30%);
}

.masthead__fx-ice,
.masthead__fx-steel,
.masthead__fx-brush,
.masthead__fx-grain,
.masthead__fx-catch,
.masthead__fx-sheen,
.masthead__fx-rim {
  position: absolute;
  inset: 0;
}

.masthead__fx-ice {
  left: auto;
  right: -8%;
  top: -40%;
  width: 58%;
  height: 170%;
  background: radial-gradient(
    closest-side,
    rgba(152, 196, 244, 0.28) 0%,
    rgba(152, 196, 244, 0.08) 42%,
    transparent 72%
  );
}

.masthead__fx-steel {
  left: auto;
  right: -14%;
  top: auto;
  bottom: -50%;
  width: 52%;
  height: 150%;
  background: radial-gradient(
    closest-side,
    rgba(214, 222, 232, 0.16) 0%,
    rgba(214, 222, 232, 0.04) 46%,
    transparent 72%
  );
}

.masthead__fx-brush {
  opacity: 0.35;
  background-image: repeating-linear-gradient(
    180deg,
    rgba(152, 196, 244, 0) 0,
    rgba(152, 196, 244, 0.05) 1px,
    transparent 2px,
    rgba(152, 196, 244, 0) 4px
  );
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
}

.masthead__fx-grain {
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.masthead__fx-catch {
  background: linear-gradient(
    108deg,
    transparent 34%,
    rgba(152, 196, 244, 0.09) 50%,
    transparent 66%
  );
  mix-blend-mode: screen;
}

.masthead__fx-sheen {
  inset: -30% -50%;
  background: linear-gradient(
    108deg,
    transparent 42%,
    rgba(152, 196, 244, 0.12) 50%,
    transparent 60%
  );
  mix-blend-mode: screen;
  animation: masthead-sheen 18s var(--ease) infinite;
}

.masthead__fx-rim {
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(152, 196, 244, 0.45) 42%,
    rgba(255, 255, 255, 0.16) 70%,
    transparent 100%
  );
}

.utility,
.site-header,
.nav {
  position: relative;
  z-index: 1;
}

.utility {
  height: var(--util-h);
  color: var(--on-ink);
}

.utility::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(152, 196, 244, 0.28) 40%,
    rgba(255, 255, 255, 0.08) 100%
  );
}

.utility__inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}

.utility__phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 38px;
  padding: 0 14px 0 10px;
  font-size: 19px;
  font-weight: 650;
  letter-spacing: 0.03em;
  white-space: nowrap;
  flex: 0 0 auto;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.utility__phone:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
}

.icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon--chevron {
  width: 16px;
  height: 16px;
  opacity: 0.7;
}

.nav__drop.is-open .icon--chevron {
  transform: rotate(180deg);
}

.utility__phone-icon {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: var(--mark);
  background: rgba(152, 196, 244, 0.12);
  box-shadow:
    inset 0 0 0 1px rgba(152, 196, 244, 0.3),
    0 0 10px rgba(152, 196, 244, 0.2);
  animation: phone-pulse 2.4s ease-out infinite;
}

.utility__phone-icon .icon {
  width: 16px;
  height: 16px;
}

.utility__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-right: auto;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.72);
}

.utility__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.utility__item .icon {
  color: var(--mark);
  opacity: 0.9;
}

.utility__rule {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.18);
}

.lang {
  display: flex;
  flex: 0 0 auto;
  margin-left: auto;
  padding: 3px;
  background: rgba(0, 0, 0, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.lang__short {
  display: none;
}

.lang button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.52);
}

.flag {
  display: inline-flex;
  width: 28px;
  height: 19px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  background: #111;
}

.flag svg {
  width: 100%;
  height: 100%;
  display: block;
}

.lang button.is-active {
  color: var(--on-ink);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 6px 14px rgba(0, 0, 0, 0.25);
}

.lang button:hover {
  color: var(--on-ink);
}

.nav {
  height: var(--nav-h);
  color: var(--on-ink);
}

.nav__inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 36px;
}

.logo {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
  padding: 0;
  background: transparent;
}

.logo img {
  height: 64px;
  width: auto;
  background: transparent;
}

.nav .logo img {
  mix-blend-mode: screen;
}

.nav__links {
  display: flex;
  align-self: stretch;
  align-items: stretch;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}

.nav__links > li {
  display: flex;
  align-items: center;
}

.nav__links > li > a,
.nav__drop-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 48px;
  padding: 0 12px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  transition: color 180ms var(--ease), background-color 180ms var(--ease);
}

.nav__links > li > a::after,
.nav__drop-toggle::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  height: 2px;
  background: var(--mark);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms var(--ease);
}

.nav__links > li > a:hover,
.nav__drop-toggle:hover,
.nav__links > li > a[aria-current="page"],
.nav__drop:hover .nav__drop-toggle,
.nav__drop:focus-within .nav__drop-toggle,
.nav__drop.is-open .nav__drop-toggle {
  color: var(--on-ink);
  background: rgba(255, 255, 255, 0.05);
}

.nav__links > li > a:hover::after,
.nav__drop-toggle:hover::after,
.nav__links > li > a[aria-current="page"]::after,
.nav__drop:hover .nav__drop-toggle::after,
.nav__drop:focus-within .nav__drop-toggle::after,
.nav__drop.is-open .nav__drop-toggle::after {
  transform: scaleX(1);
}

.nav a:focus-visible,
.nav button:focus-visible,
.utility a:focus-visible,
.lang button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.nav__drop {
  position: relative;
}

.nav__submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 50;
  min-width: 248px;
  padding: 10px;
  margin: 0;
  list-style: none;
  background: #111;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 18px 40px rgba(0, 0, 0, 0.4);
}

.nav__submenu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 8px;
}

.nav__drop.is-open .nav__submenu,
.nav__drop:hover .nav__submenu,
.nav__drop:focus-within .nav__submenu {
  display: block;
}

.nav__submenu a {
  display: block;
  padding: 14px 16px;
  min-height: 48px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.84);
}

.nav__submenu a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--on-ink);
}

.nav__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  flex: 0 0 auto;
}

.nav__drawer {
  display: contents;
}

.nav__ghost,
.nav__call,
.nav__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  font-size: 17px;
  font-weight: 600;
}

.nav__toggle .icon--close {
  display: none;
}

.nav.is-open .nav__toggle .icon--menu {
  display: none;
}

.nav.is-open .nav__toggle .icon--close {
  display: block;
}

.nav__ghost {
  color: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.nav__ghost:hover {
  color: var(--on-ink);
  background: rgba(255, 255, 255, 0.06);
}

.nav__call {
  min-height: 52px;
  padding: 0 22px;
  background: linear-gradient(180deg, #ffffff 0%, #e7e7e7 100%);
  color: var(--ink);
  box-shadow:
    inset 0 1px 0 #fff,
    0 10px 20px rgba(0, 0, 0, 0.3);
}

.nav__call:hover {
  background: #fff;
}

.nav__toggle {
  display: none;
}

@media (max-width: 1100px) {
  .utility__meta {
    display: none;
  }
}

@media (max-width: 980px) {
  .container {
    width: min(var(--container), calc(100% - 32px));
  }

  .nav__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .logo {
    padding: 0;
    width: fit-content;
    max-width: 100%;
  }

  .logo img {
    height: 40px;
    max-width: min(210px, 52vw);
    object-fit: contain;
    object-position: left center;
  }

  .nav {
    position: relative;
    z-index: 2;
  }

  .nav.is-open {
    z-index: 6;
  }

  .nav__toggle {
    touch-action: manipulation;
    position: relative;
    z-index: 7;
  }

  .nav__drawer {
    display: none;
  }

  .nav.is-open .nav__drawer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: fixed;
    left: 0;
    right: 0;
    top: var(--mast-real-h, var(--mast-h));
    bottom: 0;
    z-index: 5;
    gap: 12px;
    padding: 16px 20px calc(24px + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, #141414, #0c0c0c);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.4);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav.is-open .nav__links,
  .nav.is-open .nav__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    margin: 0;
  }

  .nav.is-open .nav__drop {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 2px 0 8px;
  }

  .nav.is-open .nav__drop-toggle {
    min-height: 28px;
    padding: 0 2px;
    font-size: 11px;
    font-weight: 650;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
    background: none;
    pointer-events: none;
  }

  .nav.is-open .nav__drop-toggle::after,
  .nav.is-open .nav__drop-toggle .icon--chevron {
    display: none;
  }

  .nav.is-open .nav__submenu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    position: static;
    min-width: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav.is-open .nav__submenu li {
    min-width: 0;
  }

  .nav.is-open .nav__submenu a {
    min-height: 44px;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 1.2;
    overflow-wrap: anywhere;
    background: rgba(255, 255, 255, 0.045);
  }

  .nav.is-open .nav__submenu::before {
    display: none;
  }

  .nav__toggle {
    display: inline-flex;
    justify-self: end;
    min-height: 46px;
    min-width: 84px;
    padding: 0 16px;
    font-size: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #e7e7e7 100%);
    color: var(--ink);
    box-shadow: inset 0 1px 0 #fff;
  }
}

@media (max-width: 520px) {
  .lang__full {
    display: none;
  }

  .lang__short {
    display: inline;
  }

  .utility__inner {
    gap: 12px;
  }

  .utility__phone {
    font-size: 17px;
    letter-spacing: 0.01em;
    padding: 0 10px 0 8px;
  }
}

@media (max-width: 420px) {

  .logo img {
    height: 40px;
  }

  .nav__toggle {
    min-width: 76px;
    padding: 0 14px;
  }
}

@keyframes masthead-sheen {
  0%,
  58% {
    transform: translateX(-12%);
    opacity: 0;
  }

  66% {
    opacity: 1;
  }

  82% {
    opacity: 0.35;
  }

  92%,
  100% {
    transform: translateX(22%);
    opacity: 0;
  }
}

@keyframes live-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 8px rgba(152, 196, 244, 0.22);
  }

  50% {
    box-shadow: 0 0 0 12px rgba(152, 196, 244, 0.08);
  }
}

@keyframes phone-pulse {
  0% {
    box-shadow:
      0 0 0 0 rgba(152, 196, 244, 0.4),
      0 0 10px rgba(152, 196, 244, 0.45);
  }

  70% {
    box-shadow:
      0 0 0 8px rgba(152, 196, 244, 0),
      0 0 10px rgba(152, 196, 244, 0.28);
  }

  100% {
    box-shadow:
      0 0 0 0 rgba(152, 196, 244, 0),
      0 0 10px rgba(152, 196, 244, 0.45);
  }
}

.glyph {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lucide {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mesh {
  position: relative;
  isolation: isolate;
}

.mesh::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(152, 196, 244, 0.32) 1px, transparent 1px),
    linear-gradient(90deg, rgba(152, 196, 244, 0.32) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse 72% 68% at 50% 42%, #000 12%, transparent 74%);
  mask-image: radial-gradient(ellipse 72% 68% at 50% 42%, #000 12%, transparent 74%);
}

.mesh--soft::before {
  background-image:
    linear-gradient(rgba(152, 196, 244, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(152, 196, 244, 0.16) 1px, transparent 1px);
}

.mesh > .container {
  position: relative;
  z-index: 1;
}

.head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  max-width: none;
  margin: 0 0 36px;
}

.head__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 4px 10px 4px 6px;
  background: #fff;
  color: var(--mark-deep);
  font-size: 14px;
  font-weight: 550;
  letter-spacing: -0.01em;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(152, 196, 244, 0.7);
}

.head__badge span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 6px;
}

.head__badge span:first-child {
  background: var(--mark);
  color: #102033;
}

.head h2 {
  margin: 0 0 12px;
  width: auto;
  max-width: 16em;
  font-size: clamp(30px, 4.2vw, 48px);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.head p {
  margin: 0;
  width: auto;
  max-width: 42em;
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.5;
  color: var(--text-muted);
}

.head a {
  color: var(--text);
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.journey {
  position: relative;
  background: var(--paper);
}

.hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, auto) auto auto;
  align-items: stretch;
  row-gap: var(--hero-gap);
  min-height: calc(100svh - var(--mast-h));
  height: auto;
  overflow: visible;
  padding: 8px 0 16px;
  box-sizing: border-box;
  background: var(--paper);
  color: var(--text);
}

.hero__status {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 40px;
  grid-column: 1 / -1;
  grid-row: 2;
  align-self: start;
  position: relative;
  z-index: 3;
  width: min(1320px, calc(100% - 64px));
  max-width: none;
  justify-content: space-evenly;
  margin: 0 auto;
  padding: 22px 36px;
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.92);
  border-radius: var(--radius-pill);
  box-shadow: inset 0 0 0 1px rgba(152, 196, 244, 0.4);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.hero__status::-webkit-scrollbar {
  display: none;
}

.hero__stat {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  min-height: 46px;
  color: var(--text);
}

.hero__stat + .hero__stat {
  padding-left: 40px;
  box-shadow: inset 1px 0 0 var(--line);
}

.hero__stat .glyph {
  width: 36px;
  height: 36px;
}

.hero__stat strong,
.hero__stat em {
  display: block;
}

.hero__stat strong {
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.hero__stat em {
  font-style: normal;
  font-size: 14px;
  line-height: 1.3;
  color: var(--text-muted);
}

.hero__live {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}

.hero__live i {
  display: block;
  width: 12px;
  height: 12px;
  background: var(--mark-deep);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(152, 196, 244, 0.22);
  animation: live-pulse 1.8s var(--ease) infinite;
}

.hero__stage {
  grid-column: 1 / -1;
  grid-row: 1;
  position: relative;
  z-index: 1;
  display: grid;
  align-items: stretch;
  width: 100%;
  max-width: none;
  min-width: 0;
  min-height: clamp(280px, var(--hero-stage-h), 78svh);
  height: auto;
  overflow: hidden;
  isolation: isolate;
}

.hero__slides {
  position: relative;
  min-height: inherit;
  width: 100%;
  height: 100%;
}

.hero__slide {
  display: none;
  width: 100%;
  height: 100%;
}

.hero__slide.is-active {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
  overflow: hidden;
}

.hero__copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  width: min(40em, 58%);
  max-width: 40em;
  height: 100%;
  margin: 0;
  padding: 24px 20px 24px clamp(80px, 8vw, 120px);
}

.hero__copy > * {
  min-width: 0;
  max-width: 100%;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  padding: 3px 8px 3px 5px;
  background: #fff;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 450;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(152, 196, 244, 0.7);
}

.hero__badge span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 6px;
}

.hero__badge span:first-child {
  background: var(--mark);
  color: #102033;
}

.hero__title {
  margin: 0 0 12px;
  width: 100%;
  max-width: 24em;
  font-size: clamp(32px, 4.3vw, 56px);
  font-weight: 520;
  letter-spacing: -0.028em;
  line-height: 1.12;
  color: var(--text);
}

.hero__lead {
  margin: 0 0 18px;
  width: 100%;
  max-width: min(36em, 100%);
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  line-height: 1.45;
  color: var(--text-muted);
  overflow-wrap: break-word;
}

.hero__dots {
  position: absolute;
  right: clamp(20px, 2.4vw, 36px);
  bottom: clamp(18px, 2.4vw, 32px);
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: var(--radius-pill);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  pointer-events: auto;
  touch-action: manipulation;
}

.hero__dot {
  width: 12px;
  height: 12px;
  padding: 0;
  flex: 0 0 12px;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.28);
  box-shadow: none;
}

.hero__dot.is-active {
  background: var(--ink);
}

.hero__dot:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 2px;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}

.hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 44px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: var(--radius-field);
}

.hero__btn .icon {
  width: 18px;
  height: 18px;
}

.hero__btn--solid {
  background: var(--ink);
  color: var(--on-ink);
}

.hero__btn--solid:hover {
  background: #1a1a1a;
}

.hero__btn--ghost {
  background: #fff;
  color: var(--text);
  box-shadow: inset 0 0 0 1px var(--line);
}

.hero__btn--ghost:hover {
  color: var(--text);
  background: #f3f3f3;
}

.hero__btn:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 3px;
}

.hero__board {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 4;
  width: min(62%, 820px);
  height: auto;
  min-height: 0;
  overflow: hidden;
  padding: 0 28px 0 0;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}

.hero__aside {
  display: none;
}

.hero__mock {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.hero__mock::after {
  content: none;
}

@media (min-width: 981px) {
  .hero__mock {
    -webkit-mask-image:
      linear-gradient(
        90deg,
        transparent 0%,
        rgba(0, 0, 0, 0.12) 14%,
        rgba(0, 0, 0, 0.55) 28%,
        #000 46%,
        #000 100%
      ),
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.45) 0%,
        #000 12%,
        #000 100%
      );
    mask-image:
      linear-gradient(
        90deg,
        transparent 0%,
        rgba(0, 0, 0, 0.12) 14%,
        rgba(0, 0, 0, 0.55) 28%,
        #000 46%,
        #000 100%
      ),
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.45) 0%,
        #000 12%,
        #000 100%
      );
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
  }

  .hero__mock::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    background:
      linear-gradient(
        90deg,
        var(--paper) 0%,
        rgba(244, 241, 234, 0.78) 16%,
        rgba(244, 241, 234, 0.32) 32%,
        rgba(244, 241, 234, 0.08) 46%,
        transparent 60%
      ),
      linear-gradient(
        180deg,
        rgba(244, 241, 234, 0.2) 0%,
        transparent 18%
      );
  }
}

.hero__mock-img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  pointer-events: none;
}

.hero__slide[data-slide="0"] .hero__mock-img,
.hero__slide[data-slide="1"] .hero__mock-img,
.hero__slide[data-slide="2"] .hero__mock-img,
.hero__slide[data-slide="3"] .hero__mock-img {
  object-position: right center;
}

.marks {
  grid-column: 1 / -1;
  grid-row: 3;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 108px;
  margin-top: 0;
  background: transparent;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.marks__viewport {
  overflow: hidden;
  height: 100%;
}

.marks__track {
  display: flex;
  align-items: center;
  width: max-content;
  height: 100%;
  animation: marks-run 42s linear infinite;
}

@media (hover: hover) and (pointer: fine) {
  .marks:hover .marks__track,
  .marks:focus-within .marks__track {
    animation-play-state: paused;
  }
}

.marks__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.marks__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 260px;
  height: 108px;
}

.marks__list img {
  display: block;
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 56px;
  object-fit: contain;
  opacity: 0.78;
}

@keyframes marks-run {
  to {
    transform: translateX(-33.333%);
  }
}

.families {
  scroll-margin-top: var(--mast-h);
  padding: 88px 0 40px;
  background: var(--paper);
}

.families__kicker,
.why__kicker,
.band__kicker {
  margin: 0 0 10px;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mark-deep);
}

.families__title,
.why__title {
  margin: 0 0 16px;
  max-width: 16em;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.families__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}

.families__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px 20px 22px;
  background: var(--paper);
  color: var(--text);
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px var(--line);
}

.families__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 2px var(--ink);
  opacity: 0;
}

.families__card:hover::after,
.families__card:focus-visible::after {
  opacity: 1;
}

.families__card:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 3px;
}

.families__stage {
  display: grid;
  place-items: center;
  flex: 1 1 auto;
  min-height: 168px;
  margin: 8px 0 16px;
  padding: 8px 4px 12px;
  background: radial-gradient(ellipse 70% 55% at 50% 70%, rgba(152, 196, 244, 0.16), transparent 70%);
}

.families__product {
  width: auto;
  max-width: 100%;
  max-height: 148px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 18px 16px rgba(17, 17, 17, 0.12));
}

.families__index {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.14em;
  color: var(--mark-deep);
}

.families__index .lucide {
  width: 16px;
  height: 16px;
}

.families__name {
  display: block;
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.families__note {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  color: var(--text-muted);
}

.why {
  scroll-margin-top: var(--mast-h);
  padding: 56px 0 40px;
  background: var(--paper);
}

.why__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 16px;
  align-items: stretch;
}

.why__steps {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.why__steps li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 0;
  padding: 22px 24px 20px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px var(--line);
}

.why__steps li.is-active {
  box-shadow: inset 0 0 0 1.5px var(--mark);
}

.why__steps span {
  flex: 0 0 2em;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.14em;
  color: var(--mark-deep);
}

.why__steps strong {
  display: block;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.why__steps p {
  margin: 8px 0 0;
  max-width: 36em;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-muted);
}

.why__media {
  margin: 0;
  overflow: hidden;
  min-height: 420px;
  padding: 0;
  background: #111;
  border-radius: var(--radius-lg);
  box-shadow: inset 0 0 0 1px var(--line);
}

.why__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.facts {
  scroll-margin-top: var(--mast-h);
  padding: 48px 0 72px;
  background: var(--paper);
}

.facts__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.facts__card {
  min-width: 0;
  min-height: 260px;
  padding: 28px 24px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px var(--line);
  overflow-wrap: anywhere;
}

.facts__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  color: var(--ink);
  background: rgba(152, 196, 244, 0.32);
  border-radius: 12px;
}

.facts__icon .lucide {
  width: 22px;
  height: 22px;
}

.facts__label {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mark-deep);
}

.facts__num {
  margin: 0 0 16px;
  font-size: clamp(40px, 4.6vw, 64px);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 0.95;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

.facts__card p:last-child {
  margin: 0;
  max-width: 16em;
  font-size: 16px;
  line-height: 1.45;
  color: var(--text-muted);
}

.join {
  padding: 8px 0 0;
}

.join .facts__join {
  margin-top: 0;
}

.facts__join {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 16px;
  padding: 24px 28px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px var(--line);
}

.facts__join-kicker {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mark-deep);
}

.facts__join h3 {
  margin: 0 0 6px;
  font-size: clamp(22px, 2.4vw, 28px);
  letter-spacing: -0.03em;
}

.facts__join p {
  margin: 0;
  max-width: 38em;
  color: var(--text-muted);
  font-size: 16px;
}

.facts__join-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  flex: 0 0 auto;
  background: var(--ink);
  color: var(--on-ink);
  border-radius: var(--radius-pill);
  font-weight: 650;
}

.facts__join-btn:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 3px;
}

.paths {
  scroll-margin-top: var(--mast-h);
  padding: 0 0 88px;
  background: var(--paper);
}

.paths__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.paths__tile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 280px;
  padding: 32px 28px;
  background: #fff;
  color: var(--text);
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px var(--line);
}

.paths__tile:hover,
.paths__tile:focus-visible {
  box-shadow: inset 0 0 0 1.5px var(--ink);
}

.paths__tile--ink {
  background: var(--ink);
  color: var(--on-ink);
  box-shadow: none;
}

.paths__tile--ink:hover,
.paths__tile--ink:focus-visible {
  background: #111;
  box-shadow: none;
}

.paths__index {
  margin-bottom: auto;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.14em;
  color: var(--mark-deep);
}

.paths__tile--ink .paths__index {
  color: var(--mark);
}

.paths__tile strong {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.paths__tile span:last-child {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4;
  color: var(--text-muted);
}

.paths__tile--ink span:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.band {
  scroll-margin-top: var(--mast-h);
  padding: 56px 0;
  background: var(--ink);
  color: var(--on-ink);
}

.band__kicker {
  color: var(--mark);
}

.band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.band__lead {
  margin: 10px 0 0;
  max-width: 28em;
  font-size: 17px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

.band__title {
  margin: 0;
  max-width: 14em;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.12;
  text-wrap: balance;
}

.band__phone {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  min-height: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: clamp(26px, 3.4vw, 44px);
  font-weight: 550;
  letter-spacing: -0.03em;
  text-align: right;
  white-space: nowrap;
}

.band__phone-head {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.band__phone-label {
  font-size: 15px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mark);
}

.band__phone .lucide {
  width: 22px;
  height: 22px;
  stroke-width: 1.8;
  color: #fff;
}

.band__phone-num {
  font-size: clamp(26px, 3.4vw, 44px);
  font-weight: 550;
  letter-spacing: -0.03em;
}

.band__phone:hover,
.band__phone:hover .band__phone-label,
.band__phone:hover .lucide {
  color: var(--mark);
  background: transparent;
}

.site-footer {
  background: #000;
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(160px, 0.75fr) minmax(220px, 0.9fr);
  gap: 28px 40px;
  padding: 40px 0 44px;
  align-items: start;
}

.site-footer .logo img {
  height: 52px;
  width: auto;
}

.site-footer__brand p {
  margin: 14px 0 0;
  max-width: 38em;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer__heading {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mark);
}

.site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
  font-weight: 650;
}

.site-footer__contact span {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.site-footer__social a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.site-footer__social a:hover,
.site-footer__social a:focus-visible {
  background: var(--mark);
  color: #000;
}

.site-footer__social a:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 3px;
}

.site-footer__social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.site-footer__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
  font-size: 16px;
}

.site-footer__links .site-footer__heading {
  grid-column: 1 / -1;
}

.site-footer__links a:hover,
.site-footer__contact a:hover {
  color: var(--mark);
}

.news-cta {
  scroll-margin-top: var(--mast-h);
  padding: 48px 0;
  background: var(--paper);
  box-shadow: inset 0 1px 0 var(--line);
}

.news-cta__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px 48px;
}

.news-cta__kicker {
  margin: 0 0 10px;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mark-deep);
}

.news-cta__copy h2 {
  margin: 0 0 10px;
  max-width: 16em;
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.news-cta__copy p {
  margin: 0;
  max-width: 36em;
  font-size: 17px;
  line-height: 1.5;
  color: var(--text-muted);
}

.news-cta__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 10px;
  min-width: min(560px, 100%);
  flex: 0 1 560px;
}

.news-cta__form input {
  width: 100%;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  border-radius: var(--radius-field);
  box-shadow: inset 0 0 0 1px var(--line);
}

.news-cta__form input::placeholder {
  color: #5a5a5a;
}

.news-cta__form input:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 2px;
}

.news-cta__form button {
  min-height: 52px;
  padding: 0 22px;
  background: var(--ink);
  color: var(--on-ink);
  font-size: 16px;
  font-weight: 650;
  border-radius: var(--radius-field);
}

.news-cta__form button:hover,
.news-cta__form button:focus-visible {
  background: #1a1a1a;
}

.news-cta__form button:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 3px;
}

.news-cta__done {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 18px;
  font-weight: 650;
}

@media (min-width: 981px) {
  .hero {
    height: auto;
    min-height: calc(100svh - var(--mast-h));
  }

  .hero__stage {
    height: clamp(320px, var(--hero-stage-h), 78svh);
  }
}

@media (max-width: 1100px) {
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero__copy {
    width: min(32em, 56%);
    padding-left: clamp(72px, 7vw, 96px);
  }

  .hero__board {
    width: min(54%, 640px);
  }
}

@media (max-width: 980px) {
  :root {
    --nav-h: 76px;
    --mast-h: calc(var(--util-h) + var(--nav-h));
  }

  .masthead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: visible;
  }

  .site-header,
  .nav,
  .nav__inner {
    overflow: visible;
  }

  body {
    padding-top: var(--mast-real-h, var(--mast-h));
  }

  .hero {
    grid-template-columns: minmax(0, 1fr);
    overflow: visible;
    padding-top: 8px;
    min-height: 0;
    row-gap: 16px;
  }

  .hero__stage {
    width: 100%;
    max-width: none;
    min-height: 0;
    height: auto;
    overflow: hidden;
  }

  .hero__slides {
    min-height: 0;
    height: auto;
  }

  .hero__status {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    width: calc(100% - 28px);
    max-width: none;
    margin-top: 0;
    padding: 14px 16px;
    gap: 12px 16px;
    overflow: visible;
    border-radius: var(--radius);
  }

  .hero__stat {
    min-width: 0;
  }

  .hero__stat:first-child {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .hero__stat:nth-child(4) {
    order: 2;
  }

  .hero__stat:nth-child(5) {
    order: 1;
  }

  .hero__stat + .hero__stat {
    padding-left: 0;
    box-shadow: none;
  }

  .hero__slide {
    width: 100%;
  }

  .hero__slide.is-active {
    display: flex;
    flex-direction: column;
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: hidden;
  }

  .hero__copy {
    width: 100%;
    max-width: 28em;
    height: auto;
    margin: 0;
    padding: 12px 16px 8px;
  }

  .hero__title {
    font-size: clamp(26px, 6.2vw, 36px);
  }

  .hero__lead {
    margin-bottom: 12px;
  }

  .hero__board {
    position: relative;
    inset: auto;
    left: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
    padding: 0;
    justify-content: flex-end;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero__dots {
    right: 12px;
    bottom: 12px;
  }

  .hero__mock {
    width: 100%;
    height: 100%;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero__mock-img,
  .hero__slide[data-slide="0"] .hero__mock-img,
  .hero__slide[data-slide="1"] .hero__mock-img,
  .hero__slide[data-slide="2"] .hero__mock-img,
  .hero__slide[data-slide="3"] .hero__mock-img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: right center;
    margin-left: auto;
    margin-right: 0;
  }

  .marks {
    height: 88px;
  }

  .marks__list li {
    width: 200px;
    height: 88px;
  }

  .marks__list img {
    max-width: 160px;
    max-height: 46px;
  }

  .facts__grid,
  .steps,
  .reel__grid {
    grid-template-columns: 1fr 1fr;
  }

  .families__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .why__grid,
  .paths__grid,
  .reach__cards,
  .reach__split,
  .story__grid,
  .crew__grid,
  .papers__grid,
  .folio__grid {
    grid-template-columns: 1fr;
  }

  .folio__veil {
    opacity: 1;
  }

  .why__steps li {
    min-height: 0;
  }

  .band__inner,
  .news-cta__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .news-cta__form {
    grid-template-columns: 1fr;
    min-width: 0;
    flex: 1 1 auto;
  }
}

@media (max-width: 720px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

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

  .families__stage {
    min-height: 140px;
  }

  .families__product {
    max-height: 120px;
  }
}

@media (max-width: 520px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero__status {
    width: calc(100% - 24px);
    max-width: none;
    border-radius: var(--radius);
  }

  .hero__cta {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .hero__btn {
    width: 100%;
    min-height: 48px;
    font-size: 16px;
    padding: 0 16px;
  }

  .hero__copy {
    max-width: none;
  }

  .hero__board {
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 0;
  }

  .families {
    padding: 48px 0 24px;
  }

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

  .facts__grid,
  .steps {
    grid-template-columns: 1fr 1fr;
  }

  .facts__card {
    min-height: 0;
  }

  .why__media {
    min-height: 240px;
    padding: 0;
  }

  .why__media img {
    min-height: 240px;
  }

  .paths__tile {
    min-height: 220px;
  }

  .band__phone {
    width: 100%;
    align-items: center;
    white-space: normal;
    text-align: center;
  }

  .band__phone-num {
    white-space: nowrap;
  }

  .head h2,
  .hero__title {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marks__track,
  .hero__live i {
    animation: none;
  }

  html {
    scroll-behavior: auto;
  }

  .journey {
    height: auto;
  }

  .hero {
    position: relative;
    top: auto;
  }

  .hero__mock,
  .hero__copy {
    transform: none;
    will-change: auto;
  }

  .hero__mock-room,
  .hero__mock-ground {
    transform: none;
  }

  .masthead__fx-sheen,
  .utility__phone-icon {
    animation: none;
  }

  .hero__slide {
    transition: none;
    transform: none;
  }

  .dir__map [data-il] path {
    transition: none;
  }
}

.dir {
  padding: 48px 0 96px;
  background: var(--paper);
}

.dir__intro {
  max-width: 36em;
  margin-bottom: 32px;
}

.dir__kicker {
  margin: 0 0 10px;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mark-deep);
}

.dir__title {
  margin: 0 0 14px;
  max-width: 16em;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.dir__lead {
  margin: 0;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.45;
  color: var(--text-muted);
}

.dir__map {
  position: relative;
  margin: 8px 0 56px;
  padding: 0;
  max-width: 100%;
  overflow: hidden;
}

.dir__map-canvas svg {
  display: block;
  width: 100%;
  height: auto;
}

.dir__map-loading {
  margin: 48px 0;
  text-align: center;
  font-size: 18px;
  color: var(--text-muted);
}

.dir__map [data-il] {
  cursor: pointer;
}

.dir__map [data-il] path {
  fill: #78a7c3;
  stroke: none;
  transition: fill 200ms ease;
}

.dir__map [data-il].is-empty path {
  fill: #a8c4d4;
}

.dir__map [data-il]:hover path,
.dir__map [data-il]:focus-visible path {
  fill: #333;
}

.dir__map [data-il].is-on path {
  fill: #111;
}

.dir__map [data-il]:focus {
  outline: none;
}

.dir__map-tip {
  position: fixed;
  z-index: 40;
  min-width: 7em;
  padding: 8px 16px;
  background: #003861;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.01em;
  border-radius: var(--radius-pill);
  pointer-events: none;
}

.dir__map-tip strong {
  display: block;
  font-weight: 650;
}

.dir__map-tip span {
  display: block;
  margin-top: 2px;
  opacity: 0.78;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.steps__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 168px;
  padding: 24px 22px;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: inset 0 0 0 1px var(--line);
}

.steps__card:first-child {
  background: var(--ink);
  color: var(--on-ink);
  box-shadow: none;
}

.steps__card span {
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.14em;
  color: var(--mark-deep);
}

.steps__card:first-child span {
  color: var(--mark);
}

.steps__card strong {
  font-size: 24px;
  letter-spacing: -0.03em;
}

.steps__card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: var(--text-muted);
}

.steps__card:first-child p {
  color: rgba(255, 255, 255, 0.72);
}

.dir__bar {
  position: sticky;
  top: var(--mast-h);
  z-index: 8;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) auto;
  gap: 12px;
  align-items: end;
  padding: 16px 0;
  margin-bottom: 18px;
  background: var(--paper);
  box-shadow: 0 1px 0 var(--line);
}

.dir__field label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 650;
}

.dir__search,
.dir__select {
  width: 100%;
  min-height: 56px;
  padding: 0 22px;
  border: 0;
  background: #fff;
  color: var(--text);
  font: inherit;
  font-size: 18px;
  border-radius: var(--radius-field);
  box-shadow: inset 0 0 0 1.5px var(--ink);
}

.dir__select {
  padding-right: 46px;
}

.dir__search:focus,
.dir__select:focus {
  outline: 3px solid var(--mark);
  outline-offset: 2px;
}

.dir__search:disabled,
.dir__select:disabled {
  color: var(--text-muted);
  background: #efebe3;
  box-shadow: inset 0 0 0 1.5px rgba(0, 0, 0, 0.12);
  cursor: not-allowed;
}

.dir__count {
  margin: 0;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 650;
  white-space: nowrap;
  color: var(--text-muted);
}

.dir__letters {
  display: none;
}

.dir__letter {
  min-width: 44px;
  min-height: 44px;
  padding: 0 10px;
  background: #fff;
  color: var(--text);
  border-radius: var(--radius-pill);
  box-shadow: inset 0 0 0 1.5px rgba(152, 196, 244, 0.8);
  font-size: 16px;
  font-weight: 650;
}

.dir__letter:hover,
.dir__letter:focus-visible,
.dir__letter.is-on {
  background: var(--mark);
  color: var(--ink);
  box-shadow: inset 0 0 0 1.5px var(--mark);
}

.dir__letter:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 3px;
}

.dir__city {
  scroll-margin-top: calc(var(--mast-h) + 88px);
  margin-bottom: 36px;
}

.dir__city-title {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 16px;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 650;
  letter-spacing: -0.03em;
}

.dir__city-title span {
  font-size: 16px;
  font-weight: 650;
  color: var(--text-muted);
}

.dir__join {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 8px 0 28px;
  padding: 24px 28px;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: inset 0 0 0 1px var(--line);
}

.dir__join-kicker {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mark-deep);
}

.dir__join h2 {
  margin: 0 0 6px;
  font-size: clamp(22px, 2.4vw, 28px);
  letter-spacing: -0.03em;
}

.dir__join p {
  margin: 0;
  max-width: 38em;
  color: var(--text-muted);
  font-size: 16px;
}

.dir__join-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  flex: 0 0 auto;
  background: var(--ink);
  color: var(--on-ink);
  border-radius: var(--radius-pill);
  font-weight: 650;
}

.dir__join-btn:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 3px;
}

.apply {
  padding-top: 8px;
}

.apply__grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  gap: 28px 40px;
  align-items: start;
  padding-bottom: 72px;
}

.apply__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.apply__steps li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px var(--line);
}

.apply__steps span {
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.12em;
  color: var(--mark-deep);
}

.apply__steps p,
.apply__hint {
  margin: 0;
  font-size: 16px;
  color: var(--text-muted);
}

.apply__hint {
  margin-top: 18px;
}

.apply__hint a {
  font-weight: 650;
  color: var(--ink);
}

@media (max-width: 720px) {
  .dir__join,
  .facts__join,
  .apply__grid {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .dir__join-btn,
  .facts__join-btn {
    width: 100%;
  }
}

.dir__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  min-width: 0;
}

.dir__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  padding: 24px 24px 22px;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: inset 0 0 0 1px var(--line);
}

.dir__shot {
  margin: 4px 0 6px;
  overflow: hidden;
  width: 100%;
  background: #d8d2c6;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
}

.dir__shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dir__foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 20px;
  margin-top: 4px;
}

.dir__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 22px;
  min-width: 0;
  flex: 1 1 auto;
}

.dir__ico {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.55;
}

.dir__line,
.dir__addr {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  font-size: 16px;
  line-height: 1.4;
}

.dir__line {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

.dir__line:visited {
  color: var(--ink);
}

.dir__line:hover,
.dir__line:focus-visible {
  color: var(--text);
}

.dir__line--mail {
  margin: 0;
  color: var(--text);
  text-decoration: none;
}

.dir__map-go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  align-self: flex-end;
  gap: 8px;
  min-height: 44px;
  margin: 0;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 650;
  color: var(--on-ink);
  background: var(--ink);
  border-radius: var(--radius-pill);
  text-decoration: none;
}

.dir__map-go .dir__ico {
  opacity: 0.9;
  stroke: currentColor;
}

.dir__map-go:hover,
.dir__map-go:focus-visible,
.dir__map-go:visited {
  color: var(--on-ink);
  background: #1a1a1a;
}

.dir__place {
  margin: 0;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mark-deep);
  overflow-wrap: anywhere;
}

.dir__name {
  margin: 0;
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dir__addr {
  margin: 0;
  color: var(--text-muted);
  overflow-wrap: anywhere;
}

.dir__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.dir__btn {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  min-height: 48px;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 650;
  white-space: normal;
  overflow-wrap: anywhere;
  border-radius: var(--radius-field);
}

.dir__btn--call {
  background: var(--ink);
  color: var(--on-ink);
}

.dir__btn--call:hover {
  background: #1a1a1a;
}

.dir__btn--mail {
  color: var(--text);
  box-shadow: inset 0 0 0 1.5px var(--text);
}

.dir__btn--mail:hover {
  background: rgba(17, 17, 17, 0.05);
}

.dir__empty {
  padding: 48px 0 24px;
}

.dir__empty.is-wait {
  max-width: 42rem;
}

.dir__empty[hidden],
.dir__list[hidden],
.dir__btn[hidden] {
  display: none;
}

.dir__empty h2 {
  margin: 0 0 12px;
  font-size: 28px;
}

.dir__empty p {
  margin: 0 0 18px;
  font-size: 18px;
  color: var(--text-muted);
}

@media (max-width: 980px) {
  .dir__bar {
    grid-template-columns: 1fr;
  }

  .dir__count {
    padding-bottom: 0;
  }

  .dir__letters {
    display: none;
  }

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

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

@media (max-width: 520px) {
  .dir {
    padding: 28px 0 72px;
  }

  .dir__map {
    margin: 0 0 36px;
  }

  .dir__foot {
    flex-direction: column;
    align-items: stretch;
  }

  .dir__map-go {
    width: 100%;
    align-self: stretch;
  }

  .dir__btn {
    width: 100%;
    justify-content: center;
  }

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

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

.reel {
  scroll-margin-top: var(--mast-h);
  padding: 24px 0 88px;
  background: var(--paper);
}

.reel__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.reel__head h2 {
  margin: 0;
  max-width: 16em;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.reel .head {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.reel .head h2 {
  max-width: 16em;
}

.reel .head > div {
  flex: 1 1 28em;
  min-width: 0;
  max-width: 36em;
}

.reel .head p {
  max-width: 28em;
}

.reel__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 0;
  padding: 0 18px;
  background: #fff;
  color: var(--ink);
  border-radius: var(--radius-pill);
  box-shadow: inset 0 0 0 1.5px var(--ink);
  font-size: 16px;
  font-weight: 650;
  white-space: nowrap;
}

.reel__more:hover,
.reel__more:focus-visible {
  background: var(--ink);
  color: var(--on-ink);
}

.reel__more:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 3px;
}

.reel__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.reel__card {
  position: relative;
  display: block;
  overflow: hidden;
  min-width: 0;
  aspect-ratio: 3 / 2;
  background: #d8d2c6;
  border-radius: var(--radius);
}

.reel__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms var(--ease);
}

.reel__card span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 12px;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  border-radius: var(--radius-pill);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.reel__card:hover img,
.reel__card:focus-visible img {
  transform: scale(1.02);
}

.reel__card:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 3px;
}

.shots {
  padding: 32px 0 96px;
  background: var(--paper);
}

.shots__toolbar {
  position: sticky;
  top: var(--mast-h);
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  margin: 0 0 20px;
  padding: 12px 0;
  background: var(--paper);
}

.shots__count {
  margin: 0;
  padding: 8px 12px;
  background: #fff;
  color: var(--text-muted);
  border-radius: var(--radius-pill);
  box-shadow: inset 0 0 0 1px var(--line);
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
}

.shots__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.shots__filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 16px;
  background: #fff;
  color: var(--text);
  border-radius: var(--radius-pill);
  box-shadow: inset 0 0 0 1.5px rgba(152, 196, 244, 0.8);
  font-size: 16px;
  font-weight: 650;
}

.shots__filter:hover,
.shots__filter:focus-visible,
.shots__filter[aria-pressed="true"] {
  background: var(--mark);
  color: var(--ink);
  box-shadow: inset 0 0 0 1.5px var(--mark);
}

.shots__filter:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 3px;
}

.shots__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(210px, 22vw);
  gap: 14px;
}

.shots__hero,
.shots__tile,
.shots__card {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #d8d2c6;
  border-radius: var(--radius);
  cursor: pointer;
  text-align: left;
}

.shots__hero {
  grid-column: span 2;
  grid-row: span 2;
}

.shots__hero,
.shots__tile,
.shots__card {
  height: 100%;
  min-height: 0;
}

.shots__hero img,
.shots__tile img,
.shots__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms var(--ease);
}

.shots__hero[hidden],
.shots__tile[hidden],
.shots__card[hidden] {
  display: none;
}

.shots__hero:hover img,
.shots__hero:focus-visible img,
.shots__tile:hover img,
.shots__tile:focus-visible img,
.shots__card:hover img,
.shots__card:focus-visible img {
  transform: scale(1.04);
}

.shots__hero:focus-visible,
.shots__tile:focus-visible,
.shots__card:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 3px;
}

.shots__index {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 6px 10px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  border-radius: var(--radius-pill);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.06em;
}

.shots__cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 40px 16px 14px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.68));
  color: #fff;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.35;
  text-align: left;
}

.shots__zoom {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  border-radius: 50%;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 180ms var(--ease);
}

.shots__hero:hover .shots__zoom,
.shots__hero:focus-visible .shots__zoom,
.shots__card:hover .shots__zoom,
.shots__card:focus-visible .shots__zoom {
  opacity: 1;
}

.shots__zoom .icon {
  width: 18px;
  height: 18px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 20px 24px;
  background: #0b0b0b;
  color: #fff;
  animation: lightbox-in 220ms var(--ease);
}

.lightbox[hidden] {
  display: none;
}

.lightbox__bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-height: 48px;
}

.lightbox__status {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.lightbox__cap {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 550;
}

.lightbox__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 50%;
}

.lightbox__close:hover,
.lightbox__close:focus-visible {
  background: #fff;
  color: var(--ink);
}

.lightbox__close:focus-visible,
.lightbox__dir:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 3px;
}

.lightbox__close .icon {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}

.lightbox__body {
  position: relative;
  display: grid;
  place-items: center;
  flex: 1 1 auto;
  min-height: 0;
}

.lightbox__stage {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  height: auto;
  min-width: 0;
  min-height: 0;
}

.lightbox__stage img {
  max-width: 100%;
  max-height: calc(100dvh - 120px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  opacity: 1;
}

.lightbox__dir {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  padding: 0;
  background: none;
  color: #fff;
  transform: translateY(-50%);
  touch-action: manipulation;
}

.lightbox__prev {
  left: 16px;
}

.lightbox__next {
  right: 16px;
}

.lightbox__dir-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 160ms var(--ease);
}

.lightbox__dir:hover .lightbox__dir-icon,
.lightbox__dir:focus-visible .lightbox__dir-icon {
  background: rgba(255, 255, 255, 0.32);
}

.lightbox__dir .icon {
  width: 22px;
  height: 22px;
  stroke-width: 2.1;
}

@keyframes lightbox-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

body.is-lightbox {
  overflow: hidden;
}

@media (max-width: 980px) {
  .shots {
    padding: 24px 0 80px;
  }

  .shots__toolbar {
    flex-wrap: wrap;
  }

  .shots__grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(160px, 28vw);
  }

  .shots__hero {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .shots__filter {
    padding: 0 12px;
    font-size: 15px;
  }

  .shots__zoom {
    opacity: 1;
  }

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

  .lightbox {
    padding: 12px 12px 20px;
  }

  .lightbox__bar {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .lightbox__status {
    grid-column: 1;
  }

  .lightbox__close {
    grid-column: 2;
    grid-row: 1;
  }

  .lightbox__cap {
    grid-column: 1 / -1;
    white-space: normal;
  }

  .lightbox__stage img {
    max-height: calc(100dvh - 140px);
    border-radius: 12px;
  }

  .lightbox__dir-icon {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 520px) {
  .shots__filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .shots__filter {
    width: 100%;
    padding: 0 10px;
  }

  .shots__count {
    margin-left: auto;
  }

  .lightbox__prev {
    left: 10px;
  }

  .lightbox__next {
    right: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lightbox,
  .lightbox__stage img,
  .shots__hero img,
  .shots__card img,
  .shots__zoom {
    animation: none;
    transition: none;
  }
}

.reach {
  padding: 48px 0 72px;
  background: var(--paper);
}

.reach__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 36px;
}

.reach__cards {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 48px;
}

.reach__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 220px;
  padding: 28px 24px;
  background: #fff;
  color: var(--text);
  border-radius: var(--radius-lg);
  box-shadow: inset 0 0 0 1px var(--line);
}

.reach__card:hover,
.reach__card:focus-visible {
  box-shadow: inset 0 0 0 1.5px var(--ink);
}

.reach__card:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 3px;
}

.reach__card--ink {
  background: var(--ink);
  color: var(--on-ink);
  box-shadow: none;
}

.reach__card--ink:hover,
.reach__card--ink:focus-visible {
  background: #111;
}

.reach__card span {
  margin-bottom: auto;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.14em;
  color: var(--mark-deep);
}

.reach__card--ink span {
  color: var(--mark);
}

.reach__card strong {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.reach__card--ink strong {
  letter-spacing: -0.04em;
}

.reach__card em {
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4;
  color: var(--text-muted);
}

.reach__card--ink em {
  color: rgba(255, 255, 255, 0.72);
}

.reach__split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: start;
}

.reach__aside h2,
.note h2 {
  margin: 0 0 16px;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 650;
  letter-spacing: -0.03em;
}

.reach__aside p {
  margin: 0 0 12px;
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.45;
}

.reach__hours {
  margin: 0 0 28px;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.reach__social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.reach__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  background: #fff;
  border-radius: var(--radius-pill);
  box-shadow: inset 0 0 0 1.5px var(--ink);
  font-size: 16px;
  font-weight: 650;
}

.reach__social a:hover,
.reach__social a:focus-visible {
  background: var(--ink);
  color: var(--on-ink);
}

.reach__social a:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 3px;
}

.note {
  padding: 32px 28px;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: inset 0 0 0 1px var(--line);
}

.note__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.note__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  min-width: 0;
}

.note__field label {
  font-size: 16px;
  font-weight: 650;
}

.note__field legend {
  padding: 0;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 650;
}
.note__picks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.note__pick {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 52px;
  padding: 10px 8px;
  border-radius: var(--radius-field);
  background: var(--paper);
  box-shadow: inset 0 0 0 1.5px var(--line);
  font-size: 16px;
  font-weight: 650;
  text-align: center;
  cursor: pointer;
}
.note__pick input {
  position: absolute;
  inset: 0;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}
.note__pick:has(input:checked) {
  background: #fff;
  box-shadow: inset 0 0 0 2px var(--ink);
}
.note__pick:focus-within {
  outline: 3px solid var(--mark);
  outline-offset: 2px;
}
.note__field input:not([type="radio"]),
.note__field textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  background: var(--paper);
  color: var(--text);
  font: inherit;
  font-size: 18px;
  border-radius: var(--radius-field);
  box-shadow: inset 0 0 0 1.5px var(--line);
}

.note__field textarea {
  min-height: 160px;
  padding: 18px 22px;
  border-radius: var(--radius-field-area);
  resize: vertical;
}

.note__field input:not([type="radio"]):focus,
.note__field textarea:focus {
  outline: 3px solid var(--mark);
  outline-offset: 2px;
  box-shadow: inset 0 0 0 1.5px var(--ink);
}

.note__field input[aria-invalid="true"],
.note__field textarea[aria-invalid="true"] {
  box-shadow: inset 0 0 0 1.5px var(--ink);
}

.note__error {
  min-height: 1.2em;
  margin: 0;
  font-size: 15px;
  font-weight: 650;
  color: #8a1f1f;
}

.note__hint {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: var(--text-muted);
}

.note__field input[type="file"] {
  padding: 14px;
  border-radius: var(--radius);
}

.note__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.note__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  margin-top: 8px;
  background: var(--ink);
  color: var(--on-ink);
  border-radius: var(--radius-field);
  font-size: 18px;
  font-weight: 650;
}

.note__submit:hover,
.note__submit:focus-visible {
  background: #111;
}

.note__submit:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 3px;
}

.note__submit:disabled {
  opacity: 0.5;
  cursor: wait;
}

.note__done {
  padding: 8px 0;
}

.note__done[hidden],
.note[hidden] {
  display: none;
}

.note__done h2 {
  margin-bottom: 12px;
}

.note__done p {
  margin: 0 0 20px;
  color: var(--text-muted);
  font-size: 18px;
}

.pin {
  background: var(--paper);
  padding: 0 0 72px;
}

.pin--aside {
  padding: 0;
  margin-top: 28px;
}

.pin__frame {
  overflow: hidden;
  height: min(520px, 70vh);
  background: #d8d2c6;
  border-radius: var(--radius-lg);
}

.pin--aside .pin__frame {
  height: 280px;
}

.pin iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 980px) {
  .reach {
    padding: 32px 0 56px;
  }

  .reach__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

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

@media (max-width: 520px) {
  .reach__card,
  .note__submit,
  .reach__social a {
    width: 100%;
  }
}

.story,
.papers,
.folio {
  padding: 40px 0 88px;
  background: var(--paper);
}

.folio__piece + .folio__piece {
  margin-top: 72px;
  padding-top: 72px;
  border-top: 1px solid var(--line);
}

.folio__title {
  margin: 0 0 16px;
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.folio__empty {
  margin: 0;
  color: var(--text-muted);
  font-size: 18px;
}

.story__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 48px;
  align-items: start;
}

.story__visual {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.story__media {
  margin: 0;
  background: #d8d2c6;
}

.story__media img {
  width: 100%;
  height: auto;
}

.story__line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  margin: 0;
  padding: 4px 0 0;
  list-style: none;
}

.story__line li {
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
  min-width: 0;
  padding: 0;
}

.story__line-year {
  margin: 0 0 10px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mark-deep);
}

.story__line-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 18px;
  margin-bottom: 12px;
}

.story__line-mark::before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: 50%;
  height: 1px;
  background: var(--ink);
  opacity: 0.28;
}

.story__line li:first-child .story__line-mark::before {
  left: 50%;
}

.story__line li:last-child .story__line-mark::before {
  right: 50%;
}

.story__line-mark i {
  position: relative;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 0 0 4px var(--paper);
}

.story__line strong {
  display: block;
  margin: 0 0 6px;
  padding: 0 10px;
  min-height: 2.4em;
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.story__line p {
  margin: 0;
  max-width: 22em;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--text-muted);
}

.story__copy p {
  margin: 0 0 18px;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.55;
  color: var(--text);
}

.story__points {
  display: grid;
  gap: 16px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.story__points li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
}

.story__points span {
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.14em;
  color: var(--mark-deep);
}

.story__points strong {
  display: block;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.story__points p {
  margin: 4px 0 0;
  font-size: 17px;
  color: var(--text-muted);
}

.papers__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.papers__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: inset 0 0 0 1px var(--line);
}

.papers__card h2 {
  margin: 0;
  padding: 22px 22px 0;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 650;
  letter-spacing: -0.03em;
}

.papers__card a {
  display: block;
  margin: 18px;
  background: var(--paper);
}

.papers__card img {
  width: 100%;
  height: auto;
}

.papers__card span {
  display: block;
  padding: 14px 0 4px;
  font-size: 16px;
  font-weight: 650;
}

.papers__card a:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 3px;
}

.folio__grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: 36px;
  align-items: center;
  margin-bottom: 28px;
}

.folio__cover {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #111;
  border-radius: var(--radius-lg);
  box-shadow: inset 0 0 0 1px var(--ink);
}

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

.folio__veil {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 22px 18px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 28%, rgba(0, 0, 0, 0.62));
  opacity: 0;
  transition: opacity 220ms var(--ease);
}

.folio__cover:hover .folio__veil,
.folio__cover:focus-within .folio__veil,
.folio__piece.is-open .folio__veil {
  opacity: 1;
}

.folio__veil-btn,
.folio__actions button,
.folio__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 48px;
  padding: 0 22px;
  font-size: 16px;
  font-weight: 650;
  border-radius: var(--radius-pill);
  background: #fff;
  color: var(--ink);
}

.folio__veil-btn--ink,
.folio__actions button,
.folio__actions a:first-child {
  background: var(--ink);
  color: var(--on-ink);
}

.folio__veil-btn:hover,
.folio__veil-btn:focus-visible,
.folio__actions button:hover,
.folio__actions button:focus-visible,
.folio__actions a:hover,
.folio__actions a:focus-visible {
  background: #111;
  color: var(--on-ink);
}

.folio__veil-btn:focus-visible,
.folio__actions button:focus-visible,
.folio__actions a:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 3px;
}

.folio__reader {
  margin: 0;
  overflow: hidden;
  min-height: min(82vh, 1080px);
  background: #111;
  border-radius: var(--radius-lg);
  box-shadow: inset 0 0 0 1px var(--ink);
  scroll-margin-top: calc(var(--mast-h) + 12px);
}

.folio__reader[hidden] {
  display: none;
}

.folio__pdf {
  display: block;
  width: 100%;
  height: min(82vh, 1080px);
  border: 0;
  background: #111;
}

.folio__copy p {
  margin: 0 0 16px;
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.45;
}

.folio__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.crew {
  padding: 48px 0 72px;
  background: var(--paper);
}

.crew__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 48px;
  align-items: stretch;
  margin: 0 0 40px;
}

.crew__media {
  margin: 0;
  min-height: 420px;
  background: #d8d2c6;
}

.crew__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center 28%;
}

.crew__copy > p {
  margin: 0 0 18px;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.55;
  color: var(--text);
}

.crew__copy .story__points {
  margin-top: 8px;
}

.crew__file-label {
  font-size: 16px;
  font-weight: 650;
}

.crew__file {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 22px;
  background: var(--paper);
  border-radius: var(--radius-field);
  box-shadow: inset 0 0 0 1.5px var(--line);
  font-size: 18px;
  font-weight: 650;
  cursor: pointer;
}

.crew__file:hover,
.crew__file:focus-within {
  box-shadow: inset 0 0 0 1.5px var(--ink);
}

.crew__file:focus-within {
  outline: 3px solid var(--mark);
  outline-offset: 2px;
}

@media (max-width: 980px) {
  .story,
  .papers,
  .folio,
  .crew {
    padding: 32px 0 56px;
  }

  .story__line {
    gap: 0;
  }

  .crew__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 32px;
  }

  .crew__media img {
    height: 220px;
    object-fit: cover;
    object-position: center 40%;
  }

  .folio__reader,
  .folio__pdf {
    height: min(70vh, 640px);
    min-height: 420px;
  }
}

@media (max-width: 520px) {
  .folio__veil-btn,
  .folio__actions button,
  .folio__actions a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shop__grid > * {
    animation: none;
  }

  .reel__card img,
  .shots__tile img,
  .shots__card img,
  .shots__hero img {
    transition: none;
  }

  .reel__card:hover img,
  .shots__hero:hover img,
  .shots__tile:hover img,
  .shots__card:hover img {
    transform: none;
  }
}

.shop {
  padding: 48px 0 72px;
  background: var(--paper);
}

.shop__bar {
  position: sticky;
  top: var(--mast-h);
  z-index: 8;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  padding: 16px 0 14px;
  margin-bottom: 18px;
  background: var(--paper);
  box-shadow: 0 1px 0 var(--line);
}

.shop__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  margin: 0 0 16px;
  background: #fff;
  color: var(--ink);
  border-radius: var(--radius-field);
  box-shadow: inset 0 0 0 1.5px var(--ink);
  font-size: 16px;
  font-weight: 650;
  text-decoration: none;
}

.shop__back::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -1px;
}

.shop__back:hover,
.shop__back:focus-visible {
  background: var(--ink);
  color: var(--on-ink);
}

.shop__back:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 3px;
}

.shop__back[hidden] {
  display: none;
}

.shop__path {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 650;
}

.shop__path a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.shop__path a:hover,
.shop__path a:focus-visible {
  color: var(--ink);
}

.shop__path a:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 3px;
}

.shop__path span[aria-hidden] {
  color: var(--text-muted);
}

.shop__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.shop__tile {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px var(--line);
}

.shop__tile::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 2px var(--ink);
  opacity: 0;
}

.shop__tile:hover::after,
.shop__tile:focus-visible::after {
  opacity: 1;
}

.shop__tile:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 3px;
}

.shop__tile strong {
  margin: 16px 20px 20px;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.shop__tile:has(em) strong {
  margin-bottom: 6px;
}

.shop__tile em {
  margin: 0 20px 20px;
  font-style: normal;
  font-size: 16px;
  font-weight: 650;
  color: var(--text-muted);
}

.shop__grid--tiles .shop__media img {
  height: 200px;
  padding: 30px 26px;
}

.shop__grid > * {
  animation: shop-in 220ms var(--ease) both;
}

.shop__grid > *:nth-child(2) {
  animation-delay: 40ms;
}

.shop__grid > *:nth-child(3) {
  animation-delay: 80ms;
}

.shop__grid > *:nth-child(4) {
  animation-delay: 120ms;
}

.shop__grid > *:nth-child(5) {
  animation-delay: 160ms;
}

.shop__grid > *:nth-child(6) {
  animation-delay: 200ms;
}

@keyframes shop-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.shop__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px var(--line);
}

.shop__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 2px var(--ink);
  opacity: 0;
}

.shop__card:hover::after,
.shop__card:focus-visible::after {
  opacity: 1;
}

.shop__card:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 3px;
}

.shop__media {
  display: grid;
  place-items: center;
  background: transparent;
}

.shop__media img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  object-position: center;
  padding: 34px 30px;
}

.shop__brand,
.shop__kind {
  margin: 0;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mark-deep);
}

.shop__brand {
  padding-top: 16px;
}

.shop__name {
  margin: 8px 0 16px;
  padding: 0 20px;
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.shop__sku {
  margin: -6px 0 16px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.04em;
  color: var(--text-muted);
}

.shop__kind {
  padding-bottom: 20px;
}

.shop__empty {
  margin: 0;
  padding: 28px 0 8px;
  font-size: 20px;
  font-weight: 650;
}

@media (max-width: 980px) {
  .shop {
    padding: 32px 0 56px;
  }

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

@media (max-width: 520px) {
  .shop__bar {
    grid-template-columns: 1fr;
    align-items: start;
  }

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

.pdp {
  padding: 40px 0 72px;
  background: var(--paper);
}

.pdp__hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 36px 48px;
  align-items: start;
  margin-bottom: 40px;
}

.pdp__media {
  background: transparent;
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px var(--line);
}

.pdp__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  padding: 48px;
}

.pdp__brand {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mark-deep);
}

.pdp__title {
  margin: 0 0 22px;
  max-width: 16em;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.pdp__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
  margin: 0 0 22px;
}

.pdp__meta div {
  padding: 14px 16px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px var(--line);
}

.pdp__meta dt {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.pdp__meta dd {
  margin: 0;
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.pdp__meta dd.is-in {
  color: #1a6b3c;
}

.pdp__notes {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
}

.pdp__notes p {
  margin: 0;
  font-size: 17px;
  font-weight: 650;
}

.pdp__notes span {
  color: var(--mark-deep);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 13px;
}

.pdp__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pdp__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 22px;
  font-size: 18px;
  font-weight: 650;
  border-radius: var(--radius-pill);
}

.pdp__actions a:first-child {
  background: var(--ink);
  color: var(--on-ink);
}

.pdp__actions a:last-child:not(:first-child) {
  background: #fff;
  color: var(--ink);
  box-shadow: inset 0 0 0 1.5px var(--ink);
}

.pdp__actions a:hover,
.pdp__actions a:focus-visible {
  background: #111;
  color: var(--on-ink);
}

.pdp__actions a:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 3px;
}

.pdp__block {
  margin: 0 0 36px;
}

.pdp__block h2,
.pdp__related h2 {
  margin: 0 0 16px;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 650;
  letter-spacing: -0.03em;
}

.pdp__feats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdp__feats li {
  position: relative;
  padding: 12px 16px 12px 36px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px var(--line);
  font-size: 17px;
  font-weight: 650;
}

.pdp__feats li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 18px;
  width: 8px;
  height: 8px;
  background: var(--ink);
}

.pdp__specs {
  display: grid;
  margin: 0;
}

.pdp__specs div {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 16px;
  padding: 14px 0;
  box-shadow: inset 0 -1px 0 var(--line);
}

.pdp__specs dt {
  margin: 0;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.pdp__specs dd {
  margin: 0;
  font-size: 18px;
  font-weight: 650;
}

.pdp__nospecs {
  margin: 0 0 36px;
  font-size: 18px;
  color: var(--text-muted);
}

.pdp__related {
  margin-top: 16px;
}

.pdp__empty {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 28px 0 8px;
  font-size: 20px;
  font-weight: 650;
}

.pdp__empty a {
  justify-self: start;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 980px) {
  .pdp {
    padding: 28px 0 56px;
  }

  .pdp__hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

@media (max-width: 520px) {
  .pdp__meta,
  .pdp__specs div {
    grid-template-columns: 1fr;
  }

  .pdp__actions a {
    width: 100%;
  }
}

.lang a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.52);
  text-decoration: none;
}

.lang a.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.lang a:hover {
  color: #fff;
}

.lang a:focus-visible {
  outline: 2px solid var(--mark);
  outline-offset: 2px;
}

.site-footer__grid {
  grid-template-columns: minmax(0, 1.5fr) minmax(180px, 0.8fr) minmax(220px, 1fr);
}

.stage {
  padding: 72px 0 28px;
  background: var(--paper);
}

.stage__kicker {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mark-deep);
}

.stage__title {
  margin: 0 0 18px;
  max-width: 14em;
  font-size: clamp(34px, 4.6vw, 52px);
  font-weight: 650;
  letter-spacing: -0.038em;
  line-height: 1.12;
  text-wrap: balance;
}

.stage__lead {
  margin: 0;
  max-width: 36em;
  font-size: clamp(18px, 1.8vw, 21px);
  line-height: 1.55;
  color: var(--text-muted);
}

.stage__meta {
  margin: 20px 0 0;
  font-size: 15px;
  font-weight: 550;
  color: var(--text-muted);
}

.stage__crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  font-size: 14px;
}

.stage__crumb a {
  color: var(--mark-deep);
  text-decoration: none;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
}

.stage__crumb a:hover {
  text-decoration: underline;
}

.stage__crumb-sep {
  color: var(--line);
}

.stage + .shots,
.stage + .dir,
.stage + .reach,
.stage + .story,
.stage + .papers,
.stage + .folio,
.stage + .journal {
  padding-top: 20px;
}

.journal {
  padding: 28px 0 96px;
  background: var(--paper);
}

.journal--read {
  padding-top: 28px;
}

.journal__feature {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  min-height: 320px;
  margin-bottom: 28px;
  overflow: hidden;
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px var(--line);
  color: inherit;
  text-decoration: none;
}

.journal__feature-media,
.journal__media,
.journal__ph {
  display: block;
  background: #d8d2c6;
}

.journal__feature-media {
  min-height: 280px;
}

.journal__feature img,
.journal__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.journal__feature img {
  min-height: 280px;
}

.journal__feature-copy,
.journal__card {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 28px 32px;
}

.journal__feature-copy {
  align-content: center;
}

.journal__feature h2,
.journal__card h2 {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 32px);
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.journal__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.journal__card {
  padding: 0 0 22px;
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px var(--line);
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}

.journal__card .journal__meta,
.journal__card h2,
.journal__card p,
.journal__card .journal__go {
  margin-left: 22px;
  margin-right: 22px;
}

.journal__card .journal__meta {
  margin-top: 16px;
}

.journal__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.journal__media img {
  height: 100%;
  transition: transform 220ms var(--ease);
}

.journal__ph {
  display: grid;
  place-items: center;
  min-height: 160px;
  height: 100%;
  color: rgba(0, 0, 0, 0.28);
  font-size: 22px;
  font-weight: 650;
  letter-spacing: 0.12em;
}

.journal__feature:hover,
.journal__card:hover {
  box-shadow: inset 0 0 0 2px var(--ink);
}

.journal__card:hover img {
  transform: scale(1.03);
}

.journal__meta {
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.journal__go {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 650;
  color: var(--mark-deep);
}

.journal__empty {
  padding: 40px 32px;
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px var(--line);
}

.journal__empty strong {
  display: block;
  font-size: 24px;
  letter-spacing: -0.03em;
}

.journal__read {
  max-width: 820px;
}

.journal__cover {
  margin: 0 0 36px;
}

.journal__cover img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #d8d2c6;
  border-radius: var(--radius);
}

.journal__body {
  max-width: 40em;
  font-size: 18px;
  line-height: 1.7;
}

.journal__body > *:first-child {
  margin-top: 0;
}

.journal__body p {
  margin: 0 0 1.15em;
}

.journal__body h2,
.journal__body h3 {
  margin: 1.6em 0 0.5em;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.journal__body ul,
.journal__body ol {
  margin: 0 0 1.15em;
  padding-left: 1.2em;
}

.journal__body img,
.journal__body figure {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.journal__body a {
  color: var(--mark-deep);
}

.journal__back {
  margin: 40px 0 0;
}

.journal__back a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-weight: 650;
  color: var(--ink);
  text-decoration: none;
}

.journal__back a:hover {
  color: var(--mark-deep);
}

.journal__more {
  margin-top: 64px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}

.journal__more-head {
  margin-bottom: 20px;
}

.journal__more-head h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: -0.03em;
}

.pager {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 28px;
}

.pager a,
.pager span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0 14px;
  border-radius: var(--radius-field-area);
  color: var(--ink);
  text-decoration: none;
  background: var(--surface);
  box-shadow: inset 0 0 0 1px var(--line);
}

.pager [aria-current="page"] {
  background: var(--mark);
  box-shadow: none;
}

.pager .is-off {
  opacity: 0.4;
}

@media (max-width: 980px) {
  .stage {
    padding: 40px 0 16px;
  }

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

  .journal__feature-media,
  .journal__feature img {
    min-height: 200px;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 720px) {
  .journal__list,
  .site-footer__grid,
  .papers__grid,
  .site-footer__links,
  .story__line {
    grid-template-columns: 1fr;
  }

  .story__line {
    gap: 0;
    padding: 8px 0 0;
  }

  .story__line li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    justify-items: start;
    align-content: start;
    column-gap: 16px;
    text-align: left;
    padding: 0 0 28px;
  }

  .story__line li:last-child {
    padding-bottom: 0;
  }

  .story__line-year {
    grid-column: 2;
    grid-row: 1;
    margin: 0 0 6px;
    padding: 0;
  }

  .story__line-mark {
    grid-column: 1;
    grid-row: 1 / span 3;
    align-self: stretch;
    width: 22px;
    height: auto;
    margin: 0;
    place-items: start center;
  }

  .story__line-mark::before,
  .story__line li:first-child .story__line-mark::before,
  .story__line li:last-child .story__line-mark::before {
    left: 50%;
    right: auto;
    top: 6px;
    bottom: -28px;
    width: 1px;
    height: auto;
    transform: translateX(-50%);
  }

  .story__line li:last-child .story__line-mark::before {
    bottom: auto;
    height: 10px;
  }

  .story__line-mark i {
    top: 2px;
  }

  .story__line strong {
    grid-column: 2;
    grid-row: 2;
    min-height: 0;
    margin: 0 0 6px;
    padding: 0;
  }

  .story__line p {
    grid-column: 2;
    grid-row: 3;
    max-width: none;
    padding: 0;
  }

  .stage__title {
    font-size: clamp(30px, 9vw, 40px);
  }

  .journal__feature-copy,
  .journal__card .journal__meta,
  .journal__card h2,
  .journal__card p,
  .journal__card .journal__go {
    margin-left: 18px;
    margin-right: 18px;
  }
}

.rich {
  max-width: 46em;
  font-size: 17px;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .reach__cards,
  .reach__split,
  .story__grid,
  .papers__grid,
  .folio__grid,
  .crew__grid,
  .why__grid,
  .paths__grid {
    grid-template-columns: 1fr;
  }

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

  .hero__status {
    margin-top: 16px;
  }

  .hero__stat {
    align-items: flex-start;
  }

  .hero__stat strong,
  .hero__stat em {
    overflow-wrap: anywhere;
  }

  iframe,
  video {
    max-width: 100%;
  }

  .utility__inner,
  .nav__inner,
  .container {
    min-width: 0;
  }

  .site-footer__social {
    flex-wrap: wrap;
  }

  .dir__count,
  .band__phone-num {
    white-space: normal;
  }

  .shop__bar input,
  .shop__bar select,
  .dir__search,
  .dir__select,
  .note input,
  .note textarea,
  .news-cta input {
    width: 100%;
    min-height: 48px;
    font-size: 16px;
  }

  .pdp__title,
  .journal__card h2,
  .reel__head h2 {
    max-width: none;
  }

  .site-footer__contact,
  .site-footer__contact a,
  .site-footer__contact span,
  .journal__body,
  .rich {
    overflow-wrap: anywhere;
  }

  .nav.is-open .nav__drawer {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav.is-open .nav__ghost,
  .nav.is-open .nav__call,
  .nav.is-open .nav__links > li > a {
    width: 100%;
    justify-content: flex-start;
    min-height: 48px;
  }

  .nav.is-open .nav__drop-toggle {
    width: auto;
    min-height: 28px;
    justify-content: flex-start;
  }

  .nav.is-open .nav__submenu a {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .note__pick {
    min-height: 48px;
    font-size: 14px;
    padding: 8px 4px;
  }

  .container {
    width: calc(100% - 24px);
  }

  .hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero__copy {
    padding: 10px 6px 8px;
  }

  .hero__status {
    grid-template-columns: 1fr 1fr;
    width: calc(100% - 20px);
    padding: 12px 12px;
  }

  .hero__stat {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

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

  .hero__stat strong {
    font-size: 15px;
  }

  .hero__stat em {
    font-size: 12px;
  }

  .utility,
  .nav__inner {
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
  }

  .site-footer {
    padding-bottom: max(32px, env(safe-area-inset-bottom));
  }
}

@media (max-width: 720px) {
  .site-footer__grid,
  .site-footer__links,
  .journal__list,
  .papers__grid,
  .story__line {
    grid-template-columns: 1fr;
  }
}

html.nav-lock,
body.nav-lock {
  overflow: hidden;
}

body.nav-lock {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
  overscroll-behavior-x: none;
}

#icerik,
.page,
.journey {
  overflow-x: hidden;
  max-width: 100%;
}

@media (max-width: 980px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overscroll-behavior-x: none;
  }

  a,
  button,
  input,
  select,
  textarea,
  [role="button"] {
    touch-action: manipulation;
  }

  #icerik,
  .page,
  .journey,
  .site-footer {
    max-width: 100%;
    overflow-x: hidden;
  }

  img,
  video,
  iframe,
  canvas,
  svg {
    max-width: 100%;
  }

  .utility__inner {
    gap: 10px;
    justify-content: space-between;
  }

  .utility__phone {
    min-width: 0;
    max-width: calc(100% - 132px);
    min-height: 44px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .lang a {
    min-height: 44px;
    min-width: 44px;
    padding: 0 8px;
  }

  .shop__path,
  .crumb {
    overflow-wrap: anywhere;
  }

  .hero__stat em {
    font-size: 13px;
  }

  .lightbox {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .dir__map,
  .dir__map-canvas,
  .dir__map-canvas svg {
    width: 100%;
    max-width: 100%;
  }

  .folio__pdf,
  .folio__reader {
    width: 100%;
    max-width: 100%;
  }

  pre,
  code {
    max-width: 100%;
    overflow-x: auto;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 720px) {
  .dir__grid,
  .facts__grid {
    grid-template-columns: 1fr;
  }

  .dir__card,
  .dir__place,
  .dir__name,
  .dir__addr,
  .dir__foot,
  .dir__actions,
  .facts__card,
  .journal__card,
  .journal__body {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .dir__btn {
    max-width: 100%;
    white-space: normal;
    justify-content: center;
  }

  .facts__card p:last-child {
    max-width: none;
  }
}

@media (max-width: 400px) {
  .container {
    width: calc(100% - 20px);
  }

  .lang a {
    width: 44px;
    justify-content: center;
    padding: 0;
    gap: 0;
  }

  .lang__short {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .utility__phone {
    max-width: calc(100% - 104px);
  }

  .hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero__status {
    width: calc(100% - 16px);
    padding: 12px;
  }

  .utility__phone {
    font-size: 15px;
    letter-spacing: 0;
    padding-right: 8px;
  }

  .nav__toggle {
    min-width: 44px;
    min-height: 44px;
  }
}
