@font-face {
  font-family: 'Ashing';
  src: url('../assets/fonts/typogama-ahsing.otf') format('opentype');
  font-display: block;
}

@font-face {
  font-family: 'Atavian';
  src: url('../assets/fonts/Atavian-REGULAR.otf') format('opentype');
  font-display: block;
}

:root {
  color: #f5f5f5;
  background: #f7f5f0;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
  --page-pad: clamp(1.2rem, 4vw, 2.6rem);
  --container: min(1440px, calc(100% - (var(--page-pad) * 2)));
  --section-gap: clamp(4rem, 8vw, 7.5rem);
  --frame-gap: clamp(30px, 3.1vw, 54px);
  --ink: #02000A;
  --muted: #5c5661;
  --line: rgba(2, 0, 10, 0.14);
}

body,
body * {
  font-family: Arial, Helvetica, sans-serif;
}

body {
  user-select: none;
  background: #f7f5f0;
  color: var(--ink);
  transition: background-color 900ms cubic-bezier(.16, 1, .3, 1), color 900ms cubic-bezier(.16, 1, .3, 1);
}

body.page-dark {
  background: #1a1a1a;
  color: #f7f5f0;
}


body, html {
  -webkit-user-select: none;
}

* { box-sizing: border-box; }

body {
  -webkit-touch-callout: none;
}

html,
body {
  width: 100%;
  min-width: 320px;
  min-height: 100%;
  height: auto;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f7f5f0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  -webkit-overflow-scrolling: touch;
}

html {
  scroll-snap-type: none;
}

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

html {
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  display: none;
}

button,
a { color: inherit; font: inherit; }
button { padding: 0; border: 0; cursor: pointer; }
a { text-decoration: none; }
button:focus-visible,
a:focus-visible { outline: 1px solid #fff; outline-offset: 5px; }

.page {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  background: #000;
}

.blank-section {
  width: 100%;
  height: 100svh;
  background: #000;
}

.editorial-shell {
  background: #efeee9;
  padding: clamp(14px, 2vw, 24px) var(--page-pad) 0;
}

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.2vw, 18px);
  width: var(--container);
  margin: 0 auto;
  padding: 0 0 clamp(12px, 2vw, 18px);
}

.gallery-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.28;
  background: #c9c1b7;
}

.gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.06) saturate(.75) brightness(.96);
}

.gallery-card span {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  padding: 8px 12px 7px;
  background: rgba(245, 245, 245, .9);
  color: #1f1d1b;
  font-family: Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.kustom-section {
  background: #000;
  padding: clamp(72px, 10vw, 150px) clamp(24px, 4vw, 64px) clamp(44px, 6vw, 80px);
  min-height: min(64vh, 620px);
}

.kustom-header {
  width: min(100%, 1500px);
  margin: 0 auto;
}

.kustom-header h2 {
  margin: 0;
  color: #f3f2ee;
  font-family: 'Atavian', Arial, sans-serif;
  font-size: clamp(64px, 7vw, 180px);
  font-weight: 400;
  line-height: .8;
  letter-spacing: -.07em;
  text-transform: capitalize;
}

.kustom-header h2 span {
  display: block;
  margin-top: 10px;
  font-family: 'Atavian', Arial, sans-serif;
  letter-spacing: -.06em;
}

.kustom-meta {
  width: min(100%, 1500px);
  margin: clamp(80px, 12vh, 150px) auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.kustom-meta p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-family: Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.blank-footer {
  width: 100%;
  height: 45svh;
  background: #000;
}

.instagram-section {
  min-height: 0;
  padding: clamp(52px, 7vh, 76px) clamp(24px, 7vw, 120px) clamp(44px, 6vh, 68px);
  background: #f2f0eb;
  color: #111;
}

.instagram-heading,
.instagram-grid {
  width: min(100%, 1580px);
  margin-right: auto;
  margin-left: auto;
}

.instagram-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: clamp(26px, 4vh, 42px); }
.instagram-heading h2 { margin: 0; font-family: 'Atavian', Arial, sans-serif; font-size: clamp(40px, 5.5vw, 82px); font-weight: 400; letter-spacing: -.06em; line-height: .86; }
.instagram-heading a { padding-bottom: 4px; color: #686861; font-family: Arial, sans-serif; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; transition: color 180ms ease; }
.instagram-heading a:hover { color: #111; }
.instagram-heading a span { display: inline-block; margin-left: 4px; font-size: 16px; }

.instagram-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(10px, 1.2vw, 18px); }
.instagram-card { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #181b1b; }
.instagram-card::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, .56)); pointer-events: none; }
.instagram-card img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.16, 1, .3, 1), filter 700ms cubic-bezier(.16, 1, .3, 1), opacity 700ms ease; }
.instagram-card:hover img { transform: scale(1.02); filter: brightness(.86) saturate(1.02); }
.instagram-card span { position: absolute; z-index: 1; bottom: 20px; left: 20px; padding: 10px 12px 9px; background: #f3f1ec; color: #202322; font-family: Arial, sans-serif; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.kustom-section { width: auto; margin: 0; padding: clamp(64px, 10vw, 150px) clamp(24px, 4vw, 64px) clamp(44px, 7vw, 90px); }
.kustom-section .instagram-heading { margin-bottom: 26px; }
.kustom-section .instagram-heading h2 { font-size: clamp(36px, 4.5vw, 68px); }
.kustom-section .instagram-grid { max-width: 420px; margin-left: 0; grid-template-columns: minmax(0, 1fr); }
.kustom-section .instagram-card { width: 100%; }
.kustom-placeholder { display: grid; place-items: center; border: 1px dashed rgba(17, 17, 17, .35); background: rgba(17, 17, 17, .035); }
.kustom-placeholder span { position: static; padding: 0; background: transparent; color: #686861; font-size: 10px; }

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  display: grid;
  place-items: center;
  background: #0d0d0d;
  opacity: 1;
  pointer-events: none;
  overflow: hidden;
  filter: blur(0);
  animation: loader-fade 1.2s cubic-bezier(.16, 1, .3, 1) forwards;
}

.page-loader::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .02);
  opacity: 0;
}

.page-loader-brand {
  position: relative;
  z-index: 1;
  font-family: 'Atavian', Arial, sans-serif;
  font-size: clamp(28px, 2vw, 40px);
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #f4f1eb;
  opacity: 0;
  filter: blur(18px);
  animation: title-in 0.7s cubic-bezier(.16, 1, .3, 1) .08s forwards, title-out 0.5s ease .78s forwards;
}

@keyframes loader-fade {
  0% {
    opacity: 1;
    filter: blur(0);
  }
  80% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    filter: blur(14px);
  }
}

@keyframes title-in {
  0% {
    opacity: 0;
    filter: blur(18px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes title-out {
  0% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    filter: blur(16px);
  }
}

@keyframes header-reveal {
  0% {
    opacity: 0;
    transform: translateY(-14px);
  }
  30% {
    opacity: 0.45;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.background-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.62);
}

.background-slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #000;
}

.background-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1.6s ease, transform 6s ease;
  filter: grayscale(1) brightness(.62);
}

.background-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: 62px;
  padding: 0 var(--frame-gap);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto minmax(0, 1fr);
  align-items: center;
  column-gap: 1rem;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid transparent;
  color: #f2f2f2;
  opacity: 0;
  transform: translateY(-14px);
  animation: header-reveal 1.5s cubic-bezier(.16, 1, .3, 1) .22s both;
  transition: background-color 760ms cubic-bezier(.16, 1, .3, 1), color 760ms cubic-bezier(.16, 1, .3, 1), box-shadow 760ms cubic-bezier(.16, 1, .3, 1), backdrop-filter 760ms cubic-bezier(.16, 1, .3, 1), border-color 760ms cubic-bezier(.16, 1, .3, 1);
}

.header-side {
  display: flex;
  align-items: center;
  height: 100%;
  min-width: 0;
}

.header-side--left {
  justify-self: start;
}

.header-side--right {
  justify-self: end;
  justify-content: flex-end;
}

.header-link--left {
  justify-self: end;
  margin: 0 0.25rem 0 0;
}

.header-link--right {
  justify-self: start;
  margin: 0 0 0 0.25rem;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border-bottom-color: rgba(17, 17, 17, 0.08);
  color: #111;
  box-shadow: 0 1px 12px rgba(0, 0, 0, .12);
}

.site-header.is-scrolled .menu-button span { background: #111; }
.site-header.is-scrolled .envelope-button,
.site-header.is-scrolled .header-link { color: #111; }

.header-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0.5rem 0.15rem;
  color: rgba(255, 255, 255, 0.8);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transform: translateY(4px);
  transition: color 200ms ease, opacity 200ms ease;
}

.header-link--left,
.header-link--right {
  white-space: nowrap;
}

.header-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 240ms ease, opacity 240ms ease;
  opacity: 0.8;
}

.header-link:hover::after,
.header-link:focus-visible::after,
.header-link:hover,
.header-link:focus-visible {
  color: #fff;
  transform: translateY(4px) none;
}

.header-link:hover::after,
.header-link:focus-visible::after {
  transform: scaleX(1);
}

.site-header.is-scrolled .header-link::after {
  background: #111;
}

.site-header.is-scrolled .header-link:hover,
.site-header.is-scrolled .header-link:focus-visible {
  color: #111;
}

.site-header.is-scrolled .header-link {
  color: rgba(17, 17, 17, 0.7);
}

.site-header.is-scrolled .header-link:hover,
.site-header.is-scrolled .header-link:focus-visible {
  color: #111;
}

.header-link.is-active,
.header-link[aria-current='page'] {
  color: #fff;
}

.header-link.is-active::after,
.header-link[aria-current='page']::after {
  transform: scaleX(1);
  opacity: 1;
}

.site-header.is-scrolled .header-link.is-active,
.site-header.is-scrolled .header-link[aria-current='page'] {
  color: #111;
}

.site-header.is-scrolled .header-link.is-active::after,
.site-header.is-scrolled .header-link[aria-current='page']::after {
  transform: scaleX(1);
  opacity: 1;
}

.menu-button,
.envelope-button {
  position: relative;
  width: 18px;
  height: 18px;
  background: transparent;
  opacity: .78;
  transform: none;
  transition: color 760ms cubic-bezier(.16, 1, .3, 1), opacity 300ms ease, transform 220ms ease;
}

.envelope-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.menu-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  z-index: 1100;
}

.menu-button span {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 1px;
  background: #fff;
  box-shadow: none;
  transform: translateX(-50%);
  transform-origin: center;
  transition: transform 220ms ease, opacity 220ms ease, background-color 760ms cubic-bezier(.16, 1, .3, 1);
}

.menu-button span:first-child { top: 5px; }
.menu-button span:last-child { top: 12px; }

.site-nav {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: block;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  background: rgba(2, 0, 10, 0.24);
  transition: opacity 300ms ease, visibility 300ms ease;
}

.site-nav.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.site-nav-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(380px, 84vw);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
  padding: 5.4rem clamp(1.2rem, 4vw, 2.4rem) 1.8rem;
  background: rgba(255, 255, 255, 0.97);
  border-left: 1px solid rgba(2, 0, 10, 0.12);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.16);
  transform: translateX(105%);
  transition: transform 360ms cubic-bezier(.16, 1, .3, 1);
}

.site-nav-panel::before {
  content: 'Menu';
  display: block;
  margin: 0 0 1rem;
  color: #111;
  font-family: 'Atavian', Arial, sans-serif;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1;
}

.site-nav.is-open .site-nav-panel {
  transform: translateX(0);
}

.site-nav a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: clamp(2rem, 3.2vw, 2.8rem);
  padding: 0.5rem 0;
  color: rgba(17, 17, 17, 0.48);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.2rem, 2.1vw, 1.7rem);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1;
  border-top: 1px solid rgba(2, 0, 10, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity 250ms ease, transform 250ms ease, visibility 250ms ease, color 200ms ease;
  transition-delay: calc(var(--i) * 70ms);
}

.site-nav a:last-child {
  border-bottom: 1px solid rgba(2, 0, 10, 0.12);
}

.site-nav-footer {
  margin-top: auto;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(2, 0, 10, 0.12);
  color: rgba(17, 17, 17, 0.75);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 250ms ease, transform 250ms ease, visibility 250ms ease;
  transition-delay: calc(var(--i) * 70ms);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: rgba(17, 17, 17, 0.8);
}

.site-nav.is-open a,
.site-nav.is-open .site-nav-footer {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 760px) {
  .header-side {
    min-width: auto;
    gap: 0.5rem;
  }

  .header-link {
    font-size: 8px;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 600px) {
  .site-nav {
    position: fixed;
    top: 98px;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    background: transparent;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
    padding: 0.75rem 0 0;
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav-panel {
    position: relative;
    top: 0;
    right: auto;
    width: min(100% - 20px, 420px);
    height: auto;
    margin: 0 auto;
    padding: 0 0.9rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(2, 0, 10, 0.12);
    border-radius: 16px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
    transform: translateY(-8px);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: transform 220ms ease, opacity 220ms ease, max-height 220ms ease, padding 220ms ease;
  }

  .site-nav.is-open .site-nav-panel {
    opacity: 1;
    max-height: 420px;
    padding: 0 0.9rem 0.7rem;
    transform: translateY(0);
  }

  .site-nav-panel::before {
    margin: 0.9rem 0 0.7rem;
    font-size: 1.6rem;
  }

  .site-nav a {
    min-height: 1.9rem;
    padding: 0.4rem 0;
    font-size: 0.96rem;
    letter-spacing: -.02em;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: color 200ms ease;
  }

  .site-nav a:last-child {
    border-bottom: 1px solid rgba(2, 0, 10, 0.12);
  }

  .site-nav-footer {
    opacity: 1;
    visibility: visible;
    transform: none;
    font-size: 0.52rem;
    letter-spacing: 0.08em;
    padding-top: 0.7rem;
  }
}

@media (max-width: 600px) {
  body.nav-open {
    overflow: visible;
  }
}

.menu-button[aria-expanded='true'] span:first-child {
  transform: translateX(-50%) rotate(45deg);
  top: 12px;
}

.menu-button[aria-expanded='true'] span:last-child {
  transform: translateX(-50%) rotate(-45deg);
  top: 12px;
}

body.nav-open {
  overflow: hidden;
}

.logo {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  justify-self: center;
  color: inherit;
  font-family: 'Ashing', 'Brush Script MT', cursive !important;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1;
  letter-spacing: .06em;
  white-space: nowrap;
  transition: color 760ms cubic-bezier(.16, 1, .3, 1);
}

.logo sup {
  position: relative;
  top: -.55em;
  margin-left: 2px;
  font-family: Arial, sans-serif;
  font-size: .3em;
  letter-spacing: 0;
}

.envelope-button { margin-top: 4px; color: #eee; }
.envelope-button svg { display: block; width: 20px; height: 20px; }

.media-controls {
  position: absolute;
  z-index: 1;
  bottom: clamp(24px, 4.1vh, 44px);
  left: var(--frame-gap);
  display: flex;
  gap: 20px;
  color: #eee;
}

.media-button {
  width: 20px;
  height: 20px;
  background: transparent;
  opacity: .78;
  transition: opacity 180ms ease, transform 180ms ease;
}

.media-button:hover { opacity: 1; }
.media-button:active { transform: scale(.84); }
.media-button svg { display: block; width: 20px; height: 20px; }
.sound-button {
  position: absolute;
  z-index: 1;
  right: var(--frame-gap);
  bottom: clamp(24px, 4.1vh, 44px);
  color: #fff;
}
.play-icon { display: none; fill: currentColor; }

.sound-button svg,
.sound-button path,
.sound-button line,
.sound-button polyline,
.sound-button rect {
  stroke: #fff;
  color: #fff;
}
.play-button[aria-pressed='true'] .pause-icon { display: none; }
.play-button[aria-pressed='true'] .play-icon,
.play-button[aria-pressed='false'] .pause-icon,
.sound-button[aria-pressed='true'] svg,
.sound-button[aria-pressed='false'] svg { animation: media-pop 180ms ease both; }
.play-button[aria-pressed='true'] .play-icon { display: block; }
.sound-button[aria-pressed='true'] .sound-wave { display: none; }
.sound-button[aria-pressed='false'] .sound-slash { display: none; }

@keyframes media-pop {
  0% { opacity: .35; transform: scale(.72); }
  70% { opacity: 1; transform: scale(1.08); }
  100% { opacity: 1; transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .media-button { transition: none; }
  .play-button[aria-pressed='true'] .play-icon,
  .play-button[aria-pressed='false'] .pause-icon,
  .sound-button[aria-pressed='true'] svg,
  .sound-button[aria-pressed='false'] svg { animation: none; }
}

.intro {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: min(90vw, 700px);
  text-align: center;
  transform: translate(-50%, -50%);
}

.eyebrow { margin: 0 0 11px; color: #d7d7d7; font-family: 'Atavian', Arial, sans-serif; font-size: clamp(8px, .68vw, 10px); font-weight: 400; letter-spacing: .02em; text-transform: uppercase; }

h1 { margin: 0; color: #f1f1f1; font-family: 'Atavian', Arial, sans-serif; font-size: clamp(42px, 4.2vw, 60px); font-weight: 400; line-height: .91; letter-spacing: .01em; text-transform: uppercase; }

.intro-link { position: absolute; z-index: 1; bottom: clamp(24px, 4.1vh, 44px); left: 50%; display: block; width: min(335px, 100%); margin: 0; padding: 13px 12px 12px; background: #f5f5f5; color: #202020; font-family: 'Atavian', Arial, sans-serif; font-size: 11px; line-height: 1.1; letter-spacing: .04em; text-align: center; text-transform: uppercase; transform: translateX(-50%); }

@media (max-width: 600px) {
  .site-header { top: 25px; right: 24px; left: 24px; }
  .intro { top: 50%; }
  h1 { font-size: clamp(36px, 11vw, 52px); }
  .intro-link {
    bottom: 90px;
    width: min(86vw, 360px);
    padding: 16px 18px 15px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 0;
    background: rgba(245, 245, 245, 0.96);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
    color: #111;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .intro-link::after {
    content: '↗';
    display: inline-block;
    margin-left: .55rem;
    font-size: .9rem;
    line-height: 1;
    vertical-align: middle;
  }

  .about-section { padding: 88px 24px 64px; }
  .about-main { display: block; margin-top: 44px; }
  .about-image img { height: 115vw; max-height: 520px; }
  .about-copy { padding-top: 42px; }
  .about-copy .about-lead { font-size: clamp(28px, 8vw, 38px); }
  .about-facts { margin-top: 42px; }
  .about-facts div { grid-template-columns: 100px 1fr; gap: 12px; }
  .about-experience { display: block; margin-top: 76px; }
  .about-experience > div { margin-top: 42px; }

  .instagram-section { padding: 52px 24px 44px; }
  .instagram-heading { display: block; margin-bottom: 28px; }
  .instagram-heading h2 { font-size: clamp(42px, 13vw, 64px); }
  .instagram-heading a { display: inline-block; margin-top: 24px; }
  .instagram-grid { grid-template-columns: 1fr; gap: 16px; }
  .instagram-card { aspect-ratio: 4 / 3; }
  .kustom-section { margin-top: 52px; padding: 28px 24px 44px; }
  .kustom-section .instagram-heading h2 { font-size: clamp(38px, 11vw, 56px); }
  .kustom-section .instagram-grid { max-width: none; }
}

.section { position: relative; z-index: 1; padding: var(--section-gap) var(--page-pad); transition: background-color 900ms cubic-bezier(.16, 1, .3, 1), color 900ms cubic-bezier(.16, 1, .3, 1); }
.reveal,
.section,
.about-grid,
.work-item,
.instagram-card,
.camera-showcase,
.contact-inner,
.site-header {
  opacity: 1;
  transform: none;
  transition: none;
}

.reveal.is-visible,
.section.is-visible,
.about-grid.is-visible,
.work-item.is-visible,
.instagram-card.is-visible,
.camera-showcase.is-visible,
.contact-inner.is-visible,
.site-header.is-visible {
  opacity: 1;
  transform: none;
}

.tone-a { background: #f7f5f0; color: #02000A; transition: background-color 900ms cubic-bezier(.16, 1, .3, 1), color 900ms cubic-bezier(.16, 1, .3, 1); }
.tone-b { background: #fcfaf6; color: #02000A; transition: background-color 900ms cubic-bezier(.16, 1, .3, 1), color 900ms cubic-bezier(.16, 1, .3, 1); }

body.page-dark .tone-a,
body.page-dark .tone-b,
body.page-dark .section,
body.page-dark .feature-banner,
body.page-dark .future-strip,
body.page-dark .contact {
  background: #1a1a1a;
  color: #f7f5f0;
}

body.page-dark .section-title,
body.page-dark .about-experience-title,
body.page-dark .work-info h3,
body.page-dark .feature-banner-title,
body.page-dark .future-strip-title,
body.page-dark .contact-title,
body.page-dark .lede,
body.page-dark .stat-num,
body.page-dark .goal-text a,
body.page-dark .goal-arrow a,
body.page-dark .contact-email {
  color: #f7f5f0;
}

body.page-dark .section-sub,
body.page-dark .about-copy p,
body.page-dark .stat-label,
body.page-dark .work-desc,
body.page-dark .work-tags,
body.page-dark .contact-links a,
body.page-dark .caption,
body.page-dark .goal-text,
body.page-dark .goal-check::before,
body.page-dark .experience-checklist-table,
body.page-dark .driver-license-note,
body.page-dark .driver-license-meta,
body.page-dark .contact-email {
  color: rgba(247, 245, 240, 0.78);
}

body.page-dark .about-experience,
body.page-dark .about-experience--story,
body.page-dark .experience-checklist-table,
body.page-dark .goal-check,
body.page-dark .goal-arrow,
body.page-dark .contact-email,
body.page-dark .driver-license-bar,
body.page-dark .driver-license-support {
  border-color: rgba(255, 255, 255, 0.12);
}

body.page-dark .experience-checklist-table tr + tr,
body.page-dark .goal-check,
body.page-dark .goal-arrow,
body.page-dark .section-head,
body.page-dark .about-experience,
body.page-dark .about-experience--story {
  border-top-color: rgba(255, 255, 255, 0.12);
}

body.page-dark .goal-check::before {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.03);
}

body.page-dark .driver-license-support {
  background: #f7f5f0;
  color: #000;
}

body.page-dark .instagram-post {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.12);
}
.section-head { max-width: var(--container); margin: 0 auto 2.8rem; position: relative; }
.section-eyebrow { font-family: 'Atavian', Arial, sans-serif; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #7f7a73; margin-bottom: .8rem; }
.section-title { font-family: 'Atavian', Arial, sans-serif; font-weight: 400; letter-spacing: -.04em; font-size: clamp(2.2rem, 5vw, 4rem); line-height: .98; margin: 0; }
.section-sub { margin-top: 1rem; max-width: 50ch; color: rgba(2,0,10,.7); font-size: 1rem; font-family: Arial, Helvetica, sans-serif; }
.ghost-num { position: absolute; top: -2.2rem; right: 0; z-index: 0; font-family: 'Atavian', Arial, sans-serif; font-weight: 400; font-size: clamp(4rem, 12vw, 9rem); color: transparent; -webkit-text-stroke: 1px rgba(2,0,10,.12); line-height: 1; user-select: none; }

.about-grid { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(1.6rem, 5vw, 4rem); align-items: start; }
.about-portrait { position: relative; }
.about-portrait img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 2px;
  filter: contrast(1.04) saturate(.8) brightness(1.02);
}
.caption { font-family: Arial, sans-serif; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: #686861; margin-top: .7rem; }
.lede { font-family: Arial, sans-serif; font-weight: 500; letter-spacing: -0.02em; font-size: clamp(1.4rem, 2.5vw, 2rem); line-height: 1.2; margin-bottom: 1.4rem; color: #111; }
.about-copy p { color: rgba(17, 17, 17, .78); margin-bottom: 1.1rem; max-width: 56ch; font-family: Arial, Helvetica, sans-serif; }
.about-stats { margin-top: 2.2rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; border-top: 1px solid rgba(2,0,10,.14); padding-top: 1.8rem; }
.stat { display: flex; flex-direction: column; gap: .3rem; }
.stat-num { font-family: 'Atavian', Arial, sans-serif; font-weight: 400; letter-spacing: -.04em; font-size: clamp(1.4rem, 2vw, 2rem); color: #111; }
.stat-label { font-size: 12px; color: rgba(17,17,17,.7); line-height: 1.4; font-family: Arial, Helvetica, sans-serif; }
.about-experience { max-width: var(--container); margin: clamp(4rem, 8vw, 7rem) auto 0; padding-top: clamp(2rem, 4vw, 3rem); border-top: 1px solid rgba(2,0,10,.14); }
.experience-story {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding: clamp(2.5rem, 5vw, 4rem) var(--page-pad);
  background: transparent;
}
.about-experience--story {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(4rem, 8vw, 6rem);
  border-top: 1px solid rgba(2,0,10,.14);
  border-bottom: 1px solid rgba(2,0,10,.14);
}
.about-experience--story .lede {
  font-size: clamp(1.25rem, 2vw, 2.2rem);
  line-height: 1.28;
  max-width: 70ch;
  margin-bottom: 0;
}
.about-experience-title { font-family: 'Atavian', Arial, sans-serif; font-weight: 400; letter-spacing: -.04em; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1; margin-bottom: 1.2rem; }
.about-experience-title--compact {
  font-size: clamp(3rem, 6vw, 6.2rem);
  line-height: .9;
  letter-spacing: -.06em;
  margin-bottom: 1.4rem;
}
.experience-note { margin-top: 1.4rem; color: rgba(17,17,17,.8); }
.experience-checklist-label {
  margin: 0 0 .8rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(17,17,17,.72);
}
.experience-checklist-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(2,0,10,.12);
}
.experience-checklist-table tr + tr {
  border-top: 1px solid rgba(2,0,10,.12);
}
.experience-checklist-table td {
  padding: 1.2rem 1.35rem;
}
.goal-check {
  width: 70px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid rgba(2,0,10,.12);
}
.goal-check::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(17,17,17,.7);
  background: rgba(255,255,255,.24);
  box-sizing: border-box;
}
.experience-checklist-table tr:nth-child(-n + 2) .goal-check::before {
  background: #111;
  box-shadow: inset 0 0 0 4px #f7f5f0;
}
.goal-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  letter-spacing: -.02em;
  line-height: 1.2;
  width: auto;
}
.goal-text a,
.goal-arrow a {
  color: #111;
  text-decoration: none;
}
.goal-arrow {
  width: 62px;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid rgba(2,0,10,.12);
}
.goal-arrow a {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1;
}
.goal-text a:hover,
.goal-arrow a:hover {
  opacity: .7;
}

@media (max-width: 700px) {
  .experience-checklist-table td {
    padding: 1rem .9rem;
  }
  .goal-check {
    width: 52px;
  }
}

.feature-banner {
  position: relative;
  width: 100%;
  min-height: clamp(20rem, 38vw, 32rem);
  margin: clamp(4rem, 8vw, 7rem) 0 0;
  overflow: hidden;
  background: #02000A;
}
.feature-banner-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) blur(7px) brightness(.56);
  transform: scale(1.04);
}
.feature-banner-overlay {
  position: relative;
  min-height: inherit;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(2,0,10,.78), rgba(2,0,10,.42) 54%, rgba(2,0,10,.18));
}
.feature-banner-content {
  width: var(--container);
  margin: 0 auto;
  padding: clamp(2.8rem, 7vw, 5.4rem) var(--page-pad);
}
.section-eyebrow--light {
  color: rgba(247,245,240,.8);
}
.feature-banner-title {
  font-family: 'Atavian', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -.06em;
  font-size: clamp(2.8rem, 8vw, 7rem);
  line-height: .9;
  margin: 0;
  color: #f7f5f0;
}

.instagram-gallery { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .9rem; }
.instagram-post { position: relative; min-width: 0; aspect-ratio: 4/5; overflow: hidden; border: 1px solid rgba(2,0,10,.12); background: #f2ede7; }
.instagram-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.instagram-post .instagram-fallback { position: absolute; left: 1rem; bottom: 1rem; z-index: 2; padding: .45rem .65rem; background: rgba(247,245,240,.9); font-family: Arial, sans-serif; font-size: 10px; color: #111; letter-spacing: .08em; text-transform: uppercase; }
.instagram-more { display: inline-flex; gap: .6rem; margin: 1.6rem auto 0; color: #111; font-family: Arial, sans-serif; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

.work-tags { font-family: Arial, sans-serif; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #7f7a73; }

.work-list { max-width: var(--container); margin: 0 auto; display: flex; flex-direction: column; gap: clamp(3rem, 6vw, 5rem); }
.work-item { display: grid; grid-template-columns: 1.25fr .95fr; gap: clamp(1.4rem, 4vw, 3rem); align-items: center; }
.work-item--reverse { direction: rtl; }
.work-item--reverse > * { direction: ltr; }
.work-media { overflow: hidden; aspect-ratio: 16/10.5; }
.work-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.72) contrast(1.04) brightness(.96);
  transition: transform 900ms cubic-bezier(.16, 1, .3, 1), filter 600ms ease;
}
.work-item:not(.work-item--coming-soon):hover .work-media img { transform: scale(1.02); filter: saturate(.78) contrast(1.05) brightness(1); }
.work-item--coming-soon .work-media { position: relative; overflow: hidden; }
.work-item--coming-soon .work-media img {
  position: relative;
  z-index: 1;
  filter: saturate(.5) brightness(.82) blur(8px);
  transform: scale(1.06);
  transition: transform 1s ease, filter .4s ease;
}
.work-item--coming-soon:hover .work-media img {
  transform: scale(1.12);
  filter: saturate(.45) brightness(.76) blur(8px);
}
.coming-soon-label {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(2,0,10,.32);
  color: #f7f5f0;
  font-family: Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.work-info h3 { font-family: 'Atavian', Arial, sans-serif; font-weight: 400; letter-spacing: -.04em; font-size: clamp(1.8rem, 2.8vw, 2.6rem); margin-bottom: .5rem; }
.work-info .work-tags { color: #7f7a73; }
.work-desc { color: rgba(17,17,17,.72); max-width: 42ch; }

.camera-showcase {
  background: #f3efe9;
  color: #171512;
  padding-top: clamp(4.4rem, 8vw, 8rem);
  padding-bottom: clamp(4.4rem, 8vw, 8rem);
  border-top: 1px solid rgba(23, 21, 18, 0.08);
  border-bottom: 1px solid rgba(23, 21, 18, 0.08);
}

.camera-showcase-inner {
  max-width: min(1600px, calc(100% - (var(--page-pad) * 2)));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(1.4rem, 4vw, 5rem);
  align-items: center;
}

.camera-visual {
  position: relative;
}

.camera-image-wrap {
  position: relative;
  overflow: hidden;
  background: #ded6ce;
}

.camera-image-wrap img {
  display: block;
  width: 100%;
  height: clamp(360px, 44vw, 720px);
  object-fit: cover;
  filter: contrast(1.04) saturate(0.8) brightness(0.98);
  transition: transform 900ms cubic-bezier(.16, 1, .3, 1), filter 600ms ease;
}

.camera-image-wrap:hover img {
  transform: scale(1.01);
  filter: contrast(1.08) saturate(0.84) brightness(1);
}

.camera-story {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.camera-showcase .section-eyebrow {
  color: rgba(23, 21, 18, 0.62);
}

.camera-showcase .section-title {
  color: #171512;
  max-width: 11ch;
}

.camera-showcase .section-sub {
  color: rgba(23, 21, 18, 0.72);
  max-width: 32ch;
}

.camera-list {
  list-style: none;
  margin: 0.6rem 0 0;
  padding: 0;
  border-top: 1px solid rgba(23, 21, 18, 0.1);
}

.camera-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(23, 21, 18, 0.08);
  align-items: center;
}

.camera-list span {
  font-family: 'Atavian', Arial, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  color: rgba(23, 21, 18, 0.5);
}

.camera-list div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.camera-list small {
  font-family: Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(23, 21, 18, 0.58);
}

.camera-list strong {
  font-family: 'Atavian', Arial, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.9rem);
  font-weight: 400;
  color: #171512;
  letter-spacing: -0.04em;
}

@media (max-width: 760px) {
  .camera-showcase-inner {
    grid-template-columns: 1fr;
  }

  .camera-list li {
    grid-template-columns: 42px 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .section,
  .about-grid,
  .work-item,
  .instagram-card,
  .camera-showcase,
  .contact-inner,
  .site-header,
  .instagram-card img,
  .work-media img,
  .camera-image-wrap img {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

 .driver-license {
  background: #f7f5f0;
}

.driver-license-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.2rem, 3vw, 2.2rem);
}

.driver-license-copy {
  width: 100%;
}

.driver-license-copy h2 {
  margin: 0;
}

.driver-license-progress {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}

.driver-license-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .75rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(17,17,17,.72);
}

.driver-license-meta strong {
  font-family: 'Atavian', Arial, sans-serif;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  letter-spacing: -.05em;
  color: #111;
  text-transform: none;
}

.driver-license-bar {
  position: relative;
  width: 100%;
  height: 2px;
  background: rgba(17,17,17,.18);
  overflow: hidden;
}

.driver-license-fill {
  position: absolute;
  inset: 0 auto 0 0;
  display: block;
  background: #111;
}

.driver-license-note {
  margin: .9rem 0 0;
  color: rgba(17,17,17,.7);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  max-width: 40ch;
}

.driver-license-support {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.1rem;
  padding: .8rem 1.2rem;
  border: 1px solid rgba(17,17,17,.18);
  background: #111;
  color: #f7f5f0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: transform 180ms ease, opacity 180ms ease, background 180ms ease;
}

.driver-license-support:hover {
  transform: translateY(-1px);
  opacity: .92;
}

.contact { min-height: 72vh; display: flex; align-items: center; }
.contact-inner { max-width: var(--container); margin: 0 auto; display: flex; flex-direction: column; align-items: center; text-align: center; }
.contact-title { font-family: 'Atavian', Arial, sans-serif; font-weight: 400; letter-spacing: -.05em; font-size: clamp(2.6rem, 7vw, 5rem); line-height: .98; margin: .5rem 0 2rem; }
.contact-email { font-family: Arial, sans-serif; font-size: clamp(1rem, 2.2vw, 1.3rem); padding-bottom: .3rem; border-bottom: 1px solid rgba(2,0,10,.12); }
.contact-links { display: flex; flex-wrap: wrap; gap: 2.6rem; margin-top: 2.2rem; justify-content: center; }
.contact-links > div { display: flex; flex-direction: column; gap: .5rem; }
.contact-links a { font-family: Arial, sans-serif; font-size: 12px; letter-spacing: .08em; color: rgba(17,17,17,.8); text-transform: uppercase; }

@media (max-width: 760px) {
  .driver-license-inner {
    grid-template-columns: 1fr;
  }
}

.site-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding: 1.5rem clamp(1.2rem, 4vw, 2.6rem) 2rem; font-family: Arial, sans-serif; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: rgba(17,17,17,.7); border-top: 1px solid rgba(2,0,10,.12); }

@media (max-width: 960px) {
  .about-grid { grid-template-columns: 1fr; }
  .work-item { grid-template-columns: 1fr; }
  .instagram-gallery { grid-template-columns: 1fr; }
  .instagram-post { aspect-ratio: 4/5; }
}

@media (max-width: 760px) {
  .equipment-item { grid-template-columns: 2.5rem 1fr; gap: .8rem 1rem; }
  .equipment-item p { grid-column: 2; }
  .ghost-num { display: none; }
}
