@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700&display=swap');

:root {
  --ink: #172b3a;
  --muted: #64747e;
  --paper: #f5f7f6;
  --white: #ffffff;
  --sky: #9edcf5;
  --sky-soft: #dff3fb;
  --coral: #ff8068;
  --coral-soft: #ffd7cf;
  --lilac: #cfc8ff;
  --line: rgba(23, 43, 58, .13);
  --radius: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.site-header, main, footer { max-width: 1440px; margin: 0 auto; }

.site-header {
  min-height: 88px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font: 700 14px/1 "Manrope", sans-serif; letter-spacing: .07em; }
.brand em { display: block; margin-top: 4px; color: var(--muted); font-size: 8px; font-style: normal; letter-spacing: .24em; }
.brand-mark { width: 34px; height: 34px; position: relative; display: inline-block; }
.brand-mark i { position: absolute; display: block; border-radius: 50%; }
.brand-mark i:nth-child(1) { width: 21px; height: 21px; left: 0; top: 0; background: var(--sky); }
.brand-mark i:nth-child(2) { width: 18px; height: 18px; right: 0; bottom: 0; background: var(--coral); }
.brand-mark i:nth-child(3) { width: 10px; height: 10px; right: 1px; top: 1px; background: var(--lilac); }
nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 46px); font-size: 14px; font-weight: 500; }
nav a { transition: opacity .2s ease, transform .2s ease; }
nav a:hover { opacity: .62; transform: translateY(-1px); }
.nav-contact { padding: 12px 20px; color: var(--white); background: var(--ink); border-radius: 999px; }

.hero {
  min-height: 680px;
  padding: 90px 5vw 100px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  align-items: center;
  gap: 7vw;
  overflow: hidden;
}
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; color: #50636f; font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 10px; height: 10px; background: var(--coral); border-radius: 50%; box-shadow: 12px 0 0 var(--sky); margin-right: 12px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Manrope", sans-serif; }
h1 { margin-bottom: 28px; font-size: clamp(54px, 6.2vw, 92px); line-height: .98; letter-spacing: -.065em; font-weight: 600; }
h1 strong, .contact h2 strong { color: var(--coral); font-weight: inherit; }
.hero-intro { max-width: 610px; color: var(--muted); font-size: clamp(17px, 1.45vw, 21px); line-height: 1.7; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 32px; }
.button { min-height: 56px; padding: 0 25px; display: inline-flex; align-items: center; gap: 25px; border-radius: 999px; font-weight: 700; }
.button-primary { color: white; background: var(--ink); box-shadow: 0 12px 30px rgba(23, 43, 58, .16); transition: transform .2s ease, box-shadow .2s ease; }
.button-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(23, 43, 58, .22); }
.text-link { font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }

.hero-visual { min-height: 505px; position: relative; isolation: isolate; }
.orb { position: absolute; border-radius: 50%; filter: blur(.2px); animation: float 7s ease-in-out infinite; }
.orb-blue { width: 380px; height: 380px; right: 8%; top: 4%; background: linear-gradient(145deg, rgba(255,255,255,.9), var(--sky)); box-shadow: inset -24px -18px 50px rgba(66, 169, 209, .15), 0 38px 70px rgba(87, 164, 196, .19); }
.orb-coral { width: 150px; height: 150px; left: 5%; bottom: 7%; background: linear-gradient(145deg, #ffaf9f, var(--coral)); animation-delay: -2s; }
.idea-card { position: absolute; z-index: 2; background: rgba(255,255,255,.69); border: 1px solid rgba(255,255,255,.8); backdrop-filter: blur(18px); box-shadow: 0 24px 60px rgba(26, 71, 93, .15); }
.card-main { width: min(385px, 78%); padding: 30px; left: 6%; top: 24%; border-radius: var(--radius); transform: rotate(-3deg); }
.card-label { display: block; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.signal { height: 120px; margin: 24px 0; display: flex; align-items: flex-end; gap: 10px; }
.signal i { flex: 1; border-radius: 12px; background: var(--ink); animation: breathe 3s ease-in-out infinite; }
.signal i:nth-child(1) { height: 35%; background: var(--sky); }
.signal i:nth-child(2) { height: 60%; animation-delay: -.4s; }
.signal i:nth-child(3) { height: 82%; background: var(--coral); animation-delay: -.8s; }
.signal i:nth-child(4) { height: 58%; background: var(--lilac); animation-delay: -1.2s; }
.signal i:nth-child(5) { height: 100%; animation-delay: -1.6s; }
.card-main p { margin: 0; max-width: 240px; font: 600 18px/1.4 "Manrope", sans-serif; }
.card-note { right: 0; bottom: 8%; padding: 16px 20px; display: flex; align-items: center; gap: 13px; border-radius: 18px; transform: rotate(4deg); }
.note-dot { width: 30px; height: 30px; border-radius: 50%; background: var(--coral-soft); border: 8px solid var(--coral); }
.card-note b, .card-note small { display: block; }
.card-note b { font-size: 13px; }
.card-note small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.loop-line { width: 300px; height: 150px; position: absolute; right: -5%; bottom: 5%; border: 2px dashed rgba(23,43,58,.18); border-radius: 50%; transform: rotate(-20deg); z-index: -1; }

.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.marquee div { min-height: 82px; display: flex; align-items: center; justify-content: space-around; gap: 34px; white-space: nowrap; color: #435865; font: 600 clamp(14px, 1.5vw, 19px)/1 "Manrope", sans-serif; letter-spacing: .05em; }
.marquee i { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }

.section { padding: 130px 5vw; }
.section-kicker { display: flex; gap: 10px; align-items: center; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.section-kicker span { color: var(--coral); }
.about { display: grid; grid-template-columns: .6fr 1.65fr .55fr; gap: 5vw; align-items: start; }
.about h2, .section-heading h2, .approach h2, .contact h2 { margin-bottom: 28px; font-size: clamp(38px, 4.5vw, 68px); line-height: 1.08; letter-spacing: -.05em; }
.about-copy p { max-width: 740px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.8; }
.about-note { margin-top: 95px; transform: rotate(-5deg); }
.about-note .scribble { color: var(--coral); font-size: 54px; font-family: serif; }
.about-note p { margin-top: -6px; font: 600 15px/1.5 "Manrope", sans-serif; }

.capabilities { background: var(--white); border-radius: 42px; }
.section-heading { display: grid; grid-template-columns: .65fr 1.7fr; gap: 4vw; }
.capability-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.capability-card { min-height: 430px; padding: 30px; position: relative; border-radius: var(--radius); overflow: hidden; transition: transform .25s ease; }
.capability-card:hover { transform: translateY(-7px) rotate(.5deg); }
.card-sky { background: var(--sky-soft); }
.card-lilac { background: #e8e4ff; }
.card-coral { background: var(--coral-soft); }
.cap-number { color: rgba(23,43,58,.48); font-size: 12px; font-weight: 700; }
.cap-icon { height: 145px; margin: 25px 0 10px; position: relative; }
.icon-window { width: 150px; padding: 38px 18px 16px; border: 2px solid var(--ink); border-radius: 18px; transform: rotate(-5deg); }
.icon-window::before { content: ""; position: absolute; left: 0; right: 0; top: 24px; border-top: 2px solid var(--ink); }
.icon-window i { height: 10px; display: block; margin: 8px 0; border-radius: 9px; background: var(--sky); }
.icon-window i:nth-child(2) { width: 65%; background: var(--coral); }
.icon-window i:nth-child(3) { width: 82%; background: var(--ink); }
.icon-path i { position: absolute; display: block; border-radius: 50%; border: 2px solid var(--ink); }
.icon-path i:nth-child(1) { width: 80px; height: 80px; left: 10px; top: 45px; background: var(--lilac); }
.icon-path i:nth-child(2) { width: 54px; height: 54px; left: 88px; top: 9px; background: var(--coral); }
.icon-path i:nth-child(3) { width: 35px; height: 35px; left: 125px; top: 93px; background: var(--white); }
.icon-people i { position: absolute; display: block; width: 82px; height: 110px; border-radius: 50px 50px 18px 18px; border: 2px solid var(--ink); }
.icon-people i:nth-child(1) { left: 0; top: 20px; background: var(--coral); }
.icon-people i:nth-child(2) { left: 55px; top: 4px; background: var(--sky); }
.icon-people i:nth-child(3) { left: 110px; top: 28px; background: var(--lilac); }
.capability-card h3 { margin-bottom: 12px; font: 700 24px/1.2 "Manrope", sans-serif; }
.capability-card p { max-width: 330px; margin: 0; color: #50636f; line-height: 1.65; }
.card-arrow { width: 42px; height: 42px; position: absolute; right: 25px; bottom: 25px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; }

.approach { display: grid; grid-template-columns: 1.55fr .65fr; gap: 20px; }
.approach-panel { padding: clamp(40px, 6vw, 85px); color: var(--white); background: var(--ink); border-radius: 38px; }
.section-kicker.light { color: #adc0ca; }
.approach h2 { margin: 36px 0 18px; }
.approach-intro { color: #adc0ca; font-size: 18px; }
.steps { margin-top: 68px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.steps article { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.2); display: flex; gap: 18px; }
.steps article > span { color: var(--coral); font-size: 11px; font-weight: 700; }
.steps h3 { margin-bottom: 10px; font: 700 20px/1 "Manrope", sans-serif; }
.steps p { margin: 0; color: #adc0ca; font-size: 13px; line-height: 1.65; }
.quote-card { padding: 45px 38px; position: relative; overflow: hidden; background: var(--sky); border-radius: 38px; }
.quote-mark { font: 700 90px/1 Georgia, serif; color: var(--white); }
.quote-card blockquote { margin: 35px 0 22px; font: 600 clamp(24px, 2.35vw, 38px)/1.25 "Manrope", sans-serif; letter-spacing: -.04em; }
.quote-card > p { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.orbit { width: 220px; height: 220px; position: absolute; right: -65px; bottom: -65px; border: 2px solid rgba(255,255,255,.6); border-radius: 50%; }
.orbit::before, .orbit::after { content: ""; position: absolute; inset: 30px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.orbit::after { inset: 65px; }
.orbit i { width: 18px; height: 18px; position: absolute; left: 22px; top: 28px; background: var(--coral); border-radius: 50%; }

.contact { margin: 0 5vw 60px; padding-left: clamp(35px, 6vw, 85px); padding-right: clamp(35px, 6vw, 85px); background: var(--white); border-radius: 38px; }
.contact-top { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.contact .eyebrow { margin-bottom: 34px; }
.contact h2 { margin-bottom: 0; }
.contact-bubble { width: 185px; height: 185px; flex: 0 0 auto; display: grid; place-content: center; gap: 7px; text-align: center; color: white; background: var(--coral); border-radius: 50%; box-shadow: 0 24px 48px rgba(255,128,104,.25); transition: transform .25s ease; }
.contact-bubble:hover { transform: rotate(7deg) scale(1.04); }
.contact-bubble span { font: 700 20px/1 "Manrope", sans-serif; }
.contact-details { margin-top: 90px; display: grid; grid-template-columns: 1fr .7fr 1.3fr; border-top: 1px solid var(--line); }
.contact-details > * { padding: 26px 28px 0 0; min-width: 0; }
.contact-details small, .contact-details span { display: block; }
.contact-details small { margin-bottom: 9px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-details span { font-weight: 600; overflow-wrap: anywhere; }

footer { min-height: 110px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer-brand { color: var(--ink); }
footer p { margin: 0; text-align: center; }
footer > a { font-weight: 700; }

@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes breathe { 0%, 100% { transform: scaleY(.9); transform-origin: bottom; } 50% { transform: scaleY(1); transform-origin: bottom; } }

@media (max-width: 980px) {
  nav a:not(.nav-contact) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-visual { min-height: 470px; max-width: 620px; width: 100%; margin: 0 auto; }
  .about { grid-template-columns: 1fr; }
  .about-note { margin-top: 5px; }
  .section-heading { grid-template-columns: 1fr; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 380px; }
  .approach { grid-template-columns: 1fr; }
  .quote-card { min-height: 410px; }
  .contact-details { grid-template-columns: 1fr 1fr; }
  .contact-details > div { grid-column: 1 / -1; }
}

@media (max-width: 650px) {
  .site-header { min-height: 74px; }
  .nav-contact { padding: 10px 15px; font-size: 12px; }
  .hero { padding: 62px 5vw 75px; }
  h1 { font-size: clamp(46px, 14vw, 68px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-visual { min-height: 400px; }
  .orb-blue { width: 290px; height: 290px; }
  .orb-coral { width: 110px; height: 110px; }
  .card-main { left: 2%; width: 88%; padding: 22px; }
  .card-note { right: 1%; }
  .marquee div { justify-content: flex-start; padding: 0 26px; }
  .section { padding: 90px 5vw; }
  .capabilities { border-radius: 28px; }
  .steps { grid-template-columns: 1fr; margin-top: 45px; }
  .approach-panel, .quote-card { border-radius: 28px; }
  .contact { margin: 0 3vw 40px; padding: 75px 7vw; border-radius: 28px; }
  .contact-top { align-items: flex-start; flex-direction: column; }
  .contact-bubble { width: 140px; height: 140px; }
  .contact-details { grid-template-columns: 1fr; margin-top: 60px; }
  .contact-details > div { grid-column: auto; }
  footer { padding: 35px 5vw; flex-direction: column; }
}

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