/* LC Computer Build & Repair — shared site design system.
   Brand: blue + orange (from the logo) on a deep tech-charcoal base. */
:root {
  --bg: #0d0f14;
  --bg-2: #14171e;
  --bg-3: #1b1f2a;
  --line: rgba(255, 255, 255, 0.08);
  --line-2: rgba(255, 255, 255, 0.16);
  --cream: #eef2f7;
  --muted: #9aa7b6;
  --muted-2: #6b7688;
  --orange: #ff7a1f;
  --orange-2: #ffa040;
  --blue: #2ea6ff;
  --blue-2: #59c1ff;
  --ember: linear-gradient(135deg, #ff6a1a 0%, #ff9a3a 100%);
  --cool: linear-gradient(135deg, #2ea6ff 0%, #59c1ff 100%);
  --maxw: 1200px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg); color: var(--cream);
  font-family: "Sora", system-ui, sans-serif; font-weight: 300; line-height: 1.6;
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.display { font-family: "Anton", sans-serif; font-weight: 400; text-transform: uppercase; letter-spacing: 0.01em; line-height: 0.92; }
.serif-i { font-family: "Fraunces", serif; font-style: italic; font-weight: 400; text-transform: none; letter-spacing: -0.01em; }
.mono { font-family: "JetBrains Mono", monospace; text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.72rem; }
.grad { background: var(--ember); -webkit-background-clip: text; background-clip: text; color: transparent; }
.grad-blue { background: var(--cool); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Nav */
header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: background .3s, border-color .3s, backdrop-filter .3s; border-bottom: 1px solid transparent; }
header.scrolled { background: rgba(13, 15, 20, .85); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.logo-img { height: 40px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a.link { font-family: "JetBrains Mono", monospace; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; color: var(--muted); transition: color .2s; }
.nav-links a.link:hover, .nav-links a.link.active { color: var(--cream); }
.btn { display: inline-flex; align-items: center; gap: 9px; font-family: "JetBrains Mono", monospace; text-transform: uppercase; letter-spacing: .14em; font-size: .74rem; font-weight: 700; padding: 13px 22px; border-radius: 6px; border: 1px solid transparent; cursor: pointer; transition: transform .15s, box-shadow .2s, background .2s, color .2s, border-color .2s; white-space: nowrap; }
.btn-primary { background: var(--ember); color: #1a0f06; box-shadow: 0 6px 24px -6px rgba(255, 120, 30, .6); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 34px -8px rgba(255, 120, 30, .75); }
.btn-blue { background: var(--cool); color: #06121f; box-shadow: 0 6px 24px -6px rgba(46, 166, 255, .55); }
.btn-blue:hover { transform: translateY(-2px); }
.btn-ghost { border-color: var(--line-2); color: var(--cream); background: transparent; }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue-2); }
.btn-lg { padding: 16px 28px; font-size: .8rem; }
.menu-toggle { display: none; background: none; border: 0; color: var(--cream); font-size: 1.5rem; cursor: pointer; }

/* Buttons/links row */
.row { display: flex; gap: 14px; flex-wrap: wrap; }

/* Hero */
.hero { position: relative; padding: 150px 0 0; overflow: hidden; }
.hero-glow { position: absolute; top: -12%; right: -6%; width: 760px; height: 760px; pointer-events: none; z-index: 0;
  background: radial-gradient(circle, rgba(46, 166, 255, .07) 0%, rgba(255, 110, 25, .045) 34%, transparent 64%); }
.hero-grid { position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .5;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(circle at 68% 32%, #000 0%, transparent 70%); mask-image: radial-gradient(circle at 68% 32%, #000 0%, transparent 70%); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; gap: 40px; align-items: center; min-height: 540px; }
.eyebrow { display: flex; align-items: center; gap: 14px; color: var(--blue-2); margin-bottom: 26px; }
.eyebrow::after { content: ""; width: 46px; height: 1px; background: var(--blue); opacity: .6; }
h1.hero-title { font-size: clamp(3.1rem, 8vw, 6.2rem); margin-bottom: 26px; }
h1.hero-title .serif-i { font-size: .92em; }
.hero-sub { font-size: 1.1rem; color: var(--muted); max-width: 30rem; margin-bottom: 34px; }

/* Motif (rings + logo core) */
.motif { position: relative; display: grid; place-items: center; aspect-ratio: 1; }
.ring { position: absolute; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .07); }
.ring.r1 { inset: 2%; } .ring.r2 { inset: 13%; } .ring.r3 { inset: 24%; border-color: rgba(46, 166, 255, .2); }
.ring.spin { border-top-color: rgba(255, 138, 30, .55); border-right-color: rgba(46, 166, 255, .35); animation: spin 16s linear infinite; }
.ring.spin.rev { animation-duration: 10s; animation-direction: reverse; border-top-color: rgba(46, 166, 255, .5); border-right-color: rgba(255, 138, 30, .25); }
@keyframes spin { to { transform: rotate(360deg); } }
.core { width: 54%; height: 54%; border-radius: 50%; background: radial-gradient(circle at 50% 40%, #1b2130, #0c0e13); display: grid; place-items: center; padding: 14%; box-shadow: 0 0 90px 6px rgba(46, 166, 255, .28), inset 0 0 40px rgba(255, 122, 31, .18); border: 1px solid var(--line-2); }
.core img { width: 100%; height: auto; filter: drop-shadow(0 4px 14px rgba(0, 0, 0, .5)); }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; border-top: 1px solid var(--line); margin-top: 60px; padding: 30px 0 44px; position: relative; z-index: 2; }
.stat .num { font-family: "Anton", sans-serif; font-size: 2.1rem; line-height: 1; }
.stat .lbl { color: var(--muted-2); font-size: .82rem; margin-top: 6px; }

/* Marquee */
.marquee { background: var(--ember); color: #1a0f06; overflow: hidden; white-space: nowrap; padding: 14px 0; }
.marquee .track { display: inline-block; animation: scroll 34s linear infinite; }
.marquee span { font-family: "Anton", sans-serif; text-transform: uppercase; letter-spacing: .04em; font-size: 1.05rem; padding: 0 8px; }
.marquee .star { opacity: .5; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* Page header (sub-pages) */
.page-head { position: relative; padding: 150px 0 60px; overflow: hidden; border-bottom: 1px solid var(--line); }
.page-head .hero-glow { top: -40%; }
.crumb { font-family: "JetBrains Mono", monospace; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 18px; }
.crumb a:hover { color: var(--blue-2); }
.page-head h1 { font-family: "Anton", sans-serif; text-transform: uppercase; font-size: clamp(2.6rem, 7vw, 5rem); line-height: .95; position: relative; z-index: 2; }
.page-head p.lead { color: var(--muted); max-width: 40rem; margin-top: 20px; font-size: 1.1rem; position: relative; z-index: 2; }

/* Sections */
.sec { padding: 100px 0; position: relative; }
.sec.tint { background: var(--bg-2); }
.sec-head { margin-bottom: 52px; }
.sec-head .kicker { color: var(--blue-2); margin-bottom: 16px; }
.sec-head h2 { font-family: "Anton", sans-serif; text-transform: uppercase; font-size: clamp(2.1rem, 5vw, 3.3rem); line-height: 1; }
.sec-head p { color: var(--muted); max-width: 36rem; margin-top: 16px; font-size: 1.02rem; }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cards.two { grid-template-columns: repeat(2, 1fr); }
.card { background: linear-gradient(180deg, var(--bg-2), var(--bg)); border: 1px solid var(--line); border-radius: 14px; padding: 30px; transition: transform .25s, border-color .25s, box-shadow .25s; position: relative; overflow: hidden; }
.card:hover { transform: translateY(-5px); border-color: var(--line-2); box-shadow: 0 24px 50px -24px rgba(0, 0, 0, .7); }
.card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--ember); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.card.blue::before { background: var(--cool); }
.card:hover::before { transform: scaleX(1); }
.card .icon { margin-bottom: 18px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 11px; background: rgba(255, 122, 31, .1); border: 1px solid rgba(255, 122, 31, .25); }
.card.blue .icon { background: rgba(46, 166, 255, .1); border-color: rgba(46, 166, 255, .28); }
.card .icon svg { width: 24px; height: 24px; stroke: var(--orange-2); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.card.blue .icon svg { stroke: var(--blue-2); }
.card h3 { font-family: "JetBrains Mono", monospace; text-transform: uppercase; letter-spacing: .06em; font-size: .95rem; font-weight: 700; margin-bottom: 6px; }
.card .price { color: var(--orange-2); font-family: "JetBrains Mono", monospace; font-size: .82rem; margin-bottom: 12px; }
.card p { color: var(--muted); font-size: .92rem; }

/* Tier / package cards with feature lists */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.tier { background: var(--bg-2); border: 1px solid var(--line); border-radius: 16px; padding: 32px; position: relative; transition: transform .25s, border-color .25s; }
.tier:hover { transform: translateY(-6px); border-color: var(--line-2); }
.tier.featured { border-color: var(--orange); box-shadow: 0 0 0 1px var(--orange), 0 30px 60px -30px rgba(255, 122, 31, .4); }
.tier .badge { position: absolute; top: -12px; left: 32px; background: var(--ember); color: #1a0f06; font-family: "JetBrains Mono", monospace; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; padding: 5px 12px; border-radius: 20px; }
.tier .tname { font-family: "Anton", sans-serif; text-transform: uppercase; font-size: 1.5rem; }
.tier .tprice { font-family: "Anton", sans-serif; font-size: 2.4rem; margin: 8px 0 4px; }
.tier .tprice small { font-family: "Sora", sans-serif; font-size: .9rem; color: var(--muted-2); font-weight: 300; }
.tier .tdesc { color: var(--muted); font-size: .92rem; margin-bottom: 20px; }
.tier ul { list-style: none; margin-bottom: 26px; }
.tier li { display: flex; gap: 10px; padding: 8px 0; font-size: .92rem; color: var(--cream); border-top: 1px solid var(--line); }
.tier li::before { content: "✓"; color: var(--blue-2); font-weight: 700; }
.tier .btn { width: 100%; justify-content: center; }

/* Work / portfolio */
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.work { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--bg-2); transition: transform .25s, border-color .25s; display: block; }
.work:hover { transform: translateY(-5px); border-color: var(--blue); }
.work .shot { aspect-ratio: 16 / 11; overflow: hidden; border-bottom: 1px solid var(--line); background: #0b0b0f; }
.work .shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .5s; }
.work:hover .shot img { transform: scale(1.04); }
.work .meta { padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.work .meta h3 { font-family: "Anton", sans-serif; text-transform: uppercase; font-size: 1.35rem; }
.work .meta .tag { color: var(--muted-2); font-size: .82rem; }
.work .go { color: var(--blue-2); font-family: "JetBrains Mono", monospace; font-size: .72rem; letter-spacing: .12em; }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery a { border-radius: 12px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4 / 3; background: #0b0b0f; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery a:hover img { transform: scale(1.06); }

/* Split feature (image + text) */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split .shot { border-radius: 16px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4 / 3; }
.split .shot img { width: 100%; height: 100%; object-fit: cover; }

/* Process */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step { border-top: 2px solid var(--line-2); padding-top: 22px; }
.step .n { font-family: "Anton", sans-serif; font-size: 1.5rem; color: var(--orange-2); }
.step h4 { font-family: "JetBrains Mono", monospace; text-transform: uppercase; letter-spacing: .06em; font-size: .9rem; margin: 8px 0; }
.step p { color: var(--muted); font-size: .9rem; }

/* Reviews */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review { background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; padding: 26px; }
.review .stars { color: var(--orange-2); letter-spacing: 3px; margin-bottom: 14px; }
.review p { font-size: .98rem; margin-bottom: 18px; }
.review .who { font-family: "JetBrains Mono", monospace; font-size: .74rem; letter-spacing: .08em; color: var(--muted); text-transform: uppercase; }

/* Contact */
.cta { background: linear-gradient(180deg, var(--bg-2), var(--bg)); border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.contact-info h2 { font-family: "Anton", sans-serif; text-transform: uppercase; font-size: clamp(2.1rem, 5vw, 3.3rem); line-height: 1; margin-bottom: 20px; }
.contact-info .lead { color: var(--muted); font-size: 1.05rem; margin-bottom: 28px; }
.info-row { display: flex; gap: 14px; padding: 14px 0; border-top: 1px solid var(--line); align-items: center; }
.info-row .k { font-family: "JetBrains Mono", monospace; font-size: .72rem; letter-spacing: .1em; color: var(--muted-2); width: 90px; text-transform: uppercase; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: #35d07f; box-shadow: 0 0 10px #35d07f; }
form.card2 { background: var(--bg-2); border: 1px solid var(--line); border-radius: 16px; padding: 30px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-family: "JetBrains Mono", monospace; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 7px; }
.field input, .field select, .field textarea { width: 100%; background: var(--bg); border: 1px solid var(--line-2); border-radius: 8px; color: var(--cream); padding: 12px 14px; font-family: "Sora", sans-serif; font-size: .95rem; outline: none; transition: border-color .2s; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); }
.field.two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field.two > div { margin: 0; }

/* Footer */
footer { border-top: 1px solid var(--line); padding: 54px 0 40px; }
.foot { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.foot .col h5 { font-family: "JetBrains Mono", monospace; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 14px; }
.foot .col a, .foot .col p { display: block; color: var(--muted); font-size: .92rem; margin-bottom: 8px; }
.foot .col a:hover { color: var(--blue-2); }
.copyright { margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: .82rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

/* Reveal (only hides when JS is active, so no-JS still shows everything) */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.in { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 900px) {
  .nav-links { position: fixed; inset: 76px 0 auto 0; flex-direction: column; align-items: flex-start; gap: 4px; background: rgba(13, 15, 20, .97); backdrop-filter: blur(14px); padding: 20px 24px 30px; border-bottom: 1px solid var(--line); transform: translateY(-130%); transition: transform .3s; }
  .nav-links.open { transform: none; }
  .nav-links a.link { padding: 10px 0; font-size: .85rem; }
  .nav-links .btn { margin-top: 10px; }
  .menu-toggle { display: block; }
  .hero-inner, .split, .contact-grid { grid-template-columns: 1fr; }
  .motif { max-width: 340px; margin: 0 auto; }
  .stats { grid-template-columns: 1fr 1fr; gap: 26px 20px; }
  .cards, .cards.two, .tiers, .reviews, .work-grid, .steps { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .steps { gap: 28px; }
}

/* ==========================================================================
   CLEAR-COAT PASS — glossy, crisp, "fresh paint with the sun beating down".
   ========================================================================== */
:root {
  --orange: #ff6b17;
  --orange-2: #ffb14a;
  --ember: linear-gradient(135deg, #ff7a1f 0%, #ffab3d 100%);
  --cool: linear-gradient(135deg, #37a6ff 0%, #7cccff 100%);
}

/* Glossy dark surface — top-lit and deepening toward the base, like polished
   paint catching the light. Fixed so it reads as one reflective surface. */
body {
  background: radial-gradient(150% 130% at 50% -22%, #3a4353 0%, #2b3341 34%, #1f2531 68%, #171b23 100%);
  background-attachment: fixed;
}
body::before {
  content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(175deg, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .02) 15%, transparent 46%, transparent 84%, rgba(255, 255, 255, .04) 100%);
}
/* A soft reflection that slowly glides across the surface, like light moving over clear-coat */
body::after {
  content: ""; position: fixed; inset: -20%; z-index: 0; pointer-events: none;
  background:
    radial-gradient(50% 40% at 25% 30%, rgba(120, 180, 255, .05), transparent 60%),
    radial-gradient(45% 38% at 70% 55%, rgba(255, 150, 80, .045), transparent 60%);
  animation: drift 34s ease-in-out infinite alternate;
}
@keyframes drift {
  0%   { transform: translate3d(-6%, -4%, 0) rotate(0deg); }
  100% { transform: translate3d(10%, 6%, 0) rotate(6deg); }
}
main, header, section, footer, .marquee { position: relative; z-index: 1; }

/* Glossy candy buttons with a sun-glint sweep */
.btn-primary { background: linear-gradient(180deg, #ffb264 0%, #ff8a2b 42%, #f2610d 100%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55), inset 0 -7px 14px rgba(150, 50, 0, .32), 0 10px 26px -8px rgba(255, 120, 30, .75), 0 2px 4px rgba(0, 0, 0, .4); }
.btn-blue { background: linear-gradient(180deg, #7cccff 0%, #37a6ff 45%, #1c86e6 100%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55), inset 0 -7px 14px rgba(0, 60, 120, .32), 0 10px 26px -8px rgba(46, 166, 255, .7), 0 2px 4px rgba(0, 0, 0, .4); }
.btn-primary, .btn-blue { position: relative; overflow: hidden; }
.btn-primary::after, .btn-blue::after { content: ""; position: absolute; top: 0; left: -120%; width: 45%; height: 100%; pointer-events: none; background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .6), transparent); transform: skewX(-18deg); }
.btn-primary:hover::after, .btn-blue:hover::after { animation: sheen .85s ease; }
@keyframes sheen { to { left: 140%; } }

/* Clear-coat cards — sheen highlight, rim light, real depth */
.card, .tier, .review, form.card2 { background: linear-gradient(180deg, rgba(30, 36, 48, .92), rgba(12, 15, 21, .96)); border-color: var(--line-2); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .09), 0 22px 48px -26px rgba(0, 0, 0, .85); }
.card::after, .tier::after, .review::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: radial-gradient(120% 80% at 15% -12%, rgba(255, 255, 255, .11), transparent 46%); }
.card:hover, .tier:hover { box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 32px 62px -26px rgba(0, 0, 0, .92), 0 0 0 1px rgba(255, 255, 255, .06); }
.tier.featured { box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 0 0 1px var(--orange), 0 30px 64px -28px rgba(255, 122, 31, .5); }

/* Glossy, crisp imagery — clear-coat reflection */
.work .shot, .split .shot, .gallery a { box-shadow: 0 22px 46px -24px rgba(0, 0, 0, .85); }
.work .shot img, .split .shot img, .gallery a img { filter: saturate(1.08) contrast(1.06); }
.work .shot::after, .split .shot::after, .gallery a::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(158deg, rgba(255, 255, 255, .18) 0%, rgba(255, 255, 255, .04) 16%, transparent 40%); }
.split .shot { position: relative; }

/* Glass gloss on the logo disc — a soft static highlight, no rotating sweep */
.core::after { content: ""; position: absolute; inset: 0; border-radius: 50%; pointer-events: none; background: linear-gradient(158deg, rgba(255, 255, 255, .14) 0%, rgba(255, 255, 255, .03) 24%, transparent 46%); }
.core img { position: relative; z-index: 2; }

/* Glossy marquee (wet paint bar) */
.marquee { background-image: linear-gradient(180deg, #ffb264 0%, #ff7a1f 52%, #ef5f0c 100%); box-shadow: inset 0 2px 0 rgba(255, 255, 255, .45), inset 0 -10px 22px rgba(120, 45, 0, .32); }

/* Crisper big type */
.hero-title, .page-head h1, .sec-head h2 { text-shadow: 0 2px 30px rgba(0, 0, 0, .45); }

@media (prefers-reduced-motion: reduce) {
  .ring.spin, body::after { animation: none; }
  .btn-primary:hover::after, .btn-blue:hover::after { animation: none; }
}

/* ==========================================================================
   PREMIUM PASS — the "worth a million" details: air, depth, grander type.
   ========================================================================== */
.sec { padding: 120px 0; }
.hero { padding: 168px 0 0; }
h1.hero-title { font-size: clamp(3.4rem, 8.4vw, 6.9rem); letter-spacing: -0.01em; }
.hero-sub { font-size: 1.16rem; line-height: 1.72; max-width: 31rem; }
.sec-head { margin-bottom: 60px; }
.sec-head h2, .contact-info h2, .page-head h1 { letter-spacing: -0.015em; }
.page-head { padding: 168px 0 66px; }

/* Layered, realistic shadows + a light-catching hairline on every surface */
.card, .tier, .review, form.card2, .work {
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 2px 4px rgba(0, 0, 0, 0.25),
    0 30px 66px -34px rgba(0, 0, 0, 0.92);
}
.card { padding: 34px; border-radius: 16px; }
.tier { padding: 40px 34px; border-radius: 18px; }
.card:hover, .tier:hover, .work:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 2px 4px rgba(0, 0, 0, 0.3),
    0 42px 80px -34px rgba(0, 0, 0, 0.95), 0 0 0 1px rgba(255, 255, 255, 0.07);
}

/* Buttons: refined proportions + tracking */
.btn { border-radius: 8px; letter-spacing: 0.15em; }
.btn-lg { padding: 17px 32px; }

/* Grander stats + nav */
.stat .num { font-size: 2.5rem; letter-spacing: -0.02em; }
.stats { margin-top: 70px; padding: 36px 0 52px; }
.nav { height: 84px; }
.logo-img { height: 42px; }

/* Refined marquee + gallery */
.marquee { padding: 15px 0; }
.marquee span { font-size: 1rem; letter-spacing: 0.05em; }
.gallery { gap: 18px; }
.gallery a { border-radius: 14px; }

/* Smoother, more expensive-feeling reveal */
.js .reveal { transform: translateY(30px); transition: opacity 0.85s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.85s cubic-bezier(0.2, 0.7, 0.2, 1); }

@media (max-width: 900px) {
  .sec { padding: 80px 0; }
  .hero { padding: 132px 0 0; }
}

/* ==========================================================================
   FLAGSHIP / CINEMATIC — the elite, high-production treatment.
   ========================================================================== */
:root { --bg: #171b23; --bg-2: #1f2531; --bg-3: #28303e; --muted: #a7b2c1; }

/* Full-bleed cinematic hero */
.cine-hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
.cine-hero .cine-bg { position: absolute; inset: -8% 0; z-index: 0; will-change: transform; }
.cine-hero .cine-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; filter: saturate(1.1) contrast(1.05); }
.cine-hero .cine-scrim { position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(95deg, rgba(7,8,11,.98) 0%, rgba(7,8,11,.9) 34%, rgba(7,8,11,.5) 64%, rgba(7,8,11,.72) 100%),
    linear-gradient(0deg, rgba(7,8,11,.95) 2%, transparent 42%),
    radial-gradient(120% 90% at 18% 40%, rgba(46,166,255,.1), transparent 55%); }
.cine-hero .wrap { position: relative; z-index: 2; width: 100%; padding-top: 100px; padding-bottom: 60px; }
.cine-eyebrow { display: inline-flex; align-items: center; gap: 14px; color: var(--blue-2); margin-bottom: 30px;
  font-family: "JetBrains Mono", monospace; text-transform: uppercase; letter-spacing: .28em; font-size: .72rem; }
.cine-eyebrow::before { content: ""; width: 40px; height: 1px; background: var(--blue); }
.cine-title { font-family: "Anton", sans-serif; text-transform: uppercase; line-height: .86; letter-spacing: -0.015em;
  font-size: clamp(3.6rem, 9.5vw, 8.2rem); margin-bottom: 30px; text-shadow: 0 4px 60px rgba(0,0,0,.6); }
.cine-title .line { display: block; overflow: hidden; }
.cine-title .line > span { display: inline-block; }
.cine-title .serif-i { font-family: "Fraunces", serif; font-style: italic; text-transform: none; letter-spacing: -0.02em; }
.cine-sub { font-size: 1.22rem; color: #c7cfda; max-width: 34rem; margin-bottom: 40px; line-height: 1.7; font-weight: 300; }
.cine-cta { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }

/* Bigger, more confident buttons for the flagship */
.btn-xl { padding: 20px 40px; font-size: .82rem; letter-spacing: .16em; }

/* Cinematic stat strip */
.cine-stats { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  border-top: 1px solid rgba(255,255,255,.12); margin-top: 70px; padding-top: 34px; }
.cine-stats .num { font-family: "Anton", sans-serif; font-size: clamp(2.4rem, 4vw, 3.4rem); line-height: 1; letter-spacing: -.02em; }
.cine-stats .lbl { color: #8b94a3; font-size: .82rem; margin-top: 8px; letter-spacing: .02em; }

/* Scroll cue */
.scroll-cue { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 3;
  font-family: "JetBrains Mono", monospace; font-size: .6rem; letter-spacing: .3em; text-transform: uppercase; color: #6b7688;
  display: flex; flex-direction: column; align-items: center; gap: 10px; }
.scroll-cue .bar { width: 1px; height: 44px; background: linear-gradient(var(--blue-2), transparent); animation: cue 2.2s ease-in-out infinite; transform-origin: top; }
@keyframes cue { 0%,100% { transform: scaleY(.3); opacity: .4; } 50% { transform: scaleY(1); opacity: 1; } }

/* Parallax hooks */
[data-parallax] { will-change: transform; }

/* Magnetic buttons feel */
.btn { transition: transform .18s cubic-bezier(.2,.7,.2,1), box-shadow .2s, background .2s, color .2s, border-color .2s; }

/* Elevated section headings */
.sec-head h2, .contact-info h2, .page-head h1 { letter-spacing: -0.02em; }
.sec-head .kicker, .contact-info .kicker { font-size: .68rem; letter-spacing: .28em; }

/* Cinematic reveal (used by the flagship motion engine) */
.js .cine-in { opacity: 0; transform: translateY(42px); }
.js .cine-in.shown { opacity: 1; transform: none; transition: opacity 1s cubic-bezier(.16,.8,.2,1), transform 1s cubic-bezier(.16,.8,.2,1); }

@media (max-width: 900px) {
  .cine-stats { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .cine-hero .cine-scrim { background:
    linear-gradient(0deg, rgba(7,8,11,.98) 12%, rgba(7,8,11,.7) 55%, rgba(7,8,11,.85) 100%); }
  .cine-hero .cine-bg img { object-position: 60% center; }
}

/* ==========================================================================
   EXTRA SHINE — turn the gloss up. Brighter reflections, chrome edges,
   glass highlights, and a slow specular glint. Layered last so it wins.
   ========================================================================== */

/* Stronger top-lit reflection across the whole surface + a crisp highlight band */
body::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .16) 0%, rgba(255, 255, 255, .045) 6%, transparent 22%),
    linear-gradient(175deg, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, .015) 16%, transparent 46%, transparent 82%, rgba(255, 255, 255, .06) 100%);
}
body::after {
  background:
    radial-gradient(48% 40% at 22% 26%, rgba(150, 200, 255, .08), transparent 60%),
    radial-gradient(44% 38% at 72% 56%, rgba(255, 165, 95, .07), transparent 60%),
    radial-gradient(70% 50% at 50% -8%, rgba(255, 255, 255, .05), transparent 62%);
}

/* Chrome-bright card edges + a top-half glass reflection + brighter corner specular */
.card, .tier, .review, form.card2, .work {
  box-shadow:
    inset 0 1.5px 0 rgba(255, 255, 255, .22),
    inset 0 0 0 1px rgba(255, 255, 255, .04),
    0 2px 5px rgba(0, 0, 0, .3),
    0 30px 60px -30px rgba(0, 0, 0, .9);
}
.card::after, .tier::after, .review::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .12) 0%, rgba(255, 255, 255, .025) 22%, transparent 48%),
    radial-gradient(120% 78% at 12% -12%, rgba(255, 255, 255, .2), transparent 46%);
}
.card:hover, .tier:hover {
  box-shadow:
    inset 0 1.5px 0 rgba(255, 255, 255, .3),
    0 0 0 1px rgba(255, 255, 255, .07),
    0 36px 70px -28px rgba(0, 0, 0, .92);
}
.tier.featured {
  box-shadow:
    inset 0 1.5px 0 rgba(255, 255, 255, .28),
    0 0 0 1px var(--orange),
    0 0 34px -6px rgba(255, 122, 31, .45),
    0 30px 64px -28px rgba(255, 122, 31, .5);
}

/* Wetter, brighter buttons */
.btn-primary {
  box-shadow: inset 0 1.5px 0 rgba(255, 255, 255, .8), inset 0 -8px 15px rgba(150, 50, 0, .3), 0 12px 30px -8px rgba(255, 120, 30, .8), 0 2px 5px rgba(0, 0, 0, .45);
}
.btn-blue {
  box-shadow: inset 0 1.5px 0 rgba(255, 255, 255, .8), inset 0 -8px 15px rgba(0, 60, 120, .3), 0 12px 30px -8px rgba(46, 166, 255, .78), 0 2px 5px rgba(0, 0, 0, .45);
}

/* Shinier imagery — brighter clear-coat streak + a touch more pop */
.work .shot img, .split .shot img, .gallery a img { filter: saturate(1.14) contrast(1.09) brightness(1.035); }
.work .shot::after, .split .shot::after, .gallery a::after {
  background:
    linear-gradient(158deg, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, .06) 15%, transparent 40%),
    linear-gradient(0deg, rgba(255, 255, 255, .05), transparent 30%);
}

/* Glassier logo disc — brighter specular + a slow glint drifting over the glass */
.core {
  box-shadow: 0 0 96px 8px rgba(46, 166, 255, .34), inset 0 2px 0 rgba(255, 255, 255, .28), inset 0 0 44px rgba(255, 122, 31, .2);
}
.core::after {
  background: linear-gradient(158deg, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, .06) 22%, transparent 46%);
}
.core::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%; z-index: 3; pointer-events: none;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, .35) 46%, rgba(255, 255, 255, .05) 52%, transparent 60%);
  background-size: 260% 260%;
  animation: glint 7.5s ease-in-out infinite;
}
@keyframes glint {
  0%, 100% { background-position: 120% 0%; opacity: 0; }
  45%      { opacity: .9; }
  55%      { opacity: .9; }
  100%     { background-position: -40% 0%; }
}

/* A slow shine sweep across the featured tier, like light passing over polished glass */
.tier.featured { overflow: hidden; }
.tier.featured::before {
  content: ""; position: absolute; top: 0; left: -60%; width: 45%; height: 100%; z-index: 1; pointer-events: none;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .16), transparent);
  transform: skewX(-18deg);
  animation: cardsheen 8s ease-in-out infinite;
}
.tier.featured > * { position: relative; z-index: 2; }
@keyframes cardsheen {
  0%, 62%, 100% { left: -60%; }
  80%           { left: 130%; }
}

@media (prefers-reduced-motion: reduce) {
  .core::before, .tier.featured::before { animation: none; opacity: 0; }
}

/* ==========================================================================
   GUNMETAL IN THE SUN — the surface is a single sheet of dark gunmetal car
   paint: a hot specular where the sun hits, a curved sky reflection down the
   panel, deep steel falloff, and cool metallic edges. Overrides earlier gloss.
   ========================================================================== */
:root { --bg: #0e1219; --bg-2: #161b24; --bg-3: #1f2632; }

body {
  background-color: #0c0f15;
  background:
    /* the hot sun — concentrated white core with a warm halo, upper-right */
    radial-gradient(30% 24% at 74% 2%, rgba(255,255,255,.6), rgba(255,241,220,.18) 24%, transparent 50%),
    /* the sky the panel is reflecting — cool bloom spilling from the sun */
    radial-gradient(130% 78% at 62% -14%, rgba(150,182,222,.26), transparent 56%),
    /* the curved gunmetal body panel: bright steel top → deep body → dark base */
    linear-gradient(167deg,
      #6a7787 0%, #495468 8%, #2f3745 24%, #202632 44%,
      #171c26 64%, #10141c 82%, #0c0f15 100%);
  background-attachment: fixed;
}

/* Clear-coat sheen + a faint anisotropic metallic streak (the "flake" catching light) */
body::before {
  z-index: 0;
  background:
    linear-gradient(159deg, rgba(255,255,255,.12) 0%, rgba(255,255,255,.02) 20%, transparent 40%, transparent 70%, rgba(255,255,255,.05) 100%),
    repeating-linear-gradient(101deg, rgba(255,255,255,.022) 0 2px, rgba(0,0,0,.015) 2px 5px);
}

/* The panel turning in the light — slow-moving reflected highlights */
body::after {
  background:
    radial-gradient(42% 56% at 28% 24%, rgba(176,204,240,.12), transparent 60%),
    radial-gradient(48% 40% at 80% 10%, rgba(255,226,190,.11), transparent 55%);
  animation: drift 42s ease-in-out infinite alternate;
}

/* Tint sections read as a recessed, slightly darker metal panel with its own sheen */
.sec.tint {
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), transparent 12%),
    linear-gradient(180deg, #1a212c 0%, #12171f 100%);
}

/* Cards as brushed gunmetal panels — cool steel top edge, not plastic white */
.card, .tier, .review, form.card2, .work {
  background: linear-gradient(180deg, rgba(38,45,58,.95), rgba(16,20,28,.97));
  box-shadow:
    inset 0 1.5px 0 rgba(198,214,236,.24),
    inset 0 0 0 1px rgba(255,255,255,.03),
    inset 0 -18px 30px -22px rgba(0,0,0,.7),
    0 2px 5px rgba(0,0,0,.35),
    0 30px 60px -30px rgba(0,0,0,.92);
}
.card::after, .tier::after, .review::after {
  background:
    linear-gradient(158deg, rgba(210,224,244,.16) 0%, rgba(210,224,244,.03) 20%, transparent 46%),
    radial-gradient(120% 78% at 12% -12%, rgba(200,218,242,.16), transparent 46%);
}
.card:hover, .tier:hover {
  box-shadow:
    inset 0 1.5px 0 rgba(210,224,244,.32),
    inset 0 -18px 30px -22px rgba(0,0,0,.7),
    0 0 0 1px rgba(200,218,242,.08),
    0 38px 72px -28px rgba(0,0,0,.94);
}

/* ==========================================================================
   MIRROR POLISH — polished dark chrome like a tungsten ring: one big soft
   studio highlight blazing across a near-black mirror, high contrast, glass
   smooth (no grain). This is the top layer; it defines the final look.
   ========================================================================== */
:root { --bg: #0b0e15; --bg-2: #141a24; --bg-3: #1d2531; }

body {
  background-color: #070809;
  background:
    radial-gradient(60% 46% at 62% 20%, rgba(255,255,255,.82), rgba(210,224,242,.36) 22%, rgba(120,140,166,.10) 46%, transparent 66%),
    radial-gradient(44% 40% at 18% 84%, rgba(150,174,206,.15), transparent 62%),
    linear-gradient(166deg, #3b4557 0%, #232a38 20%, #141926 46%, #0c0f17 72%, #070809 100%);
  background-attachment: fixed;
}

body::before {
  z-index: 0;
  background: linear-gradient(158deg, rgba(255,255,255,.14) 0%, rgba(255,255,255,.03) 16%, transparent 38%, transparent 72%, rgba(255,255,255,.06) 100%);
}

body::after {
  background:
    radial-gradient(50% 42% at 66% 18%, rgba(255,255,255,.11), transparent 60%),
    radial-gradient(40% 34% at 28% 80%, rgba(150,182,222,.09), transparent 62%);
  animation: drift 40s ease-in-out infinite alternate;
}

.sec.tint {
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), transparent 10%),
    linear-gradient(180deg, #161c26 0%, #0b0e15 100%);
}

.card, .tier, .review, form.card2, .work {
  background: linear-gradient(180deg, rgba(46,54,68,.96) 0%, rgba(20,25,34,.97) 44%, rgba(10,13,19,.98) 100%);
  box-shadow:
    inset 0 2px 0 rgba(236,244,255,.42),
    inset 0 0 0 1px rgba(255,255,255,.04),
    inset 0 -20px 34px -22px rgba(0,0,0,.8),
    0 2px 6px rgba(0,0,0,.4),
    0 34px 66px -30px rgba(0,0,0,.95);
}
.card::after, .tier::after, .review::after {
  background:
    linear-gradient(157deg, rgba(255,255,255,.24) 0%, rgba(255,255,255,.05) 13%, transparent 40%),
    radial-gradient(130% 62% at 50% -22%, rgba(222,234,252,.2), transparent 50%);
}
.card:hover, .tier:hover {
  box-shadow:
    inset 0 2px 0 rgba(236,244,255,.55),
    inset 0 -20px 34px -22px rgba(0,0,0,.8),
    0 0 0 1px rgba(222,234,252,.1),
    0 42px 78px -28px rgba(0,0,0,.96);
}

.core::before { background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.55) 47%, rgba(255,255,255,.08) 52%, transparent 60%); background-size: 260% 260%; }

/* ==========================================================================
   VIBRANT + FLOATING LOGO — no black disc behind the logo (it floats on a soft
   branded glow), plus more brand color in the reflections for a livelier,
   shinier finish. Top layer.
   ========================================================================== */

/* Logo floats on a soft blue+orange glow instead of a black disc */
.core {
  background: radial-gradient(circle at 50% 44%, rgba(46,166,255,.22) 0%, rgba(255,122,31,.13) 46%, transparent 72%);
  border: 0;
  box-shadow: 0 0 74px 12px rgba(46,166,255,.30), 0 0 46px 6px rgba(255,122,31,.20);
}
.core::after { display: none; }
.core::before { display: none; }
.core img { filter: drop-shadow(0 6px 20px rgba(0,0,0,.5)) drop-shadow(0 0 20px rgba(46,166,255,.28)); }

/* Warmer, more colorful moving reflections in the metal */
body::after {
  background:
    radial-gradient(48% 44% at 66% 16%, rgba(120,190,255,.16), transparent 60%),
    radial-gradient(46% 40% at 24% 82%, rgba(255,150,70,.14), transparent 62%);
  animation: drift 40s ease-in-out infinite alternate;
}

/* Bigger, more colorful hero bloom */
.hero-glow { background: radial-gradient(circle, rgba(46,166,255,.17) 0%, rgba(255,110,25,.12) 36%, transparent 66%); }

/* Punchier brand gradients everywhere they're used */
:root {
  --ember: linear-gradient(135deg, #ff7a1f 0%, #ffb445 100%);
  --cool: linear-gradient(135deg, #24b4ff 0%, #7ad6ff 100%);
}

/* More vivid, glossier imagery */
.work .shot img, .split .shot img, .gallery a img { filter: saturate(1.28) contrast(1.1) brightness(1.05); }

/* Accent (gradient) text a touch brighter so color pops on the dark chrome */
.grad, .grad-blue { filter: saturate(1.15) brightness(1.06); }
