:root {
  color-scheme: light;
  --paper: #f5f3ed;
  --paper-deep: #e9e6dc;
  --ink: #20231f;
  --muted: #74776f;
  --line: #d9d7ce;
  --purple: #7868d8;
  --purple-deep: #5142ad;
  --lime: #d9e78b;
  --white: #fffefa;
  --sans: "DM Sans", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "DM Mono", "SFMono-Regular", Consolas, monospace;
  --page-width: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { background: var(--lime); color: var(--ink); }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 12px 16px; transform: translateY(-150%); background: var(--ink); color: white; }
.skip-link:focus { transform: translateY(0); }
.section-shell, .site-header { width: min(var(--page-width), calc(100% - 112px)); margin-inline: auto; }
.site-header { min-height: 86px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 27px; height: 27px; display: grid; grid-template: repeat(2, 1fr) / repeat(2, 1fr); gap: 3px; transform: rotate(-6deg); }
.brand-mark i { display: block; border-radius: 2px; background: var(--purple); }
.brand-mark i:nth-child(2) { opacity: .72; transform: translateY(3px); }
.brand-mark i:nth-child(3) { opacity: .52; transform: translateX(3px); }
.brand-mark i:nth-child(4) { background: var(--ink); }
.brand-name { display: flex; gap: 5px; font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.brand-name span { color: var(--muted); font-weight: 500; }
.site-nav { display: flex; align-items: center; gap: clamp(24px, 4vw, 58px); font-size: 13px; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover, .text-link:hover { color: var(--purple-deep); }
.site-nav .nav-contact { display: flex; align-items: center; gap: 19px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 999px; }
.nav-contact span { font-size: 16px; }
.menu-toggle { display: none; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .88fr); align-items: center; gap: clamp(40px, 8vw, 130px); min-height: 710px; padding-top: 64px; padding-bottom: 106px; }
.hero-copy { padding-top: 5px; }
.eyebrow, .section-label, .art-topline, .art-bottomline, .hero-note, .hero-index, .service-card-top, .qr-card-top { font-family: var(--mono); font-size: 10px; letter-spacing: .08em; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 29px; color: var(--muted); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #738a54; box-shadow: 0 0 0 4px #738a5418; }
.eyebrow-divider { color: #bbb8ad; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin: 0; font-size: clamp(56px, 7.7vw, 104px); line-height: 1.08; letter-spacing: -.075em; font-weight: 500; }
.accent-word { position: relative; z-index: 0; white-space: nowrap; }
.accent-word::after { content: ""; position: absolute; z-index: -1; left: -.04em; right: -.04em; bottom: .08em; height: .3em; background: var(--lime); transform: rotate(-1.5deg); }
.period { color: var(--purple); }
.hero-description { max-width: 445px; margin: 31px 0 0; color: #62655e; font-size: 15px; line-height: 1.95; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 31px; }
.button { min-height: 49px; display: inline-flex; align-items: center; gap: 25px; padding: 0 19px; border-radius: 3px; font-size: 13px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--purple-deep); }
.button span, .text-link span { font-size: 17px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-size: 12px; transition: color .2s ease; }
.hero-note { display: flex; align-items: center; gap: 13px; margin: 57px 0 0; color: var(--muted); }
.hero-note span { color: var(--purple); }
.hero-art { width: 100%; max-width: 520px; justify-self: end; padding: 13px 0; }
.art-topline, .art-bottomline { display: flex; justify-content: space-between; color: #74776d; font-size: 9px; }
.art-canvas { position: relative; isolation: isolate; overflow: hidden; aspect-ratio: 1 / .96; margin: 13px 0; background: #e8e5db; }
.art-canvas::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .5; background-image: linear-gradient(#c4c1b7 1px, transparent 1px), linear-gradient(90deg, #c4c1b7 1px, transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.art-sun { position: absolute; width: 45%; aspect-ratio: 1; top: 13%; right: 12%; border-radius: 50%; background: var(--lime); }
.art-orbit { position: absolute; border: 1px solid #b5b1a6; border-radius: 50%; transform: rotate(-33deg); }
.orbit-one { width: 80%; height: 47%; top: 27%; left: 10%; }
.orbit-two { width: 67%; height: 60%; top: 19%; left: 16%; transform: rotate(49deg); }
.art-window { position: absolute; box-shadow: 0 19px 40px #29291f1c; }
.window-back { top: 23%; left: 13%; width: 52%; height: 52%; padding: 15px; background: #d8d4c9; transform: rotate(-8deg); }
.window-dots { display: flex; gap: 5px; margin-bottom: 18px; }
.window-dots i { width: 5px; height: 5px; border: 1px solid #7b7b70; border-radius: 50%; }
.window-line { display: block; width: 86%; height: 5px; margin: 10px 0; background: #b2afa4; }
.window-line.short { width: 53%; }
.window-front { top: 29%; left: 27%; width: 59%; height: 54%; display: flex; flex-direction: column; padding: 21px 23px; background: var(--white); transform: rotate(5deg); }
.window-kicker { color: var(--purple-deep); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; }
.window-title { margin-top: 19px; font-size: clamp(17px, 2.2vw, 25px); line-height: 1.25; letter-spacing: -.06em; }
.window-cta { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 11px; border-top: 1px solid var(--line); font-family: var(--mono); font-size: 8px; letter-spacing: .04em; }
.window-cta b { color: var(--purple); font-size: 14px; }
.art-sticker { position: absolute; right: 7%; bottom: 11%; width: 82px; height: 82px; display: grid; place-content: center; border-radius: 50%; background: var(--purple); color: white; text-align: center; font-family: var(--mono); font-size: 11px; line-height: 1.15; letter-spacing: .08em; transform: rotate(11deg); }
.art-sticker span { color: var(--lime); }
.art-caption { position: absolute; left: 7%; bottom: 8%; display: flex; flex-direction: column; gap: 4px; color: #666960; font-size: 10px; }
.hero-index { position: absolute; bottom: 34px; left: 0; right: 0; display: flex; align-items: center; gap: 14px; color: #8b8c83; font-size: 9px; }
.index-line { width: 54px; height: 1px; background: var(--line); }
.hero-index span:last-child { margin-left: auto; }

.intro { padding-top: 110px; padding-bottom: 130px; border-top: 1px solid var(--line); }
.section-label { display: flex; align-items: center; gap: 13px; margin: 0; color: var(--muted); font-size: 9px; }
.section-label span { color: var(--purple); }
.intro-content { display: grid; grid-template-columns: 1.05fr .7fr; gap: 12%; margin-top: 51px; }
.intro h2, .section-heading h2, .approach-main h2, .contact h2 { margin: 0; font-size: clamp(37px, 5vw, 66px); line-height: 1.27; letter-spacing: -.07em; font-weight: 500; }
.intro-text { padding-top: 9px; }
.intro-text p { margin-bottom: 19px; color: #686a63; font-size: 14px; line-height: 2; }
.intro-text .text-link { margin-top: 8px; }

.services { padding-top: 90px; padding-bottom: 125px; background: #ebe9e1; box-shadow: 0 0 0 100vmax #ebe9e1; clip-path: inset(0 -100vmax); }
.section-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 17px 30px; }
.section-heading .section-label { grid-column: 1 / -1; margin-bottom: 14px; }
.section-heading h2 { font-size: clamp(37px, 4.7vw, 58px); }
.section-heading > p:last-child { max-width: 250px; margin: 0 0 9px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 47px; }
.service-card { min-height: 439px; display: flex; flex-direction: column; padding: 20px; background: var(--paper); }
.service-card-top { display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; }
.service-card-top span:last-child { color: var(--purple); font-size: 15px; }
.service-illustration { position: relative; overflow: hidden; height: 155px; margin: 17px 0 21px; background: #dedbd1; }
.browser-art { padding: 17px 18px; background: #e5e2d9; }
.browser-bar { height: 18px; display: flex; align-items: center; gap: 4px; padding: 0 7px; background: #f8f6ef; }
.browser-bar i { width: 4px; height: 4px; border-radius: 50%; background: #b9b7ae; }
.browser-hero { position: relative; height: 81px; margin-top: 7px; padding: 14px 12px; background: var(--purple); }
.browser-hero span, .browser-hero b, .browser-hero i { display: block; background: #f7f4ed; }
.browser-hero span { width: 34%; height: 5px; opacity: .7; }
.browser-hero b { width: 55%; height: 10px; margin-top: 9px; }
.browser-hero i { width: 19%; height: 6px; margin-top: 9px; background: var(--lime); }
.browser-blocks { display: flex; gap: 7px; margin-top: 8px; }
.browser-blocks i { height: 13px; flex: 1; background: #d5d2c8; }
.card-tools .service-illustration { display: flex; gap: 8px; padding: 18px; background: #dfe4cb; }
.tool-sidebar { width: 22%; display: flex; flex-direction: column; gap: 9px; padding: 11px 8px; background: #f5f3ed; }
.tool-sidebar i { height: 5px; width: 100%; background: #d0cec3; }
.tool-sidebar i:first-child { background: var(--purple); }
.tool-panel { position: relative; flex: 1; padding: 14px; background: #fffefa; }
.tool-label { display: block; margin-bottom: 11px; font-family: var(--mono); font-size: 7px; color: var(--muted); }
.tool-panel b, .tool-panel > i { display: block; width: 66%; height: 6px; margin: 7px 0; background: #d8d6cc; }
.tool-panel b { width: 84%; height: 9px; background: var(--ink); }
.tool-panel > i:last-of-type { width: 44%; }
.tool-check { position: absolute; right: 14px; bottom: 13px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 14px; }
.idea-art { background: #e8dff0; }
.idea-note { position: absolute; padding: 13px 16px; background: #fffefa; color: var(--ink); font-size: 12px; line-height: 1.55; box-shadow: 0 8px 20px #23211e14; }
.note-a { top: 24px; left: 12%; transform: rotate(-7deg); }
.note-b { right: 11%; bottom: 20px; background: var(--lime); transform: rotate(6deg); }
.idea-arrow { position: absolute; top: 48px; right: 28%; color: var(--purple-deep); font-size: 25px; }
.idea-star { position: absolute; right: 10%; top: 16px; color: var(--purple); font-size: 28px; }
.service-card h3 { margin: 0 0 10px; font-size: 20px; font-weight: 500; letter-spacing: -.04em; }
.service-card p { margin: 0 0 22px; color: #6c6f67; font-size: 12px; line-height: 1.85; }
.service-card > a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 13px; border-top: 1px solid var(--line); font-size: 11px; }
.service-card > a span { color: var(--purple); font-size: 16px; }

.approach { display: grid; grid-template-columns: .65fr 1.35fr; gap: 11%; padding-top: 125px; padding-bottom: 135px; }
.approach-aside { position: relative; display: flex; flex-direction: column; align-items: flex-start; }
.aside-note { margin: 48px 0 0; color: #8a8b82; font-size: 14px; line-height: 1.9; }
.aside-symbol { margin-top: auto; padding-top: 55px; color: var(--purple); font-size: 40px; }
.approach-main h2 { margin: -10px 0 37px; font-size: clamp(36px, 4.7vw, 58px); }
.step { display: grid; grid-template-columns: 44px 1fr 20px; gap: 17px; padding: 23px 0; border-top: 1px solid var(--line); }
.step-number { padding-top: 3px; color: var(--purple); font-family: var(--mono); font-size: 10px; }
.step h3 { margin: 0 0 8px; font-size: 15px; font-weight: 500; }
.step p { max-width: 490px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
.step-mark { justify-self: end; color: #a3a398; font-size: 15px; }

.contact { position: relative; display: grid; grid-template-columns: 1fr 226px; align-items: center; gap: 11%; padding-top: 89px; padding-bottom: 92px; background: var(--lime); box-shadow: 0 0 0 100vmax var(--lime); clip-path: inset(0 -100vmax); }
.contact .section-label { color: #64694f; }
.contact .section-label span { color: var(--purple-deep); }
.contact h2 { margin-top: 35px; font-size: clamp(38px, 5vw, 62px); }
.contact-copy > p:not(.section-label) { max-width: 460px; margin: 22px 0 25px; color: #5e624c; font-size: 13px; line-height: 1.9; }
.contact-signoff { display: inline-flex; align-items: center; gap: 22px; font-size: 12px; }
.contact-signoff span { color: var(--purple-deep); font-size: 17px; }
.qr-card { display: block; padding: 13px; background: var(--white); box-shadow: 0 14px 35px #33371c1c; transition: transform .25s ease; }
.qr-card:hover { transform: translateY(-5px) rotate(1deg); }
.qr-card-top, .qr-card-bottom { display: flex; justify-content: space-between; align-items: center; color: #77786e; font-size: 8px; }
.qr-card img { display: block; width: 100%; aspect-ratio: 1; margin: 10px 0; object-fit: contain; }
.qr-card-bottom { padding-top: 10px; border-top: 1px solid var(--line); color: var(--ink); font-family: var(--sans); font-size: 11px; }
.qr-card-bottom span:last-child { color: var(--purple-deep); font-size: 15px; }

.site-footer { min-height: 115px; display: grid; grid-template-columns: 1fr 1fr auto auto; align-items: center; gap: 24px; }
.footer-brand .brand-mark { width: 23px; height: 23px; }
.footer-brand .brand-name { font-size: 11px; }
.footer-note, .back-top, .copyright { color: var(--muted); font-size: 10px; }
.back-top { display: flex; align-items: center; gap: 10px; }
.back-top span { color: var(--purple); font-size: 15px; }
.copyright { font-family: var(--mono); font-size: 8px; letter-spacing: .03em; }

a:focus-visible, button:focus-visible { outline: 2px solid var(--purple-deep); outline-offset: 4px; }

@media (min-width: 1500px) {
  .hero { min-height: 790px; }
}
@media (max-width: 960px) {
  .section-shell, .site-header { width: min(var(--page-width), calc(100% - 64px)); }
  .hero { grid-template-columns: 1fr .82fr; gap: 35px; min-height: 620px; }
  .hero h1 { font-size: clamp(56px, 8vw, 78px); }
  .hero-art { max-width: 420px; }
  .window-front { padding: 16px; }
  .window-title { margin-top: 12px; }
  .intro-content { gap: 7%; }
  .service-card { padding: 16px; }
  .service-illustration { height: 132px; }
  .approach { gap: 7%; }
  .contact { grid-template-columns: 1fr 194px; gap: 8%; }
}
@media (max-width: 680px) {
  html { scroll-padding-top: 70px; }
  .section-shell, .site-header { width: calc(100% - 40px); }
  .site-header { min-height: 70px; }
  .brand-name { font-size: 12px; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 12px; padding: 10px 0 10px 14px; border: 0; background: transparent; font-size: 11px; }
  .menu-icon { width: 19px; display: grid; gap: 5px; }
  .menu-icon i { height: 1px; background: var(--ink); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] .menu-icon i:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-icon i:last-child { transform: translateY(-3px) rotate(-45deg); }
  .site-nav { position: absolute; z-index: 5; top: 69px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 9px 20px 18px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .site-nav .nav-contact { justify-content: space-between; margin-top: 12px; padding: 13px 15px; border: 1px solid var(--line); }
  .hero { display: flex; flex-direction: column; align-items: stretch; gap: 39px; min-height: auto; padding-top: 54px; padding-bottom: 87px; }
  .hero h1 { font-size: clamp(56px, 14vw, 82px); }
  .eyebrow { margin-bottom: 23px; font-size: 9px; }
  .hero-description { max-width: 420px; margin-top: 22px; font-size: 13px; }
  .hero-actions { flex-wrap: wrap; gap: 20px; margin-top: 23px; }
  .button { min-height: 47px; }
  .hero-note { margin-top: 31px; }
  .hero-art { width: min(100%, 460px); align-self: center; }
  .art-canvas { aspect-ratio: 1 / .9; }
  .window-front { padding: 18px; }
  .window-title { font-size: clamp(21px, 6vw, 28px); }
  .hero-index { bottom: 27px; }
  .intro { padding-top: 74px; padding-bottom: 83px; }
  .intro-content { grid-template-columns: 1fr; gap: 25px; margin-top: 35px; }
  .intro h2, .section-heading h2, .approach-main h2, .contact h2 { font-size: clamp(37px, 10vw, 54px); }
  .intro-text p { font-size: 13px; }
  .services { padding-top: 72px; padding-bottom: 78px; }
  .section-heading { grid-template-columns: 1fr; gap: 10px; }
  .section-heading .section-label { margin-bottom: 12px; }
  .section-heading > p:last-child { max-width: 320px; }
  .service-grid { grid-template-columns: 1fr; gap: 13px; margin-top: 31px; }
  .service-card { min-height: 0; padding: 18px; }
  .service-illustration { height: 169px; margin-top: 14px; }
  .service-card h3 { font-size: 19px; }
  .service-card p { max-width: 440px; }
  .approach { grid-template-columns: 1fr; gap: 31px; padding-top: 78px; padding-bottom: 84px; }
  .aside-note { margin: 22px 0 0; font-size: 12px; }
  .aside-symbol { display: none; }
  .approach-main h2 { margin: 0 0 27px; }
  .step { grid-template-columns: 32px 1fr 16px; gap: 10px; padding: 19px 0; }
  .step h3 { font-size: 14px; }
  .step p { font-size: 11px; }
  .contact { grid-template-columns: 1fr; gap: 31px; padding-top: 69px; padding-bottom: 70px; }
  .contact h2 { margin-top: 26px; }
  .contact-copy > p:not(.section-label) { font-size: 12px; }
  .qr-card { width: min(100%, 220px); justify-self: center; }
  .site-footer { grid-template-columns: 1fr auto; gap: 15px; padding-top: 24px; padding-bottom: 24px; }
  .footer-note { grid-column: 1 / -1; grid-row: 2; }
  .back-top { grid-column: 2; grid-row: 1; }
  .copyright { grid-column: 1 / -1; grid-row: 3; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
