:root {
  --ink: #09101c;
  --navy: #0d1d32;
  --navy-2: #122841;
  --paper: #f3f6f8;
  --white: #ffffff;
  --muted: #617082;
  --line: #dce3e9;
  --cyan: #00d6dc;
  --cyan-deep: #00aeb9;
  --coral: #ff664a;
  --lime: #c5f456;
  --violet: #9377ff;
  --shadow: 0 20px 60px rgba(4, 14, 30, .14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only, .skip:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip:focus { top: 8px; left: 8px; z-index: 20; padding: 10px 14px; background: var(--lime); color: var(--ink); border-radius: 8px; }

.site-header { position: absolute; z-index: 5; top: 0; left: 0; width: 100%; color: white; }
.header-row { min-height: 88px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand b { display: block; font-size: 1.21rem; line-height: 1; letter-spacing: -.06em; text-transform: uppercase; }
.brand small { display: block; margin-top: 4px; font-size: .52rem; font-weight: 800; letter-spacing: .15em; opacity: .8; }
.brand-mark { position: relative; display: inline-flex; align-items: flex-end; gap: 3px; width: 29px; height: 29px; padding-bottom: 3px; transform: skew(-10deg); }
.brand-mark i { display: block; width: 7px; background: var(--cyan); border-radius: 4px 4px 1px 1px; }
.brand-mark i:nth-child(1) { height: 11px; background: var(--coral); }.brand-mark i:nth-child(2) { height: 22px; }.brand-mark i:nth-child(3) { height: 16px; background: var(--lime); }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 27px; }
.main-nav a { color: rgba(255,255,255,.79); font-size: .88rem; font-weight: 650; transition: color .18s; }.main-nav a:hover { color: white; }
.header-cta { border: 0; border-radius: 999px; padding: 11px 16px; background: var(--lime); color: var(--ink); font-size: .8rem; font-weight: 800; white-space: nowrap; }.header-cta span { margin-left: 4px; }
.menu-button { display: none; margin-left: auto; width: 42px; height: 42px; padding: 9px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(6,17,30,.3); }.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: white; }

.hero { position: relative; isolation: isolate; min-height: 710px; display: flex; align-items: center; overflow: hidden; background: #091729; color: white; }
.hero-art { position: absolute; z-index: -3; inset: 0; background: url("hero-reference.png") center/cover no-repeat; }
.hero-vignette { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(5,15,29,.97) 0%, rgba(5,15,29,.85) 29%, rgba(5,15,29,.34) 63%, rgba(5,15,29,.1) 100%); }
.hero-content { padding-top: 82px; }
.eyebrow, .kicker { margin: 0 0 14px; font-size: .68rem; font-weight: 850; letter-spacing: .18em; }
.eyebrow { color: var(--cyan); display: flex; gap: 9px; align-items: center; }.eyebrow span { width: 24px; height: 2px; background: var(--cyan); }
.kicker { color: var(--cyan-deep); }
.hero h1 { max-width: 610px; margin: 0; font-size: clamp(3.1rem, 6.6vw, 6.2rem); line-height: .93; letter-spacing: -.072em; }.hero h1 em { color: var(--cyan); font-style: normal; }
.hero-copy { max-width: 470px; margin: 27px 0 30px; color: rgba(255,255,255,.77); font-size: 1.06rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; border: 0; border-radius: 12px; min-height: 51px; padding: 0 19px; font-size: .88rem; font-weight: 800; transition: transform .18s, background .18s; }.button:hover { transform: translateY(-2px); }.button-primary { background: var(--cyan); color: #03141d; }.button-primary:hover { background: #34e5e9; }.button-ghost { border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.04); color: white; }.button-ghost:hover { background: rgba(255,255,255,.12); }.button-light { background: white; color: var(--ink); }.button span { font-size: 1.12rem; }.large { min-width: 250px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 20px; margin: 54px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.66); font-size: .73rem; }.hero-points li { display: flex; align-items: center; gap: 6px; }.hero-points strong { color: var(--lime); font-size: 1.05rem; }
.hero-scroll { position: absolute; bottom: 30px; left: max(20px, calc((100% - 1180px)/2)); display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.52); font-size: .58rem; font-weight: 800; letter-spacing: .14em; }.hero-scroll i { position: relative; display: block; width: 40px; height: 1px; background: rgba(255,255,255,.55); }.hero-scroll i::after { content: ""; position: absolute; right: 0; top: -2px; width: 5px; height: 5px; border-right: 1px solid white; border-bottom: 1px solid white; transform: rotate(-45deg); }

.strip { background: var(--white); }.trust-row { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }.trust-row p { margin: 0; color: var(--muted); font-size: .85rem; }.trust-row b { color: var(--ink); }.trust-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }.trust-tags span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: #536273; font-size: .66rem; font-weight: 750; }

.section { padding: 118px 0; }.section-heading, .featured-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }.section-heading > p { max-width: 355px; margin: 0 4px 3px 0; color: var(--muted); font-size: .94rem; }.section h2 { margin: 0; font-size: clamp(2.25rem, 4vw, 4.15rem); line-height: .95; letter-spacing: -.062em; }.section h2 span, .visit h2 span, .proposal h2 span { color: var(--cyan-deep); }
.categories { background: var(--paper); }.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 51px; }.category-card { min-height: 215px; position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; border-radius: var(--radius); overflow: hidden; transition: transform .2s, box-shadow .2s; }.category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }.category-card::after { content: ""; position: absolute; right: -30px; bottom: -52px; width: 156px; height: 156px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }.category-card::before { content: ""; position: absolute; right: 30px; bottom: 31px; width: 11px; height: 11px; background: currentColor; border-radius: 50%; box-shadow: 22px -30px 0 rgba(255,255,255,.55), 42px 5px 0 rgba(255,255,255,.3); }.category-card > * { position: relative; z-index: 1; }.category-card.coral { background: var(--coral); color: white; }.category-card.blue { background: #1f60cc; color: white; }.category-card.lime { background: var(--lime); color: #142317; }.category-card.violet { background: var(--violet); color: white; }.category-icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 12px; font-size: 1.3rem; }.lime .category-icon { border-color: rgba(20,35,23,.35); }.category-card b { display: block; font-size: 1.15rem; letter-spacing: -.04em; }.category-card small { display: block; margin-top: 4px; font-size: .72rem; font-weight: 650; opacity: .76; }.category-card i { position: absolute; right: 20px; bottom: 17px; font-size: 1.35rem; font-style: normal; }

.featured { background: var(--white); }.featured-top { align-items: center; }.filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }.filter { border: 1px solid var(--line); border-radius: 999px; padding: 9px 13px; background: transparent; color: #586778; font-size: .7rem; font-weight: 800; }.filter.active, .filter:hover { border-color: var(--ink); background: var(--ink); color: white; }.product-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-auto-rows: 390px; gap: 15px; margin-top: 47px; }.product-card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-width: 0; border-radius: var(--radius); overflow: hidden; background: #e6edf3; }.product-card.tall { grid-row: span 1; }.product-card.wide { grid-column: span 2; }.product-art { position: absolute; inset: 0; overflow: hidden; }.product-art > span { position: absolute; top: 17px; right: 19px; color: rgba(255,255,255,.62); font-size: .66rem; font-weight: 800; letter-spacing: .13em; }.product-content { position: relative; z-index: 1; padding: 23px; color: white; background: linear-gradient(0deg, rgba(3,11,20,.95), rgba(3,11,20,.5) 55%, transparent); }.product-content p { margin: 0 0 5px; color: var(--cyan); font-size: .61rem; font-weight: 850; letter-spacing: .15em; }.product-content h3 { margin: 0; font-size: 1.4rem; letter-spacing: -.045em; }.product-content > span { display: block; margin-top: 3px; color: rgba(255,255,255,.7); font-size: .75rem; }.product-content button { position: absolute; right: 19px; bottom: 24px; display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; background: transparent; color: white; font-size: .7rem; font-weight: 800; }.product-content button b { font-size: 1rem; }.phone-art { background: linear-gradient(140deg, #fc715d, #e8455d 51%, #79257a); }.phone { position: absolute; width: 118px; height: 210px; border-radius: 20px; box-shadow: -12px 18px 25px rgba(43,4,32,.18); }.phone::before { content: ""; position: absolute; width: 28px; height: 28px; top: 13px; left: 13px; border: 4px solid rgba(255,255,255,.55); border-radius: 9px; }.phone.one { top: 32px; left: 14%; background: #ffce49; transform: rotate(-21deg); }.phone.two { top: 15px; left: 37%; background: #0c2943; transform: rotate(-1deg); }.phone.three { top: 43px; left: 60%; background: #00c9cb; transform: rotate(18deg); }.audio-art { background: radial-gradient(circle at 55% 28%, #2fdadc 0 2%, transparent 2.5%), linear-gradient(145deg, #0e3157, #07213c 55%, #132e4a); }.speaker { position: absolute; width: 168px; height: 210px; top: 34px; left: calc(50% - 84px); border: 10px solid #0a1726; border-radius: 74px; background: radial-gradient(circle at 50% 20%, #53e8eb 0 5%, #101b2b 6% 26%, transparent 27%), repeating-linear-gradient(90deg, #202e3e 0 2px, #0d1725 3px 5px); box-shadow: 0 21px 40px rgba(0,0,0,.35); }.wave { position: absolute; top: 105px; left: 50%; border: 1px solid rgba(60,232,235,.38); border-radius: 50%; transform: translate(-50%,-50%); }.wave-one { width: 270px; height: 160px; }.wave-two { width: 385px; height: 255px; border-color: rgba(60,232,235,.16); }.game-art { background: linear-gradient(145deg, #c9f757, #a1d83a); }.console { position: absolute; width: 230px; height: 143px; left: calc(50% - 115px); top: 68px; border-radius: 16px; background: #171f2e; box-shadow: 0 21px 33px rgba(37,65,4,.27); transform: rotate(-8deg); }.console::before { content: ""; position: absolute; left: 57px; top: 25px; width: 110px; height: 68px; border: 5px solid #0c111c; border-radius: 7px; background: linear-gradient(135deg, #06aeb9, #254b84); }.console::after { content: "+"; position: absolute; left: 20px; top: 88px; color: #eef3f3; font-size: 27px; font-weight: 300; }.console i, .console b { position: absolute; bottom: 20px; width: 17px; height: 17px; border-radius: 50%; background: var(--coral); }.console i { right: 25px; }.console b { right: 48px; background: var(--cyan); }.custom-art { background: linear-gradient(135deg, #8c70e9, #5738a5); }.mug { position: absolute; left: 18%; top: 65px; width: 141px; height: 122px; padding-top: 29px; border-radius: 0 0 25px 25px; background: #fff6e3; color: var(--violet); text-align: center; font-size: 2rem; font-weight: 900; box-shadow: 0 20px 25px rgba(37,5,80,.25); }.mug::after { content: ""; position: absolute; top: 18px; right: -31px; width: 39px; height: 59px; border: 13px solid #fff6e3; border-left: 0; border-radius: 0 28px 28px 0; }.mug span { color: var(--coral); font-size: 1.3rem; }.case { position: absolute; right: 17%; top: 51px; display: grid; width: 110px; height: 190px; place-items: center; border: 4px solid rgba(255,255,255,.24); border-radius: 22px; background: linear-gradient(145deg, #00cdd0, #169495); color: white; font-size: 2.7rem; transform: rotate(14deg); box-shadow: -12px 18px 25px rgba(37,5,80,.22); }
.reference-note { margin: 17px 0 0; color: #718092; font-size: .71rem; }

.services { background: #eaf0f4; }.service-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 8vw, 120px); align-items: center; }.service-copy > p:not(.kicker) { max-width: 430px; margin: 24px 0; color: var(--muted); }.text-link { padding: 0 0 4px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; color: var(--ink); font-size: .8rem; font-weight: 800; }.text-link span { margin-left: 12px; font-size: 1rem; }.service-list { border-top: 1px solid #cbd4dc; }.service-list article { display: grid; grid-template-columns: 48px 1fr 24px; gap: 13px; padding: 25px 0; border-bottom: 1px solid #cbd4dc; }.service-num { color: var(--cyan-deep); font-size: .72rem; font-weight: 850; }.service-list h3 { margin: 0; font-size: 1.18rem; letter-spacing: -.04em; }.service-list p { margin: 5px 0 0; color: var(--muted); font-size: .8rem; }.service-arrow { font-size: 1.18rem; color: var(--cyan-deep); }

.visit { position: relative; overflow: hidden; padding: 86px 0; background: var(--navy); color: white; }.visit::before { content: ""; position: absolute; right: -15%; top: -90%; width: 70%; height: 190%; border: 1px solid rgba(0,214,220,.11); border-radius: 50%; }.visit-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 35px; align-items: center; }.visit h2 { margin: 0; font-size: clamp(2.25rem, 4vw, 4rem); line-height: .95; letter-spacing: -.06em; }.visit .kicker { color: var(--lime); }.store-list { display: grid; gap: 12px; margin: 34px 0 27px; }.store-list article { display: flex; gap: 16px; align-items: flex-start; }.store-list article > span { display: grid; flex: 0 0 31px; width: 31px; height: 31px; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; color: var(--lime); font-size: .65rem; font-weight: 850; }.store-list b { font-size: .92rem; }.store-list p { margin: 3px 0 0; color: rgba(255,255,255,.62); font-size: .77rem; }.visit-map { position: relative; min-height: 360px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: linear-gradient(135deg, #0e2b49, #0b1c31); }.visit-map::before { content: ""; position: absolute; inset: -20%; opacity: .24; background-image: linear-gradient(rgba(106,217,235,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(106,217,235,.2) 1px, transparent 1px); background-size: 33px 33px; transform: rotate(-13deg); }.map-orbit { position: absolute; border: 1px solid rgba(0,214,220,.3); border-radius: 50%; }.orbit-a { width: 340px; height: 340px; left: 14%; top: 9px; }.orbit-b { width: 210px; height: 210px; right: 12%; bottom: -70px; border-color: rgba(197,244,86,.28); }.map-line { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, var(--cyan), transparent); transform: rotate(-35deg); }.line-a { width: 390px; top: 50%; left: 2%; }.line-b { width: 260px; top: 35%; right: -10%; transform: rotate(25deg); }.map-pin { position: absolute; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50% 50% 50% 0; background: var(--coral); box-shadow: 0 0 0 7px rgba(255,102,74,.13); transform: rotate(-45deg); }.map-pin span { transform: rotate(45deg); color: white; font-size: .68rem; font-weight: 900; }.map-pin i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: white; top: 9px; left: 9px; }.pin-a { left: 23%; top: 25%; }.pin-b { right: 20%; bottom: 22%; background: var(--cyan); box-shadow: 0 0 0 7px rgba(0,214,220,.12); }.visit-map > p { position: absolute; right: 26px; top: 20px; margin: 0; color: rgba(255,255,255,.53); text-align: right; font-size: 1.25rem; font-weight: 900; line-height: 1; letter-spacing: -.04em; }.visit-map small { font-size: .52rem; letter-spacing: .14em; }

.proposal { padding: 75px 0; background: var(--lime); }.proposal-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; }.proposal .kicker { color: #40650b; }.proposal h2 { margin: 0; font-size: clamp(2.2rem, 4.5vw, 4.7rem); line-height: .92; letter-spacing: -.065em; }.proposal h2 span { color: #356205; }
footer { padding: 35px 0; background: #060d17; color: white; }.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 25px; }.footer-row p { margin: 0; color: rgba(255,255,255,.46); font-size: .68rem; }.footer-row > a:last-child { color: rgba(255,255,255,.7); font-size: .71rem; font-weight: 800; }.footer-brand { transform: scale(.88); transform-origin: left center; }

.toast { position: fixed; z-index: 20; right: 19px; bottom: 19px; display: grid; grid-template-columns: 10px 1fr auto; gap: 11px; align-items: start; max-width: 385px; padding: 14px; border: 1px solid #d4e0e6; border-radius: 14px; background: white; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(15px); transition: opacity .2s, transform .2s; }.toast.show { opacity: 1; pointer-events: auto; transform: translateY(0); }.toast-dot { width: 8px; height: 8px; margin-top: 6px; border-radius: 50%; background: var(--cyan-deep); }.toast p { margin: 0; color: #5d6c7c; font-size: .72rem; }.toast b { color: var(--ink); }.toast button { padding: 0; border: 0; background: transparent; color: #6b7884; font-size: 1.2rem; line-height: 1; }

@media (max-width: 850px) { .main-nav { position: absolute; top: 72px; right: 20px; display: none; width: min(280px, calc(100vw - 40px)); padding: 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: #0c1b2f; box-shadow: var(--shadow); }.main-nav.open { display: grid; gap: 2px; }.main-nav a { padding: 10px; }.menu-button { display: block; }.header-cta { display: none; }.category-grid { grid-template-columns: repeat(2, 1fr); }.service-layout, .visit-grid { grid-template-columns: 1fr; }.visit-map { min-height: 300px; }.product-grid { grid-template-columns: 1fr 1fr; }.product-card.wide { grid-column: span 2; }.section-heading { align-items: flex-start; flex-direction: column; gap: 17px; }.section-heading > p { max-width: 540px; }.featured-top { align-items: flex-start; flex-direction: column; }.filters { justify-content: flex-start; }.proposal-row { align-items: flex-start; flex-direction: column; } }
@media (max-width: 560px) { .shell { width: min(100% - 32px, 1180px); }.header-row { min-height: 72px; }.hero { min-height: 660px; }.hero-vignette { background: linear-gradient(90deg, rgba(5,15,29,.94), rgba(5,15,29,.67)); }.hero-content { padding-top: 58px; }.hero h1 { font-size: clamp(3.2rem, 16vw, 4.8rem); }.hero-copy { font-size: .96rem; }.hero-points { gap: 11px; margin-top: 39px; }.hero-scroll { display: none; }.trust-row { align-items: flex-start; flex-direction: column; gap: 12px; padding: 23px 0; }.trust-tags { justify-content: flex-start; }.section { padding: 78px 0; }.category-grid { gap: 10px; }.category-card { min-height: 175px; padding: 16px; }.category-card b { font-size: .98rem; }.category-card small { font-size: .65rem; }.category-card::after { width: 110px; height: 110px; }.product-grid { grid-template-columns: 1fr; grid-auto-rows: 345px; margin-top: 30px; }.product-card.wide { grid-column: auto; }.product-card.tall { grid-row: auto; }.filters { gap: 6px; }.filter { padding: 8px 10px; }.visit { padding: 67px 0; }.visit-map { min-height: 255px; }.proposal { padding: 62px 0; }.footer-row { align-items: flex-start; flex-direction: column; gap: 13px; }.footer-brand { transform: none; }.toast { right: 12px; bottom: 12px; left: 12px; max-width: none; }.mug { left: 13%; }.case { right: 12%; } }
