:root {
  --bg: #010101;
  --bg-2: #121212;
  --bg-3: #151515;
  --ink: #ffffff;
  --muted: #d5d5d5;
  --dim: #8f8f8f;
  --line: #5f5f5f;
  --lime: #c9f31d;
  --lime-2: #d7ff37;
  --hot: #ff3d00;
  --cream: #f9f3ee;
  --radius: 0;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.section-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 12px; padding: 10px 14px; color: #010101; background: var(--lime); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header {
  position: absolute; z-index: 40; left: 0; right: 0; top: 0;
  min-height: 92px; width: min(1320px, calc(100% - 40px)); margin-inline: auto;
  display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 24px;
}
.brand { display: block; width: 168px; overflow: hidden; }
.brand img { width: 100%; height: 52px; object-fit: cover; object-position: center; filter: invert(1) grayscale(1) brightness(1.6); }
.site-header nav { display: flex; justify-content: center; gap: 28px; font-weight: 600; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; }
.site-header nav a { position: relative; }
.site-header nav a:hover, nav a[aria-current="page"] { color: var(--lime); }
.menu-button, .mobile-contact { display: none; }
.menu-button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: white; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 52px; padding: 0 26px; border: 0; border-radius: 999px;
  font-family: inherit; font-weight: 700; cursor: pointer;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #010101; background: var(--lime); }
.button-dark { color: #010101; background: white; }
.button-outline-light, .button-outline { border: 1px solid var(--line); background: transparent; color: white; }
button.button { font: inherit; }

.eyebrow {
  margin: 0 0 16px; color: var(--lime);
  font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: none;
}
h1, h2, h3 {
  margin-top: 0; color: white;
  font-family: Kanit, Montserrat, sans-serif;
  line-height: .95; letter-spacing: -.04em; font-weight: 700;
}
h1 { max-width: 16ch; margin-bottom: 22px; font-size: clamp(3.4rem, 8vw, 7.2rem); text-transform: uppercase; }
h1 em { font-style: normal; color: var(--lime); }
h2 { font-size: clamp(2.1rem, 4.4vw, 4.4rem); text-transform: uppercase; }
h3 { font-size: 1.45rem; letter-spacing: -.02em; text-transform: none; }
.hero-lede, .page-intro { max-width: 640px; margin: 0; color: var(--muted); font-size: 1.05rem; }
.text-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--lime); border-bottom: 1px solid var(--lime); }

.hero { position: relative; min-height: 100vh; padding: 140px 0 80px; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(201,243,29,.12), transparent 32%), linear-gradient(180deg, #010101, #0a0a0a 70%);
  pointer-events: none;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.hero-kicker { margin: 0 0 18px; color: var(--muted); font-size: .92rem; letter-spacing: .16em; text-transform: uppercase; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 36px; }
.hero-visual { position: relative; min-height: 520px; }
.hero-image {
  position: absolute; inset: 40px 0 0 70px;
  border-radius: 40% 12px 12px 12px;
  background: linear-gradient(160deg, rgba(201,243,29,.18), rgba(1,1,1,.35)), url('/assets/img/stock/london.jpg') center/cover;
}
.orbit {
  position: absolute; z-index: 2; left: 0; bottom: 24px; width: 210px; height: 210px;
  animation: spin 18s linear infinite;
}
.orbit svg { width: 100%; height: 100%; }
.orbit text { fill: var(--lime); font-size: 13px; font-family: Montserrat, sans-serif; letter-spacing: .28em; text-transform: uppercase; }
.orbit span {
  position: absolute; inset: 58px; display: grid; place-items: center;
  border-radius: 50%; background: var(--lime); color: #010101;
  font-family: Kanit, sans-serif; font-weight: 800; animation: spin 18s linear infinite reverse;
}

.marquee { overflow: hidden; border-block: 1px solid #2d2d2d; background: #080808; }
.marquee-track { display: flex; gap: 48px; width: max-content; padding: 18px 0; animation: marquee 28s linear infinite; }
.marquee span { color: var(--muted); font-family: Kanit, sans-serif; font-size: 1.15rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; white-space: nowrap; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes spin { to { transform: rotate(360deg); } }

.about-studio { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; padding: 120px 0; }
.about-studio .text-link { margin-top: 24px; }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 32px; }
.mission-grid article { padding-top: 18px; border-top: 1px solid var(--line); }
.mission-grid h3 { margin: 0 0 10px; font-size: 1.2rem; }
.mission-grid p, .about-studio p:not(.eyebrow) { color: var(--muted); }

.service-block { padding: 40px 0 100px; }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 48px; }
.section-heading h2 { max-width: 14ch; margin: 0; }
.section-heading p { max-width: 420px; color: var(--muted); margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card {
  min-height: 320px; padding: 32px; background: var(--bg-2);
  border: 1px solid #222; transition: transform .3s ease, border-color .3s ease, background .3s ease;
}
.service-card:hover { transform: translateY(-8px); border-color: var(--lime); background: #161616; }
.service-number { float: right; color: var(--dim); font-family: Kanit, sans-serif; }
.service-card svg { color: var(--lime); margin-bottom: 36px; }
.service-card p { color: var(--muted); }
.service-card a { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; font-weight: 700; color: var(--lime); }
.card-kicker { margin: 0 0 10px; color: var(--lime) !important; font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.featured-work { padding: 110px 0; }
.work-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #2d2d2d; }
.work-feature { min-height: 340px; padding: 32px 28px; border-right: 1px solid #2d2d2d; border-bottom: 1px solid #2d2d2d; transition: background .3s ease; }
.work-feature:hover { background: #141414; }
.work-feature > span { color: var(--dim); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.work-feature h3 { margin: 54px 0 16px; font-size: 1.8rem; text-transform: uppercase; }
.work-feature p { color: var(--muted); }
.logo-badge {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 64px; max-width: 180px; padding: 10px 14px; margin-bottom: 18px;
  background: #fff; border-radius: 8px;
}
.logo-badge img { max-height: 44px; max-width: 150px; width: auto; object-fit: contain; }
.work-feature .logo-badge { margin-top: 8px; }
.portfolio-cloud a .logo-badge { margin: 0 0 10px; min-height: 56px; }
.case-study-list .logo-badge { margin-bottom: 16px; }

.process-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 7vw, 90px); align-items: center; padding-block: 110px; }
.process-image, .about-image {
  min-height: 560px;
  background: linear-gradient(150deg, rgba(201,243,29,.08), rgba(1,1,1,.45)), url('/assets/img/stock/meeting.jpg') center/cover;
}
.about-image {
  background-image: linear-gradient(150deg, rgba(201,243,29,.08), rgba(1,1,1,.45)), url('/assets/img/stock/collaboration.jpg');
  background-size: cover;
  background-position: center;
}
.process-list { margin: 36px 0 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid #2d2d2d; }
.process-list li > span { color: var(--lime); font-family: Kanit, sans-serif; font-size: 1.6rem; font-weight: 700; }
.process-list p { margin: 4px 0 0; color: var(--muted); }

.stats-row { border-block: 1px solid #2d2d2d; background: #080808; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid div { padding: 48px 20px; border-right: 1px solid #2d2d2d; }
.stats-grid div:last-child { border-right: 0; }
.stats-grid strong { display: block; font-family: Kanit, sans-serif; font-size: clamp(2.6rem, 5vw, 4.4rem); line-height: .9; color: var(--lime); }
.stats-grid span { display: block; margin-top: 10px; color: var(--muted); font-size: .85rem; }

.page-hero { padding: 160px 0 70px; background: linear-gradient(180deg, #000, #0d0d0d); }
.breadcrumb { display: flex; gap: 10px; align-items: center; margin: 0 0 28px; color: var(--dim); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.breadcrumb a:hover { color: var(--lime); }
.page-hero h1 { max-width: 18ch; }

.services-detail { border-top: 1px solid #2d2d2d; }
.services-detail article { display: grid; grid-template-columns: 80px 1fr 1fr; gap: 40px; padding: 68px 0; border-bottom: 1px solid #2d2d2d; }
.service-index, .case-index { color: var(--lime); font-family: Kanit, sans-serif; font-weight: 700; }
.services-detail h2 { margin-bottom: 16px; font-size: clamp(1.8rem, 3vw, 3.2rem); }
.service-description { max-width: 610px; color: var(--muted); }
.services-detail ul { margin: 0; padding: 0; list-style: none; }
.services-detail li { display: flex; gap: 10px; padding: 10px 0; border-bottom: 1px solid #2d2d2d; font-weight: 600; }
.services-detail li svg { color: var(--lime); flex: 0 0 auto; margin-top: 4px; }
.support-block { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; margin-block: 90px; padding: 64px; background: var(--bg-2); }
.support-block h2 { margin-bottom: 0; }
.support-block > p { margin: 20px 0 0; color: var(--muted); }

.case-study-list { border-top: 1px solid #2d2d2d; }
.case-study-list article { display: grid; grid-template-columns: 250px 1fr; gap: 60px; padding: 70px 0; border-bottom: 1px solid #2d2d2d; }
.case-study-list article > div:first-child p { color: var(--muted); }
.case-study-list h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.6rem); }
.case-study-list article > div:last-child > p { max-width: 800px; color: var(--muted); }
.case-study-list ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0; padding: 0; list-style: none; }
.case-study-list li { padding: 6px 11px; border: 1px solid #2d2d2d; color: var(--lime); font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.case-study-list a { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--lime); }
.portfolio-cloud { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding-block: 110px; }
.portfolio-cloud > div:last-child { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #2d2d2d; }
.portfolio-cloud a { position: relative; padding: 20px 28px 20px 0; border-bottom: 1px solid #2d2d2d; }
.portfolio-cloud a span { color: var(--dim); font-size: .8rem; }
.portfolio-cloud a svg { position: absolute; top: 25px; right: 5px; color: var(--lime); }

.pricing-panel { margin-bottom: 80px; border: 1px solid #2d2d2d; overflow: hidden; }
.pricing-notice { display: grid; grid-template-columns: 1fr 1.4fr; gap: 40px; padding: 28px 34px; background: #141414; }
.pricing-notice p { margin: 0; color: var(--muted); }
.price-list > div { display: grid; grid-template-columns: 1.3fr .65fr .8fr; gap: 28px; padding: 23px 34px; border-top: 1px solid #2d2d2d; align-items: center; }
.price-list > div span { color: var(--lime); font-size: 1.22rem; font-weight: 800; }
.price-list > div small { color: var(--dim); }
.price-context, .principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 110px; }
.price-context article, .principles article { padding: 30px; background: var(--bg-2); }
.price-context h3, .principles h3 { margin: 36px 0 14px; }
.price-context p, .principles p { color: var(--muted); }
.price-context article > span, .principles article > span { color: var(--lime); font-family: Kanit, sans-serif; }
.about-lead { display: grid; grid-template-columns: .9fr 1fr; align-items: center; gap: clamp(40px, 7vw, 90px); padding-bottom: 110px; }
.about-lead p:not(.eyebrow) { color: var(--muted); }
.principles { grid-template-columns: repeat(4, 1fr); }

.contact-page { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(40px, 8vw, 100px); padding-block: 20px 120px; }
.contact-copy h1 { font-size: clamp(3rem, 6vw, 5.4rem); }
.contact-copy > p { color: var(--muted); }
.contact-direct { display: grid; gap: 12px; margin-top: 36px; }
.contact-direct a { display: flex; gap: 14px; align-items: center; padding: 16px 0; border-top: 1px solid #2d2d2d; font-weight: 700; }
.contact-direct svg { color: var(--lime); }
.contact-direct small { display: block; color: var(--dim); font-weight: 600; }
.form-note { margin-top: 28px; font-size: .84rem !important; color: var(--dim); }
.consultation-form { padding: 38px; background: var(--bg-2); }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.consultation-form label { display: grid; gap: 7px; margin-bottom: 20px; font-size: .82rem; font-weight: 700; }
.consultation-form input, .consultation-form textarea {
  width: 100%; padding: 13px 14px; border: 1px solid #2d2d2d; border-radius: 0; background: #0a0a0a; color: white; font: inherit;
}
.consultation-form input:focus, .consultation-form textarea:focus { outline: 2px solid var(--lime); border-color: var(--lime); }
.consent-check { grid-template-columns: 22px 1fr !important; align-items: start; font-weight: 500 !important; }
.consent-check input { width: 18px; height: 18px; margin-top: 4px; }
.consent-check a { text-decoration: underline; color: var(--lime); }
.form-success { background: rgba(201,243,29,.12); color: var(--lime); padding: 14px; margin-bottom: 16px; }
.form-error { background: rgba(255,61,0,.12); color: #ff8a70; padding: 14px; margin-bottom: 16px; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.policy { max-width: 840px; padding-bottom: 120px; }
.policy h2 { margin: 54px 0 14px; font-size: 2rem; text-transform: none; }
.policy p, .policy li { color: var(--muted); }
.policy a { color: var(--lime); text-decoration: underline; }
.legal-note { margin-top: 52px; padding: 26px; background: var(--bg-2); border-left: 4px solid var(--lime); }
.cookie-table { overflow-x: auto; border: 1px solid #2d2d2d; }
.cookie-table table { width: 100%; min-width: 760px; border-collapse: collapse; }
.cookie-table th, .cookie-table td { padding: 15px; border-bottom: 1px solid #2d2d2d; text-align: left; vertical-align: top; }
.cookie-table th { background: #141414; font-size: .78rem; color: var(--lime); }

.contact-band { padding: 90px 0; background: var(--lime); color: #010101; }
.contact-band-inner { max-width: 900px; }
.contact-band .eyebrow, .contact-band h2, .contact-band p { color: #010101; }
.contact-band h2 { max-width: 16ch; }
.contact-band .button-primary { background: #010101; color: var(--lime); margin-top: 28px; }

.site-footer { padding-top: 90px; background: #000; }
.site-footer .footer-cta h2 { margin: 0 0 28px; max-width: 16ch; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 55px; padding-block: 58px; border-top: 1px solid #2d2d2d; border-bottom: 1px solid #2d2d2d; }
.footer-grid > div { display: flex; flex-direction: column; gap: 8px; }
.footer-grid strong { margin-bottom: 10px; color: white; }
.footer-grid a, .footer-grid p { color: var(--muted); }
.footer-grid a:hover { color: var(--lime); }
.footer-brand strong { color: var(--lime); font-family: Kanit, sans-serif; font-size: 2rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 24px 38px; color: var(--dim); font-size: .78rem; }

.privacy-tool-stack { position: fixed; z-index: 48; right: 16px; bottom: 18px; display: flex; flex-direction: column; gap: 8px; }
.privacy-tool-stack button { display: grid; place-items: center; width: 46px; height: 46px; color: #010101; background: var(--lime); border: 0; border-radius: 50%; cursor: pointer; }
.cookie-banner {
  display: none;
  position: fixed; z-index: 80; left: 50%; bottom: 24px; transform: translateX(-50%);
  width: min(980px, calc(100% - 48px)); padding: 28px; grid-template-columns: 1fr auto; gap: 28px; align-items: end;
  color: white; background: #101010; border: 1px solid #2d2d2d; box-shadow: 0 24px 70px rgba(0,0,0,.45);
}
.cookie-banner.is-open { display: grid; }
.cookie-banner h2 { margin: 0 0 9px; color: white; font-size: 1.8rem; text-transform: none; }
.cookie-banner p:not(.eyebrow) { max-width: 610px; margin: 0; color: var(--muted); }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.consent-dialog, .access-dialog { width: min(760px, calc(100% - 30px)); max-height: 88vh; padding: 28px; overflow-y: auto; background: #111; color: white; border: 1px solid #2d2d2d; }
.access-dialog { width: min(520px, calc(100% - 30px)); }
dialog { max-width: none; }
dialog:not([open]) { display: none !important; }
dialog[open] { display: block; }
dialog::backdrop { background: rgba(0,0,0,.65); }
.consent-categories { display: grid; gap: 10px; margin-top: 12px; }
.consent-category { padding: 17px; border: 1px solid #2d2d2d; }
.consent-heading { display: flex; justify-content: space-between; gap: 18px; }
.consent-heading h3 { margin-bottom: 4px; font-size: 1rem; text-transform: none; }
.consent-heading p { margin: 0; color: var(--muted); font-size: .82rem; }
.consent-category summary { margin-top: 12px; color: var(--lime); cursor: pointer; font-weight: 700; font-size: .78rem; }
.cookie-row { display: grid; grid-template-columns: 1fr .8fr; gap: 3px 16px; padding: 12px 0; border-top: 1px solid #2d2d2d; }
.dialog-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 8px; }
.scan-note { color: var(--dim); font-size: .74rem; }
.access-controls { display: grid; gap: 10px; margin-top: 12px; }
.access-controls > div, .access-controls > button {
  min-height: 50px; display: flex; justify-content: space-between; align-items: center;
  padding: 10px 14px; border: 1px solid #2d2d2d; background: #0a0a0a; color: white; font: inherit; font-weight: 700; cursor: pointer;
}
.switch { position: relative; display: inline-flex; width: 44px; height: 26px; flex: 0 0 auto; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch span { position: absolute; inset: 0; background: #333; border-radius: 999px; cursor: pointer; }
.switch span::after { content: ""; position: absolute; width: 20px; height: 20px; left: 3px; top: 3px; background: white; border-radius: 50%; transition: transform .2s; }
.switch input:checked + span { background: var(--lime); }
.switch input:checked + span::after { transform: translateX(18px); }
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.2,1); }
[data-reveal].revealed { opacity: 1; transform: none; }
.high-contrast { filter: contrast(1.28); }
.readable-spacing body, html.readable-spacing body { letter-spacing: .06em; line-height: 1.9; }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.is-navigating main { opacity: .55; }
main:focus { outline: none; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto auto; position: relative; }
  .site-header nav { display: none; }
  .site-header nav.is-open {
    position: absolute; z-index: 50; top: 80px; left: 0; right: 0; display: flex; flex-direction: column; gap: 0;
    padding: 16px; background: #111; border: 1px solid #2d2d2d;
  }
  .mobile-contact { display: block; color: var(--lime); }
  .menu-button { display: grid; place-items: center; }
  .hero, .page-hero { padding-top: 40px; }
  .hero-grid, .about-studio, .process-section, .support-block, .about-lead, .contact-page, .portfolio-cloud { grid-template-columns: 1fr; gap: 36px; }
  .service-grid, .work-feature-grid, .principles, .stats-grid { grid-template-columns: 1fr 1fr; }
  .work-feature { min-height: auto; }
  .services-detail article { grid-template-columns: 50px 1fr; }
  .services-detail article > ul { grid-column: 2; }
  .case-study-list article { grid-template-columns: 140px 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .cookie-banner { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .section-shell, .site-header { width: min(100% - 28px, 1240px); }
  .header-cta { display: none; }
  h1 { font-size: clamp(2.6rem, 14vw, 3.8rem); }
  .hero { min-height: auto; padding-block: 24px 60px; }
  .hero-actions, .contact-band { }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .service-grid, .principles, .price-context, .stats-grid, .work-feature-grid { grid-template-columns: 1fr; }
  .services-detail article, .case-study-list article, .pricing-notice, .price-list > div { grid-template-columns: 1fr; }
  .field-pair { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1/-1; }
  .cookie-banner { width: calc(100% - 28px); left: 14px; transform: none; bottom: 80px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit, .marquee-track { animation: none; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
