/* ============================
   SIMPLAW — Stylesheet
   Paleta: #932E20 terracota, #2E3138 oscuro, #8DA6AB azul claro, #60748C azul medio, #F2E9D8 crema
   Tipografía: Spline Sans (principal), Mesmerize (display)
   ============================ */

@font-face {
  font-family: 'SplineSans';
  src: url('assets/fonts/SplineSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'SplineSans';
  src: url('assets/fonts/SplineSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'SplineSans';
  src: url('assets/fonts/SplineSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'SplineSans';
  src: url('assets/fonts/SplineSans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'SplineSans';
  src: url('assets/fonts/SplineSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Mesmerize';
  src: url('assets/fonts/mesmerize-se-lt.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Mesmerize';
  src: url('assets/fonts/mesmerize-se-rg.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Mesmerize';
  src: url('assets/fonts/mesmerize-se-bk.ttf') format('truetype');
  font-weight: 700;
}

/* ============================
   RESET & BASE
   ============================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'SplineSans', system-ui, sans-serif;
  background-color: #F2E9D8;
  color: #2E3138;
  line-height: 1.6;
  overflow-x: hidden;
}

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

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ============================
   NAVBAR
   ============================ */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1.25rem 2rem;
  transition: background 0.3s, box-shadow 0.3s, padding 0.3s;
}

.navbar.scrolled {
  background: rgba(46, 49, 56, 0.97);
  backdrop-filter: blur(10px);
  padding: 0.9rem 2rem;
  box-shadow: 0 2px 24px rgba(0,0,0,0.18);
}

.nav-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo img { height: 32px; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-links a {
  font-size: 0.9rem;
  font-weight: 500;
  color: #F2E9D8;
  letter-spacing: 0.03em;
  transition: color 0.2s;
}
.nav-links a:hover { color: #8DA6AB; }

.btn-nav {
  background: #932E20;
  color: #F2E9D8 !important;
  padding: 0.55rem 1.25rem;
  border-radius: 4px;
  font-weight: 600 !important;
  transition: background 0.2s !important;
}
.btn-nav:hover { background: #7a2419 !important; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #F2E9D8;
  border-radius: 2px;
}

.nav-mobile {
  display: none;
  flex-direction: column;
  gap: 1rem;
  background: rgba(46, 49, 56, 0.98);
  padding: 1.5rem 2rem;
  max-width: 1160px;
  margin: 0 auto;
}
.nav-mobile.open { display: flex; }
.nav-mobile a {
  color: #F2E9D8;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(242,233,216,0.1);
}

/* ============================
   BUTTONS
   ============================ */
.btn-primary {
  display: inline-block;
  background: #932E20;
  color: #F2E9D8;
  font-family: 'SplineSans', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.85rem 2rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: background 0.2s, transform 0.15s;
}
.btn-primary:hover { background: #7a2419; transform: translateY(-1px); }

.btn-ghost {
  display: inline-block;
  background: transparent;
  color: #F2E9D8;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.85rem 2rem;
  border-radius: 4px;
  border: 1.5px solid rgba(242,233,216,0.4);
  transition: border-color 0.2s, color 0.2s;
}
.btn-ghost:hover { border-color: #8DA6AB; color: #8DA6AB; }

.btn-full { width: 100%; text-align: center; }

/* ============================
   HERO
   ============================ */
.hero {
  min-height: 100vh;
  background: #2E3138;
  display: flex;
  align-items: center;
  padding: 7rem 2rem 5rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(147,46,32,0.15) 0%, transparent 70%);
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(141,166,171,0.1) 0%, transparent 70%);
  pointer-events: none;
}

.hero-content {
  max-width: 1160px;
  margin: 0 auto;
  flex: 1;
  max-width: 640px;
  position: relative;
  z-index: 1;
}

.hero-tag {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8DA6AB;
  margin-bottom: 1.5rem;
}

.hero-title {
  font-family: 'SplineSans', sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.1;
  color: #F2E9D8;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}

.accent-blue { color: #8DA6AB; }
.accent-red { color: #932E20; }

.hero-sub {
  font-size: 1.1rem;
  color: rgba(242,233,216,0.75);
  max-width: 520px;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-visual {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 1;
}

.hero-card {
  background: rgba(242,233,216,0.06);
  border: 1px solid rgba(242,233,216,0.12);
  border-radius: 8px;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  backdrop-filter: blur(8px);
  animation: floatA 4s ease-in-out infinite;
}
.card-float-2 { animation-delay: 1s; }
.card-float-3 { animation-delay: 2s; }

@keyframes floatA {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.card-icon { font-size: 1.2rem; color: #F2E9D8; }
.icon-blue { color: #8DA6AB !important; }
.icon-red { color: #932E20 !important; }

.card-label {
  font-size: 0.85rem;
  color: #F2E9D8;
  font-weight: 500;
}

/* ============================
   CONTEXT
   ============================ */
.context {
  background: #F2E9D8;
  padding: 6rem 0;
}

.context-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

.context-text h2 {
  font-family: 'SplineSans', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #2E3138;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.context-text p {
  color: #4a4f58;
  line-height: 1.75;
  margin-bottom: 1rem;
  font-size: 1.0rem;
}

.context-stats {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.stat-item {
  border-left: 3px solid #932E20;
  padding-left: 1.25rem;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.5s, transform 0.5s;
}
.stat-item.visible { opacity: 1; transform: translateX(0); }

.stat-number {
  display: block;
  font-family: 'SplineSans', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #932E20;
  margin-bottom: 0.3rem;
}

.stat-label {
  font-size: 0.9rem;
  color: #4a4f58;
  line-height: 1.5;
}

/* ============================
   SERVICES
   ============================ */
.services {
  background: #2E3138;
  padding: 6rem 0;
}

.section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.section-header--light h2,
.section-header--light .section-tag { color: #F2E9D8; }
.section-header--light .section-sub { color: rgba(242,233,216,0.65); }

.section-tag {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #8DA6AB;
  margin-bottom: 0.75rem;
  display: block;
}

.section-header h2 {
  font-family: 'SplineSans', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: #F2E9D8;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-sub {
  max-width: 560px;
  margin: 0 auto;
  color: rgba(242,233,216,0.65);
  font-size: 1rem;
  line-height: 1.7;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.service-card {
  background: rgba(242,233,216,0.04);
  border: 1px solid rgba(242,233,216,0.1);
  border-radius: 8px;
  padding: 2rem;
  transition: border-color 0.3s, transform 0.3s, background 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
.service-card.visible { opacity: 1; transform: translateY(0); }
.service-card:hover {
  border-color: rgba(141,166,171,0.35);
  transform: translateY(-4px);
  background: rgba(242,233,216,0.07);
}

.service-card--featured {
  background: #932E20;
  border-color: #932E20;
}
.service-card--featured:hover { background: #7a2419; border-color: #7a2419; }
.service-card--featured h3,
.service-card--featured p,
.service-card--featured li { color: #F2E9D8; }

.service-icon { margin-bottom: 1.25rem; }

.service-card h3 {
  font-family: 'SplineSans', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #F2E9D8;
  margin-bottom: 0.75rem;
  letter-spacing: 0.02em;
}

.service-card p {
  font-size: 0.93rem;
  color: rgba(242,233,216,0.7);
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.service-card ul { display: flex; flex-direction: column; gap: 0.4rem; }
.service-card li {
  font-size: 0.85rem;
  color: rgba(242,233,216,0.55);
  padding-left: 1rem;
  position: relative;
}
.service-card li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #8DA6AB;
  font-size: 0.75rem;
}
.service-card--featured li::before { color: rgba(242,233,216,0.6); }

/* ============================
   TOOLS
   ============================ */
.tools {
  background: #F2E9D8;
  padding: 6rem 0;
}

.tools-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.tools-text .section-tag { color: #932E20; }

.tools-text h2 {
  font-family: 'SplineSans', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #2E3138;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.tools-text p {
  color: #4a4f58;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.tools-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 0.75rem;
}

/* Decorative card mockup */
.tools-visual {
  display: flex;
  justify-content: center;
}

.tools-card {
  background: #2E3138;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  max-width: 380px;
  box-shadow: 0 20px 60px rgba(46,49,56,0.25);
}

.tools-card-header {
  background: rgba(255,255,255,0.05);
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid rgba(242,233,216,0.08);
}

.tools-dots {
  display: flex;
  gap: 5px;
}
.tools-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(242,233,216,0.15);
}
.tools-dots span:first-child { background: #932E20; }
.tools-dots span:nth-child(2) { background: #777233; }
.tools-dots span:nth-child(3) { background: #8DA6AB; }

.tools-card-title {
  font-size: 0.78rem;
  color: rgba(242,233,216,0.45);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.tools-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tools-field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.tools-field-label {
  height: 6px;
  width: 60px;
  background: rgba(242,233,216,0.15);
  border-radius: 3px;
}

.tools-field-bar {
  height: 32px;
  background: rgba(242,233,216,0.06);
  border: 1px solid rgba(242,233,216,0.1);
  border-radius: 4px;
}
.bar-long { width: 100%; }
.bar-medium { width: 75%; }
.bar-short { width: 55%; }

.tools-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.tools-badge {
  padding: 0.5rem 1.25rem;
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.badge-docx { background: #60748C; color: #F2E9D8; }
.badge-pdf { background: #932E20; color: #F2E9D8; }

@media (max-width: 900px) {
  .tools-grid { grid-template-columns: 1fr; gap: 3rem; }
  .tools-visual { display: none; }
}

/* ============================
   WHY
   ============================ */
.why {
  background: #F2E9D8;
  padding: 6rem 0;
}

.why .section-header h2 { color: #2E3138; }
.why .section-tag { color: #932E20; }

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

.why-item {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s, transform 0.5s;
}
.why-item.visible { opacity: 1; transform: translateY(0); }

.why-num {
  font-family: 'SplineSans', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(147,46,32,0.15);
  line-height: 1;
  margin-bottom: 0.75rem;
}

.why-item h3 {
  font-family: 'SplineSans', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #2E3138;
  margin-bottom: 0.75rem;
  letter-spacing: 0.02em;
}

.why-item p {
  font-size: 0.95rem;
  color: #4a4f58;
  line-height: 1.75;
}

/* ============================
   TEAM
   ============================ */
.team {
  background: #2E3138;
  padding: 6rem 0;
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 5rem;
  align-items: center;
}

/* Left visual */
.team-card-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  position: relative;
}

.team-badge {
  background: #932E20;
  color: #F2E9D8;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 20px;
}

.team-avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(135deg, #60748C, #8DA6AB);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(242,233,216,0.1);
}

.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  filter: grayscale(20%);
}

.team-credentials {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.cred-item {
  background: rgba(242,233,216,0.05);
  border: 1px solid rgba(242,233,216,0.08);
  border-left: 3px solid #8DA6AB;
  border-radius: 4px;
  padding: 0.6rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.cred-org {
  font-size: 0.85rem;
  font-weight: 700;
  color: #F2E9D8;
  white-space: nowrap;
}

.cred-role {
  font-size: 0.78rem;
  color: rgba(242,233,216,0.5);
  text-align: right;
}

/* Right text */
.team-text .section-tag { color: #8DA6AB; }

.team-text h2 {
  font-family: 'SplineSans', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #F2E9D8;
  margin-bottom: 0.4rem;
  line-height: 1.1;
}

.team-title {
  font-size: 0.88rem;
  color: #8DA6AB;
  margin-bottom: 1.5rem !important;
  line-height: 1.6;
}

.team-text p {
  font-size: 0.97rem;
  color: rgba(242,233,216,0.72);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.team-highlights {
  display: flex;
  gap: 2rem;
  margin: 1.75rem 0;
  flex-wrap: wrap;
}

.highlight-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.highlight-num {
  font-family: 'SplineSans', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #932E20;
  line-height: 1;
}

.highlight-label {
  font-size: 0.78rem;
  color: rgba(242,233,216,0.5);
  max-width: 120px;
  line-height: 1.4;
}

.team-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: #8DA6AB;
  border-bottom: 1px solid rgba(141,166,171,0.3);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.team-linkedin:hover { color: #F2E9D8; border-color: rgba(242,233,216,0.4); }

@media (max-width: 900px) {
  .team-grid { grid-template-columns: 1fr; gap: 3rem; }
  .team-card-wrap { max-width: 340px; margin: 0 auto; }
}

/* ============================
   MANIFESTO
   ============================ */
.manifesto {
  background: #932E20;
  padding: 6rem 0;
}

.manifesto-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.manifesto-quote {
  font-family: 'SplineSans', sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 300;
  color: #F2E9D8;
  line-height: 1.65;
  margin-bottom: 2rem;
  letter-spacing: 0.02em;
}

.manifesto-source {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(242,233,216,0.5);
}

/* ============================
   CONTACT
   ============================ */
.contact {
  background: #2E3138;
  padding: 6rem 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

.contact-text .section-tag { margin-bottom: 0.75rem; }

.contact-text h2 {
  font-family: 'SplineSans', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #F2E9D8;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.contact-text p {
  color: rgba(242,233,216,0.7);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 2rem;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(242,233,216,0.8);
  font-size: 0.95rem;
  transition: color 0.2s;
}
.contact-link:hover { color: #8DA6AB; }

/* FORM */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-group label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(242,233,216,0.6);
}

.form-group input,
.form-group textarea {
  background: rgba(242,233,216,0.06);
  border: 1px solid rgba(242,233,216,0.15);
  border-radius: 4px;
  padding: 0.85rem 1rem;
  color: #F2E9D8;
  font-family: 'SplineSans', sans-serif;
  font-size: 0.95rem;
  transition: border-color 0.2s;
  resize: vertical;
}

.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(242,233,216,0.3); }

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #8DA6AB;
}

.form-note {
  font-size: 0.8rem;
  color: rgba(242,233,216,0.4);
  text-align: center;
  margin-top: -0.5rem;
}

/* ============================
   FOOTER
   ============================ */
.footer {
  background: #1e2128;
  padding: 3rem 0 2rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(242,233,216,0.08);
  margin-bottom: 1.5rem;
}

.footer-brand p {
  font-size: 0.85rem;
  color: rgba(242,233,216,0.4);
  margin-top: 0.75rem;
  max-width: 240px;
  line-height: 1.5;
}

.footer-brand img { margin-bottom: 0; }

.footer-links {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.footer-links a {
  font-size: 0.85rem;
  color: rgba(242,233,216,0.5);
  transition: color 0.2s;
}
.footer-links a:hover { color: #8DA6AB; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.footer-bottom p,
.footer-bottom a {
  font-size: 0.78rem;
  color: rgba(242,233,216,0.3);
}
.footer-bottom a:hover { color: rgba(242,233,216,0.6); }

/* ============================
   ANIMATIONS (entry)
   ============================ */
.context-text {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.6s, transform 0.6s;
}
.context-text.visible { opacity: 1; transform: translateX(0); }

.context-stats {
  opacity: 0;
  transition: opacity 0.6s 0.2s;
}
.context-stats.visible { opacity: 1; }

/* stagger cards */
.service-card:nth-child(1) { transition-delay: 0s; }
.service-card:nth-child(2) { transition-delay: 0.1s; }
.service-card:nth-child(3) { transition-delay: 0.2s; }
.service-card:nth-child(4) { transition-delay: 0.3s; }

.why-item:nth-child(1) { transition-delay: 0s; }
.why-item:nth-child(2) { transition-delay: 0.1s; }
.why-item:nth-child(3) { transition-delay: 0.2s; }
.why-item:nth-child(4) { transition-delay: 0.3s; }

/* ============================
   RESPONSIVE
   ============================ */
@media (max-width: 900px) {
  .hero-visual { display: none; }
  .context-grid { grid-template-columns: 1fr; gap: 3rem; }
  .services-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; gap: 2rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
}

@media (max-width: 640px) {
  .navbar { padding: 1rem; }
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .hero { padding: 6rem 1.5rem 4rem; }
  .hero-actions { flex-direction: column; }
  .btn-primary, .btn-ghost { width: 100%; text-align: center; }
  .footer-inner { flex-direction: column; }
  .footer-links { flex-wrap: wrap; gap: 1rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .container { padding: 0 1.25rem; }
  .services, .why, .manifesto, .contact, .context { padding: 4rem 0; }
}
