:root {
  --ink: #101010;
  --muted: #737373;
  --line: #dedede;
  --paper: #fdfdfb;
  --soft: #f0f0ec;
  --accent: #ffffff;
  --display: 'Space Grotesk', 'Arial Black', sans-serif;
  --body: 'Manrope', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 15px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header { position: fixed; z-index: 20; top: 16px; left: 4.4vw; width: 91.2vw; height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border: 1px solid rgba(255,255,255,.75); border-radius: 18px; background: rgba(255,255,255,.62); box-shadow: 0 10px 30px rgba(16,16,16,.06), inset 0 1px 0 rgba(255,255,255,.9); backdrop-filter: blur(20px) saturate(145%); -webkit-backdrop-filter: blur(20px) saturate(145%); transition: background .35s, border-color .35s, box-shadow .35s; }
.site-header.is-scrolled { background: rgba(255,255,255,.82); border-color: rgba(16,16,16,.1); box-shadow: 0 14px 34px rgba(16,16,16,.1); }
.brand { display: inline-flex; align-items: center; width: 92px; height: 38px; }
.header-logo { max-width: 100%; max-height: 38px; width: auto; object-fit: contain; }
.site-nav { display: flex; gap: clamp(18px, 3vw, 50px); margin-left: 9vw; }
.site-nav a, .header-action { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; transition: opacity .2s; }
.site-nav a:hover { opacity: .5; }
.header-action { display: flex; gap: 12px; align-items: center; padding: 9px 13px; border: 1px solid rgba(16,16,16,.12); border-radius: 999px; background: rgba(255,255,255,.5); box-shadow: inset 0 1px 0 rgba(255,255,255,.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }

.intro { min-height: 100svh; position: relative; overflow: hidden; display: grid; place-items: center; isolation: isolate; background: var(--paper); transition: opacity .8s, transform .8s; }
.intro.is-fading { opacity: .08; transform: scale(.97); pointer-events: none; }
.intro-grid { position: absolute; inset: 0; opacity: .34; background: #f5f5f1; }
.intro-content { position: relative; z-index: 3; text-align: center; padding-top: 58px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 23px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.intro-eyebrow { justify-content: center; animation: introBlur .9s .3s both; }
.eyebrow-line { height: 1px; width: 36px; background: var(--muted); }
.logo-stage { margin: 0 auto; min-height: 188px; display: grid; place-items: center; animation: logoEnter 1.1s cubic-bezier(.2,.8,.2,1) both; }
.logo-placeholder { width: clamp(170px, 19vw, 265px); min-height: 140px; display: grid; place-items: center; font: 700 clamp(80px, 12vw, 170px)/.8 var(--display); letter-spacing: -.13em; filter: blur(0); }
.logo-placeholder img { max-width: 100%; max-height: 170px; object-fit: contain; }
.logo-placeholder.asset-missing { visibility: hidden; }
.typing-line { height: 30px; margin: 22px 0 0; font-size: clamp(18px, 2.3vw, 30px); font-weight: 500; letter-spacing: -.04em; }
.typing-line i { display: inline-block; width: 2px; height: 23px; margin-left: 7px; vertical-align: -3px; background: var(--ink); animation: blink .75s infinite; }
.launch-button { position: relative; display: inline-flex; align-items: center; gap: 20px; min-width: 206px; justify-content: space-between; margin-top: 38px; padding: 15px 17px 15px 20px; overflow: hidden; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: var(--paper); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; box-shadow: 0 14px 30px rgba(16,16,16,.13); transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s, background .45s, color .45s; }
.launch-button::before { content: ''; position: absolute; z-index: 0; left: -12%; top: 50%; width: 0; height: 0; border-radius: 50%; background: #fff; transform: translate(-50%, -50%); transition: width .55s cubic-bezier(.2,.8,.2,1), height .55s cubic-bezier(.2,.8,.2,1); }
.launch-button span, .launch-button i { position: relative; z-index: 1; }
.launch-button i { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 16px; font-style: normal; line-height: 1; transition: color .35s, background .35s, transform .45s; }
.launch-button:hover { color: var(--ink); transform: translateY(-5px) scale(1.04); background: #fff; box-shadow: 0 22px 42px rgba(16,16,16,.2), 0 0 0 8px rgba(255,255,255,.35); }
.launch-button:hover::before { width: 340px; height: 340px; }
.launch-button:hover i { border-color: var(--ink); background: var(--ink); color: #fff; transform: rotate(45deg); }
.launch-button:active { transform: translateY(-2px) scale(.98); }
body::after { content: ''; position: fixed; z-index: 100; inset: 0; pointer-events: none; background: #000; opacity: 0; transition: opacity .55s ease; }
body.is-launching::after { opacity: 1; }
body.is-launching .intro-content { transform: scale(.72); opacity: 0; filter: blur(18px); transition: transform .75s cubic-bezier(.7,0,.84,0), opacity .45s, filter .7s; }
body.is-launching .launch-button { transform: scale(1.2); box-shadow: 0 0 0 100vmax #000; }
.intro-note { position: absolute; z-index: 4; bottom: 30px; left: 4.4vw; right: 4.4vw; display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.floating-elements { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.float-item { position: absolute; width: clamp(52px, 7vw, 105px); opacity: 0; animation: floatIn .9s forwards, levitate 6s ease-in-out infinite; }
.float-item img { width: 100%; height: auto; object-fit: contain; }
.float-one { top: 21%; left: 16%; animation-delay: .65s, 1.7s; transform: rotate(-12deg); }
.float-two { top: 25%; right: 17%; animation-delay: .82s, 2.3s; transform: rotate(10deg); }
.float-three { bottom: 20%; left: 23%; animation-delay: 1s, 2.9s; transform: rotate(13deg); }
.float-four { bottom: 25%; right: 24%; animation-delay: 1.16s, 3.5s; transform: rotate(-9deg); }

.section { padding: 150px 8.8vw; position: relative; }
.section-topline { display: flex; justify-content: space-between; border-top: 1px solid var(--ink); padding-top: 14px; margin-bottom: 110px; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.about { min-height: 100vh; }
.about-layout { max-width: 1200px; margin: auto; display: grid; grid-template-columns: 1fr .83fr; align-items: center; gap: 12vw; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { margin-bottom: 32px; font: 600 clamp(50px, 6.6vw, 102px)/.93 var(--display); letter-spacing: -.075em; }
h1 em, h2 em { color: var(--muted); font-style: normal; }
.about-text { max-width: 410px; color: #484848; }
.about-text p { margin-bottom: 18px; }
.signature { display: flex; align-items: center; gap: 10px; margin-top: 45px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.signature-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); border: 1px solid var(--ink); }
.portrait-wrap { position: relative; min-height: 700px; display: flex; align-items: flex-end; justify-content: center; background: transparent; overflow: visible; }
.portrait-wrap img { position: relative; z-index: 1; max-height: 740px; width: min(122%, 760px); height: auto; object-fit: contain; object-position: bottom; }
.portrait-wrap img { z-index: 2; }
.portrait-fade { display: none; }

.why { background: var(--ink); color: var(--paper); }
.why .section-topline { border-color: var(--paper); }
.why .eyebrow, .why-lead { color: #aaa; }
.why-heading { max-width: 820px; }
.why h2 { margin-bottom: 25px; }
.why-lead { max-width: 380px; margin-bottom: 105px; }
.feature-list { max-width: 1200px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3.3vw; }
.feature { position: relative; padding: 15px 18px 22px; border: 1px solid rgba(255,255,255,.22); border-radius: 24px; background: rgba(255,255,255,.08); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); backdrop-filter: blur(18px) saturate(120%); -webkit-backdrop-filter: blur(18px) saturate(120%); transition: transform .35s, background .35s, border-color .35s; }
.feature:hover { transform: translateY(-6px); background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.38); }
.feature-index { margin-bottom: 20px; color: #777; font-size: 10px; }
.feature-media { position: relative; aspect-ratio: 1 / 1.03; display: grid; place-items: center; margin-bottom: 24px; overflow: hidden; background: transparent; }
.feature-media img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; transition: transform .5s cubic-bezier(.2,.8,.2,1); }\n.feature-media.asset-missing img, .logo-placeholder.asset-missing img, .portrait-wrap.asset-missing img { display: none; }
.feature:hover .feature-media img { transform: scale(1.06); }
.feature-copy { position: relative; }
.feature-copy h3 { margin-bottom: 10px; font: 600 clamp(23px, 2.4vw, 34px) var(--display); letter-spacing: -.06em; }
.feature-copy p { max-width: 250px; color: #9d9d9d; font-size: 13px; }
.feature-arrow { position: absolute; top: 0; right: 0; color: var(--accent); font-size: 22px; }

.contact { min-height: 90vh; display: flex; flex-direction: column; }
.contact-layout { flex: 1; max-width: 1200px; width: 100%; margin: auto; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8vw; }
.contact-heading h2 { font-size: clamp(48px, 6vw, 92px); }
.contact-details { padding: 6px 18px; border: 1px solid rgba(255,255,255,.8); border-radius: 24px; background: rgba(255,255,255,.58); box-shadow: 0 18px 45px rgba(16,16,16,.06), inset 0 1px 0 rgba(255,255,255,.9); backdrop-filter: blur(18px) saturate(135%); -webkit-backdrop-filter: blur(18px) saturate(135%); }
.contact-row { display: grid; grid-template-columns: 90px 1fr 25px; gap: 18px; align-items: center; min-height: 68px; border-bottom: 1px solid var(--line); font-size: 14px; transition: padding .25s, background .25s; }
.contact-row:hover { padding-left: 12px; background: rgba(255,255,255,.7); }
.contact-row b { font-size: 18px; font-weight: 400; text-align: right; }
.contact-label { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; margin-top: 130px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.site-footer a { color: var(--ink); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes logoEnter { from { opacity: 0; filter: blur(24px); transform: translateY(-42px) scale(.94); } to { opacity: 1; filter: blur(0); transform: none; } }
@keyframes introBlur { from { opacity: 0; filter: blur(16px); transform: translateY(12px); } to { opacity: 1; filter: blur(0); transform: none; } }
@keyframes floatIn { from { opacity: 0; filter: blur(16px); transform: translateX(28px) scale(.7); } to { opacity: .92; filter: blur(0); } }
@keyframes levitate { 0%, 100% { translate: 0 0; } 50% { translate: 0 -14px; } }
@keyframes blink { 50% { opacity: 0; } }

@media (max-width: 800px) {
  .site-header { top: 10px; left: 12px; width: calc(100% - 24px); height: 54px; padding: 0 13px; border-radius: 16px; }
  .site-nav { gap: 14px; margin: 0; }
  .site-nav a { font-size: 9px; }
  .header-action { display: none; }
  .intro-content { padding: 0 20px 40px; }
  .intro-eyebrow { font-size: 8px; }
  .intro-grid { background: #f5f5f1; }
  .float-one { left: 7%; top: 25%; }.float-two { right: 7%; top: 29%; }.float-three { left: 10%; bottom: 24%; }.float-four { right: 10%; bottom: 20%; }
  .section { padding: 90px 20px; }
  .section-topline { margin-bottom: 65px; }
  .about-layout, .contact-layout { grid-template-columns: 1fr; gap: 60px; }
  h1, h2 { font-size: clamp(48px, 14vw, 78px); }
  .portrait-wrap { min-height: 520px; }
  .portrait-wrap img { max-height: 560px; width: min(118%, 600px); }
  .feature-list { grid-template-columns: 1fr; gap: 56px; }
  .feature-media { aspect-ratio: 1.25 / 1; }
  .why-lead { margin-bottom: 60px; }
  .contact-layout { align-content: center; }
  .contact-row { grid-template-columns: 72px 1fr 20px; font-size: 12px; gap: 10px; }
  .site-footer { margin-top: 80px; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
