:root {
  --green: #00e676;
  --green-strong: #00c965;
  --green-dark: #08783f;
  --ink: #07120c;
  --ink-soft: #102219;
  --paper: #f4f8f5;
  --white: #fff;
  --muted: #66766d;
  --line: #cad7cf;
  --danger: #ff5a61;
  --radius: 6px;
  --max: 1220px;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  overflow-x: hidden;
}
body, button, input, select, textarea { font-size: 16px; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--white);
  background: rgba(7, 18, 12, .88);
  border-bottom: 1px solid rgba(255,255,255,.13);
  backdrop-filter: blur(18px);
}

.brand { display: block; flex: 0 0 auto; }
.brand img {
  width: 116px;
  height: 56px;
  object-fit: contain;
  object-position: left center;
}
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a {
  text-decoration: none;
  color: rgba(255,255,255,.76);
  font-size: .9rem;
  font-weight: 600;
}
.desktop-nav a:hover { color: var(--green); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-link {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: var(--radius);
}
.icon-link svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.button {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--green);
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease;
}
.button:hover { background: #2bff97; transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 0 14px; font-size: .86rem; }
.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: var(--radius);
  background: transparent;
}
.menu-button span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
}
.mobile-menu {
  display: none;
  position: fixed;
  z-index: 45;
  top: 76px;
  left: 0;
  right: 0;
  padding: 18px 24px 24px;
  background: var(--ink);
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.mobile-menu a {
  display: block;
  padding: 13px 0;
  color: var(--white);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.hero {
  position: relative;
  min-height: min(820px, 94vh);
  overflow: hidden;
  display: flex;
  align-items: center;
  color: var(--white);
  background: var(--ink);
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,11,7,.96) 0%, rgba(3,11,7,.8) 36%, rgba(3,11,7,.12) 74%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 48px));
  margin: 66px auto 0;
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--green-dark);
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
}
.hero .eyebrow, .systems .eyebrow, .contact-section .eyebrow { color: var(--green); }
h1, h2, h3 {
  margin-top: 0;
  font-family: Manrope, Arial, sans-serif;
  letter-spacing: 0;
}
.hero h1 {
  max-width: 680px;
  margin-bottom: 18px;
  font-size: clamp(3.8rem, 9vw, 7.6rem);
  line-height: .94;
}
.hero-lead {
  max-width: 630px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(1.05rem, 2vw, 1.38rem);
  line-height: 1.55;
}
.hero-actions { margin-top: 32px; display: flex; align-items: center; gap: 24px; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}
.text-link svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  transition: transform .18s ease;
}
.text-link:hover svg { transform: translateX(5px); }
.hero-proof {
  position: absolute;
  z-index: 3;
  right: max(24px, calc((100vw - var(--max)) / 2));
  bottom: 38px;
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 1fr));
  border: 1px solid rgba(255,255,255,.19);
  background: rgba(7,18,12,.72);
  backdrop-filter: blur(12px);
}
.hero-proof div { padding: 16px 18px; border-right: 1px solid rgba(255,255,255,.14); }
.hero-proof div:last-child { border-right: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { margin-bottom: 5px; font-size: .88rem; }
.hero-proof span { color: rgba(255,255,255,.62); font-size: .74rem; }
.hero-scroll {
  position: absolute;
  z-index: 3;
  left: max(24px, calc((100vw - var(--max)) / 2));
  bottom: 35px;
  width: 28px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 16px;
}
.hero-scroll span {
  position: absolute;
  left: 50%;
  top: 8px;
  width: 3px;
  height: 8px;
  transform: translateX(-50%);
  background: var(--green);
  border-radius: 2px;
}

.intro-band, .section-space, .instagram-section {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}
.intro-band {
  padding: 86px 0;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 70px;
  border-bottom: 1px solid var(--line);
}
.section-label {
  padding-top: 8px;
  color: var(--muted);
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
}
.intro-statement h2 {
  max-width: 920px;
  margin-bottom: 24px;
  font-size: clamp(2rem, 4.4vw, 4.3rem);
  line-height: 1.08;
}
.intro-statement p {
  max-width: 680px;
  margin: 0 0 0 auto;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.7;
}
.section-space { padding: 110px 0; }
.section-heading {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: end;
  margin-bottom: 48px;
}
.section-heading h2, .systems-heading h2, .partners-copy h2, .instagram-copy h2, .contact-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: 1.05;
}
.section-heading > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.service-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}
.service-item {
  position: relative;
  min-height: 330px;
  padding: 28px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}
.service-featured { grid-row: span 2; min-height: 660px; background: var(--ink-soft); color: var(--white); }
.service-number { color: var(--muted); font-size: .72rem; font-weight: 700; }
.service-icon {
  width: 52px;
  height: 52px;
  margin: 54px 0 28px;
  display: grid;
  place-items: center;
  color: var(--green-dark);
  background: #dff7e9;
  border-radius: var(--radius);
}
.service-featured .service-icon { margin-top: 110px; color: var(--ink); background: var(--green); }
.service-icon svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.service-item h3 { margin-bottom: 14px; font-size: 1.5rem; }
.service-item p { color: var(--muted); line-height: 1.65; }
.service-featured p { color: rgba(255,255,255,.68); font-size: 1.08rem; }
.service-item ul {
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.82);
}
.service-item li { padding: 10px 0; border-top: 1px solid rgba(255,255,255,.15); }
.service-grid > .service-item:last-child {
  grid-column: 1 / -1;
  min-height: 260px;
}
.service-grid > .service-item:last-child .service-icon { margin-top: 38px; }

.project-proof {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 90px;
  align-items: end;
  border-bottom: 1px solid var(--line);
}
.project-proof-copy h2 {
  max-width: 760px;
  margin: 0 0 25px;
  font-size: clamp(2.2rem, 4.5vw, 4.3rem);
  line-height: 1.06;
}
.project-proof-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  line-height: 1.7;
}
.project-proof-copy .text-link {
  width: max-content;
  margin-top: 26px;
  color: var(--green-dark);
}
.project-proof-list {
  border-top: 1px solid var(--ink);
}
.project-proof-list span {
  min-height: 76px;
  padding: 18px 4px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--ink);
  font-weight: 600;
}

.systems {
  width: 100%;
  max-width: none;
  background: var(--ink);
  color: var(--white);
}
.systems-heading, .system-showcase {
  width: min(var(--max), calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}
.systems-heading { margin-bottom: 70px; }
.system-showcase {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  min-height: 590px;
  border-top: 1px solid rgba(255,255,255,.2);
}
.system-showcase:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.system-reverse .system-copy { order: 2; }
.system-reverse .system-visual { order: 1; }
.system-copy {
  padding: 56px 55px 56px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.system-reverse .system-copy { padding-left: 55px; padding-right: 0; }
.system-index { color: var(--green); font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.system-copy h3 { margin: 18px 0; font-size: clamp(2.1rem, 4vw, 3.7rem); line-height: 1.06; }
.system-copy p { max-width: 520px; color: rgba(255,255,255,.67); line-height: 1.75; }
.system-points {
  margin: 26px 0 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.system-points span {
  padding: 12px 0;
  color: rgba(255,255,255,.86);
  border-top: 1px solid rgba(255,255,255,.16);
  font-size: .88rem;
}
.system-access-link { color: var(--green); width: max-content; }
.system-exclusive {
  width: max-content;
  padding: 10px 12px;
  color: var(--green);
  border: 1px solid rgba(0, 230, 118, .45);
  border-radius: var(--radius);
  font-size: .82rem;
  font-weight: 700;
}
.system-visual {
  padding: 48px;
  display: flex;
  align-items: center;
  background: #0d2117;
  border-left: 1px solid rgba(255,255,255,.15);
}
.system-reverse .system-visual { border-left: 0; border-right: 1px solid rgba(255,255,255,.15); background: #e4eee8; }
.fake-window {
  width: 100%;
  overflow: hidden;
  background: #07110c;
  border: 1px solid #326149;
  box-shadow: 0 32px 80px rgba(0,0,0,.32);
}
.fake-top {
  height: 38px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255,255,255,.6);
  background: #0e1d15;
  font-size: .7rem;
}
.fake-top span { width: 8px; height: 8px; background: #47705a; border-radius: 50%; }
.fake-top b { margin-left: 8px; font-weight: 500; }
.monitor-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 18px; }
.monitor-metrics div { padding: 14px; border: 1px solid #28513d; }
.monitor-metrics strong, .monitor-metrics span { display: block; }
.monitor-metrics strong { color: var(--green); font-size: 1.8rem; }
.monitor-metrics span { color: #8aa397; font-size: .7rem; }
.monitor-metrics .metric-alert strong { color: var(--danger); }
.monitor-table { padding: 0 18px 20px; }
.monitor-table > div {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 8px;
  padding: 11px 8px;
  color: #dbe8e0;
  border-bottom: 1px solid #1e3b2c;
  font-size: .72rem;
}
.monitor-table .table-head { color: #799487; background: #0d1d14; }
.online-dot, .offline-dot { font-size: .66rem; font-weight: 700; }
.online-dot { color: var(--green); }
.offline-dot { color: var(--danger); }
.light-window { background: #f5f8f6; border-color: #b7c9be; color: var(--ink); }
.light-window .fake-top { background: #d9e4dd; color: #63766b; }
.ticket-layout { min-height: 350px; display: grid; grid-template-columns: 70px 1fr; }
.ticket-layout aside { padding: 20px 15px; background: #102219; }
.avatar { width: 38px; height: 38px; display: grid; place-items: center; color: var(--ink); background: var(--green); font-weight: 800; border-radius: 4px; }
.ticket-layout aside i { display: block; height: 7px; margin-top: 22px; background: #375646; }
.ticket-main { padding: 34px; }
.ticket-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.ticket-title button { padding: 10px 13px; color: var(--ink); background: var(--green); border: 0; border-radius: 4px; font-weight: 700; }
.ticket-row {
  display: grid;
  grid-template-columns: 55px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #cad8d0;
  font-size: .76rem;
}
.ticket-row em { padding: 6px 8px; font-style: normal; border-radius: 3px; }
.status-open { color: #9b2d34; background: #ffe0e2; }
.status-progress { color: #8b6300; background: #fff1c5; }
.status-done { color: #08783f; background: #d9f5e5; }

.real-work {
  border-top: 1px solid var(--line);
}
.work-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 310px;
  gap: 12px;
}
.work-card {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}
.work-card-wide { grid-column: span 2; }
.work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.work-card:hover img { transform: scale(1.035); }
.work-card::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(3, 10, 6, .92));
  pointer-events: none;
}
.work-card figcaption {
  position: absolute;
  z-index: 1;
  left: 22px;
  right: 22px;
  bottom: 20px;
}
.work-card strong,
.work-card span { display: block; }
.work-card strong {
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
  font-size: 1.08rem;
}
.work-card span {
  color: rgba(255,255,255,.7);
  font-size: .82rem;
  line-height: 1.45;
}

.method-steps {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ink);
  list-style: none;
}
.method-steps li { min-height: 250px; padding: 26px; border-right: 1px solid var(--ink); }
.method-steps li:last-child { border-right: 0; }
.method-steps span { color: var(--green-dark); font-weight: 700; }
.method-steps strong { display: block; margin: 64px 0 12px; font-family: Manrope, sans-serif; font-size: 1.45rem; }
.method-steps p { margin: 0; color: var(--muted); line-height: 1.55; }

.partners {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
  border-top: 1px solid var(--line);
}
.partners-copy p { color: var(--muted); line-height: 1.7; }
.partners-copy .text-link { margin-top: 20px; color: var(--green-dark); }
.partner-wall { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.partner-slot {
  min-height: 170px;
  padding: 25px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 14px;
  place-items: center;
  text-decoration: none;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.partner-slot span { color: #90a198; font-family: Manrope, sans-serif; font-size: 2.2rem; font-weight: 800; }
.partner-slot small { color: var(--muted); font-weight: 600; }
.partner-slot img { width: min(190px, 100%); max-height: 82px; object-fit: contain; }

.instagram-section {
  margin-bottom: 110px;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  background: var(--green);
}
.instagram-copy { padding: 56px; display: flex; flex-direction: column; justify-content: center; }
.instagram-copy .eyebrow { color: var(--ink); }
.instagram-copy h2 { font-size: clamp(2.1rem, 4vw, 3.9rem); }
.instagram-copy .button { width: max-content; margin-top: 26px; color: var(--white); background: var(--ink); border-color: var(--ink); }
.instagram-grid { display: grid; grid-template-columns: 1.15fr .78fr 1.15fr; min-height: 460px; }
.instagram-grid figure { margin: 0; min-width: 0; overflow: hidden; }
.instagram-grid img { width: 100%; height: 100%; object-fit: cover; }
.instagram-grid figure:first-child img { object-position: center center; }
.instagram-grid figure:last-child img { object-position: center center; }
.instagram-quote { padding: 28px; display: flex; align-items: flex-end; color: var(--white); background: #163629; }
.instagram-quote span { font-family: Manrope, sans-serif; font-size: 1.25rem; font-weight: 700; line-height: 1.45; }

.contact-section {
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background: var(--ink);
}
.contact-heading { max-width: 880px; margin-bottom: 52px; }
.contact-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.contact-options { border-top: 1px solid rgba(255,255,255,.2); }
.contact-option {
  padding: 22px 0;
  display: grid;
  grid-template-columns: 90px 1fr 24px;
  align-items: center;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.contact-option span { color: rgba(255,255,255,.52); font-size: .78rem; }
.contact-option svg { width: 20px; fill: none; stroke: var(--green); stroke-width: 1.8; }
.lead-form { padding: 38px; color: var(--ink); background: var(--white); }
.lead-form label { display: grid; gap: 8px; margin-bottom: 15px; color: #314139; font-size: .82rem; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form input, .lead-form select, .lead-form textarea {
  width: 100%;
  border: 1px solid #b9c8bf;
  border-radius: 4px;
  background: #f5f8f6;
  outline: none;
}
.lead-form input, .lead-form select { height: 48px; padding: 0 13px; }
.lead-form textarea { padding: 13px; resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--green-dark); box-shadow: 0 0 0 3px rgba(0,201,101,.12); }
.lead-form .button { width: 100%; }
.form-note { margin: 10px 0 0; color: var(--muted); font-size: .78rem; }

.site-footer {
  padding: 70px max(24px, calc((100vw - var(--max)) / 2)) 24px;
  color: var(--white);
  background: #030a06;
}
.footer-brand { display: grid; grid-template-columns: 160px 380px; gap: 40px; align-items: center; padding-bottom: 55px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-brand img { width: 180px; }
.footer-brand p { margin: 0; color: rgba(255,255,255,.58); line-height: 1.6; }
.footer-links { padding: 50px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links strong, .footer-links a, .footer-links span { display: block; }
.footer-links strong { margin-bottom: 16px; color: var(--green); font-size: .8rem; text-transform: uppercase; }
.footer-links a { width: max-content; margin: 9px 0; color: rgba(255,255,255,.67); text-decoration: none; }
.footer-links span { margin: 9px 0; color: rgba(255,255,255,.67); }
.footer-links a:hover { color: var(--white); }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; color: rgba(255,255,255,.43); border-top: 1px solid rgba(255,255,255,.12); font-size: .75rem; }

.notice {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  max-width: 360px;
  padding: 14px 16px;
  color: var(--white);
  background: var(--ink-soft);
  border: 1px solid var(--green);
  border-radius: var(--radius);
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition: opacity .18s ease, transform .18s ease;
}
.notice.show { opacity: 1; transform: translateY(0); }
.whatsapp-float {
  position: fixed;
  z-index: 90;
  right: 22px;
  bottom: 22px;
  min-height: 54px;
  padding: 0 18px 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #062d18;
  background: #25d366;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(0,0,0,.28);
  text-decoration: none;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease;
}
.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(0,0,0,.34);
}
.whatsapp-float svg {
  width: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .desktop-nav, .header-actions .button-small { display: none; }
  .menu-button { display: block; }
  .mobile-menu.open { display: block; }
  .hero { min-height: 760px; }
  .hero-image { object-position: 60% center; }
  .hero-proof { left: 24px; right: 24px; bottom: 28px; }
  .hero-scroll { display: none; }
  .intro-band, .section-heading, .project-proof, .partners, .contact-panel { grid-template-columns: 1fr; gap: 32px; }
  .work-gallery { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-featured { grid-row: auto; min-height: 430px; grid-column: span 2; }
  .service-featured .service-icon { margin-top: 65px; }
  .system-showcase { grid-template-columns: 1fr; }
  .system-copy, .system-reverse .system-copy { order: 1; padding: 52px 0; }
  .system-visual, .system-reverse .system-visual { order: 2; border: 1px solid rgba(255,255,255,.15); padding: 35px; }
  .method-steps { grid-template-columns: 1fr 1fr; }
  .method-steps li:nth-child(2) { border-right: 0; }
  .instagram-section { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .site-header {
    height: 66px;
    padding: 0 max(16px, env(safe-area-inset-left)) 0 max(16px, env(safe-area-inset-right));
  }
  .brand img { width: 96px; height: 48px; object-position: left center; }
  .icon-link { width: 40px; height: 40px; }
  .menu-button { width: 44px; height: 44px; }
  .mobile-menu {
    top: 66px;
    max-height: calc(100svh - 66px);
    overflow-y: auto;
    padding: 12px 20px 18px;
    box-shadow: 0 24px 60px rgba(0,0,0,.35);
  }
  .mobile-menu a { padding: 15px 0; font-weight: 700; }

  .hero {
    min-height: auto;
    padding: 104px 0 28px;
    display: block;
  }
  .hero-image { object-position: 63% center; }
  .hero-shade {
    background:
      linear-gradient(180deg, rgba(3,11,7,.88) 0%, rgba(3,11,7,.62) 38%, rgba(3,11,7,.94) 100%),
      linear-gradient(90deg, rgba(3,11,7,.96) 0%, rgba(3,11,7,.38) 100%);
  }
  .hero-content {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding-bottom: 0;
  }
  .hero .eyebrow {
    max-width: 330px;
    margin-bottom: 14px;
    font-size: .72rem;
    line-height: 1.35;
  }
  .hero h1 {
    max-width: 350px;
    margin-bottom: 16px;
    font-size: clamp(3.35rem, 16vw, 4.25rem);
    line-height: .95;
  }
  .hero-lead { max-width: 350px; font-size: 1rem; line-height: 1.55; }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    margin-top: 28px;
  }
  .hero-actions .button { width: auto; min-height: 52px; padding: 0 20px; }
  .hero-actions .text-link { font-size: .98rem; }
  .hero-proof {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: calc(100% - 32px);
    margin: 28px auto 0;
    grid-template-columns: 1fr;
  }
  .hero-proof div { padding: 13px 14px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .hero-proof div:last-child { border-bottom: 0; }
  .intro-band, .section-space, .instagram-section, .systems-heading, .system-showcase { width: calc(100% - 32px); }
  .intro-band { padding: 58px 0; gap: 24px; }
  .intro-statement h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .intro-statement p { margin: 0; font-size: 1rem; line-height: 1.65; }
  .section-space { padding: 68px 0; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2, .systems-heading h2, .partners-copy h2, .instagram-copy h2, .contact-heading h2 {
    font-size: clamp(2rem, 9vw, 3.15rem);
  }
  .section-heading > p { line-height: 1.65; }
  .project-proof { align-items: start; }
  .project-proof-copy h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .project-proof-list span { min-height: auto; padding: 16px 0; }
  .work-gallery { grid-template-columns: 1fr; grid-auto-rows: 280px; gap: 10px; }
  .work-card-wide { grid-column: auto; }
  .work-card img { object-position: center center; }
  .work-card figcaption { left: 16px; right: 16px; bottom: 16px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-featured { grid-column: auto; min-height: auto; }
  .service-grid > .service-item:last-child { grid-column: auto; }
  .service-item { min-height: auto; padding: 24px; }
  .service-icon, .service-featured .service-icon, .service-grid > .service-item:last-child .service-icon {
    margin: 34px 0 22px;
  }
  .service-item h3 { font-size: 1.35rem; }
  .service-item p { margin-bottom: 0; }
  .service-item ul { margin-top: 28px; }
  .systems-heading { margin-bottom: 42px; }
  .system-showcase { min-height: auto; }
  .system-copy, .system-reverse .system-copy { padding: 42px 0 34px; }
  .system-copy h3 { font-size: clamp(2rem, 9vw, 3rem); }
  .system-copy p { line-height: 1.65; }
  .system-points { grid-template-columns: 1fr; margin: 22px 0 28px; }
  .system-exclusive { width: 100%; text-align: center; }
  .system-visual, .system-reverse .system-visual { padding: 12px; }
  .fake-top { height: 34px; }
  .monitor-metrics { gap: 5px; padding: 10px; }
  .monitor-metrics div { padding: 8px; }
  .monitor-metrics strong { font-size: 1.35rem; }
  .monitor-table { padding: 0 10px 12px; }
  .monitor-table > div { grid-template-columns: 1.2fr .8fr; }
  .monitor-table > div span:nth-child(2) { display: none; }
  .ticket-layout { grid-template-columns: 46px 1fr; min-height: 300px; }
  .ticket-layout aside { padding: 14px 8px; }
  .avatar { width: 30px; height: 30px; }
  .ticket-main { padding: 18px; }
  .ticket-title { align-items: flex-start; flex-direction: column; gap: 12px; }
  .ticket-row { grid-template-columns: 1fr; }
  .method-steps { grid-template-columns: 1fr; }
  .method-steps li { min-height: auto; padding: 24px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .method-steps strong { margin: 38px 0 10px; }
  .partner-wall { grid-template-columns: 1fr; }
  .partner-slot { min-height: 145px; padding: 22px; }
  .partner-slot img { max-height: 70px; }
  .partners { gap: 34px; }
  .instagram-copy { padding: 35px 24px; }
  .instagram-section { margin-bottom: 70px; }
  .instagram-grid { grid-template-columns: 1fr; min-height: auto; }
  .instagram-grid figure { min-height: 250px; }
  .instagram-quote { min-height: 210px; align-items: center; }
  .instagram-quote span { font-size: 1.2rem; }
  .contact-section { padding-left: 16px; padding-right: 16px; }
  .lead-form { padding: 24px 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-option { grid-template-columns: 75px 1fr 20px; }
  .site-footer { padding-top: 58px; }
  .footer-brand { grid-template-columns: 1fr; gap: 18px; padding-bottom: 38px; }
  .footer-brand img { width: 150px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 54px;
    padding: 0;
    justify-content: center;
  }
  .whatsapp-float span { display: none; }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
