:root {
  color-scheme: dark light;
  --ink: #080808;
  --paper: #f5f5f2;
  --silver: #c9c9c6;
  --muted: #989894;
  --line: rgba(255, 255, 255, .19);
  font-family: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
svg { display: block; width: 20px; fill: none; stroke: currentColor; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.wrap { width: min(100% - 8vw, 1560px); margin-inline: auto; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: #080808;
  color: #f5f5f2;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: radial-gradient(circle at 69% 48%, rgba(86, 86, 86, .22), transparent 33%), linear-gradient(122deg, #0c0c0c 12%, #050505 70%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .18;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E");
}
.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .38;
  background-image: linear-gradient(to right, transparent calc(50% - .5px), rgba(255,255,255,.08) 50%, transparent calc(50% + .5px)), linear-gradient(to bottom, transparent calc(50% - .5px), rgba(255,255,255,.06) 50%, transparent calc(50% + .5px));
}
.site-header {
  position: relative;
  z-index: 3;
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: .82rem; font-weight: 500; letter-spacing: .31em; white-space: nowrap; }
.brand em { font-family: "Italiana", Georgia, serif; font-size: 1.25em; font-weight: 400; letter-spacing: .05em; }
.brand-star { font-size: 1.85rem; line-height: .5; font-family: Georgia, serif; font-weight: 400; }
.header-link { display: inline-flex; align-items: center; gap: 18px; font-size: .68rem; letter-spacing: .25em; transition: color .25s ease; }
.header-link:hover { color: #a3a3a3; }
.header-link svg { width: 18px; }
.hero-content { min-height: 650px; display: grid; grid-template-columns: 51% 49%; align-items: center; }
.hero-copy { position: relative; z-index: 2; min-width: 0; padding: 60px 0 50px; }
.eyebrow { margin: 0 0 35px; display: flex; align-items: center; gap: 14px; color: #b6b6b2; font-size: .7rem; font-weight: 500; letter-spacing: .28em; }
.hero-copy > .eyebrow { animation: riseIn .8s .08s both; }
.eyebrow-line { display: inline-block; width: 35px; height: 1px; background: #a0a09b; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Italiana", Georgia, serif; font-weight: 400; }
h1 { margin-bottom: 27px; font-size: clamp(4.5rem, 7.3vw, 8.5rem); line-height: .93; letter-spacing: -.065em; }
.hero-copy > h1 { animation: riseIn 1s .2s both; }
h1 i, h2 i { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.08em; }
.hero-description { max-width: 520px; margin-bottom: 33px; color: #b7b7b2; font-size: clamp(1rem, 1.1vw, 1.1rem); line-height: 1.78; }
.hero-copy > .hero-description { animation: riseIn .9s .42s both; }
.primary-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: fit-content;
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  gap: 29px;
  padding: 0 15px 0 29px;
  color: #f9f9f6;
  border-radius: 999px;
  background: linear-gradient(125deg, #d9d9d8, #4f4f4e 27%, #f5f5f2 44%, #5d5d5b 65%, #cdcdca);
  box-shadow: 0 0 0 1px rgba(255,255,255,.22), 0 18px 30px rgba(0,0,0,.36), 0 3px 5px rgba(0,0,0,.42);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .16em;
  white-space: nowrap;
  transition: box-shadow .3s ease, filter .3s ease;
}
.liquid-metal-surface {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
  animation: metalBreath 5s ease-in-out infinite;
}
.liquid-metal-shader { position: absolute; inset: 0; opacity: 0; }
.liquid-metal-button.has-liquid-shader .liquid-metal-shader { opacity: 1; }
.liquid-metal-shader canvas { display: block; position: absolute; inset: 0; width: 100% !important; height: 100% !important; }
.liquid-metal-core {
  position: absolute;
  inset: 2px;
  border-radius: inherit;
  background: radial-gradient(ellipse 80% 130% at 16% -48%, rgba(142,142,140,.32), transparent 65%), linear-gradient(180deg, #222 0%, #0a0a0a 55%, #050505 100%);
  box-shadow: inset 0 1px 1px rgba(255,255,255,.36), inset 0 -1px 1px rgba(0,0,0,.7);
  transition: background .3s ease, box-shadow .3s ease;
}
.liquid-metal-label, .liquid-metal-arrow { position: relative; z-index: 1; }
.liquid-metal-label { text-shadow: 0 1px 3px #000; }
.liquid-metal-arrow {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: none;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(210,210,208,.28), rgba(20,20,20,.4));
  box-shadow: inset 0 1px 1px rgba(255,255,255,.2);
}
.liquid-metal-arrow svg { width: 19px; }
.liquid-metal-ripples { position: absolute; inset: 0; z-index: 2; overflow: hidden; border-radius: inherit; pointer-events: none; }
.liquid-metal-ripple {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.55), rgba(255,255,255,0) 70%);
  animation: liquidRipple .6s ease-out forwards;
}
.primary-button:hover { filter: brightness(1.15); box-shadow: 0 0 0 1px rgba(255,255,255,.35), 0 21px 36px rgba(0,0,0,.42), 0 0 26px rgba(255,255,255,.12); }
.primary-button.is-pressed .liquid-metal-core { box-shadow: inset 0 3px 8px rgba(0,0,0,.85), inset 0 1px 1px rgba(255,255,255,.2); }
.primary-button:focus-visible { outline: 2px solid #f5f5f2; outline-offset: 5px; }
.hero-copy > .primary-button { animation: riseIn .9s .58s both, ctaBreath 4.8s 1.48s ease-in-out infinite; }
.hero-notes { display: flex; align-items: center; gap: 16px; margin-top: 42px; color: #878783; font-size: .63rem; letter-spacing: .18em; }
.hero-copy > .hero-notes { animation: riseIn .9s .72s both; }
.note-divider { width: 26px; height: 1px; background: #686864; }
.hero-art { position: relative; justify-self: center; width: min(52vw, 830px); aspect-ratio: 1; display: grid; place-items: center; margin-left: -6%; }
.hero-art::before {
  content: "";
  position: absolute;
  inset: 19%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(219,219,214,.23), rgba(142,142,139,.08) 33%, transparent 70%);
  animation: aura 6s ease-in-out infinite;
  pointer-events: none;
}
.hero-art img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(circle farthest-corner at center, #000 0 55%, transparent 72%);
  mask-image: radial-gradient(circle farthest-corner at center, #000 0 55%, transparent 72%);
  filter: contrast(1.08);
  animation: apparition 1.7s ease both, symbolFloat 7s ease-in-out 1.7s infinite;
}
.art-orbit { position: absolute; border: 1px solid rgba(236,236,231,.13); border-radius: 50%; }
.art-orbit::before { content: ""; position: absolute; top: 11%; left: 15%; width: 5px; height: 5px; border-radius: 50%; background: #e8e8e4; box-shadow: 0 0 12px 3px rgba(232,232,228,.52); }
.art-orbit::after { content: ""; position: absolute; right: 9%; bottom: 17%; width: 3px; height: 3px; border-radius: 50%; background: #d7d7d2; box-shadow: 0 0 8px 2px rgba(232,232,228,.3); }
.art-orbit-one { inset: 6%; animation: orbitClockwise 32s linear infinite; }
.art-orbit-two { inset: -1%; border-style: dashed; opacity: .35; animation: orbitCounterclockwise 48s linear infinite; }
.art-orbit-two::before { top: auto; left: auto; right: 18%; bottom: 9%; width: 3px; height: 3px; }
.art-orbit-three { inset: -8%; border: 0; animation: orbitClockwise 26s linear infinite; }
.art-orbit-three::before { top: 23%; left: 4%; width: 4px; height: 4px; opacity: .76; }
.art-orbit-three::after { right: 23%; bottom: 3%; width: 2px; height: 2px; }
.shooting-star {
  position: absolute;
  z-index: 2;
  width: clamp(65px, 9vw, 130px);
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,.9), rgba(240,240,236,.48) 24%, transparent);
  transform: rotate(-32deg);
  transform-origin: left center;
  pointer-events: none;
  opacity: 0;
  animation: meteor 9s linear infinite;
}
.shooting-star::before { content: ""; position: absolute; left: -2px; top: -2px; width: 5px; height: 5px; border-radius: 50%; background: #fff; box-shadow: 0 0 9px 2px rgba(255,255,255,.7); }
.shooting-star-one { top: 14%; right: 2%; --shoot-x: -190px; --shoot-y: 125px; animation-delay: -4s; }
.shooting-star-two { top: 49%; right: -8%; --shoot-x: -250px; --shoot-y: 160px; animation-duration: 12s; animation-delay: -2s; }
.art-coordinate { position: absolute; z-index: 2; color: #8f8f8a; font-size: .58rem; letter-spacing: .24em; white-space: nowrap; }
.art-coordinate-top { top: 10%; right: 0; }
.art-coordinate-bottom { bottom: 7%; left: 11%; }
.hero-bottom { min-height: 69px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #898985; font-size: .62rem; letter-spacing: .19em; }
.bottom-separator { padding: 0 10px; }
.scroll-indicator { display: inline-flex; align-items: center; gap: 12px; }
.scroll-indicator span { height: 24px; width: 1px; background: #bfbfba; animation: pulse 2.2s infinite; }

.journey { min-height: 100svh; color: #111; background: var(--paper); }
.journey-shell { min-height: 100svh; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); column-gap: clamp(60px, 9vw, 180px); align-items: start; padding-block: clamp(90px, 10vh, 135px); }
.journey-intro { position: sticky; top: 80px; }
.section-marker { display: flex; align-items: center; gap: 17px; margin-bottom: 65px; color: #777; font-size: .66rem; letter-spacing: .28em; }
.section-marker b { color: #a6a6a2; font-weight: 400; margin-inline: 5px; }
.marker-star { color: #171717; font-size: 2rem; line-height: .5; letter-spacing: 0; }
h2 { margin-bottom: 24px; font-size: clamp(4rem, 6vw, 7rem); line-height: .96; letter-spacing: -.065em; }
.journey-intro > p { max-width: 460px; color: #666; font-size: 1.05rem; line-height: 1.7; }
.steps { border-top: 1px solid #c7c7c2; }
.step { display: grid; grid-template-columns: 56px 1fr 18px; align-items: start; gap: 16px; padding: 27px 0 25px; border-bottom: 1px solid #c7c7c2; }
.step-number { margin-top: 5px; color: #888; font-size: .73rem; letter-spacing: .16em; }
.step h3 { margin-bottom: 5px; font-family: "Italiana", Georgia, serif; font-size: clamp(1.7rem, 2.3vw, 2.35rem); font-weight: 400; letter-spacing: -.04em; }
.step p { margin-bottom: 0; color: #73736e; font-size: .92rem; line-height: 1.5; }
.step-mark { color: #a9a9a3; font-family: Georgia, serif; font-size: 1.15rem; }
.journey-action {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-top: clamp(50px, 7vh, 90px);
  padding: 27px 0;
  border-top: 1px solid #b8b8b2;
  border-bottom: 1px solid #b8b8b2;
}
.action-label { color: #81817a; font-size: .65rem; font-weight: 500; letter-spacing: .22em; }
.journey-action p { margin: 8px 0 0; font-family: "Italiana", Georgia, serif; font-size: clamp(1.7rem, 2.55vw, 2.7rem); line-height: 1.15; letter-spacing: -.035em; }
.journey-action .primary-button {
  flex-shrink: 0;
  justify-content: space-between;
  animation: ctaBreath 4.8s ease-in-out infinite;
}
.journey-action .primary-button:focus-visible { outline-color: #111; }
.site-footer { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; padding-top: 26px; color: #8d8d87; font-size: .61rem; letter-spacing: .19em; }

@keyframes apparition { from { opacity: 0; transform: scale(.94) rotate(-8deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes riseIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes symbolFloat { 50% { transform: translateY(-12px); } }
@keyframes aura { 50% { opacity: .52; transform: scale(1.12); } }
@keyframes orbitClockwise { to { transform: rotate(360deg); } }
@keyframes orbitCounterclockwise { to { transform: rotate(-360deg); } }
@keyframes meteor {
  0%, 65% { opacity: 0; transform: translate3d(0, 0, 0) rotate(-32deg) scaleX(.7); }
  66% { opacity: .8; }
  74% { opacity: 0; transform: translate3d(var(--shoot-x), var(--shoot-y), 0) rotate(-32deg) scaleX(1.1); }
  100% { opacity: 0; }
}
@keyframes pulse { 50% { opacity: .15; } }
@keyframes ctaBreath { 0%, 100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-2px) scale(1.035); } }
@keyframes metalBreath { 0%, 100% { filter: brightness(.82); } 50% { filter: brightness(1.24); } }
@keyframes liquidRipple { from { opacity: .65; transform: translate(-50%, -50%) scale(0); } to { opacity: 0; transform: translate(-50%, -50%) scale(8); } }
.motion-ready [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .9s cubic-bezier(.22, 1, .36, 1); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready [data-reveal].in-view { opacity: 1; transform: translateY(0); }
.motion-paused .hero-art img, .motion-paused .hero-art::before, .motion-paused .art-orbit, .motion-paused .shooting-star { animation-play-state: paused; }
@media (min-width: 901px) and (max-height: 780px) {
  .site-header { min-height: 74px; }
  .hero-copy { padding: 24px 0 16px; }
  .hero-copy h1 { font-size: clamp(3.8rem, 6vw, 6rem); }
  .eyebrow { margin-bottom: 23px; }
  .hero-description { margin-bottom: 22px; line-height: 1.55; }
  .hero-notes { margin-top: 24px; }
  .hero-art { width: min(44vw, 560px); }
  .hero-bottom { min-height: 58px; }
}
@media (max-width: 900px) {
  .wrap { width: min(100% - 48px, 720px); }
  .site-header { min-height: 76px; }
  .hero-content { min-height: auto; grid-template-columns: minmax(0, 1fr); padding-top: 70px; }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(4.5rem, 10vw, 7rem); }
  .hero-art { width: min(78vw, 620px); margin: -20px auto -20px; }
  .journey-shell { min-height: auto; grid-template-columns: 1fr; padding-block: 80px; gap: 50px; }
  .journey-intro { position: static; }
  .section-marker { margin-bottom: 42px; }
  .journey-action { margin-top: 15px; }
}
@media (max-width: 600px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 68px; }
  .brand { font-size: .64rem; letter-spacing: .17em; gap: 7px; }
  .brand-star { font-size: 1.45rem; }
  .header-link { font-size: .6rem; gap: 5px; }
  .header-link svg { width: 15px; }
  .hero-content { padding-top: 52px; }
  .eyebrow { margin-bottom: 26px; font-size: .61rem; letter-spacing: .2em; }
  .eyebrow-line { width: 24px; }
  h1 { font-size: clamp(3.05rem, 11vw, 5.3rem); }
  .hero-description { font-size: 1rem; line-height: 1.65; }
  .primary-button { min-height: 58px; gap: 18px; font-size: .64rem; padding-left: 23px; padding-right: 12px; }
  .hero-notes { margin-top: 27px; flex-wrap: wrap; gap: 9px; font-size: .55rem; }
  .note-divider { width: 10px; }
  .hero-art { width: min(100vw, 490px); margin: -15px auto -5px; }
  .art-coordinate { display: none; }
  .hero-bottom { min-height: 57px; font-size: .53rem; letter-spacing: .1em; }
  .hero-bottom > span { max-width: 60%; }
  .scroll-indicator { gap: 6px; text-align: right; }
  .journey-shell { padding-block: 68px; gap: 35px; }
  .section-marker { margin-bottom: 38px; }
  h2 { font-size: clamp(3.5rem, 12vw, 5.5rem); }
  .journey-intro > p { font-size: 1rem; }
  .step { grid-template-columns: 32px 1fr 13px; gap: 8px; padding: 22px 0; }
  .step h3 { font-size: 1.75rem; }
  .step p { font-size: .9rem; }
  .journey-action { align-items: stretch; flex-direction: column; gap: 20px; }
  .journey-action p { font-size: 1.9rem; }
  .journey-action a { width: 100%; }
  .site-footer { font-size: .52rem; line-height: 1.5; letter-spacing: .1em; }
}
