@font-face {
  font-family: Manrope;
  src: url('./assets/manrope-tr.woff2') format('woff2');
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Manrope;
  src: url('./assets/manrope-latin-ext.woff2') format('woff2');
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
:root {
  color-scheme: dark;
  --bg: #07080c;
  --ink: #f5f3ed;
  --blue: #5375ff;
  --gutter: clamp(1.5rem, 4.4vw, 6rem);
  font-family: Manrope, Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
button { font: inherit; }
button[hidden] { display: none; }
::selection { color: #fff; background: #3459de; }
.scene { position: fixed; inset: 0; overflow: hidden; pointer-events: none; background: var(--bg); }
.scene-photo { position: absolute; inset: -7px; display: block; transform: translate3d(var(--px, 0px), var(--py, 0px), 0); }
.scene-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 67% 50%; display: block; }
.scene-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,7,15,.28), transparent 68%), linear-gradient(0deg, rgba(4,6,12,.9) 0%, rgba(4,6,12,.12) 38%, transparent 65%, rgba(4,6,12,.3)); }
.light { position: absolute; inset: -15%; opacity: .2; mix-blend-mode: screen; }
.light-blue { background: radial-gradient(ellipse at 28% 22%, rgba(28,72,255,.29), transparent 48%); }
.light-amber { background: radial-gradient(ellipse at 84% 38%, rgba(210,112,33,.15), transparent 35%); }
.motion-ready .light-blue { animation: blue-drift 24s ease-in-out infinite; }
.motion-ready .light-amber { animation: amber-drift 28s ease-in-out infinite; }
[data-motion='paused'] .light { animation-play-state: paused; }
@keyframes blue-drift {
  0%, 100% { opacity: .2; transform: translate3d(-2%, 0, 0); }
  50% { opacity: .6; transform: translate3d(3%, 2%, 0); }
}
@keyframes amber-drift {
  0%, 100% { opacity: .13; transform: translate3d(1%, 0, 0); }
  50% { opacity: .42; transform: translate3d(-2%, -2%, 0); }
}
.page { position: relative; isolation: isolate; display: flex; flex-direction: column; min-height: 100svh; padding-inline: var(--gutter); }
.header { min-height: 7.75rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; padding-block: 1.75rem; }
.brand { margin: 0; font-size: 1.65rem; font-weight: 800; letter-spacing: -.065em; line-height: 1.25; }
.brand span { color: var(--blue); }
.motion-control { width: 3rem; height: 3rem; flex: 0 0 auto; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: var(--ink); background: rgba(7,8,12,.38); cursor: pointer; }
.motion-control:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.6); }
.motion-control:focus-visible { outline: 2px solid #fff; outline-offset: 5px; }
.icon-play { display: none; }
.motion-control[aria-pressed='true'] .icon-pause { display: none; }
.motion-control[aria-pressed='true'] .icon-play { display: block; }
.hero { display: flex; align-items: flex-end; flex: 1; min-height: 27rem; padding-block: 7rem 3.5rem; }
.hero-copy { max-width: 100%; }
.status { margin: 0 0 1.8rem .35rem; display: flex; align-items: center; gap: .85rem; color: var(--ink); font-size: .875rem; font-weight: 700; line-height: 1.5; letter-spacing: .2em; }
.status-dot { width: .45rem; height: .45rem; border-radius: 50%; background: #7690ff; box-shadow: 0 0 14px rgba(71,109,255,.7); flex: 0 0 auto; }
h1 { margin: 0 0 0 -.07em; font-size: clamp(6rem, 11.5vw, 12rem); font-weight: 800; line-height: .88; letter-spacing: -.082em; }
.period { color: var(--blue); }
.footer { display: flex; align-items: center; flex-wrap: wrap; gap: 2rem; padding-block: 1.7rem 2.1rem; }
.footer p { margin: 0; overflow-wrap: anywhere; font-size: .875rem; letter-spacing: .015em; font-weight: 500; color: #d3d4d8; }
.footer-line { width: 5rem; height: 1px; background: rgba(255,255,255,.25); }
@media (min-width: 120rem) { .hero { padding-bottom: 4rem; } }
@media (max-width: 63.99rem) and (min-width: 48rem) {
  h1 { font-size: clamp(6rem, 12vw, 8rem); }
  .hero { padding-bottom: 3rem; }
  .scene-photo img { object-position: 62% center; }
}
@media (max-width: 47.99rem) {
  .header { min-height: 6rem; padding-block: 1.3rem; }
  .brand { font-size: 1.45rem; }
  .motion-control { width: 2.75rem; height: 2.75rem; }
  .scene-photo { inset: 0; height: 77svh; min-height: 33rem; }
  .scene-photo img { object-position: 52% 32%; }
  .scene-shade { background: linear-gradient(0deg, #07080c 0%, rgba(7,8,12,.98) 14%, rgba(7,8,12,.66) 31%, rgba(7,8,12,.05) 56%, rgba(7,8,12,.1) 80%, rgba(7,8,12,.4)); }
  .hero { min-height: 34rem; padding-block: 19rem 2.25rem; }
  h1 { font-size: min(clamp(4.8rem, 16vw, 7.8rem), calc((100vw - 2 * var(--gutter)) / 3.25)); line-height: .91; letter-spacing: -.078em; }
  .status { font-size: .875rem; margin: 0 0 1.3rem .12rem; letter-spacing: .16em; gap: .7rem; }
  .footer { padding-block: 1.1rem 1.7rem; }
  .footer p { font-size: .875rem; }
  .footer-line { width: 3rem; }
}
@media (max-height: 40rem) and (min-width: 48rem) {
  .header { min-height: 5.5rem; padding-block: 1.1rem; }
  .hero { padding-top: 3.5rem; padding-bottom: 2rem; min-height: 22rem; }
  h1 { font-size: clamp(5rem, 10vw, 9rem); }
}
@media (prefers-reduced-motion: reduce) {
  .scene-photo { transform: none !important; }
  .light { animation: none !important; }
}
@media (forced-colors: active) {
  .scene { display: none; }
  .status-dot { background: CanvasText; box-shadow: none; }
  .period, .brand span, .footer p { color: CanvasText; }
  .motion-control { border-color: ButtonText; }
}
