@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Unbounded:wght@600;700;800&display=swap");

:root {
  --ink: #17203b;
  --muted: #68718a;
  --paper: #f7f6f1;
  --white: #ffffff;
  --purple: #6f39e8;
  --pink: #ff438e;
  --cyan: #31d8df;
  --lime: #cfff47;
  --yellow: #ffd13b;
  --orange: #ff7a38;
  --line: rgba(23, 32, 59, .13);
  --shadow: 0 28px 75px rgba(30, 28, 72, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 6% 4%, rgba(49,216,223,.17), transparent 26rem),
    radial-gradient(circle at 94% 7%, rgba(255,67,142,.12), transparent 25rem),
    var(--paper);
  font-family: "Manrope", sans-serif;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; }

.site-header, main, footer { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand img { width: 164px; height: 62px; object-fit: contain; }
.site-header nav { display: flex; align-items: center; gap: 27px; }
.site-header nav a { text-decoration: none; font-size: 13px; font-weight: 800; }
.site-header nav a:not(.nav-cta):hover { color: var(--purple); }
.nav-cta { padding: 12px 19px; border-radius: 999px; background: var(--ink); color: white; }

.eyebrow {
  margin: 0 0 14px;
  color: var(--purple);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Unbounded", sans-serif; }
h1 {
  margin-bottom: 25px;
  font-size: clamp(43px, 6vw, 78px);
  line-height: 1.02;
  letter-spacing: -.055em;
}
h1 span { color: var(--pink); }
h2 { font-size: clamp(32px, 4.2vw, 55px); line-height: 1.1; letter-spacing: -.045em; }
h3 { font-size: 21px; line-height: 1.25; }

.hero {
  min-height: 700px;
  padding: 42px 0 78px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: 70px;
}
.hero-lead { max-width: 650px; color: var(--muted); font-size: 19px; line-height: 1.7; }
.hero-actions { margin: 31px 0 44px; display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--purple), var(--pink)); box-shadow: 0 16px 35px rgba(111,57,232,.24); }
.button-secondary { background: white; box-shadow: inset 0 0 0 1px var(--line); }
.button-light { background: white; color: var(--ink); }
.metrics { margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.metrics div { padding-right: 17px; border-right: 1px solid var(--line); }
.metrics div:last-child { border: 0; }
.metrics dt { font-family: "Unbounded", sans-serif; font-size: 25px; font-weight: 800; }
.metrics dd { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.4; }

.hero-showcase { min-height: 600px; position: relative; isolation: isolate; }
.hero-showcase::before {
  content: "";
  width: 78%;
  height: 86%;
  position: absolute;
  right: 4%;
  top: 5%;
  z-index: -2;
  border-radius: 46% 54% 40% 60% / 52% 40% 60% 48%;
  background: linear-gradient(145deg, var(--cyan), var(--lime));
  transform: rotate(5deg);
}
.hero-showcase figure { margin: 0; position: absolute; overflow: hidden; border: 7px solid white; background: white; box-shadow: var(--shadow); }
.hero-showcase img { width: 100%; height: 100%; object-fit: cover; display: block; }
.showcase-main { width: 62%; height: 74%; right: 13%; top: 12%; border-radius: 32px; transform: rotate(3deg); }
.showcase-small { width: 31%; height: 35%; border-radius: 24px; }
.showcase-small.top { right: -1%; top: 2%; transform: rotate(8deg); }
.showcase-small.bottom { left: 1%; bottom: 4%; transform: rotate(-8deg); }
.made-in {
  width: 106px;
  height: 106px;
  position: absolute;
  left: 6%;
  top: 8%;
  display: grid;
  place-items: center;
  border: 5px solid white;
  border-radius: 50%;
  background: var(--yellow);
  text-align: center;
  font-family: "Unbounded", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  transform: rotate(-9deg);
  box-shadow: var(--shadow);
}

.trust-strip {
  padding: 22px 28px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  background: var(--ink);
  color: white;
  font-size: 12px;
  font-weight: 800;
}
.trust-strip span::before { content: "✦"; margin-right: 10px; color: var(--cyan); }

.capabilities, .process, .portfolio { padding: 112px 0; }
.section-intro { max-width: 910px; margin-bottom: 46px; }
.section-intro p:last-child { max-width: 760px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.section-intro.compact { margin-bottom: 32px; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.capability-card { min-height: 260px; padding: 28px; border-radius: 24px; display: flex; flex-direction: column; background: white; box-shadow: 0 12px 38px rgba(28,28,69,.07); }
.capability-card > span { width: 42px; height: 42px; margin-bottom: auto; border-radius: 13px; display: grid; place-items: center; background: #f0ecf8; font-weight: 800; }
.capability-card h3 { margin: 27px 0 10px; }
.capability-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.accent-purple { border-top: 5px solid var(--purple); }
.accent-pink { border-top: 5px solid var(--pink); }
.accent-cyan { border-top: 5px solid var(--cyan); }
.accent-lime { border-top: 5px solid #99c800; }
.accent-yellow { border-top: 5px solid var(--yellow); }
.accent-dark { border-top: 5px solid var(--ink); }

.formats {
  padding: 74px;
  border-radius: 34px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 75px;
  background: var(--ink);
  color: white;
}
.formats .eyebrow { color: var(--cyan); }
.formats h2 { margin-bottom: 24px; }
.formats-copy > p:last-child { color: rgba(255,255,255,.64); line-height: 1.75; }
.formats ul { margin: 0; padding: 0; list-style: none; }
.formats li { padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: 160px 1fr; gap: 25px; }
.formats li:last-child { border-bottom: 0; }
.formats li strong { color: var(--lime); }
.formats li span { color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.55; }

.process-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; }
.process-list li { min-height: 235px; padding: 24px; border: 1px solid var(--line); border-right: 0; background: white; }
.process-list li:first-child { border-radius: 22px 0 0 22px; }
.process-list li:last-child { border-right: 1px solid var(--line); border-radius: 0 22px 22px 0; }
.process-list > li > span { width: 40px; height: 40px; margin-bottom: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--pink); color: white; font-weight: 800; }
.process-list strong { font-size: 16px; }
.process-list p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.portfolio { padding-top: 35px; }
.portfolio-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.portfolio figure { margin: 0; overflow: hidden; border-radius: 24px; background: white; box-shadow: 0 12px 38px rgba(28,28,69,.08); }
.portfolio figure img { width: 100%; aspect-ratio: .88; display: block; object-fit: cover; }
.portfolio figcaption { padding: 18px; display: grid; gap: 4px; }
.portfolio figcaption strong { font-size: 16px; }
.portfolio figcaption span { color: var(--muted); font-size: 12px; }

.why-us { margin-bottom: 112px; padding: 68px; border: 1px solid var(--line); border-radius: 34px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 68px; background: white; }
.why-us h2 { margin-bottom: 0; font-size: clamp(30px, 3.6vw, 46px); }
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.why-grid p { margin: 0; padding: 20px; border-radius: 18px; background: #f5f3f8; display: grid; gap: 7px; }
.why-grid strong { font-size: 14px; }
.why-grid span { color: var(--muted); font-size: 12px; line-height: 1.55; }

.brief {
  margin-bottom: 90px;
  padding: 70px;
  border-radius: 34px;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 72px;
  background: linear-gradient(140deg, #6530dc, #d52f86);
  color: white;
}
.brief .eyebrow { color: var(--lime); }
.brief h2 { font-size: clamp(32px, 4vw, 52px); }
.brief-copy > p:not(.eyebrow) { color: rgba(255,255,255,.75); line-height: 1.7; }
.brief-contact { margin-top: 38px; display: grid; gap: 6px; }
.brief-contact span { color: rgba(255,255,255,.6); font-size: 12px; }
.brief-contact a { font-family: "Unbounded", sans-serif; font-size: 19px; text-decoration: none; }
.brief form { display: grid; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
label { display: grid; gap: 7px; font-size: 12px; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; outline: none; background: rgba(255,255,255,.12); color: white; font-size: 14px; }
input, select { height: 48px; padding: 0 13px; }
textarea { padding: 13px; resize: vertical; }
select option { color: var(--ink); }
input::placeholder, textarea::placeholder { color: rgba(255,255,255,.55); }
input:focus, select:focus, textarea:focus { border-color: white; box-shadow: 0 0 0 3px rgba(255,255,255,.12); }
.consent { grid-template-columns: auto 1fr; align-items: start; color: rgba(255,255,255,.72); font-weight: 600; line-height: 1.4; }
.consent input { width: 18px; height: 18px; margin: 1px 0 0; }
.brief .button { width: 100%; }
.brief .button:disabled { opacity: .65; cursor: wait; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 20px; margin: 0; text-align: center; font-size: 13px; font-weight: 800; }
.form-status.success { color: var(--lime); }
.form-status.error { color: #ffe06b; }

footer { padding: 34px 0 55px; border-top: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; }
footer p { margin: 0; color: var(--muted); font-size: 13px; }
footer > div { display: flex; gap: 20px; }
footer > div a { font-size: 13px; font-weight: 800; text-decoration: none; }
footer small { grid-column: 1 / -1; color: var(--muted); }

@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr; gap: 15px; }
  .hero-copy { max-width: 820px; }
  .hero-showcase { min-height: 560px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .formats, .why-us, .brief { grid-template-columns: 1fr; gap: 38px; }
  .process-list { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .process-list li, .process-list li:first-child, .process-list li:last-child { border: 1px solid var(--line); border-radius: 18px; }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 740px) {
  .site-header, main, footer { width: min(100% - 28px, 1240px); }
  .site-header { height: 76px; }
  .brand img { width: 138px; }
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; padding-top: 46px; }
  h1 { font-size: clamp(40px, 13vw, 62px); }
  .hero-lead { font-size: 17px; }
  .metrics { grid-template-columns: 1fr; }
  .metrics div { padding: 0 0 13px; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-showcase { min-height: 430px; }
  .made-in { width: 82px; height: 82px; font-size: 11px; }
  .trust-strip { overflow-x: auto; justify-content: flex-start; }
  .trust-strip span { min-width: max-content; }
  .capabilities, .process, .portfolio { padding: 82px 0; }
  .capability-grid, .portfolio-grid, .why-grid, .process-list { grid-template-columns: 1fr; }
  .capability-card { min-height: 230px; }
  .formats, .why-us, .brief { padding: 38px 22px; }
  .formats li { grid-template-columns: 1fr; gap: 7px; }
  .form-row { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; align-items: start; }
  footer > div { flex-direction: column; gap: 9px; }
  footer small { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
