@font-face {
  font-family: 'Manrope';
  src: url('/assets/fonts/manrope-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('/assets/fonts/space-grotesk-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --page: #fcfcfe;
  --ink: #181820;
  --muted: #61616d;
  --line: #e5e3eb;
  --purple: #7c5cff;
  --magenta: #d9007a;
  --lime: #dcff77;
  --lavender: #e9e4ff;
  --blue: #e4f1ff;
  --pink: #ffe7f2;
  --pale-green: #e7f8e8;
  --warm: #fff0df;
  --shell: min(1280px, calc(100% - 80px));
  --heading-font: 'Space Grotesk', Arial, sans-serif;
  font-family: 'Manrope', Arial, sans-serif;
  color: var(--ink);
  background: var(--page);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--page); color: var(--ink); line-height: 1.7; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-family: var(--heading-font); font-weight: 700; text-wrap: balance; }
p { text-wrap: pretty; }
::selection { background: var(--lime); color: var(--ink); }
[id] { scroll-margin-top: 110px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--purple); outline-offset: 3px; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; padding: 10px 16px; background: var(--ink); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.announcement { min-height: 35px; display: grid; place-items: center; padding: 7px 20px; background: var(--magenta); color: #fff; font-size: 13px; font-weight: 700; text-align: center; letter-spacing: .02em; }

.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid rgba(229,227,235,.9); background: rgba(252,252,254,.92); backdrop-filter: blur(14px); }
.nav-shell { min-height: 82px; display: flex; align-items: center; gap: 30px; }
.brand { margin-right: auto; }
.brand img, .footer-logo { width: 132px; }
.brand img { filter: brightness(0); }
.site-nav { display: flex; align-items: center; gap: 29px; }
.site-nav a { text-decoration: none; font-size: 14px; font-weight: 700; }
.site-nav a:hover { color: var(--purple); }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 999px; padding: 10px 15px; background: #fff; font-weight: 700; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 0 24px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: #fff; box-shadow: 0 10px 22px rgba(24,24,32,.14); }
.button-light { border-color: var(--line); background: #fff; }

.hero { padding: 42px 0 72px; }
.hero-grid { min-height: 620px; display: grid; grid-template-columns: .88fr 1.12fr; gap: 54px; align-items: center; }
.hero-copy h1, .page-hero h1, .service-hero h1 { max-width: 870px; margin: 18px 0 24px; font-size: clamp(48px, 5.5vw, 78px); line-height: 1.04; letter-spacing: -.055em; }
.hero-copy h1 em { color: var(--purple); font-style: normal; }
.hero-copy > p { max-width: 620px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.quiet-points { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: var(--muted); font-size: 13px; font-weight: 700; }
.quiet-points span::before { content: "✓"; margin-right: 6px; color: var(--purple); }
.eyebrow { display: inline-block; color: #4c4b56; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.sticker { width: fit-content; border-radius: 999px; padding: 9px 13px; background: var(--lime); color: var(--ink); letter-spacing: .06em; }
.hero-stage { position: relative; min-height: 600px; overflow: hidden; display: grid; justify-items: center; align-content: center; gap: 24px; padding: 24px 30px 28px; border: 1px solid #ddd5fc; border-radius: 28px; background: radial-gradient(ellipse at 95% 90%, #d8e6ff 0, transparent 60%), radial-gradient(ellipse at 0 0, #f6eeff 0, transparent 65%), var(--lavender); isolation: isolate; }
.hero-stage img { position: relative; z-index: 2; width: min(100%, 356px); height: auto; object-fit: contain; margin: 0; border: 1px solid #ffffff; border-radius: 14px; box-shadow: 0 24px 40px -20px #5b42976b; animation: artwork-float 6s ease-in-out infinite; }
.stage-topline { position: relative; z-index: 3; display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 12px; }
.stage-label { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.stage-label > span { color: #6845de; font-size: 20px; vertical-align: middle; margin-right: 6px; }
.motion-toggle { border: 1px solid #c6b9eb; background: #ffffff80; border-radius: 999px; padding: 8px 11px; font-size: 10px; font-weight: 800; color: #423554; cursor: pointer; }
.stage-orbit { position: absolute; z-index: 0; width: 610px; aspect-ratio: 1; border: 1px solid #ad99e14a; border-radius: 50%; top: 45%; left: 50%; transform: translate(-50%, -50%); }
.stage-orbit::before, .stage-orbit::after { content: ''; position: absolute; inset: 35px; border: 1px solid #ad99e14a; border-radius: 50%; }
.stage-orbit::after { inset: 70px; }
.stage-spark { position: absolute; right: 17px; top: 44%; color: #8365dd; font-size: 54px; line-height: 1; animation: spark-turn 16s linear infinite; }
.lime-badge { position: relative; z-index: 3; display: flex; align-items: center; gap: 16px; width: fit-content; max-width: 100%; border: 1px solid #cbe570; border-radius: 999px; padding: 10px 22px; background: var(--lime); font-family: var(--heading-font); font-size: 13px; font-weight: 700; text-align: center; box-shadow: 0 6px 20px #7d8f5320; }
.lime-badge span { color: #58712c; }

.logo-strip { border-block: 1px solid var(--line); background: #fff; padding: 24px 0; }
.logo-strip .shell { display: flex; align-items: center; gap: 28px; }
.logo-strip p { min-width: max-content; margin: 0; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.logo-strip .shell div { display: flex; flex-wrap: wrap; gap: 10px; }
.logo-strip span { border: 1px solid var(--line); border-radius: 999px; padding: 8px 13px; background: var(--page); font-size: 13px; font-weight: 800; }

.section { padding-block: 100px; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: end; margin-bottom: 42px; }
.section h2, .contact-section h2, .cta-band h2 { margin: 10px 0 0; font-size: clamp(34px, 4vw, 56px); line-height: 1.06; letter-spacing: -.04em; }
.section-heading > p { max-width: 560px; margin: 0; color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; min-width: 0; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.tone-lavender { background: var(--lavender); }
.tone-blue { background: var(--blue); }
.tone-pink { background: var(--pink); }
.tone-lime { background: #efffc4; }
.tone-green { background: var(--pale-green); }
.tone-warm { background: var(--warm); }
.tone-mint { background: var(--pale-green); }
.tone-peach { background: var(--warm); }
.service-media { display: block; padding: 18px; height: auto; }
.service-media img { width: 100%; height: auto; object-fit: contain; border-radius: 10px; box-shadow: 0 10px 22px -15px #3a265366; }
.service-copy { flex: 1; display: flex; flex-direction: column; padding: 25px 25px 28px; background: rgba(255,255,255,.92); }
.service-copy h3 { margin: 9px 0 10px; font-size: 25px; line-height: 1.1; letter-spacing: -.03em; }
.service-copy p { min-height: 50px; margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.text-link { font-weight: 900; text-decoration: none; }
.service-copy .text-link { margin-top: auto; }

.demand-section { background: var(--ink); color: #fff; }
.demand-section .eyebrow { color: var(--lime); }
.demand-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.demand-grid p { color: #b8b8c3; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.tag-cloud span { border: 1px solid #494953; border-radius: 999px; padding: 14px 18px; background: #262630; font-weight: 800; }

.process-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-grid li { padding: 28px 24px 20px 0; }
.process-grid li + li { border-left: 1px solid var(--line); padding-left: 24px; }
.process-grid span { color: var(--purple); font-weight: 900; }
.process-grid h3 { margin: 35px 0 8px; font-size: 24px; }
.process-grid p { color: var(--muted); font-size: 14px; }
.proof-section { background: var(--lavender); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.proof-grid article { border: 1px solid rgba(124,92,255,.13); border-radius: 12px; padding: 26px; background: rgba(255,255,255,.78); box-shadow: 0 12px 30px rgba(76,51,140,.05); }
.proof-grid h3 { margin: 0 0 10px; font-size: 21px; }
.proof-grid p { margin: 0; color: var(--muted); }
.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.faq-list details { border-top: 1px solid var(--line); padding: 22px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-weight: 900; font-size: 18px; }
.faq-list p { color: var(--muted); }

.contact-section { padding: 100px 0; background: #ffd9e9; }
.contact-grid, .contact-page-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: start; }
.contact-grid > div:first-child { position: sticky; top: 130px; }
.contact-grid > div:first-child > a, .contact-page-grid aside > a { display: block; margin: 10px 0; font-weight: 900; }
.project-form { border-radius: 18px; padding: 32px; background: #fff; box-shadow: 0 20px 45px rgba(57,23,38,.08); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.project-form label, .project-form legend { display: grid; gap: 7px; color: #45444e; font-size: 13px; font-weight: 800; }
.project-form input, .project-form select, .project-form textarea { width: 100%; border: 1px solid #d9d7df; border-radius: 9px; padding: 13px 14px; background: #fff; color: var(--ink); }
.project-form textarea { resize: vertical; margin-top: 18px; }
.project-form fieldset { border: 0; margin: 19px 0; padding: 0; }
.project-form .choice { display: inline-flex; align-items: center; gap: 8px; margin: 9px 18px 0 0; }
.project-form .choice input, .project-form .consent input { width: auto; }
.project-form .consent { display: flex; grid-template-columns: auto 1fr; align-items: flex-start; gap: 9px; font-weight: 600; line-height: 1.45; }
.form-actions { display: flex; align-items: center; gap: 18px; margin-top: 22px; }
.form-status { margin: 0; font-size: 14px; font-weight: 800; }
.form-status.is-error { color: #a11313; }
.form-status.is-success { color: #176326; }
.honeypot { position: absolute !important; left: -10000px !important; }

.page-hero { padding: 110px 0 80px; }
.page-hero p { max-width: 760px; color: var(--muted); font-size: 19px; }
.service-hero { padding: 70px 0; }
.service-hero-grid { min-height: 590px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.service-hero-grid p { max-width: 620px; color: var(--muted); font-size: 18px; }
.service-hero-grid img { justify-self: center; width: min(100%, 408px); height: auto; object-fit: contain; border-radius: 14px; box-shadow: 0 26px 45px rgba(32,25,52,.1); }
.service-detail { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.service-detail ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.service-detail li { border: 1px solid var(--line); border-radius: 10px; padding: 18px; background: #fff; font-weight: 800; }
.outcome-section { background: #f3f1f8; }
.disclaimer { max-width: 850px; margin: 28px 0 0; border-left: 4px solid var(--purple); padding-left: 16px; color: var(--muted); }
.cta-band { background: var(--lime); text-align: center; }
.cta-band .shell { display: grid; justify-items: center; gap: 18px; }
.cta-band p { margin: 0; color: #4f513e; }
.about-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.about-grid article { border: 1px solid var(--line); border-radius: 14px; padding: 28px; }
.contact-page-grid aside { border-radius: 16px; padding: 28px; background: var(--lavender); }
.small { font-size: 13px; color: var(--muted); }
.legal-page { padding-bottom: 30px; }
.prose { max-width: 860px; }
.prose h2 { margin-top: 42px; font-size: 30px; }
.prose p { color: var(--muted); }

.site-footer { padding: 72px 0 28px; background: var(--ink); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 60px; }
.footer-grid h2 { margin: 0 0 14px; font-size: 14px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a { display: block; margin: 9px 0; color: #d7d7df; text-decoration: none; }
.footer-grid p { max-width: 390px; color: #aaaab5; }
.footer-logo { filter: brightness(0) invert(1); }
.social-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 45px; }
.social-row a { border: 1px solid #3c3c45; border-radius: 9px; padding: 14px; text-decoration: none; font-weight: 900; }
.social-row span { display: block; margin-top: 3px; color: #9999a4; font-size: 12px; font-weight: 400; }
.legal-row { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; border-top: 1px solid #34343d; padding-top: 24px; color: #8f8f99; font-size: 12px; }
.legal-row span:last-child { display: flex; flex-wrap: wrap; gap: 16px; }
.legal-row a { color: inherit; }
.text-button { border: 0; padding: 0; background: transparent; color: inherit; text-decoration: underline; cursor: pointer; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 40px, 760px); }
  .nav-cta { display: none; }
  .menu-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: 76px; inset-inline: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); border-radius: 12px; padding: 10px; background: #fff; box-shadow: 0 20px 40px rgba(20,20,30,.12); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px; }
  .hero-grid, .service-hero-grid { grid-template-columns: 1fr; }
  .hero-stage { order: -1; min-height: auto; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .quiet-points { justify-content: center; }
  .section-heading, .demand-grid, .faq-section, .contact-grid, .contact-page-grid, .service-detail { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li:nth-child(3) { border-left: 0; }
  .proof-grid, .about-grid { grid-template-columns: 1fr; }
  .contact-grid > div:first-child { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 40px); }
  .announcement { font-size: 11px; }
  .nav-shell { min-height: 70px; }
  .site-nav { top: 66px; }
  .hero { padding-top: 20px; }
  .hero-grid { min-height: auto; gap: 36px; }
  .hero-stage { min-height: auto; padding: 16px; gap: 18px; border-radius: 20px; }
  .hero-stage img { width: min(100%, 290px); height: auto; margin: 0; }
  .stage-label { font-size: 9px; letter-spacing: .03em; }
  .stage-label > span { font-size: 16px; margin-right: 3px; }
  .motion-toggle { font-size: 9px; padding: 8px; }
  .stage-spark { right: 3px; top: auto; bottom: 32px; font-size: 30px; }
  .lime-badge { padding: 8px 16px; gap: 12px; font-size: 11px; }
  .hero-copy h1, .page-hero h1, .service-hero h1 { font-size: clamp(36px, 10.7vw, 48px); }
  .hero-copy > p, .page-hero p { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .logo-strip .shell { align-items: flex-start; flex-direction: column; }
  .section { padding-block: 72px; }
  .service-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
  .service-media { height: auto; padding: 14px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li + li { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .form-grid, .service-detail ul { grid-template-columns: 1fr; }
  .project-form { margin-inline: -8px; padding: 22px; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .service-hero-grid { min-height: auto; gap: 35px; }
  .service-hero-grid img { order: -1; width: min(100%, 340px); height: auto; }
  .footer-grid, .social-row { grid-template-columns: 1fr; }
  .legal-row { flex-direction: column; }
}

/* Motion is restrained and never changes an artwork's visible crop. */
.site-header { transition: box-shadow .25s ease, background-color .25s ease; }
.site-header.is-scrolled { background: #fcfcfef5; box-shadow: 0 5px 28px #25203310; }
.site-nav a { position: relative; }
.site-nav a::after { content: ''; position: absolute; bottom: -5px; left: 0; right: 0; height: 2px; background: var(--purple); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.text-link span { display: inline-block; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.button-dark:hover { background: #5c38ca; box-shadow: 0 12px 26px #6847c82a; }
.button:active { transform: translateY(0); }
.button:disabled { cursor: wait; opacity: .65; transform: none; }
.logo-strip span, .tag-cloud span, .proof-grid article, .about-grid article, .social-row a { transition: transform .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease; }
.process-grid li { position: relative; }
.process-grid li::before { content: ''; position: absolute; top: -1px; left: 0; right: 0; height: 3px; background: var(--purple); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.process-grid li:hover::before { transform: scaleX(1); }
.project-form input:focus, .project-form select:focus, .project-form textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 4px #7c5cff10; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; display: grid; place-items: center; flex: 0 0 32px; height: 32px; border-radius: 50%; background: var(--lavender); color: #5c38ca; font-size: 23px; font-weight: 500; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.demand-section { position: relative; overflow: hidden; background: radial-gradient(ellipse at 100% 0%, #45376c, transparent 60%), var(--ink); }
.contact-section { background: radial-gradient(ellipse at 0 100%, #ffe8c9, transparent 65%), #ffd9e9; }
@media (hover: hover) and (pointer: fine) {
  .service-card:hover, .service-card:focus-within { transform: translateY(-6px); border-color: #b9a7f0; box-shadow: 0 18px 34px -20px #53418580; }
  .logo-strip span:hover { background: var(--lavender); transform: translateY(-3px); }
  .tag-cloud span:hover { background: var(--lime); color: var(--ink); border-color: var(--lime); transform: rotate(-2deg) translateY(-3px); }
  .proof-grid article:hover, .about-grid article:hover { transform: translateY(-4px); box-shadow: 0 18px 34px -20px #53418560; }
  .social-row a:hover { background: #302943; border-color: #8b6fd0; transform: translateY(-3px); }
}
@keyframes artwork-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes spark-turn { to { transform: rotate(360deg); } }
.hero-stage.is-offscreen img, .hero-stage.is-offscreen .stage-spark { animation-play-state: paused; }
html[data-motion='paused'] *, html[data-motion='paused'] *::before, html[data-motion='paused'] *::after { animation-play-state: paused !important; }
html[data-motion='paused'] { scroll-behavior: auto; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
