@font-face {
  font-family: "Inter";
  src: url("fonts/inter-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/inter-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/inter-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("fonts/sora-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("fonts/sora-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --cyj-black: #0a0a0a;
  --cyj-stone: #f7f4ee;
  --cyj-graphite: #6b6b6b;
  --cyj-sand: #c9c1b6;
  --cyj-line-dark: rgba(10, 10, 10, 0.2);
  --cyj-line-light: rgba(247, 244, 238, 0.22);
}

html { scroll-padding-top: 132px; }

body {
  background: var(--cyj-stone);
  color: var(--cyj-black);
  font-family: "Inter", Arial, sans-serif;
}

.dark-top {
  background: var(--cyj-black);
  color: var(--cyj-stone);
  padding-top: 112px;
}

.wrap { max-width: 1380px; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  min-height: 112px;
  height: auto;
  padding-inline: max(56px, calc((100vw - 1380px) / 2));
  background: rgba(10, 10, 10, 0.93);
  border-bottom-color: var(--cyj-line-light);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.footer-lockup-link {
  display: block;
  line-height: 0;
}

.brand-lockup-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  line-height: 1;
}

.brand-lockup-link .header-mark {
  width: 70px;
  height: auto;
  filter: invert(1);
}

.brand-type {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--cyj-stone);
  font-family: "Sora", sans-serif;
  white-space: nowrap;
}

.brand-type strong {
  font-size: 0.93rem;
  font-weight: 500;
  letter-spacing: 0.29em;
}

.brand-type small {
  font-size: 0.43rem;
  font-weight: 500;
  letter-spacing: 0.21em;
}

.site-header nav {
  font-family: "Sora", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.site-header nav a:hover { color: var(--cyj-sand); }
.nav-contact span { font-size: 1.2rem; }
.mobile-label { display: none; }

.hero.with-image {
  grid-template-columns: 1.12fr 0.88fr;
  gap: clamp(36px, 5vw, 72px);
  padding-block: clamp(76px, 8vw, 116px);
}

.eyebrow {
  font-family: "Sora", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.small-line { background: var(--cyj-sand); }
.hero .eyebrow { color: var(--cyj-sand); }

.hero.with-image h1 {
  margin: 34px 0 32px;
  font-family: "Sora", sans-serif;
  font-size: clamp(3.3rem, 5.6vw, 5.2rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.hero h1 em {
  color: var(--cyj-stone);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero.with-image .hero-copy > p {
  max-width: 580px;
  color: #c9c5be;
  font-size: clamp(1.06rem, 1.4vw, 1.23rem);
  line-height: 1.75;
}

.primary-link {
  border: 1px solid var(--cyj-stone);
  border-radius: 0;
  background: var(--cyj-stone);
  color: var(--cyj-black);
  font-family: "Sora", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.primary-link:hover { background: var(--cyj-sand); }

.text-link {
  font-family: "Sora", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.concept-figure { background: var(--cyj-sand); }

.concept-figure .concept-image {
  filter: grayscale(1) sepia(0.08) contrast(1.04);
}

.concept-mark {
  position: absolute;
  z-index: 2;
  top: 26px;
  right: 26px;
  width: 88px !important;
  height: auto !important;
  opacity: 0.88;
}

.concept-caption {
  background: rgba(10, 10, 10, 0.78);
  color: var(--cyj-stone);
  font-family: "Inter", sans-serif;
}

.hero-rule {
  color: var(--cyj-sand);
  border-top-color: var(--cyj-line-light);
  font-family: "Sora", sans-serif;
  letter-spacing: 0.18em;
}

.section { padding-block: clamp(86px, 8vw, 124px); }

.section-title .eyebrow,
.statement .eyebrow,
.contact .eyebrow {
  color: var(--cyj-graphite);
}

.section-title h2,
.focus-grid h3,
.steps h3,
.contact h2 {
  font-family: "Sora", sans-serif;
}

.section-title h2 {
  font-size: clamp(2.55rem, 4.2vw, 4.3rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.section-title h2 span {
  color: var(--cyj-graphite);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.section-title > p,
.focus-grid p,
.steps p {
  color: #4e4e4e;
}

.focus-grid { gap: clamp(28px, 3.5vw, 56px); }

.focus-grid article {
  border-top-color: var(--cyj-line-dark);
  padding-top: 28px;
}

.number {
  color: var(--cyj-graphite);
  font-family: "Sora", sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
}

.focus-grid h3 {
  margin-top: 38px;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.tags {
  color: var(--cyj-graphite);
  font-family: "Sora", sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
}

.statement { background: var(--cyj-sand); }

.statement-inner { padding-block: clamp(62px, 6vw, 94px); }

.statement p {
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 3.5vw, 3.7rem);
  font-weight: 500;
  line-height: 1.23;
  letter-spacing: -0.045em;
}

.statement em {
  color: var(--cyj-black);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.gallery {
  background: #151515;
  color: var(--cyj-stone);
}

.gallery-inner {
  padding-block: clamp(86px, 8vw, 124px);
}

.gallery-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: end;
  margin-bottom: clamp(46px, 6vw, 78px);
}

.gallery .eyebrow { color: var(--cyj-sand); }

.gallery-intro h2 {
  margin: 22px 0 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.55rem, 4.2vw, 4.3rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.gallery-intro h2 span {
  color: var(--cyj-sand);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.gallery-intro > p {
  max-width: 510px;
  margin: 0 0 6px;
  color: #c9c5be;
  font-size: 1.03rem;
  line-height: 1.75;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 42px);
}

.gallery-card {
  min-width: 0;
  border-top: 1px solid var(--cyj-line-light);
  padding-top: 24px;
}

.gallery-card-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 20px;
}

.gallery-index,
.live-label {
  color: var(--cyj-sand);
  font-family: "Sora", sans-serif;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gallery-card h3 {
  margin: 11px 0 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.live-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.live-label i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyj-stone);
  box-shadow: 0 0 0 4px rgba(247, 244, 238, 0.09);
}

.splat-frame {
  display: block;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(247, 244, 238, 0.12);
}

.splat-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease, filter 500ms ease;
}

.splat-frame > span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(247, 244, 238, 0.42);
  background: rgba(10, 10, 10, 0.78);
  color: var(--cyj-stone);
  font-family: "Sora", sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.splat-frame:hover img,
.splat-frame:focus-visible img {
  transform: scale(1.018);
  filter: brightness(1.06);
}

.gallery-note {
  margin: 18px 0 0;
  color: #aaa69f;
  font-size: 0.92rem;
  line-height: 1.65;
}

.gallery-link {
  display: inline-flex;
  gap: 10px;
  margin-top: 14px;
  color: var(--cyj-stone);
  font-family: "Sora", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gallery-link:hover { color: var(--cyj-sand); }

.steps { gap: clamp(28px, 3.5vw, 56px); }

.steps li {
  border-top-color: var(--cyj-line-dark);
  padding-top: 29px;
}

.steps li > span {
  color: var(--cyj-graphite);
  font-family: "Sora", sans-serif;
  letter-spacing: 0.14em;
}

.steps h3 {
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.contact {
  background: var(--cyj-black);
  color: var(--cyj-stone);
}

.contact .eyebrow { color: var(--cyj-sand); }

.contact h2 {
  font-size: clamp(3rem, 5vw, 5.7rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.contact p { color: #c9c5be; }

.contact-email {
  border-bottom-color: var(--cyj-sand);
}

.contact-email > span {
  color: var(--cyj-sand);
  font-family: "Sora", sans-serif;
  letter-spacing: 0.18em;
}

.contact-email strong {
  font-family: "Sora", sans-serif;
  font-weight: 500;
}

.contact-email b {
  font-family: "Inter", sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
}

.footer {
  background: var(--cyj-stone);
  color: var(--cyj-black);
  font-family: "Inter", sans-serif;
}

.footer-lockup-link img {
  width: clamp(210px, 18vw, 270px);
  height: auto;
}

.footer-top > p,
.footer details,
.footer-bottom {
  color: var(--cyj-graphite);
}

.footer details { border-top-color: var(--cyj-line-dark); }

.footer summary,
.footer-top > a:last-child {
  font-family: "Sora", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

:is(a:focus-visible, summary:focus-visible) {
  outline: 2px solid var(--cyj-sand);
  outline-offset: 6px;
}

.focus :is(a:focus-visible, summary:focus-visible),
.footer :is(a:focus-visible, summary:focus-visible) {
  outline-color: var(--cyj-black);
}

@media (max-width: 900px) {
  .site-header nav > a:first-child,
  .site-header nav > a:nth-child(2) { display: none; }
  .gallery-intro { grid-template-columns: 1fr; gap: 26px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 54px; }
  .splat-frame { aspect-ratio: 16 / 10; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 104px; }
  .dark-top { padding-top: 88px; }
  .site-header { min-height: 88px; padding-inline: 20px; }
  .brand-lockup-link { gap: 9px; }
  .brand-lockup-link .header-mark { width: 52px; }
  .brand-type { gap: 6px; }
  .brand-type strong { font-size: 0.69rem; letter-spacing: 0.2em; }
  .brand-type small { font-size: 0.34rem; letter-spacing: 0.12em; }
  .site-header nav { gap: 12px; font-size: 0.68rem; }
  .nav-gallery .desktop-label { display: none; }
  .nav-gallery .mobile-label { display: inline; }
  .hero.with-image h1 { font-size: clamp(3rem, 12vw, 4.35rem); }
  .concept-mark { top: 18px; right: 18px; width: 64px !important; }
  .footer-lockup-link img { width: 205px; }
  .contact-email strong { font-size: clamp(1rem, 6vw, 1.55rem); overflow-wrap: anywhere; }
  .gallery-card-heading { align-items: center; }
  .splat-frame { aspect-ratio: 4 / 3; }
}

.footer-top { flex-wrap: wrap; }
