:root {
  color-scheme: dark;
  --bg: #060607;
  --bg-soft: #111111;
  --panel: rgba(19, 19, 21, 0.78);
  --panel-solid: #121214;
  --text: #f8fafc;
  --muted: #aab1bc;
  --line: rgba(255, 255, 255, 0.12);
  --orange: #f97316;
  --orange-2: #fb923c;
  --silver: #d8dce2;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  --radius: 24px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 0%, rgba(249, 115, 22, 0.18), transparent 31rem),
    radial-gradient(circle at 84% 8%, rgba(255, 255, 255, 0.09), transparent 25rem),
    linear-gradient(180deg, #050505 0%, #101010 48%, #060607 100%);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--orange-2); }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.skip-link { position: absolute; left: 1rem; top: -10rem; background: var(--orange); color: #111; padding: .75rem 1rem; border-radius: 999px; z-index: 100; }
.skip-link:focus { top: 1rem; }
.wrap { width: min(var(--max), calc(100% - clamp(1rem, 4vw, 3rem))); margin-inline: auto; }
.hidden { display: none !important; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(5, 5, 5, 0.78); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; min-width: 0; }
.brand-mark { width: 58px; height: 44px; object-fit: contain; filter: drop-shadow(0 0 18px rgba(249, 115, 22, .3)); }
.brand strong { display: block; font-size: 1.02rem; letter-spacing: .02em; }
.brand small { display: block; color: var(--muted); font-size: .78rem; }
.nav-links { display: flex; align-items: center; gap: .35rem; }
.nav-links a { padding: .65rem .9rem; border-radius: 999px; color: var(--muted); font-size: .95rem; }
.nav-links a:hover { background: rgba(255,255,255,.06); color: var(--text); }
.nav-links .nav-cta { background: var(--orange); color: #160b03; font-weight: 900; }
.nav-links .nav-cta:hover { background: var(--orange-2); color: #160b03; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.04); color: var(--text); align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.nav-toggle span { width: 20px; height: 2px; background: currentColor; border-radius: 99px; }
.section { padding: clamp(3.75rem, 7vw, 5.5rem) 0; }
.section.compact { padding: .75rem 0 clamp(3rem, 6vw, 4rem); }
.section.alt { background: rgba(255,255,255,.025); border-block: 1px solid var(--line); }
.hero { padding: clamp(2.75rem, 6vw, 5.5rem) 0 clamp(3rem, 6vw, 5rem); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(2rem, 6vw, 4rem); align-items: center; }
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 .85rem; color: var(--orange-2); font-weight: 900; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; font-size: clamp(2.3rem, 11vw, 4.9rem); line-height: .95; letter-spacing: -.06em; margin-bottom: 1.25rem; text-wrap: balance; }
h2 { font-size: clamp(2rem, 8vw, 3.55rem); line-height: 1.02; letter-spacing: -.045em; margin-bottom: 1rem; text-wrap: balance; }
h3 { font-size: 1.18rem; line-height: 1.2; margin-bottom: .65rem; text-wrap: balance; }
.lead { font-size: clamp(1.02rem, 2.8vw, 1.2rem); color: #d6dde8; max-width: 62ch; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin: 1.6rem 0 1.1rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .85rem 1.1rem; border-radius: 999px; font-weight: 900; border: 1px solid transparent; cursor: pointer; }
.btn.primary { background: var(--orange); color: #160b03; box-shadow: 0 12px 30px rgba(249, 115, 22, .24); }
.btn.primary:hover { background: var(--orange-2); color: #160b03; transform: translateY(-1px); }
.btn.secondary { background: rgba(255,255,255,.07); border-color: var(--line); color: var(--text); }
.btn.ghost { border-color: rgba(249,115,22,.42); color: var(--orange-2); background: rgba(249,115,22,.08); }
.btn.secondary:hover, .btn.ghost:hover { background: rgba(255,255,255,.1); color: var(--text); }
.quick-card { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 12.5rem), 1fr)); gap: .75rem; margin-top: 1rem; max-width: 650px; }
.quick-card > div { min-width: 0; padding: 1rem; border: 1px solid var(--line); background: rgba(255,255,255,.04); border-radius: 18px; }
.quick-card span { display: block; color: var(--muted); font-size: .77rem; margin-bottom: .25rem; text-transform: uppercase; letter-spacing: .12em; }
.quick-card a, .quick-card strong { font-weight: 900; font-size: .94rem; overflow-wrap: anywhere; }
.hero-visual { position: relative; display: flex; flex-direction: column; align-items: stretch; gap: .75rem; justify-self: center; width: min(100%, 520px); }
.glow { position: absolute; border-radius: 999px; opacity: .76; pointer-events: none; }
.glow-one { width: 300px; height: 300px; background: radial-gradient(circle, rgba(249,115,22,.34), transparent 66%); top: -24px; left: -48px; }
.glow-two { width: 340px; height: 340px; background: radial-gradient(circle, rgba(255,255,255,.15), transparent 68%); bottom: -24px; right: -42px; }
.logo-card { z-index: 1; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); box-shadow: var(--shadow); backdrop-filter: blur(18px); border-radius: 32px; padding: clamp(1rem, 3vw, 2rem); width: 100%; overflow: hidden; position: relative; }
.logo-card:before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(249,115,22,.16), transparent 45%); pointer-events: none; }
.logo-card img { position: relative; border-radius: 24px; }
.floating-note { z-index: 2; position: relative; top: auto; right: auto; bottom: auto; left: auto; padding: .75rem 1rem; border-radius: 16px; border: 1px solid var(--line); background: rgba(20,20,22,.82); box-shadow: 0 14px 36px rgba(0,0,0,.22); font-weight: 950; color: #f7fafc; text-align: center; }
.note-a, .note-b, .note-c { top: auto; right: auto; bottom: auto; left: auto; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr)); gap: .9rem; }
.stats-grid div { padding: 1.1rem; border: 1px solid var(--line); background: rgba(255,255,255,.04); border-radius: 20px; }
.stats-grid strong { display: block; font-size: 1.5rem; color: var(--orange-2); }
.stats-grid span { color: var(--muted); }
.section-heading { max-width: 790px; margin-bottom: 2rem; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1fr; gap: 1rem; align-items: end; }
.section-heading.left { margin-bottom: 2rem; }
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr)); gap: 1rem; }
.service-card { padding: 1.25rem; border-radius: var(--radius); border: 1px solid var(--line); background: var(--panel); min-height: 230px; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(249,115,22,.42); background: rgba(25,25,27,.9); }
.service-card p { color: var(--muted); margin-bottom: 0; }
.icon { width: 46px; height: 46px; border-radius: 15px; display: grid; place-items: center; background: rgba(249,115,22,.12); border: 1px solid rgba(249,115,22,.32); color: var(--orange-2); font-weight: 950; margin-bottom: 1.1rem; }
.featured-work { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-bottom: 1rem; }
.feature-card, .work-card, .pricing-panel, .request-form { overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); background: var(--panel-solid); box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.feature-card img { width: 100%; height: clamp(250px, 42vw, 390px); object-fit: cover; border-bottom: 1px solid var(--line); }
.small-feature img { height: clamp(220px, 35vw, 300px); }
.feature-card div, .work-card div { padding: 1.2rem; }
.feature-card span { color: var(--orange-2); text-transform: uppercase; font-weight: 900; letter-spacing: .12em; font-size: .72rem; }
.feature-card p, .work-card p { color: var(--muted); margin-bottom: 0; }
.work-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.work-card { display: flex; flex-direction: column; }
.work-card img { width: 100%; aspect-ratio: 1.35 / 1; object-fit: cover; border-bottom: 1px solid var(--line); transition: transform .25s ease; }
.work-card:hover img { transform: scale(1.025); }
.text-card { min-height: 230px; }
.text-card > div { padding: 1.35rem; }
.card-kicker { display: block; margin-bottom: .7rem; color: var(--orange-2); text-transform: uppercase; font-weight: 950; letter-spacing: .13em; font-size: .74rem; }
.highlight-card { background: linear-gradient(135deg, rgba(249,115,22,.16), rgba(255,255,255,.035)); }
.photo-card img { aspect-ratio: 1.35 / 1; object-fit: cover; object-position: center; }
.photo-card img.crop-top { object-position: center top; }
.photo-card img.crop-bottom { object-position: center bottom; }
.pricing-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: start; }
.pricing-panel { padding: 1.4rem; background: linear-gradient(135deg, rgba(249,115,22,.13), rgba(255,255,255,.035)); }
.check-list { list-style: none; padding: 0; margin: 1rem 0; display: grid; gap: .7rem; }
.check-list li { padding-left: 1.8rem; position: relative; color: #dbe3ee; }
.check-list li:before { content: "✓"; position: absolute; left: 0; color: var(--orange-2); font-weight: 950; }
.note, .form-note { color: var(--muted); font-size: .95rem; }
.process-section { border-top: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: start; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; counter-reset: steps; }
.steps li { counter-increment: steps; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: .25rem 1rem; align-items: start; padding: 1.2rem; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.04); }
.steps li:before { content: counter(steps); grid-column: 1; grid-row: 1 / span 2; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: var(--orange); color: #120802; font-weight: 950; }
.steps strong { grid-column: 2; display: block; font-size: 1.05rem; line-height: 1.2; }
.steps span { grid-column: 2; color: var(--muted); }
.contact-section { background: linear-gradient(135deg, rgba(249,115,22,.15), rgba(255,255,255,.04)), rgba(255,255,255,.02); border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: start; }
.contact-grid p { color: #dbe3ee; font-size: 1.07rem; }
.direct-contact { display: grid; gap: .75rem; margin-top: 1.3rem; }
.direct-contact a { padding: 1rem; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.05); }
.request-form { min-width: 0; padding: 1.2rem; display: grid; gap: 1rem; background: rgba(8,8,9,.74); }
.form-row { display: grid; gap: 1rem; }
.form-row.two { grid-template-columns: repeat(auto-fit, minmax(min(100%, 24rem), 1fr)); }
.request-form label { min-width: 0; display: grid; gap: .45rem; color: #f8fafc; font-weight: 800; font-size: .95rem; }
.request-form input, .request-form textarea, .request-form select { min-width: 0; width: 100%; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.07); color: var(--text); padding: .85rem .9rem; outline: none; }
.request-form input::placeholder, .request-form textarea::placeholder { color: #919aa8; opacity: 1; font-size: .9rem; }
.request-form textarea { resize: vertical; }
.request-form select option { background: #141414; color: #fff; }
.request-form input:focus, .request-form textarea:focus, .request-form select:focus { border-color: rgba(249,115,22,.65); box-shadow: 0 0 0 3px rgba(249,115,22,.16); }
.request-form input[type="file"] { padding: .7rem; color: var(--muted); }
.form-submit { width: fit-content; }
.footer { border-top: 1px solid var(--line); padding: 34px 0; color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; align-items: center; }
.footer strong { color: var(--text); }
.footer p { margin: .2rem 0 0; }
.footer-links { display: flex; gap: .85rem; flex-wrap: wrap; }
.copyright { text-align: left; }
.success-page { min-height: 100vh; display: grid; place-items: center; padding: 1rem; }
.success-wrap { width: min(760px, 100%); text-align: center; padding: clamp(2rem, 7vw, 4rem); border: 1px solid var(--line); border-radius: 32px; background: rgba(15,15,16,.78); box-shadow: var(--shadow); }
.success-wrap img { width: min(360px, 80vw); margin: 0 auto 1.5rem; }
.success-wrap h1 { font-size: clamp(2.1rem, 6vw, 4rem); }
.success-wrap p { color: var(--muted); }
.success-wrap a { color: var(--orange-2); }
.center-actions { justify-content: center; }
@media (min-width: 700px) {
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-actions .btn { width: auto; }
  .floating-note { width: fit-content; align-self: center; }
}
@media (min-width: 981px) {
  .hero-grid { grid-template-columns: minmax(0, 1.02fr) minmax(360px, .88fr); }
  .hero-visual { justify-self: end; }
  .section-heading.split { grid-template-columns: minmax(0, 1fr) minmax(280px, 450px); gap: 2rem; }
  .section-heading.left { margin-bottom: 0; }
  .work-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .featured-work { grid-template-columns: 1.2fr .8fr; }
  .pricing-grid { grid-template-columns: .9fr 1.1fr; }
  .process-grid { grid-template-columns: .8fr 1.2fr; }
  .contact-grid { grid-template-columns: .85fr 1.15fr; }
  .footer-grid { grid-template-columns: 1fr auto auto; }
  .copyright { text-align: right; }
}
@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; }
  .nav-links { position: absolute; inset: 78px 1rem auto 1rem; display: none; flex-direction: column; align-items: stretch; padding: .75rem; border: 1px solid var(--line); border-radius: 20px; background: rgba(15, 15, 16, .98); box-shadow: var(--shadow); }
  .nav-links.is-open { display: flex; }
  .nav-links a { text-align: center; }
  .hero-visual { width: min(100%, 500px); }
}
@media (max-width: 640px) {
  .wrap { width: min(100% - 1rem, var(--max)); }
  .nav { min-height: 64px; }
  .brand-mark { width: 48px; height: 36px; }
  .brand strong { font-size: .95rem; }
  .brand small { display: none; }
  .hero { padding: 1.7rem 0 2.2rem; }
  .hero-grid { gap: 1rem; }
  .hero-visual, .quick-card { display: none; }
  .eyebrow { font-size: .7rem; letter-spacing: .12em; margin-bottom: .65rem; }
  h1 { font-size: clamp(2.05rem, 10vw, 2.6rem); line-height: 1.02; letter-spacing: -.045em; margin-bottom: 1rem; }
  .lead { font-size: 1rem; line-height: 1.55; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; margin-top: 1.3rem; }
  .hero-actions .btn { min-height: 46px; width: auto; padding: .8rem .75rem; font-size: .92rem; }
  .hero-actions .primary { grid-column: 1 / -1; }
  .section { padding: 3.25rem 0; }
  .section.compact { padding: 1rem 0 2.4rem; }
  .logo-card { border-radius: 24px; }
  .logo-card img { border-radius: 18px; }
  .floating-note { font-size: .8rem; padding: .65rem .78rem; }
  .text-card { min-height: 0; }
  .request-form { padding: 1rem; }
  .form-submit { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}