:root {
  --ink: #222630;
  --muted: #667084;
  --soft-muted: #98a2b2;
  --paper: #fbfcff;
  --blue: #5268df;
  --blue-deep: #3d4ec2;
  --lilac: #e5e8ff;
  --sky: #e2f3f5;
  --mint: #dff4eb;
  --peach: #ffe8dc;
  --yellow: #fff1ba;
  --line: rgba(34, 38, 48, .11);
  --shadow: 0 24px 70px rgba(54, 69, 110, .12);
  --radius-lg: 32px;
  --radius-md: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(251, 252, 255, .87); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 800; letter-spacing: -.06em; white-space: nowrap; }
.brand-dot { color: var(--blue); }
.brand-logo { width: 34px; height: 29px; display: block; flex: 0 0 auto; overflow: visible; }
.brand-logo svg, .brand-logo canvas { display: block; width: 100% !important; height: 100% !important; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 700; color: #5d6677; }
.site-nav > a:not(.nav-cta) { transition: color .2s ease; }
.site-nav > a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { display: inline-flex; gap: 10px; align-items: center; background: var(--ink); color: white; border-radius: 99px; padding: 12px 17px 12px 19px; transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { background: var(--blue); transform: translateY(-2px); }
.nav-cta span { font-size: 17px; line-height: 1; }
.menu-toggle { display: none; border: 0; background: transparent; width: 45px; height: 45px; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; width: 23px; background: var(--ink); margin: 6px 0; transition: transform .2s ease; }

.hero { min-height: 800px; position: relative; overflow: hidden; background: linear-gradient(135deg, #f1f5ff 0%, #f7f8ff 53%, #edf8f4 100%); padding: 155px 0 100px; display: flex; align-items: center; }
.hero:after { content: ""; position: absolute; inset: auto 0 0; height: 110px; background: linear-gradient(to bottom, transparent, var(--paper)); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { width: 510px; height: 510px; top: 82px; right: 5%; background: radial-gradient(circle, rgba(160, 176, 255, .25), transparent 68%); }
.hero-glow-two { width: 360px; height: 360px; bottom: 2%; left: -4%; background: radial-gradient(circle, rgba(169, 240, 211, .25), transparent 68%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr); gap: 52px; align-items: center; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 20px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-dark { color: #71809c; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #ef9e70; margin: 0 8px 1px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.055em; }
h1 { max-width: 650px; margin-bottom: 28px; font-size: clamp(3.4rem, 6vw, 5.8rem); font-weight: 800; }
h1 em { color: var(--blue); font-style: normal; position: relative; white-space: nowrap; }
h1 em:after { content: ""; height: 10px; position: absolute; right: 2px; left: 4px; bottom: -3px; background: rgba(143, 158, 243, .32); border-radius: 50%; transform: rotate(-2deg); z-index: -1; }
.hero-lead { max-width: 525px; color: #5d6678; font-size: 19px; line-height: 1.7; margin-bottom: 34px; }
.hero-actions { display: flex; align-items: center; gap: 27px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; border-radius: 99px; font-size: 14px; font-weight: 800; padding: 15px 20px 15px 23px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button span { font-size: 20px; line-height: .8; }
.button-primary { background: var(--blue); color: white; box-shadow: 0 14px 25px rgba(82, 104, 223, .23); }
.button-primary:hover { background: var(--blue-deep); box-shadow: 0 18px 32px rgba(82, 104, 223, .3); transform: translateY(-3px); }
.text-link { font-weight: 800; font-size: 14px; color: #59647a; display: inline-flex; align-items: center; gap: 13px; }
.text-link span { color: var(--blue); font-size: 19px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.hero-art { min-height: 510px; position: relative; }
.art-orbit { position: absolute; border: 1px solid rgba(98, 117, 219, .2); border-radius: 50%; transform: rotate(-21deg); }
.orbit-one { inset: 12% 3% 11% 3%; }
.orbit-two { inset: 20% -3% 20% -3%; transform: rotate(32deg); border-color: rgba(97, 177, 156, .24); }
.art-core { width: 224px; height: 224px; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: rgba(255, 255, 255, .66); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 22px 70px rgba(91, 111, 195, .18), inset 0 0 0 12px rgba(255,255,255,.22); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.core-logo { width: 78px; height: 58px; display: block; margin-bottom: 4px; }
.core-logo svg, .core-logo canvas { display: block; width: 100% !important; height: 100% !important; }
.art-core strong { font-size: 27px; letter-spacing: -.07em; }.art-core small { max-width: 150px; color: #7a8499; font-size: 9px; font-weight: 800; letter-spacing: .07em; line-height: 1.35; text-align: center; text-transform: uppercase; margin-top: 5px; }
.art-card { position: absolute; min-width: 148px; padding: 12px 14px; display: grid; grid-template-columns: 31px 1fr; align-items: center; gap: 0 10px; background: rgba(255, 255, 255, .77); border: 1px solid rgba(255,255,255,.92); border-radius: 17px; box-shadow: 0 16px 35px rgba(78, 99, 167, .13); font-size: 12px; font-weight: 800; }
.art-card b { grid-column: 2; font-size: 10px; color: #8791a5; font-weight: 600; margin-top: 1px; }
.art-card-top { left: 21%; top: 2%; }.art-card-left { left: 0; top: 42%; }.art-card-right { right: -1%; top: 35%; }.art-card-bottom { right: 18%; bottom: 2%; }
.mini-icon { grid-row: 1 / 3; display: grid; place-items: center; width: 31px; height: 31px; border-radius: 10px; color: #50596e; font-size: 18px; }.mini-icon.mint { background: var(--mint); }.mini-icon.yellow { background: var(--yellow); }.mini-icon.peach { background: var(--peach); }.mini-icon.lilac { background: var(--lilac); }
.art-spark { position: absolute; color: var(--blue); font-size: 21px; }.spark-one { left: 25%; bottom: 23%; }.spark-two { right: 15%; top: 16%; color: #ea9a6f; font-size: 15px; }
.scroll-cue { position: absolute; z-index: 2; bottom: 48px; left: 50%; transform: translateX(-50%); color: #8a94a7; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 9px; }.scroll-cue span { width: 7px; height: 7px; border-right: 1px solid var(--blue); border-bottom: 1px solid var(--blue); transform: rotate(45deg); }

.section-pad { padding: 132px 0; }
.intro { background: var(--paper); }.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: end; }.section-heading h2, .section-topline h2, .gallery-copy h2, .process-header h2 { margin-bottom: 0; font-size: clamp(2.8rem, 5vw, 4.55rem); font-weight: 800; }.soft-highlight { color: var(--blue); position: relative; }.soft-highlight:after { content: ""; position: absolute; height: 9px; left: 3px; right: 0; bottom: -1px; background: rgba(143, 158, 243, .25); border-radius: 50%; transform: rotate(-2deg); z-index: -1; }.intro-copy { max-width: 475px; color: var(--muted); font-size: 18px; }.intro-copy p { margin-bottom: 20px; }.intro-copy strong { color: var(--ink); font-weight: 800; }

.products { background: #f2f5ff; }.section-topline { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 54px; }.section-topline h2 { font-size: clamp(2.8rem, 5vw, 4.3rem); }.muted-heading { color: #95a0b6; }.section-note { max-width: 315px; color: var(--muted); font-size: 15px; margin: 0 3px 5px 0; }.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }.product-card { min-height: 370px; border-radius: var(--radius-md); padding: 24px 22px 21px; display: flex; flex-direction: column; justify-content: space-between; transition: transform .25s ease, box-shadow .25s ease; }.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }.product-school { background: #fff3bd; }.product-family { background: #ffebde; }.product-work { background: #e3f4f3; }.product-team { background: #e8ebff; }.product-card-top { display: flex; justify-content: space-between; gap: 6px; align-items: center; }.product-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: rgba(255,255,255,.68); color: var(--blue); font-size: 22px; }.product-tag { font-size: 10px; font-weight: 800; color: rgba(34,38,48,.58); text-transform: uppercase; letter-spacing: .05em; text-align: right; }.product-card h3 { margin-bottom: 10px; font-size: 25px; }.product-card h3 small { display: block; color: #77839b; font-size: 11px; font-weight: 800; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }.product-card p { max-width: 225px; margin: 0; color: #5f6878; font-size: 14px; line-height: 1.65; }.product-note { display: block; margin-top: 9px; color: #77839b; font-size: 10px; line-height: 1.4; }.product-link { align-self: flex-start; padding: 0; border: 0; background: transparent; color: var(--ink); font-size: 12px; font-weight: 800; cursor: pointer; }.product-link span { color: var(--blue); font-size: 17px; margin-left: 7px; transition: margin .2s ease; }.product-link:hover span { margin-left: 11px; }.product-detail { min-height: 84px; border-bottom: 1px solid var(--line); padding: 28px 2px 0; display: grid; grid-template-columns: 1fr 2fr; gap: 30px; color: #667084; }.detail-label { color: var(--blue); font-size: 12px; font-weight: 800; }.product-detail p { margin: 0; font-size: 14px; }

.philosophy { background: var(--ink); color: white; overflow: hidden; position: relative; }.philosophy:before { content: ""; position: absolute; width: 700px; height: 700px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; right: -260px; top: -220px; box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.015); }.philosophy-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 130px; position: relative; z-index: 1; }.philosophy .eyebrow { color: #9daaff; }.philosophy h2 { max-width: 530px; font-size: clamp(3.4rem, 6vw, 5.7rem); margin-bottom: 31px; }.philosophy h2 span { color: #9daaff; }.large-copy { max-width: 540px; color: #bdc3d2; font-size: 18px; line-height: 1.7; }.quote-line { max-width: 540px; display: grid; grid-template-columns: 4px 1fr; gap: 18px; margin-top: 38px; align-items: start; }.quote-line span { min-height: 62px; background: #8a98ff; border-radius: 10px; }.quote-line strong { color: white; font-size: 18px; line-height: 1.6; }.philosophy-notes { display: grid; gap: 13px; align-content: center; }.note { border-radius: 20px; padding: 21px 23px; color: var(--ink); display: grid; grid-template-columns: 40px 1fr; column-gap: 11px; }.note span { grid-row: 1 / 3; font-size: 11px; font-weight: 800; opacity: .55; padding-top: 3px; }.note strong { font-size: 15px; }.note p { margin: 3px 0 0; color: #667084; font-size: 13px; line-height: 1.5; }.note-sky { background: #dff2f3; }.note-lilac { background: #e5e7ff; margin-left: 28px; }.note-peach { background: #ffe7dc; margin-left: 56px; }

.gallery { background: var(--paper); }.gallery-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 105px; align-items: center; }.gallery-copy { padding-bottom: 5px; }.gallery-copy h2 { margin-bottom: 27px; }.gallery-copy > p:not(.eyebrow) { color: var(--muted); max-width: 430px; font-size: 16px; margin-bottom: 28px; }.dark-link { color: var(--ink); }.gallery-art { height: 560px; position: relative; }.image-frame { position: absolute; overflow: hidden; background: #eef1fa; box-shadow: var(--shadow); }.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }.image-frame-back { width: 245px; height: 505px; border-radius: 29px; right: 4%; top: 0; transform: rotate(7deg); opacity: .86; }.image-frame-front { width: 248px; height: 505px; border-radius: 29px; left: 18%; bottom: 2px; transform: rotate(-7deg); border: 9px solid white; }.gallery-sticker { position: absolute; left: 1%; top: 42%; padding: 14px 17px; background: var(--yellow); border-radius: 15px; color: #5b5d43; font-size: 12px; line-height: 1.4; transform: rotate(-8deg); box-shadow: 0 11px 22px rgba(83, 85, 64, .1); }.gallery-sticker strong { font-size: 15px; }.gallery-sticker span { color: #e98b64; margin-left: 8px; }

.process { background: #f2f5ff; }.process-header { margin-bottom: 58px; }.process-header h2 { font-size: clamp(2.7rem, 5vw, 4.25rem); }.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }.process-step { border-top: 1px solid var(--line); padding: 24px 46px 0 0; }.process-step + .process-step { padding-left: 38px; border-left: 1px solid var(--line); }.step-number { display: block; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; margin-bottom: 44px; }.process-step h3 { font-size: 27px; margin-bottom: 13px; }.process-step p { max-width: 275px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.contact-cta { background: var(--blue); color: white; padding: 82px 0; position: relative; overflow: hidden; }.contact-cta:after { content: "✦"; position: absolute; color: rgba(255,255,255,.13); font-size: 300px; line-height: 1; right: 5%; top: -55px; transform: rotate(10deg); }.cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 40px; }.contact-cta .eyebrow { color: #cdd3ff; }.contact-cta h2 { max-width: 690px; margin: 0; font-size: clamp(2.3rem, 4vw, 4rem); }.button-light { background: white; color: var(--blue-deep); min-width: max-content; }.button-light:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(35, 45, 137, .25); }
.site-footer { background: var(--ink); color: white; padding: 40px 0 44px; }.footer-inner { display: flex; align-items: center; gap: 30px; }.brand-footer { color: white; font-size: 17px; }.brand-footer .brand-logo { width: 36px; height: 30px; }.footer-inner > p { margin: 0; color: #98a0b2; font-size: 13px; }.footer-meta { margin-left: auto !important; }.footer-meta span { padding: 0 5px; color: #6d7689; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s ease, transform .75s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .12s; }.reveal-delay-two { transition-delay: .22s; }

@media (max-width: 1000px) { .hero-grid { grid-template-columns: 1fr; gap: 30px; }.hero-copy { max-width: 690px; }.hero-art { max-width: 630px; width: 100%; margin: 0 auto; min-height: 430px; }.hero { padding-top: 135px; }.intro-grid, .philosophy-grid, .gallery-grid { gap: 60px; }.product-grid { grid-template-columns: repeat(2, 1fr); }.product-card { min-height: 310px; }.philosophy-grid { grid-template-columns: 1fr; }.philosophy-notes { max-width: 600px; }.gallery-grid { grid-template-columns: 1fr 1fr; }.image-frame-back, .image-frame-front { width: 205px; height: 430px; }.gallery-art { height: 475px; } }
@media (max-width: 740px) { .container { width: min(100% - 38px, 560px); }.nav-wrap { height: 72px; }.site-nav { position: fixed; inset: 72px 0 auto; padding: 27px 19px 30px; display: grid; gap: 0; background: rgba(251,252,255,.98); box-shadow: 0 24px 35px rgba(44,52,75,.1); transform: translateY(-150%); transition: transform .28s ease; }.site-nav.is-open { transform: translateY(0); }.site-nav > a { padding: 14px 0; border-bottom: 1px solid var(--line); }.site-nav .nav-cta { justify-content: center; margin-top: 13px; border: 0; }.menu-toggle { display: block; }.menu-toggle[aria-expanded="true"] > span:not(.sr-only):first-of-type { transform: translateY(4px) rotate(45deg); }.menu-toggle[aria-expanded="true"] > span:not(.sr-only):last-of-type { transform: translateY(-4px) rotate(-45deg); }.hero { min-height: auto; padding: 120px 0 78px; }.hero:after { height: 70px; }.hero-copy { text-align: left; }.hero-lead { font-size: 17px; }.hero-art { min-height: 380px; transform: scale(.86); transform-origin: center top; margin-bottom: -50px; }.art-card-top { left: 16%; }.art-card-bottom { right: 12%; }.scroll-cue { display: none; }.section-pad { padding: 86px 0; }.intro-grid, .gallery-grid { grid-template-columns: 1fr; gap: 38px; }.section-heading h2, .section-topline h2, .gallery-copy h2, .process-header h2 { font-size: clamp(2.7rem, 12vw, 4rem); }.section-topline { display: block; margin-bottom: 34px; }.section-note { margin-top: 25px; }.product-grid { grid-template-columns: 1fr; gap: 12px; }.product-card { min-height: 265px; }.product-detail { grid-template-columns: 1fr; gap: 10px; padding-top: 25px; }.philosophy h2 { font-size: clamp(3.1rem, 15vw, 5rem); }.large-copy { font-size: 16px; }.note-lilac { margin-left: 18px; }.note-peach { margin-left: 36px; }.gallery-art { height: 445px; max-width: 390px; margin: 0 auto; width: 100%; }.image-frame-back, .image-frame-front { width: 190px; height: 400px; }.image-frame-front { left: 18%; }.gallery-sticker { left: 0; }.process-grid { grid-template-columns: 1fr; }.process-step, .process-step + .process-step { padding: 25px 0 26px; border-left: 0; }.process-step + .process-step { border-top: 1px solid var(--line); }.step-number { margin-bottom: 26px; }.cta-inner { display: block; }.contact-cta h2 { margin-bottom: 32px; }.footer-inner { flex-wrap: wrap; gap: 17px 26px; }.footer-meta { width: 100%; margin-left: 0 !important; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button, .product-card, .site-nav, .text-link span { transition: none; } }
