@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800&family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display&family=Fraunces:opsz,wght@9..144,900&family=Newsreader:ital,opsz,wght@0,6..72,500;0,6..72,650;1,6..72,500&display=swap";:root{--font-sans:"DM Sans", "Avenir Next", Avenir, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:"Newsreader", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;--font-mono:"SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;--navy:#0d1b33;--navy-2:#142844;--ink:#17233b;--muted:#5f6878;--purple:#5c4aa5;--purple-soft:#ece9fb;--cream:#fbfaf7;--white:#fff;--line:#e7e5e0;--radius:22px;--max:1180px;--shadow:0 16px 38px #17233b14;--accent-nestproof:#8b6d51;--accent-sportagories:#c1121f;--accent-alphabet:#a85f22;--accent-theaterle:#8b1e2d;--card-radius:14px;--card-shadow:0 10px 26px #17233b0f;--card-shadow-hover:0 22px 46px #17233b24;--bg:var(--cream);--bg-surface:var(--white);--bg-elevated:#f6f3ee;--panel:var(--white);--panel-border:var(--line);--text:var(--navy);--text-muted:var(--muted);--brand:var(--purple);--brand-light:#6d59b5;--brand-glow:#5c4aa51f;--accent:var(--purple);--gradient-brand:linear-gradient(135deg, #0d1b33, #5c4aa5);--header-height:92px;--max-width:var(--max);--radius-sm:8px;--radius-md:14px;--radius-lg:var(--radius);--shadow-glow:var(--shadow)}*,:before,:after{box-sizing:border-box}html{background:var(--cream);scroll-behavior:smooth;-webkit-text-size-adjust:100%;min-height:100%}body,#root{min-height:100%}body{min-height:100vh;color:var(--ink);background:var(--cream);font-family:var(--font-sans);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:16px;line-height:1.62}body.menu-open{overflow:hidden}::selection{color:var(--navy);background:var(--purple-soft)}img,svg{max-width:100%;display:block}button,input,textarea,select{font:inherit}:focus-visible{outline:3px solid var(--purple);outline-offset:3px}h1,h2,h3,h4{color:var(--navy);overflow-wrap:break-word;margin:0}h1,h2{font-family:var(--font-display);font-weight:650}h1{letter-spacing:-.035em;font-size:clamp(3.1rem,5.6vw,5.1rem);line-height:.98}h2{letter-spacing:-.025em;margin-bottom:.7rem;font-size:clamp(2.1rem,3.6vw,3.1rem);line-height:1.06}h1 em,h2 em{color:var(--purple);font-style:italic;font-size:inherit;letter-spacing:inherit}h3{font-family:var(--font-sans);letter-spacing:-.012em;margin-bottom:.4rem;font-size:1.18rem;font-weight:700;line-height:1.3}h4{letter-spacing:-.008em;font-size:1rem;font-weight:700}p,li{color:var(--muted);overflow-wrap:break-word;margin:0}a{color:var(--purple);text-decoration:none;transition:color .18s}a:hover{color:#47398a}ul{margin:0;padding-left:1.2rem}li+li{margin-top:.4rem}#root{width:100%;min-height:100svh}.skip-link{z-index:1000;color:var(--white);background:var(--navy);border-radius:8px;padding:10px 16px;font-size:.9rem;font-weight:700;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.skip-link:hover{color:var(--white)}.gradient-text{color:var(--purple)}.eyebrow{color:var(--purple);font-family:var(--font-sans);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.85rem;font-size:.74rem;font-weight:800;line-height:1.4}.section-heading{max-width:780px}.section-heading>p:last-child{font-size:1.05rem;line-height:1.62}.glass-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);padding:1.65rem;transition:border-color .24s,box-shadow .24s,transform .24s;box-shadow:0 10px 30px #17233b0a}.glass-card:hover{box-shadow:var(--shadow);border-color:#d8d4cc;transform:translateY(-3px)}.button{min-height:48px;color:var(--navy);background:var(--white);border:1px solid var(--navy);font-family:var(--font-sans);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.55rem;padding:0 22px;font-size:.92rem;font-weight:700;line-height:1.2;text-decoration:none;transition:color .18s,background .18s,border-color .18s,transform .18s,box-shadow .18s;display:inline-flex}.button:hover{color:var(--navy);transform:translateY(-2px);box-shadow:0 10px 22px #0d1b3324}.button-primary{color:var(--white);background:var(--navy);border-color:var(--navy)}.button-primary:hover{color:var(--white);background:var(--navy-2);border-color:var(--navy-2)}.button-secondary{color:var(--navy);background:var(--white);border-color:var(--navy)}.button-secondary:hover{color:var(--navy);background:var(--white)}.site-main{width:100%;min-height:60vh;padding-top:var(--header-height)}.page-section{width:min(calc(100% - 48px), var(--max));margin:0 auto clamp(4.5rem,8vw,7rem)}.page-section:first-child{padding-top:clamp(3.5rem,7vw,6rem)}.page-section:last-child{margin-bottom:clamp(4.5rem,8vw,7rem)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:.65s cubic-bezier(.2,.65,.15,.95) both fadeInUp}.delay-1{animation-delay:80ms}.delay-2{animation-delay:.16s}.delay-3{animation-delay:.24s}.delay-4{animation-delay:.32s}@media (width<=768px){:root{--header-height:76px}.page-section{width:min(calc(100% - 32px), var(--max));margin-bottom:4.5rem}.page-section:first-child{padding-top:3rem}h1{font-size:clamp(2.35rem,10.2vw,3.1rem);line-height:1.02}h2{font-size:clamp(1.85rem,7.4vw,2.4rem);line-height:1.1}h3{font-size:1.12rem}}@media (width<=420px){.page-section{width:min(calc(100% - 28px), var(--max))}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.animate-in{opacity:1;transform:none}}.header{z-index:100;min-height:var(--header-height,84px);border-bottom:1px solid var(--line,#e7e5e0);-webkit-backdrop-filter:blur(14px)saturate(1.35);background:#fbfaf7e6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0 0 auto}.header-inner{width:min(var(--max,1180px), calc(100% - 48px));min-height:var(--header-height,84px);justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.header-logo{--kg-accent:#a89a91;min-width:max-content;color:var(--navy,#0d1b33);align-items:center;gap:.9rem;text-decoration:none;display:inline-flex}.header-monogram{flex:none;width:60px;height:60px;display:block}.header-wordmark{color:var(--navy,#0d1b33);letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;font-size:1rem;font-weight:700;line-height:1}.header-nav{align-items:center;gap:clamp(1.15rem,2.5vw,2rem);display:flex}.header-nav a{color:var(--ink,#17233b);padding:.62rem 0;font-size:.93rem;font-weight:500;line-height:1;text-decoration:none;transition:color .18s;display:inline-block;position:relative}.header-nav a:after{content:"";background:var(--navy,#0d1b33);height:2px;transition:transform .19s,background-color .18s;position:absolute;bottom:.15rem;left:0;right:0;transform:scaleX(0)}.header-nav a:not(.active):hover{color:var(--purple,#5c4aa5)}.header-nav a:not(.active):hover:after{background:var(--purple,#5c4aa5);transform:scaleX(1)}.header-nav a.active{color:var(--navy,#0d1b33)}.header-nav a.active:after{transform:scaleX(1)}.hamburger{width:44px;height:44px;color:var(--navy,#0d1b33);background:var(--white,#fff);border:1px solid var(--line,#e7e5e0);cursor:pointer;border-radius:10px;flex:none;justify-content:center;align-items:center;padding:0;display:none}.hamburger:hover{color:var(--purple,#5c4aa5)}.hamburger svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:24px;height:24px}.mobile-nav{inset:var(--header-height,84px) 0 auto;z-index:99;border-bottom:1px solid var(--line,#e7e5e0);-webkit-backdrop-filter:blur(14px);background:#fbfaf7fa;padding:.5rem 0 .9rem;position:fixed;box-shadow:0 18px 30px #0d1b3314}.mobile-nav[hidden]{display:none}.mobile-nav-inner{width:min(calc(100% - 32px), var(--max,1180px));margin:0 auto;display:grid}.mobile-nav a{min-height:48px;color:var(--ink,#17233b);border-bottom:1px solid var(--line,#e7e5e0);align-items:center;padding:0 .8rem;font-size:1rem;font-weight:500;text-decoration:none;display:flex}.mobile-nav a:last-child{border-bottom:0}.mobile-nav a:hover{color:var(--purple,#5c4aa5)}.mobile-nav a.active{color:var(--navy,#0d1b33);box-shadow:inset 2px 0 0 var(--navy,#0d1b33);font-weight:700}.header a:focus-visible,.hamburger:focus-visible,.mobile-nav a:focus-visible{outline:2px solid var(--purple,#5c4aa5);outline-offset:3px;border-radius:4px}@media (width<=900px){.header-nav{display:none}.hamburger{display:inline-flex}}@media (width<=768px){.header-inner{width:min(var(--max,1180px), calc(100% - 32px))}.header-monogram{width:52px;height:52px}}@media (width<=520px){.header-inner{width:calc(100% - 28px)}.header-logo{gap:.65rem}.header-monogram{width:46px;height:46px}.header-wordmark{letter-spacing:.12em;font-size:.82rem}}@media (width<=400px){.header-monogram{width:42px;height:42px}.header-wordmark{letter-spacing:.1em;font-size:.72rem}}@media (prefers-reduced-motion:reduce){.header-nav a,.header-nav a:after{transition:none}}.footer{--footer-navy:var(--navy,#0d1b33);--footer-heading:#fff;--footer-link:#b9c3d2;--footer-blurb:#a8b3c5;--footer-hairline:#ffffff1f;color:var(--footer-heading);background:var(--footer-navy);margin-top:0;padding:clamp(2.5rem,4.5vw,3.25rem) 0 1.15rem}.footer-inner{width:min(1180px,100% - 40px);margin:0 auto}.footer-grid{grid-template-columns:minmax(0,2.6fr) minmax(0,1fr) minmax(0,1.05fr) minmax(0,.8fr);align-items:start;gap:clamp(2rem,4vw,3.5rem);padding-bottom:clamp(1.75rem,3vw,2.25rem);display:grid}.footer-brand{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:1.25rem clamp(1.5rem,3vw,2.75rem);display:grid}.footer-logo{color:#fff;align-items:center;gap:.85rem;text-decoration:none;display:inline-flex}.footer-monogram{color:#fff;flex:none;width:72px;height:72px}.footer-wordmark{flex-direction:column;gap:.42rem;display:flex}.footer-wordmark-line{letter-spacing:.15em;text-transform:uppercase;white-space:nowrap;font-size:.95rem;font-weight:700;line-height:1.05}.footer-blurb{max-width:29ch;color:var(--footer-blurb);margin:0;font-size:.86rem;line-height:1.7}.footer-column{min-width:0}.footer-column-heading{color:var(--footer-heading);letter-spacing:.12em;text-transform:uppercase;margin:0 0 1rem;font-family:inherit;font-size:.72rem;font-weight:700;line-height:1.3}.footer-links{gap:.18rem;margin:0;padding:0;list-style:none;display:grid}.footer-links li{margin:0}.footer-links a{color:var(--footer-link);padding:.1rem 0;font-size:.88rem;line-height:1.55;text-decoration:none;transition:color .18s;display:inline-block}.footer-links a:hover,.footer-logo:hover{color:#fff}.footer-social{flex-wrap:wrap;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.footer-social li{margin:0}.footer-social-button{color:#fff;background:0 0;border:1px solid #ffffff47;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;text-decoration:none;transition:background-color .18s,border-color .18s,color .18s;display:inline-flex}.footer-social-button:hover{color:var(--footer-navy);background:#fff;border-color:#fff}.footer-social-icon{width:16px;height:16px}.footer-links a:focus-visible,.footer-logo:focus-visible,.footer-social-button:focus-visible{outline-offset:3px;outline:2px solid #fff}.footer-bottom{border-top:1px solid var(--footer-hairline);text-align:center;padding-top:1.15rem}.footer-bottom p{color:#93a1b6;margin:0;font-size:.84rem;line-height:1.6}@media (width<=1000px){.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-brand{grid-column:1/-1;margin-bottom:.5rem}}@media (width<=620px){.footer-inner{width:calc(100% - 32px)}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.footer-brand{grid-template-columns:minmax(0,1fr);align-items:start}.footer-monogram{width:58px;height:58px}.footer-blurb{max-width:42ch}}@media (width<=430px){.footer-grid{grid-template-columns:minmax(0,1fr)}.footer-logo{gap:.7rem}}@media (prefers-reduced-motion:reduce){.footer-links a,.footer-social-button{transition:none}}.product-art{isolation:isolate;place-items:center;width:100%;height:100%;padding:16px 18px;display:grid;position:relative;overflow:hidden}.product-art__photo{z-index:0;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.product-art:after{content:"";z-index:1;pointer-events:none;position:absolute;inset:0}.product-art__lockup{z-index:3;text-align:center;justify-items:center;gap:.42rem;max-width:100%;display:grid;position:relative}.product-art__lockup--row{grid-auto-flow:column;align-items:center;gap:.7rem}.product-art__text{text-align:left;justify-items:start;gap:.3rem;min-width:0;display:grid}.product-art__wordmark{letter-spacing:-.018em;font-size:clamp(1.35rem,9.5cqi,2.15rem);font-weight:700;line-height:1.02}.product-art__subtitle{font-family:var(--font-sans,sans-serif);letter-spacing:.12em;text-transform:uppercase;font-size:clamp(.58rem,3.1cqi,.72rem);font-weight:700;line-height:1.3}.product-art--nestproof{background:#fbf6ee;align-content:start;padding-top:20px}.product-art--nestproof:after{background:linear-gradient(#fbf6eef2 0%,#fbf6ee9e 30%,#fbf6ee00 58%)}.np-mark{flex:none;width:46px;height:auto}.np-mark__shield{fill:#af917a}.np-mark__roof{fill:#5d4a32}.np-mark__check{fill:#fbf6ee}.np-mark__confetti-arc{fill:none;stroke:#e8c377;stroke-width:4px;stroke-linecap:round}.np-mark__confetti--green{fill:#9dc39c}.np-mark__confetti--blue{fill:#93b3dc}.np-mark__confetti--pink{fill:#f0a3ae}.product-art--nestproof .product-art__wordmark{letter-spacing:-.025em;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Helvetica Neue,Segoe UI,sans-serif;font-size:clamp(1.3rem,8.4cqi,1.9rem)}.np-word-nest{color:#8b6d51}.np-word-proof{color:#1f2937}.product-art--nestproof .product-art__subtitle{color:#7a5f47}.product-art--sportagories{color:#fff;background:linear-gradient(135deg,#1b2a41 0%,#0b1320 100%);align-content:start;padding-top:18px}.product-art--sportagories:after{background:radial-gradient(circle at 12% 0,#f2b70529,#0000 36%),linear-gradient(#0b1320d1 0%,#0b132061 46%,#0b13200f 74%)}.sp-badge{background:#f2b705;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 8px 18px #00000059}.sp-trophy{fill:#0b1320;width:26px;height:26px}.product-art--sportagories .product-art__wordmark{font-family:"Barlow Condensed", Impact, "Arial Narrow", var(--font-sans,sans-serif);letter-spacing:.045em;text-transform:uppercase;text-shadow:0 2px #00000047;font-size:clamp(1.55rem,11cqi,2.5rem);font-weight:800}.sp-word-tail{color:#f2b705}.product-art--sportagories .product-art__subtitle{color:#f2e9d8;text-shadow:0 1px 6px #040a16d9}.product-art--alphabet{color:#f7f3ea;background:#211f19;align-content:start;padding-top:16px}.product-art--alphabet:after{background:linear-gradient(#1a1a179e 0%,#1a1a175c 48%,#1a1a170a 80%)}.product-art--alphabet .product-art__photo{object-position:50% 12%}.product-art--alphabet .product-art__lockup{gap:.14rem}.product-art--alphabet .product-art__wordmark,.ab-second-word{letter-spacing:-.02em;text-shadow:0 2px 10px #1a1a1766;font-family:Fraunces,Iowan Old Style,Georgia,serif;font-size:clamp(1.4rem,9cqi,2.05rem);font-weight:900;line-height:.95}.product-art--alphabet .product-art__wordmark{color:#f7f3ea}.ab-second-word{color:#e0ab74}.ab-underline{background:#d18f4a;border-radius:2px;width:46px;height:3px;margin-top:.4rem}.product-art--alphabet .product-art__subtitle{color:#f7f3ea;text-shadow:0 1px 4px #1a1a17e6,0 0 14px #1a1a178c;margin-top:.3rem}.product-art--theaterle{color:#f2c94c;background:#0d0d0d}.product-art--theaterle:after{background:radial-gradient(circle at 20% 0,#f2c94c24,#0000 34%),radial-gradient(circle at 85% 20%,#8b1e2d33,#0000 36%),linear-gradient(#0d0d0d8c 0%,#0d0d0d47 44%,#0d0d0d73 100%)}.tl-strip{color:#0d0d0d;background:linear-gradient(#ffffff1a,#0000),#f2c94c;border-radius:3px 3px 0 0;align-items:center;gap:.6rem;padding:.5rem 1rem .6rem;display:inline-flex;position:relative;box-shadow:0 12px 26px #0006}.tl-strip:after{content:"";background:repeating-linear-gradient(135deg,#f2c94c 0 8px,#0000 8px 16px);height:10px;position:absolute;bottom:-9px;left:0;right:0}.tl-bulbs{gap:5px;display:inline-flex}.tl-bulbs i{background:#8b1e2d;border-radius:50%;width:6px;height:6px;animation:1.6s ease-in-out infinite kgs-bulb-glow}.tl-bulbs i:nth-child(2){animation-delay:.25s}.tl-bulbs i:nth-child(3){animation-delay:.5s}@keyframes kgs-bulb-glow{0%,to{opacity:1;filter:drop-shadow(0 0 3px #e4b95be6)}50%{opacity:.55;filter:drop-shadow(0 0 1px #e4b95b66)}}.product-art--theaterle .product-art__wordmark{letter-spacing:.04em;text-transform:uppercase;font-family:DM Serif Display,Georgia,serif;font-size:clamp(1.35rem,9cqi,2.05rem);font-weight:400;line-height:1}.tl-le{color:#8b1e2d}.product-art--theaterle .product-art__subtitle{color:#f2c94c;text-shadow:0 1px 3px #000000d9,0 0 12px #0d0d0db3;margin-top:.55rem;font-weight:800}.product-art--default{color:#fff;background:linear-gradient(150deg, var(--product-accent,var(--purple,#5c4aa5)), var(--navy,#0d1b33))}@media (prefers-reduced-motion:reduce){.tl-bulbs i{animation:none}}.home-container{width:min(calc(100% - 48px), var(--max-width));margin-inline:auto}.home-section{scroll-margin-top:var(--header-height);padding:clamp(5rem,9vw,8.5rem) 0}.home-hero{min-height:min(720px, calc(100svh - var(--header-height)));background:var(--cream);border-bottom:1px solid var(--line);align-items:center;display:grid;overflow:hidden}.hero-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;gap:clamp(2rem,4.5vw,3.6rem);padding-block:clamp(3.25rem,6vw,5.25rem);display:grid}.hero-copy{z-index:2;position:relative}.hero-copy h1{max-width:6.6em}.hero-copy h1 em,.portfolio-intro h2 em,.studio-copy h2 em{font-weight:500}.hero-lede{color:#4f5a6d;max-width:460px;margin-top:1.5rem;font-size:1rem;line-height:1.72}.hero-actions{flex-wrap:wrap;gap:.9rem;margin-top:2.1rem;display:flex}.hero-watermark{isolation:isolate;min-height:clamp(360px,40vw,600px);position:relative}.hero-glow{z-index:0;pointer-events:none;background:radial-gradient(42% 40% at 42% 54%,#9682d747,#9682d700 100%),radial-gradient(34% 30% at 64% 30%,#e9b4cd38,#e9b4cd00 100%),radial-gradient(32% 28% at 34% 72%,#96b0e233,#96b0e200 100%);position:absolute;inset:-14% -18%}.hero-mark{z-index:1;color:#ffffffc7;width:auto;max-width:none;height:clamp(300px,42vw,560px);position:absolute;top:50%;left:6%;transform:translateY(-50%)}.portfolio-section{background:var(--white)}.portfolio-intro{text-align:center;max-width:820px;margin:0 auto clamp(2.4rem,3.6vw,3.1rem)}.portfolio-intro h2{margin-bottom:.95rem}.portfolio-lede{max-width:620px;color:var(--muted);margin-inline:auto;font-size:1.02rem;line-height:1.62}.home-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.home-product{--product-accent:var(--purple,#5c4aa5);color:var(--ink);background:var(--white);border:1px solid var(--line);border-radius:var(--card-radius);box-shadow:var(--card-shadow);flex-direction:column;transition:transform .24s,box-shadow .24s,border-color .24s;display:flex;overflow:hidden}.home-product:hover{color:var(--ink);border-color:color-mix(in srgb, var(--product-accent) 26%, var(--line));box-shadow:var(--card-shadow-hover);transform:translateY(-4px)}.home-product-visual{height:clamp(180px,15.5vw,208px);position:relative;overflow:hidden;container-type:inline-size}.home-product-copy{flex-direction:column;flex:1;padding:1.35rem 1.2rem 1.3rem;display:flex}.home-product-copy h3{color:var(--navy);margin-bottom:.55rem;font-size:1.18rem}.home-product-category{color:var(--product-accent);font-family:var(--font-sans);letter-spacing:.055em;text-transform:uppercase;margin-bottom:.85rem;font-size:.76rem;font-weight:700;line-height:1.35}.home-product-description{color:var(--muted);margin-bottom:1.5rem;font-size:.92rem;line-height:1.6}.home-product-more{color:var(--product-accent);align-items:center;gap:.45rem;margin-top:auto;font-size:.92rem;font-weight:700;display:inline-flex}.home-product-more span{transition:transform .18s}.home-product:hover .home-product-more span{transform:translate(4px)}.home-product.nestproof{--product-accent:var(--accent-nestproof)}.home-product.sportagories{--product-accent:var(--accent-sportagories)}.home-product.alphabet{--product-accent:var(--accent-alphabet)}.home-product.theaterle{--product-accent:var(--accent-theaterle)}.studio-section{background:var(--cream);border-top:1px solid var(--line);padding-block:clamp(2.75rem,4.6vw,4.25rem)}.studio-panel{border:1px solid var(--line);border-radius:var(--radius);background:#f6f3ee;grid-template-columns:minmax(0,34fr) minmax(0,62fr);align-items:center;gap:clamp(1.75rem,4vw,3.4rem);padding:clamp(1.15rem,1.9vw,1.7rem) clamp(1.4rem,4.2vw,3.6rem);display:grid}.studio-copy h2{margin-bottom:0;font-size:clamp(1.9rem,3.1vw,2.7rem);line-height:1.12}.studio-copy>p:not(.eyebrow){max-width:42ch;color:var(--muted);margin:1.05rem 0 1.6rem;font-size:.95rem;line-height:1.7}.founder-art{aspect-ratio:16/10;background:#eee5d6;border:1px solid #ded6ca;border-radius:14px;min-height:190px;position:relative;overflow:hidden}.founder-photo{object-fit:cover;width:100%;height:100%;display:block}.approach-section{background:var(--cream)}.approach-heading{text-align:center;max-width:760px;margin:0 auto clamp(2.3rem,3.6vw,3.2rem)}.approach-heading h2{margin-bottom:.95rem}.approach-heading>p:last-child{max-width:610px;color:var(--muted);margin-inline:auto;font-size:1.02rem;line-height:1.62}.process-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid}.process-step{background:var(--white);border:1px solid var(--line);border-radius:14px;flex-direction:column;padding:1.4rem 1.15rem 1.35rem;transition:transform .24s,box-shadow .24s,border-color .24s;display:flex;box-shadow:0 6px 20px #17233b0d}.process-step:hover{border-color:#dbd7cf;transform:translateY(-4px);box-shadow:0 18px 40px #17233b1a}.process-index{color:var(--purple);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;align-items:baseline;gap:.55rem;margin-bottom:1.05rem;font-size:.66rem;font-weight:700;line-height:1.2;display:flex}.process-number{color:#5c4aa58c}.process-step h3{color:var(--navy);margin-bottom:.45rem;font-size:1.02rem}.process-step p{color:var(--muted);font-size:.88rem;line-height:1.62}.home-contact{background:var(--cream);border-top:1px solid var(--line)}.contact-grid-home{text-align:center;max-width:740px}.contact-grid-home h2{text-wrap:balance;margin-bottom:.9rem}.home-contact-email{color:var(--muted);margin-bottom:1.7rem;font-size:.95rem}@media (width<=1040px){.home-hero{min-height:auto}.hero-copy{max-width:820px}.process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=1000px){.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-product-visual{height:clamp(190px,23vw,236px)}}@media (width<=900px){.hero-grid{grid-template-columns:1fr;gap:0}.hero-watermark{display:none}.studio-panel{grid-template-columns:minmax(0,1fr);gap:1.9rem;padding:clamp(1.4rem,3vw,2.2rem)}.studio-copy>p:not(.eyebrow){max-width:56ch}}@media (width<=760px){.home-container{width:min(calc(100% - 32px), var(--max-width))}.home-section{padding:4.75rem 0}.hero-grid{padding-block:2.8rem 3.4rem}.studio-section{padding-block:2.6rem 3.4rem}.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.home-product-grid{grid-template-columns:1fr;gap:16px}.home-product-visual{height:210px}}@media (width<=520px){.hero-copy h1{max-width:none}.hero-lede{font-size:.98rem}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.home-product-copy{padding:1.2rem 1.1rem}.home-product-visual{height:190px}.studio-panel{border-radius:18px;padding:1.15rem}.process-grid{grid-template-columns:minmax(0,1fr)}.founder-ring{width:min(56%,180px)}.founder-caption{letter-spacing:.1em;font-size:.6rem}}.product-card{--product-accent:var(--purple,#5c4aa5);--product-art-height:200px;--card-navy:var(--navy,#0d1b33);--card-ink:var(--ink,#17233b);--card-muted:var(--muted,#5f6878);--card-line:var(--line,#e7e5e0);min-width:0;height:100%;color:var(--card-ink);background:var(--white,#fff);border:1px solid var(--card-line);border-radius:var(--card-radius);box-shadow:var(--card-shadow);flex-direction:column;transition:transform .24s,box-shadow .24s,border-color .24s;display:flex;overflow:hidden}.product-card:hover,.product-card:focus-within{border-color:color-mix(in srgb, var(--product-accent) 26%, var(--card-line));box-shadow:var(--card-shadow-hover);transform:translateY(-4px)}.product-card--accent-nestproof{--product-accent:var(--accent-nestproof)}.product-card--accent-sportagories{--product-accent:var(--accent-sportagories)}.product-card--accent-alphabet{--product-accent:var(--accent-alphabet)}.product-card--accent-theaterle{--product-accent:var(--accent-theaterle)}.product-card--detailed{--product-art-height:212px}.product-card__visual{min-width:0;height:var(--product-art-height);border-radius:13px 13px 0 0;flex:none;position:relative;overflow:hidden;container-type:inline-size}.product-card__body{flex-direction:column;flex:auto;align-items:flex-start;min-width:0;padding:20px;display:flex}.product-card--detailed .product-card__body{padding:22px}.product-card__name{color:var(--card-navy);font-family:var(--font-sans,sans-serif);letter-spacing:-.012em;margin:0;font-size:1.18rem;font-weight:700;line-height:1.3}.product-card__category{color:var(--product-accent);letter-spacing:.06em;text-transform:uppercase;margin:.5rem 0 0;font-size:.74rem;font-weight:700;line-height:1.4}.product-card__description{color:#4f5a6d;max-width:56ch;margin:.9rem 0 0;font-size:.9rem;line-height:1.6}.product-card__details{border-top:1px solid var(--card-line);width:100%;margin-top:1.3rem;padding-top:1.15rem}.product-card__facts{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.9rem 1.4rem;margin:0;display:grid}.product-card__fact dt{color:#8b9099;letter-spacing:.11em;text-transform:uppercase;margin-bottom:.3rem;font-size:.68rem;font-weight:700}.product-card__fact dd{color:var(--card-ink);margin:0;font-size:.9rem;font-weight:600;line-height:1.4}.product-card__features{margin-top:1.2rem}.product-card__features-label{color:#8b9099;letter-spacing:.11em;text-transform:uppercase;margin:0 0 .6rem;font-size:.68rem;font-weight:700}.product-card__features ul{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.product-card__features li{color:var(--card-muted);margin:0;padding-left:1.05rem;font-size:.87rem;line-height:1.5;position:relative}.product-card__features li:before{content:"";background:var(--product-accent);border-radius:50%;width:5px;height:5px;position:absolute;top:.58em;left:0}.product-card__note{color:#6f7787;border-left:2px solid color-mix(in srgb, var(--product-accent) 45%, #fff);margin:1.15rem 0 0;padding-left:.85rem;font-size:.83rem;font-style:italic;line-height:1.55}.product-card__link{color:var(--product-accent);align-items:center;gap:.5rem;margin-top:auto;padding-top:1.35rem;font-size:.92rem;font-weight:700;text-decoration:none;display:inline-flex}.product-card__link:hover,.product-card__link:focus-visible{color:color-mix(in srgb, var(--product-accent) 82%, #000)}.product-card__arrow{font-size:1.05rem;line-height:1;transition:transform .18s}.product-card__link:hover .product-card__arrow,.product-card__link:focus-visible .product-card__arrow{transform:translate(4px)}.product-card__link:focus-visible{outline:3px solid var(--product-accent);outline-offset:4px;border-radius:3px}@media (width<=560px){.product-card{--product-art-height:184px}.product-card__body,.product-card--detailed .product-card__body{padding:18px}.product-card__facts{grid-template-columns:1fr;gap:.75rem}}@media (prefers-reduced-motion:reduce){.product-card,.product-card__arrow{transition:none}.product-card:hover,.product-card:focus-within,.product-card__link:hover .product-card__arrow,.product-card__link:focus-visible .product-card__arrow{transform:none}}.products-page{width:100%;color:var(--ink);background:var(--cream)}.products-shell{width:min(calc(100% - 48px), var(--max));margin-inline:auto}.products-hero{background:radial-gradient(60rem 26rem at 88% -10%, #5c4aa51a, transparent 70%), var(--cream);position:relative}.products-hero__inner{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:clamp(2rem,6vw,5rem);padding:clamp(3.5rem,7vw,6rem) 0 clamp(3rem,6vw,5rem);display:grid}.products-hero__copy{min-width:0}.products-hero h1{max-width:15ch}.products-hero__lede{max-width:58ch;color:var(--muted);margin:clamp(1.3rem,2.6vw,1.9rem) 0 0;font-size:1.05rem;line-height:1.62}.products-hero__index{border-top:1px solid var(--navy);width:150px;margin:0;padding-top:1.1rem;display:grid}.products-hero__index strong{color:var(--navy);font-family:var(--font-display);letter-spacing:-.045em;font-size:clamp(3rem,5vw,4.4rem);font-weight:650;line-height:.95}.products-hero__index span{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin-top:.55rem;font-size:.72rem;font-weight:700;line-height:1.4}.products-collection{background:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:clamp(3.5rem,7vw,5.5rem) 0 clamp(4rem,8vw,6rem)}.products-collection__heading{text-align:center;max-width:44rem;margin:0 auto clamp(2.2rem,4vw,3.2rem)}.products-collection__heading>p:last-child{max-width:52ch;color:var(--muted);margin:.35rem auto 0;font-size:1.02rem;line-height:1.62}.products-list{grid-template-columns:repeat(auto-fit,minmax(min(100%,26rem),1fr));align-items:stretch;gap:clamp(1.2rem,2.4vw,1.9rem);display:grid}.products-method__inner{grid-template-columns:minmax(240px,.78fr) minmax(0,1.22fr);gap:clamp(2.2rem,6vw,5.5rem);padding:clamp(3.5rem,7vw,5.5rem) 0;display:grid}.products-method__intro{top:calc(var(--header-height) + 24px);align-self:start;position:sticky}.products-method__intro h2{max-width:14ch}.products-method__principles{display:grid}.products-method__principles article{border-top:1px solid var(--line);padding:1.6rem 0}.products-method__principles article:first-child{border-top:0;padding-top:0}.products-method__principles span{color:var(--purple);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.55rem;font-size:.74rem;font-weight:800;display:block}.products-method__principles h3{color:var(--navy);font-family:var(--font-display);letter-spacing:-.022em;margin:0;font-size:clamp(1.4rem,2.4vw,1.85rem);font-weight:650;line-height:1.16}.products-method__principles p{max-width:52ch;color:var(--muted);margin:.6rem 0 0;font-size:.98rem;line-height:1.62}.products-contact{padding:0 0 clamp(4rem,8vw,6.5rem)}.products-contact__panel{color:var(--white);background:radial-gradient(34rem 18rem at 92% 6%, #9a85e24d, transparent 70%), var(--navy);border-radius:var(--radius);box-shadow:var(--shadow);justify-content:space-between;align-items:flex-end;gap:clamp(1.5rem,4vw,3rem);padding:clamp(2rem,4.5vw,3.4rem);display:flex}.products-contact__panel .eyebrow{color:#c2b7f2}.products-contact h2{max-width:15ch;color:var(--white);margin:0}.products-contact__cta{color:var(--navy);background:var(--white);border-color:var(--white);flex:none}.products-contact__cta:hover{color:var(--navy);background:var(--white);border-color:var(--white);box-shadow:0 12px 26px #0000003d}.products-contact__cta:focus-visible{outline-offset:4px;outline:3px solid #cabff2}@media (width<=900px){.products-method__inner{grid-template-columns:1fr}.products-method__intro{position:static}}@media (width<=700px){.products-hero__inner{grid-template-columns:1fr;gap:2.4rem}.products-hero__copy{max-width:none}.products-hero__index{align-items:baseline;gap:1rem;width:100%;display:flex}.products-hero__index span{margin-top:0}.products-contact__panel{flex-direction:column;align-items:flex-start}}@media (width<=480px){.products-shell{width:calc(100% - 32px)}.products-contact__cta{width:100%}}.contact-route-hero{grid-template-columns:1.1fr .9fr;align-items:end;gap:clamp(2rem,6vw,5rem);display:grid}.contact-route-hero h1{max-width:14ch}.contact-route-hero>p{max-width:46ch;color:var(--muted);margin-bottom:.5rem;font-size:1.05rem;line-height:1.7}.contact-panel{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(160deg,#f6f3ee 0%,#faf8f5 100%);grid-template-columns:1fr .95fr;align-items:start;gap:clamp(2rem,5vw,4rem);padding:clamp(1.7rem,4vw,3rem);display:grid}.contact-primary h2{max-width:18ch;margin-bottom:.9rem;font-size:clamp(1.9rem,3.2vw,2.6rem)}.contact-primary>p{max-width:42ch;color:var(--muted);line-height:1.7}.contact-primary-action{overflow-wrap:anywhere;max-width:100%;margin-top:1.7rem}.contact-details{margin:0}.contact-detail{border-top:1px solid #ddd8cf;padding:1.1rem 0}.contact-detail:first-child{border-top:0;padding-top:0}.contact-detail:last-child{padding-bottom:0}.contact-detail dt{color:var(--purple);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.3rem;font-size:.72rem;font-weight:800}.contact-detail dd{max-width:44ch;color:var(--muted);margin:0;font-size:.95rem;line-height:1.7}.contact-detail dd a{color:var(--navy);overflow-wrap:anywhere;border-bottom:1px solid #c9c3b8;font-weight:600}.contact-detail dd a:hover{color:var(--purple);border-bottom-color:var(--purple)}.faq-section{grid-template-columns:.72fr 1.28fr;align-items:start;gap:clamp(2.5rem,7vw,6rem);display:grid}.faq-heading{top:calc(var(--header-height) + 2rem);position:sticky}.faq-list{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.faq-list details+details{border-top:1px solid var(--line)}.faq-list summary{min-height:68px;color:var(--navy);cursor:pointer;justify-content:space-between;align-items:center;gap:1.25rem;padding:1rem clamp(1.2rem,3vw,1.8rem);list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-question{letter-spacing:-.008em;font-size:1.02rem;font-weight:700;line-height:1.4}.faq-toggle{width:30px;height:30px;color:var(--purple);background:var(--purple-soft);border-radius:50%;flex:none;place-items:center;font-size:1.05rem;line-height:1;transition:transform .18s;display:grid}.faq-list details[open] .faq-toggle{transform:rotate(45deg)}.faq-list summary:hover .faq-toggle{background:#e2ddf8}.faq-list details p{max-width:68ch;color:var(--muted);padding:0 clamp(1.2rem,3vw,1.8rem) 1.5rem;line-height:1.7}@media (width<=900px){.contact-route-hero,.contact-panel,.faq-section{grid-template-columns:1fr}.contact-route-hero h1{max-width:none}.contact-route-hero>p{max-width:60ch}.faq-heading{position:static}}@media (width<=420px){.contact-primary-action{width:100%;font-size:.86rem}.faq-list summary{padding-inline:1.1rem}}@media (prefers-reduced-motion:reduce){.faq-toggle{transition:none}}.legal-header{max-width:62ch}.legal-header h1{font-size:clamp(2.6rem,4.6vw,3.9rem)}.legal-effective{color:var(--muted);background:var(--white);border:1px solid var(--line);letter-spacing:.01em;border-radius:999px;margin-top:1.6rem;padding:.42rem .9rem;font-size:.84rem;font-weight:600;display:inline-block}.legal-content{max-width:800px}.legal-section{border-top:1px solid var(--line);scroll-margin-top:calc(var(--header-height) + 1.5rem);grid-template-columns:3.6rem minmax(0,1fr);column-gap:1.4rem;margin-top:2.6rem;padding-top:2.6rem;display:grid}.legal-section:first-child{border-top:0;margin-top:0;padding-top:0}.legal-index{color:var(--purple);letter-spacing:.12em;grid-area:1/1;padding-top:.35rem;font-size:.78rem;font-weight:800;line-height:1.2}.legal-section h2{color:var(--navy);letter-spacing:-.015em;grid-area:1/2;margin-bottom:.75rem;font-size:clamp(1.3rem,2.1vw,1.55rem);line-height:1.25}.legal-section p{max-width:68ch;color:var(--muted);grid-area:2/2;font-size:1.02rem;line-height:1.75}.legal-footnote{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(160deg,#f6f3ee 0%,#faf8f5 100%);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.2rem 2.5rem;max-width:800px;margin-top:clamp(3rem,6vw,4.5rem);padding:clamp(1.4rem,3vw,1.9rem) clamp(1.4rem,3.2vw,2.2rem);display:flex}.legal-footnote p{color:var(--muted);flex:30ch;font-size:.95rem;line-height:1.7}.legal-footnote-links{flex-wrap:wrap;gap:.7rem;display:flex}@media (width<=640px){.legal-section{grid-template-columns:minmax(0,1fr);column-gap:0}.legal-index{grid-area:1/1;margin-bottom:.5rem;padding-top:0}.legal-section h2{grid-area:2/1}.legal-section p{grid-area:3/1}.legal-footnote{justify-content:flex-start}}@media (width<=420px){.legal-footnote-links .button{flex:100%}}.not-found{text-align:center;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(160deg,#f6f3ee 0%,#faf8f5 100%);place-items:center;padding:clamp(3rem,8vw,5.5rem) clamp(1.5rem,5vw,4rem);display:grid;position:relative;overflow:hidden}.not-found-glow{pointer-events:none;background:radial-gradient(38% 52% at 50% 30%,#d6cdf48c,#0000 70%),radial-gradient(30% 40% at 74% 18%,#ecd0dc73,#0000 72%);height:110%;position:absolute;inset:-35% -10% auto}.not-found-mark{color:#0d1b330d;pointer-events:none;width:min(58%,320px);height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-52%)}.not-found-copy{max-width:46ch;position:relative}.not-found-copy h1{font-size:clamp(2.5rem,5.2vw,4.2rem)}.not-found-copy>p{max-width:42ch;color:var(--muted);margin:1.25rem auto 0;font-size:1.05rem;line-height:1.7}.not-found-actions{flex-wrap:wrap;justify-content:center;gap:.7rem;margin-top:2rem;display:flex}@media (width<=420px){.not-found-actions .button{flex:100%}.not-found-mark{width:70%}}
