:root {
  --ink: #11181c;
  --soft-ink: #1b252a;
  --green: #7fae00;
  --green-deep: #638900;
  --paper: #fafaf7;
  --muted: #aeb7ba;
  --line: rgba(255,255,255,.14);
  --dark-line: rgba(9,11,10,.14);
  --font-body: "Manrope", system-ui, sans-serif;
  --font-display: "Space Grotesk", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.brand:focus-visible, .nav-links a:focus-visible, .button:focus-visible,
.text-link:focus-visible, .arrow-link:focus-visible, summary:focus-visible,
input:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 4px;
}
.skip-link { position: fixed; left: 1rem; top: -5rem; background: var(--green); padding: .75rem 1rem; z-index: 999; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: #fff;
}

.nav-wrap {
  max-width: 1480px;
  margin: 0 auto;
  min-height: 92px;
  padding: 0 clamp(1.25rem, 4vw, 4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .18em;
}

.brand img {
  display: block;
  width: auto;
  height: 64px;
  object-fit: contain;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--green);
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -.08em;
  clip-path: polygon(0 0,100% 0,88% 100%,12% 100%);
}

.nav-links { display: flex; align-items: center; gap: 2rem; font-size: .9rem; font-weight: 600; }
.nav-links > a:not(.nav-cta) { color: rgba(255,255,255,.8); transition: color .2s ease; }
.nav-links > a:not(.nav-cta):hover { color: var(--green); }
.nav-links > a.active:not(.nav-cta) { color: var(--green); }
.nav-cta {
  padding: .72rem 1rem;
  color: var(--ink);
  background: var(--green);
  display: inline-flex;
  gap: .65rem;
  align-items: center;
}
.nav-cta.active { box-shadow: inset 0 -3px 0 #fff; }
.menu-button { display: none; }

.hero {
  min-height: 850px;
  height: min(920px, 100svh);
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--ink);
  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;
  background: url("vyndelo-home-machine.png") center center / cover no-repeat;
  animation: reveal 1.1s ease both;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,7,6,.96) 0%, rgba(5,7,6,.8) 37%, rgba(5,7,6,.18) 68%, rgba(5,7,6,.28) 100%),
    linear-gradient(0deg, rgba(5,7,6,.84) 0%, transparent 40%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1480px, 100%);
  margin: 3.5rem auto 0;
  padding: 0 clamp(1.25rem, 4vw, 4rem);
}

.eyebrow, .section-label {
  font-family: var(--font-display);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: .8rem; color: var(--green); margin: 0 0 1.6rem; }
.eyebrow span { width: 36px; height: 2px; background: var(--green); }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--font-display); letter-spacing: -.055em; line-height: .97; }
h1 { max-width: 880px; margin-bottom: 1.8rem; font-size: clamp(3.35rem, 7vw, 7.2rem); font-weight: 600; }
h1 em { color: var(--green); font-style: normal; }
.hero-copy { max-width: 630px; color: rgba(255,255,255,.72); font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.2rem; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  min-height: 54px;
  padding: .85rem 1.2rem;
  border: 0;
  border-radius: 0;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: var(--ink); }
.button-primary:hover { background: #96c91a; }
.text-link { display: inline-flex; align-items: center; gap: .65rem; font-weight: 700; }
.play { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: .85rem; }

.hero-proof {
  position: absolute;
  z-index: 3;
  right: clamp(1.25rem, 4vw, 4rem);
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  width: min(620px, 48vw);
  background: rgba(9,11,10,.78);
  border: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.hero-proof > div { padding: 1.35rem 1.5rem; border-right: 1px solid var(--line); }
.hero-proof > div:last-child { border: 0; }
.hero-proof strong { display: block; color: var(--green); font-family: var(--font-display); font-size: 1.35rem; }
.hero-proof span { display: block; color: rgba(255,255,255,.65); font-size: .76rem; margin-top: .15rem; }

.partner-strip {
  min-height: 70px;
  padding: 1rem clamp(1.25rem, 4vw, 4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 3vw, 3.5rem);
  background: var(--green);
  font-family: var(--font-display);
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .12em;
}
.partner-strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--ink); }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 4vw, 4rem); }
.section-label { color: #5d665e; margin-bottom: 3.5rem; }
.section-label.light { color: var(--green); }
.problem-section { max-width: 1480px; margin: auto; }
.problem-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 5rem; align-items: end; }
h2 { font-size: clamp(2.75rem, 5vw, 5.25rem); font-weight: 600; }
h2 span { color: #8c938d; }
.problem-copy { color: #535a54; font-size: 1.07rem; max-width: 560px; }
.problem-copy p:last-child { margin-bottom: 0; }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 5rem; background: var(--dark-line); }
.benefit-card { min-height: 360px; padding: 2rem; position: relative; background: #ebece6; display: flex; flex-direction: column; justify-content: flex-end; }
.benefit-card.featured { background: var(--green); }
.card-number { position: absolute; top: 1.6rem; right: 1.6rem; color: #6d746e; font-family: var(--font-display); font-size: .78rem; }
.icon-wrap { width: 54px; height: 54px; margin-bottom: auto; display: grid; place-items: center; border: 1px solid rgba(9,11,10,.18); }
.icon-wrap svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.benefit-card h3, .process-step h3, .promise-list h3 { margin-bottom: .7rem; font-family: var(--font-display); font-size: 1.35rem; letter-spacing: -.025em; }
.benefit-card p { color: #59605a; margin-bottom: 0; }
.featured p { color: rgba(9,11,10,.67); }

.process-section { color: #fff; background: var(--ink); }
.process-section > * { max-width: 1352px; margin-left: auto; margin-right: auto; }
.process-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.process-head p { max-width: 380px; color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 5rem; }
.step-top { display: flex; align-items: center; gap: 1rem; color: var(--green); font-family: var(--font-display); font-size: .82rem; }
.step-line { flex: 1; height: 1px; background: var(--line); }
.step-visual { height: 240px; margin: 1.1rem 0 1.6rem; border: 1px solid var(--line); background: var(--soft-ink); display: grid; place-items: center; overflow: hidden; position: relative; }
.process-step p { color: var(--muted); }
.mini-screen { width: 118px; padding: 15px; border: 1px solid #4c554d; background: #080a09; display: flex; gap: 7px; transform: perspective(500px) rotateY(-8deg); box-shadow: 0 18px 40px rgba(0,0,0,.45); }
.mini-screen span { display: block; flex: 1; height: 70px; background: #242924; border: 1px solid #333a34; }
.mini-screen .active { background: var(--green); box-shadow: 0 0 24px rgba(182,255,50,.35); }
.cup { width: 72px; height: 98px; border: 2px solid rgba(255,255,255,.72); border-top-width: 4px; transform: perspective(300px) rotateX(-3deg); clip-path: polygon(5% 0,95% 0,82% 100%,18% 100%); position: relative; z-index: 2; }
.cup span { position: absolute; inset: 35% 4px 4px; background: linear-gradient(#b48059,#73492f); }
.mix-ring { position: absolute; width: 150px; height: 45px; border: 1px solid rgba(182,255,50,.38); border-radius: 50%; box-shadow: 0 0 38px rgba(182,255,50,.14); }
.go-arrow { width: 96px; height: 96px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--green); font-size: 2.2rem; box-shadow: 0 0 55px rgba(182,255,50,.2); }

.collaboration-section { max-width: 1480px; margin: auto; }
.collab-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(4rem, 9vw, 10rem); }
.collab-intro { position: sticky; top: 3rem; align-self: start; }
.collab-intro > p { color: #5e655f; max-width: 520px; margin-bottom: 2rem; }
.button-dark { background: var(--ink); color: #fff; }
.promise-list { border-top: 1px solid var(--dark-line); }
.promise-list article { display: grid; grid-template-columns: 46px 1fr; gap: 1.4rem; padding: 2rem 0; border-bottom: 1px solid var(--dark-line); }
.promise-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--green); font-weight: 800; }
.promise-list h3 { font-size: 1.25rem; }
.promise-list p { color: #626963; margin: 0; }

.quote-section { padding: clamp(5rem, 8vw, 8rem) max(1.25rem, calc((100vw - 1352px)/2)); background: var(--green); }
.quote-section p { max-width: 1150px; margin-bottom: 2rem; font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 5rem); font-weight: 600; letter-spacing: -.05em; line-height: 1.04; }
.quote-section > span { font-family: var(--font-display); font-size: .75rem; font-weight: 700; letter-spacing: .15em; }

.home-intro { max-width: 1480px; margin: auto; }
.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  margin-top: .5rem;
  padding-bottom: .25rem;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  font-weight: 800;
}
.arrow-link span { color: var(--green-deep); }

.route-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 510px;
}
.route-card {
  position: relative;
  min-height: 510px;
  padding: clamp(1.8rem, 3vw, 3.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: padding .25s ease;
}
.route-card:hover { padding-bottom: 4.1rem; }
.route-card.lime { background: var(--green); }
.route-card.dark { color: #fff; background: var(--soft-ink); }
.route-card.light { background: #dfe2da; }
.route-number, .route-card p {
  font-family: var(--font-display);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
}
.route-card h2 { margin-bottom: 0; font-size: clamp(2.1rem, 3vw, 3.7rem); line-height: 1.02; }
.route-card.dark h2 { color: #fff; }
.route-card.dark p, .route-card.dark .route-number { color: var(--green); }
.route-arrow {
  position: absolute;
  right: 2rem;
  top: 1.8rem;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 1.3rem;
}

.site-header.solid { position: absolute; background: var(--ink); }
.inner-page main { padding-top: 92px; }
.page-hero {
  min-height: 670px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 82% 32%, rgba(182,255,50,.16), transparent 29%),
    linear-gradient(130deg, #090b0a 15%, #151a15 100%);
}
.page-hero-inner {
  width: min(1480px, 100%);
  margin: auto;
  padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 4vw, 4rem);
}
.page-hero h1, .contact-page h1, .machine-showcase h1 {
  margin-bottom: 2.5rem;
  font-size: clamp(3.6rem, 7vw, 7.4rem);
}
.page-hero h1 em, .contact-page h1 em, .machine-showcase h1 em { color: var(--green); font-style: normal; }
.page-hero-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
}
.page-hero-bottom p { max-width: 660px; margin: 0; color: rgba(255,255,255,.68); font-size: 1.15rem; }
.content-section, .fit-section, .feature-table-section, .story-section, .founders-section {
  max-width: 1480px;
  margin: auto;
}

.pilot-section {
  max-width: none;
  color: #fff;
  background: var(--ink);
}
.pilot-section > * {
  max-width: 1352px;
  margin-left: auto;
  margin-right: auto;
}
.pilot-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 4rem;
  background: var(--line);
}
.pilot-steps article {
  min-height: 265px;
  padding: 2rem;
  background: var(--soft-ink);
}
.pilot-steps article > span {
  color: var(--green);
  font-family: var(--font-display);
  font-size: .78rem;
  font-weight: 700;
}
.pilot-steps h3 {
  margin: 5.5rem 0 .7rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
}
.pilot-steps p { margin: 0; color: var(--muted); }

.faq-section {
  max-width: 1480px;
  margin: auto;
}
.faq-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(3rem, 8vw, 9rem);
}
.faq-list { border-top: 1px solid var(--dark-line); }
.faq-list details { border-bottom: 1px solid var(--dark-line); }
.faq-list summary {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 600;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  font-family: var(--font-body);
  transition: transform .2s ease;
}
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p {
  max-width: 640px;
  margin: -.25rem 3.5rem 1.5rem 0;
  color: #616961;
}

.split-feature {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  background: var(--ink);
}
.split-dark { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 5vw, 6rem); color: #fff; }
.split-dark p { color: var(--muted); }
.care-list { padding: clamp(3rem, 6vw, 6rem); background: var(--green); }
.care-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1.3rem 0; border-bottom: 1px solid rgba(9,11,10,.2); }
.care-list > div:last-child { border: 0; }
.care-list span { font-family: var(--font-display); font-size: .78rem; font-weight: 700; }
.care-list p { margin: 0; font-weight: 700; }

.fit-layout, .story-grid, .feature-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 9rem);
}
.fit-layout > div > p, .story-grid > div { color: #5d655e; font-size: 1.05rem; }
.check-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--dark-line); }
.check-list li { padding: 1.15rem 0; display: flex; gap: 1rem; align-items: center; border-bottom: 1px solid var(--dark-line); font-weight: 700; }
.check-list span { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--green); }

.cta-band {
  padding: clamp(3.5rem, 6vw, 6rem) max(1.25rem, calc((100vw - 1352px)/2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  background: var(--green);
}
.cta-band span, .info-duo article > span, .form-heading span {
  font-family: var(--font-display);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .14em;
}
.cta-band h2 { max-width: 900px; margin: .8rem 0 0; font-size: clamp(2.2rem, 4vw, 4.4rem); }
.cta-band .button { flex: 0 0 auto; }

.machine-showcase {
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 4vw, 4rem);
  background: #f0f2ec;
}
.machine-showcase > * { width: min(1352px, 100%); margin-left: auto; margin-right: auto; }
.machine-showcase-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 7vw, 7rem); align-items: end; }
.machine-showcase h1 { margin-bottom: 0; }
.machine-lead { max-width: 560px; margin-bottom: .5rem; color: #5c645d; font-size: 1.1rem; }
.dark-eye { color: #587800; }
.dark-eye span { background: var(--green-deep); }
.machine-gallery { margin-top: clamp(3rem, 6vw, 6rem); display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--dark-line); }
.machine-gallery figure { margin: 0; background: #fff; overflow: hidden; }
.machine-gallery img { width: 100%; height: auto; aspect-ratio: 1; display: block; object-fit: contain; }
.machine-gallery figcaption { padding: 1rem 1.25rem; border-top: 1px solid var(--dark-line); color: #606861; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.machine-summary { margin-top: 1px; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--dark-line); }
.machine-summary article { padding: clamp(2rem, 4vw, 4rem); background: #fff; }
.machine-summary article.lime { background: var(--green); }
.machine-summary span { font-family: var(--font-display); font-size: .76rem; font-weight: 700; letter-spacing: .14em; }
.machine-summary h2 { margin: 2rem 0 1rem; font-size: clamp(2rem, 3vw, 3.4rem); }
.machine-summary p { max-width: 620px; margin-bottom: 0; color: #59605a; }
.machine-summary .lime p { color: rgba(9,11,10,.7); }
.machine-process { max-width: none; }
.number-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 4rem; background: var(--line); }
.number-process article { min-height: 280px; padding: 2rem; background: var(--soft-ink); }
.number-process article > span { color: var(--green); font-family: var(--font-display); font-size: .8rem; font-weight: 700; }
.number-process h3 { margin: 6rem 0 .7rem; font-family: var(--font-display); font-size: 1.4rem; }
.number-process p { color: var(--muted); margin: 0; }
.feature-title { align-self: start; }
.feature-rows { border-top: 1px solid var(--dark-line); }
.feature-rows > div { display: grid; grid-template-columns: .65fr 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--dark-line); }
.feature-rows span { color: #666d67; }
.info-duo { display: grid; grid-template-columns: 1fr 1fr; }
.info-duo article { padding: clamp(4rem, 7vw, 7rem); color: #fff; background: var(--soft-ink); }
.info-duo article.lime { color: var(--ink); background: var(--green); }
.info-duo h2 { margin-top: 2rem; font-size: clamp(2.5rem, 4vw, 4.4rem); }
.info-duo p { color: var(--muted); }
.info-duo .lime ul { padding-left: 1.2rem; }
.info-duo .lime li { margin-bottom: .65rem; font-weight: 700; }

.about-hero {
  background:
    linear-gradient(115deg, rgba(9,11,10,.99), rgba(9,11,10,.72)),
    url("/vyndelo-machine.png") center 52% / cover no-repeat;
}
.story-grid > div p { margin-bottom: 1.5rem; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.values-grid article { min-height: 370px; padding: 2rem; border-right: 1px solid var(--dark-line); background: #e4e7df; }
.values-grid article:nth-child(2), .values-grid article:nth-child(4) { background: #daddd5; }
.values-grid article > span { font-family: var(--font-display); font-size: .8rem; }
.values-grid h3 { margin-top: 8rem; font-family: var(--font-display); font-size: 1.4rem; }
.values-grid p { color: #5d655e; margin: 0; }
.founders-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 5rem; }
.founder-cards { display: grid; gap: 1px; background: var(--dark-line); }
.founder-cards article { display: flex; align-items: center; gap: 1.5rem; padding: 2rem; background: #e6e8e1; }
.founder-letter { width: 64px; height: 64px; display: grid; place-items: center; color: var(--ink); background: var(--green); font-family: var(--font-display); font-size: 1.5rem; font-weight: 800; }
.founder-cards h3 { margin: 0 0 .3rem; font-family: var(--font-display); font-size: 1.25rem; }
.founder-cards p { margin: 0; color: #697069; }

.contact-page {
  min-height: calc(100svh - 92px);
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(3rem, 8vw, 8rem);
  padding: clamp(5rem, 9vw, 9rem) max(1.25rem, calc((100vw - 1352px)/2));
  color: #fff;
  background:
    radial-gradient(circle at 15% 15%, rgba(182,255,50,.12), transparent 28%),
    var(--ink);
}
.contact-page-copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 1.08rem; }
.direct-contact { margin-top: 3rem; display: grid; gap: 1px; background: var(--line); }
.direct-contact > * { padding: 1rem 0; display: flex; flex-direction: column; background: var(--ink); }
.direct-contact small { color: var(--green); font-family: var(--font-display); font-size: .7rem; letter-spacing: .15em; }
.direct-contact strong { margin-top: .3rem; font-size: 1rem; }
.contact-card { align-self: start; padding: clamp(1.7rem, 4vw, 3.5rem); background: #141714; border: 1px solid #303630; }
.form-heading { margin-bottom: 2rem; }
.form-heading span { color: var(--green); }
.form-heading p { color: var(--muted); margin: .5rem 0 0; }
.contact-card input, .contact-card textarea { background: #090b0a; }

.contact-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 9rem); padding: clamp(5rem, 9vw, 9rem) max(1.25rem, calc((100vw - 1352px)/2)); color: #fff; background: var(--ink); }
.contact-copy > p { color: var(--muted); max-width: 480px; }
.founders { display: flex; align-items: center; margin-top: 2.5rem; }
.avatar { width: 46px; height: 46px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; color: var(--ink); background: var(--green); font-family: var(--font-display); font-weight: 800; }
.avatar.second { margin-left: -10px; background: #fff; }
.founders > span { color: var(--muted); margin-left: 1rem; font-size: .85rem; line-height: 1.5; }
.founders strong { color: #fff; }
.contact-form { padding-top: 3.3rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
label { display: block; color: #d9ddd9; font-size: .85rem; font-weight: 700; margin-bottom: 1.1rem; }
input, textarea { width: 100%; margin-top: .55rem; padding: 1rem; color: #fff; background: #141714; border: 1px solid #323833; border-radius: 0; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
input::placeholder, textarea::placeholder { color: #6f776f; }
input:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(182,255,50,.12); }
textarea { resize: vertical; min-height: 116px; }
.submit-button { width: 100%; margin-top: .4rem; }
.form-note, .form-status { text-align: center; color: #777f78; font-size: .77rem; margin: .7rem 0 0; }
.form-status { min-height: 1.4em; color: var(--green); }

footer { padding: 2rem clamp(1.25rem, 4vw, 4rem); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; color: #fff; background: var(--ink); border-top: 1px solid var(--line); }
.footer-brand { justify-self: start; }
.footer-brand img { height: 60px; }
footer > p { margin: 0; color: #899089; font-size: .85rem; }
.footer-meta { justify-self: end; display: flex; gap: 1.5rem; color: #899089; font-size: .78rem; }

@keyframes reveal {
  from { opacity: 0; transform: scale(1.035); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 980px) {
  .nav-wrap { min-height: 76px; }
  .brand img { height: 54px; }
  .menu-button { width: 44px; height: 44px; padding: 0; border: 0; display: grid; place-content: center; gap: 7px; background: transparent; }
  .menu-button span { width: 24px; height: 2px; background: #fff; transition: transform .25s ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .nav-links { position: absolute; inset: 76px 0 auto; padding: 2rem; display: none; align-items: stretch; flex-direction: column; gap: 1.25rem; background: rgba(9,11,10,.98); border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .nav-cta { justify-content: center; }
  .hero { min-height: 760px; height: 100svh; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,7,6,.94), rgba(5,7,6,.4)), linear-gradient(0deg, rgba(5,7,6,.92), transparent 60%); }
  .hero-proof { left: 1.25rem; right: 1.25rem; width: auto; }
  .partner-strip { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .problem-grid, .collab-layout, .contact-section { grid-template-columns: 1fr; gap: 2.5rem; }
  .benefit-grid, .process-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 300px; }
  .process-head { display: block; }
  .process-step { display: grid; grid-template-columns: 1fr 1fr; column-gap: 1.5rem; }
  .step-top { grid-column: 1/-1; }
  .step-visual { grid-row: span 2; }
  .collab-intro { position: static; }
  .inner-page main { padding-top: 76px; }
  .route-grid { grid-template-columns: 1fr; }
  .route-card { min-height: 360px; }
  .page-hero-bottom { align-items: flex-start; flex-direction: column; }
  .split-feature, .fit-layout, .story-grid, .feature-table, .founders-section, .contact-page { grid-template-columns: 1fr; }
  .pilot-steps { grid-template-columns: 1fr 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
  .machine-showcase-head { grid-template-columns: 1fr; gap: 1.5rem; }
  .machine-summary { grid-template-columns: 1fr; }
  .number-process { grid-template-columns: 1fr 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .info-duo { grid-template-columns: 1fr; }
  .cta-band { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p { display: none; }
}

@media (max-width: 640px) {
  .brand img { height: 49px; }
  .hero { min-height: 0; height: auto; padding-top: 76px; display: flex; align-items: stretch; flex-direction: column; }
  .hero-image { position: relative; inset: auto; order: 2; width: 100%; height: 420px; background-position: 76% center; background-size: cover; }
  .hero-shade { display: none; }
  .hero-content { order: 1; margin-top: 0; padding-top: 2.75rem; padding-bottom: 2.75rem; }
  .hero-proof { position: relative; order: 3; inset: auto; width: 100%; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 1.2rem; }
  .button { width: 100%; }
  .text-link { justify-content: center; }
  .hero-proof { grid-template-columns: 1fr; bottom: 0; }
  .hero-proof > div { display: flex; justify-content: space-between; align-items: center; padding: .7rem 1rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-proof strong { font-size: 1rem; }
  .hero-proof span { font-size: .72rem; }
  .partner-strip { min-height: 56px; }
  .problem-grid { gap: 1rem; }
  .section-label { margin-bottom: 2.5rem; }
  .benefit-grid, .process-grid { margin-top: 3rem; }
  .process-step { display: block; }
  .step-visual { height: 210px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding-top: 0; }
  .page-hero { min-height: 600px; }
  .page-hero h1, .contact-page h1, .machine-showcase h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .route-card { min-height: 320px; }
  .route-card h2 { font-size: 2.4rem; }
  .number-process, .values-grid { grid-template-columns: 1fr; }
  .pilot-steps { grid-template-columns: 1fr; }
  .pilot-steps article { min-height: 230px; }
  .pilot-steps h3 { margin-top: 4rem; }
  .number-process article { min-height: 240px; }
  .number-process h3 { margin-top: 4rem; }
  .machine-gallery { grid-template-columns: 1fr; }
  .feature-rows > div { grid-template-columns: 1fr; gap: .25rem; }
  .info-duo article { padding: 4rem 1.25rem; }
  .contact-page { padding-top: 4.5rem; }
  .founder-cards article { padding: 1.3rem; }
  .cta-band .button { width: 100%; }
  footer { grid-template-columns: 1fr; }
  .footer-meta { justify-self: start; flex-wrap: wrap; gap: .6rem 1.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
