/* Werk Pixel — Swiss Minimal · full width */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #ffffff;
  --fg: #000000;
  --muted: #5c5c5c;
  --line: #000000;
  --line-soft: #e5e5e5;
  --pad: clamp(20px, 4vw, 80px);
  --pad-lg: clamp(40px, 7vw, 120px);
  --touch: 44px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: var(--bg);
  color: var(--fg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

.skip-link {
  position: absolute;
  top: -100%;
  left: var(--pad);
  z-index: 10000;
  padding: 12px 20px;
  background: var(--fg);
  color: var(--bg);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.skip-link:focus {
  top: 12px;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
ul { list-style: none; }

.wrap {
  width: 100%;
  padding-inline: var(--pad);
}

.wrap--narrow {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  padding-inline: var(--pad);
}

/* ── Nav ── */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  padding-top: env(safe-area-inset-top, 0);
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 28px;
}

.nav__brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}

.nav__logo {
  display: block;
  height: clamp(18px, 2.5vw, 22px);
  width: auto;
}

.nav__links {
  display: flex;
  gap: clamp(20px, 3vw, 40px);
  list-style: none;
}

.nav__links a {
  font-size: 13px;
  text-decoration: none;
  transition: opacity 0.15s;
}

.nav__links a:hover { opacity: 0.45; }

.nav__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  min-width: var(--touch);
  min-height: var(--touch);
}

.nav__burger span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--fg);
}

.nav__drawer {
  display: flex;
  flex-direction: column;
  padding: 8px var(--pad) calc(24px + env(safe-area-inset-bottom, 0));
  border-top: 1px solid var(--line-soft);
  background: var(--bg);
}

.nav__drawer[hidden] { display: none !important; }

.nav__drawer a {
  padding: 16px 0;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid var(--line-soft);
  min-height: var(--touch);
  display: flex;
  align-items: center;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  min-height: var(--touch);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  border: 1px solid var(--line);
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s, color 0.15s, transform 0.15s;
}

.btn:hover { transform: translateY(-1px); }

.btn--fill { background: var(--fg); color: var(--bg); }
.btn--fill:hover { background: #222; border-color: #222; }

.btn--line { background: var(--bg); color: var(--fg); }
.btn--line:hover { background: #f7f7f7; }

.btn--light { background: var(--bg); color: var(--fg); border-color: var(--bg); }
.btn--light:hover { background: #eee; transform: none; }

.btn--wide { width: 100%; }

/* ── Hero — full viewport width ── */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  min-height: min(88vh, 900px);
  border-bottom: 1px solid var(--line);
}

.hero__text {
  padding: var(--pad-lg) var(--pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
}

.hero__title {
  font-size: clamp(2.75rem, 5.5vw, 5rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.035em;
  max-width: 14ch;
}

.hero__sub {
  max-width: 36em;
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.7;
}

.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 8px; }

.hero__visual {
  position: relative;
  border-left: 1px solid var(--line);
  min-height: 420px;
}

.hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.hero__badge {
  position: absolute;
  bottom: clamp(24px, 4vw, 48px);
  left: clamp(24px, 4vw, 48px);
  background: var(--fg);
  color: var(--bg);
  padding: 24px 28px;
}

.hero__badge strong {
  display: block;
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 500;
  line-height: 1;
}

.hero__badge span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  opacity: 0.75;
  max-width: 180px;
  line-height: 1.45;
}

/* ── Stats — edge to edge ── */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  border-bottom: 1px solid var(--line);
}

.stats__cell {
  padding: clamp(28px, 4vw, 40px) var(--pad);
  border-right: 1px solid var(--line);
  font-size: 13px;
  color: var(--muted);
}

.stats__cell:last-child { border-right: 0; }

.stats__cell b {
  display: block;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 500;
  color: var(--fg);
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

/* ── Marquee ── */
.marquee {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 45s linear infinite;
}

.marquee__track span {
  padding-right: 56px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

.marquee__track span::after { content: ' ·'; }

@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* ── Sections ── */
.sec {
  padding-block: var(--pad-lg);
  border-bottom: 1px solid var(--line);
  width: 100%;
}

.sec--work,
.sec--packages,
.sec--quotes {
  padding-bottom: 0;
}

.sec-head {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) minmax(280px, 1.4fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  margin-bottom: clamp(40px, 6vw, 64px);
}

.sec-head--pad {
  padding-inline: var(--pad);
}

.sec-head--tight { margin-bottom: 28px; }

.sec-head h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.sec-head p {
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.7;
}

/* ── Work featured — full bleed ── */
.work-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  border-top: 1px solid var(--line);
}

.work-featured__item {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  border-right: 1px solid var(--line);
  overflow: hidden;
  min-height: clamp(320px, 42vw, 560px);
}

.work-featured__item:last-child { border-right: 0; }

.work-featured__item img {
  width: 100%;
  height: 100%;
  min-height: clamp(320px, 42vw, 560px);
  object-fit: cover;
  transition: transform 0.6s ease;
}

.work-featured__item:hover img { transform: scale(1.03); }

.work-featured__cap {
  position: absolute;
  inset: auto 0 0 0;
  padding: clamp(24px, 4vw, 48px);
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  color: #fff;
}

.work-featured__cap span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 8px;
}

.work-featured__cap strong {
  display: block;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.work-featured__cap p {
  font-size: 14px;
  opacity: 0.85;
  line-height: 1.5;
  max-width: 420px;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  border-top: 1px solid var(--line);
}

.work-item {
  display: block;
  text-decoration: none;
  color: inherit;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 0.15s;
}

.work-item:nth-child(3n) { border-right: 0; }

.work-item:hover { background: #fafafa; }

.work-item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.work-item__body { padding: clamp(20px, 3vw, 32px); }

.work-item__body strong {
  display: block;
  font-size: clamp(15px, 1.5vw, 17px);
  font-weight: 500;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}

.work-item__meta {
  display: block;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}

.work-item__body p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
}

/* ── Platform ── */
.platform {
  width: 100%;
  border-bottom: 1px solid var(--line-soft);
  background: var(--bg);
}

.platform__head {
  padding: var(--pad-lg) var(--pad) 0;
  max-width: 720px;
}

.platform__tag {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}

.platform__head h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 12px;
}

.platform__head > p,
.platform__text {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 0;
}

.platform__text--short { display: none; }

.platform__desk { display: block; }
.platform__mob { display: none; }

.platform__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.platform__item {
  padding: clamp(28px, 4vw, 40px) var(--pad);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.platform__item:nth-child(3n) { border-right: 0; }

.platform__item h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.platform__item p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

.platform-acc {
  padding: clamp(24px, 4vw, 40px) var(--pad) var(--pad-lg);
  max-width: 900px;
}

.platform-acc__item {
  border-top: 1px solid var(--line-soft);
}

.platform-acc__item:last-child {
  border-bottom: 1px solid var(--line-soft);
}

.platform-acc__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  list-style: none;
}

.platform-acc__item summary::-webkit-details-marker { display: none; }

.platform-acc__item summary::after {
  content: '+';
  font-size: 20px;
  font-weight: 300;
  color: var(--muted);
  flex-shrink: 0;
  transition: transform 0.2s;
}

.platform-acc__item[open] summary::after {
  transform: rotate(45deg);
}

.platform-acc__item p {
  padding-bottom: 20px;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
  max-width: 560px;
}

/* ── Services ── */
.sec-hint--mob { display: none; }

.svc-desk { display: block; }
.svc-mob { display: none; }

.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(32px, 4vw, 56px);
}

.svc-col__title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 4px;
}

.svc-acc {
  border-top: 1px solid var(--line);
}

.svc-group {
  border-bottom: 1px solid var(--line-soft);
}

.svc-group__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.svc-group__head::-webkit-details-marker { display: none; }

.svc-group__head::after {
  content: '+';
  font-size: 22px;
  font-weight: 300;
  color: var(--muted);
  flex-shrink: 0;
  line-height: 1;
  transition: transform 0.2s;
}

.svc-group[open] .svc-group__head::after {
  transform: rotate(45deg);
}

.svc-group__name {
  font-size: clamp(17px, 2vw, 19px);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.svc-group__meta {
  font-size: 12px;
  color: var(--muted);
  margin-right: auto;
  padding-left: 12px;
  flex: 1;
}

.svc-group__body {
  padding-bottom: 8px;
}

.svc-row {
  padding: 16px 0 20px;
  border-top: 1px solid var(--line-soft);
}

.svc-row h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}

.svc-row p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
}

.empty { color: var(--muted); padding: 24px 0; }

/* legacy removed: svc-tabs, svc-grid, platform__grid */

/* ── Offer — full width ── */
.offer {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  background: var(--fg);
  color: var(--bg);
  border-bottom: 1px solid var(--line);
}

.offer__main {
  padding: clamp(48px, 7vw, 88px) var(--pad);
}

.offer__tag {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.55;
  margin-bottom: 16px;
}

.offer h3 {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  max-width: 18ch;
}

.offer__main > p {
  opacity: 0.72;
  max-width: 42em;
  line-height: 1.7;
  font-size: clamp(16px, 1.4vw, 18px);
}

.offer__side {
  padding: clamp(48px, 7vw, 88px) var(--pad);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
}


/* ── Packages — full bleed ── */
.sec--packages { background: #f8f8f8; }

.pkg-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  border-top: 1px solid var(--line);
}

.pkg {
  background: var(--bg);
  padding: clamp(32px, 4vw, 48px) clamp(24px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  min-height: 380px;
}

.pkg:last-child { border-right: 0; }

.pkg--hi { background: var(--fg); color: var(--bg); }

.pkg__type {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.5;
  margin-bottom: 16px;
}

.pkg h3 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.pkg__term {
  font-size: 14px;
  opacity: 0.6;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line-soft);
}

.pkg--hi .pkg__term { border-color: rgba(255, 255, 255, 0.2); }

.pkg ul { flex: 1; margin-bottom: 32px; }

.pkg li {
  font-size: 14px;
  line-height: 1.55;
  padding: 7px 0;
  padding-left: 16px;
  position: relative;
  opacity: 0.88;
}

.pkg li::before {
  content: '—';
  position: absolute;
  left: 0;
  opacity: 0.35;
}

.pkg .btn { margin-top: auto; align-self: flex-start; }

.pkg--hi .btn--fill {
  background: var(--bg);
  color: var(--fg);
  border-color: var(--bg);
}

/* ── Studio ── */
.studio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 8vw, 100px);
}

.studio-text {
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 19px);
  line-height: 1.75;
  margin-bottom: 20px;
}

.studio-text:last-of-type { margin-bottom: 0; }

.steps-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.steps { list-style: none; }

.steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line-soft);
}

.steps li:last-child { border-bottom: 0; }

.steps__n {
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
}

.steps li strong {
  display: block;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}

.steps li p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
}

/* ── Quotes — full width ── */
.quotes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  border-top: 1px solid var(--line);
}

.quote {
  background: var(--bg);
  padding: clamp(36px, 5vw, 56px) var(--pad);
  margin: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quote:nth-child(2n) { border-right: 0; }

.quote p {
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.65;
  margin-bottom: 28px;
  letter-spacing: -0.01em;
}

.quote cite {
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.quote cite span {
  display: block;
  font-weight: 400;
  color: var(--muted);
  margin-top: 4px;
  font-size: 13px;
}

/* ── FAQ ── */
.faq-item { border-bottom: 1px solid var(--line); }

.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  list-style: none;
  letter-spacing: -0.01em;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary span {
  font-size: 22px;
  font-weight: 300;
  color: var(--muted);
  flex-shrink: 0;
}

.faq-item[open] summary span { transform: rotate(45deg); }

.faq-item p {
  padding-bottom: 24px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

/* ── Contact ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 8vw, 96px);
  align-items: start;
}

.contact-grid h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  line-height: 1.1;
}

.contact-sub {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 36px;
  font-size: 17px;
}

.contact-meta { display: grid; gap: 20px; margin-bottom: 28px; }

.contact-meta dt {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}

.contact-meta dd { font-size: 15px; }

.contact-meta a { text-decoration: underline; text-underline-offset: 4px; }

.contact-tg {
  margin-top: 4px;
  min-width: 160px;
}

.contact-note {
  margin-top: 36px;
  font-size: 14px;
  color: var(--muted);
}

.contact-form {
  border: 1px solid var(--line);
  padding: clamp(28px, 4vw, 40px);
}

.field { margin-bottom: 22px; }

.field label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.field .opt {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: var(--muted);
}

.field input,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 16px;
  border: 1px solid var(--line);
  background: var(--bg);
  outline: none;
  transition: border-color 0.15s;
}

.field input:focus,
.field textarea:focus { border-color: #888; }

.field textarea { resize: vertical; min-height: 140px; }

.form-status {
  margin-top: 16px;
  font-size: 14px;
  color: var(--muted);
}

/* ── Footer ── */
.footer {
  padding: 32px 0 calc(32px + env(safe-area-inset-bottom, 0));
  border-top: 1px solid var(--line-soft);
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 24px;
  font-size: 13px;
  color: var(--muted);
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}

.footer__nav a {
  text-decoration: none;
  font-size: 13px;
  color: var(--muted);
  min-height: var(--touch);
  display: inline-flex;
  align-items: center;
}

.footer__nav a:hover { color: var(--fg); }

.footer__inner span:first-child {
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg);
}

/* ── Responsive ── */

/* Large tablets / small laptops */
@media (max-width: 1200px) {
  .hero__title { max-width: none; }
}

@media (max-width: 1100px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .platform__grid { grid-template-columns: repeat(2, 1fr); }
  .platform__item:nth-child(3n) { border-right: 1px solid var(--line); }
  .platform__item:nth-child(2n) { border-right: 0; }
  .pkg-grid { grid-template-columns: repeat(2, 1fr); }
  .pkg:nth-child(2n) { border-right: 0; }
  .pkg:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

/* Tablets */
@media (max-width: 900px) {
  .marquee { display: none; }
  .platform__text--full { display: none; }
  .platform__text--short { display: block; }
  .platform__desk,
  .svc-desk { display: none; }
  .platform__mob,
  .svc-mob { display: block; }
  .sec-hint--desk { display: none; }
  .sec-hint--mob { display: block; }
  .sec-head p { max-width: none; font-size: 15px; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero__visual { border-left: 0; border-top: 1px solid var(--line); min-height: 50vw; }
  .hero__visual img { min-height: 50vw; }
  .hero__text { padding-block: 56px; }
  .hero__title { font-size: clamp(2.25rem, 8vw, 3.5rem); }
  .hero__actions .btn { flex: 1 1 auto; justify-content: center; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats__cell:nth-child(2) { border-right: 0; }
  .stats__cell:nth-child(1),
  .stats__cell:nth-child(2) { border-bottom: 1px solid var(--line); }
  .work-featured { grid-template-columns: 1fr; }
  .work-featured__item { border-right: 0; border-bottom: 1px solid var(--line); min-height: 55vw; }
  .work-featured__item img { min-height: 55vw; }
  .work-featured__item:last-child { border-bottom: 0; }
  .work-grid { grid-template-columns: 1fr 1fr; }
  .work-item { border-right: 1px solid var(--line); }
  .work-item:nth-child(3n) { border-right: 1px solid var(--line); }
  .work-item:nth-child(2n) { border-right: 0; }
  .offer { grid-template-columns: 1fr; }
  .offer__side { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.15); justify-content: flex-start; }
  .offer h3 { max-width: none; }
  .studio-grid,
  .contact-grid,
  .sec-head { grid-template-columns: 1fr; gap: 20px; }
  .sec-head p { font-size: 15px; }
  .quotes { grid-template-columns: 1fr; }
  .quote { border-right: 0; }
  .footer__inner { flex-direction: column; align-items: flex-start; }
}

/* Large phones */
@media (max-width: 640px) {
  .nav__links { display: none; }
  .nav__burger { display: flex; }
  .nav__inner { padding-block: 16px; }
  .hero__text { padding: 40px var(--pad); gap: 20px; }
  .hero__badge { bottom: 20px; left: 20px; padding: 18px 20px; }
  .hero__actions { flex-direction: column; width: 100%; }
  .hero__actions .btn { width: 100%; }
  .stats__cell { padding: 20px var(--pad); }
  .sec { padding-block: 40px; }
  .sec-head { margin-bottom: 28px; }
  .work-item__body p,
  .work-featured__cap p { display: none; }
  .work-item__body { padding: 16px 20px; }
  .quote p { font-size: 16px; }
  .pkg li { font-size: 13px; }
  .platform__head { padding-bottom: 0; }
  .svc-group__head { padding: 18px 0; }
  .svc-group__meta { display: none; }
  .work-grid,
  .pkg-grid { grid-template-columns: 1fr; }
  .work-item { border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .pkg { border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .contact-tg { width: 100%; }
  .contact-form { padding: 24px 20px; }
  .offer__main,
  .offer__side { padding: 40px var(--pad); }
  .quote { padding: 32px var(--pad); }
}

/* Small phones */
@media (max-width: 380px) {
  :root { --pad: 16px; }
  .hero__title { font-size: 2rem; }
  .stats { grid-template-columns: 1fr; }
  .stats__cell { border-right: 0; border-bottom: 1px solid var(--line); }
  .stats__cell:last-child { border-bottom: 0; }
}

/* Touch devices — no hover scale */
@media (hover: none) {
  .work-featured__item:hover img { transform: none; }
  .btn:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .marquee__track { animation: none; }
  .work-featured__item:hover img { transform: none; }
  .btn:hover { transform: none; }
  html { scroll-behavior: auto; }
}
