:root {
  --bg: #0b0b0d;
  --surface: #121216;
  --surface-2: #18181e;
  --text: #f4f4ed;
  --muted: #9a9a9f;
  --accent: #d8ff3e;
  --accent-rgb: 216, 255, 62;
  --line: rgba(244, 244, 237, 0.16);
  --header: rgba(11, 11, 13, 0.72);
  --shadow: rgba(0, 0, 0, 0.4);
  --radius: 26px;
  --display: "Syne", sans-serif;
  --body: "Manrope", sans-serif;
  --mono: "DM Mono", monospace;
}

html[data-theme="cobalt"] {
  --bg: #070a16;
  --surface: #0d1224;
  --surface-2: #121a33;
  --text: #f5f7ff;
  --muted: #99a4c0;
  --accent: #5d7cff;
  --accent-rgb: 93, 124, 255;
  --line: rgba(220, 228, 255, 0.16);
  --header: rgba(7, 10, 22, 0.74);
  --shadow: rgba(1, 3, 11, 0.5);
}

html[data-theme="ember"] {
  --bg: #f1eadf;
  --surface: #fff7ec;
  --surface-2: #e8ded0;
  --text: #231d19;
  --muted: #74695f;
  --accent: #ef5d2f;
  --accent-rgb: 239, 93, 47;
  --line: rgba(35, 29, 25, 0.16);
  --header: rgba(241, 234, 223, 0.78);
  --shadow: rgba(85, 48, 28, 0.16);
}

html[data-theme="mono"] {
  --bg: #f4f2ec;
  --surface: #ffffff;
  --surface-2: #e8e6df;
  --text: #111111;
  --muted: #676767;
  --accent: #111111;
  --accent-rgb: 17, 17, 17;
  --line: rgba(17, 17, 17, 0.18);
  --header: rgba(244, 242, 236, 0.82);
  --shadow: rgba(0, 0, 0, 0.14);
}

* { box-sizing: border-box; }
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  overscroll-behavior-x: none;
  scroll-behavior: smooth;
  touch-action: pan-y;
}
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-x: clip;
  overscroll-behavior-x: none;
  transition: background-color .45s ease, color .45s ease;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img, video { max-width: 100%; display: block; }
::selection { background: var(--accent); color: var(--bg); }

.noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 90; opacity: .035;
  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='.8'/%3E%3C/svg%3E");
}
.cursor-orb {
  position: fixed; width: 420px; height: 420px; border-radius: 50%; pointer-events: none; z-index: -1;
  left: 0; top: 0; transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(var(--accent-rgb), .12), rgba(var(--accent-rgb), 0) 68%);
  transition: background .4s ease;
}
.section-shell { width: min(1380px, calc(100% - 56px)); min-width: 0; margin-inline: auto; }
main, section, header, footer, form, fieldset, article, figure { min-width: 0; }

.loader {
  position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center;
  background: var(--bg); transition: opacity .5s ease, visibility .5s ease;
}
.loader.done { opacity: 0; visibility: hidden; }
.loader-mark { font: 800 clamp(4rem, 14vw, 10rem)/1 var(--display); letter-spacing: -.08em; }
.loader-line { position: absolute; left: 12vw; right: 12vw; bottom: 13vh; height: 2px; background: var(--line); overflow: hidden; }
.loader-line span { display: block; height: 100%; background: var(--accent); animation: load 1.05s cubic-bezier(.77,0,.18,1) forwards; transform-origin: left; }
@keyframes load { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.site-header {
  position: fixed; z-index: 100; top: 18px; left: 50%; transform: translateX(-50%);
  width: min(1380px, calc(100% - 36px)); min-height: 68px; padding: 10px 12px 10px 14px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px;
  border: 1px solid var(--line); border-radius: 18px; background: var(--header); backdrop-filter: blur(18px);
  box-shadow: 0 18px 70px var(--shadow); transition: background .4s ease, border-color .4s ease;
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; min-width: 0; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; background: var(--accent); color: var(--bg); font: 800 15px/1 var(--display); letter-spacing: -.05em; transition: .4s ease; }
.brand-copy { font: 700 11px/1.08 var(--body); letter-spacing: .12em; }
.brand-copy small { color: var(--muted); font-weight: 500; font-size: 8px; }
.desktop-nav { display: flex; gap: 28px; font: 500 12px/1 var(--mono); text-transform: uppercase; color: var(--muted); }
.desktop-nav a { position: relative; transition: color .2s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--accent); transition: right .25s ease; }
.desktop-nav a:hover { color: var(--text); }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; min-height: 46px; padding: 0 18px; border-radius: 12px; background: var(--text); color: var(--bg); display: inline-flex; align-items: center; gap: 18px; font-weight: 700; font-size: 13px; }
.header-cta i, .button i { font-style: normal; font-size: 18px; }
.menu-toggle { display: none; justify-self: end; width: 48px; height: 48px; border: 0; border-radius: 12px; background: var(--surface); cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 1px; margin: 5px auto; background: var(--text); transition: .3s ease; }

.hero { min-height: 100svh; padding-top: 138px; padding-bottom: 70px; position: relative; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(330px, .7fr); gap: clamp(35px, 6vw, 110px); align-items: center; }
.hero-copy { min-width: 0; }
.eyebrow, .kicker { font: 500 11px/1 var(--mono); letter-spacing: .13em; text-transform: uppercase; color: var(--muted); }
.eyebrow { display: flex; justify-content: space-between; max-width: 730px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.eyebrow span { color: var(--accent); }
.hero-title { margin: 28px 0 34px; font: 800 clamp(3.7rem, 8.4vw, 9rem)/.82 var(--display); letter-spacing: -.075em; text-transform: uppercase; }
.hero-title .line { display: block; overflow: hidden; padding-right: .08em; }
.hero-title .line > span { display: block; transform: translateY(110%); animation: titleIn .85s cubic-bezier(.16,1,.3,1) forwards; }
.hero-title .line:nth-child(2) > span { animation-delay: .1s; }
.hero-title .line:nth-child(3) > span { animation-delay: .2s; }
@keyframes titleIn { to { transform: translateY(0); } }
.accent-line { color: var(--accent); }
.outline-line { color: transparent; -webkit-text-stroke: 1.5px var(--text); opacity: .85; }
.hero-bottom { display: grid; grid-template-columns: minmax(250px, 520px) auto; align-items: end; gap: 30px; }
.hero-bottom p { margin: 0; max-width: 530px; font-size: clamp(1rem, 1.4vw, 1.25rem); color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.button { min-height: 54px; padding: 0 20px; border-radius: 14px; border: 1px solid var(--line); display: inline-flex; justify-content: space-between; align-items: center; gap: 26px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .3s ease, color .3s ease, border-color .3s ease; }
.button.primary { background: var(--accent); color: var(--bg); border-color: transparent; }
.button.ghost { background: transparent; color: var(--text); }
.button:hover { transform: translateY(-3px); }
.text-link { font: 600 13px/1 var(--mono); text-transform: uppercase; padding-bottom: 8px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.text-link span { color: var(--accent); }

.hero-visual { position: relative; justify-self: end; width: min(100%, 470px); perspective: 1000px; }
.video-frame { position: relative; aspect-ratio: 9/14; overflow: hidden; border-radius: 30px; border: 1px solid var(--line); background: var(--surface); box-shadow: 0 35px 100px var(--shadow); transform: rotate(2.4deg); transition: transform .3s ease; }
.video-frame video { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.03); }
.video-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.36), transparent 28%, transparent 72%, rgba(0,0,0,.65)); pointer-events: none; }
.video-ui { position: absolute; z-index: 2; left: 18px; right: 18px; top: 17px; display: flex; justify-content: space-between; font: 500 9px/1 var(--mono); color: white; letter-spacing: .1em; }
.video-ui span:first-child::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: #ff4b3e; box-shadow: 0 0 0 5px rgba(255,75,62,.18); }
.video-caption { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 22px; color: white; font: 700 clamp(1.25rem, 2vw, 1.75rem)/1.05 var(--display); letter-spacing: -.04em; }
.floating-stat { position: absolute; z-index: 3; min-width: 128px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 16px; background: var(--header); backdrop-filter: blur(18px); box-shadow: 0 18px 50px var(--shadow); }
.floating-stat strong { display: block; font: 800 25px/1 var(--display); color: var(--accent); }
.floating-stat span { font: 500 9px/1 var(--mono); color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.stat-a { left: -50px; top: 20%; }
.stat-b { right: -28px; bottom: 20%; }
.scroll-cue { position: absolute; left: 0; bottom: 28px; display: flex; align-items: center; gap: 12px; font: 500 9px/1 var(--mono); color: var(--muted); letter-spacing: .16em; }
.scroll-cue i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; animation: bounce 1.8s infinite; }
@keyframes bounce { 50% { transform: translateY(5px); } }

.ticker { overflow: hidden; border-block: 1px solid var(--line); background: var(--accent); color: var(--bg); transform: rotate(-1.2deg) scale(1.02); margin-block: 30px 110px; }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 24px; padding: 13px 0; animation: marquee 24s linear infinite; font: 800 16px/1 var(--display); letter-spacing: .02em; }
.ticker-track b { font-size: 11px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.proof-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); border-top: 1px solid var(--line); margin-bottom: 150px; }
.proof-intro, .metric { min-height: 270px; padding: 30px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-intro { padding-left: 0; }
.proof-intro h2 { max-width: 570px; margin: 34px 0 0; font: 700 clamp(2rem, 4.2vw, 4.9rem)/.98 var(--display); letter-spacing: -.06em; }
.proof-intro h2 em, .contact-copy h2 em { color: var(--accent); font-style: normal; }
.metric { position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.metric-index { position: absolute; top: 30px; font: 500 10px/1 var(--mono); color: var(--muted); }
.metric strong { max-width: 100%; font: 800 clamp(2.45rem, 3.1vw, 3.55rem)/.86 var(--display); font-variant-numeric: tabular-nums; letter-spacing: -.07em; color: var(--accent); white-space: nowrap; }
.metric p { margin: 18px 0 0; color: var(--muted); max-width: 210px; font-size: 13px; }

.section-head { position: relative; display: grid; grid-template-columns: 150px minmax(0, 1fr) auto; gap: 30px; align-items: start; margin-bottom: 70px; }
.section-head h2 { width: 100%; max-width: 980px; margin: -7px 0 0; font: 800 clamp(3rem, 5.35vw, 6.1rem)/.89 var(--display); letter-spacing: -.068em; text-transform: uppercase; text-wrap: balance; }
.section-head h2 span { color: var(--muted); }
.round-link { width: 130px; height: 130px; border: 1px solid var(--line); border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; font: 700 10px/1.2 var(--mono); transition: background .3s ease, color .3s ease, transform .3s ease; }
.round-link i { font-size: 18px; font-style: normal; }
.round-link:hover { background: var(--accent); color: var(--bg); transform: rotate(-8deg); }

.case-study { padding-top: 60px; margin-bottom: 160px; }
.case-layout { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(440px, 1.1fr); gap: clamp(40px, 8vw, 130px); align-items: center; }
.phone-stack { position: relative; min-height: 690px; }
.phone { position: absolute; overflow: hidden; width: min(330px, 70vw); aspect-ratio: 9/18.4; border: 8px solid #0b0b0d; border-radius: 42px; background: #0b0b0d; box-shadow: 0 35px 90px var(--shadow); }
.phone video, .phone img { width: 100%; height: 100%; object-fit: cover; border-radius: 31px; }
.phone-notch { position: absolute; z-index: 2; top: 9px; left: 50%; transform: translateX(-50%); width: 94px; height: 23px; border-radius: 20px; background: #050505; }
.phone-main { z-index: 2; left: 11%; top: 0; transform: rotate(-5deg); }
.phone-back { z-index: 1; right: 3%; top: 90px; transform: rotate(6deg); opacity: .82; }
.case-sticker { position: absolute; z-index: 4; left: 0; bottom: 70px; width: 170px; height: 170px; border-radius: 50%; background: var(--accent); color: var(--bg); display: grid; place-content: center; text-align: center; transform: rotate(-10deg); font: 500 10px/1.4 var(--mono); box-shadow: 0 20px 50px var(--shadow); }
.case-sticker strong { font: 800 20px/1 var(--display); }
.case-story .lead { font: 600 clamp(1.65rem, 3vw, 3rem)/1.08 var(--display); letter-spacing: -.045em; margin: 0 0 55px; }
.deliverables { border-top: 1px solid var(--line); }
.deliverables > div { display: grid; grid-template-columns: 55px 1fr; gap: 10px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.deliverables span { font: 500 10px/1 var(--mono); color: var(--accent); }
.deliverables p { margin: 0; color: var(--muted); }
.case-result { margin-top: 36px; padding: 30px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.case-result > span { font: 500 10px/1 var(--mono); color: var(--accent); }
.case-result p { margin: 18px 0 10px; font-size: 18px; }
.case-result small { color: var(--muted); font-size: 10px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: 260px 320px; gap: 14px; margin-top: 100px; }
.gallery-grid figure { margin: 0; position: relative; overflow: hidden; border-radius: 18px; background: var(--surface); border: 1px solid var(--line); }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.16,1,.3,1); }
.gallery-grid figure:hover img { transform: scale(1.045); }
.gallery-grid figure:nth-child(1) { grid-column: 1 / span 8; grid-row: 1; }
.gallery-grid figure:nth-child(2) { grid-column: 9 / span 4; grid-row: 1; }
.gallery-grid figure:nth-child(3) { grid-column: 1 / span 5; grid-row: 2; }
.gallery-grid figure:nth-child(4) { grid-column: 6 / span 3; grid-row: 2; }
.gallery-grid figure:nth-child(5) { grid-column: 9 / span 4; grid-row: 2; }
.gallery-grid figure:nth-child(4) img { object-position: center 42%; }
.gallery-wide, .gallery-tall { grid-column: auto; grid-row: auto; }
.qr-card { display: grid; place-items: center; padding: 20px; background: #efe8dc !important; }
.qr-card img { object-fit: contain; }
.qr-card figcaption { position: absolute; bottom: 12px; right: 14px; color: #1b1714; font: 500 9px/1 var(--mono); }

.services { margin-bottom: 160px; }
.service-list { border-top: 1px solid var(--line); }
.service-row { position: relative; display: grid; grid-template-columns: 1.15fr 1fr .9fr 50px; gap: 30px; align-items: center; min-height: 165px; padding: 26px 0; border-bottom: 1px solid var(--line); transition: padding .35s ease, background .35s ease; }
.service-row::before { content: ""; position: absolute; z-index: -1; inset: 0; background: var(--accent); transform: scaleY(0); transform-origin: bottom; transition: transform .35s cubic-bezier(.16,1,.3,1); }
.service-row:hover::before { transform: scaleY(1); }
.service-row:hover { color: var(--bg); padding-inline: 22px; }
.service-title { display: flex; align-items: baseline; gap: 30px; }
.service-title span { font: 500 10px/1 var(--mono); color: var(--muted); }
.service-title h3 { margin: 0; font: 800 clamp(2rem, 4vw, 4.5rem)/.9 var(--display); letter-spacing: -.06em; }
.service-row > p { color: var(--muted); margin: 0; max-width: 410px; }
.service-row:hover p, .service-row:hover .service-title span { color: color-mix(in srgb, var(--bg) 68%, transparent); }
.service-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.service-tags span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; font: 500 9px/1 var(--mono); text-transform: uppercase; }
.service-row > i { font-style: normal; font-size: 26px; text-align: right; transition: transform .3s ease; }
.service-row:hover > i { transform: rotate(45deg); }

.pricing { margin-bottom: 160px; }
.section-note { max-width: 310px; margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; }
.price-card { position: relative; min-height: 690px; padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); display: flex; flex-direction: column; transition: transform .35s ease, border-color .35s ease, background .35s ease; }
.price-card:hover { transform: translateY(-9px); border-color: rgba(var(--accent-rgb), .6); }
.price-card.featured { background: var(--accent); color: var(--bg); border-color: transparent; transform: rotate(-1deg); }
.price-card.featured:hover { transform: rotate(-1deg) translateY(-9px); }
.popular-badge { position: absolute; right: 20px; top: -15px; padding: 10px 14px; border-radius: 999px; background: var(--text); color: var(--bg); font: 700 9px/1 var(--mono); letter-spacing: .08em; }
.price-top { display: flex; justify-content: space-between; font: 500 10px/1 var(--mono); color: var(--muted); }
.featured .price-top { color: color-mix(in srgb, var(--bg) 60%, transparent); }
.price-card h3 { margin: 45px 0 20px; font: 800 clamp(2rem, 3.4vw, 3.8rem)/.9 var(--display); letter-spacing: -.06em; }
.price { margin: 0 0 18px; font: 800 clamp(3.8rem, 6vw, 6.3rem)/.8 var(--display); letter-spacing: -.075em; }
.price sup { font-size: .28em; vertical-align: top; margin-right: 5px; }
.price-desc { margin: 0 0 35px; color: var(--muted); }
.featured .price-desc { color: color-mix(in srgb, var(--bg) 65%, transparent); }
.price-card ul { list-style: none; padding: 0; margin: 0 0 32px; border-top: 1px solid var(--line); }
.price-card li { padding: 15px 0 15px 24px; border-bottom: 1px solid var(--line); position: relative; font-size: 13px; }
.price-card li::before { content: "↳"; position: absolute; left: 0; color: var(--accent); }
.featured li::before { color: var(--bg); }
.featured li, .featured ul { border-color: rgba(11,11,13,.18); }
.price-card .button { margin-top: auto; }
.featured .button.primary { background: var(--bg); color: var(--accent); }
.extras { margin-top: 16px; border: 1px solid var(--line); border-radius: 20px; padding: 24px; display: grid; grid-template-columns: 1fr 1.5fr; gap: 30px; align-items: center; }
.extras > div:first-child span { font: 500 10px/1 var(--mono); color: var(--accent); }
.extras h3 { margin: 10px 0 0; font: 700 26px/1 var(--display); letter-spacing: -.04em; }
.extras-tags { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.extras-tags span { padding: 10px 12px; border-radius: 999px; background: var(--surface-2); font: 500 10px/1 var(--mono); }

.process { margin-bottom: 160px; }
.process-line { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-line article { min-height: 280px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-line article:first-child { padding-left: 0; }
.process-line span { display: inline-grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; font: 500 10px/1 var(--mono); color: var(--accent); }
.process-line h3 { margin: 90px 0 12px; font: 700 24px/1 var(--display); }
.process-line p { margin: 0; color: var(--muted); font-size: 13px; }

.theme-lab { margin-bottom: 160px; border: 1px solid var(--line); border-radius: 34px; padding: clamp(28px, 5vw, 70px); background: var(--surface); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(35px, 7vw, 100px); align-items: start; overflow: hidden; position: relative; }
.theme-lab::before { content: "THEME"; position: absolute; left: -25px; bottom: -70px; font: 800 190px/1 var(--display); color: transparent; -webkit-text-stroke: 1px var(--line); opacity: .6; pointer-events: none; }
.theme-copy { position: sticky; top: 130px; }
.theme-copy h2 { margin: 26px 0 24px; font: 800 clamp(3rem, 6vw, 6.2rem)/.88 var(--display); letter-spacing: -.07em; text-transform: uppercase; }
.theme-copy h2 span { color: var(--muted); }
.theme-copy p { max-width: 480px; color: var(--muted); }
.theme-options { display: grid; gap: 12px; position: relative; z-index: 1; }
.theme-card { width: 100%; border: 1px solid var(--line); border-radius: 18px; background: transparent; padding: 12px; display: grid; grid-template-columns: 145px 1fr 28px; gap: 18px; align-items: center; text-align: left; cursor: pointer; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.theme-card:hover { transform: translateX(-7px); border-color: var(--accent); }
.theme-card.active { background: var(--surface-2); border-color: var(--accent); }
.theme-card > div:nth-child(2) { display: grid; gap: 4px; }
.theme-card strong { font: 700 13px/1 var(--mono); }
.theme-card small { color: var(--muted); }
.theme-card > i { width: 24px; height: 24px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; font-style: normal; opacity: 0; background: var(--accent); color: var(--bg); font-size: 11px; }
.theme-card.active > i { opacity: 1; }
.theme-preview { height: 85px; border-radius: 11px; padding: 10px; display: grid; grid-template-columns: 1fr 2fr; grid-template-rows: 1fr 1fr; gap: 6px; overflow: hidden; }
.theme-preview span { border-radius: 4px; }
.theme-preview span:first-child { grid-row: span 2; }
.preview-voltage { background: #0b0b0d; }.preview-voltage span:first-child{background:#d8ff3e}.preview-voltage span:nth-child(2){background:#f4f4ed}.preview-voltage span:nth-child(3){background:#24242a}
.preview-cobalt { background: #070a16; }.preview-cobalt span:first-child{background:#5d7cff}.preview-cobalt span:nth-child(2){background:#f5f7ff}.preview-cobalt span:nth-child(3){background:#121a33}
.preview-ember { background: #f1eadf; }.preview-ember span:first-child{background:#ef5d2f}.preview-ember span:nth-child(2){background:#231d19}.preview-ember span:nth-child(3){background:#fff7ec}
.preview-mono { background: #f4f2ec; }.preview-mono span:first-child{background:#111}.preview-mono span:nth-child(2){background:#fff}.preview-mono span:nth-child(3){background:#d8d5ce}
.custom-accent { margin-top: 8px; padding: 18px; border: 1px dashed var(--line); border-radius: 18px; display: grid; grid-template-columns: 1fr auto auto; gap: 14px; align-items: center; }
.custom-accent > div { display: grid; gap: 4px; }
.custom-accent strong { font: 700 12px/1 var(--mono); }
.custom-accent small { color: var(--muted); }
.custom-accent label { display: flex; align-items: center; gap: 9px; cursor: pointer; font: 500 10px/1 var(--mono); }
.custom-accent input { width: 38px; height: 38px; padding: 0; border: 0; border-radius: 50%; background: none; cursor: pointer; }
.custom-accent input::-webkit-color-swatch-wrapper { padding: 0; }
.custom-accent input::-webkit-color-swatch { border: 1px solid var(--line); border-radius: 50%; }
.custom-accent button { border: 0; background: var(--surface-2); color: var(--text); border-radius: 10px; padding: 10px 12px; cursor: pointer; font: 500 10px/1 var(--mono); }
.theme-flash { position: fixed; z-index: 9998; width: 10px; height: 10px; left: 50%; top: 50%; border-radius: 50%; pointer-events: none; background: var(--accent); transform: translate(-50%,-50%) scale(0); opacity: 0; }
.theme-flash.play { animation: flash .65s cubic-bezier(.77,0,.18,1); }
@keyframes flash { 0%{opacity:.9;transform:translate(-50%,-50%) scale(0)} 55%{opacity:.9;transform:translate(-50%,-50%) scale(220)} 100%{opacity:0;transform:translate(-50%,-50%) scale(220)} }

.contact { margin-bottom: 50px; padding-top: 60px; border-radius: 34px; background: var(--accent); color: var(--bg); overflow: hidden; }
.contact-marquee { display: flex; width: max-content; font: 800 clamp(3.5rem, 8vw, 9rem)/1 var(--display); letter-spacing: -.06em; white-space: nowrap; animation: marquee 28s linear infinite; opacity: .18; }
.contact-grid { padding: 80px clamp(26px, 4vw, 58px) 64px; display: grid; grid-template-columns: minmax(0, .86fr) minmax(480px, 1.14fr); gap: clamp(40px, 5vw, 72px); align-items: start; }
.contact-copy .kicker { color: color-mix(in srgb, var(--bg) 60%, transparent); }
.contact-copy h2 { margin: 28px 0 24px; font: 800 clamp(3rem, 4.7vw, 5.35rem)/.9 var(--display); letter-spacing: -.064em; text-wrap: balance; }
.contact-copy h2 em { color: var(--bg); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 8px; }
.contact-copy p { max-width: 520px; color: color-mix(in srgb, var(--bg) 68%, transparent); font-size: 17px; }
.contact-meta { display: flex; gap: 25px; margin-top: 48px; font: 500 9px/1 var(--mono); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 24px; border-radius: 24px; background: var(--bg); color: var(--text); box-shadow: 0 25px 70px rgba(0,0,0,.16); }
.contact-form label { display: grid; gap: 9px; }
.contact-form .full, .contact-form .service-picker { grid-column: 1 / -1; }
.contact-form label > span { font: 500 9px/1 var(--mono); color: var(--muted); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); padding: 12px 0; background: transparent; color: var(--text); outline: none; border-radius: 0; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--accent); }
.contact-form textarea { resize: vertical; }
.contact-form select option { background: var(--bg); color: var(--text); }
.submit-button { grid-column: 1 / -1; margin-top: 10px; border: 0; }

.site-footer { padding-block: 70px 32px; }
.footer-brand { font: 800 clamp(4rem, 12vw, 12rem)/.8 var(--display); letter-spacing: -.08em; }
.footer-brand span { color: transparent; -webkit-text-stroke: 1.5px var(--text); }
.footer-links { display: flex; gap: 25px; justify-content: flex-end; margin: 60px 0 35px; font: 500 11px/1 var(--mono); text-transform: uppercase; }
.footer-bottom { padding-top: 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--muted); font: 500 9px/1 var(--mono); }

.reveal { opacity: 0; transform: translateY(36px); transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }

.mobile-menu { position: fixed; z-index: 99; inset: 0; width: 100%; max-width: 100%; padding: max(104px, env(safe-area-inset-top)) 26px max(32px, env(safe-area-inset-bottom)); background: var(--bg); display: flex; flex-direction: column; justify-content: center; gap: 8px; overflow: hidden; opacity: 0; visibility: hidden; transform: translateY(-15px); transition: .35s ease; }
.mobile-menu a { display: block; width: 100%; max-width: 100%; padding: 13px 0; font: 800 clamp(2.1rem, 9.5vw, 3.15rem)/.96 var(--display); letter-spacing: -.052em; border-bottom: 1px solid var(--line); white-space: normal; overflow-wrap: break-word; }
body.menu-open .mobile-menu { opacity: 1; visibility: visible; transform: translateY(0); }
body.menu-open .menu-toggle span:first-child { transform: translateY(3px) rotate(45deg); }
body.menu-open .menu-toggle span:last-child { transform: translateY(-3px) rotate(-45deg); }

@media (max-width: 1100px) {
  .desktop-nav, .header-cta { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-visual { justify-self: center; width: min(68vw, 460px); margin-top: 20px; }
  .hero-bottom { grid-template-columns: 1fr; align-items: start; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-intro { grid-column: span 2; }
  .case-layout { grid-template-columns: 1fr; }
  .phone-stack { width: min(650px, 100%); margin-inline: auto; }
  .service-row { grid-template-columns: 1fr 1fr; }
  .service-row > i { position: absolute; top: 30px; right: 5px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; }
  .price-card.featured { transform: none; }
  .price-card.featured:hover { transform: translateY(-9px); }
  .process-line { grid-template-columns: 1fr 1fr; }
  .theme-lab, .contact-grid { grid-template-columns: 1fr; }
  .theme-copy { position: static; }
  .section-head { grid-template-columns: 120px minmax(0, 1fr); }
  .section-head > :last-child { grid-column: 2; }
}

@media (max-width: 720px) {
  .section-shell { width: calc(100% - 28px); }
  .site-header { top: 10px; width: calc(100% - 20px); min-height: 60px; }
  .brand-copy { display: none; }
  .hero { padding-top: 110px; padding-bottom: 80px; }
  .eyebrow span { display: none; }
  .hero-title { font-size: clamp(2.7rem, 11.4vw, 3.8rem); margin-top: 24px; }
  .hero-title .line > span { max-width: 100%; }
  .hero-bottom p { width: 100%; max-width: 100%; font-size: 15px; overflow-wrap: break-word; }
  .outline-line { -webkit-text-stroke-width: 1px; }
  .hero-actions { flex-wrap: wrap; }
  .hero-visual { width: min(82vw, 410px); }
  .stat-a { left: -13px; }
  .stat-b { right: -10px; }
  .floating-stat { min-width: 105px; padding: 11px 12px; }
  .floating-stat strong { font-size: 20px; }
  .scroll-cue { display: none; }
  .ticker { margin-bottom: 85px; }
  .proof-grid { grid-template-columns: 1fr; margin-bottom: 110px; }
  .proof-intro { grid-column: auto; min-height: 230px; }
  .proof-intro, .metric { border-right: 0; padding-inline: 0; }
  .metric { min-height: 210px; }
  .section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 45px; }
  .section-head > :last-child { grid-column: auto; }
  .section-head h2 { max-width: 100%; font-size: clamp(2rem, 7.6vw, 2.75rem); line-height: .95; letter-spacing: -.052em; overflow-wrap: break-word; }
  .round-link { width: 105px; height: 105px; }
  .case-study, .services, .pricing, .process, .theme-lab { margin-bottom: 105px; }
  .phone-stack { min-height: 560px; }
  .phone { width: min(255px, 67vw); border-width: 6px; border-radius: 34px; }
  .phone-main { left: 2%; }
  .phone-back { right: 0; top: 65px; }
  .case-sticker { width: 125px; height: 125px; bottom: 35px; }
  .case-sticker strong { font-size: 15px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-rows: auto; gap: 12px; margin-top: 60px; }
  .gallery-grid figure:nth-child(n) { grid-column: 1; grid-row: auto; aspect-ratio: 4 / 3; }
  .gallery-grid figure:first-child { aspect-ratio: 16 / 9; }
  .gallery-grid figure:nth-child(4) { aspect-ratio: 4 / 5; }
  .service-row { grid-template-columns: 1fr; gap: 16px; padding: 26px 0; }
  .service-title { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 12px; align-items: start; padding-right: 40px; }
  .service-title span { padding-top: 7px; }
  .service-title h3 { min-width: 0; font-size: clamp(2rem, 7.4vw, 2.35rem); line-height: .92; overflow-wrap: break-word; }
  .service-row > i { top: 27px; right: 5px; }
  .extras { grid-template-columns: 1fr; }
  .extras-tags { justify-content: flex-start; }
  .process-line { grid-template-columns: 1fr; }
  .process-line article { min-height: 220px; border-right: 0; padding-inline: 0; }
  .process-line h3 { margin-top: 55px; }
  .theme-lab { width: calc(100% - 20px); padding: 28px 18px; border-radius: 25px; }
  .theme-card { grid-template-columns: 95px 1fr 24px; gap: 12px; }
  .theme-preview { height: 66px; }
  .custom-accent { grid-template-columns: 1fr auto; }
  .custom-accent button { grid-column: 1 / -1; }
  .contact { width: calc(100% - 20px); border-radius: 25px; }
  .contact-grid { padding: 65px 18px 22px; }
  .contact-form { grid-template-columns: 1fr; padding: 19px; }
  .contact-form .full, .contact-form .service-picker, .submit-button { grid-column: auto; }
  .contact-meta { flex-direction: column; gap: 10px; }
  .footer-links, .footer-bottom { justify-content: flex-start; flex-direction: column; gap: 14px; }
}

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


/* Final Ember identity */
.brand-logo { display: block; width: clamp(195px, 17vw, 235px); height: auto; flex: 0 0 auto; }
.site-header { background: rgba(241, 234, 223, .88); }

/* Modern project picker */
.service-picker { border: 0; padding: 0; margin: 4px 0 0; min-width: 0; }
.service-picker legend { padding: 0; margin-bottom: 12px; font: 500 9px/1 var(--mono); color: var(--muted); }
.service-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.service-choice { position: relative; display: block !important; cursor: pointer; }
.service-choice input { position: absolute; opacity: 0; pointer-events: none; }
.service-choice > span { min-height: 105px; padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-content: center; transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease; overflow: hidden; position: relative; }
.service-choice > span::after { content: "↗"; position: absolute; right: 13px; top: 11px; color: var(--muted); transition: transform .25s ease, color .25s ease; }
.service-choice b { grid-row: 1 / span 2; align-self: start; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font: 500 9px/1 var(--mono); color: var(--muted); }
.service-choice strong { padding-right: 20px; font-size: 14px; line-height: 1.15; }
.service-choice small { color: var(--muted); font-size: 11px; line-height: 1.35; }
.service-choice:hover > span { transform: translateY(-3px); border-color: var(--accent); }
.service-choice input:checked + span { border-color: var(--accent); background: color-mix(in srgb, var(--accent) 10%, var(--surface)); box-shadow: inset 4px 0 0 var(--accent); }
.service-choice input:checked + span::after { color: var(--accent); transform: rotate(45deg); }
.service-choice input:checked + span b { background: var(--accent); color: #fff7ec; border-color: var(--accent); }
.direct-whatsapp { min-height: 44px; border-top: 1px solid var(--line); padding-top: 14px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font: 500 11px/1.3 var(--mono); }
.direct-whatsapp:hover { color: var(--accent); }

@media (max-width: 720px) {
  .brand-logo { width: clamp(155px, 43vw, 190px); height: auto; }
  .site-header { padding-left: 12px; }
  .hero-title { font-size: clamp(2.7rem, 11.4vw, 3.8rem); line-height: .92; }
  .section-head h2 { font-size: clamp(2rem, 7.6vw, 2.75rem); line-height: .95; letter-spacing: -.052em; overflow-wrap: break-word; }
  .proof-intro h2 { font-size: clamp(2.25rem, 10.5vw, 3.8rem); line-height: .96; }
  .process .section-head h2 { font-size: clamp(2.25rem, 10.2vw, 3.45rem); max-width: 100%; }
  .process .section-head h2 br { display: none; }
  .process-line h3 { font-size: 1.65rem; }
  .process-line article { min-height: 185px; }
  .contact-copy h2 { font-size: clamp(2.35rem, 10.8vw, 3.8rem); line-height: .94; }
  .footer-brand { font-size: clamp(3rem, 15vw, 5.4rem); }
  .service-choice-grid { grid-template-columns: 1fr; }
  .service-choice > span { min-height: 92px; }
  .contact-form { gap: 16px; }
}
