/* ============================================================
   analaura — portfolio
   Dark editorial. Red + Gold + Black + Cream.
   ES / EN bilingual via [data-lang] on <html>.
   ============================================================ */

* , *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

:root {
  --black:   #060606;
  --onyx:    #0e0e0e;
  --charcoal:#161614;
  --carbon:  #1c1c1a;
  --red:     #8c1a10;
  --red-mid: #b52214;
  --crimson: #d42b18;
  --gold:    #c8920a;
  --yellow:  #d4aa18;
  --amber:   #e8c020;
  --gray:    #4a4a48;
  --silver:  #8a8a86;
  --white:   #f8f4ee;
  --cream:   #ede8df;
  --line:    rgba(248,244,238,0.08);
  --line-strong: rgba(248,244,238,0.18);

  --serif:   'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --sans:    'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --mono:    'DM Mono', 'JetBrains Mono', ui-monospace, monospace;
}

body {
  font-family: var(--sans);
  background: var(--black);
  color: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

/* Language toggle (bilingual) ------------------------------- */
html[data-lang="es"] .lang-en { display: none !important; }
html[data-lang="en"] .lang-es { display: none !important; }
.lang.block { display: block; }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ===========================================================
   NAV
   =========================================================== */
nav.top {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 20px 50px;
  background: rgba(6,6,6,0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-brand {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--amber);
  white-space: nowrap;
}
.nav-brand .dot { color: var(--crimson); }
.nav-links {
  display: flex; gap: 30px; list-style: none; justify-content: center;
}
.nav-links a {
  font-family: var(--mono);
  font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--silver);
  transition: color .2s;
  padding: 6px 0;
  border-bottom: 1px solid transparent;
}
.nav-links a:hover { color: var(--amber); border-bottom-color: var(--amber); }
.nav-right { display: flex; align-items: center; gap: 16px; }
.lang-toggle {
  display: inline-flex; border: 1px solid var(--line-strong);
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em;
}
.lang-toggle button {
  background: transparent; border: 0; color: var(--silver);
  padding: 6px 10px; cursor: pointer; font-family: inherit; font-size: inherit;
  letter-spacing: inherit;
}
.lang-toggle button.on { background: var(--amber); color: var(--black); }
.btn-atelier {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px;
  border: 1px solid var(--crimson);
  background: var(--crimson);
  color: var(--white);
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  transition: background .2s;
}
.btn-atelier:hover { background: transparent; color: var(--crimson); }
.btn-atelier .arrow { transition: transform .2s; }
.btn-atelier:hover .arrow { transform: translateX(3px); }

/* ===========================================================
   HERO
   =========================================================== */
.hero {
  min-height: 100vh; position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center; gap: 60px;
  padding: 120px 60px 80px;
  overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: -160px; right: -160px;
  width: 720px; height: 720px;
  background: radial-gradient(circle, rgba(140,26,16,0.18) 0%, transparent 65%);
  pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; bottom: -120px; left: 22%;
  width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(200,146,10,0.08) 0%, transparent 65%);
  pointer-events: none;
}
.hero-geo { position: absolute; inset: 0; pointer-events: none; overflow: hidden; opacity: 0.55; }
.hero-geo svg { position: absolute; inset: 0; width: 100%; height: 100%; }

.hero-left { position: relative; z-index: 2; padding-right: 40px; }
.eyebrow {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.32em;
  text-transform: uppercase; color: var(--crimson);
  display: inline-flex; align-items: center; gap: 14px; margin-bottom: 28px;
}
.eyebrow::before {
  content: ''; display: block; width: 34px; height: 1px; background: var(--crimson);
}
.hero-name {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(64px, 8.2vw, 120px);
  line-height: 1; letter-spacing: 0.01em;
  color: var(--amber);
  white-space: nowrap;
}
.hero-subtitle {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.38em;
  text-transform: uppercase; color: var(--silver);
  margin-top: 24px; margin-bottom: 36px;
}
.hero-concept {
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: 22px; line-height: 1.55; color: rgba(248,244,238,0.78);
  max-width: 460px;
  border-left: 2px solid var(--gold); padding-left: 22px;
  margin-bottom: 44px;
}
.hero-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.cta {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 14px 26px;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.28em;
  text-transform: uppercase; cursor: pointer; transition: all .25s;
  border: 1px solid;
}
.cta.amber { border-color: rgba(200,146,10,0.45); color: var(--amber); background: transparent; }
.cta.amber:hover { background: var(--amber); color: var(--black); border-color: var(--amber); }
.cta.solid { background: var(--crimson); border-color: var(--crimson); color: var(--white); }
.cta.solid:hover { background: transparent; color: var(--crimson); }

/* Hero painting */
.hero-right { position: relative; z-index: 2; }
.hero-painting-wrap {
  position: relative;
  aspect-ratio: 1;
  background: var(--charcoal);
  overflow: hidden;
  box-shadow: 0 30px 60px -30px #000c, 0 0 0 1px var(--line);
}
.hero-painting-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero-painting-wrap::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 60%, rgba(0,0,0,0.4));
  pointer-events: none;
}
.painting-caption {
  margin-top: 18px; display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--silver);
}
.painting-caption .num { color: var(--gold); }

/* ===========================================================
   SECTIONS — shared
   =========================================================== */
section {
  position: relative;
  padding: 110px 60px;
  border-top: 1px solid var(--line);
}
.sec-label {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.38em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 28px;
  display: flex; align-items: center; gap: 14px;
}
.sec-label::before {
  content: ''; display: block; width: 30px; height: 1px; background: var(--gold);
}
.sec-title {
  font-family: var(--serif); font-weight: 200;
  font-size: clamp(40px, 4.6vw, 70px);
  line-height: 1.0; letter-spacing: 0.01em;
  color: var(--white);
}
.sec-title em { font-style: italic; color: var(--amber); }
.sec-lead {
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: 20px; line-height: 1.6; color: rgba(248,244,238,0.78);
  max-width: 720px; margin-top: 26px;
}

/* About ----------------------------------------------------- */
#about .about-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 38px;
}
.about-body { display: flex; flex-direction: column; gap: 18px; margin-top: 26px;
  font-size: 15.5px; color: rgba(248,244,238,0.74); line-height: 1.85; }
.about-body strong { color: var(--white); font-weight: 500; }
.about-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.pillar {
  border: 1px solid var(--line);
  padding: 26px 22px;
  background: rgba(248,244,238,0.015);
  transition: border-color .2s, background .2s;
}
.pillar:hover { border-color: var(--gold); background: rgba(200,146,10,0.04); }
.pillar-icon {
  font-size: 22px; color: var(--crimson); margin-bottom: 16px;
  width: 36px; height: 36px; display: grid; place-items: center;
  border: 1px solid var(--line-strong);
}
.pillar h4 {
  font-family: var(--serif); font-weight: 400; font-size: 22px;
  margin-bottom: 10px; line-height: 1.2;
}
.pillar p { font-size: 13.5px; color: rgba(248,244,238,0.7); line-height: 1.7; }

/* Statement ------------------------------------------------- */
#statement { text-align: center; padding-top: 130px; padding-bottom: 130px; }
.statement-quote {
  font-family: var(--serif); font-style: italic; font-weight: 200;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.25;
  max-width: 920px; margin: 30px auto 50px;
  color: var(--white);
}
.statement-quote .accent { color: var(--amber); }
.statement-body {
  max-width: 720px; margin: 0 auto;
  font-size: 16px; color: rgba(248,244,238,0.75); line-height: 1.85;
  text-align: left;
}
.statement-body p { margin-bottom: 16px; }
.statement-body strong { color: var(--white); font-weight: 500; }
.philosophy {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 40px; margin-top: 70px;
}
.phil-block { text-align: left; border-top: 1px solid var(--line-strong); padding-top: 22px; }
.phil-num {
  font-family: var(--serif); font-style: italic; font-size: 28px;
  color: var(--gold); margin-bottom: 12px;
}
.phil-block h4 {
  font-family: var(--serif); font-weight: 400; font-size: 22px;
  margin-bottom: 10px;
}
.phil-block p { font-size: 13.5px; color: rgba(248,244,238,0.7); line-height: 1.8; }

/* ===========================================================
   HYBRID ART — flagship new section
   =========================================================== */
#hybrid {
  background:
    radial-gradient(ellipse at 20% 30%, rgba(212,43,24,0.10) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(200,146,10,0.06) 0%, transparent 50%),
    var(--black);
  border-top: 1px solid var(--crimson);
  border-bottom: 1px solid var(--crimson);
}
.hybrid-head {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: end;
  margin-bottom: 60px;
}
.hybrid-equation {
  display: grid; grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center; gap: 30px;
  margin: 70px 0;
}
.eq-cell {
  border: 1px solid var(--line-strong);
  padding: 24px;
  aspect-ratio: 1;
  display: flex; flex-direction: column; justify-content: space-between;
  background: rgba(248,244,238,0.02);
  position: relative;
  overflow: hidden;
}
.eq-cell .eq-tag {
  font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--gold);
}
.eq-cell h5 {
  font-family: var(--serif); font-weight: 400; font-size: 26px; line-height: 1.15;
  color: var(--white);
}
.eq-cell .eq-art {
  position: absolute; inset: 0; opacity: 0.35; pointer-events: none;
}
.eq-cell .eq-art img { width: 100%; height: 100%; object-fit: cover; }
.eq-cell .eq-frag-window {
  position: absolute; border: 2px solid var(--crimson);
  box-shadow: 0 0 0 9999px rgba(6,6,6,0.55);
}
.eq-cell.fragment .frag-img {
  position: absolute; inset: 25%; background: var(--charcoal); overflow: hidden;
  border: 1px solid var(--gold);
}
.eq-cell.fragment .frag-img img {
  width: 320%; height: 320%; object-fit: cover; object-position: 28% 32%;
}
.eq-cell.garment {
  background: linear-gradient(180deg, rgba(248,244,238,0.05), rgba(248,244,238,0.02));
}
.eq-cell.garment .dress-mini {
  position: absolute; left: 50%; top: 52%; transform: translate(-50%, -50%);
  width: 60%; aspect-ratio: 3/4;
}
.eq-cell.garment .dress-mini svg { width: 100%; height: 100%; overflow: visible; }
.eq-op {
  font-family: var(--serif); font-size: 60px; font-weight: 200;
  color: var(--gold); text-align: center; opacity: 0.7;
}

.hybrid-manifesto {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  margin-top: 80px;
  align-items: start;
}
.manifesto-body p {
  font-size: 16px; color: rgba(248,244,238,0.78); line-height: 1.9; margin-bottom: 18px;
}
.manifesto-body strong { color: var(--amber); font-weight: 500; }
.manifesto-numbers {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
}
.man-stat {
  border-top: 1px solid var(--gold); padding-top: 18px;
}
.man-stat .big {
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: 56px; line-height: 1; color: var(--white);
}
.man-stat .lbl {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--silver); margin-top: 10px;
}
.atelier-cta-bar {
  margin-top: 80px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 30px; flex-wrap: wrap;
  padding: 30px 36px;
  border: 1px solid var(--crimson);
  background: linear-gradient(90deg, rgba(140,26,16,0.18), rgba(140,26,16,0.05));
}
.atelier-cta-bar .lead {
  font-family: var(--serif); font-weight: 300; font-size: 28px; line-height: 1.25;
  max-width: 580px;
}
.atelier-cta-bar .lead em { color: var(--amber); font-style: italic; }
.cta.large {
  padding: 18px 28px; font-size: 11px; letter-spacing: 0.3em;
  background: var(--crimson); border-color: var(--crimson); color: var(--white);
}
.cta.large:hover { background: var(--amber); color: var(--black); border-color: var(--amber); }

/* ===========================================================
   COLLECTION — paintings gallery
   =========================================================== */
.col-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  margin-top: 50px;
}
.col-card {
  position: relative; aspect-ratio: 1; overflow: hidden;
  background: var(--charcoal); border: 1px solid var(--line);
  transition: transform .35s ease, border-color .35s ease;
}
.col-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.col-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.col-card:hover img { transform: scale(1.04); }
.col-card-overlay {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 14px 16px;
  background: linear-gradient(to top, rgba(0,0,0,0.92), transparent);
  display: flex; flex-direction: column; gap: 4px;
}
.col-card-overlay span {
  font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold);
}
.col-card-overlay h5 {
  font-family: var(--serif); font-weight: 400; font-size: 18px;
  color: var(--white);
}
.col-card .num-tag {
  position: absolute; top: 12px; left: 12px;
  font-family: var(--mono); font-size: 9px; letter-spacing: 0.18em;
  color: var(--white); background: rgba(0,0,0,0.6); padding: 3px 6px;
}

.formats-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px;
  margin-top: 36px;
}
.format-card {
  border: 1px solid var(--line);
  padding: 22px 18px;
  background: rgba(248,244,238,0.02);
  display: flex; flex-direction: column; gap: 10px;
  transition: border-color .2s, background .2s;
}
.format-card:hover { border-color: var(--gold); background: rgba(200,146,10,0.04); }
.format-icon {
  font-size: 22px; color: var(--crimson);
  width: 36px; height: 36px; display: grid; place-items: center;
  border: 1px solid var(--line-strong); margin-bottom: 8px;
}
.format-card h4 {
  font-family: var(--serif); font-weight: 400; font-size: 19px;
}
.format-card p { font-size: 13px; color: rgba(248,244,238,0.7); line-height: 1.65; }
.format-tag {
  font-family: var(--mono); font-size: 9px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold);
  border-top: 1px solid var(--line-strong); padding-top: 10px; margin-top: auto;
}

/* ===========================================================
   INFLUENCES
   =========================================================== */
.influences-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; margin-bottom: 60px; }
.infl-tag {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--silver);
  border: 1px solid var(--line-strong); padding: 8px 14px;
  transition: border-color .2s, color .2s;
}
.infl-tag:hover { border-color: var(--gold); color: var(--gold); }
.influence-body {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 30px;
}
.infl-col h3 {
  font-family: var(--serif); font-weight: 400; font-style: italic;
  font-size: 28px; color: var(--amber); margin-bottom: 18px;
}
.infl-col p {
  font-size: 15px; line-height: 1.85; color: rgba(248,244,238,0.75);
  margin-bottom: 14px;
}

/* ===========================================================
   PROCESS
   =========================================================== */
.process-steps {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 40px;
}
.process-step {
  border-top: 1px solid var(--gold); padding-top: 22px;
}
.ps-num {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.24em;
  color: var(--gold); margin-bottom: 18px;
}
.process-step h4 {
  font-family: var(--serif); font-weight: 400; font-size: 22px; line-height: 1.2;
  margin-bottom: 12px;
}
.process-step p {
  font-size: 13.5px; color: rgba(248,244,238,0.7); line-height: 1.75;
}
.process-step.hybrid-step { border-top-color: var(--crimson); }
.process-step.hybrid-step .ps-num { color: var(--crimson); }

/* ===========================================================
   ATELIER FEATURE
   =========================================================== */
#atelier-feature {
  background:
    linear-gradient(180deg, transparent, rgba(6,6,6,1)),
    radial-gradient(ellipse at 50% 30%, rgba(212,43,24,0.15) 0%, transparent 60%),
    var(--black);
}
.atelier-stage {
  display: grid; grid-template-columns: 1fr 1fr; gap: 70px;
  align-items: center; margin-top: 60px;
}
.atelier-preview {
  position: relative; aspect-ratio: 1.2/1;
  border: 1px solid var(--line-strong);
  background: var(--onyx); padding: 22px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
  overflow: hidden;
}
.atelier-preview::before {
  content: 'ATELIER · LIVE PREVIEW'; position: absolute; top: 10px; left: 22px;
  font-family: var(--mono); font-size: 9px; letter-spacing: 0.28em; color: var(--gold);
}
.atelier-preview::after {
  content: ''; position: absolute; top: 22px; right: 22px;
  width: 8px; height: 8px; background: var(--crimson); border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(212,43,24,0.25); animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(212,43,24,0.25); }
  50%      { box-shadow: 0 0 0 8px rgba(212,43,24,0.05); }
}
.ap-painting, .ap-garment {
  position: relative; margin-top: 28px; background: var(--charcoal);
  overflow: hidden; border: 1px solid var(--line);
}
.ap-painting img { width: 100%; height: 100%; object-fit: cover; }
.ap-painting .crop-rect {
  position: absolute; left: 28%; top: 32%; width: 34%; height: 34%;
  border: 1.5px solid var(--crimson);
  box-shadow: 0 0 0 9999px rgba(0,0,0,0.5);
}
.ap-painting .crop-label {
  position: absolute; left: 28%; top: calc(32% - 22px);
  font-family: var(--mono); font-size: 8.5px; letter-spacing: 0.2em; color: var(--crimson);
  text-transform: uppercase; background: var(--black); padding: 2px 5px;
}
.ap-garment { display: grid; place-items: center; padding: 14px; }
.ap-garment svg { width: 80%; height: auto; }
.ap-arrow {
  position: absolute; left: 49.5%; top: 50%; transform: translate(-50%, -50%);
  font-family: var(--mono); font-size: 16px; color: var(--gold);
  background: var(--black); padding: 4px 8px;
  border: 1px solid var(--gold);
}
.atelier-features ul {
  list-style: none; display: grid; gap: 14px; margin-top: 30px;
}
.atelier-features li {
  display: grid; grid-template-columns: 22px 1fr; gap: 16px; align-items: baseline;
  font-size: 15px; color: rgba(248,244,238,0.78); line-height: 1.6;
}
.atelier-features li::before {
  content: '◆'; color: var(--crimson); font-size: 11px;
}
.atelier-features li strong { color: var(--white); font-weight: 500; }

/* ===========================================================
   CONTACT
   =========================================================== */
#contact { text-align: center; padding-top: 130px; padding-bottom: 130px; }
.contact-code {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.32em;
  text-transform: uppercase; color: var(--gold);
  display: inline-block; margin-bottom: 30px;
}
.contact-lead {
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: 22px; color: rgba(248,244,238,0.78);
  max-width: 720px; margin: 30px auto 50px; line-height: 1.6;
}
.contact-links {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
}
.contact-link {
  padding: 14px 26px; border: 1px solid var(--amber); color: var(--amber);
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.28em;
  text-transform: uppercase; transition: all .2s;
}
.contact-link:hover { background: var(--amber); color: var(--black); }
.contact-link.secondary { border-color: var(--line-strong); color: var(--silver); }
.contact-link.secondary:hover { border-color: var(--white); color: var(--white); background: transparent; }

/* ===========================================================
   FOOTER
   =========================================================== */
footer {
  padding: 40px 60px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  flex-wrap: wrap;
}
.footer-brand {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--gold);
}
.footer-copy {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em;
  color: var(--silver); text-transform: uppercase;
}

/* ===========================================================
   Responsive
   =========================================================== */
@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; gap: 50px; padding: 110px 30px 60px; }
  .hero-left { padding-right: 0; }
  section { padding: 80px 30px; }
  nav.top { padding: 16px 24px; gap: 16px; }
  .nav-links { display: none; }
  #about .about-grid { grid-template-columns: 1fr; gap: 50px; }
  .about-pillars { grid-template-columns: 1fr 1fr; }
  .philosophy { grid-template-columns: 1fr; gap: 30px; }
  .hybrid-head { grid-template-columns: 1fr; }
  .hybrid-equation { grid-template-columns: 1fr; gap: 20px; }
  .eq-op { transform: rotate(90deg); }
  .hybrid-manifesto { grid-template-columns: 1fr; gap: 40px; }
  .col-grid { grid-template-columns: repeat(2, 1fr); }
  .formats-grid { grid-template-columns: repeat(2, 1fr); }
  .influence-body { grid-template-columns: 1fr; gap: 30px; }
  .process-steps { grid-template-columns: 1fr 1fr; gap: 30px; }
  .atelier-stage { grid-template-columns: 1fr; }
}
