:root {
  color-scheme: dark;
  --ink-deep: #10191f;
  --ink: #17242c;
  --ink-raised: #1e3038;
  --cream: #f4f1e9;
  --white: #fffef9;
  --lime: #ddeb62;
  --muted: #acb8b9;
  --line: rgba(244, 241, 233, .18);
  --shell: min(1440px, calc(100% - clamp(36px, 7vw, 120px)));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--cream); background: var(--ink-deep); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body, button { font-synthesis: none; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { color: var(--ink-deep); background: var(--lime); }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(86px, 10vw, 162px); }
.skip-link { position: fixed; top: -80px; left: 18px; z-index: 100; padding: 12px 18px; color: var(--ink-deep); background: var(--lime); }
.skip-link:focus { top: 18px; }

.site-header { position: relative; z-index: 20; height: 78px; background: var(--ink-deep); }
.header-inner { width: var(--shell); height: 100%; margin: auto; display: flex; align-items: center; gap: clamp(18px, 2.5vw, 36px); }
.brand { display: inline-flex; align-items: center; flex: none; gap: 11px; font-size: 19px; font-weight: 800; letter-spacing: -.055em; line-height: .92; }
.brand img { width: 42px; height: 42px; border-radius: 7px; }
.brand-stop { color: var(--lime); }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 32px); margin-left: auto; white-space: nowrap; }
.site-nav a { color: #e7ece8; font-size: 14px; font-weight: 700; transition: color .2s ease; }
.site-nav a:hover, .site-nav a[aria-current="page"], .site-footer a:hover { color: var(--lime); }
.header-cta { display: inline-flex; align-items: center; justify-content: center; flex: none; min-width: 112px; padding: 13px 16px; border: 1px solid var(--lime); border-radius: 5px; color: var(--ink-deep); background: var(--lime); font-size: 14px; font-weight: 800; transition: background .2s ease, transform .2s ease; }
.header-cta:hover, .button-lime:hover { background: #eef6a0; transform: translateY(-2px); }
.menu-toggle { display: none; }

.hero { position: relative; overflow: hidden; min-height: calc(100dvh - 78px); background: var(--ink-deep); }
.hero::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--lime); }
.hero-inner { position: relative; width: var(--shell); min-height: calc(100dvh - 78px); margin: auto; display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(0, .9fr); align-items: center; gap: min(4vw, 60px); }
.hero-copy { position: relative; z-index: 2; padding-block: 28px 42px; animation: rise-in .75s ease both; }
.hero-kicker { margin: 0 0 30px; color: var(--lime); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 770px; margin-bottom: 30px; font-size: clamp(55px, 6.4vw, 108px); font-weight: 850; letter-spacing: -.077em; line-height: .97; }
.hero-rotator { position: relative; display: block; height: 1em; overflow: hidden; color: var(--lime); white-space: nowrap; }
.hero-rotator-word { position: absolute; top: 0; left: 0; display: block; width: max-content; max-width: none; transition: transform .58s cubic-bezier(.22, .68, .18, 1), opacity .58s ease; }
.hero-rotator-word.is-next { opacity: 0; transform: translateY(105%); }
.hero-rotator-word.is-leaving { opacity: 0; transform: translateY(-105%); }
.hero-intro { max-width: 510px; margin-bottom: 32px; color: #d1d9d7; font-size: clamp(17px, 1.45vw, 21px); line-height: 1.48; }
.hero-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 15px 20px; border-radius: 5px; font-size: 14px; font-weight: 800; transition: background .2s ease, transform .2s ease; }
.button-lime { color: var(--ink-deep); background: var(--lime); }
.text-link { display: inline-flex; align-items: center; padding-block: 8px; border-bottom: 1px solid rgba(244, 241, 233, .72); font-size: 14px; font-weight: 750; transition: color .2s ease, border-color .2s ease; }
.text-link:hover, .underlined-link:hover { color: var(--lime); border-color: var(--lime); }
.hero-art { position: relative; height: min(660px, calc(100dvh - 110px)); min-height: 470px; align-self: end; }
.hero-feature { position: absolute; inset: 6% -2vw 6% -4vw; display: block; animation: rise-in .8s .12s ease both; }
.hero-feature-surface { position: absolute; inset: 0; border-top: 3px solid var(--lime); border-left: 3px solid var(--lime); border-radius: 43% 9px 9px 9px / 34% 9px 9px 9px; background: linear-gradient(142deg, var(--lime) 0 24%, #314249 24% 100%); }
.hero-feature-browser { position: absolute; top: 15%; left: 1%; width: 91%; height: 54%; overflow: hidden; border: 7px solid #e8ece8; border-top-width: 17px; border-radius: 9px; background: var(--cream); box-shadow: 0 24px 48px rgba(0,0,0,.31); transform: rotate(-2deg); }
.hero-feature-browser img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.hero-feature-phone { position: absolute; top: 34%; right: -1%; width: 24%; aspect-ratio: 390 / 844; overflow: hidden; border: 6px solid #11191d; border-radius: 24px; background: var(--cream); box-shadow: 0 21px 40px rgba(0,0,0,.38); transform: rotate(4deg); }
.hero-feature-phone img { width: 100%; height: 100%; object-fit: contain; object-position: top; }
.hero-feature-caption { position: absolute; right: 8%; bottom: 7%; left: 8%; display: grid; gap: 9px; align-items: end; color: var(--white); }
.hero-feature-caption small { color: #d5e4dd; font-size: 11px; font-weight: 800; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.hero-feature-caption strong { font-size: clamp(25px, 2.3vw, 35px); font-weight: 850; letter-spacing: -.05em; line-height: 1.05; }

.manifesto { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--ink); }
.manifesto-inner { display: flex; align-items: center; gap: clamp(22px, 4vw, 66px); padding-block: clamp(32px, 5.2vw, 74px); }
.manifesto-mark { flex: none; color: var(--lime); font-size: clamp(42px, 6vw, 88px); line-height: 1; }
.manifesto p { margin: 0; font-size: clamp(24px, 3.15vw, 46px); font-weight: 500; letter-spacing: -.05em; line-height: 1.18; }
.manifesto strong { color: var(--lime); font-weight: 800; }

.section-lead h2, .work-heading h2, .services-intro h2, .about h2, .closing h2 { max-width: 860px; margin-bottom: 20px; font-size: clamp(43px, 5.1vw, 72px); font-weight: 850; line-height: 1.02; letter-spacing: -.065em; }
.section-lead p, .services-intro p { max-width: 560px; margin-bottom: 0; color: var(--muted); font-size: 19px; line-height: 1.5; }
.approach-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.12fr); gap: clamp(40px, 7vw, 110px); margin-top: clamp(54px, 7vw, 104px); }
.approach-list { display: flex; flex-direction: column; }
.approach-tab { width: 100%; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 14px; min-height: 100px; padding: 18px 0; border: 0; border-top: 1px solid var(--line); color: #aebbb9; background: transparent; text-align: left; cursor: pointer; transition: color .2s ease, padding-left .2s ease; }
.approach-tab:last-child { border-bottom: 1px solid var(--line); }
.approach-tab span { align-self: start; padding-top: 7px; color: var(--lime); font-size: 12px; font-weight: 750; }
.approach-tab strong { font-size: clamp(23px, 2.5vw, 35px); font-weight: 800; letter-spacing: -.045em; }
.approach-tab:hover, .approach-tab.is-active { color: var(--cream); padding-left: 12px; }
.approach-tab.is-active strong { color: var(--lime); }
.approach-panel { position: relative; min-height: 400px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: clamp(34px, 4vw, 56px); border-radius: 8px 95px 8px 8px; color: var(--ink-deep); background: var(--lime); }
.panel-index { font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.panel-copy { position: relative; z-index: 2; max-width: 470px; }
.panel-copy h3 { margin-bottom: 19px; font-size: clamp(34px, 4vw, 58px); font-weight: 850; line-height: 1; letter-spacing: -.06em; }
.panel-copy p { max-width: 440px; margin-bottom: 0; font-size: 18px; line-height: 1.5; }
.panel-shape { position: absolute; right: -92px; top: 26px; width: 320px; height: 320px; border: 1px solid rgba(16,25,31,.17); border-radius: 50%; transform: rotate(-25deg); }
.panel-shape span { position: absolute; inset: 33px; border: 1px solid rgba(16,25,31,.17); border-radius: 50%; }
.panel-shape span:nth-child(2) { inset: 66px; }
.panel-shape span:nth-child(3) { inset: 99px; }

.work { padding-block: clamp(75px, 7vw, 110px); background: var(--ink); }
.work-heading { margin-bottom: 36px; }
.work-heading h2 { max-width: 740px; margin-bottom: 0; }
.underlined-link { display: inline-flex; align-items: center; flex: none; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 800; transition: color .2s ease, border-color .2s ease; }
.project-list { display: flex; flex-direction: column; gap: 13px; }
.project-row { display: grid; grid-template-columns: minmax(0, 450px) minmax(0, 1fr); align-items: center; gap: clamp(25px, 4vw, 66px); min-height: 190px; overflow: hidden; padding: 12px 35px 12px 22px; border: 1px solid var(--line); border-radius: 7px; background: var(--ink-raised); transition: border-color .2s ease, background .2s ease; }
.project-row:hover { border-color: var(--lime); background: #263840; }
.project-devices { position: relative; width: 100%; max-width: 430px; height: 170px; }
.project-browser { position: absolute; top: 8px; left: 0; width: 82%; height: 153px; overflow: hidden; border: 5px solid #dce1dc; border-top-width: 11px; border-radius: 6px; background: var(--cream); box-shadow: 0 13px 25px rgba(0,0,0,.2); }
.project-phone { position: absolute; top: 0; right: 0; width: 84px; height: 170px; overflow: hidden; border: 5px solid #10191f; border-radius: 14px; background: var(--cream); box-shadow: 0 13px 25px rgba(0,0,0,.26); }
.project-browser img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.project-phone img { width: 100%; height: 100%; object-fit: contain; object-position: center top; }
.project-details { min-width: 0; }
.project-details > span { color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.project-details h3 { max-width: 650px; margin: 12px 0 18px; font-size: clamp(30px, 3.3vw, 48px); font-weight: 800; line-height: 1.04; letter-spacing: -.055em; }
.project-details small { display: inline-flex; align-items: center; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 800; }
.project-row:hover .project-details small { color: var(--lime); }

.plan-teaser { display: grid; grid-template-columns: 170px minmax(0, 1fr) auto; align-items: center; gap: clamp(22px, 4vw, 65px); margin-top: clamp(70px, 9vw, 135px); padding: 30px 34px; border: 1px solid var(--lime); border-radius: 7px; color: var(--ink-deep); background: var(--lime); transition: transform .2s ease, background .2s ease; }
.plan-teaser:hover { background: #eef6a0; transform: translateY(-3px); }
.plan-teaser-index { max-width: 115px; font-size: 11px; font-weight: 800; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.plan-teaser-copy { display: flex; flex-direction: column; gap: 8px; }
.plan-teaser-copy strong { max-width: 650px; font-size: clamp(26px, 3vw, 40px); font-weight: 850; letter-spacing: -.06em; line-height: 1.02; }
.plan-teaser-copy small { font-size: 13px; font-weight: 650; line-height: 1.4; }
.plan-teaser-action { display: inline-flex; align-items: center; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 800; white-space: nowrap; }

.services-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(45px, 7vw, 120px); }
.services-intro h2 { max-width: 500px; }
.services-local-links { display: flex; flex-wrap: wrap; gap: 13px 24px; margin-top: 30px; padding-top: 21px; border-top: 1px solid var(--line); }
.services-local-links a { padding-bottom: 5px; border-bottom: 1px solid var(--lime); color: var(--cream); font-size: 13px; font-weight: 750; line-height: 1.4; transition: color .2s ease; }
.services-local-links a:hover { color: var(--lime); }
.service-list { display: flex; flex-direction: column; }
.service-list a { display: grid; grid-template-columns: 36px 1fr; align-items: baseline; gap: 12px 18px; padding: 30px 0; border-top: 1px solid var(--line); transition: padding-left .2s ease; }
.service-list a:last-child { border-bottom: 1px solid var(--line); }
.service-list a:hover { padding-left: 10px; }
.service-list a:hover strong { color: var(--lime); }
.service-list span { color: var(--lime); font-size: 12px; font-weight: 800; }
.service-list strong { font-size: clamp(25px, 2.7vw, 38px); letter-spacing: -.05em; transition: color .2s ease; }
.service-list em { grid-column: 2; max-width: 410px; color: var(--muted); font-size: 16px; font-style: normal; line-height: 1.45; }

.about { border-block: 1px solid var(--line); background: #152229; }
.about-layout { display: grid; grid-template-columns: minmax(0, .6fr) minmax(0, 1.4fr); align-items: center; gap: clamp(55px, 9vw, 150px); }
.about-photo { width: min(100%, 280px); margin: 0; }
.about-photo-image { aspect-ratio: 1; overflow: hidden; border-radius: 50%; background: #23333b; }
.about-photo-image img { width: 100%; height: 100%; max-width: none; object-fit: cover; transform: scale(1.7); transform-origin: 76% 13%; }
.about-photo figcaption { display: flex; justify-content: space-between; gap: 12px; margin-top: 20px; color: var(--cream); font-size: 12px; font-weight: 800; }
.about-photo figcaption span { color: var(--lime); }
.about h2 { max-width: 700px; }
.about-copy p { max-width: 620px; margin-bottom: 30px; color: #c3ceca; font-size: clamp(19px, 1.7vw, 24px); line-height: 1.5; }

.closing { padding-block: clamp(110px, 13vw, 205px); text-align: center; }
.closing-inner { display: flex; flex-direction: column; align-items: center; }
.closing h2 { max-width: 920px; margin-bottom: 34px; font-size: clamp(49px, 7vw, 105px); }
.closing h2 span { color: var(--lime); }
.closing .button { min-height: 60px; padding-inline: 25px; }
.site-footer { border-top: 1px solid var(--line); background: var(--ink); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 25px 65px; padding-block: 54px 28px; }
.footer-inner p { max-width: 300px; margin: 5px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.footer-inner div { display: flex; gap: 28px; font-size: 14px; font-weight: 750; }
.footer-inner small { grid-column: 1 / -1; padding-top: 28px; color: #859394; font-size: 12px; }
.footer-inner .footer-navigation { flex-direction: column; align-items: flex-end; gap: 17px; }
.footer-inner .footer-primary, .footer-inner .footer-legal { justify-content: flex-end; flex-wrap: wrap; gap: 10px 22px; }
.footer-inner .footer-legal a { color: var(--muted); font-size: 12px; font-weight: 650; }

.analytics-consent { position: fixed; right: max(16px, env(safe-area-inset-right)); bottom: max(16px, env(safe-area-inset-bottom)); z-index: 100; display: grid; gap: 18px; width: min(540px, calc(100vw - 32px)); padding: 22px; color: var(--cream); background: var(--ink); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.analytics-consent p { margin: 0; color: #dbe1e4; font-size: 14px; line-height: 1.55; }
.analytics-consent strong { display: block; margin-bottom: 5px; color: var(--white); font-size: 16px; }
.analytics-consent a { color: var(--lime); font-weight: 750; }
.analytics-consent > div { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.analytics-consent button { min-height: 44px; padding: 0 17px; color: var(--ink); background: var(--white); border: 1px solid var(--white); border-radius: 5px; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.analytics-consent [data-analytics-accept] { color: var(--ink); background: var(--lime); border-color: var(--lime); }

@keyframes rise-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1100px) {
  .hero h1 { font-size: clamp(58px, 6vw, 83px); }
  .hero-art { min-height: 430px; }
  .site-nav { gap: 18px; }
  .header-inner { gap: 24px; }
}

@media (max-width: 850px) {
  .site-header { height: 72px; }
  .header-inner { justify-content: space-between; }
  .brand { font-size: 17px; }
  .brand img { width: 37px; height: 37px; }
  .site-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 12px max(18px, calc((100vw - var(--shell)) / 2)) 20px; border-bottom: 1px solid var(--line); background: var(--ink-deep); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 14px 0; font-size: 17px; }
  .header-cta { margin-left: auto; }
  .menu-toggle { order: 3; width: 43px; height: 43px; display: flex; flex-direction: column; justify-content: center; gap: 7px; padding: 9px; border: 1px solid var(--line); border-radius: 5px; background: transparent; cursor: pointer; }
  .menu-toggle span { display: block; height: 2px; background: var(--cream); }
  .hero-inner { min-height: calc(100dvh - 72px); grid-template-columns: 1fr .8fr; gap: 10px; }
  .hero h1 { font-size: clamp(52px, 7.2vw, 70px); }
  .hero-art { height: 560px; min-height: 0; }
  .hero-feature { inset: 9% -5vw 6% -5vw; }
  .hero-feature-caption strong { font-size: 25px; }
  .approach-grid { gap: 35px; }
  .approach-tab { min-height: 82px; }
  .approach-panel { min-height: 340px; }
  .project-row { grid-template-columns: minmax(0, .95fr) minmax(0, 1fr); gap: 28px; }
  .plan-teaser { grid-template-columns: 1fr; gap: 16px; }
  .plan-teaser-index { max-width: none; }
  .plan-teaser-action { justify-self: start; margin-top: 9px; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 36px); }
  .section { padding-block: 78px; }
  .header-cta { min-width: 0; padding: 11px 13px; }
  .hero { min-height: 0; }
  .hero::before { width: 3px; }
  .hero-inner { display: flex; flex-direction: column; align-items: stretch; min-height: 0; }
  .hero-copy { padding: 66px 0 42px; }
  .hero-kicker { max-width: 275px; margin-bottom: 22px; font-size: 10px; line-height: 1.5; }
  .hero h1 { max-width: 570px; margin-bottom: 22px; font-size: clamp(52px, 11.5vw, 83px); }
  .hero-intro { max-width: 530px; margin-bottom: 26px; font-size: 17px; }
  .hero-actions { gap: 18px 24px; }
  .hero-art { width: min(95%, 440px); height: clamp(300px, 95vw, 470px); min-height: 0; margin-left: auto; }
  .hero-feature { inset: 0 -6px 7% -12px; }
  .hero-feature-browser { top: 15%; left: 0; width: 92%; height: 52%; border-width: 5px; border-top-width: 12px; }
  .hero-feature-phone { top: 32%; right: -2%; width: 24%; border-width: 5px; border-radius: 16px; }
  .hero-feature-caption { bottom: 5%; left: 7%; right: 7%; gap: 5px 10px; }
  .hero-feature-caption small { max-width: calc(100% - 75px); font-size: 9px; }
  .hero-feature-caption strong { font-size: clamp(23px, 6vw, 30px); }
  .hero-feature-caption b { font-size: 23px; }
  .manifesto-inner { gap: 18px; }
  .manifesto-mark { font-size: 39px; }
  .manifesto p { font-size: clamp(22px, 5.8vw, 34px); }
  .section-lead h2, .work-heading h2, .services-intro h2, .about h2 { font-size: clamp(40px, 9vw, 57px); }
  .section-lead p, .services-intro p { font-size: 17px; }
  .approach-grid { grid-template-columns: 1fr; margin-top: 46px; }
  .approach-tab { min-height: 75px; }
  .approach-panel { min-height: 330px; }
  .work { padding-block: 78px; }
  .work-heading { margin-bottom: 28px; }
  .project-list { width: calc(100% + 18px); flex-direction: row; gap: 14px; overflow-x: auto; padding: 0 18px 16px 0; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .project-row { flex: 0 0 min(86vw, 345px); display: flex; flex-direction: column; align-items: stretch; gap: 0; min-height: 0; padding: 12px; scroll-snap-align: start; }
  .project-devices { max-width: none; height: 196px; }
  .project-browser { top: 14px; width: 82%; height: 167px; }
  .project-phone { width: 96px; height: 195px; }
  .project-details { padding: 12px 3px 5px; }
  .project-details h3 { margin: 8px 0 12px; font-size: 27px; }
  .plan-teaser { margin-top: 70px; padding: 25px; }
  .services-layout { grid-template-columns: 1fr; gap: 45px; }
  .service-list a { padding-block: 26px; }
  .about-layout { grid-template-columns: 1fr; gap: 40px; }
  .about-photo { width: 200px; }
  .about-photo figcaption { flex-direction: column; gap: 4px; }
  .about-copy p { font-size: 19px; }
  .closing h2 { font-size: clamp(48px, 10.5vw, 76px); }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 25px; }
  .footer-inner p { grid-column: 1 / -1; grid-row: 2; }
  .footer-inner div { justify-self: end; flex-direction: column; gap: 11px; }
  .footer-inner .footer-navigation { align-items: flex-end; }
  .footer-inner .footer-primary, .footer-inner .footer-legal { align-items: flex-end; }
}

@media (max-width: 390px) {
  .header-inner { gap: 8px; }
  .brand { gap: 8px; font-size: 15px; }
  .brand img { width: 34px; height: 34px; }
  .header-cta { padding-inline: 9px; font-size: 11px; }
  .menu-toggle { flex: none; width: 40px; height: 40px; }
  .hero h1 { font-size: 48px; }
  .hero-actions { align-items: start; flex-direction: column; }
  .approach-panel { min-height: 360px; }
  .service-list a { grid-template-columns: 30px 1fr; column-gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
