/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--ink:#111;--paper:#f7f3e8;--white:#fffdf7;--cyan:#04b8d4;--pink:#ef2b83;--yellow:#ffd21f;--orange:#f58212;--line:#1111112e}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--font-body), sans-serif;margin:0}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}.site-header{border-bottom:1px solid var(--line);z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f3e8eb;grid-template-columns:1fr auto 1fr;align-items:center;gap:32px;height:82px;padding:0 4vw;display:grid;position:sticky;top:0}.brand{width:fit-content;font-family:var(--font-display), sans-serif;letter-spacing:-.04em;align-items:center;gap:11px;font-size:1.2rem;display:inline-flex}.brand strong{color:var(--pink)}.brand-logo{object-fit:contain;filter:drop-shadow(2px 2px #1111112e);border-radius:50%;flex:none;width:54px;height:54px}nav{gap:clamp(24px,3vw,48px);font-size:.84rem;font-weight:700;display:flex}nav a,.text-link,.service-card a,footer a{transition:opacity .18s}nav a:hover,.text-link:hover,.service-card a:hover,footer a:hover{opacity:.62}.site-header>.button{justify-self:end}.button{background:var(--ink);color:#fff;border:2px solid var(--ink);min-height:54px;box-shadow:4px 4px 0 var(--pink);justify-content:center;align-items:center;gap:30px;padding:0 24px;font-weight:800;transition:transform .18s,box-shadow .18s;display:inline-flex}.button:hover{box-shadow:2px 2px 0 var(--pink);transform:translate(2px,2px)}.button-small{min-height:44px;box-shadow:none;padding:0 18px;font-size:.82rem}.hero{border-bottom:1px solid var(--ink);grid-template-columns:54% 46%;min-height:calc(100vh - 82px);display:grid;overflow:hidden}.hero-copy{flex-direction:column;justify-content:center;padding:clamp(56px,7vw,112px) 5vw 48px 6vw;display:flex}.eyebrow{letter-spacing:.16em;text-transform:uppercase;margin:0 0 22px;font-size:.72rem;font-weight:900}.hero h1,.section h2{font-family:var(--font-display), sans-serif;letter-spacing:-.07em;text-transform:uppercase;line-height:.9}.hero h1{max-width:800px;margin:0;font-size:clamp(4rem,8.3vw,9rem)}.hero h1 span,.cta h2 span{color:var(--pink);-webkit-text-stroke:2px var(--ink);text-shadow:4px 4px 0 var(--yellow);display:block}.hero-text{max-width:610px;margin:34px 0 32px;font-size:clamp(1rem,1.25vw,1.25rem);font-weight:600;line-height:1.6}.hero-actions{align-items:center;gap:34px;display:flex}.text-link{border-bottom:2px solid var(--ink);padding:8px 0;font-weight:800}.hero-proof{gap:54px;margin-top:62px;display:flex}.hero-proof div{flex-direction:column;display:flex}.hero-proof strong{font-family:var(--font-display), sans-serif;text-transform:uppercase;font-size:1.22rem}.hero-proof span{opacity:.62;font-size:.76rem;font-weight:700}.hero-art{background:var(--cyan);border-left:1px solid var(--ink);min-height:650px;position:relative;overflow:hidden}.print-sheet{aspect-ratio:.72;background:var(--white);z-index:3;border:2px solid var(--ink);flex-direction:column;justify-content:space-between;width:min(57%,360px);padding:clamp(28px,3.4vw,54px);display:flex;position:absolute;top:48%;left:35%;transform:translate(-50%,-50%)rotate(-5deg);box-shadow:14px 14px #111c}.hero-seal{object-fit:contain;border-radius:50%;width:clamp(64px,7vw,94px);height:clamp(64px,7vw,94px)}.print-sheet strong{font-family:var(--font-display), sans-serif;letter-spacing:-.07em;font-size:clamp(2rem,3.8vw,4.3rem);line-height:.93}.color-bars{border:1px solid var(--ink);grid-template-columns:repeat(4,1fr);height:45px;display:grid}.color-bars i:first-child{background:var(--cyan)}.color-bars i:nth-child(2){background:var(--pink)}.color-bars i:nth-child(3){background:var(--yellow)}.color-bars i:nth-child(4){background:var(--ink)}.shape{border:2px solid var(--ink);position:absolute}.shape-cyan{background:var(--pink);border-radius:50%;width:220px;height:220px;top:-45px;right:-65px}.shape-yellow{background:var(--yellow);width:260px;height:100px;bottom:60px;left:-90px;transform:rotate(-24deg)}.shape-pink{background:var(--ink);width:140px;height:140px;bottom:-30px;right:-40px;transform:rotate(25deg)}.mascot{z-index:5;object-fit:contain;filter:drop-shadow(12px 14px #11111147);width:min(67%,520px);height:auto;position:absolute;bottom:-8%;right:-5%;transform:rotate(1.5deg)}.sticker{z-index:6;font-family:var(--font-display), sans-serif;border:2px solid var(--ink);padding:12px 18px;font-size:.8rem;position:absolute}.sticker-one{background:var(--yellow);top:14%;left:5%;transform:rotate(-10deg)}.sticker-two{background:var(--orange);color:#fff;bottom:12%;right:4%;transform:rotate(8deg)}.marquee{background:var(--yellow);border-bottom:1px solid var(--ink);padding:16px 0;overflow:hidden}.marquee div{width:max-content;font-family:var(--font-display), sans-serif;align-items:center;gap:28px;padding-left:3vw;font-size:clamp(.9rem,1.6vw,1.35rem);display:flex}.marquee b{color:var(--pink)}.section{padding:clamp(74px,9vw,140px) 6vw}.section-heading{grid-template-columns:1.3fr .7fr;align-items:end;gap:10vw;margin-bottom:56px;display:grid}.section-heading h2,.process h2{margin:0;font-size:clamp(3rem,6.5vw,7rem)}.section-heading>p,.process-title>p:last-child{margin:0;font-size:1.05rem;font-weight:600;line-height:1.65}.services-grid{border-left:1px solid var(--ink);border-top:1px solid var(--ink);grid-template-columns:repeat(3,1fr);display:grid}.service-card{border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);flex-direction:column;justify-content:space-between;min-height:490px;padding:18px;transition:transform .18s,box-shadow .18s;display:flex}.service-card:hover{box-shadow:5px 5px 0 var(--ink);z-index:2;transform:translate(-5px,-5px)}.service-card.cyan{background:var(--cyan)}.service-card.yellow{background:var(--yellow)}.service-card.pink{background:var(--pink);color:#fff}.service-card.black{background:var(--ink);color:#fff}.service-number{font-family:var(--font-display), sans-serif;font-size:.78rem}.service-media{border:1px solid var(--ink);background:var(--white);height:220px;position:relative;overflow:hidden}.service-media img{object-fit:cover;filter:saturate(.88)contrast(1.04);width:100%;height:100%;transition:transform .45s,filter .25s;display:block}.service-card:hover .service-media img{filter:saturate(1.05)contrast(1.04);transform:scale(1.045)}.service-media .service-number{background:var(--white);width:34px;height:34px;color:var(--ink);border:1px solid var(--ink);place-items:center;display:grid;position:absolute;top:10px;left:10px}.service-placeholder{background-image:radial-gradient(currentColor 1px,#0000 1px);background-size:12px 12px;border:1px solid;justify-content:space-between;align-items:flex-start;height:220px;padding:14px;display:flex;overflow:hidden}.service-placeholder b{opacity:.25;align-self:center;font-size:7rem;line-height:.8}.service-card h3{font-family:var(--font-display), sans-serif;letter-spacing:-.05em;text-transform:uppercase;margin:0 0 16px;font-size:clamp(1.45rem,2.2vw,2.3rem);line-height:1}.service-card p{opacity:.82;font-size:.88rem;font-weight:600;line-height:1.6}.service-card a{border-top:1px solid;justify-content:space-between;padding-top:16px;font-size:.8rem;font-weight:900;display:flex}.process{background:var(--white);border-top:1px solid var(--ink);grid-template-columns:.85fr 1.15fr;gap:10vw;display:grid}.process-title{align-self:start;position:sticky;top:120px}.process-title>p:last-child{max-width:490px;margin-top:32px}.process ol{margin:0;padding:0;list-style:none}.process li{border-top:1px solid var(--ink);grid-template-columns:90px 1fr;align-items:start;gap:28px;padding:38px 0;display:grid}.process li:last-child{border-bottom:1px solid var(--ink)}.process li>span{background:var(--yellow);border:1px solid var(--ink);width:60px;height:60px;font-family:var(--font-display), sans-serif;border-radius:50%;place-items:center;display:grid}.process li:nth-child(2)>span{background:var(--cyan)}.process li:nth-child(3)>span{background:var(--pink);color:#fff}.process h3{font-family:var(--font-display), sans-serif;text-transform:uppercase;letter-spacing:-.05em;margin:4px 0 10px;font-size:clamp(1.7rem,2.8vw,3rem)}.process li p{margin:0;font-weight:600;line-height:1.6}.cta{background:var(--pink);color:#fff;text-align:center;border-top:1px solid var(--ink);flex-direction:column;justify-content:center;align-items:center;min-height:650px;display:flex;position:relative;overflow:hidden}.cta:before,.cta:after{content:"";border:2px solid var(--ink);background:var(--yellow);width:230px;height:230px;position:absolute;transform:rotate(24deg)}.cta:before{top:-70px;left:-120px}.cta:after{background:var(--cyan);border-radius:50%;bottom:-90px;right:-100px}.cta h2{max-width:1100px;margin:0 0 24px;font-size:clamp(3.8rem,8.2vw,9rem)}.cta h2 span{color:var(--yellow);text-shadow:4px 4px 0 var(--cyan)}.cta>p:not(.eyebrow){margin:0 0 30px;font-size:1.1rem;font-weight:700}.button-light{background:var(--white);color:var(--ink);box-shadow:5px 5px 0 var(--yellow)}.cta-burst{color:var(--yellow);font-size:4rem;position:absolute;top:14%;right:10%;transform:rotate(15deg)}footer{background:var(--ink);color:#fff;grid-template-columns:1fr 1fr;gap:70px;padding:58px 6vw 26px;display:grid}.brand-footer{align-self:start}.footer-logo{object-fit:contain;border-radius:50%;width:140px;height:140px}.footer-info{grid-template-columns:1fr 1fr;gap:40px;display:grid}.footer-info div{flex-direction:column;gap:8px;font-size:.87rem;display:flex}.footer-info strong{font-family:var(--font-display), sans-serif;text-transform:uppercase;margin-bottom:5px}.footer-info span{opacity:.65}.copyright{opacity:.5;border-top:1px solid #ffffff38;grid-column:1/-1;margin:40px 0 0;padding-top:22px;font-size:.72rem}@media (width<=1050px){.services-grid{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr 1fr}.hero h1{font-size:clamp(3.6rem,8vw,6.5rem)}}@media (width<=760px){.site-header{grid-template-columns:1fr auto;height:72px;padding:0 20px}nav{display:none}.button-small{min-height:40px;padding:0 13px;font-size:.72rem}.brand{gap:7px;font-size:.92rem}.brand-logo{width:46px;height:46px}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:64px 22px 54px}.hero h1{font-size:clamp(3.6rem,18vw,6rem)}.hero-text{margin-top:26px}.hero-actions{flex-direction:column;align-items:stretch;gap:18px}.text-link{align-self:flex-start}.hero-proof{gap:28px;margin-top:48px}.hero-art{border-left:0;border-top:1px solid var(--ink);min-height:570px}.print-sheet{width:58%;left:34%}.mascot{width:68%;bottom:-5%;right:-8%}.sticker-one{top:11%;left:4%}.sticker-two{bottom:8%;right:4%}.section{padding:78px 22px}.section-heading,.process{grid-template-columns:1fr;gap:36px}.section-heading h2,.process h2{font-size:clamp(3.1rem,14vw,5.5rem)}.section-heading{margin-bottom:38px}.services-grid{grid-template-columns:1fr}.service-card{min-height:330px}.process-title{position:static}.process li{grid-template-columns:64px 1fr;gap:18px}.process li>span{width:52px;height:52px}.cta{min-height:570px}.cta h2{font-size:clamp(3.4rem,17vw,6rem)}.cta-burst{font-size:3rem;top:8%;right:8%}footer{grid-template-columns:1fr;gap:44px}.footer-info{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important}}
