@font-face {
  font-family:Inter;
  src:url('assets/InterVariable.woff2') format('woff2');
  font-weight:100 900;
  font-display:swap
}
:root {
  --canvas:#07080a;
  --surface:#0d0d0d;
  --elevated:#101111;
  --card:#121212;
  --border:#242728;
  --ink:#f4f4f6;
  --body:#cdcdcd;
  --mute:#9c9c9d;
  --accent:#ff5757;
  --blue:#57c1ff;
  --coral:#ff6161;
  --green:#59d499;
  --gradient:linear-gradient(105deg,#ff6161 8%,#ff5757 47%,#ff6161 90%);
  --control-border:#73777a;
  --control-hover:#9c9c9d;
  --white:#ffffff;
  --black:#000000;
  --action-hover:#e8e8e8;
  --border-strong:#434345;
  --text-soft:#828287;
  --max:1184px;
  color-scheme:dark
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:100px
}
body {
  margin:0;
  background:var(--canvas);
  color:var(--ink);
  font-family:Inter,sans-serif;
  font-feature-settings:'calt','kern','liga','ss03';
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased
}
body.dialog-open {
  overflow:hidden
}
button,input,textarea,select {
  font:inherit
}
button,a,input,textarea,select {
  -webkit-tap-highlight-color:transparent
}
button {
  color:inherit;
  cursor:pointer
}
a {
  color:inherit;
  text-decoration:none
}
button {
  border:0
}
img {
  max-width:100%;
  display:block
}
button,summary,a,input,textarea,select {
  outline-offset:6px
}
:focus-visible {
  outline:2px solid var(--accent)
}
::selection {
  background:var(--mute);
  color:var(--canvas)
}
body {
  scrollbar-color:var(--border-strong) var(--canvas)
}
input,textarea {
  caret-color:var(--accent)
}
h1,h2,h3,h4,p {
  margin:0
}
h1,h2,h3 {
  line-height:1.12;
  text-wrap:balance
}
h1,h2 {
  letter-spacing:-.04em
}
h2 {
  font-size:clamp(34px,4.1vw,52px);
  font-weight:580
}
h3 {
  font-size:22px;
  font-weight:570;
  letter-spacing:-.025em
}
p {
  color:var(--mute);
  text-wrap:pretty;
  white-space:pre-wrap
}
a,button {
  touch-action:manipulation
}
button:disabled {
  opacity:.45;
  cursor:not-allowed
}
.icon {
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex-shrink:0;
  vertical-align:middle
}
.svg-library {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap
}
.skip-link {
  position:fixed;
  top:-70px;
  left:16px;
  background:var(--ink);
  color:var(--canvas);
  padding:12px 20px;
  z-index:100
}
.skip-link:focus {
  top:12px
}
.gradient-text {
  background:var(--gradient);
  background-clip:text;
  -webkit-background-clip:text;
  color:transparent
}
.soft-text {
  color:var(--text-soft)
}
.section {
  max-width:var(--max);
  margin-inline:auto;
  padding:112px 0
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:48px;
  margin-bottom:56px
}
.section-heading>p {
  max-width:360px;
  line-height:1.75
}
.button {
  min-height:52px;
  display:inline-flex;
  gap:28px;
  align-items:center;
  justify-content:center;
  padding:15px 25px;
  border-radius:100px;
  font-size:14px;
  font-weight:570;
  line-height:1.4;
  transition:background .2s,box-shadow .25s,transform .25s
}
.button-primary {
  background:linear-gradient(115deg,var(--white),var(--white));
  color:var(--black);
  box-shadow:0 0 0 1px #ffffff4d inset,0 7px 30px #ffffff30
}
.button-primary:hover {
  background:linear-gradient(115deg,var(--action-hover),var(--action-hover));
  box-shadow:0 0 0 1px #ffffff70 inset,0 8px 40px #ffffff60;
  transform:translateY(-2px)
}
.button .icon {
  width:18px;
  height:18px
}
.text-link {
  min-height:44px;
  display:inline-flex;
  gap:24px;
  align-items:center;
  font-size:14px;
  font-weight:550
}
.text-link:hover {
  color:var(--accent)
}
.site-header {
  height:85px;
  border-bottom:1px solid #ffffff0a;
  position:relative;
  z-index:20;
  background:#07080ad9
}
.nav-wrap {
  max-width:var(--max);
  height:100%;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px
}
.brand {
  display:inline-flex;
  align-items:center;
  gap:9px;
  font-size:24px;
  font-weight:640;
  letter-spacing:-.055em;
  white-space:nowrap
}
.brand-light {
  font-weight:380
}
.brand-dot {
  color:var(--accent)
}
.brand-mark {
  display:inline-flex;
  width:33px;
  height:36px;
  align-items:center
}
.brand-mark svg {
  fill:none;
  stroke:var(--accent);
  stroke-width:2.8;
  stroke-linejoin:round;
  stroke-linecap:round;
  width:33px;
  height:33px
}
#main-nav {
  display:flex;
  gap:30px;
  align-items:center;
  font-size:13px;
  color:var(--body)
}
#main-nav a {
  padding-block:12px;
  transition:color .2s
}
#main-nav a:hover {
  color:var(--white)
}
.nav-cta {
  min-height:44px;
  font-size:12px;
  display:flex;
  gap:17px;
  align-items:center;
  border:1px solid var(--border);
  padding:10px 17px;
  border-radius:100px;
  background:linear-gradient(var(--card),#111014);
  transition:border-color .2s
}
.nav-cta:hover {
  border-color:var(--mute)
}
.nav-cta .icon {
  width:16px;
  height:16px
}
.menu-toggle {
  display:none
}
.hero {
  position:relative;
  overflow:hidden;
  padding-top:90px
}
.hero-copy {
  position:relative;
  z-index:3;
  text-align:center
}
.hero h1 {
  font-size:clamp(60px,7.1vw,96px);
  font-weight:610;
  line-height:1.05
}
.hero-copy>p {
  margin:27px auto 28px;
  font-size:18px;
  line-height:1.65;
  color:var(--body)
}
.hero-note {
  color:var(--body);
  font-size:11px;
  margin-top:20px;
  display:flex;
  gap:6px;
  justify-content:center;
  align-items:center;
  white-space:pre-wrap
}
.hero-note .icon {
  width:13px;
  height:13px;
  color:var(--body)
}
.hero-glow {
  position:absolute;
  inset:-40px 0 0;
  pointer-events:none;
  background:radial-gradient(ellipse 42% 38% at 50% 42%,#a1131a20,transparent 95%),radial-gradient(ellipse 34% 35% at 50% 85%,#ff57571c,transparent)
}
.floating-icon {
  position:absolute;
  z-index:2;
  width:47px;
  height:47px;
  border:1px solid #4343454f;
  background:linear-gradient(145deg,var(--border),#0b0a0e);
  display:grid;
  place-items:center;
  border-radius:13px;
  color:var(--ink)
}
.float-code {
  left:15%;
  top:160px;
  transform:rotate(-14deg)
}
.float-spark {
  right:16%;
  top:112px;
  transform:rotate(16deg);
  color:var(--ink);
  width:42px;
  height:42px
}
.float-cursor {
  right:21%;
  top:373px;
  transform:rotate(16deg);
  width:39px;
  height:39px;
  color:var(--ink)
}
.float-cursor .icon {
  width:19px
}
.hero-showcase {
  height:428px;
  position:relative;
  max-width:1460px;
  margin:76px auto 0;
  isolation:isolate
}
.showcase-orbit {
  position:absolute;
  width:1150px;
  height:530px;
  left:50%;
  top:115px;
  transform:translateX(-50%);
  border:1px solid #ff575721;
  border-radius:50%;
  box-shadow:0 -5px 70px #ff575710;
  z-index:-1
}
.hero-screen {
  position:absolute;
  padding:0;
  border:1px solid #ffffff24;
  border-radius:13px;
  overflow:hidden;
  background:#141318;
  transition:transform .4s cubic-bezier(.2,.75,.3,1),border-color .25s;
  text-align:left
}
.browser-bar {
  height:29px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 11px;
  color:var(--body);
  font-size:9px;
  gap:15px;
  background:linear-gradient(var(--card),#131217)
}
.browser-bar>.icon {
  width:12px;
  height:12px
}
.browser-dots {
  display:flex;
  gap:4px
}
.browser-dots i {
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--border-strong)
}
.browser-dots i:first-child {
  background:var(--coral)
}
.browser-dots i:nth-child(2) {
  background:#ffc533
}
.browser-dots i:last-child {
  background:var(--green)
}
.hero-screen img {
  width:100%;
  height:auto
}
.screen-center {
  width:550px;
  left:50%;
  top:7px;
  transform:translateX(-50%);
  z-index:3;
  box-shadow:0 30px 65px #00000099
}
.screen-center:hover {
  transform:translateX(-50%) translateY(-9px);
  border-color:var(--body)
}
.screen-left {
  width:405px;
  left:calc(50% - 636px);
  top:72px;
  transform:rotate(-9deg);
  z-index:2
}
.screen-right {
  width:405px;
  right:calc(50% - 636px);
  top:75px;
  transform:rotate(9deg);
  z-index:2
}
.screen-left:hover {
  transform:rotate(-6deg) translateY(-10px);
  border-color:var(--body)
}
.screen-right:hover {
  transform:rotate(6deg) translateY(-10px);
  border-color:var(--body)
}
.showcase-label {
  position:absolute;
  left:calc(50% - 458px);
  top:355px;
  color:var(--body);
  font-size:11px;
  transform:rotate(-6deg)
}
.showcase-label span {
  display:inline-block;
  font-size:30px;
  transform:rotate(12deg);
  margin-left:15px;
  color:var(--body)
}
.hero-bottom {
  max-width:var(--max);
  margin:auto;
  display:flex;
  justify-content:space-between;
  padding:22px 0;
  border-top:1px solid var(--border);
  font-size:11px;
  color:var(--mute);
  white-space:pre-wrap
}
.hero-bottom>a {
  color:var(--ink);
  display:flex;
  gap:14px;
  align-items:center
}
.hero-bottom .icon {
  width:15px;
  height:15px
}
.services-layout {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:90px;
  align-items:center
}
.service-visual {
  min-height:443px;
  position:relative;
  border:1px solid var(--border);
  border-radius:16px;
  overflow:hidden;
  background:radial-gradient(ellipse at 50% 85%,#a1131a2e,transparent 80%),linear-gradient(135deg,var(--card),#0b0b0e)
}
.visual-glow {
  position:absolute;
  inset:0;
  background:radial-gradient(ellipse at 65% 40%,#ff575728,transparent 70%)
}
.mini-browser {
  position:absolute;
  left:11%;
  top:86px;
  width:81%;
  height:260px;
  border:1px solid var(--border-strong);
  border-radius:12px;
  transform:rotate(-6deg);
  background:var(--card);
  overflow:hidden
}
.mini-toolbar {
  height:24px;
  border-bottom:1px solid var(--border);
  display:flex;
  align-items:center;
  padding-left:11px;
  gap:4px
}
.mini-toolbar>span {
  width:5px;
  height:5px;
  background:var(--border-strong);
  border-radius:50%
}
.mini-content {
  padding:22px;
  position:relative
}
.mini-logo {
  width:19px;
  height:5px;
  background:var(--accent);
  border-radius:2px;
  margin-bottom:20px
}
.mini-line {
  width:124px;
  height:4px;
  background:var(--border-strong);
  margin-top:5px;
  border-radius:3px
}
.mini-line.short {
  position:absolute;
  right:24px;
  top:22px;
  width:70px
}
.mini-line.medium {
  width:90px
}
.mini-title {
  font-size:34px;
  font-weight:650;
  line-height:1.1;
  letter-spacing:-.04em;
  position:relative;
  z-index:2;
  margin-bottom:15px
}
.mini-title span {
  color:var(--ink)
}
.mini-button {
  margin-top:17px;
  border-radius:4px;
  background:var(--white);
  color:var(--black);
  padding:6px 9px;
  width:max-content;
  font-size:7px;
  display:flex;
  align-items:center;
  gap:11px
}
.mini-button .icon {
  width:10px;
  height:10px
}
.mini-image {
  position:absolute;
  right:0;
  top:30px;
  width:51%;
  height:175px;
  background:radial-gradient(ellipse at center,#a1131a3b,transparent 68%);
  display:grid;
  place-items:center
}
.mini-image svg {
  width:140px;
  fill:none;
  stroke:var(--accent);
  stroke-width:7;
  stroke-linejoin:round;
  filter:drop-shadow(0 0 15px #ff575740)
}
.visual-tag {
  position:absolute;
  display:flex;
  align-items:center;
  gap:9px;
  z-index:2;
  border:1px solid var(--border-strong);
  background:var(--border);
  padding:11px 15px;
  border-radius:9px;
  font-size:11px;
  color:var(--ink);
  transform:rotate(3deg)
}
.visual-tag .icon {
  width:17px;
  height:17px
}
.tag-top {
  top:55px;
  right:30px
}
.tag-bottom {
  bottom:47px;
  left:35px;
  transform:rotate(-3deg);
  background:var(--card)
}
.status-dot {
  width:6px;
  height:6px;
  background:var(--green);
  border-radius:50%;
  display:inline-block;
  flex-shrink:0
}
.service-list {
  display:grid;
  gap:29px
}
.service-list article {
  display:flex;
  gap:20px;
  border-bottom:1px solid var(--border);
  padding-bottom:29px
}
.service-list article:last-child {
  border:0;
  padding-bottom:0
}
.service-icon {
  flex-shrink:0;
  width:44px;
  height:44px;
  border-radius:10px;
  border:1px solid #ffffff12;
  display:grid;
  place-items:center
}
.violet {
  color:var(--body);
  background:#cdcdcd13
}
.blue {
  color:var(--blue);
  background:#57c1ff10
}
.coral {
  color:var(--ink);
  background:#ff61610e
}
.service-list h3 {
  font-size:21px;
  line-height:1.4
}
.service-list p {
  font-size:14px;
  line-height:1.75;
  margin:9px 0 12px;
  max-width:400px
}
.service-list a {
  font-size:12px;
  color:var(--ink);
  display:inline-flex;
  gap:12px;
  align-items:center
}
.service-list a:hover {
  color:var(--white)
}
.service-list a .icon {
  width:15px;
  height:15px
}
.work-section {
  padding-top:60px
}
.work-toolbar {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin-bottom:29px
}
.filters {
  display:flex;
  gap:6px;
  flex-wrap:wrap
}
.filter {
  border:1px solid transparent;
  background:transparent;
  padding:9px 13px;
  border-radius:100px;
  font-size:11px;
  color:var(--body);
  min-height:44px
}
.filter:hover {
  color:var(--ink);
  background:var(--card)
}
.filter.active {
  border-color:var(--border);
  background:var(--border);
  color:var(--ink)
}
.filter span {
  background:var(--border-strong);
  border-radius:4px;
  margin-left:5px;
  padding:2px 5px;
  font-size:10px
}
.example-disclosure {
  color:var(--body);
  font-size:10px
}
.project-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:43px 32px
}
.project {
  padding:0;
  background:transparent;
  text-align:left;
  min-width:0;
  display:block;
  border-radius:14px
}
.project[hidden] {
  display:none
}
.project-image {
  display:block;
  position:relative;
  height:325px;
  border:1px solid #ffffff12;
  border-radius:14px;
  overflow:hidden;
  padding:30px 28px 0
}
.project-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top;
  border-radius:7px 7px 0 0;
  transition:transform .45s cubic-bezier(.2,.75,.3,1)
}
.project:hover .project-image img {
  transform:translateY(-5px) scale(1.018)
}
.image-greenway {
  background:linear-gradient(135deg,var(--border),var(--border) 55%,var(--border))
}
.image-coffee {
  background:linear-gradient(145deg,var(--border),var(--border-strong))
}
.image-hvac {
  background:linear-gradient(140deg,var(--border),var(--border))
}
.image-lightsaber {
  background:linear-gradient(135deg,var(--border),var(--border))
}
.image-lawn {
  background:linear-gradient(130deg,var(--card),var(--border))
}
.image-firemoth {
  background:linear-gradient(135deg,var(--border),var(--border))
}
.project-info {
  flex-wrap:wrap;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:19px 0 0;
  gap:16px
}
.project-info>span:first-child {
  min-width:0;
  flex:1 1 150px
}
.project-info strong {
  font-weight:550;
  font-size:17px;
  display:block;
  letter-spacing:-.02em
}
.project-info>span>span {
  font-size:12px;
  color:var(--body);
  display:block;
  margin-top:4px
}
.project-type {
  font-size:12px;
  color:var(--body);
  border:1px solid var(--border);
  padding:4px 8px;
  border-radius:4px;
  white-space:nowrap
}
.project-view {
  width:35px;
  height:35px;
  position:absolute;
  bottom:15px;
  right:15px;
  background:#121212e8;
  border:1px solid #ffffff3b;
  border-radius:50%;
  display:grid;
  place-items:center;
  transition:background .2s
}
.project-view .icon {
  width:17px;
  height:17px
}
.project:hover .project-view {
  background:var(--mute)
}
.growth-section {
  background:radial-gradient(ellipse at 50% 50%,#12121280,transparent 75%),#0b0a0e;
  border-block:1px solid var(--border)
}
.growth-inner {
  text-align:center;
  padding-block:87px
}
.growth-inner>p {
  margin:22px auto 0;
  font-size:16px
}
.growth-path {
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  max-width:1000px;
  margin:63px auto 35px
}
.growth-path>div {
  flex:1
}
.growth-path>div>.icon {
  width:29px;
  height:29px;
  color:var(--body);
  margin-bottom:19px
}
.growth-path h3 {
  font-size:17px;
  letter-spacing:-.025em
}
.growth-path p {
  font-size:12px;
  margin-top:10px;
  line-height:1.7
}
.path-arrow {
  color:var(--border-strong);
  margin-top:61px;
  font-size:24px
}
.growth-note {
  display:flex;
  gap:8px;
  align-items:center;
  justify-content:center;
  color:var(--body);
  font-size:11px;
  white-space:pre-wrap
}
.growth-note .status-dot {
  background:var(--body);
  width:5px;
  height:5px
}
.process-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px
}
.process-intro>p {
  margin:22px 0 27px;
  max-width:340px;
  font-size:15px
}
.process-list {
  padding:0;
  list-style:none;
  margin:0;
  display:grid;
  gap:30px
}
.process-list li {
  display:flex;
  gap:24px;
  position:relative
}
.step-number {
  color:var(--body);
  font-size:11px;
  width:33px;
  height:33px;
  border:1px solid var(--border-strong);
  border-radius:50%;
  display:grid;
  place-items:center;
  flex-shrink:0;
  background:var(--card);
  position:relative;
  z-index:1;
  font-variant-numeric:tabular-nums
}
.process-list li:not(:last-child):before {
  content:'';
  position:absolute;
  width:1px;
  background:var(--border);
  left:16px;
  top:33px;
  bottom:-30px
}
.process-list h3 {
  font-size:20px;
  line-height:1.5
}
.process-list p {
  font-size:13px;
  line-height:1.8;
  margin-top:8px
}
.investment-section {
  padding-top:0;
  padding-bottom:80px
}
.investment-panel {
  border:1px solid var(--border);
  border-radius:16px;
  background:radial-gradient(ellipse at 5% 100%,#43434525,transparent 60%),var(--surface);
  display:grid;
  grid-template-columns:1fr 1fr;
  padding:58px 58px 55px;
  gap:85px
}
.investment-copy p {
  font-size:14px;
  line-height:1.75;
  margin:22px 0 28px
}
.investment-copy h2 {
  font-size:43px
}
.quote-note {
  display:block;
  font-size:10px;
  color:var(--body);
  margin:15px 0 0 6px
}
.quote-details {
  padding-top:8px
}
.quote-details h3 {
  font-size:15px;
  line-height:1.5;
  margin-bottom:28px;
  color:var(--ink)
}
.quote-details ul {
  padding:0;
  list-style:none;
  margin:0;
  display:grid;
  gap:23px
}
.quote-details li {
  display:flex;
  gap:13px
}
.quote-details .icon {
  color:var(--body);
  width:17px;
  height:17px;
  margin-top:2px
}
.quote-details strong {
  font-size:14px;
  font-weight:520;
  display:block
}
.quote-details li span {
  font-size:12px;
  color:var(--body);
  display:block;
  margin-top:4px
}
.about-section {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  align-items:center;
  gap:75px;
  padding-top:50px;
  padding-bottom:112px
}
.about-section h2 {
  font-size:43px
}
.about-section p {
  max-width:540px;
  font-size:14px;
  line-height:1.8;
  margin-top:21px
}
.about-mark {
  overflow:hidden;
  height:310px;
  position:relative;
  display:grid;
  place-items:center;
  background:radial-gradient(ellipse at center,#a1131a29,transparent 66%)
}
.about-mark>svg {
  width:160px;
  height:160px;
  fill:none;
  stroke:var(--accent);
  stroke-width:3;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:drop-shadow(0 0 17px #ff57574d)
}
.orbit {
  position:absolute;
  width:300px;
  height:180px;
  border:1px solid #ff575739;
  border-radius:50%;
  transform:rotate(-33deg)
}
.orbit-two {
  width:380px;
  height:245px;
  transform:rotate(-33deg);
  border-color:#ff575719
}
.about-values {
  display:flex;
  gap:21px;
  flex-wrap:wrap;
  margin-top:26px;
  font-size:10px;
  color:var(--body)
}
.about-values>span:before {
  content:'';
  display:inline-block;
  width:4px;
  height:4px;
  background:var(--body);
  border-radius:50%;
  margin-right:8px
}
.faq-section {
  border-top:1px solid var(--border);
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:80px;
  padding-bottom:105px
}
.faq-section h2 {
  font-size:44px
}
.faq-section>div>p {
  margin-top:20px;
  font-size:14px
}
.faq-list details {
  border-bottom:1px solid var(--border)
}
.faq-list details:first-child summary {
  padding-top:0
}
.faq-list summary {
  cursor:pointer;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:23px 0;
  font-size:14px;
  font-weight:480
}
.faq-list summary::-webkit-details-marker {
  display:none
}
.faq-list summary span {
  font-size:23px;
  color:var(--body);
  font-weight:300;
  transition:transform .2s
}
.faq-list details[open] summary span {
  transform:rotate(45deg)
}
.faq-list p {
  font-size:13px;
  line-height:1.85;
  padding-bottom:25px
}
.faq-list summary:hover {
  color:var(--ink)
}
.contact-section {
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:100px;
  position:relative;
  padding-top:50px;
  padding-bottom:115px
}
.contact-section:before {
  content:'';
  position:absolute;
  width:min(600px,100%);
  height:600px;
  left:-170px;
  bottom:-30px;
  background:radial-gradient(ellipse,#a1131a20,transparent 70%);
  pointer-events:none;
  z-index:-1
}
.contact-copy {
  padding-top:34px
}
.contact-spark {
  display:block;
  color:var(--body);
  margin-bottom:35px
}
.contact-spark .icon {
  width:35px;
  height:35px
}
.contact-copy h2 {
  font-size:59px
}
.contact-copy>p {
  font-size:16px;
  line-height:1.8;
  margin-top:27px
}
.contact-copy .contact-explainer {
  font-size:13px;
  max-width:340px;
  margin-top:25px
}
.local-note {
  display:flex;
  gap:10px;
  font-size:11px;
  color:var(--body);
  margin-top:30px;
  line-height:1.7
}
.local-note .icon {
  width:16px;
  height:16px;
  margin-top:1px
}
.brief-form {
  padding:30px;
  border:1px solid var(--border);
  background:var(--surface);
  border-radius:16px
}
.brief-form h3 {
  font-size:20px
}
.form-intro {
  font-size:11px;
  margin-top:10px;
  margin-bottom:24px
}
.brief-form label {
  display:block;
  font-size:11px;
  color:var(--ink);
  margin-bottom:17px
}
.form-row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px
}
.brief-form input,.brief-form select,.brief-form textarea {
  display:block;
  width:100%;
  border:1px solid var(--control-border);
  background:var(--card);
  border-radius:7px;
  color:var(--ink);
  padding:11px 12px;
  margin-top:7px;
  font-size:12px;
  min-height:44px;
  transition:border-color .2s
}
.brief-form input:hover,.brief-form select:hover,.brief-form textarea:hover {
  border-color:var(--control-hover)
}
.brief-form input:focus,.brief-form select:focus,.brief-form textarea:focus {
  border-color:var(--body);
  outline:2px solid #cdcdcd40;
  outline-offset:2px
}
.brief-form textarea {
  resize:vertical;
  min-height:105px;
  max-height:400px
}
.brief-form ::placeholder {
  color:var(--body)
}
.optional {
  color:var(--body)
}
.form-submit {
  width:100%;
  font-size:12px;
  min-height:48px;
  margin-top:2px
}
.form-disclosure {
  font-size:10px;
  text-align:center;
  margin-top:13px;
  color:var(--body)
}
.brief-result {
  margin-top:25px;
  padding-top:24px;
  border-top:1px solid var(--border)
}
.brief-result h4 {
  font-size:16px;
  font-weight:550
}
.brief-result>p {
  font-size:12px;
  margin-top:10px
}
.brief-result pre {
  font-family:Inter,sans-serif;
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  font-size:12px;
  line-height:1.8;
  padding:15px;
  border-radius:8px;
  background:var(--border);
  max-height:300px;
  overflow:auto
}
.brief-actions {
  display:flex;
  gap:10px;
  flex-wrap:wrap
}
.brief-actions button {
  padding:11px 16px;
  background:var(--border);
  border:1px solid var(--border-strong);
  border-radius:7px;
  font-size:12px
}
.brief-actions button:hover {
  background:var(--border-strong)
}
#brief-status {
  min-height:20px;
  color:var(--ink)
}
.site-footer {
  max-width:var(--max);
  margin:auto;
  border-top:1px solid var(--border)
}
.footer-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:38px 0;
  gap:25px
}
.footer-top>.brand {
  font-size:22px
}
.footer-top>span {
  font-size:12px;
  color:var(--mute)
}
.footer-top>a:last-child {
  min-height:44px;
  font-size:12px;
  display:flex;
  align-items:center;
  gap:18px
}
.footer-top>a:last-child:hover {
  color:var(--accent)
}
.footer-top .icon {
  width:17px;
  height:17px
}
.footer-bottom {
  border-top:1px solid var(--card);
  padding:20px 0 28px;
  display:flex;
  justify-content:space-between;
  font-size:10px;
  color:var(--body)
}
.footer-bottom>a:hover {
  color:var(--white)
}
dialog {
  max-width:min(960px,calc(100% - 40px));
  max-height:90svh;
  width:960px;
  padding:0;
  border:1px solid var(--border-strong);
  border-radius:16px;
  color:var(--ink);
  background:var(--surface);
  overscroll-behavior:contain
}
dialog::backdrop {
  background:#000000bb;
  backdrop-filter:blur(8px)
}
.dialog-close {
  position:sticky;
  top:14px;
  float:right;
  right:14px;
  margin:14px 14px -56px 0;
  width:44px;
  height:44px;
  border:1px solid var(--body);
  background:#121212eb;
  border-radius:50%;
  display:grid;
  place-items:center;
  z-index:2
}
.dialog-close:hover {
  background:var(--border-strong)
}
.dialog-image {
  background:var(--border);
  padding:35px
}
.dialog-image img {
  width:100%;
  height:auto;
  border-radius:8px
}
.dialog-content {
  padding:35px 45px 45px
}
.dialog-type {
  font-size:11px;
  color:var(--body)
}
.dialog-content h2 {
  margin:13px 0 16px;
  font-size:38px
}
.dialog-content p {
  font-size:14px;
  line-height:1.8
}
.dialog-content h3 {
  font-size:17px;
  margin-top:25px
}
.dialog-content ul {
  padding-left:20px;
  color:var(--body);
  font-size:13px;
  line-height:1.9
}
.dialog-content .dialog-disclaimer {
  font-size:11px;
  margin:25px 0;
  color:var(--body)
}
@media(min-width:1600px) {
  .hero {
    padding-top:105px
  }
  .hero-showcase {
    margin-top:85px
  }
  .hero h1 {
    font-size:102px
  }
}
@media(max-width:1280px) {
  .section,.nav-wrap,.hero-bottom,.site-footer {
    margin-inline:48px
  }
  .hero h1 {
    font-size:84px
  }
  .screen-center {
    width:500px
  }
  .screen-left,.screen-right {
    width:350px
  }
  .screen-left {
    left:calc(50% - 559px)
  }
  .screen-right {
    right:calc(50% - 559px)
  }
  .hero-showcase {
    height:385px
  }
  .showcase-label {
    top:325px;
    left:calc(50% - 430px)
  }
  .float-code {
    left:9%
  }
  .float-spark {
    right:10%
  }
  .float-cursor {
    right:12%
  }
  .services-layout {
    gap:48px
  }
  .project-image {
    height:290px;
    padding:24px 22px 0
  }
  .investment-panel {
    padding:45px;
    gap:50px
  }
  .contact-section {
    gap:60px
  }
  .growth-inner {
    margin-inline:auto;
    padding-inline:48px
  }
}
@media(max-width:1050px) {
  .nav-wrap {
    gap:20px
  }
  #main-nav {
    gap:20px
  }
  .brand {
    font-size:21px
  }
  .nav-cta {
    font-size:11px;
    padding:10px 14px;
    gap:10px
  }
  .hero h1 {
    font-size:76px
  }
  .hero {
    padding-top:75px
  }
  .hero-copy>p {
    font-size:17px
  }
  .float-code {
    left:6%;
    top:155px;
    width:38px;
    height:38px
  }
  .float-spark {
    right:7%;
    top:90px;
    width:36px;
    height:36px
  }
  .float-cursor {
    right:9%;
    top:345px
  }
  .section-heading {
    gap:40px
  }
  .section-heading>p {
    max-width:290px;
    font-size:14px
  }
  .section {
    padding-block:85px
  }
  .section-heading h2 {
    font-size:40px
  }
  .services-layout {
    gap:35px
  }
  .service-visual {
    min-height:420px
  }
  .mini-browser {
    top:93px;
    left:7%;
    width:87%
  }
  .mini-title {
    font-size:29px
  }
  .mini-image {
    right:-20px
  }
  .tag-top {
    right:12px;
    font-size:10px
  }
  .tag-bottom {
    left:16px;
    font-size:10px
  }
  .service-list h3 {
    font-size:18px
  }
  .service-list p {
    font-size:13px
  }
  .service-list article {
    gap:13px
  }
  .service-icon {
    width:32px;
    height:32px
  }
  .service-icon .icon {
    width:19px;
    height:19px
  }
  .work-toolbar {
    align-items:start;
    flex-direction:column;
    gap:12px
  }
  .project-image {
    height:255px;
    padding:22px 20px 0
  }
  .project-info>span:first-child {
  min-width:0;
  flex:1 1 150px
}
.project-info strong {
    font-size:15px
  }
  .project-type {
    font-size:12px
  }
  .process-section {
    gap:55px
  }
  .process-intro h2 {
    font-size:42px
  }
  .investment-section {
    padding-top:0
  }
  .investment-panel {
    padding:36px;
    gap:40px
  }
  .investment-copy h2 {
    font-size:36px
  }
  .about-section {
    gap:50px
  }
  .about-section h2 {
    font-size:35px
  }
  .about-values {
    gap:12px
  }
  .orbit-two {
    width:310px
  }
  .faq-section {
    gap:45px
  }
  .faq-section h2 {
    font-size:36px
  }
  .contact-section {
    gap:40px;
    padding-top:35px
  }
  .contact-copy h2 {
    font-size:48px
  }
  .brief-form {
    padding:25px
  }
  .footer-top>span {
    font-size:10px
  }
}
@media(max-width:800px) {
  .section,.nav-wrap,.hero-bottom,.site-footer {
    margin-inline:26px
  }
  .site-header {
    height:75px
  }
  .nav-cta {
    margin-left:auto
  }
  #main-nav {
    display:none;
    position:absolute;
    top:74px;
    left:0;
    right:0;
    background:var(--surface);
    border-bottom:1px solid var(--border);
    padding:22px 26px;
    flex-direction:column;
    align-items:stretch;
    gap:0
  }
  #main-nav.is-open {
    display:flex
  }
  #main-nav a {
    font-size:16px;
    min-height:47px
  }
  .menu-toggle {
    display:flex;
    width:44px;
    height:44px;
    flex-shrink:0;
    background:transparent;
    flex-direction:column;
    justify-content:center;
    gap:6px;
    padding:6px
  }
  .menu-toggle span {
    height:1px;
    width:23px;
    background:var(--ink);
    transition:transform .2s
  }
  .menu-toggle[aria-expanded=true] span:first-child {
    transform:translateY(3.5px) rotate(45deg)
  }
  .menu-toggle[aria-expanded=true] span:last-child {
    transform:translateY(-3.5px) rotate(-45deg)
  }
  .hero {
    padding-top:73px
  }
  .hero h1 {
    font-size:66px
  }
  .hero-copy>p {
    font-size:16px
  }
  .float-code {
    left:5%;
    top:62px;
    width:31px;
    height:31px;
    border-radius:9px
  }
  .float-code .icon {
    width:18px;
    height:18px
  }
  .float-spark {
    right:5%;
    top:105px;
    width:30px;
    height:30px;
    border-radius:9px
  }
  .float-spark .icon {
    width:18px;
    height:18px
  }
  .float-cursor {
    display:none
  }
  .hero-showcase {
    margin-top:60px;
    height:325px
  }
  .screen-center {
    width:420px
  }
  .screen-left,.screen-right {
    width:270px;
    top:58px
  }
  .screen-left {
    left:calc(50% - 449px)
  }
  .screen-right {
    right:calc(50% - 449px)
  }
  .showcase-label {
    display:none
  }
  .hero-bottom {
    font-size:10px;
    gap:20px
  }
  .hero-bottom>span {
    max-width:200px
  }
  .hero-bottom>a {
    max-width:150px;
    gap:8px
  }
  .section-heading {
    display:block;
    margin-bottom:37px
  }
  .section-heading>p {
    margin-top:22px;
    max-width:460px
  }
  .section-heading h2 {
    font-size:42px
  }
  .services-layout {
    grid-template-columns:1fr;
    gap:45px
  }
  .service-visual {
    min-height:360px;
    max-width:580px;
    width:100%;
    margin:auto
  }
  .mini-browser {
    width:72%;
    left:14%;
    top:57px;
    height:250px
  }
  .mini-title {
    font-size:36px
  }
  .mini-image {
    right:0
  }
  .tag-top {
    top:35px;
    right:26px
  }
  .tag-bottom {
    bottom:28px;
    left:25px
  }
  .service-list {
    grid-template-columns:1fr;
    gap:25px
  }
  .service-list article {
    gap:19px;
    padding-bottom:25px
  }
  .service-list h3 {
    font-size:22px
  }
  .service-list p {
    max-width:none;
    font-size:14px
  }
  .service-icon {
    width:37px;
    height:37px
  }
  .project-grid {
    gap:30px 20px
  }
  .project-image {
    height:225px;
    padding:18px 16px 0
  }
  .project-info {
  flex-wrap:wrap;
    align-items:start;
    padding-top:14px
  }
  .project-type {
    display:none
  }
  .project-info>span:first-child {
  min-width:0;
  flex:1 1 150px
}
.project-info strong {
    font-size:15px
  }
  .project-info>span>span {
    font-size:11px
  }
  .growth-inner {
    margin-inline:0;
    padding-inline:26px
  }
  .growth-inner h2 {
    font-size:39px
  }
  .growth-path h3 {
    font-size:14px
  }
  .growth-path p {
    font-size:11px
  }
  .growth-note {
    font-size:10px;
    max-width:500px;
    margin:auto
  }
  .process-section {
    grid-template-columns:1fr;
    gap:45px
  }
  .process-intro>p {
    max-width:440px
  }
  .process-list {
    gap:27px
  }
  .process-list p {
    font-size:14px
  }
  .investment-panel {
    gap:38px;
    padding:35px;
    grid-template-columns:1fr
  }
  .investment-copy p {
    max-width:450px
  }
  .quote-details {
    border-top:1px solid var(--border);
    padding-top:28px
  }
  .quote-details ul {
    grid-template-columns:1fr 1fr;
    gap:24px
  }
  .about-section {
    gap:35px;
    grid-template-columns:.6fr 1fr;
    padding-top:0
  }
  .about-mark {
    height:240px
  }
  .about-mark>svg {
    width:125px
  }
  .orbit-one {
    width:210px;
    height:120px
  }
  .orbit-two {
    width:240px;
    height:170px
  }
  .about-section h2 {
    font-size:32px
  }
  .about-section p {
    font-size:13px
  }
  .about-values {
    gap:10px;
    display:grid
  }
  .faq-section {
    grid-template-columns:1fr;
    gap:42px
  }
  .faq-section h2 {
    font-size:42px
  }
  .contact-section {
    grid-template-columns:1fr;
    gap:40px
  }
  .contact-copy {
    padding:0
  }
  .contact-copy h2 {
    font-size:58px
  }
  .contact-copy>p {
    max-width:450px
  }
  .contact-spark {
    margin-bottom:25px
  }
  .brief-form {
    padding:30px
  }
  .footer-top {
    flex-wrap:wrap;
    gap:20px
  }
  .footer-top>span {
    order:3;
    width:100%;
    font-size:12px
  }
  .footer-bottom {
    gap:16px;
    flex-wrap:wrap
  }
  .footer-bottom>span:nth-child(2) {
    display:none
  }
}
@media(max-width:480px) {
  .section,.nav-wrap,.hero-bottom,.site-footer {
    margin-inline:20px
  }
  .nav-wrap {
    gap:9px
  }
  .brand {
    font-size:20px;
    gap:5px
  }
  .brand-mark,.brand-mark svg {
    width:29px;
    height:29px
  }
  .nav-cta {
    font-size:0;
    gap:0;
    padding:0;
    border:0;
    background:none;
    min-height:44px;
    min-width:44px;
    justify-content:center
  }
  .nav-cta .icon {
    width:20px;
    height:20px
  }
  .menu-toggle {
    width:44px
  }
  .hero {
    padding-top:64px
  }
  .hero h1 {
    font-size:clamp(40px,10.7vw,52px);
    letter-spacing:-.04em
  }
  .hero-copy {
    padding-inline:14px
  }
  .hero-copy>p {
    font-size:14px;
    margin:24px auto;
    max-width:320px;
    line-height:1.75
  }
  .desktop-break {
    display:none
  }
  .hero .button {
    font-size:12px;
    min-height:49px;
    padding-inline:21px;
    gap:23px
  }
  .hero-note {
    font-size:9px;
    margin-top:19px
  }
  .float-code {
    top:22px;
    left:12%;
    width:26px;
    height:26px;
    border-radius:7px
  }
  .float-spark {
    top:30px;
    right:10%;
    width:24px;
    height:24px;
    border-radius:7px
  }
  .float-code .icon,.float-spark .icon {
    width:14px;
    height:14px
  }
  .hero-showcase {
    margin-top:51px;
    height:252px
  }
  .screen-center {
    width:310px;
    top:10px
  }
  .screen-left,.screen-right {
    width:205px;
    top:54px
  }
  .screen-left {
    left:calc(50% - 316px)
  }
  .screen-right {
    right:calc(50% - 316px)
  }
  .browser-bar {
    height:23px;
    font-size:7px;
    padding-inline:8px
  }
  .browser-dots {
    gap:3px
  }
  .browser-dots i {
    width:4px;
    height:4px
  }
  .hero-screen {
    border-radius:9px
  }
  .hero-bottom {
    font-size:9px;
    padding-block:18px;
    gap:14px
  }
  .hero-bottom>span {
    max-width:175px
  }
  .hero-bottom>a {
    max-width:118px
  }
  .section {
    padding-block:69px
  }
  .section-heading h2 {
    font-size:34px;
    line-height:1.13
  }
  .section-heading>p {
    font-size:13px;
    margin-top:20px
  }
  .services-layout {
    gap:34px
  }
  .service-visual {
    min-height:295px
  }
  .mini-browser {
    top:49px;
    left:10%;
    width:80%;
    height:214px
  }
  .mini-content {
    padding:18px
  }
  .mini-title {
    font-size:27px
  }
  .mini-logo {
    margin-bottom:15px
  }
  .mini-image {
    right:-12px;
    top:18px
  }
  .mini-image svg {
    width:105px
  }
  .mini-button {
    margin-top:12px
  }
  .mini-line {
    width:95px
  }
  .mini-line.medium {
    width:74px
  }
  .visual-tag {
    font-size:9px;
    padding:8px 11px;
    gap:6px
  }
  .tag-top {
    top:24px;
    right:10px
  }
  .tag-bottom {
    bottom:14px;
    left:14px
  }
  .visual-tag .icon {
    width:14px;
    height:14px
  }
  .service-list h3 {
    font-size:19px
  }
  .service-list p {
    font-size:13px
  }
  .service-list a {
    font-size:11px
  }
  .service-list article {
    gap:15px
  }
  .work-section {
    padding-top:30px
  }
  .work-toolbar {
    gap:13px
  }
  .filters {
    gap:3px
  }
  .filter {
    font-size:10px;
    padding:8px 10px;
    min-height:44px
  }
  .example-disclosure {
    font-size:9px
  }
  .project-grid {
    grid-template-columns:1fr;
    gap:30px
  }
  .project-image {
    height:auto;
    aspect-ratio:1.62;
    padding:21px 20px 0
  }
  .project-info>span:first-child {
  min-width:0;
  flex:1 1 150px
}
.project-info strong {
    font-size:16px
  }
  .project-info>span>span {
    font-size:11px
  }
  .project-type {
    display:block;
    font-size:12px
  }
  .growth-inner {
    margin:0;
    padding-inline:20px;
    padding-block:66px
  }
  .growth-inner h2 {
    font-size:33px
  }
  .growth-inner>p {
    font-size:13px
  }
  .growth-path {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:34px 16px;
    margin-top:43px;
    margin-bottom:30px
  }
  .growth-path h3 {
    font-size:14px
  }
  .growth-path>div>.icon {
    width:24px;
    height:24px;
    margin-bottom:14px
  }
  .growth-path p {
    font-size:11px
  }
  .path-arrow {
    display:none
  }
  .growth-note {
    align-items:flex-start;
    text-align:left;
    line-height:1.8;
    font-size:10px;
    padding:15px;
    border:1px solid var(--border);
    border-radius:8px;
    gap:10px
  }
  .growth-note .status-dot {
    margin-top:6px
  }
  .process-intro h2 {
    font-size:36px
  }
  .process-intro>p {
    font-size:13px
  }
  .process-list h3 {
    font-size:18px
  }
  .process-list p {
    font-size:12px
  }
  .process-list li {
    gap:18px
  }
  .investment-section {
    padding-top:0;
    padding-bottom:55px
  }
  .investment-panel {
    padding:27px 23px;
    gap:30px
  }
  .investment-copy h2 {
    font-size:34px
  }
  .investment-copy p {
    font-size:13px
  }
  .investment-copy .button {
    font-size:12px;
    min-height:48px
  }
  .quote-details h3 {
    font-size:14px
  }
  .quote-details ul {
    grid-template-columns:1fr;
    gap:22px
  }
  .about-section {
    grid-template-columns:1fr;
    padding-top:0;
    gap:5px
  }
  .about-mark {
    height:210px;
    max-width:330px;
    width:100%;
    margin:auto
  }
  .orbit-one {
    width:240px;
    height:130px
  }
  .orbit-two {
    width:290px;
    height:185px
  }
  .about-section h2 {
    font-size:34px
  }
  .about-section p {
    font-size:13px
  }
  .about-values {
    display:flex;
    gap:13px;
    font-size:9px
  }
  .faq-section h2 {
    font-size:36px
  }
  .faq-section>div>p {
    font-size:13px
  }
  .faq-list summary {
    font-size:12px;
    line-height:1.6;
    padding-block:20px
  }
  .faq-list p {
    font-size:12px
  }
  .contact-section {
    padding-top:10px;
    padding-bottom:70px
  }
  .contact-copy h2 {
    font-size:49px
  }
  .contact-copy>p {
    font-size:14px
  }
  .contact-copy .contact-explainer {
    font-size:12px
  }
  .brief-form {
    padding:23px 20px
  }
  .brief-form h3 {
    font-size:19px
  }
  .form-row {
    grid-template-columns:1fr;
    gap:0
  }
  .brief-form input,.brief-form textarea,.brief-form select {
    font-size:16px
  }
  .brief-form label {
    font-size:11px
  }
  .brief-form ::placeholder {
    font-size:12px
  }
  .brief-form select {
    font-size:13px
  }
  .form-intro {
    font-size:11px
  }
  .footer-top {
    padding-block:28px
  }
  .footer-top>.brand {
    font-size:20px
  }
  .footer-top>a:last-child {
    font-size:10px;
    gap:7px
  }
  .footer-top>span {
    font-size:10px
  }
  .footer-bottom {
    font-size:9px
  }
  dialog {
    max-width:calc(100% - 24px);
    max-height:93svh
  }
  .dialog-image {
    padding:22px 14px
  }
  .dialog-content {
    padding:22px
  }
  .dialog-content h2 {
    font-size:29px
  }
  .dialog-content p {
    font-size:12px
  }
  .dialog-content .button {
    font-size:11px;
    padding-inline:17px;
    gap:12px
  }
  .dialog-content ul {
    font-size:12px
  }
}
@media(prefers-reduced-motion:no-preference) {
  .hero-copy {
    animation:hero-arrive .9s cubic-bezier(.16,1,.3,1) both
  }
  .hero-showcase {
    animation:showcase-arrive 1.1s .15s cubic-bezier(.16,1,.3,1) both
  }
  @keyframes hero-arrive {
    from {
      transform:translateY(14px);
      filter:blur(3px);
      opacity:.6
    }
    to {
      transform:none;
      filter:blur(0);
      opacity:1
    }
  }
  @keyframes showcase-arrive {
    from {
      transform:translateY(35px);
      opacity:.6
    }
    to {
      transform:none;
      opacity:1
    }
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important
  }
}
/* Readability pass: keep functional text readable at every breakpoint. */
.hero-note,.hero-bottom,.filter,.example-disclosure,.showcase-label,.growth-note,.quote-note,.about-values,.form-disclosure,.local-note,.footer-top>a:last-child,.footer-bottom,.browser-bar {
  font-size:11px
}
.form-intro,.brief-form label,.quote-details li span,.footer-top>span {
  font-size:12px
}
.service-list a,.brief-actions button {
  min-height:44px
}
.hero-bottom>a,.footer-bottom>a {
  min-height:44px
}
.brief-form select {
  font-size:16px
}
.brief-form label {
  line-height:1.6
}
@media(max-width:480px) {
  .service-list p,.section-heading>p,.process-list p,.investment-copy p,.about-section p,.faq-list p {
    font-size:14px
  }
  .faq-list summary {
    font-size:14px
  }
  .brief-form textarea {
    font-size:16px
  }
  .hero-bottom {
    font-size:10px
  }
  .hero-bottom>a {
    font-size:11px
  }
  .project-type {
    font-size:12px
  }
  .browser-bar {
    font-size:9px
  }
}
@media print {
  .site-header,.hero,.services-section,.work-section,.growth-section,.process-section,.investment-section,.about-section,.faq-section,.contact-copy,.site-footer,.brief-form>*:not(.brief-result),.brief-actions,dialog {
    display:none!important
  }
  body {
    background:var(--white);
    color:#111111
  }
  .contact-section {
    display:block;
    padding:0;
    margin:0
  }
  .brief-form {
    border:0;
    background:var(--white);
    padding:0
  }
  .brief-result {
    display:block!important
  }
  .brief-result pre {
    max-height:none;
    background:var(--white);
    color:#111111
  }
  .brief-result p {
    color:#333333
  }
}
/* Pricing cards adapted from the supplied 21st.dev component. */
.pricing-offer {text-align:center;color:var(--body);font-size:14px;margin:0 auto 52px;max-width:700px}
.pricing-offer strong {color:var(--ink);font-size:17px}
.pricing-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.pricing-card {position:relative;display:flex;flex-direction:column;border:1px solid var(--border-strong);border-radius:16px;background:var(--surface);padding:32px 26px 26px;min-width:0}
.pricing-card h3 {font-size:23px;letter-spacing:-.03em;line-height:1.2;margin:0 0 14px;text-wrap:balance}
.pricing-description {font-size:15px;line-height:1.6;color:var(--body);margin:0 0 24px;min-height:72px}
.pricing-featured {border:2px solid var(--accent);background:var(--card);transform:translateY(-18px)}
.pricing-badge {position:absolute;right:16px;top:-15px;padding:4px 12px;border-radius:100px;background:var(--accent);color:var(--black);font-size:12px;font-weight:700}
.pricing-regular {color:var(--mute);font-size:14px;margin:0 0 5px}
.pricing-regular s {margin-left:6px}
.pricing-amount {font-size:56px;font-weight:650;letter-spacing:-.04em;line-height:1.1;margin:0;font-variant-numeric:tabular-nums}
.pricing-amount span {display:block;font-size:13px;letter-spacing:0;font-weight:400;color:var(--body);margin-top:12px}
.pricing-deposit {font-size:13px;font-weight:600;color:var(--ink);margin:18px 0 0;font-variant-numeric:tabular-nums}
.pricing-features {list-style:none;padding:0;margin:28px 0;display:grid;gap:15px;font-size:14px;color:var(--body)}
.pricing-features li {position:relative;padding-left:24px;line-height:1.55}
.pricing-features li:before {content:'';position:absolute;left:2px;top:6px;width:6px;height:11px;border:solid var(--accent);border-width:0 2px 2px 0;transform:rotate(45deg)}
.pricing-card .pricing-cta {margin-top:auto;width:100%;font-size:14px;padding:13px 14px;border:1px solid var(--control-border);text-align:center;min-height:48px}
.pricing-card .pricing-cta:hover {background:var(--ink);color:var(--black)}
.pricing-card .button-primary {border-color:var(--white)}
.pricing-config-note {font-size:12px;color:var(--mute);margin:0 0 8px}
.pricing-configurations {margin:0;font-variant-numeric:tabular-nums}
.pricing-configurations>div {padding:10px 0;border-bottom:1px solid var(--border)}
.pricing-configurations dt {font-size:13px;color:var(--body)}
.pricing-configurations dd {margin:4px 0 0}
.pricing-configurations s {color:var(--mute);font-size:14px;margin-right:8px}
.pricing-configurations strong {font-size:24px;letter-spacing:-.02em;font-weight:650}
.pricing-configurations span {display:block;color:var(--ink);font-size:12px;font-weight:600;margin-top:3px}
.pricing-inclusions {margin-top:48px;padding:32px 0;border-bottom:1px solid var(--border)}
.pricing-inclusions h3,.pricing-support h3 {font-size:23px;letter-spacing:-.03em;margin:0 0 20px}
.pricing-inclusions ul {list-style:none;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 24px;color:var(--body);font-size:14px}
.pricing-inclusions p {color:var(--mute);font-size:13px;max-width:85ch;margin:24px 0 0}
.pricing-support {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;padding:36px 0;border-bottom:1px solid var(--border)}
.pricing-support h4 {font-size:16px;margin:0 0 14px;font-weight:600}
.pricing-support h4 span {display:block;font-size:24px;font-variant-numeric:tabular-nums;margin-top:8px;color:var(--ink)}
.pricing-support p {font-size:14px;color:var(--body);margin:0}
.pricing-terms {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;margin-top:24px}
.pricing-terms p {font-size:12px;color:var(--mute);margin:0;line-height:1.7}
@media(max-width:1000px) and (min-width:801px) {.nav-wrap {gap:18px}#main-nav {gap:18px}.nav-cta {font-size:12px}}
@media(max-width:950px) {.pricing-grid {grid-template-columns:1fr;gap:32px;max-width:620px;margin:auto}.pricing-featured {transform:none}.pricing-description {min-height:0}.pricing-card {padding:30px}.pricing-card .pricing-cta {margin-top:8px}.pricing-inclusions ul {grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-support,.pricing-terms {grid-template-columns:1fr;gap:28px}}
@media(max-width:480px) {.pricing-card {padding:28px 22px}.pricing-inclusions ul {grid-template-columns:1fr}.pricing-offer {font-size:13px}.pricing-offer strong {font-size:16px}.pricing-card h3 {font-size:24px}}
.pricing-section .section-heading {display:block;text-align:center}
.pricing-section .section-heading>p {max-width:620px;margin:24px auto 0}
.pricing-amount {color:var(--ink)}
.project:target {outline:2px solid var(--accent);outline-offset:8px}
.image-steel {background:var(--border)}
.dialog-actions {display:flex;align-items:center;flex-wrap:wrap;gap:16px}
.dialog-visit {border:1px solid var(--control-border);color:var(--ink);background:var(--surface)}
.dialog-visit:hover {background:var(--elevated);border-color:var(--ink)}
@media(max-width:600px) {.dialog-actions {align-items:stretch;flex-direction:column}.dialog-actions .button {text-align:center;justify-content:center}}
/* Client work uses the established red accent without implying certification. */
.project-type.client-work-badge,.dialog-type.client-work-badge {
  display:inline-flex;
  align-items:center;
  width:fit-content;
  padding:6px 11px;
  border:1px solid color-mix(in srgb,var(--accent) 65%,var(--border));
  border-radius:100px;
  background:color-mix(in srgb,var(--accent) 14%,var(--surface));
  color:var(--ink);
  font-size:12px;
  font-weight:650;
  line-height:1.5;
  white-space:nowrap;
}
/* Compact SEO explanation within the shared package inclusions. */
.seo-explanation {max-width:74ch;margin-top:24px;padding:20px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.seo-explanation h4 {margin:0;font-size:16px;font-weight:600;line-height:1.5;color:var(--ink)}
.pricing-inclusions .seo-explanation p {margin:10px 0 0;font-size:14px;line-height:1.7;color:var(--body)}
.faq-list p a {text-decoration:underline;text-underline-offset:4px;color:var(--ink)}
.faq-list p a:hover {color:var(--accent)}

/* The honeypot is excluded from keyboard and assistive-technology navigation. */
.contact-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
#brief-status[data-error="true"] { color: #ffb4b4; }
.brief-form[aria-busy="true"] { cursor: progress; }
.legal {padding-top:72px}
.legal-body {max-width:720px}
.legal h1 {font-size:clamp(38px,5vw,58px);font-weight:600;letter-spacing:-.04em}
.legal-date {margin-top:14px;color:var(--mute);font-size:14px}
.legal-body>p:first-of-type:not(.legal-date),.legal-date+p {margin-top:32px}
.legal h2 {margin-top:48px;font-size:24px;font-weight:600;letter-spacing:-.02em}
.legal p,.legal li {color:var(--body)}
.legal h2+p,.legal h2+ul {margin-top:14px}
.legal p+p,.legal p+ul,.legal ul+p {margin-top:14px}
.legal ul {margin:0;padding-left:22px}
.legal li+li {margin-top:6px}
.legal strong {color:var(--ink);font-weight:600}
.legal a,.footer-bottom a[href="privacy.html"],.form-disclosure a {text-decoration:underline;text-underline-offset:3px}
.legal a:hover,.footer-bottom a[href="privacy.html"]:hover,.form-disclosure a:hover {color:var(--white)}
