:root {
  --ink: #081532;
  --paper: #f5f7ff;
  --blue: #1238ff;
  --blue-dark: #071a72;
  --red: #ff3d31;
  --red-dark: #ce231b;
  --sky: #dce5ff;
  --line: rgba(8, 21, 50, 0.18);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 100;
  transform: translateY(-150%); background: white; padding: 10px 14px;
}
.skip-link:focus { transform: none; }

.site-header {
  height: 88px; max-width: var(--max); margin: auto; padding: 0 4vw;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line); position: relative; z-index: 20;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px; height: 42px; border: 2px solid; border-radius: 50%;
  display: grid; place-items: center; font: 800 19px/1 "Manrope", sans-serif;
}
.brand-mark { border-color: var(--blue); color: var(--blue); }
.brand-mark span { color: var(--red); }
.brand-name { font: 800 17px/1 "Manrope", sans-serif; letter-spacing: .08em; }
.desktop-nav { display: flex; gap: 34px; font-size: 14px; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -6px;
  height: 2px; background: var(--red); transition: right .25s;
}
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.lang-switch {
  border: 0; background: none; padding: 8px; cursor: pointer; color: #777;
  font-size: 12px; font-weight: 700; letter-spacing: .08em;
}
.lang-switch span { margin: 0 2px; }
.lang-switch .lang-active { color: var(--ink); }
.button {
  min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center;
  justify-content: center; gap: 28px; border: 1px solid var(--ink); font-weight: 700;
  cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translate(-3px, -3px); box-shadow: 5px 5px 0 var(--ink); }
.button-small { min-height: 43px; padding: 0 16px; gap: 14px; font-size: 13px; }
.button-dark { background: var(--blue); border-color: var(--blue); color: white; }
.button-primary { background: var(--red); border-color: var(--red); color: white; }
.menu-button, .mobile-nav { display: none; }

.hero {
  max-width: var(--max); min-height: calc(100vh - 88px); margin: auto; padding: 7vh 4vw 26px;
  display: grid; grid-template-columns: 1.04fr .96fr; grid-template-rows: 1fr auto;
  position: relative; overflow: hidden;
}
.hero-copy { z-index: 2; align-self: center; padding-bottom: 8vh; }
.eyebrow, .section-kicker {
  display: flex; align-items: center; gap: 10px; font: 700 11px/1 "Manrope", sans-serif;
  letter-spacing: .14em; text-transform: uppercase;
}
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px #ffd9d5; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 {
  font: 700 clamp(4.4rem, 8vw, 8.7rem)/.84 "Manrope", sans-serif;
  letter-spacing: -.075em; margin: 35px 0 32px;
}
.hero h1 em { color: var(--blue); font-style: normal; }
.approach h2 em { color: var(--red); font-style: normal; }
.hero-text { max-width: 610px; font-size: clamp(1.05rem, 1.4vw, 1.28rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; flex-wrap: wrap; }
.text-link {
  display: inline-flex; align-items: center; gap: 10px; font-size: 14px;
  font-weight: 700; border-bottom: 1px solid; padding-bottom: 4px;
}
.linkedin-icon {
  width: 23px; height: 23px; display: grid; place-items: center; background: #0a66c2;
  color: white; font: 700 13px/1 Arial; border-radius: 2px;
}
.hero-visual {
  position: relative; min-height: 590px; align-self: center; overflow: hidden;
  background: var(--blue-dark); color: white; border-radius: 2px;
  box-shadow: 18px 18px 0 var(--red);
  padding: 36px 38px;
}
.hero-visual::before {
  content: ""; position: absolute; inset: 0; opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}
.process-glow {
  position: absolute; width: 360px; height: 360px; right: -160px; bottom: -150px;
  border-radius: 50%; background: var(--red); filter: blur(90px); opacity: .4;
}
.process-meta {
  position: relative; z-index: 2; display: flex; justify-content: space-between;
  font: 700 10px/1 "Manrope"; letter-spacing: .15em; color: #aebeff;
}
.process-line {
  position: absolute; z-index: 1; left: 76px; top: 119px; bottom: 105px;
  width: 1px; background: rgba(255,255,255,.2);
}
.process-progress {
  display: block; width: 3px; height: 100%; margin-left: -1px;
  background: linear-gradient(to bottom, #fff 0%, #6d86ff 55%, var(--red) 100%);
  transform-origin: top; animation: processReveal 1.8s cubic-bezier(.2,.7,.2,1) both;
}
.process-flow {
  position: relative; z-index: 2; list-style: none; padding: 34px 0 0; margin: 0;
  display: grid; gap: 15px;
}
.process-step {
  min-height: 88px; display: grid; grid-template-columns: 27px 22px 1fr;
  gap: 12px; align-items: center; opacity: 0;
  animation: stepReveal .5s ease forwards;
}
.process-step:nth-child(1) { animation-delay: .1s; }
.process-step:nth-child(2) { animation-delay: .35s; }
.process-step:nth-child(3) { animation-delay: .6s; }
.process-step:nth-child(4) { animation-delay: .85s; }
.step-number { font: 700 9px/1 "Manrope"; color: #8298ff; letter-spacing: .08em; }
.step-dot {
  width: 11px; height: 11px; border-radius: 50%; background: var(--blue-dark);
  border: 2px solid #879bff; box-shadow: 0 0 0 5px rgba(100,126,255,.12);
}
.process-step strong {
  display: block; font: 650 clamp(1.1rem, 1.65vw, 1.55rem)/1.1 "Manrope";
  letter-spacing: -.025em;
}
.process-step small {
  display: block; margin-top: 5px; color: #aebeff; font-size: 11px;
  letter-spacing: .025em;
}
.step-concept { margin-left: 6%; }
.step-production { margin-left: 13%; }
.step-experience { margin-left: 21%; }
.step-experience .step-number { color: #ff8d85; }
.step-experience strong { color: #fff; }
.step-experience small { color: #ffaaa4; }
.event-pulse {
  background: var(--red); border-color: white; box-shadow: 0 0 0 8px rgba(255,61,49,.2);
  animation: eventPulse 2s ease-in-out infinite;
}
.experience-card {
  position: absolute; z-index: 3; right: 30px; bottom: 26px; width: 205px;
  background: var(--red); padding: 17px 18px; color: white;
  display: flex; justify-content: space-between; align-items: end;
  box-shadow: -7px 7px 0 white;
}
.experience-card > span:first-child { font: 800 15px/1.16 "Manrope"; }
.experience-card em { font-style: normal; color: var(--blue-dark); }
.experience-arrow { font-size: 26px; }
@keyframes processReveal { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes stepReveal { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes eventPulse {
  0%, 100% { box-shadow: 0 0 0 7px rgba(255,61,49,.18); }
  50% { box-shadow: 0 0 0 13px rgba(255,61,49,.06); }
}
.hero-bottom {
  grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 20px;
  display: flex; justify-content: space-between; text-transform: uppercase;
  font-size: 10px; letter-spacing: .12em; font-weight: 700;
}

.statement, .services, .references, .contact { max-width: var(--max); margin: auto; padding: 120px 7vw; }
.statement {
  background: var(--red); color: white; max-width: none;
  padding-left: max(7vw, calc((100vw - var(--max))/2 + 7vw));
  padding-right: max(7vw, calc((100vw - var(--max))/2 + 7vw));
}
.statement h2 {
  max-width: 1100px; margin: 55px 0 70px;
  font: 600 clamp(2.4rem, 5.2vw, 5.4rem)/1.05 "Manrope"; letter-spacing: -.055em;
}
.statement-meta { border-top: 1px solid; padding-top: 25px; display: flex; justify-content: flex-end; gap: 12vw; }
.statement-meta p { max-width: 450px; line-height: 1.6; }
.big-arrow { font-size: 80px; line-height: .7; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 65px; }
.section-heading h2, .contact h2 {
  font: 650 clamp(2.5rem, 4.8vw, 5.2rem)/1.02 "Manrope"; letter-spacing: -.05em; margin: 28px 0 0;
}
.section-heading > p { max-width: 430px; line-height: 1.6; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ink); }
.service-card { min-height: 430px; padding: 28px; border-right: 1px solid var(--ink); display: flex; flex-direction: column; }
.service-card:last-child { border-right: 0; }
.service-highlight { background: var(--blue); color: white; }
.service-number { font-size: 11px; letter-spacing: .12em; }
.service-icon { font-size: 48px; margin: auto 0 45px; }
.service-card h3 { font: 700 25px/1.1 "Manrope"; }
.service-card p { line-height: 1.6; margin: 0; opacity: .8; }
.format-strip {
  margin-top: 30px; overflow: hidden; white-space: nowrap; display: flex; gap: 26px;
  font: 700 clamp(1rem, 2vw, 1.6rem)/1 "Manrope"; letter-spacing: .04em;
}
.format-strip i { color: var(--red); font-style: normal; }

.references { max-width: none; background: #e4eaff; padding-left: max(7vw, calc((100vw - var(--max))/2 + 7vw)); padding-right: max(7vw, calc((100vw - var(--max))/2 + 7vw)); }
.references-heading {
  display: grid; grid-template-columns: 1.1fr .6fr; gap: 8vw; align-items: end;
  margin-bottom: 65px;
}
.light-blue { color: var(--blue); }
.references-heading h2 {
  font: 650 clamp(2.5rem, 4.8vw, 5.2rem)/1.02 "Manrope";
  letter-spacing: -.055em; margin: 28px 0 0;
}
.reference-proof { border-left: 3px solid var(--red); padding-left: 25px; }
.reference-proof strong { color: var(--blue); font: 800 13px/1 "Manrope"; letter-spacing: .13em; }
.reference-proof p { margin: 16px 0 0; line-height: 1.6; }
.reference-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ink); }
.reference-card {
  min-height: 410px; padding: 25px; background: var(--paper); border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink); display: flex; flex-direction: column;
  transition: transform .25s, box-shadow .25s; position: relative;
}
.reference-card:nth-child(3n) { border-right: 0; }
.reference-card:nth-child(n+4) { border-bottom: 0; }
.reference-card:hover { z-index: 2; transform: translate(-5px, -5px); box-shadow: 9px 9px 0 var(--ink); }
.reference-featured { background: var(--blue); color: white; }
.reference-red { background: var(--red); color: white; }
.reference-topline {
  display: flex; justify-content: space-between; gap: 15px; padding-bottom: 18px;
  border-bottom: 1px solid currentColor; font: 700 9px/1 "Manrope"; letter-spacing: .11em;
}
.reference-topline span:last-child { font-size: 17px; letter-spacing: 0; }
.reference-card-body { margin: auto 0; }
.reference-type { font-size: 10px; text-transform: uppercase; letter-spacing: .11em; opacity: .65; }
.reference-card h3 { font: 700 clamp(1.65rem, 2.4vw, 2.45rem)/1 "Manrope"; letter-spacing: -.04em; margin-bottom: 20px; }
.reference-card-body > p:last-child { line-height: 1.55; font-size: 14px; margin: 0; opacity: .78; }
.reference-stat { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; opacity: .65; }
.client-list { padding-top: 60px; }
.client-names { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 27px; }
.client-names span {
  border: 1px solid rgba(8,21,50,.4); border-radius: 99px; padding: 10px 16px;
  font: 650 12px/1 "Manrope"; background: rgba(255,255,255,.35);
}

.testimonials {
  max-width: var(--max); margin: auto; padding: 120px 7vw;
}
.testimonials-heading {
  display: grid; grid-template-columns: 1fr 360px; gap: 7vw; align-items: end;
  margin-bottom: 60px;
}
.testimonials-heading h2 {
  font: 650 clamp(2.5rem, 4.8vw, 5.2rem)/1.02 "Manrope";
  letter-spacing: -.055em; margin: 28px 0 0;
}
.approval-note {
  margin: 0; padding: 16px 18px; border-left: 3px solid var(--red);
  background: #fff0ee; color: #7d2a24; font-size: 12px; line-height: 1.5;
}
.testimonial-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--ink);
}
.testimonial-card {
  min-height: 345px; margin: 0; padding: 34px; background: white;
  border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
  display: flex; flex-direction: column; justify-content: space-between;
}
.testimonial-card:nth-child(2n) { border-right: 0; }
.testimonial-blue { background: var(--blue); color: white; }
.testimonial-red { background: var(--red); color: white; }
.testimonial-wide {
  grid-column: 1 / -1; min-height: 300px; border-right: 0; border-bottom: 0;
  background: var(--blue-dark); color: white;
}
.testimonial-card blockquote {
  margin: 0; max-width: 760px; font: 550 clamp(1.35rem, 2.2vw, 2.1rem)/1.25 "Manrope";
  letter-spacing: -.035em;
}
.testimonial-card blockquote::before {
  content: "“"; display: block; height: 43px; color: var(--red);
  font: 700 64px/.8 Georgia, serif;
}
.testimonial-red blockquote::before { color: var(--blue-dark); }
.testimonial-card figcaption { display: grid; gap: 5px; margin-top: 40px; }
.testimonial-card figcaption strong { font: 700 14px/1.2 "Manrope"; }
.testimonial-card figcaption span { max-width: 520px; font-size: 11px; line-height: 1.45; opacity: .68; }

.approach {
  background: var(--blue-dark); color: white; padding: 120px max(7vw, calc((100vw - var(--max))/2 + 7vw));
  display: grid; grid-template-columns: 1fr 1fr; gap: 10vw;
}
.light { color: #aaa; }
.approach h2 { font: 650 clamp(2.7rem, 5vw, 5.6rem)/1.02 "Manrope"; letter-spacing: -.055em; margin-top: 32px; }
.steps article { display: grid; grid-template-columns: 60px 1fr; gap: 22px; border-top: 1px solid #444; padding: 27px 0; }
.steps article > span { color: #ff746b; font-size: 12px; }
.steps h3 { font: 700 22px/1.1 "Manrope"; margin-bottom: 10px; }
.steps p { color: #aaa; line-height: 1.55; margin: 0; }

.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; }
.contact-copy > p:not(.section-kicker) { max-width: 440px; line-height: 1.65; margin: 32px 0; }
.contact-details { display: grid; gap: 7px; margin-top: 35px; font-style: normal; font-size: 13px; }
.contact-details strong { font: 700 15px/1.2 "Manrope"; }
.contact-details span { color: #667; margin-top: 4px; }
.lead-form { background: white; padding: 38px; border: 1px solid var(--ink); box-shadow: 12px 12px 0 var(--red); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.lead-form label:not(.consent) { display: block; margin-bottom: 25px; font-size: 12px; font-weight: 700; }
.lead-form input:not([type="checkbox"]), .lead-form textarea {
  width: 100%; border: 0; border-bottom: 1px solid #aaa; background: transparent;
  border-radius: 0; padding: 11px 0; outline: none; resize: vertical;
}
.lead-form input:focus, .lead-form textarea:focus { border-color: var(--blue); }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 11px; line-height: 1.4; color: #555; }
.consent input { margin-top: 2px; accent-color: var(--blue); }
.button-submit { width: 100%; margin-top: 25px; border: 0; }
.form-note, .form-status { font-size: 10px; color: #777; margin: 14px 0 0; }
.form-status { color: var(--blue); font-weight: 700; }

footer {
  max-width: var(--max); margin: auto; padding: 38px 4vw; border-top: 1px solid var(--line);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px;
}
.footer-brand { display: flex; gap: 12px; align-items: center; }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand strong { font: 800 13px/1.4 "Manrope"; letter-spacing: .05em; }
.footer-brand small { color: #777; }
.footer-links { display: flex; gap: 25px; font-size: 12px; }
.copyright { text-align: right; font-size: 11px; color: #777; }

@media (max-width: 900px) {
  .desktop-nav, .desktop-cta { display: none; }
  .menu-button {
    width: 36px; height: 36px; border: 0; background: none; padding: 8px; cursor: pointer;
    display: flex; flex-direction: column; justify-content: center; gap: 6px;
  }
  .menu-button span { display: block; height: 2px; background: var(--ink); transition: .2s; }
  .menu-button.active span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button.active span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav {
    position: absolute; z-index: 15; top: 88px; left: 0; right: 0; background: var(--paper);
    border-bottom: 1px solid; padding: 24px 4vw; flex-direction: column; gap: 22px;
    font: 700 22px "Manrope";
  }
  .mobile-nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { padding-bottom: 30px; }
  .hero h1 { font-size: clamp(4rem, 15vw, 7rem); }
  .hero-visual { min-height: 510px; }
  .hero-bottom { margin-top: 30px; }
  .section-heading, .references-heading, .testimonials-heading, .approach { grid-template-columns: 1fr; display: grid; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 340px; border-right: 0; border-bottom: 1px solid; }
  .service-card:last-child { border-bottom: 0; }
  .reference-grid { grid-template-columns: 1fr 1fr; }
  .reference-card, .reference-card:nth-child(3n) { border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
  .reference-card:nth-child(2n) { border-right: 0; }
  .reference-card:nth-child(n+5) { border-bottom: 0; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .site-header { height: 74px; }
  .brand-name { display: none; }
  .brand-mark { width: 38px; height: 38px; }
  .mobile-nav { top: 74px; }
  .hero { min-height: auto; padding: 60px 20px 20px; }
  .hero h1 { margin-top: 26px; font-size: 18vw; }
  .hero-text { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 500px; margin: 25px 7px 7px 0; padding: 27px 22px; box-shadow: 7px 7px 0 var(--red); }
  .process-line { left: 54px; top: 104px; bottom: 100px; }
  .process-flow { padding-top: 27px; gap: 8px; }
  .process-step { min-height: 80px; grid-template-columns: 19px 19px 1fr; gap: 9px; }
  .step-concept { margin-left: 3%; }
  .step-production { margin-left: 6%; }
  .step-experience { margin-left: 9%; }
  .experience-card { width: 180px; right: 17px; bottom: 20px; }
  .statement, .services, .references, .testimonials, .contact { padding: 80px 20px; }
  .statement-meta { justify-content: space-between; gap: 25px; }
  .big-arrow { font-size: 45px; }
  .section-heading { align-items: start; margin-bottom: 45px; }
  .approach { padding: 80px 20px; }
  .lead-form { padding: 25px 20px; box-shadow: 7px 7px 0 var(--red); }
  .reference-grid { grid-template-columns: 1fr; }
  .reference-card { min-height: 360px; }
  .reference-card, .reference-card:nth-child(2n), .reference-card:nth-child(3n), .reference-card:nth-child(n+5) {
    border-right: 0; border-bottom: 1px solid var(--ink);
  }
  .reference-card:last-child { border-bottom: 0; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card, .testimonial-card:nth-child(2n), .testimonial-wide {
    grid-column: auto; min-height: 310px; border-right: 0; border-bottom: 1px solid var(--ink);
    padding: 28px 24px;
  }
  .testimonial-card:last-child { border-bottom: 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  footer { grid-template-columns: 1fr; text-align: left; padding: 35px 20px; }
  .footer-links { flex-wrap: wrap; }
  .copyright { text-align: left; }
}

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

.legal-page { min-height: 100vh; }
.legal-header {
  max-width: 980px; margin: auto; padding: 34px 30px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.legal-back { font-size: 13px; font-weight: 700; color: var(--blue); }
.legal-content { max-width: 980px; margin: auto; padding: 80px 30px 120px; }
.legal-content h1 {
  font: 700 clamp(3.3rem, 8vw, 7rem)/.95 "Manrope"; letter-spacing: -.065em;
  margin: 22px 0 60px;
}
.legal-content h2 {
  font: 700 1.45rem/1.2 "Manrope"; letter-spacing: -.025em;
  margin: 48px 0 14px;
}
.legal-content h3 { font: 700 1rem/1.3 "Manrope"; margin: 28px 0 8px; }
.legal-content p, .legal-content li { max-width: 760px; line-height: 1.7; }
.legal-content ul { padding-left: 20px; }
.legal-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-notice {
  max-width: 760px; padding: 18px 20px; margin-bottom: 45px;
  background: #fff0ee; border-left: 4px solid var(--red); font-size: 13px;
}
.legal-company {
  max-width: 760px; padding: 30px; background: white; border: 1px solid var(--ink);
  box-shadow: 8px 8px 0 var(--blue); line-height: 1.75;
}
@media (max-width: 600px) {
  .legal-header { padding: 25px 20px; }
  .legal-content { padding: 60px 20px 90px; }
  .legal-content h1 { margin-bottom: 40px; }
}
