:root {
  --bg: #F4F4F5;
  --ink: #1B2150;
  --muted: #52525B;
  --border: #E4E4E7;
  --orange: #E86A1D;
  --indigo: #2B2E8F;
  --fd: 'Clash Display', sans-serif;
  --fb: 'Satoshi', sans-serif;
  --fm: 'Space Mono', monospace;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg); color: var(--ink); font-family: var(--fb);
  line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased;
}

body{
	overflow-x:hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--orange); color: #fff; }
body::after {
  content: ""; position: fixed; inset: 0; z-index: 80; pointer-events: none; opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.container { max-width: 1536px; margin: 0 auto; padding: 0 1rem; }
@media (min-width: 768px) { .container { padding: 0 2rem; } }
@media (min-width: 1024px) { .container { padding: 0 3rem; } }

/* ---------- nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  border-bottom: 1px solid rgba(228,228,231,.7);
  background: rgba(255,255,255,.7); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 4rem; }
@media (min-width: 768px) { .nav-inner { height: 5rem; } }
.nav-logo img { height: 2.5rem; width: auto; }
@media (min-width: 768px) { .nav-logo img { height: 3rem; } }
.nav-links { display: none; gap: 2rem; }
@media (min-width: 768px) { .nav-links { display: flex; } }
.nav-links a {
  font-family: var(--fm); font-size: .75rem; text-transform: uppercase;
  letter-spacing: .2em; transition: color .3s;
}
.nav-links a:hover, .nav-links a.active { color: var(--orange); }
.nav-cta { display: none !important; }
@media (min-width: 768px) { .nav-cta { display: inline-flex !important; } }
.menu-toggle { display: block; background: none; border: 0; font-size: 1.4rem; cursor: pointer; color: var(--ink); padding: .5rem; }
@media (min-width: 768px) { .menu-toggle { display: none; } }
.mobile-menu {
  position: fixed; inset: 0; z-index: 40; background: var(--ink); color: #fff;
  display: none; flex-direction: column; justify-content: center; padding: 2rem;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: var(--fd); font-weight: 700; text-transform: uppercase;
  font-size: 2.25rem; letter-spacing: -.02em; padding: .75rem 0; transition: color .3s;
}
.mobile-menu a:hover { color: var(--orange); }
.mobile-menu p { margin-top: 3rem; font-family: var(--fm); font-size: .7rem; text-transform: uppercase; letter-spacing: .3em; color: rgba(255,255,255,.4); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem; border-radius: 999px;
  padding: .9rem 1.75rem; font-family: var(--fm); font-size: .75rem; text-transform: uppercase;
  letter-spacing: .15em; border: 1px solid transparent; cursor: pointer;
  transition: background .3s, color .3s, border-color .3s;
}
.btn-primary { background: var(--orange); color: #fff; }
.btn-primary:hover { background: var(--ink); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--orange); color: #fff; }
.btn-outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-light { background: var(--orange); color: #fff; }
.btn-light:hover { background: #fff; color: var(--ink); }

/* ---------- type ---------- */
.overline {
  font-family: var(--fm); font-size: .72rem; text-transform: uppercase;
  letter-spacing: .3em; color: var(--orange); display: inline-block;
}
.h-display { font-family: var(--fd); font-weight: 700; text-transform: uppercase; letter-spacing: -.02em; line-height: .85; }
.d-xl { font-size: clamp(2.9rem, 9vw, 8.5rem); }
.d-lg { font-size: clamp(2.2rem, 5.5vw, 4.5rem); }
.d-md { font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: .95; }
.text-orange { color: var(--orange); }
.muted { color: var(--muted); }
.lead { font-size: 1.05rem; line-height: 1.75; }
@media (min-width: 768px) { .lead { font-size: 1.15rem; } }

/* masked line reveal */
.mask { display: block; overflow: hidden; }
.mask > span { display: block; transform: translateY(110%); animation: lineUp .9s cubic-bezier(.16,1,.3,1) forwards; }
@keyframes lineUp { to { transform: translateY(0); } }

/* scroll reveal */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1); }
.reveal.visible { opacity: 1; transform: none; }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
.hero-canvas { position: absolute; top: 0; bottom: 0; right: 0; width: 100%; height: 100%; opacity: .4; pointer-events: none; }
@media (min-width: 1024px) { .hero-canvas { width: 58%; opacity: 1; } }
.hero-content { position: relative; z-index: 2; width: 100%; padding-top: 9rem; padding-bottom: 6rem; }
.hero-content .lead { max-width: 28rem; margin-top: 2.5rem; }
.hero-ctas { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: 1rem; }
.scroll-hint {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  display: none; flex-direction: column; align-items: center; gap: .5rem; color: var(--muted);
  font-family: var(--fm); font-size: .6rem; text-transform: uppercase; letter-spacing: .3em;
}
@media (min-width: 768px) { .scroll-hint { display: flex; } }
.scroll-hint .arrow { animation: bob 1.6s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(6px); } }

/* ---------- marquee ---------- */
.marquee { overflow: hidden; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 2rem 0; }
.marquee-track { display: flex; width: max-content; animation: marquee 32s linear infinite; }
.marquee-group { display: flex; }
.mi {
  display: flex; align-items: center; gap: 2.5rem; padding-right: 2.5rem;
  font-family: var(--fd); font-weight: 700; text-transform: uppercase;
  font-size: clamp(2.2rem, 5vw, 4.5rem); letter-spacing: -.02em; white-space: nowrap;
}
.mi .dot { width: .85rem; height: .85rem; border-radius: 50%; background: var(--orange); flex-shrink: 0; }
.marquee.outline .mi { color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- sections / grids ---------- */
.section { padding: 6rem 0; }
@media (min-width: 768px) { .section { padding: 8rem 0; } }
.grid-12 { display: grid; grid-template-columns: repeat(12, 1fr); gap: 2.5rem; }
.c5 { grid-column: span 5; } .c7 { grid-column: span 7; } .c4 { grid-column: span 4; }
.c8 { grid-column: span 8; } .c12 { grid-column: 1 / -1; }
@media (max-width: 767px) { .grid-12 > * { grid-column: 1 / -1 !important; } }
.mt-offset { margin-top: 0; }
@media (min-width: 768px) { .mt-offset { margin-top: 8rem; } }

/* ---------- clipped frames ---------- */
.frame { position: relative; }
.frame-glow { position: absolute; inset: -12px; background: var(--orange); opacity: 0; filter: blur(24px); transition: opacity .7s; }
.frame-inner {
  position: relative; border: 1px solid var(--border); background: #fff; padding: .6rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%);
}
.frame-img { overflow: hidden; }
.frame-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease-out; }
.frame:hover .frame-img img { transform: scale(1.05); }
.frame:hover .frame-glow { opacity: .25; }
.a43 { aspect-ratio: 4/3; } .a169 { aspect-ratio: 16/9; } .a219 { aspect-ratio: 21/9; }
.frame-cap { margin-top: 1rem; display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }
.frame-cap h3 { font-family: var(--fd); font-weight: 600; font-size: 1.35rem; letter-spacing: -.02em; text-transform: none; }
.frame-idx { font-family: var(--fm); font-size: .72rem; letter-spacing: .2em; color: var(--orange); display: block; margin-bottom: .3rem; }
.frame-meta { font-family: var(--fm); font-size: .72rem; text-transform: uppercase; letter-spacing: .2em; color: var(--muted); text-align: right; flex-shrink: 0; }

/* ---------- service rows ---------- */
.srow {
  display: grid; grid-template-columns: repeat(12,1fr); align-items: center; gap: 1rem;
  border-top: 1px solid var(--border); padding: 2rem .5rem;
  transition: background .5s, color .5s;
}
.srow:hover { background: var(--ink); color: #fff; }
.srow .num { grid-column: span 2; font-family: var(--fm); font-size: .72rem; letter-spacing: .2em; color: var(--orange); }
.srow h3 { grid-column: span 8; font-family: var(--fd); font-weight: 600; font-size: clamp(1.5rem, 3.5vw, 2.5rem); letter-spacing: -.02em; }
.srow .arr { grid-column: span 2; text-align: right; font-size: 1.3rem; transition: transform .5s, color .5s; }
.srow:hover .arr { transform: rotate(45deg); color: var(--orange); }
.srows-end { border-top: 1px solid var(--border); }
@media (min-width: 768px) { .srow .num { grid-column: span 1; } .srow h3 { grid-column: span 9; } }

/* ---------- dark / stats ---------- */
.dark { background: var(--ink); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 3rem; padding: 6rem 0; }
@media (min-width: 1024px) { .stats-grid { grid-template-columns: repeat(4,1fr); padding: 8rem 0; } }
.stat-num { font-family: var(--fd); font-weight: 700; font-size: clamp(2.8rem, 6vw, 4.5rem); letter-spacing: -.03em; }
.stat-label { margin-top: .75rem; font-family: var(--fm); font-size: .72rem; text-transform: uppercase; letter-spacing: .25em; color: rgba(255,255,255,.5); }

/* ---------- cards ---------- */
.cards { display: grid; grid-template-columns: repeat(12,1fr); gap: 1.5rem; }
.card {
  border: 1px solid var(--border); background: #fff; padding: 2.5rem;
  display: flex; flex-direction: column; justify-content: space-between; gap: 2.5rem;
  transition: background .5s, color .5s; min-height: 100%;
}
.card:hover { background: var(--ink); color: #fff; }
.card .num { font-family: var(--fm); font-size: .85rem; letter-spacing: .2em; color: var(--orange); }
.card h3 { font-family: var(--fd); font-weight: 600; font-size: 1.6rem; letter-spacing: -.02em; margin-bottom: 1rem; }
.card p { color: var(--muted); font-size: .95rem; transition: color .5s; }
.card:hover p { color: rgba(255,255,255,.7); }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; }
.chip {
  border: 1px solid var(--border); padding: .3rem .8rem; font-family: var(--fm);
  font-size: .62rem; text-transform: uppercase; letter-spacing: .2em; transition: border-color .5s;
}
.card:hover .chip { border-color: rgba(255,255,255,.2); }
@media (max-width: 767px) { .cards > * { grid-column: 1 / -1 !important; } }

.cta-banner {
  margin-top: 1.5rem; background: var(--orange); color: #fff; padding: 2.5rem;
  display: flex; flex-direction: column; gap: 1.5rem; transition: background .5s, color .5s;
}
.cta-banner:hover { background: var(--ink); }
@media (min-width: 768px) { .cta-banner { flex-direction: row; align-items: center; justify-content: space-between; padding: 3rem; } }
.cta-banner h2 { font-family: var(--fd); font-weight: 700; text-transform: uppercase; letter-spacing: -.02em; line-height: .9; font-size: clamp(1.8rem, 4vw, 3rem); }
.link-arrow { font-family: var(--fm); font-size: .72rem; text-transform: uppercase; letter-spacing: .2em; display: inline-flex; align-items: center; gap: .5rem; transition: color .3s; }
.link-arrow:hover { color: var(--orange); }

/* ---------- swiss grid ---------- */
.swiss { display: grid; gap: 1px; background: var(--border); border: 1px solid var(--border); }
@media (min-width: 768px) { .swiss { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1024px) { .swiss { grid-template-columns: repeat(3,1fr); } .swiss .wide { grid-column: span 2; } }
.swiss > div { background: var(--bg); padding: 2.5rem; }
.swiss > div.darkcell { background: var(--ink); color: #fff; display: flex; flex-direction: column; justify-content: space-between; gap: 2.5rem; }
.swiss h3 { font-family: var(--fd); font-weight: 600; font-size: 1.5rem; letter-spacing: -.02em; margin: 1.5rem 0 1rem; }
.swiss p { color: var(--muted); font-size: .95rem; max-width: 26rem; }
.swiss .darkcell p { color: #fff; font-family: var(--fd); font-weight: 600; font-size: 1.5rem; line-height: 1.2; max-width: none; }

/* ---------- case ---------- */
.case-head { border-bottom: 1px solid var(--border); padding-bottom: 2.5rem; margin-bottom: 2.5rem; }
.case-section { padding: 3rem 0; }
@media (min-width: 768px) { .case-section { padding: 4rem 0; } }
.note-dark { padding: 2.5rem; }
@media (min-width: 768px) { .note-dark { padding: 4rem; } }
.note-dark h2 { font-family: var(--fd); font-weight: 700; letter-spacing: -.02em; line-height: .95; font-size: clamp(1.5rem, 3.5vw, 2.5rem); margin-top: 1rem; }
.note-dark p { color: rgba(255,255,255,.6); margin-top: 1.5rem; max-width: 42rem; }

/* ---------- hello split ---------- */
.split { display: grid; grid-template-columns: 1fr; min-height: 100vh; }
@media (min-width: 1024px) { .split { grid-template-columns: 1fr 1fr; } }
.split-left { background: var(--ink); color: #fff; display: flex; flex-direction: column; justify-content: space-between; padding: 10rem 1.5rem 4rem; }
@media (min-width: 1024px) { .split-left { padding: 12rem 3rem 6rem; } }
.split-right { display: flex; align-items: center; padding: 4rem 1.5rem; }
@media (min-width: 1024px) { .split-right { padding: 4rem 3rem; } }
.contact-row { display: flex; align-items: center; gap: 1rem; color: rgba(255,255,255,.8); font-family: var(--fm); font-size: .85rem; letter-spacing: .1em; margin-top: 1.5rem; transition: color .3s; }
.contact-row:hover { color: var(--orange); }
.contact-row b { color: var(--orange); font-weight: 400; }
.form { width: 100%; max-width: 36rem; margin-left: auto; }
.field { margin-bottom: 1.5rem; }
.field label { display: block; font-family: var(--fm); font-size: .7rem; text-transform: uppercase; letter-spacing: .25em; margin-bottom: .75rem; }
.field input, .field textarea, .field select {
  width: 100%; border: 1px solid var(--border); background: #fff; padding: .9rem 1rem;
  font-family: var(--fb); font-size: .9rem; color: var(--ink); outline: none; transition: box-shadow .3s;
}
.field input:focus, .field textarea:focus, .field select:focus { box-shadow: 0 0 0 2px var(--ink); }
.field textarea { resize: none; }
.form-2col { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 768px) { .form-2col { grid-template-columns: 1fr 1fr; } }
.form-msg { margin-top: 1rem; font-family: var(--fm); font-size: .8rem; letter-spacing: .05em; }
.form-msg.ok { color: #15803d; }
.form-msg.err { color: #dc2626; }
.btn-block { width: 100%; justify-content: center; }

/* ---------- footer ---------- */
.footer { padding: 6rem 0 2.5rem; }
.footer-cta { display: block; }
.footer-cta .footer-over { font-family: var(--fm); font-size: .7rem; text-transform: uppercase; letter-spacing: .3em; color: rgba(255,255,255,.5); }
.footer-cta h2 {
  margin-top: 1rem; font-family: var(--fd); font-weight: 700; text-transform: uppercase;
  line-height: .85; letter-spacing: -.03em; font-size: clamp(3.5rem, 13vw, 10rem);
  transition: color .5s;
}
.footer-cta:hover h2 { color: var(--orange); }
.footer-grid {
  margin-top: 4rem; padding-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.1);
  display: grid; grid-template-columns: repeat(2,1fr); gap: 2.5rem;
}
@media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(4,1fr); } }
.footer-grid h4 { font-family: var(--fm); font-size: .7rem; text-transform: uppercase; letter-spacing: .25em; color: rgba(255,255,255,.4); margin-bottom: 1.25rem; font-weight: 400; }
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: .75rem; }
.footer-grid a, .footer-grid p { font-size: .9rem; color: rgba(255,255,255,.8); line-height: 1.7; }
.footer-grid a { transition: color .3s; }
.footer-grid a:hover { color: var(--orange); }
.footer-bottom {
  margin-top: 4rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.1);
  display: flex; flex-direction: column; gap: 1rem;
  font-family: var(--fm); font-size: .68rem; text-transform: uppercase; letter-spacing: .2em; color: rgba(255,255,255,.4);
}
@media (min-width: 768px) { .footer-bottom { flex-direction: row; justify-content: space-between; } }

.page-head { padding-top: 10rem; padding-bottom: 4rem; }
@media (min-width: 768px) { .page-head { padding-top: 12rem; padding-bottom: 6rem; } }
.page-head .lead { max-width: 36rem; margin-top: 2.5rem; }
.exp-strip { display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 4rem; }
@media (min-width: 768px) { .exp-strip { grid-template-columns: repeat(3,1fr); } }
.exp-strip > div { background: var(--bg); padding: 2.5rem; }
.exp-strip .k { font-family: var(--fd); font-weight: 700; font-size: 2rem; letter-spacing: -.02em; }
.exp-strip .v { margin-top: .5rem; font-family: var(--fm); font-size: .7rem; text-transform: uppercase; letter-spacing: .25em; color: var(--muted); }
