:root {
  --bg: #060709;
  --bg-soft: #0b0d10;
  --panel: rgba(18, 20, 24, .66);
  --line: rgba(255, 255, 255, .11);
  --line-strong: rgba(255,255,255,.2);
  --text: #f5f2eb;
  --muted: #a5a5a4;
  --lime: #c9ff47;
  --violet: #8d72ff;
  --cyan: #6bf7ee;
  --radius: 32px;
  --shell: min(1280px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -20%, rgba(141,114,255,.13), transparent 34%),
    var(--bg);
  font-family: "Manrope", system-ui, sans-serif;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.noise {
  position: fixed; inset: 0; opacity: .045; pointer-events: none; z-index: 99;
  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='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.aurora { position: fixed; width: 45vw; height: 45vw; border-radius: 999px; filter: blur(120px); opacity: .08; pointer-events:none; }
.aurora-a { top: 30vh; left: -30vw; background: var(--violet); }
.aurora-b { top: 120vh; right: -28vw; background: var(--cyan); }

.site-header { height: 108px; display:flex; align-items:center; justify-content:space-between; position:relative; z-index:20; }
.brand { display:flex; align-items:center; flex:0 0 auto; }
.brand-logo { display:block; width:190px; height:auto; object-fit:contain; }
.nav-actions { display:flex; align-items:center; gap:28px; font-size:13px; }
.nav-link { color:#b9b9b7; transition:.3s; }
.nav-link:hover { color:#fff; }
.nav-cta { border:1px solid var(--line-strong); border-radius:999px; padding:12px 17px; display:flex; gap:12px; align-items:center; backdrop-filter:blur(14px); background:rgba(255,255,255,.035); transition:.3s; }
.nav-cta:hover { background:#fff; color:#08090b; border-color:#fff; transform:translateY(-2px); }

.hero { min-height: 860px; padding-top: 82px; position:relative; }
.eyebrow, .section-index { font-family:"DM Mono", monospace; font-size:11px; letter-spacing:.12em; text-transform:uppercase; color:#a9aaa7; }
.eyebrow { display:flex; gap:10px; align-items:center; }
.live-dot { width:7px; height:7px; border-radius:50%; background:var(--lime); box-shadow:0 0 0 5px rgba(201,255,71,.08), 0 0 22px rgba(201,255,71,.6); }
.hero-title { font-size:clamp(64px, 8.7vw, 136px); line-height:.84; letter-spacing:-.075em; max-width:1200px; margin:28px 0 38px; font-weight:600; position:relative; z-index:2; }
.headline-accent { display:block; color:transparent; -webkit-text-stroke:1px rgba(245,242,235,.72); font-style:italic; font-weight:500; }
.hero-bottom { display:flex; justify-content:space-between; align-items:flex-end; position:relative; z-index:3; }
.hero-copy { max-width:500px; color:#aaa; font-size:17px; line-height:1.7; margin:0; }
.round-link { width:116px; height:116px; border-radius:50%; border:1px solid var(--line-strong); display:flex; flex-direction:column; align-items:center; justify-content:center; gap:4px; font-size:12px; background:rgba(255,255,255,.03); backdrop-filter:blur(12px); transition:background .35s,color .35s,border-color .35s; }
.round-link:hover { background:var(--lime); color:#08090b; border-color:var(--lime); }
.round-arrow { font-size:24px; line-height:1; }
.hero-stage { height:300px; margin-top:60px; border:1px solid var(--line); border-radius:30px; overflow:hidden; position:relative; background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.005)); perspective:1000px; }
.hero-stage-grid { position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size:50px 50px; mask-image:linear-gradient(to bottom, transparent, #000 30%, #000); transform:perspective(800px) rotateX(62deg) scale(1.6) translateY(120px); transform-origin:center bottom; }
.hero-orb { position:absolute; width:180px; height:180px; left:50%; top:50%; transform:translate(-50%,-50%); display:grid; place-items:center; }
.hero-orb-core { width:82px; height:82px; border-radius:27px; background:linear-gradient(145deg,#ddff89,#9dec25); box-shadow:0 0 90px rgba(201,255,71,.28), inset 0 1px rgba(255,255,255,.8); transform:rotate(22deg); }
.orbit { position:absolute; border:1px solid rgba(255,255,255,.14); border-radius:50%; }
.orbit-1 { width:140px; height:92px; transform:rotate(16deg); animation:orbit1 9s linear infinite; }
.orbit-2 { width:182px; height:122px; transform:rotate(-28deg); animation:orbit2 12s linear infinite reverse; }
.orbit-3 { width:220px; height:150px; transform:rotate(66deg); animation:orbit1 15s linear infinite reverse; border-color:rgba(201,255,71,.18); }
@keyframes orbit1 { to { transform:rotate(376deg); } }
@keyframes orbit2 { to { transform:rotate(332deg); } }
.floating-tag { position:absolute; border:1px solid rgba(255,255,255,.11); background:rgba(7,8,10,.72); backdrop-filter:blur(12px); border-radius:999px; padding:9px 12px; font-family:"DM Mono",monospace; font-size:9px; letter-spacing:.08em; color:#bbb; }
.tag-a { left:7%; top:25%; animation:floaty 5s ease-in-out infinite; }
.tag-b { right:8%; top:25%; animation:floaty 6s ease-in-out infinite .8s; }
.tag-c { left:13%; bottom:14%; animation:floaty 5.6s ease-in-out infinite .3s; }
@keyframes floaty { 0%,100%{ transform:translateY(0) } 50%{ transform:translateY(-10px) } }

.work-section { padding:150px 0 70px; overflow:hidden; }
.work-heading { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:68px; }
.work-heading h2, .method h2 { font-size:clamp(46px,6vw,82px); letter-spacing:-.06em; line-height:.95; margin:17px 0 0; font-weight:600; }
.work-heading h2 span { color:#888; }
.work-heading p { max-width:390px; margin:0; color:#888; line-height:1.65; font-size:14px; }
.carousel-wrap { position:relative; max-width:1560px; margin:auto; display:flex; align-items:center; justify-content:center; }
.carousel-viewport { width:100%; height:640px; overflow:hidden; cursor:grab; touch-action:pan-y; }
.carousel-viewport.dragging { cursor:grabbing; }
.carousel-track { display:flex; gap:28px; height:100%; align-items:center; transition:transform .85s cubic-bezier(.16,1,.3,1); will-change:transform; padding-left:calc(50% - 250px); }
.project-card { flex:0 0 500px; height:570px; border-radius:36px; position:relative; overflow:hidden; border:1px solid rgba(255,255,255,.14); transform-origin:center; transition:transform .75s cubic-bezier(.16,1,.3,1),opacity .6s,filter .6s; background:#111317; box-shadow:0 30px 70px rgba(0,0,0,.22); cursor:pointer; }
.project-card:not(.active) { transform:scale(.86) rotateY(var(--side-rotate,0deg)); opacity:.46; filter:saturate(.65); }
.project-card.active { transform:scale(1); opacity:1; filter:none; }
.project-card::after { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(3,4,5,.92) 0%,rgba(3,4,5,.18) 45%,rgba(3,4,5,.04) 70%); pointer-events:none; }
.card-cover { position:absolute; inset:0; background-size:cover; background-position:center; transition:transform .8s cubic-bezier(.16,1,.3,1); }
.project-card:hover .card-cover { transform:scale(1.045); }
.card-placeholder { position:absolute; inset:0; display:grid; place-items:center; overflow:hidden; }
.card-placeholder::before { content:""; width:72%; aspect-ratio:1; border-radius:38%; background:radial-gradient(circle at 32% 25%,rgba(255,255,255,.75),rgba(255,255,255,.08) 21%,transparent 22%), linear-gradient(145deg,var(--p1),var(--p2)); box-shadow:0 55px 100px rgba(0,0,0,.34), inset 0 1px rgba(255,255,255,.4); transform:rotate(-16deg); }
.card-placeholder::after { content:"PRODUCT"; position:absolute; font-family:"DM Mono",monospace; font-size:10px; letter-spacing:.45em; color:rgba(255,255,255,.5); }
.card-top { position:absolute; z-index:3; left:28px; right:28px; top:26px; display:flex; justify-content:space-between; align-items:center; font-family:"DM Mono",monospace; font-size:10px; letter-spacing:.08em; color:rgba(255,255,255,.8); }
.card-format { border:1px solid rgba(255,255,255,.23); padding:8px 10px; border-radius:999px; backdrop-filter:blur(10px); }
.card-copy { position:absolute; z-index:3; left:30px; right:30px; bottom:28px; }
.card-copy h3 { font-size:40px; letter-spacing:-.05em; margin:7px 0 12px; font-weight:600; }
.card-copy p { margin:0; color:#c4c4c1; font-size:13px; line-height:1.55; max-width:330px; }
.card-open { position:absolute; z-index:4; right:28px; bottom:28px; width:54px; height:54px; border-radius:50%; display:grid; place-items:center; border:1px solid rgba(255,255,255,.25); background:rgba(255,255,255,.08); backdrop-filter:blur(14px); font-size:20px; transition:.35s; }
.project-card:hover .card-open { background:var(--lime); color:#07080a; border-color:var(--lime); transform:rotate(45deg); }
.carousel-arrow { position:absolute; z-index:5; width:54px; height:54px; border-radius:50%; border:1px solid var(--line-strong); background:rgba(8,9,11,.75); color:#fff; backdrop-filter:blur(12px); cursor:pointer; transition:.3s; }
.carousel-arrow:hover { background:#fff; color:#08090a; }
.carousel-prev { left:42px; } .carousel-next { right:42px; }
.carousel-meta { display:flex; justify-content:space-between; align-items:center; font-family:"DM Mono",monospace; color:#888; font-size:10px; letter-spacing:.08em; }
.carousel-count { display:flex; align-items:center; gap:12px; }
.carousel-count span:first-child { color:#fff; }
.count-line { width:48px; height:1px; background:#4f5053; }
.drag-hint { display:flex; gap:8px; align-items:center; }
.drag-icon { font-size:17px; }

.method { padding:150px 0; border-top:1px solid var(--line); }
.method-copy { display:grid; grid-template-columns:.75fr 2fr; gap:40px; }
.method-copy h2 { margin-top:0; }
.method-copy em { font-weight:500; color:transparent; -webkit-text-stroke:1px rgba(245,242,235,.66); }
.method-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:80px; }
.method-grid article { border:1px solid var(--line); border-radius:26px; padding:30px; min-height:235px; background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012)); position:relative; overflow:hidden; transition:.35s; }
.method-grid article:hover { transform:translateY(-5px); border-color:rgba(201,255,71,.26); background:linear-gradient(145deg,rgba(201,255,71,.07),rgba(255,255,255,.015)); }
.method-number { font-family:"DM Mono",monospace; color:var(--lime); font-size:10px; }
.method-grid h3 { font-size:24px; letter-spacing:-.03em; margin:62px 0 10px; }
.method-grid p { color:#90918f; font-size:13px; line-height:1.6; margin:0; }

.cta-section { padding:30px 0 90px; }
.cta-card { border:1px solid var(--line); border-radius:46px; min-height:620px; display:flex; flex-direction:column; justify-content:flex-start; align-items:center; text-align:center; position:relative; overflow:hidden; background:linear-gradient(145deg,#0d0f12,#08090b); padding:clamp(52px,5.5vw,78px) 0 clamp(58px,6vw,82px); box-sizing:border-box; }
.cta-card::before { content:""; position:absolute; inset:24px; border:1px solid rgba(255,255,255,.06); border-radius:32px; }
.cta-glow { position:absolute; width:500px; height:500px; border-radius:50%; background:var(--lime); filter:blur(160px); opacity:.09; top:-230px; left:50%; transform:translateX(-50%); }
.cta-card h2 { font-size:clamp(68px,10vw,142px); line-height:.8; letter-spacing:-.08em; margin:30px 0 30px; font-weight:600; position:relative; }
.cta-card > p { color:#a0a29f; margin:0 0 34px; }
.email-link { display:flex; align-items:center; gap:40px; padding:18px 21px 18px 26px; border:1px solid var(--line-strong); border-radius:999px; background:rgba(255,255,255,.04); position:relative; z-index:2; transition:.35s; }
.email-link:hover { background:var(--lime); color:#07080a; border-color:var(--lime); }
.email-arrow { width:34px; height:34px; display:grid; place-items:center; border-radius:50%; background:rgba(255,255,255,.11); }
.site-footer { display:flex; justify-content:space-between; padding:0 0 40px; color:#5f6060; font-family:"DM Mono",monospace; font-size:9px; letter-spacing:.08em; text-transform:uppercase; }

/* Modal */
.project-modal { position:fixed; inset:0; z-index:100; visibility:hidden; pointer-events:none; }
.project-modal.open { visibility:visible; pointer-events:auto; }
.modal-backdrop { position:absolute; inset:0; background:rgba(0,0,0,.72); backdrop-filter:blur(14px); opacity:0; transition:.4s; }
.project-modal.open .modal-backdrop { opacity:1; }
.modal-shell { position:absolute; inset:14px; background:#0a0b0e; border:1px solid rgba(255,255,255,.14); border-radius:34px; overflow:auto; padding:34px 42px 28px; transform:translateY(30px) scale(.985); opacity:0; transition:.55s cubic-bezier(.16,1,.3,1); }
.project-modal.open .modal-shell { transform:none; opacity:1; }
.modal-close { position:sticky; float:right; top:0; z-index:5; width:48px; height:48px; border-radius:50%; border:1px solid var(--line-strong); background:rgba(255,255,255,.05); color:#fff; font-size:27px; cursor:pointer; }
.modal-header { display:grid; grid-template-columns:1.7fr 1fr; gap:60px; align-items:end; padding:28px 0 36px; clear:both; }
.modal-kicker, .transformation-label { font-family:"DM Mono",monospace; font-size:9px; letter-spacing:.11em; color:#888; }
.modal-header h2 { font-size:clamp(52px,7vw,102px); letter-spacing:-.07em; line-height:.84; margin:12px 0 0; font-weight:600; }
.modal-header p { color:#a7a7a5; max-width:420px; line-height:1.65; margin:0 0 7px; }
.modal-content { display:grid; grid-template-columns:minmax(360px,.75fr) 1.25fr; gap:34px; min-height:620px; }
.video-column, .transformation-column { border:1px solid var(--line); border-radius:30px; background:rgba(255,255,255,.018); padding:24px; }
.phone-frame { width:min(320px,100%); aspect-ratio:9/16; max-height:570px; margin:auto; border-radius:30px; overflow:hidden; border:1px solid rgba(255,255,255,.18); background:#050607; position:relative; box-shadow:0 35px 80px rgba(0,0,0,.45); }
.phone-topbar { position:absolute; top:10px; left:50%; transform:translateX(-50%); z-index:3; width:78px; height:22px; border-radius:999px; background:#030405; }
.phone-frame video { width:100%; height:100%; object-fit:cover; display:none; background:#000; }
.video-placeholder { position:absolute; inset:0; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; padding:34px; background:radial-gradient(circle at 50% 35%,rgba(201,255,71,.15),transparent 28%),linear-gradient(155deg,#15191c,#08090b); }
.video-placeholder .play-symbol { width:62px; height:62px; border-radius:50%; display:grid; place-items:center; padding-left:4px; background:var(--lime); color:#060708; margin-bottom:24px; }
.video-placeholder strong { font-size:19px; }
.video-placeholder span { color:#7f8080; font-size:11px; line-height:1.5; margin-top:10px; }
.video-placeholder code { color:#c6c6c3; }
.video-caption { display:flex; justify-content:space-between; margin-top:18px; font-family:"DM Mono",monospace; font-size:8px; letter-spacing:.1em; color:#777; }
.transformation-column { display:flex; flex-direction:column; }
.product-column { justify-content:space-between; }
.product-panel-head { display:flex; align-items:center; justify-content:space-between; gap:18px; margin-bottom:20px; }
.product-to-ad { font-family:"DM Mono",monospace; font-size:8px; letter-spacing:.1em; color:#686a6b; white-space:nowrap; }
.product-to-ad b { color:var(--lime); font-weight:500; padding:0 5px; }
.product-visual-wrap {
  flex: 1;
  display: grid;
  place-items: center;
  min-height: 0;
  padding: 24px 20px 30px;
}

.original-product {
  width: min(100%, 380px);
  aspect-ratio: 1 / 1;
  max-height: 42vh;

  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.11);
  background-color: #111317;

  position: relative;
  overflow: hidden;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  box-shadow: 0 28px 70px rgba(0,0,0,.24);
}
.original-product.placeholder::before { content:""; position:absolute; inset:18%; border-radius:32%; background:linear-gradient(145deg,var(--p1),var(--p2)); transform:rotate(-14deg); box-shadow:0 30px 60px rgba(0,0,0,.35); }
.original-product.placeholder::after { content:"ORIGINAL PRODUCT"; position:absolute; left:20px; bottom:18px; font-family:"DM Mono",monospace; font-size:8px; letter-spacing:.14em; color:#9a9a98; }
.modal-notes { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); padding-top:22px; }
.modal-notes div { display:flex; flex-direction:column; gap:7px; }
.modal-notes span { font-family:"DM Mono",monospace; font-size:7px; letter-spacing:.12em; color:#646566; }
.modal-notes strong { font-size:11px; font-weight:500; }
.modal-nav { display:flex; justify-content:space-between; align-items:center; padding-top:25px; }
.modal-nav button { border:0; background:transparent; color:#9c9d9d; cursor:pointer; padding:9px 0; }
.modal-nav button:hover { color:#fff; }
.modal-nav span { font-family:"DM Mono",monospace; font-size:9px; color:#646566; }

.reveal { opacity:0; transform:translateY(28px); transition:opacity .9s ease,transform .9s cubic-bezier(.16,1,.3,1); }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 900px) {
  :root { --shell:min(100% - 34px, 1280px); }
  .site-header { height:84px; }
  .nav-link { display:none; }
  .hero { min-height:auto; padding-top:70px; }
  .hero-title { font-size:clamp(54px,16vw,96px); margin-top:24px; }
  .hero-bottom { align-items:center; gap:28px; }
  .hero-copy { font-size:14px; }
  .round-link { width:92px; height:92px; flex:0 0 auto; }
  .hero-stage { height:250px; }
  .work-section { padding-top:110px; }
  .work-heading { display:block; }
  .work-heading p { margin-top:28px; }
  .carousel-viewport { height:570px; }
  .carousel-track { padding-left:calc(50% - 200px); gap:18px; }
  .project-card { flex-basis:400px; height:520px; }
  .carousel-arrow { display:none; }
  .method-copy { grid-template-columns:1fr; }
  .method-grid { grid-template-columns:1fr; margin-top:50px; }
  .method-grid article { min-height:190px; }
  .method-grid h3 { margin-top:40px; }
  .modal-shell { inset:8px; padding:22px 18px; border-radius:24px; }
  .modal-header { grid-template-columns:1fr; gap:22px; }
  .modal-content { grid-template-columns:1fr; }
  .modal-notes { gap:12px; }
}

@media (max-width: 560px) {
  .brand-logo { width:150px; }
  .nav-cta { padding:10px 13px; font-size:11px; }
  .hero { padding-top:46px; }
  .hero-title { font-size:clamp(50px,16vw,76px); line-height:.88; letter-spacing:-.07em; }
  .hero-bottom { display:block; }
  .hero-copy { max-width:88%; }
  .round-link { margin:28px 0 0 auto; }
  .hero-stage { height:220px; margin-top:38px; }
  .tag-b { right:4%; } .tag-c { display:none; }
  .work-heading h2, .method h2 { font-size:48px; }
  .carousel-viewport { height:505px; overflow:visible; }
  .carousel-wrap { overflow:hidden; }
  .carousel-track { padding-left:calc(50% - 155px); gap:14px; }
  .project-card { flex-basis:310px; height:450px; border-radius:28px; }
  .project-card:not(.active) { transform:scale(.9); }
  .card-copy h3 { font-size:32px; }
  .card-copy p { padding-right:45px; }
  .carousel-meta { margin-top:12px; }
  .method { padding:105px 0; }
  .method-copy { gap:24px; }
  .cta-section { padding-bottom:60px; }
  .cta-card { min-height:500px; border-radius:30px; padding:0 20px; }
  .cta-card h2 { font-size:62px; }
  .cta-card > p { max-width:270px; }
  .email-link { gap:16px; padding-left:19px; font-size:12px; }
  .site-footer { display:block; line-height:2; }
  .modal-header h2 { font-size:52px; }
  .product-panel-head { align-items:flex-start; flex-direction:column; gap:8px; }
  .product-visual-wrap { padding:18px 8px 24px; }
  .original-product {
    width:min(100%, 300px);
    max-height:none;
    aspect-ratio:1 / 1;
  }
  .modal-notes { grid-template-columns:1fr; }
  .phone-frame { max-height:none; }
}

@media (max-width: 380px) {
  .brand-logo { width:132px; }
  .nav-cta { padding:9px 11px; gap:7px; }
}

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

/* Contact form */
.contact-form {
  width:min(920px, calc(100% - 72px));
  position:relative;
  z-index:2;
  text-align:left;
  margin-top:8px;
}
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.field {
  display:flex;
  flex-direction:column;
  gap:9px;
  padding:15px 17px 14px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:rgba(255,255,255,.035);
  backdrop-filter:blur(16px);
  transition:border-color .25s ease, background .25s ease, transform .25s ease;
}
.field:focus-within {
  border-color:rgba(201,255,71,.5);
  background:rgba(255,255,255,.055);
  transform:translateY(-1px);
}
.field > span {
  font-family:"DM Mono", monospace;
  font-size:9px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#777a78;
}
.field input, .field textarea, .field select {
  width:100%;
  border:0;
  outline:0;
  resize:vertical;
  color:#f3f4ef;
  background:transparent;
  font:500 14px/1.5 "Manrope", sans-serif;
}
.field textarea { min-height:108px; }
.field select { color:#c8cac6; cursor:pointer; }
.field select option { background:#111316; color:#f3f4ef; }
.field input::placeholder, .field textarea::placeholder { color:#5d605e; }
.field-message { margin-top:14px; }
.form-footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin-top:22px;
  padding:0 2px;
}
.form-status {
  margin:0 !important;
  min-height:42px;
  display:flex;
  align-items:center;
  gap:10px;
  color:#a4a7a2 !important;
  font-size:12px;
  text-align:left;
  line-height:1.35;
}
.email-prompt { color:#8f928d; white-space:nowrap; }
.form-status .direct-email {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 13px;
  border:1px solid rgba(201,255,71,.38);
  border-radius:999px;
  background:rgba(201,255,71,.10);
  color:var(--lime);
  font-weight:700;
  letter-spacing:-.01em;
  text-decoration:none;
  box-shadow:inset 0 0 0 1px rgba(201,255,71,.035);
  transition:background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}
.form-status .direct-email:hover {
  background:var(--lime);
  color:#08090b;
  border-color:var(--lime);
  transform:translateY(-1px);
}
.form-status.success { color:var(--lime) !important; display:block; padding-top:10px; }
.form-status.error { color:#ff9c9c !important; display:block; }
.form-status.error a { color:#fff; text-decoration:underline; text-underline-offset:3px; }
.form-submit {
  border:0;
  border-radius:999px;
  padding:16px 18px 16px 22px;
  display:flex;
  align-items:center;
  gap:28px;
  color:#08090b;
  background:var(--lime);
  font-weight:700;
  cursor:pointer;
  transition:transform .25s ease, box-shadow .25s ease, opacity .25s ease;
  white-space:nowrap;
}
.form-submit:hover { transform:translateY(-2px); box-shadow:0 12px 34px rgba(201,255,71,.16); }
.form-submit:disabled { opacity:.55; cursor:wait; transform:none; }
.submit-arrow { font-size:18px; }
.honeypot { position:absolute !important; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; }

@media (max-width: 720px) {
  .contact-form { width:calc(100% - 32px); }
  .form-grid { grid-template-columns:1fr; }
  .form-footer { align-items:stretch; flex-direction:column; }
  .form-submit { justify-content:space-between; width:100%; }
  .cta-card { padding:52px 20px 48px !important; }
  .cta-card::before { inset:16px; border-radius:22px; }
  .cta-card h2 { margin-top:24px; margin-bottom:24px; }
  .cta-card > p { margin-bottom:28px; }
  .form-footer { margin-top:18px; }
  .form-status { width:100%; max-width:none !important; flex-wrap:wrap; gap:8px; }
  .form-status .direct-email { width:fit-content; }
}

/* Reliable portfolio video loading */
.phone-frame video {
  position: absolute;
  inset: 0;
  z-index: 1;
  object-fit: contain;
  background: #000;
}
.video-placeholder { z-index: 2; }
.video-placeholder.loading { pointer-events: none; }
.video-placeholder.loading .play-symbol { opacity: .45; animation: videoPulse 1.2s ease-in-out infinite; }
@keyframes videoPulse { 50% { transform: scale(.92); opacity: .8; } }


.local-file-warning{position:fixed;left:50%;top:14px;transform:translateX(-50%);z-index:9999;width:min(760px,calc(100% - 28px));padding:12px 16px;border:1px solid rgba(193,255,45,.48);border-radius:14px;background:rgba(12,14,18,.94);box-shadow:0 18px 60px rgba(0,0,0,.38);color:#e9ece6;font:500 13px/1.45 Inter,system-ui,sans-serif;text-align:center;backdrop-filter:blur(18px)}
.local-file-warning strong{color:#c1ff2d}.local-file-warning code{color:#fff;background:rgba(255,255,255,.08);padding:2px 5px;border-radius:5px}

/* Node media playback hardening */
.phone-frame video { background:#030407; width:100%; height:100%; object-fit:contain; }
.phone-frame video::-webkit-media-controls { opacity:1; }

/* Dynamic application sections */
[hidden] { display:none !important; }
.work-empty {
  margin-top:70px;
  padding:72px 42px;
  border:1px solid var(--line);
  border-radius:34px;
  text-align:center;
  background:linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,.01));
}
.work-empty h3 { margin:18px 0 12px; font-size:clamp(34px,5vw,68px); letter-spacing:-.06em; font-weight:600; }
.work-empty p { color:var(--muted); margin:0 auto; max-width:520px; line-height:1.7; }

.pricing-section { padding:120px 0 140px; }
.pricing-heading { display:grid; grid-template-columns:1.35fr .65fr; gap:70px; align-items:end; }
.pricing-heading h2 { font-size:clamp(58px,7vw,108px); line-height:.86; letter-spacing:-.075em; margin:22px 0 0; font-weight:600; }
.pricing-heading h2 span { color:#8c8d8c; }
.pricing-heading > p { color:#9d9f9c; max-width:410px; line-height:1.65; margin:0 0 8px; }
.pricing-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:18px; margin-top:60px; align-items:stretch; }
.price-card {
  position:relative;
  min-height:520px;
  display:flex;
  flex-direction:column;
  border:1px solid var(--line);
  border-radius:30px;
  padding:30px;
  background:linear-gradient(145deg,rgba(255,255,255,.038),rgba(255,255,255,.012));
  overflow:hidden;
}
.price-card::before { content:""; position:absolute; inset:0; pointer-events:none; background:radial-gradient(circle at 80% -10%,rgba(255,255,255,.08),transparent 32%); }
.price-card.featured { border-color:rgba(201,255,71,.42); box-shadow:0 24px 80px rgba(201,255,71,.06); background:radial-gradient(circle at 80% 0%,rgba(201,255,71,.09),transparent 32%),linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.014)); }
.price-badge { position:absolute; right:22px; top:22px; padding:8px 11px; border-radius:999px; color:#08090b; background:var(--lime); font:600 8px/1 "DM Mono",monospace; letter-spacing:.08em; text-transform:uppercase; }
.price-top { position:relative; z-index:1; }
.price-value { margin-top:26px; font-size:clamp(48px,5vw,70px); line-height:.9; font-weight:700; letter-spacing:-.06em; }
.price-note { margin-top:9px; color:#737673; font:500 9px/1.5 "DM Mono",monospace; letter-spacing:.06em; text-transform:uppercase; }
.price-description { position:relative; z-index:1; color:#a4a6a3; line-height:1.65; min-height:68px; margin:26px 0 22px; }
.price-card ul { position:relative; z-index:1; list-style:none; margin:0 0 30px; padding:22px 0 0; border-top:1px solid var(--line); display:grid; gap:14px; }
.price-card li { display:flex; gap:11px; align-items:flex-start; color:#d1d2ce; font-size:13px; line-height:1.5; }
.price-card li span { color:var(--lime); font-weight:800; }
.price-cta { position:relative; z-index:1; margin-top:auto; display:flex; justify-content:space-between; align-items:center; gap:20px; padding:15px 18px; border:1px solid var(--line-strong); border-radius:999px; color:#efefe9; text-decoration:none; font-weight:650; transition:.25s ease; }
.price-card.featured .price-cta, .price-cta:hover { background:var(--lime); color:#070809; border-color:var(--lime); }

@media (max-width:900px) {
  .pricing-heading { grid-template-columns:1fr; gap:28px; }
  .pricing-heading > p { margin:0; }
}
@media (max-width:560px) {
  .pricing-section { padding:96px 0 110px; }
  .pricing-heading h2 { font-size:48px; }
  .pricing-grid { margin-top:40px; grid-template-columns:1fr; }
  .price-card { min-height:auto; padding:24px; }
  .work-empty { padding:52px 22px; }
}

/* Project interaction + dedicated video player */
.project-card { user-select:none; }
.project-card:focus-visible { outline:2px solid var(--lime); outline-offset:6px; }
.card-open { appearance:none; color:#fff; cursor:pointer; font:inherit; padding:0; }
.carousel-viewport.dragging .project-card { cursor:grabbing; }

.ad-player { position:absolute; inset:0; background:#000; overflow:hidden; }
.ad-player video { position:absolute; inset:0; width:100%; height:100%; object-fit:contain; background:#000; z-index:1; display:block; }
.player-poster { position:absolute; inset:0; z-index:2; background:#08090b center/cover no-repeat; }
.player-poster::after { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(0,0,0,.55),transparent 48%); }
.player-poster:not(.has-poster) { background:radial-gradient(circle at 50% 38%,rgba(201,255,71,.12),transparent 30%),#08090b; }
.player-center-play { position:absolute; left:50%; top:50%; z-index:5; width:76px; height:76px; margin:-38px 0 0 -38px; border:0; border-radius:50%; display:grid; place-items:center; padding-left:5px; background:var(--lime); color:#08090b; font-size:24px; cursor:pointer; box-shadow:0 20px 55px rgba(0,0,0,.42),0 0 0 10px rgba(201,255,71,.08); transition:transform .25s ease,box-shadow .25s ease; }
.player-center-play:hover { transform:scale(1.07); box-shadow:0 22px 65px rgba(0,0,0,.5),0 0 0 13px rgba(201,255,71,.1); }
.player-center-play:focus-visible { outline:2px solid #fff; outline-offset:4px; }
.player-controls { position:absolute; z-index:6; left:10px; right:10px; bottom:10px; display:flex; align-items:center; gap:9px; padding:9px 10px; border:1px solid rgba(255,255,255,.13); border-radius:16px; background:rgba(4,5,7,.78); backdrop-filter:blur(18px); box-shadow:0 10px 35px rgba(0,0,0,.35); }
.player-control { appearance:none; width:34px; height:34px; flex:0 0 34px; display:grid; place-items:center; border:0; border-radius:10px; background:rgba(255,255,255,.07); color:#fff; cursor:pointer; font-size:13px; }
.player-control:hover { background:rgba(201,255,71,.16); color:var(--lime); }
.player-progress-wrap { flex:1; min-width:0; }
.player-progress { width:100%; height:4px; margin:0; accent-color:var(--lime); cursor:pointer; display:block; }
.player-time { display:flex; gap:4px; margin-top:5px; color:#a4a7a3; font:500 7px/1 "DM Mono",monospace; letter-spacing:.04em; }
.player-status { position:absolute; z-index:7; left:50%; top:22px; transform:translateX(-50%); max-width:calc(100% - 36px); display:flex; align-items:center; gap:8px; padding:9px 12px; border:1px solid rgba(255,255,255,.12); border-radius:999px; background:rgba(5,6,8,.78); color:#e5e6e2; backdrop-filter:blur(14px); font:500 9px/1.35 "DM Mono",monospace; text-align:center; }
.player-status[data-type="error"] { color:#ffd0d0; border-color:rgba(255,100,100,.3); background:rgba(60,10,12,.83); border-radius:14px; }
.player-spinner { width:10px; height:10px; flex:0 0 auto; border:1.5px solid rgba(255,255,255,.25); border-top-color:var(--lime); border-radius:50%; animation:playerSpin .8s linear infinite; }
.player-status[data-type="error"] .player-spinner { display:none; }
@keyframes playerSpin { to { transform:rotate(360deg); } }
.ad-player .video-placeholder { z-index:8; }
.ad-player:fullscreen { background:#000; display:grid; place-items:center; }
.ad-player:fullscreen video { object-fit:contain; }

@media (max-width:560px) {
  .player-controls { left:7px; right:7px; bottom:7px; gap:6px; padding:7px; }
  .player-control { width:30px; height:30px; flex-basis:30px; }
  .player-center-play { width:64px; height:64px; margin:-32px 0 0 -32px; }
}
