:root {
  --ink: #191719;
  --dark: #1d1833;
  --cream: #f5eddf;
  --coral: #ff6d59;
  --pink: #f7a6de;
  --lime: #d7f25b;
  --yellow: #f8d94e;
  --violet: #6750e7;
  --line-dark: rgba(255, 255, 255, 0.18);
  --line-light: rgba(25, 23, 25, 0.18);
  --sans: 'Space Grotesk', Arial, sans-serif;
  --display: 'Syne', Arial, sans-serif;
  --mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.45; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.site-shell { min-width: 320px; overflow: hidden; }
.section-dark { color: var(--cream); background: var(--dark); }
.section-cream { background: var(--cream); }
.section-yellow { background: var(--yellow); }
.section-violet { color: var(--cream); background: var(--violet); }
.section-coral { background: var(--coral); }
.topbar { position: absolute; z-index: 10; top: 0; right: 0; left: 0; display: flex; align-items: center; gap: 48px; padding: 24px clamp(20px, 5vw, 76px); color: var(--cream); }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 18px var(--display); letter-spacing: .11em; }
.brand-mark { display: block; flex: 0 0 28px; width: 28px; height: 28px; transform: rotate(-11deg); }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: 15px; font-weight: 650; }
.desktop-nav a, .text-link, .contact-email, .footer-bottom a { transition: opacity .25s ease; }
.desktop-nav a:hover, .text-link:hover, .contact-email:hover, .footer-bottom a:hover { opacity: .65; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 16px; border: 1px solid transparent; padding: 15px 21px; font-size: 13px; font-weight: 700; letter-spacing: .02em; transition: transform .25s ease, background-color .25s ease, color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-small { padding: 11px 16px; font-size: 13px; font-weight: 700; }
.button-dark { color: var(--cream); background: var(--ink); }
.button-acid { color: var(--ink); background: var(--lime); }
.button-outline-light { color: var(--cream); border-color: var(--line-dark); background: transparent; }
.button-outline-light:hover { color: var(--ink); background: var(--cream); }
.menu-toggle { display: none; border: 0; padding: 7px 0 7px 7px; color: var(--cream); background: transparent; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px 0; background: currentColor; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr); min-height: min(900px, 100vh); padding: 160px clamp(20px, 8vw, 130px) 60px; isolation: isolate; }
.hero-noise { position: absolute; inset: 0; z-index: -2; opacity: .13; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }
.hero-grid { position: absolute; inset: 0; z-index: -1; opacity: .18; background-size: 46px 46px; background-image: linear-gradient(to right, transparent 45px, rgba(255,255,255,.13) 46px), linear-gradient(to bottom, transparent 45px, rgba(255,255,255,.13) 46px); mask-image: linear-gradient(90deg, #000, transparent 74%); }
.hero-copy { position: relative; z-index: 2; align-self: center; max-width: 720px; }
.eyebrow, .section-label { display: flex; align-items: center; gap: 11px; font: 500 11px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.eyebrow-light { color: rgba(245, 237, 223, .7); }
.eyebrow-dot { width: 7px; height: 7px; background: var(--coral); border-radius: 50%; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 700; letter-spacing: -.055em; line-height: .95; }
h1 { max-width: 750px; margin-top: 28px; font-size: clamp(58px, 8.4vw, 130px); letter-spacing: -.075em; }
.hero-word { display: inline-block; padding: 0 .13em .02em; color: var(--ink); transform: rotate(-2deg); }
.hero-word-lime { background: var(--lime); }
.hero-word-coral { background: var(--coral); transform: rotate(2deg); }
.hero-sub { max-width: 445px; margin: 38px 0 32px; color: rgba(245, 237, 223, .75); font-size: 18px; line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; }
.text-link-light { color: var(--cream); }
.text-link-dark { color: var(--ink); }
.hero-art { position: relative; min-height: 600px; align-self: center; }
.hero-art-card { position: absolute; overflow: hidden; box-shadow: 20px 24px 0 rgba(0,0,0,.12); }
.hero-art-main { top: 7%; right: 11%; width: min(370px, 72%); aspect-ratio: .72; color: var(--ink); background: var(--coral); transform: rotate(7deg); }
.hero-art-main::before { position: absolute; top: 41%; left: -10%; width: 120%; height: 3px; background: var(--ink); content: ''; transform: rotate(-23deg); }
.hero-art-main::after { position: absolute; right: -14%; bottom: 13%; width: 230px; height: 230px; border: 2px solid var(--ink); border-radius: 50%; content: ''; }
.art-kicker, .art-foot, .visual-label, .visual-corner { font: 10px var(--mono); letter-spacing: .08em; }
.art-kicker { position: relative; z-index: 1; }
.art-title { position: absolute; top: 24%; left: 10%; z-index: 1; font: 800 63px/.84 var(--display); letter-spacing: -.1em; }
.art-title em, .casino-neon em, .anubis-title em, .island-title em { font-style: normal; color: var(--lime); }
.art-foot { position: absolute; right: 23px; bottom: 20px; z-index: 1; text-align: right; }
.art-sun { position: absolute; right: 16%; bottom: 23%; width: 150px; height: 150px; border-radius: 50%; background: var(--lime); }
.art-star { position: absolute; z-index: 1; font-size: 44px; }
.star-a { top: 47%; right: 14%; }.star-b { bottom: 35%; left: 10%; color: var(--lime); }
.hero-art-float { display: grid; place-items: center; width: 115px; aspect-ratio: 1; font: 800 22px/.85 var(--display); letter-spacing: -.06em; text-align: center; }
.float-pink { top: 5%; left: 2%; width: 115px; aspect-ratio: 1; color: var(--ink); background: var(--pink); transform: rotate(-14deg); }.float-blue { right: -1%; bottom: 8%; color: var(--cream); background: #3069d8; transform: rotate(-9deg); }
.format-tag { position: absolute; right: 10px; bottom: 8px; z-index: 1; padding: 3px 5px; color: var(--cream); background: rgba(25,23,25,.72); font: 9px var(--mono); letter-spacing: .04em; }
.hero-art-orbit { position: absolute; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; pointer-events: none; }.orbit-one { top: 4%; right: 4%; width: 83%; aspect-ratio: 1; transform: rotate(15deg); }.orbit-two { top: 9%; right: 9%; width: 73%; aspect-ratio: 1; border-style: dashed; transform: rotate(-23deg); }
.hero-art-sticker { position: absolute; left: -7%; bottom: 10%; width: 94px; height: 94px; display: grid; place-items: center; color: var(--ink); background: var(--yellow); border-radius: 50%; font: 500 10px/1.1 var(--mono); text-align: center; transform: rotate(13deg); }.hero-art-sticker span { font-size: 19px; }
.hero-bottom-line { position: absolute; right: clamp(20px, 8vw, 130px); bottom: 22px; left: clamp(20px, 8vw, 130px); display: flex; justify-content: space-between; color: rgba(245,237,223,.46); font: 10px var(--mono); letter-spacing: .1em; }.hero-bottom-line b { color: var(--lime); font-size: 15px; }
.marquee { overflow: hidden; padding: 18px 0; color: var(--ink); background: var(--lime); border-block: 1px solid var(--ink); white-space: nowrap; }.marquee-track { display: flex; align-items: center; gap: 24px; width: max-content; animation: marquee 32s linear infinite; font: 800 18px var(--display); letter-spacing: .02em; }.marquee i { font-style: normal; font-size: 20px; }
@keyframes marquee { to { transform: translateX(-50%); } }
.intro, .services, .pricing, .faq { position: relative; padding: 120px clamp(20px, 8vw, 130px); }.section-label { color: rgba(25,23,25,.58); }.section-label > span:first-child { color: var(--coral); }.section-label-light { color: rgba(245,237,223,.55); }.section-label-light > span:first-child { color: var(--lime); }
.intro-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 9vw; align-items: end; margin-top: 74px; }.intro h2, .section-heading-row h2, .pricing-heading h2, .about h2, .faq h2, .contact h2 { font-size: clamp(56px, 7vw, 108px); }.intro h2 em, .process h2 em, .faq h2 em, .contact h2 em { font-style: normal; color: var(--coral); }.intro h2 .underline-coral { text-decoration: underline; text-decoration-thickness: 5px; text-underline-offset: 10px; text-decoration-color: var(--coral); }.intro-copy { max-width: 415px; }.lede { font-size: 23px; line-height: 1.2; }.intro-copy p + p { margin-top: 22px; color: rgba(25,23,25,.65); }.intro-copy .text-link { margin-top: 34px; }.intro-stamp { position: absolute; right: 7%; bottom: 31px; color: var(--coral); font: 800 15px/.86 var(--display); letter-spacing: -.04em; transform: rotate(-8deg); }.intro-stamp span { color: var(--violet); }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-top: 65px; }.section-heading-row h2 span, .pricing-heading h2 span, .about h2 span { color: var(--violet); }.section-heading-row p, .pricing-heading p { max-width: 320px; margin-bottom: 7px; color: rgba(25,23,25,.6); }.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 60px; }.service-card { position: relative; min-height: 390px; padding: 24px; overflow: hidden; }.service-card-coral { background: var(--coral); }.service-card-lime { background: var(--lime); }.service-card-violet { color: var(--cream); background: var(--violet); }.service-number, .price-tag, .project-type { font: 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }.service-icon { position: absolute; top: 25px; right: 23px; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid currentColor; border-radius: 50%; font-size: 19px; }.icon-play { font-size: 13px; }.service-card h3 { margin-top: 135px; font-size: clamp(31px, 3vw, 47px); }.service-card p { max-width: 260px; margin-top: 18px; }.service-card > a { position: absolute; right: 22px; bottom: 20px; font-size: 31px; }.service-card::after { position: absolute; right: -30px; bottom: -70px; width: 170px; height: 170px; border: 1px solid currentColor; border-radius: 50%; content: ''; opacity: .25; }
.work { padding: 120px clamp(20px, 8vw, 130px); }.work-heading h2 span { color: var(--pink); }.work-heading p { color: rgba(245,237,223,.65); }.work-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; margin-top: 58px; }.project-card { min-width: 0; }.project-feature { grid-row: span 2; }.project-visual { position: relative; min-height: 300px; overflow: hidden; }.project-feature .project-visual { min-height: 540px; }.casino-visual { color: var(--cream); background: #d14f31; background-image: radial-gradient(circle at 75% 40%, rgba(247,166,222,.92) 0 8%, transparent 8.5%), radial-gradient(circle at 50% 60%, rgba(215,242,91,.9) 0 17%, transparent 17.5%), linear-gradient(130deg, #4f1e68, #e55735 48%, #ffbe42); }.casino-visual::before { position: absolute; inset: 0; background: repeating-linear-gradient(113deg, transparent 0 17px, rgba(255,255,255,.12) 18px 19px); content: ''; transform: skewY(-9deg) scale(1.4); }.casino-glow { position: absolute; top: 15%; left: 17%; width: 39%; aspect-ratio: 1; border-radius: 50%; background: #fbdb47; filter: blur(2px); mix-blend-mode: screen; }.visual-label { position: absolute; top: 18px; left: 20px; }.visual-corner { position: absolute; right: 20px; bottom: 18px; }.casino-neon { position: absolute; top: 20%; left: 13%; font: 800 clamp(43px, 6vw, 85px)/.82 var(--display); letter-spacing: -.09em; text-shadow: 6px 6px 0 rgba(25,23,25,.23); transform: rotate(-6deg); }.casino-neon em { color: var(--pink); }.casino-chip { position: absolute; right: 13%; bottom: 21%; display: grid; place-items: center; width: 100px; height: 100px; border: 2px solid var(--cream); border-radius: 50%; font: 10px/1.15 var(--mono); letter-spacing: .06em; text-align: center; transform: rotate(13deg); }.anubis-visual { background: #153c38; background-image: radial-gradient(circle at 50% 63%, #f0be4f 0 13%, transparent 13.5%), linear-gradient(150deg, #111d28, #1f6b58 53%, #ed8934); }.anubis-visual::before { position: absolute; inset: 0; background: repeating-linear-gradient(45deg, transparent 0 28px, rgba(248,217,78,.15) 29px 31px); content: ''; }.anubis-eye { position: absolute; top: 26%; left: 47%; color: var(--yellow); font-size: 44px; text-shadow: 0 0 25px var(--yellow); }.anubis-title { position: absolute; left: 10%; bottom: 21%; font: 800 42px/.82 var(--display); letter-spacing: -.09em; transform: rotate(-5deg); }.island-visual { background: #e36e41; background-image: radial-gradient(circle at 75% 25%, #f8d94e 0 11%, transparent 11.5%), linear-gradient(155deg, #f5e3a1, #79cdb3 41%, #2653b7 79%); }.island-visual::before { position: absolute; right: 4%; bottom: 14%; width: 76%; height: 30%; border-radius: 50% 50% 0 0; background: #2e8e58; content: ''; transform: rotate(-7deg); }.island-sun { position: absolute; top: 12%; left: 13%; width: 72px; height: 72px; border-radius: 50%; background: var(--yellow); }.island-title { position: absolute; left: 10%; bottom: 21%; color: var(--ink); font: 800 42px/.82 var(--display); letter-spacing: -.09em; transform: rotate(4deg); }.island-title em { color: var(--coral); }.island-wave { position: absolute; right: 18%; bottom: 8%; color: var(--cream); font-size: 54px; letter-spacing: -.27em; transform: rotate(-5deg); }.project-meta { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 3px; }.project-meta h3 { margin-top: 6px; color: var(--cream); font-size: 26px; }.project-arrow { font-size: 28px; }.work-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 47px; color: rgba(245,237,223,.65); font-size: 13px; }
.process { padding: 120px clamp(20px, 8vw, 130px); }.process-heading h2 { color: var(--ink); }.process-heading h2 em { color: var(--coral); }.process-list { margin-top: 62px; border-top: 1px solid var(--line-light); }.process-step { display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 26px; padding: 30px 0; border-bottom: 1px solid var(--line-light); }.process-index { color: var(--coral); font: 500 13px var(--mono); }.process-step h3 { font-size: 32px; }.process-step p { max-width: 430px; margin-top: 9px; color: rgba(25,23,25,.63); }.process-mark { font-size: 36px; }
.pricing-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-top: 65px; }.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 58px; }.price-card { position: relative; padding: 32px; }.price-card-pilot { background: var(--pink); }.price-card-launch { color: var(--cream); background: var(--violet); }.price-top { display: flex; justify-content: space-between; }.price-icon { font-size: 27px; }.price-card h3 { margin-top: 90px; font-size: clamp(42px, 5vw, 72px); }.price-description { max-width: 365px; min-height: 75px; margin-top: 21px; }.price-value { display: flex; align-items: baseline; gap: 7px; margin-top: 31px; font: 800 clamp(52px, 7vw, 92px)/1 var(--display); letter-spacing: -.09em; }.price-value span { font: 500 15px var(--mono); letter-spacing: 0; }.price-card ul { display: grid; gap: 8px; margin: 25px 0 31px; padding: 0; list-style: none; font-size: 14px; }.price-card li::before { display: inline-block; width: 22px; content: '↗'; }.price-card-launch .price-tag, .price-card-launch .price-description, .price-card-launch li { color: rgba(245,237,223,.75); }.price-card-launch .price-value { color: var(--lime); }.pricing-note { margin-top: 20px; color: rgba(25,23,25,.6); font-size: 13px; }.pricing-note a { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.about { position: relative; padding: 120px clamp(20px, 8vw, 130px); overflow: hidden; }.about-orbit { position: absolute; top: -240px; right: -130px; width: 670px; height: 670px; border: 1px solid rgba(245,237,223,.25); border-radius: 50%; }.about-orbit::after { position: absolute; inset: 55px; border: 1px dashed rgba(245,237,223,.25); border-radius: 50%; content: ''; }.about-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 10vw; margin-top: 68px; }.about-portrait { position: relative; height: 450px; background: var(--yellow); overflow: hidden; transform: rotate(-3deg); }.about-portrait-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }.portrait-halo { position: absolute; top: 4%; left: 21%; width: 55%; aspect-ratio: 1; border: 2px solid var(--ink); border-radius: 50%; }.portrait-head { position: absolute; top: 15%; left: 29%; width: 43%; aspect-ratio: .8; border-radius: 45% 47% 40% 43%; background: var(--coral); transform: rotate(5deg); }.portrait-head::after { position: absolute; top: 44%; left: 14%; width: 69%; height: 2px; background: var(--ink); box-shadow: 18px 10px 0 -1px var(--ink); content: ''; }.portrait-body { position: absolute; bottom: -24%; left: 9%; width: 82%; height: 65%; border-radius: 50% 50% 0 0; background: var(--violet); transform: rotate(-7deg); }.portrait-body::before { position: absolute; top: 11%; left: 18%; width: 65%; height: 53%; background: var(--pink); content: ''; clip-path: polygon(50% 0, 100% 100%, 0 100%); }.portrait-caption { position: absolute; right: 18px; bottom: 16px; color: var(--ink); font: 10px/1.1 var(--mono); text-align: right; }.about-copy h2 span { color: var(--lime); }.about-copy .lede { max-width: 490px; margin-top: 31px; }.about-copy > p:not(.lede) { max-width: 450px; margin-top: 23px; color: rgba(245,237,223,.72); }.about-signoff { display: flex; gap: 30px; margin-top: 41px; color: rgba(245,237,223,.6); font: 10px var(--mono); letter-spacing: .08em; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; margin-top: 70px; }.faq-list { border-top: 1px solid var(--line-light); }.faq-list details { border-bottom: 1px solid var(--line-light); }.faq-list summary { display: flex; justify-content: space-between; gap: 30px; padding: 24px 0; cursor: pointer; list-style: none; font: 600 21px var(--display); }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--coral); font: 400 26px var(--sans); transition: transform .25s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 590px; padding: 0 42px 24px 0; color: rgba(25,23,25,.64); }
.contact { position: relative; padding: 120px clamp(20px, 8vw, 130px); overflow: hidden; }.contact-spark { position: absolute; color: rgba(25,23,25,.15); font-size: 140px; line-height: 1; }.spark-one { top: 14%; right: 5%; }.spark-two { right: 41%; bottom: 10%; font-size: 65px; }.contact-layout { display: grid; grid-template-columns: 1fr .84fr; gap: 11vw; margin-top: 68px; }.contact h2 em { color: var(--yellow); }.contact-layout > div > p { max-width: 410px; margin-top: 30px; font-size: 21px; line-height: 1.28; }.contact-email { display: inline-flex; gap: 15px; margin-top: 44px; border-bottom: 2px solid var(--ink); padding-bottom: 7px; font: 600 18px var(--display); }.contact-form { display: block; }.contact-fields { display: grid; gap: 23px; }.contact-form label { display: grid; gap: 8px; }.contact-form label span { font: 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(25,23,25,.55); padding: 8px 0 12px; outline: 0; color: var(--ink); background: transparent; resize: vertical; }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--ink); }.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(25,23,25,.5); }.button-submit { width: max-content; border: 0; }.form-note { min-height: 20px; font-size: 13px; }
.footer { padding: 60px clamp(20px, 8vw, 130px) 28px; }.footer-top { display: flex; align-items: start; justify-content: space-between; gap: 30px; }.footer-top p { color: rgba(245,237,223,.62); font-size: 15px; }.footer-bottom { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 20px; margin-top: 88px; padding-top: 17px; border-top: 1px solid var(--line-dark); color: rgba(245,237,223,.46); font: 10px var(--mono); letter-spacing: .08em; }.footer-bottom > span:nth-child(2) { text-align: center; }.footer-bottom div { display: flex; justify-content: end; gap: 20px; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s ease; }.reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 900px) { .topbar { gap: 20px; }.desktop-nav { gap: 16px; }.hero { grid-template-columns: 1fr; min-height: auto; padding-top: 145px; }.hero-copy { max-width: 700px; }.hero-art { min-height: 520px; margin: 30px auto 20px; width: min(570px, 100%); }.hero-bottom-line { position: relative; right: auto; bottom: auto; left: auto; grid-column: 1 / -1; margin-top: 28px; }.intro-layout, .about-layout, .contact-layout { gap: 50px; }.service-card { min-height: 350px; }.about-portrait { height: 390px; }.faq-layout { gap: 50px; } }
@media (max-width: 680px) { .topbar { position: absolute; padding: 18px 20px; }.desktop-nav, .topbar > .button { display: none; }.menu-toggle { display: block; margin-left: auto; }.topbar.menu-open { background: var(--dark); }.topbar.menu-open .desktop-nav { position: absolute; top: 69px; right: 0; left: 0; display: grid; gap: 0; padding: 14px 20px 20px; background: var(--dark); }.topbar.menu-open .desktop-nav a { padding: 13px 0; border-bottom: 1px solid var(--line-dark); }.hero { padding: 118px 20px 35px; }.hero h1 { font-size: clamp(53px, 15vw, 83px); }.hero-sub { font-size: 16px; }.hero-actions { align-items: start; flex-direction: column; gap: 19px; }.hero-art { min-height: 440px; }.hero-art-main { right: 10%; width: 63%; }.art-title { font-size: clamp(45px, 11vw, 64px); }.hero-art-float { width: 88px; font-size: 17px; }.float-blue { right: 0; bottom: 9%; }.hero-art-sticker { left: 0; bottom: 6%; width: 76px; height: 76px; font-size: 8px; }.hero-bottom-line { font-size: 8px; }.hero-bottom-line span:last-child { display: none; }.intro, .services, .pricing, .faq, .process, .about, .contact, .work { padding: 78px 20px; }.intro-layout, .section-heading-row, .pricing-heading, .about-layout, .faq-layout, .contact-layout { display: block; margin-top: 48px; }.intro-copy { margin-top: 37px; }.intro-stamp { right: 25px; bottom: 18px; }.section-heading-row p, .pricing-heading p { margin-top: 25px; }.service-grid, .pricing-grid, .work-grid { grid-template-columns: 1fr; margin-top: 38px; }.service-card { min-height: 330px; }.service-card h3 { margin-top: 105px; }.work-grid { gap: 38px; }.project-feature { grid-row: auto; }.project-feature .project-visual { min-height: 430px; }.project-visual { min-height: 300px; }.work-footer, .footer-top { align-items: start; flex-direction: column; gap: 23px; }.process-list { margin-top: 40px; }.process-step { grid-template-columns: 40px 1fr; gap: 12px; padding: 24px 0; }.process-mark { grid-column: 2; }.process-step h3 { font-size: 27px; }.process-step p { font-size: 14px; }.price-card { padding: 24px; }.price-card h3 { margin-top: 70px; }.price-description { min-height: 0; }.about-portrait { height: 330px; margin-bottom: 44px; }.about-copy .lede { margin-top: 24px; }.about-signoff { justify-content: space-between; gap: 15px; font-size: 8px; }.faq-list { margin-top: 35px; }.faq-list summary { font-size: 18px; }.contact-layout > div > p { font-size: 18px; }.contact-form { margin-top: 50px; }.footer { padding: 53px 20px 24px; }.footer-bottom { grid-template-columns: 1fr; margin-top: 60px; gap: 12px; }.footer-bottom > span:nth-child(2) { text-align: left; }.footer-bottom div { justify-content: start; }.marquee-track { font-size: 15px; } }

/* Offer clarity, master-to-format proof, and scroll movement. */
.hero-proof { max-width: 420px; margin: 27px 0 17px; color: var(--lime); font: 700 clamp(21px, 2.2vw, 30px)/1.05 var(--display); letter-spacing: -.04em; }
.hero-proof span, .intro-proof span { color: var(--pink); }
.intro-proof { margin-bottom: 24px; color: var(--violet); font: 700 20px/1.05 var(--display); letter-spacing: -.03em; }
.motion-note { margin-top: 28px; color: rgba(25,23,25,.65); font: 500 12px var(--mono); letter-spacing: .04em; }
.system-proof { padding: 120px clamp(20px, 8vw, 130px); }
.system-heading h2 span { color: var(--lime); }
.system-heading p { color: rgba(245,237,223,.65); }
.system-layout { display: grid; grid-template-columns: minmax(360px, 1.05fr) minmax(0, .95fr); gap: 18px; align-items: center; margin-top: 60px; }
.system-master { position: relative; aspect-ratio: 16 / 9; overflow: hidden; color: var(--cream); background: var(--dark); box-shadow: 14px 16px 0 rgba(0,0,0,.13); }
.system-master::before { position: absolute; inset: 0; background: repeating-linear-gradient(125deg, transparent 0 19px, rgba(255,255,255,.15) 20px 21px); content: ''; transform: skewY(-8deg) scale(1.35); }
.system-master::after { position: absolute; right: -18%; bottom: 10%; width: 260px; height: 260px; border: 2px solid var(--ink); border-radius: 50%; content: ''; }
.system-master .visual-label { color: var(--ink); }
.master-title { position: absolute; top: 28%; left: 10%; z-index: 1; font: 800 clamp(55px, 6vw, 88px)/.8 var(--display); letter-spacing: -.09em; transform: rotate(-6deg); }
.master-title em { color: var(--lime); font-style: normal; }
.master-copy { position: absolute; bottom: 23px; left: 20px; z-index: 1; font: 10px/1.2 var(--mono); letter-spacing: .08em; }
.system-master .visual-corner { color: var(--ink); }
.format-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: repeat(2, 1fr); gap: 12px; }
.format-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 200px; overflow: hidden; padding: 16px; color: var(--cream); background: var(--dark); border: 1px solid rgba(245,237,223,.18); }
.format-card::before { position: absolute; right: -10%; bottom: -20%; width: 80%; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; opacity: .35; content: ''; }
.format-card span { position: relative; z-index: 1; font: 700 16px var(--display); }
.format-card b { position: relative; z-index: 1; font: 10px var(--mono); letter-spacing: .08em; }
.format-wide { grid-column: span 4; background: var(--pink); }.format-tall { grid-column: span 2; background: var(--yellow); }.format-square { grid-column: span 2; background: var(--lime); }.format-story { grid-column: span 2; background: var(--coral); }.format-social { grid-column: span 2; background: #3069d8; color: var(--cream); }
.project-link { display: block; transition: transform .3s ease; }.project-link:hover { color: inherit; }.project-origin { position: absolute; top: 18px; right: 20px; z-index: 1; max-width: 185px; color: rgba(245,237,223,.74); font: 9px/1.15 var(--mono); letter-spacing: .08em; text-align: right; }
.anubis-visual .project-origin, .island-visual .project-origin { color: rgba(245,237,223,.8); }
.case-study { padding: 120px clamp(20px, 8vw, 130px); }
.case-study-layout { display: grid; grid-template-columns: 1.05fr .8fr; gap: 8vw; align-items: center; margin-top: 62px; }
.case-study-visual { position: relative; aspect-ratio: 16 / 9; overflow: hidden; color: var(--cream); background: #d14f31; background-image: radial-gradient(circle at 75% 40%, rgba(247,166,222,.92) 0 8%, transparent 8.5%), radial-gradient(circle at 50% 60%, rgba(215,242,91,.9) 0 17%, transparent 17.5%), linear-gradient(130deg, #4f1e68, #e55735 48%, #ffbe42); }
.case-study-visual::before { position: absolute; inset: 0; background: repeating-linear-gradient(113deg, transparent 0 17px, rgba(255,255,255,.12) 18px 19px); content: ''; transform: skewY(-9deg) scale(1.4); }
.case-study-copy h2 { margin-top: 27px; font-size: clamp(48px, 6vw, 90px); }.case-study-copy h2 span { color: var(--violet); }.case-study-copy > p:not(.eyebrow) { max-width: 440px; margin-top: 27px; color: rgba(25,23,25,.67); font-size: 18px; }.case-study-stats { display: grid; gap: 10px; margin: 32px 0; color: rgba(25,23,25,.68); font: 10px var(--mono); letter-spacing: .06em; }.case-study-stats b { display: inline-block; width: 33px; color: var(--coral); font-size: 17px; }
.case-output-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 220px 220px; gap: 16px; margin-top: 64px; }.case-output { position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 14px; color: var(--ink); }.case-output::after { position: absolute; right: -15%; bottom: -40%; width: 75%; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; opacity: .3; content: ''; }.case-output span, .case-output b { position: relative; z-index: 1; font: 10px var(--mono); letter-spacing: .08em; }.case-output b { font-size: 9px; }.case-output em { position: relative; z-index: 1; font: 800 25px/.8 var(--display); letter-spacing: -.08em; font-style: normal; }.case-output-wide { grid-column: span 6; grid-row: 1; background: var(--pink); }.case-output-tall { grid-column: span 3; grid-row: 2; background: var(--yellow); }.case-output-square { grid-column: span 3; grid-row: 1; background: var(--lime); }.case-output-story { grid-column: span 3; grid-row: 1; background: var(--coral); }.case-output-share { grid-column: span 9; grid-row: 2; background: #3069d8; color: var(--cream); }.case-output-share em { font-size: 21px; }
.founder-name { margin-top: 18px; color: var(--lime); font: 600 17px var(--display); }.founder-name span { color: rgba(245,237,223,.62); font: 11px var(--mono); letter-spacing: .04em; }.price-inline { color: var(--coral); font: 500 13px var(--mono); letter-spacing: 0; }.price-card-launch .price-inline { color: var(--lime); }.price-description { font-size: 18px; line-height: 1.25; }
.contact-form select { width: 100%; border: 0; border-bottom: 1px solid rgba(25,23,25,.55); padding: 8px 0 12px; outline: 0; color: var(--ink); background: transparent; }.contact-form select:focus { border-color: var(--ink); }.contact-form input[type="url"] { color: var(--ink); }.contact-form input[type="file"] { border: 0; padding: 3px 0 10px; color: rgba(25,23,25,.72); font-size: 12px; }.form-privacy { margin: -4px 0 0; color: rgba(25,23,25,.63); font-size: 11px; line-height: 1.35; }.form-privacy a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }.privacy-note { margin-top: 16px; color: rgba(245,237,223,.42); font-size: 11px; }
@media (max-width: 900px) { .system-layout, .case-study-layout { grid-template-columns: 1fr; gap: 42px; }.format-card { min-height: 150px; }.case-study-visual { min-height: 430px; } }
@media (max-width: 680px) { .hero-proof { font-size: 22px; }.intro-proof { font-size: 18px; }.system-proof, .case-study { padding: 78px 20px; }.format-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: none; }.format-card { grid-column: span 1 !important; min-height: 145px; }.format-wide { grid-column: span 2 !important; }.case-study-copy h2 { margin-top: 22px; }.case-study-visual { min-height: 350px; }.case-study-visual .casino-neon { font-size: 48px; }.case-output-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: none; }.case-output { grid-column: span 1 !important; grid-row: auto !important; min-height: 150px; }.case-output-wide { grid-column: span 2 !important; }.project-origin { right: 14px; max-width: 150px; font-size: 8px; }.founder-name span { display: block; margin-top: 7px; }.privacy-note { max-width: 310px; } }

/* Approved project artwork replaces the temporary CSS compositions. */
.visual-image { position: absolute; inset: 0; z-index: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.casino-visual .visual-image, .system-master .visual-image { object-fit: contain; background: var(--dark); }
.format-card .visual-image, .case-output .visual-image { object-fit: contain; background: transparent; }
.hero-art-main { padding: 27px; }
.system-master::before, .system-master::after, .format-card::before, .casino-visual::before, .anubis-visual::before, .island-visual::before, .case-output::after { display: none; }
.hero-art-main .art-kicker, .hero-art-float .format-tag, .visual-label, .visual-corner, .project-origin { z-index: 2; }
.hero-art-main .art-kicker { color: var(--ink); background: transparent; padding: 0; }
.visual-label, .visual-corner, .project-origin { text-shadow: 0 1px 3px rgba(0,0,0,.6); }
.project-origin { padding: 3px 5px; background: rgba(25,23,25,.68); }
.anubis-visual .visual-image { object-position: center bottom; }
.island-visual .visual-image { object-position: center; }
.project-visual .visual-image, .case-study-visual .visual-image { transition: transform .35s ease; }
.project-card:hover .project-visual .visual-image { transform: scale(1.025); }
.case-output { color: var(--cream); background: var(--dark); }
.case-output span, .case-output b { z-index: 2; align-self: flex-start; width: max-content; max-width: 100%; padding: 3px 5px; background: rgba(25,23,25,.72); text-shadow: none; }
.case-output-share { color: var(--cream); }
.system-master .visual-label, .system-master .visual-corner { color: var(--cream); }
.format-wide, .case-output-wide { color: var(--ink); background: var(--pink); }
.format-tall, .case-output-tall { color: var(--ink); background: var(--yellow); }
.format-square, .case-output-square { color: var(--ink); background: var(--lime); }
.format-story, .case-output-story { color: var(--ink); background: var(--coral); }
.format-social, .case-output-share { color: var(--cream); background: #3069d8; }
@media (max-width: 680px) { .float-pink { width: 88px; } }

/* Keep project artwork in its finished format ratios at every breakpoint. */
.project-feature .project-visual { aspect-ratio: 1200 / 628; min-height: 0; }
.project-small .project-visual { aspect-ratio: 16 / 9; min-height: 0; }
.anubis-visual { aspect-ratio: 1; }
.anubis-visual .visual-image { object-fit: contain; background: #153c38; }
.island-visual { aspect-ratio: 16 / 9; }
@media (max-width: 680px) {
  .project-feature .project-visual, .project-small .project-visual, .case-study-visual { min-height: 0; }
  .case-output-grid { grid-template-rows: none; }
}

.privacy-page { min-height: 100vh; padding: 55px clamp(20px, 12vw, 180px); }.privacy-page .brand { margin-bottom: 120px; }.privacy-page h1 { max-width: 760px; margin-top: 35px; color: var(--ink); }.privacy-page h1 em { color: var(--violet); font-style: normal; }.privacy-page-copy { max-width: 560px; margin: 45px 0 40px auto; font-size: 19px; }.privacy-page-copy p + p { margin-top: 20px; color: rgba(25,23,25,.65); }.privacy-page-copy a { text-decoration: underline; text-underline-offset: 4px; }

/* Keep utility text legible at the default 100% zoom. */
.desktop-nav { font-size: 15px; }.eyebrow, .section-label { font-size: 12px; }.art-kicker, .art-foot, .visual-label, .visual-corner, .project-type, .price-tag { font-size: 11px; }.project-origin { font-size: 10px; }.case-study-stats, .about-signoff, .footer-bottom { font-size: 11px; }.contact-form label span { font-size: 11px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.marquee-track { animation: none; }.reveal { opacity: 1; transform: none; transition: none; } }

/* Art direction correction: keep the brand-led hero, and give every approved
   project output a frame that matches its finished production ratio. */
.system-layout { grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); gap: 28px; align-items: start; }
.system-master { border-radius: 22px; box-shadow: 12px 14px 0 rgba(0,0,0,.12); }
.system-master .visual-image { object-fit: cover; }
.format-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); grid-template-rows: none; gap: 14px; align-items: start; }
.format-card { min-height: 0; padding: 0; border: 1px solid rgba(245,237,223,.22); border-radius: 20px; background: var(--dark); }
.format-card .visual-image { object-fit: cover; background: var(--dark); }
.format-card span, .format-card b { position: absolute; z-index: 2; left: 10px; width: max-content; max-width: calc(100% - 20px); padding: 3px 5px; color: var(--cream); background: rgba(25,23,25,.76); font: 10px var(--mono); letter-spacing: .06em; text-shadow: none; }
.format-card span { top: 10px; }
.format-card b { bottom: 10px; }
.format-wide { grid-column: span 6; aspect-ratio: 970 / 250; background: var(--dark); }
.format-tall { grid-column: span 2; aspect-ratio: 300 / 600; background: var(--dark); }
.format-square { grid-column: span 2; aspect-ratio: 1; background: var(--dark); }
.format-story { grid-column: span 2; aspect-ratio: 9 / 16; background: var(--dark); }
.format-social { grid-column: span 6; aspect-ratio: 1200 / 628; color: var(--cream); background: var(--dark); }

.project-visual { border-radius: 22px; background: var(--dark); }
.project-feature .project-visual { aspect-ratio: 1200 / 628; }
.project-small .project-visual { min-height: 0; }
.project-small .anubis-visual { aspect-ratio: 4 / 5; }
.anubis-visual .visual-image { object-fit: cover; object-position: center; background: var(--dark); }
.island-visual .visual-image { object-fit: cover; object-position: center; }

.case-study-layout { grid-template-columns: minmax(0, 1.12fr) minmax(310px, .78fr); gap: clamp(42px, 7vw, 110px); }
.case-study-visual { border-radius: 22px; }
.case-study-visual .visual-image { object-fit: cover; }
.case-output-grid { grid-template-columns: minmax(120px, .65fr) minmax(170px, .9fr) minmax(120px, .65fr) minmax(240px, 1.4fr); grid-template-rows: none; grid-template-areas: 'wide wide wide wide' 'tall square story share'; gap: 20px; margin-top: 76px; align-items: start; }
.case-output { min-height: 0; padding: 0; border-radius: 20px; color: var(--cream); background: var(--dark); }
.case-output .visual-image { object-fit: cover; background: var(--dark); }
.case-output-wide { grid-area: wide; aspect-ratio: 970 / 250; }
.case-output-tall { grid-area: tall; aspect-ratio: 300 / 600; }
.case-output-tall { background: var(--dark) url('public/projects/casino-robbery/casino-robbery-portrait.webp') center / cover no-repeat; }
.case-output-square { grid-area: square; aspect-ratio: 1; }
.case-output-story { grid-area: story; aspect-ratio: 9 / 16; }
.case-output-share { grid-area: share; aspect-ratio: 1200 / 628; }
.case-output span, .case-output b { position: absolute; z-index: 2; left: 10px; width: max-content; max-width: calc(100% - 20px); padding: 3px 5px; color: var(--cream); background: rgba(25,23,25,.78); font: 10px var(--mono); letter-spacing: .06em; text-shadow: none; }
.case-output span { top: 10px; }
.case-output b { bottom: 10px; }

@media (max-width: 900px) {
  .system-layout, .case-study-layout { grid-template-columns: 1fr; }
  .format-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .case-output-grid { grid-template-columns: minmax(80px, .65fr) minmax(120px, .9fr) minmax(80px, .65fr) minmax(160px, 1.4fr); }
}
@media (max-width: 680px) {
  .format-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 0; padding-top: 14px; width: 100%; }
  .format-wide, .format-social { grid-column: span 3 !important; }
  .format-tall, .format-square, .format-story { grid-column: span 1 !important; }
  .format-card span, .format-card b, .case-output span, .case-output b { left: 7px; max-width: calc(100% - 14px); padding: 3px 4px; font-size: 8px; }
  .format-card span, .case-output span { top: 7px; }
  .format-card b, .case-output b { bottom: 7px; }
  .case-output-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-areas: 'wide wide' 'tall square' 'story share'; gap: 16px; margin-top: 72px; }
  .case-output-wide { grid-area: wide !important; }
  .case-output-tall { grid-area: tall !important; }
  .case-output-square { grid-area: square !important; }
  .case-output-story { grid-area: story !important; }
  .case-output-share { grid-area: share !important; }
}

/* Tighten the desktop compositions where the source artwork previously left
   large unintentional dead zones. Mobile keeps its dedicated stacking rules. */
@media (min-width: 681px) {
  .intro { padding-bottom: 92px; }
  .services { padding-top: 72px; }

  .system-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .format-grid {
    grid-template-columns: 3.8fr 1.4fr 1.4fr 3.2fr;
    gap: 18px;
    margin: 0 auto;
    padding-top: 16px;
    border-top: 1px solid rgba(245,237,223,.22);
    width: calc(100% - clamp(0px, 2vw, 24px));
    max-width: 1040px;
  }
  .format-card { grid-column: auto !important; }

  .project-feature {
    grid-row: auto;
    align-self: start;
  }

  .work-grid {
    grid-template-areas:
      'feature anubis'
      'note island';
    column-gap: 20px;
    row-gap: 24px;
    align-items: stretch;
  }
  .project-feature { grid-area: feature; }
  .work-grid > .project-small:nth-child(2) { grid-area: anubis; }
  .work-grid > .project-small:nth-child(3) { grid-area: island; }
  .work-note {
    grid-area: note;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    border-top: 1px solid rgba(245,237,223,.26);
    padding: 18px 0 4px;
    color: var(--cream);
  }
  .work-note-kicker, .work-note-detail {
    color: rgba(245,237,223,.6);
    font: 10px var(--mono);
    letter-spacing: .08em;
  }
  .work-note-kicker { color: var(--lime); }
  .work-note p {
    margin: 30px 0;
    font: 700 clamp(28px, 3vw, 46px)/.9 var(--display);
    letter-spacing: -.05em;
  }
  .work-note em { color: var(--pink); font-style: normal; }
}

@media (max-width: 680px) {
  .work-grid { grid-template-areas: none; }
  .work-note {
    grid-area: auto;
    min-height: 130px;
    border-top: 1px solid rgba(245,237,223,.26);
  }
}

/* Keep the contact brief easy to scan and confident at a glance. */
.contact-form label span {
  font-size: 12px;
  font-weight: 700;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(25,23,25,.58);
  font-weight: 500;
}
.contact-form input[type='file'] { font-size: 14px; font-weight: 500; }
.form-privacy { font-size: 12px; line-height: 1.45; }
.button-submit { font-weight: 800; }
.format-card span, .format-card b, .case-output span, .case-output b { font-weight: 700; }

@media (max-width: 680px) {
  .contact-form label span { font-size: 11px; }
  .contact-form input, .contact-form select, .contact-form textarea { font-size: 17px; }
}

/* Approved rounded-corner system. Full-width section backgrounds stay square. */
.system-master,
.project-visual,
.case-study-visual { border-radius: 22px; }
.system-master { aspect-ratio: 1200 / 628; }
.format-card,
.case-output { border-radius: 20px; }
.price-card { border-radius: 20px; }
.service-card,
.about-portrait { border-radius: 18px; }
.process-list { border-top: 0; }
.process-step { margin-top: 12px; border: 1px solid var(--line-light); border-radius: 14px; padding-inline: 20px; }
.faq-list { border: 1px solid var(--line-light); border-radius: 16px; overflow: hidden; padding-inline: 20px; }
.contact-form input,
.contact-form select,
.contact-form textarea { border: 1px solid rgba(25,23,25,.55); border-radius: 14px; padding: 11px 14px; }
.contact-form input[type='file'] { border-radius: 14px; padding: 8px 12px; }
.button { border-radius: 11px; }
.format-card span,
.format-card b,
.case-output span,
.case-output b,
.project-origin { border-radius: 999px; }

.contact-fields[hidden],
.contact-success[hidden] { display: none; }
.contact-success {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 515px;
  padding: 29px clamp(24px, 3vw, 42px) 32px;
  overflow: hidden;
  isolation: isolate;
  color: var(--cream);
  background: var(--dark);
  border-radius: 22px;
  box-shadow: 12px 12px 0 rgba(25,23,25,.16);
}
.contact-success::before {
  position: absolute;
  top: -92px;
  right: -64px;
  z-index: -1;
  width: 215px;
  height: 215px;
  border: 1px solid rgba(215,242,91,.65);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(255,109,89,.16), 0 0 0 38px rgba(215,242,91,.1);
  content: '';
}
.contact-success::after {
  position: absolute;
  right: -24px;
  bottom: 28px;
  z-index: -1;
  width: 126px;
  height: 126px;
  background: var(--violet);
  content: '';
  opacity: .9;
  transform: rotate(18deg);
}
.contact-success-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.contact-success-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  padding: 8px 11px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 999px;
  font: 700 10px var(--mono);
  letter-spacing: .08em;
}
.contact-success-pill span { font-size: 14px; line-height: .7; }
.contact-success-index { color: rgba(245,237,223,.58); font: 10px var(--mono); letter-spacing: .08em; }
.contact-success-check {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-top: 42px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 10px 10px 0 var(--coral);
  font: 800 32px/.9 var(--display);
  transform: rotate(-7deg);
  animation: contact-success-check .65s cubic-bezier(.2,.8,.2,1) both;
}
.contact-success h3 {
  max-width: 440px;
  margin: 30px 0 22px;
  color: var(--cream);
  font: 700 clamp(47px, 4.8vw, 78px)/.88 var(--display);
  letter-spacing: -.07em;
}
.contact-success h3 em { color: var(--coral); font-style: normal; }
.contact-success-copy { max-width: 360px; font-size: 18px; line-height: 1.3; }
.contact-success-signoff {
  max-width: 270px;
  margin-top: auto;
  padding-top: 28px;
  color: var(--lime);
  font: 11px/1.35 var(--mono);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.contact-success-star {
  position: absolute;
  z-index: 1;
  display: block;
  color: var(--lime);
  font-size: 35px;
  line-height: 1;
  animation: contact-success-star 11s linear infinite;
}
.contact-success-star-one { top: 106px; right: 33px; }
.contact-success-star-two { right: 80px; bottom: 26px; color: var(--coral); font-size: 21px; animation-direction: reverse; animation-duration: 8s; }
.contact-success:not([hidden]) { animation: contact-success-enter .5s cubic-bezier(.2,.7,.2,1) both; }

@keyframes contact-success-enter {
  from { opacity: 0; transform: translateY(12px) scale(.985); }
  to { opacity: 1; transform: none; }
}
@keyframes contact-success-check {
  from { opacity: 0; transform: rotate(-18deg) scale(.6); }
  70% { opacity: 1; transform: rotate(3deg) scale(1.08); }
  to { opacity: 1; transform: rotate(-7deg) scale(1); }
}
@keyframes contact-success-star { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
  .contact-success:not([hidden]),
  .contact-success-check,
  .contact-success-star { animation: none; }
}

@media (max-width: 680px) {
  .contact-success { min-height: 455px; padding: 24px 20px 27px; }
  .contact-success h3 { margin-top: 27px; font-size: clamp(43px, 13vw, 66px); }
  .contact-success-copy { font-size: 17px; }
  .contact-success-star-one { right: 22px; }
  .contact-success-index { font-size: 9px; }
}

@keyframes page-enter {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}
@keyframes page-leave {
  to { opacity: 0; transform: translateY(10px); }
}
body { animation: page-enter .7s cubic-bezier(.2,.7,.2,1) both; }
body.page-leaving .site-shell { animation: page-leave .3s ease forwards; }

@keyframes icon-drift {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-5px) rotate(5deg); }
}
.service-icon, .price-icon, .process-mark, .project-arrow { display: inline-block; animation: icon-drift 4.8s ease-in-out infinite; }
.service-icon { animation-delay: -.7s; }
.price-icon { animation-delay: -1.7s; }
.process-mark { animation-delay: -2.4s; }
.project-arrow { animation-delay: -3.1s; }

.work-note { position: relative; }
.work-note-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.work-note-icon { display: inline-grid; place-items: center; width: 42px; height: 42px; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 21px; line-height: 1; animation: icon-drift 4.2s ease-in-out infinite; }
.work-note p { font-size: clamp(40px, 5vw, 70px); line-height: .84; }

@media (max-width: 680px) {
  .work-note-icon { width: 36px; height: 36px; font-size: 18px; }
  .work-note p { margin: 24px 0; font-size: clamp(40px, 11vw, 58px); }
}

@media (prefers-reduced-motion: reduce) {
  body, body.page-leaving .site-shell { animation: none; }
  .cursor-follower, .service-icon, .price-icon, .process-mark, .project-arrow, .work-note-icon { animation: none; transition: none; }
}

/* Final polish: keep approved artwork dominant, legible, and consistently framed. */
.hero-art-main { border-radius: 22px; }
.hero-art-float { border-radius: 14px; }
.pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.project-meta { min-height: 72px; padding-top: 18px; }
.project-type { font-size: 12px; }
.process-step p { font-size: 17px; line-height: 1.45; }
.price-card ul { font-size: 15px; }
.price-card-launch .price-name { display: block; }
.price-card-launch .price-inline { display: block; margin-top: 12px; color: var(--lime); font-size: clamp(17px, 2vw, 24px); font-weight: 700; letter-spacing: .03em; }

/* Casino Robbery flagship system proof. */
.casino-case-study {
  padding: 64px clamp(16px, 2vw, 32px) 64px;
}
.casino-case-study .case-study-layout {
  grid-template-columns: minmax(0, 1.12fr) minmax(310px, .78fr);
  gap: clamp(28px, 4.5vw, 58px);
  margin-top: 38px;
}
.casino-case-study .case-study-visual {
  aspect-ratio: 16 / 9;
  background: var(--dark);
  box-shadow: 14px 16px 0 rgba(25,23,25,.12);
}
.casino-case-study .case-study-visual .visual-image { object-fit: cover; }
.casino-case-study .case-study-copy h2 {
  max-width: 610px;
  margin-top: 20px;
  font-size: clamp(46px, 5.2vw, 80px);
  line-height: .88;
}
.casino-case-study .case-study-copy h2 span { color: var(--violet); }
.casino-case-study .case-study-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin-top: 20px;
  color: rgba(25,23,25,.7);
  font-size: 16px;
  line-height: 1.4;
}
.casino-case-study .case-study-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
  margin: 24px 0 22px;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  padding: 12px 0 11px;
}
.casino-case-study .case-study-proof div { min-width: 0; }
.casino-case-study .case-study-proof div + div { border-left: 1px solid var(--line-light); padding-left: 14px; }
.casino-case-study .case-study-proof strong {
  display: block;
  color: var(--coral);
  font: 800 clamp(30px, 3.6vw, 52px)/.95 var(--display);
  letter-spacing: -.06em;
}
.casino-case-study .case-study-proof span {
  display: block;
  margin-top: 7px;
  color: rgba(25,23,25,.65);
  font: 10px/1.15 var(--mono);
  letter-spacing: .06em;
}
.casino-case-study .case-system-intro {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 32px;
  margin-top: 104px;
  border-top: 1px solid var(--line-light);
  padding-top: 17px;
  color: rgba(25,23,25,.63);
  font: 10px/1.2 var(--mono);
  letter-spacing: .07em;
}
.casino-case-study .case-system-intro > span { color: var(--violet); }
.casino-case-study .case-system-intro p {
  max-width: 440px;
  margin: 0;
  text-align: right;
}
.case-production-rows { margin-top: 34px; }
.case-production-row {
  display: grid;
  grid-template-columns: minmax(180px, .25fr) minmax(0, .75fr);
  gap: clamp(22px, 3.5vw, 48px);
  align-items: start;
  border-top: 1px solid var(--line-light);
  padding: 52px 0 58px;
}
.case-production-row:first-child { border-top: 0; padding-top: 24px; }
.case-production-row-intro { min-width: 0; }
.case-production-index {
  display: block;
  color: var(--coral);
  font: 800 clamp(30px, 3.1vw, 48px)/.85 var(--display);
  letter-spacing: -.06em;
}
.case-production-row:nth-child(2) .case-production-index { color: var(--lime); }
.case-production-row:nth-child(3) .case-production-index { color: var(--violet); }
.case-production-row-intro h3 {
  margin-top: 13px;
  color: var(--ink);
  font: 800 clamp(24px, 2.25vw, 38px)/.88 var(--display);
  letter-spacing: -.05em;
  text-transform: uppercase;
}
.case-production-row-intro p {
  max-width: 190px;
  margin-top: 13px;
  color: rgba(25,23,25,.74);
  font-size: 15px;
  line-height: 1.3;
}
.case-row-arrow {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  border: 1px solid rgba(25,23,25,.65);
  border-radius: 50%;
  color: var(--ink);
  font-size: 22px;
  line-height: 1;
}
.case-production-showcase {
  overflow: hidden;
  min-width: 0;
  border-radius: 16px;
  background: var(--dark);
}
.case-production-showcase img {
  display: block;
  width: 100%;
  height: auto;
}
.case-deliverables-panel {
  display: grid;
  grid-template-columns: minmax(420px, .72fr) minmax(0, 2.28fr);
  gap: clamp(24px, 3.5vw, 50px);
  margin-top: 34px;
  overflow: hidden;
  border-radius: 22px;
  padding: clamp(28px, 3vw, 42px);
  color: var(--cream);
  background: var(--dark);
}
.case-deliverables-copy > span {
  display: block;
  color: var(--lime);
  font: 10px/1.2 var(--mono);
  letter-spacing: .07em;
}
.case-deliverables-copy strong {
  display: block;
  margin-top: 16px;
  max-width: 100%;
  color: var(--cream);
  font: 800 clamp(48px, 5.2vw, 74px)/.82 var(--display);
  letter-spacing: -.07em;
}
.case-deliverables-copy strong em {
  display: block;
  max-width: 100%;
  color: var(--cream);
  font-style: normal;
  font-size: .45em;
  letter-spacing: -.05em;
}
.case-deliverables-copy strong b {
  display: block;
  max-width: 100%;
  color: var(--coral);
  font: inherit;
  font-size: .5em;
  letter-spacing: -.05em;
}
.case-deliverables-thumbs {
  min-width: 0;
  overflow: hidden;
  align-self: center;
  border-radius: 8px;
  background: #0d0d1b;
}
.case-deliverables-thumbs img {
  display: block;
  width: 100%;
  height: auto;
}
.case-study-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  color: rgba(25,23,25,.62);
  font: 10px/1.2 var(--mono);
  letter-spacing: .07em;
}
.case-study-footer .button { flex-shrink: 0; }

@media (max-width: 900px) {
  .casino-case-study .case-study-layout { grid-template-columns: 1fr; }
  .casino-case-study .case-study-copy { max-width: 700px; }
  .case-production-row { grid-template-columns: minmax(150px, .25fr) minmax(0, .75fr); gap: 28px; }
  .case-deliverables-panel { grid-template-columns: minmax(210px, .72fr) minmax(0, 2.28fr); gap: 28px; }
}

@media (max-width: 680px) {
  .casino-case-study .case-study-layout { gap: 42px; margin-top: 48px; }
  .casino-case-study .case-study-visual { box-shadow: 8px 10px 0 rgba(25,23,25,.12); }
  .casino-case-study .case-study-copy h2 { margin-top: 22px; }
  .casino-case-study .case-study-proof { gap: 10px; margin-top: 29px; }
  .casino-case-study .case-study-proof strong { font-size: 34px; }
  .casino-case-study .case-study-proof span { font-size: 8px; }
  .casino-case-study .case-system-intro {
    display: block;
    margin-top: 76px;
  }
  .casino-case-study .case-system-intro p { margin-top: 12px; text-align: left; }
  .case-production-rows { margin-top: 5px; }
  .case-production-row {
    display: block;
    padding: 28px 0 32px;
  }
  .case-production-row:first-child { padding-top: 20px; }
  .case-production-row-intro p { max-width: 280px; }
  .case-row-arrow { margin-top: 17px; }
  .case-deliverables-panel { display: block; margin-top: 30px; border-radius: 18px; }
  .case-deliverables-copy strong { margin-top: 18px; }
  .case-deliverables-thumbs { margin-top: 30px; }
  .case-study-footer { display: block; margin-top: 23px; }
  .case-study-footer .button { display: inline-flex; margin-top: 18px; }
}

@media (max-width: 1199px) {
  .case-deliverables-panel {
    display: block;
    grid-template-columns: 1fr;
  }
  .case-deliverables-copy {
    min-width: 0;
    width: 100%;
  }
  .case-deliverables-copy strong {
    font-family: var(--display);
    font-size: clamp(72px, 13vw, 150px);
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal;
  }
  .case-deliverables-copy strong em {
    font-family: var(--display);
    font-size: clamp(36px, 7vw, 74px);
  }
  .case-deliverables-copy strong b {
    font-family: var(--display);
    font-size: clamp(32px, 6vw, 66px);
  }
  .case-deliverables-thumbs {
    width: 100%;
    margin-top: clamp(24px, 3vw, 40px);
  }
  .case-deliverables-thumbs img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 600px) {
  .case-deliverables-panel {
    padding: clamp(24px, 7vw, 32px);
  }
}
.pricing-note { font-size: 14px; }
.faq-list details p { font-size: 17px; line-height: 1.5; }
.footer-bottom { font-size: 12px; }
.privacy-note { font-size: 12px; }

@media (max-width: 680px) {
  .hero-sub { font-size: 17px; }
  .work-grid { gap: 44px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .project-meta { min-height: 68px; }
  .price-card { min-width: 0; }
  .price-card h3 { overflow-wrap: anywhere; }
  .price-card-launch .price-name { font-size: 36px; line-height: .95; }
  .process-step p { font-size: 16px; }
  .faq-list summary { font-size: 19px; }
  .faq-list details p { font-size: 16px; }
  .contact-form label span { font-size: 12px; }
}

@media (min-width: 681px) {
  .system-proof { padding-bottom: 84px; }
  .work { padding-top: 88px; }
}

/* Art-directed four-world portfolio composition. */
.work .work-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
  gap: 24px;
  align-items: stretch;
}
.work .project-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
}
.work .project-card-flagship {
  height: 100%;
}
.work .work-side {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
  min-height: 0;
}
.work .work-mini-grid {
  display: contents;
  min-width: 0;
}
.work .project-visual {
  min-height: 0;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 22px;
}
.work .project-visual .visual-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: transparent;
}
.work .project-card-flagship .project-visual {
  flex: 1 1 auto;
  aspect-ratio: auto;
  min-height: 0;
}
.work .project-card-flagship .project-visual {
  background: #2c211b;
}
.work .project-card-island .project-visual {
  background: #18233a;
}
.work .project-card-sugar .visual-image {
  object-position: center 60%;
}
.work .project-meta {
  flex: 0 0 auto;
  min-height: 67px;
  padding: 14px 2px 0;
}
.work .project-type {
  color: rgba(245,237,223,.58);
  font-size: 11px;
}
.work .project-meta h3 {
  margin-top: 6px;
  font-size: clamp(22px, 2.4vw, 32px);
}
.work .project-arrow {
  align-self: end;
  color: var(--lime);
  font-size: 24px;
}
.work .project-origin {
  top: 16px;
  right: 16px;
  max-width: 190px;
  color: rgba(245,237,223,.82);
  font-size: 9px;
}
.work .project-card:hover .project-visual .visual-image {
  transform: scale(1.018);
}

@media (max-width: 680px) {
  .work .work-grid,
  .work .work-side {
    grid-template-columns: 1fr;
  }
  .work .work-grid {
    gap: 40px;
  }
  .work .work-side {
    grid-template-rows: none;
    gap: 38px;
  }
  .work .work-mini-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .work .project-card-flagship {
    height: auto;
  }
  .work .project-card-flagship .project-visual {
    flex: none;
    aspect-ratio: 4 / 5;
  }
  .work .project-meta {
    min-height: 68px;
  }
  .work .project-meta h3 {
    font-size: 27px;
  }
}

/* Interaction polish: motion stays scoped to existing components and never changes flow. */
.topbar {
  position: fixed;
  transition: padding .3s ease, background-color .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}
.topbar.is-scrolled {
  padding-top: 14px;
  padding-bottom: 14px;
  background: rgba(29,24,51,.88);
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
  backdrop-filter: blur(12px);
}

.marquee-track {
  gap: 0;
  animation-duration: 38s;
  will-change: transform;
}
.marquee-track > * { margin-right: 24px; }
.marquee:hover .marquee-track,
.marquee:focus-within .marquee-track { animation-play-state: paused; }

.reveal { transform: translateY(16px); }
.reveal .handoff-flow > *,
.reveal .service-card,
.reveal .system-layout > *,
.reveal .project-card,
.reveal .process-step,
.reveal .price-card,
.reveal .faq-list > details {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .58s cubic-bezier(.2,.7,.2,1), transform .58s cubic-bezier(.2,.7,.2,1);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal.is-visible .handoff-flow > *,
.reveal.is-visible .service-card,
.reveal.is-visible .system-layout > *,
.reveal.is-visible .project-card,
.reveal.is-visible .process-step,
.reveal.is-visible .price-card,
.reveal.is-visible .faq-list > details {
  opacity: 1;
  transform: none;
}

.handoff-connector path {
  stroke-dasharray: 140;
  stroke-dashoffset: 140;
}
.handoff.is-visible .handoff-connector path {
  animation: handoff-draw .62s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms) forwards;
}
@keyframes handoff-draw { to { stroke-dashoffset: 0; } }

.work .project-card {
  transition: transform .3s cubic-bezier(.2,.7,.2,1);
}
.work .project-card .project-meta {
  transition: transform .3s cubic-bezier(.2,.7,.2,1);
}
.work .project-card .project-visual .visual-image {
  transition: transform .3s cubic-bezier(.2,.7,.2,1);
}
.work .project-card:hover { transform: translateY(-4px); }
.work .project-card:hover .project-visual .visual-image { transform: scale(1.025); }
.work .project-card:hover .project-meta { transform: translateY(-2px); }

.pricing .price-card {
  transition: transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s ease;
}
.pricing .price-card:hover { transform: translateY(-3px); }
.pricing .price-card-pilot:hover {
  box-shadow: 0 0 0 1px rgba(255,109,89,.45), 0 12px 26px rgba(255,109,89,.16);
}
.pricing .price-card-launch:hover {
  box-shadow: 0 0 0 1px rgba(215,242,91,.5), 0 12px 26px rgba(103,80,231,.2);
}
.pricing .price-card .button span { transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.pricing .price-card:hover .button span { transform: translateX(4px); }

.faq-list details p {
  overflow: hidden;
  max-height: 0;
  padding: 0 42px 0 0;
  opacity: 0;
  transition: max-height .34s ease, opacity .24s ease, padding-bottom .34s ease;
}
.faq-list details[open] p {
  max-height: var(--faq-height, 600px);
  padding-bottom: 24px;
  opacity: 1;
}

@media (max-width: 680px) {
  .topbar { position: fixed; padding: 18px 20px; }
  .topbar.is-scrolled { padding-top: 11px; padding-bottom: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .marquee-track { animation: none !important; }
  .reveal,
  .reveal .handoff-flow > *,
  .reveal .service-card,
  .reveal .system-layout > *,
  .reveal .project-card,
  .reveal .process-step,
  .reveal .price-card,
  .reveal .faq-list > details {
    opacity: 1 !important;
    transform: none !important;
  }
  .handoff-connector path { stroke-dashoffset: 0 !important; }
  .faq-list details p,
  .faq-list details[open] p { max-height: none !important; opacity: 1 !important; padding-bottom: 24px; }
}

/* Approved-in / launch-ready-out delivery system. */
.handoff {
  position: relative;
  overflow: hidden;
  padding: 120px clamp(20px, 8vw, 130px) 66px;
  isolation: isolate;
}
.handoff::before {
  position: absolute;
  top: 17%;
  right: -11%;
  z-index: -1;
  width: min(520px, 48vw);
  aspect-ratio: 1;
  border: 1px solid rgba(245,237,223,.12);
  border-radius: 50%;
  content: '';
}
.handoff::after {
  position: absolute;
  right: 3%;
  bottom: 9%;
  z-index: -1;
  width: 16px;
  height: 16px;
  background: var(--pink);
  content: '';
  transform: rotate(45deg);
}
.handoff-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, .46fr);
  align-items: end;
  gap: 60px;
  margin-top: 62px;
}
.handoff-heading h2 {
  max-width: 780px;
  margin-top: 28px;
  font-size: clamp(56px, 8vw, 118px);
}
.handoff-heading h2 span { color: var(--lime); }
.handoff-intro {
  max-width: 330px;
  padding-bottom: 8px;
  color: rgba(245,237,223,.68);
  font-size: 18px;
  line-height: 1.3;
}
.handoff-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 78px minmax(0, 1fr) 78px minmax(0, 1fr);
  align-items: stretch;
  gap: 14px;
  margin-top: 72px;
}
.handoff-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 650px;
  overflow: hidden;
  padding: 22px 22px 20px;
  border: 1px solid rgba(25,23,25,.22);
  border-radius: 24px;
  color: var(--ink);
  box-shadow: 11px 13px 0 rgba(0,0,0,.14);
}
.handoff-stage::before {
  position: absolute;
  top: -78px;
  right: -46px;
  width: 175px;
  height: 175px;
  border: 1px solid rgba(25,23,25,.22);
  border-radius: 50%;
  content: '';
}
.handoff-stage::after {
  position: absolute;
  right: 22px;
  bottom: 68px;
  width: 8px;
  height: 8px;
  background: currentColor;
  content: '';
  transform: rotate(45deg);
}
.handoff-stage-send { background: var(--pink); }
.handoff-stage-build { background: var(--lime); }
.handoff-stage-receive { color: var(--cream); background: var(--violet); border-color: rgba(245,237,223,.22); }
.handoff-stage-receive::before { border-color: rgba(245,237,223,.3); }
.handoff-stage-receive::after { background: var(--lime); }
.handoff-stage-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}
.handoff-index {
  font: 800 clamp(46px, 5vw, 76px)/.75 var(--display);
  letter-spacing: -.08em;
}
.handoff-kicker {
  max-width: 138px;
  padding-top: 4px;
  font: 10px/1.15 var(--mono);
  letter-spacing: .08em;
  text-align: right;
}
.handoff-card-head {
  position: relative;
  z-index: 1;
  min-height: 178px;
  padding-top: 50px;
}
.handoff-card-head h3 {
  font-size: clamp(47px, 5vw, 76px);
  line-height: .78;
}
.handoff-card-head h3 em { color: var(--coral); font-style: normal; }
.handoff-stage-build .handoff-card-head h3 em { color: var(--violet); }
.handoff-stage-receive .handoff-card-head h3 em { color: var(--lime); }
.handoff-sticker {
  position: absolute;
  top: 5px;
  right: 4px;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 50%;
  font: 700 10px/1.05 var(--mono);
  text-align: center;
  transform: rotate(10deg);
}
.handoff-stage-build .handoff-sticker { background: var(--coral); transform: rotate(-8deg); }
.handoff-stage-receive .handoff-sticker { color: var(--ink); background: var(--pink); transform: rotate(8deg); }
.handoff-folder {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 178px;
  overflow: hidden;
  margin-bottom: 23px;
  padding: 22px 18px 17px;
  color: var(--ink);
  background: rgba(245,237,223,.48);
  border: 2px solid currentColor;
  border-radius: 5px 14px 14px 14px;
  transform: rotate(-2deg);
}
.handoff-folder-output { color: var(--cream); background: rgba(25,23,25,.34); transform: rotate(2deg); }
.folder-tab {
  position: absolute;
  top: -1px;
  left: -2px;
  width: 118px;
  height: 25px;
  background: currentColor;
  clip-path: polygon(0 0, 78% 0, 100% 100%, 0 100%);
}
.folder-label {
  position: relative;
  z-index: 1;
  font: 700 11px var(--mono);
  letter-spacing: .05em;
}
.folder-line {
  position: relative;
  z-index: 1;
  width: 84%;
  height: 4px;
  margin-top: 11px;
  background: currentColor;
  opacity: .6;
}
.folder-line-short { width: 46%; margin-top: 22px; }
.folder-line-mid { width: 64%; }
.folder-seal, .folder-check {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font: 700 13px var(--mono);
}
.folder-check { color: var(--lime); font-size: 21px; }
.handoff-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  font: 600 16px/1.2 var(--display);
}
.handoff-list li { display: flex; align-items: baseline; gap: 9px; }
.handoff-list li::before { color: var(--coral); content: '↳'; font: 700 15px var(--mono); }
.handoff-stage-build .handoff-list li::before { color: var(--violet); }
.handoff-stage-receive .handoff-list li::before { color: var(--lime); }
.handoff-foot {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(25,23,25,.3);
  font: 10px var(--mono);
  letter-spacing: .08em;
}
.handoff-stage-receive .handoff-foot { border-color: rgba(245,237,223,.28); }
.handoff-foot b { font-size: 18px; line-height: .6; }
.handoff-connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  align-self: center;
  color: var(--lime);
}
.handoff-connector svg { display: block; width: 78px; height: 42px; overflow: visible; }
.handoff-connector path { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.handoff-connector span { font: 10px var(--mono); letter-spacing: .08em; }
.connector-two { color: var(--pink); }
.handoff-build-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr .7fr;
  grid-template-rows: 72px 72px 42px;
  gap: 7px;
  min-height: 178px;
  margin-bottom: 23px;
  transform: rotate(2deg);
}
.build-tile {
  display: flex;
  align-items: end;
  padding: 9px;
  color: var(--ink);
  border: 1px solid var(--ink);
  font: 800 12px/.9 var(--display);
}
.build-tile-main { grid-row: span 2; background: var(--coral); font-size: 27px; }
.build-tile-star { align-items: center; justify-content: center; background: var(--pink); font-size: 31px; }
.build-tile-pink { background: var(--yellow); font-size: 11px; }
.build-tile-small { grid-column: 1; background: var(--violet); color: var(--cream); font: 700 9px/1 var(--mono); }
.build-tile-wide { grid-column: 2; background: var(--cream); font: 700 8px/1 var(--mono); }
.build-tile-wide b { margin-left: auto; color: var(--coral); font-size: 16px; }
.handoff-bottom {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 33px;
  color: rgba(245,237,223,.5);
  font: 10px var(--mono);
  letter-spacing: .09em;
}
.handoff-bottom-line { flex: 1; height: 1px; background: rgba(245,237,223,.23); }
.handoff-bottom span:last-child { color: var(--lime); }

@media (max-width: 1000px) {
  .handoff-heading { grid-template-columns: 1fr .7fr; gap: 35px; }
  .handoff-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  .handoff-connector { grid-row: 2; width: 100%; }
  .connector-one { grid-column: 1; }
  .connector-two { grid-column: 2; }
  .handoff-stage { min-height: 620px; padding-right: 17px; padding-left: 17px; }
  .handoff-kicker { font-size: 9px; }
  .handoff-card-head h3 { font-size: clamp(42px, 5.6vw, 60px); }
}

@media (max-width: 680px) {
  .handoff { padding: 78px 20px 46px; }
  .handoff-heading { display: block; margin-top: 48px; }
  .handoff-heading h2 { margin-top: 23px; font-size: clamp(54px, 16vw, 84px); }
  .handoff-intro { max-width: 340px; margin-top: 27px; font-size: 17px; }
  .handoff-flow { display: grid; grid-template-columns: 1fr; gap: 0; margin-top: 46px; }
  .handoff-stage { min-height: 0; padding: 20px 19px 18px; border-radius: 20px; box-shadow: 8px 10px 0 rgba(0,0,0,.14); }
  .handoff-stage-top { min-height: 54px; }
  .handoff-index { font-size: 56px; }
  .handoff-kicker { max-width: 145px; font-size: 9px; }
  .handoff-card-head { min-height: 145px; padding-top: 42px; }
  .handoff-card-head h3 { font-size: clamp(52px, 16vw, 78px); }
  .handoff-sticker { width: 65px; height: 65px; }
  .handoff-folder, .handoff-build-grid { min-height: 156px; margin-bottom: 21px; }
  .handoff-folder { padding: 20px 15px 15px; }
  .folder-label { font-size: 10px; }
  .handoff-list { font-size: 17px; }
  .handoff-foot { margin-top: 28px; padding-top: 17px; }
  .handoff-connector { grid-row: auto; grid-column: auto; flex-direction: row; gap: 12px; height: 74px; }
  .handoff-connector svg { width: 42px; height: 73px; transform: rotate(90deg); }
  .handoff-connector span { font-size: 9px; }
  .handoff-bottom { margin-top: 31px; gap: 11px; font-size: 8px; }
  .handoff-bottom-line { min-width: 25px; }
}
