:root {
  --ink: #09090c;
  --ink-2: #101015;
  --panel: #15151b;
  --panel-2: #1a1921;
  --paper: #f5f4f7;
  --muted: #aeabb7;
  --line: rgba(255, 255, 255, 0.13);
  --violet: #8a41ff;
  --violet-bright: #a879ff;
  --silver: #d9d8df;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  background: #fff;
  color: #000;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto 0;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem clamp(1.25rem, 4vw, 4.5rem);
  border-bottom: 1px solid transparent;
  transition: background 220ms ease, border-color 220ms ease, min-height 220ms ease;
}
.site-header.is-scrolled {
  min-height: 70px;
  background: rgba(9, 9, 12, 0.88);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 0.85rem; min-width: 210px; }
.brand img { width: 54px; height: 54px; object-fit: contain; filter: drop-shadow(0 0 14px rgba(138, 65, 255, 0.25)); }
.brand-copy { display: grid; line-height: 1.12; }
.brand-copy strong { font-size: 0.88rem; letter-spacing: 0.06em; text-transform: uppercase; }
.brand-copy small { margin-top: 0.33rem; color: var(--muted); font-size: 0.7rem; letter-spacing: 0.06em; }
.site-nav { display: flex; align-items: center; gap: clamp(1.3rem, 2.4vw, 2.6rem); }
.site-nav a { font-size: 0.84rem; letter-spacing: 0.04em; color: #d4d2da; transition: color 160ms ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: #fff; }
.site-nav .nav-cta { padding: 0.68rem 1.05rem; border: 1px solid rgba(168, 121, 255, 0.55); color: #fff; }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible { background: var(--violet); border-color: var(--violet); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 780px;
  height: min(920px, 100svh);
  display: grid;
  align-items: center;
  padding: 8rem max(1.25rem, calc((100vw - var(--max)) / 2)) 5rem;
  isolation: isolate;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 32%;
  background: linear-gradient(to top, var(--ink), transparent);
  pointer-events: none;
}
.hero-image { position: absolute; z-index: -3; inset: 0; }
.hero-image::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 9, 12, 0.97) 0%, rgba(9, 9, 12, 0.87) 31%, rgba(9, 9, 12, 0.25) 63%, rgba(9, 9, 12, 0.07) 100%),
    linear-gradient(180deg, rgba(9, 9, 12, 0.45), transparent 35%);
}
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.pattern {
  background-image: linear-gradient(30deg, rgba(255,255,255,.025) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.025) 87.5%), linear-gradient(150deg, rgba(255,255,255,.025) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.025) 87.5%), linear-gradient(30deg, rgba(255,255,255,.025) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.025) 87.5%), linear-gradient(150deg, rgba(255,255,255,.025) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.025) 87.5%), linear-gradient(60deg, rgba(138,65,255,.035) 25%, transparent 25.5%, transparent 75%, rgba(138,65,255,.035) 75%);
  background-size: 46px 80px;
  background-position: 0 0, 0 0, 23px 40px, 23px 40px, 0 0;
}
.hero-grid { position: absolute; z-index: -2; inset: 0 54% 0 0; opacity: 0.6; mask-image: linear-gradient(to right, black, transparent); }
.hero-content { width: min(690px, 62vw); }
.eyebrow, .kicker { margin: 0 0 1.5rem; color: var(--violet-bright); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 0.7rem; color: #dfd9e9; }
.eyebrow span { width: 36px; height: 1px; background: var(--violet-bright); box-shadow: 0 0 12px var(--violet); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 500; line-height: 0.98; letter-spacing: -0.055em; }
h1 { margin-bottom: 1.7rem; font-size: clamp(3.5rem, 7.2vw, 7.2rem); }
h1 em { color: var(--violet-bright); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lede { max-width: 610px; margin-bottom: 2.25rem; color: #c9c6d0; font-size: clamp(1rem, 1.3vw, 1.16rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.4rem; min-height: 54px; padding: 0.8rem 1.35rem; font-size: 0.87rem; font-weight: 700; }
.button-primary { background: var(--paper); color: var(--ink); transition: background 160ms ease, color 160ms ease, transform 160ms ease; }
.button-primary:hover, .button-primary:focus-visible { background: var(--violet-bright); color: #08070a; transform: translateY(-2px); }
.text-link { border-bottom: 1px solid rgba(255,255,255,.36); padding-block: 0.45rem; font-size: 0.84rem; color: #dedce3; }
.text-link span { margin-left: 0.45rem; color: var(--violet-bright); }
.hero-note { position: absolute; right: clamp(1.25rem, 5vw, 5rem); bottom: 4rem; display: flex; align-items: center; gap: 1rem; min-width: 250px; padding: 1rem 1.15rem; border: 1px solid var(--line); background: rgba(12, 12, 16, 0.74); backdrop-filter: blur(14px); }
.note-index { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(168,121,255,.55); color: var(--violet-bright); font-size: 0.69rem; }
.hero-note strong { display: block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; }
.hero-note p { margin: 0.1rem 0 0; color: var(--muted); font-size: 0.78rem; }
.hero-rail { position: absolute; right: 0; top: 50%; transform: translateY(-50%); writing-mode: vertical-rl; padding: 1.2rem 0.45rem; border-left: 1px solid var(--line); color: rgba(255,255,255,.45); font-size: 0.63rem; letter-spacing: 0.18em; text-transform: uppercase; }

.proof-strip { display: flex; justify-content: space-around; gap: 2rem; padding: 1rem 4vw; border-block: 1px solid var(--line); background: #0c0c10; color: #a6a3ad; font-size: 0.7rem; letter-spacing: 0.11em; text-transform: uppercase; overflow: hidden; white-space: nowrap; }
.proof-strip span { margin-right: 0.7rem; color: var(--violet); }

.section { width: min(var(--max), calc(100% - 2.5rem)); margin-inline: auto; padding-block: clamp(6rem, 10vw, 10rem); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.75fr); column-gap: 5rem; align-items: end; margin-bottom: clamp(3rem, 5vw, 5rem); }
.section-heading .kicker { grid-column: 1 / -1; }
.section-heading h2, .product-intro h2, .process-heading h2, .contact h2 { margin-bottom: 0; font-size: clamp(2.9rem, 5.6vw, 5.75rem); }
.section-heading > p:last-child { margin: 0 0 0.35rem; color: var(--muted); line-height: 1.8; }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { position: relative; min-height: 430px; padding: clamp(1.5rem, 3vw, 2.25rem); background: var(--ink-2); overflow: hidden; }
.service-card-featured { background: linear-gradient(145deg, rgba(138,65,255,.24), rgba(18,17,24,.96) 55%); }
.service-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 5rem; }
.service-number { color: var(--violet-bright); font-size: 0.77rem; font-weight: 700; }
.service-tag { padding: 0.3rem 0.62rem; border: 1px solid var(--line); color: var(--muted); font-size: 0.63rem; letter-spacing: 0.1em; text-transform: uppercase; }
.service-card h3 { margin-bottom: 1rem; font-size: clamp(1.65rem, 2vw, 2.15rem); font-weight: 550; letter-spacing: -0.03em; }
.service-card > p { max-width: 340px; color: var(--muted); line-height: 1.7; }
.service-card ul { margin: 2rem 0 0; padding: 1.5rem 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { position: relative; padding-left: 1rem; color: #d2cfd8; font-size: 0.82rem; line-height: 1.95; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 0.78em; width: 4px; height: 4px; background: var(--violet-bright); }
.card-corner { position: absolute; right: -44px; bottom: -44px; width: 95px; height: 95px; border: 1px solid rgba(168,121,255,.16); transform: rotate(45deg); }

.product-section { border-top: 1px solid var(--line); }
.product-intro { margin-bottom: 5rem; }
.product-intro h2 span { color: #787580; }
.product-layout { display: grid; grid-template-columns: minmax(300px, 0.9fr) minmax(380px, 1.1fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.product-mark { position: relative; display: grid; place-items: center; aspect-ratio: 1; max-width: 540px; margin-inline: auto; }
.product-mark::before { content: ""; position: absolute; inset: 18%; border-radius: 50%; background: rgba(138,65,255,.2); filter: blur(70px); }
.product-mark img { position: relative; z-index: 2; width: 74%; filter: drop-shadow(0 30px 35px rgba(0,0,0,.5)); }
.product-mark .product-logo-round { aspect-ratio: 1; border-radius: 50%; object-fit: contain; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.orbit::after { content: ""; position: absolute; top: 14%; left: 7%; width: 7px; height: 7px; border-radius: 50%; background: var(--violet-bright); box-shadow: 0 0 18px var(--violet); }
.orbit-one { inset: 3%; animation: spin 22s linear infinite; }
.orbit-two { inset: 12%; border-style: dashed; animation: spin 30s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }
.product-list article { display: grid; grid-template-columns: 44px 1fr; gap: 1.3rem; padding: 1.65rem 0; border-top: 1px solid var(--line); }
.product-list article:last-child { border-bottom: 1px solid var(--line); }
.product-list article > span { color: var(--violet-bright); font-size: 0.72rem; font-weight: 700; }
.product-list h3 { margin-bottom: 0.38rem; font-size: 1.2rem; font-weight: 560; letter-spacing: -0.02em; }
.product-list p { margin: 0; color: var(--muted); font-size: 0.9rem; line-height: 1.7; }
.material-line { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 6rem; color: #a7a4ae; font-size: 0.69rem; letter-spacing: 0.12em; text-transform: uppercase; }
.material-line i { flex: 1; height: 1px; background: var(--line); }

.process { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); border-top: 1px solid var(--line); }
.process-heading { position: sticky; top: 120px; align-self: start; }
.process-heading h2 { font-size: clamp(2.7rem, 4.6vw, 4.7rem); }
.process-steps { margin: 0; padding: 0; list-style: none; counter-reset: none; }
.process-steps li { display: grid; grid-template-columns: 70px 1fr; gap: 1.4rem; min-height: 190px; padding: 2rem 0; border-top: 1px solid var(--line); }
.process-steps li:last-child { border-bottom: 1px solid var(--line); }
.step-num { color: var(--violet-bright); font-family: Georgia, serif; font-size: 1.1rem; font-style: italic; }
.process-steps h3 { margin-bottom: 0.65rem; font-size: clamp(1.5rem, 2.2vw, 2.1rem); font-weight: 520; letter-spacing: -0.03em; }
.process-steps p { max-width: 550px; color: var(--muted); line-height: 1.8; }

.studio-statement { position: relative; min-height: 580px; display: grid; place-items: center; align-content: center; gap: 2rem; padding: 7rem 1.25rem; border-block: 1px solid var(--line); overflow: hidden; text-align: center; }
.studio-statement::before { content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(138,65,255,.18), transparent 68%); }
.statement-mark { position: absolute; color: rgba(255,255,255,.025); font-size: clamp(10rem, 28vw, 30rem); font-weight: 900; letter-spacing: -0.11em; line-height: 1; }
.statement-mark span { color: rgba(138,65,255,.045); }
.studio-statement blockquote { position: relative; max-width: 980px; margin: 0; font-size: clamp(2.2rem, 5vw, 5.1rem); font-weight: 450; line-height: 1.08; letter-spacing: -0.045em; }
.studio-statement blockquote em { color: var(--violet-bright); font-family: Georgia, serif; font-weight: 400; }
.studio-statement > p { position: relative; color: var(--muted); font-size: 0.79rem; letter-spacing: 0.09em; text-transform: uppercase; }

.contact { padding-block: clamp(6rem, 11vw, 11rem); }
.contact-grid { display: grid; grid-template-columns: 1fr 0.92fr; gap: clamp(4rem, 10vw, 10rem); align-items: end; }
.contact-copy > p:last-child { max-width: 560px; margin: 2rem 0 0; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.contact-actions { border-top: 1px solid var(--line); }
.contact-actions > a { position: relative; display: grid; grid-template-columns: 90px 1fr 32px; align-items: center; gap: 1rem; min-height: 88px; border-bottom: 1px solid var(--line); transition: background 160ms ease, padding 160ms ease; }
.contact-actions > a:hover, .contact-actions > a:focus-visible { padding-inline: 1rem; background: rgba(138,65,255,.09); }
.contact-actions span { color: var(--muted); font-size: 0.7rem; letter-spacing: 0.11em; text-transform: uppercase; }
.contact-actions strong { min-width: 0; overflow-wrap: anywhere; font-size: clamp(1rem, 1.7vw, 1.35rem); font-weight: 530; }
.contact-actions i { color: var(--violet-bright); font-size: 1.2rem; font-style: normal; }
.contact-primary strong { color: var(--violet-bright); }

.social-block { margin-top: clamp(4rem, 7vw, 7rem); padding-top: 1.4rem; border-top: 1px solid var(--line); }
.social-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 2rem; margin-bottom: 1.2rem; }
.social-heading > span { color: var(--muted); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.social-heading > strong { color: var(--violet-bright); font-size: 0.9rem; font-weight: 600; letter-spacing: 0.03em; }
.social-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding: 1px; background: var(--line); }
.social-links > a { display: grid; grid-template-columns: 48px 1fr 20px; align-items: center; gap: 1rem; min-width: 0; min-height: 96px; padding: 1.25rem; background: var(--ink-2); transition: background 160ms ease, transform 160ms ease; }
.social-links > a:hover, .social-links > a:focus-visible { z-index: 1; background: linear-gradient(135deg, rgba(138,65,255,.22), var(--panel)); transform: translateY(-3px); }
.social-icon { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(168,121,255,.45); border-radius: 50%; background: rgba(138,65,255,.1); color: #fff; }
.social-icon svg { width: 22px; height: 22px; overflow: visible; }
.social-icon-instagram svg { fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-icon-instagram .icon-dot { fill: currentColor; stroke: none; }
.social-icon-facebook svg, .social-icon-tiktok svg { fill: currentColor; }
.social-copy { display: grid; min-width: 0; line-height: 1.25; }
.social-copy small { color: var(--muted); font-size: 0.68rem; letter-spacing: 0.09em; text-transform: uppercase; }
.social-copy strong { overflow-wrap: anywhere; font-size: 0.87rem; font-weight: 580; }
.social-links > a > i { color: var(--violet-bright); font-size: 1rem; font-style: normal; }

.site-footer { display: flex; justify-content: space-between; align-items: flex-end; gap: 3rem; padding: 2.25rem clamp(1.25rem, 4vw, 4.5rem); border-top: 1px solid var(--line); background: #070709; }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand img { width: 58px; height: 58px; object-fit: contain; }
.footer-brand div { display: grid; }
.footer-brand strong { font-size: 0.84rem; letter-spacing: 0.06em; text-transform: uppercase; }
.footer-brand span { color: var(--muted); font-family: Georgia, serif; font-size: 0.83rem; font-style: italic; }
.footer-meta { display: flex; gap: 2rem; color: #77747e; font-size: 0.67rem; letter-spacing: 0.08em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-nav { gap: 1.15rem; }
  .hero-content { width: min(720px, 82vw); }
  .hero-image::before { background: linear-gradient(90deg, rgba(9,9,12,.97), rgba(9,9,12,.72) 54%, rgba(9,9,12,.22)); }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .section-heading > p:last-child { max-width: 600px; }
  .service-list { grid-template-columns: 1fr; }
  .service-card { min-height: 360px; }
  .service-top { margin-bottom: 3rem; }
  .product-layout { grid-template-columns: 0.8fr 1.2fr; gap: 2.5rem; }
  .social-links { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .process-heading { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-copy { max-width: 700px; }
}

@media (max-width: 760px) {
  .site-header { min-height: 72px; padding-inline: 1.1rem; }
  .brand img { width: 46px; height: 46px; }
  .brand-copy small { display: none; }
  .menu-toggle { position: relative; z-index: 2; display: grid; place-content: center; gap: 6px; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); background: rgba(9,9,12,.5); color: #fff; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 20px; height: 1px; background: currentColor; transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.5rem; padding: 6rem 1.4rem 3rem; background: rgba(9,9,12,.98); transform: translateX(100%); visibility: hidden; transition: transform 220ms ease, visibility 220ms ease; }
  .site-nav.is-open { transform: translateX(0); visibility: visible; }
  .site-nav a { font-size: 1.55rem; letter-spacing: -0.02em; }
  .site-nav .nav-cta { margin-top: 1rem; font-size: 1rem; }
  .hero { min-height: 760px; height: 100svh; padding: 7.5rem 1.25rem 5rem; align-items: end; }
  .hero-image::before { background: linear-gradient(180deg, rgba(9,9,12,.25), rgba(9,9,12,.74) 42%, rgba(9,9,12,.98) 84%), linear-gradient(90deg, rgba(9,9,12,.65), transparent); }
  .hero-image img { object-position: 61% center; }
  .hero-content { width: 100%; }
  h1 { font-size: clamp(3.35rem, 15vw, 5rem); }
  .hero-lede { font-size: 0.96rem; line-height: 1.65; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .hero-note, .hero-rail { display: none; }
  .proof-strip { justify-content: flex-start; overflow-x: auto; }
  .section { width: min(100% - 2rem, var(--max)); }
  .section-heading h2, .product-intro h2, .contact h2 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .product-layout { grid-template-columns: 1fr; }
  .product-mark { max-width: 410px; }
  .material-line { justify-content: flex-start; flex-wrap: wrap; }
  .material-line i { flex: 0 0 22px; }
  .process-steps li { grid-template-columns: 44px 1fr; }
  .contact-actions > a { grid-template-columns: 70px 1fr 22px; }
  .social-heading { align-items: flex-start; flex-direction: column; gap: 0.25rem; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .footer-meta { flex-direction: column; gap: 0.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
