@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Instrument+Serif:ital@0;1&display=swap";:root{--ink:#151515;--muted:#666;--paper:#fcfcfc;--surface:#fff;--surface-soft:#fafafa;--line:rgba(15,15,15,.08);--lavender:#d9d2ed;--coral:#e7a08d;--serif:"Instrument Serif",Georgia,serif;--sans:"DM Sans",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit}.skip-link{position:fixed;top:10px;left:10px;z-index:1000;padding:.7rem 1rem;background:#171715;color:#fff;transform:translateY(-150%)}.skip-link:focus{transform:none}:focus-visible{outline:2px solid #684ba5;outline-offset:4px;border-radius:2px}.site-header{position:absolute;z-index:100;top:0;left:0;width:100%;display:flex;align-items:center;justify-content:space-between;padding:2rem clamp(1.4rem,4vw,5rem);transition:background .3s,padding .3s,border-color .3s}.site-header.is-scrolled{position:fixed;padding-top:1rem;padding-bottom:1rem;background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.masthead{font-size:clamp(1.1rem,1.5vw,1.45rem);font-weight:600;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap}.masthead span{color:#8f73cf}.site-nav{display:flex;gap:clamp(1.1rem,2.4vw,2.8rem);align-items:center}.site-nav a,.eyebrow,.text-link{font-size:.73rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase}.site-nav a{position:relative}.site-nav a:after{content:"";position:absolute;left:0;bottom:-.35rem;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .25s}.site-nav a:hover:after,.site-nav a:focus-visible:after{transform:scaleX(1);transform-origin:left}.nav-toggle{display:none;border:0;background:none;padding:.6rem 0;color:var(--ink)}.hero{min-height:100svh;position:relative;display:grid;grid-template-columns:minmax(17rem,.72fr) minmax(28rem,1.28fr);grid-template-rows:1fr auto;gap:2rem 4vw;padding:9rem clamp(1.4rem,6.5vw,8rem) 2.3rem;overflow:hidden}.hero-copy{z-index:2;align-self:center;padding-top:4vh}.hero-eyebrow{opacity:0;animation:rise .55s .1s forwards}.eyebrow{margin:0 0 1.5rem}.eyebrow span{padding:0 .45rem;color:#a486c4}.hero h1{font-family:var(--serif);font-size:clamp(5rem,7.5vw,8.8rem);font-weight:400;line-height:.78;letter-spacing:-.045em;margin:0 0 2.5rem}.hero h1 span{display:block;opacity:0;transform:translateY(20px);animation:rise .65s forwards}.hero h1 span:nth-child(2){animation-delay:.28s}.hero h1 span:nth-child(3){animation-delay:.38s}.accent-text{padding-bottom:.12em;background:linear-gradient(95deg,#967bcc 5%,#c66e60 75%);background-clip:text;-webkit-background-clip:text;color:transparent}.hero-intro{max-width:31rem;margin:0 0 2.3rem;font-size:1rem;color:#3f3e3a;opacity:0;animation:rise .6s .46s forwards}.text-link{display:inline-flex;gap:1rem;align-items:center;border-bottom:1px solid #9b7dcc;padding-bottom:.35rem;opacity:0;animation:rise .6s .54s forwards}.text-link span{font-size:1.1rem;transition:transform .25s}.text-link:hover span{transform:translateY(3px)}.hero-visual{--move-x:0px;--move-y:0px;position:relative;min-height:650px;align-self:end;opacity:0;animation:fade .75s .42s forwards}.portrait-field{position:absolute;inset:4% 2% 0;border-radius:48% 52% 12% 12%/40% 43% 9% 9%;background:radial-gradient(circle at 30% 25%,#d9d0f1 0 26%,transparent 58%),radial-gradient(circle at 75% 30%,#f4c1ad 0 24%,transparent 57%),#fafafa;transform:translate(var(--move-x),var(--move-y));transition:transform .4s ease-out}.portrait-wrap{position:absolute;z-index:1;bottom:0;left:24%;width:min(46%,390px);height:88%;margin:0;overflow:hidden;border-radius:48% 48% 4% 4%/32% 32% 2% 2%;box-shadow:0 18px 50px #1414140f}.portrait-wrap img{width:100%;height:100%;object-fit:cover;object-position:50% 38%;transform:scale(1.02)}.side-note{position:absolute;z-index:2;right:3%;top:36%;font-family:var(--serif);font-style:italic;font-size:clamp(1.6rem,2.1vw,2.6rem);line-height:1.08;transform:rotate(-4deg);margin:0}.side-note:after{content:"";display:block;width:4rem;height:2px;margin-top:1rem;background:#9d7dc0;transform:rotate(-3deg)}.themes{z-index:3;grid-column:1/-1;display:flex;gap:clamp(1.2rem,3vw,3.8rem);padding:0;margin:0;list-style:none;justify-content:center}.themes li{display:grid;place-items:center;gap:.35rem;font-size:.72rem;opacity:0;animation:rise .5s forwards}.themes li:nth-child(1){animation-delay:.58s}.themes li:nth-child(2){animation-delay:.64s}.themes li:nth-child(3){animation-delay:.7s}.themes li:nth-child(4){animation-delay:.76s}.themes li:nth-child(5){animation-delay:.82s}.themes li span{font-size:1.45rem;color:#9b78c9;transition:transform .25s,color .25s}.themes li:nth-child(2n) span{color:#d27d88}.themes li:hover span{transform:translateY(-4px);color:#694aa0}.section{padding:clamp(6rem,10vw,10rem) clamp(1.4rem,6.5vw,8rem)}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3.5rem}.section-heading h2,.about-grid h2,.contact-inner h2{font-family:var(--serif);font-weight:400;letter-spacing:-.02em;margin:0;line-height:.95}.section-heading h2{font-size:clamp(3.2rem,5.5vw,6.6rem)}.section-heading>p{max-width:26rem;color:var(--muted);margin:0 0 .5rem}.projects-section{background:#fff}.project-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.1rem}.project-card{position:relative;min-height:25rem;padding:1.5rem;overflow:hidden;grid-column:span 4;display:flex;flex-direction:column;justify-content:space-between;transition:transform .35s,filter .35s}.project-card:nth-child(4),.project-card:nth-child(5),.project-card:nth-child(6){grid-column:span 4}.project-card:hover,.project-card:focus-visible{transform:translateY(-6px) scale(1.006);filter:saturate(1.08)}.project-card h3{font-family:var(--serif);font-size:2.3rem;font-weight:400;line-height:1;margin:0 0 .65rem}.project-card p{max-width:14rem;margin:0;font-size:.9rem}.project-index{font-size:.7rem;letter-spacing:.14em}.card-arrow{position:absolute;right:1.4rem;top:1.3rem;font-size:1.25rem;transition:transform .25s}.project-card:hover .card-arrow{transform:translate(4px,-4px)}.lavender{background:#ddd7ef}.peach{background:#f1c3ac}.sage{background:#d3e6d8}.blue{background:#d6e3f2}.butter{background:#f4e3b7}.rose{background:#eed2dc}.project-art{position:absolute;right:1.2rem;bottom:-1.5rem;width:42%;height:43%;transition:transform .45s}.project-card:hover .project-art{transform:translateY(-5px)}.phone-art i{position:absolute;width:54%;height:100%;border:5px solid #242322;border-radius:1.4rem;background:#f9f8f4}.phone-art i:first-child{left:0;transform:rotate(-10deg)}.phone-art i:last-child{right:0;top:-10%;transform:rotate(7deg)}.pages-art i{position:absolute;width:80%;height:75%;background:#fff;border-radius:.25rem;box-shadow:0 9px 20px #875d4930}.pages-art i:first-child{transform:rotate(-11deg);left:-8%}.pages-art i:last-child{transform:rotate(8deg);right:-10%;bottom:0}.data-art{background:#fafbf8;border-radius:1rem 1rem 0 0;padding:1rem;display:flex;align-items:end;gap:.45rem}.data-art i{width:22%;background:#83b897;border-radius:1rem 1rem 0 0}.data-art i:nth-child(1){height:38%}.data-art i:nth-child(2){height:70%}.data-art i:nth-child(3){height:52%}.grid-art{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;background:#f8fafc;padding:.7rem;border-radius:.5rem}.grid-art i{background:#9db8d3;border-radius:.2rem}.circles-art i{position:absolute;width:65%;aspect-ratio:1;border-radius:50%;opacity:.68}.circles-art i:nth-child(1){background:#91b2c9;left:-20%}.circles-art i:nth-child(2){background:#e89586;right:-10%;bottom:0}.circles-art i:nth-child(3){background:#e5c36f;right:10%;top:-20%}.calendar-art{background:#fff;padding:.6rem;display:grid;grid-template-columns:repeat(3,1fr);gap:.25rem}.calendar-art i{border:1px solid #dfd9d7}.editorial-section{background:#fafafa;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.editorial-grid{display:grid;grid-template-columns:repeat(10,1fr);min-height:28rem}.editorial-card{position:relative;padding:1.4rem;grid-column:span 2;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;border-right:1px solid rgba(0,0,0,.06)}.editorial-card span{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600}.editorial-card p{max-width:10rem;font-family:var(--serif);font-size:1.35rem;line-height:1.05}.editorial-card b{position:absolute;top:1.4rem;right:1.4rem;font-weight:400;transition:transform .25s}.editorial-card:hover b{transform:translate(4px,-4px)}.image-card{color:#fff}.image-card:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 35%,#100f0db3);z-index:-1}.image-card img{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s}.image-card:hover img{transform:scale(1.025)}.travel img{object-position:54% 35%}.instagram img{object-position:57% 28%}.health{background:#f1f1ef}.writing{background:#f5e9ec}.speaking{background:#edf2f5}.about-section{background:#fff}.about-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:8vw;align-items:end}.about-grid h2{font-size:clamp(3.5rem,6vw,7rem);max-width:15ch}.about-grid p{max-width:30rem;font-size:1.1rem;color:var(--muted);margin:0 0 .6rem}.contact-section{padding:clamp(6rem,10vw,9rem) clamp(1.4rem,6.5vw,8rem);background:#f8f7fb;border-top:1px solid var(--line)}.contact-inner{display:flex;justify-content:space-between;align-items:flex-end;gap:3rem}.contact-inner h2{font-size:clamp(3.4rem,6.5vw,7.8rem);max-width:12ch}.contact-action{flex:none}.contact-action small{display:block;margin-top:.65rem;color:#575260;font-size:.65rem;letter-spacing:.08em;text-transform:uppercase}.contact-link{display:flex;gap:2rem;align-items:center;border-bottom:1px solid currentColor;padding:.7rem 0;font-size:.8rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.contact-link span{font-size:1.3rem;transition:transform .25s}.contact-link:hover span{transform:translate(4px,-4px)}footer{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:2.5rem clamp(1.4rem,6.5vw,8rem);font-size:.75rem;background:#151515;color:#f7f5f0}footer p{margin:0;color:#aaa8a1}.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s,transform .65s}.reveal.is-visible{opacity:1;transform:none}@keyframes rise{to{opacity:1;transform:none}}@keyframes fade{to{opacity:1}}@media(max-width:1050px){.site-nav{gap:1.3rem}.hero{grid-template-columns:.8fr 1.2fr;padding-left:3rem;padding-right:3rem}.hero h1{font-size:clamp(4.5rem,8vw,6.7rem)}.hero-visual{min-height:580px}.side-note{right:0}.project-card{grid-column:span 6!important}.editorial-grid{grid-template-columns:repeat(6,1fr)}.editorial-card{grid-column:span 2}.editorial-card:nth-child(4),.editorial-card:nth-child(5){grid-column:span 3}}@media(max-width:820px){.site-header{padding:1.4rem}.masthead{font-size:1rem;letter-spacing:.12em}.nav-toggle{display:flex;align-items:center;gap:.7rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em}.nav-toggle i,.nav-toggle i:before{content:"";display:block;width:1.2rem;height:1px;background:currentColor;transition:transform .25s}.nav-toggle i:before{transform:translateY(-5px)}.nav-toggle[aria-expanded=true] i{transform:rotate(45deg)}.nav-toggle[aria-expanded=true] i:before{transform:rotate(90deg)}.site-nav{position:fixed;inset:0;z-index:-1;background:var(--paper);padding:7rem 1.5rem 2rem;display:flex;flex-direction:column;align-items:flex-start;gap:1.15rem;visibility:hidden;opacity:0;transition:opacity .25s,visibility .25s}.site-nav.is-open{visibility:visible;opacity:1}.site-nav a{font-family:var(--serif);font-size:2.4rem;text-transform:none;letter-spacing:0}.hero{display:flex;flex-direction:column;min-height:auto;padding:8.5rem 1.4rem 2.5rem;gap:2.4rem}.hero-copy{padding:0}.hero h1{font-size:clamp(4.6rem,22vw,7rem);line-height:.79;margin-bottom:2rem}.hero-intro{font-size:.96rem;max-width:25rem}.hero-visual{order:2;width:100%;min-height:32rem}.portrait-field{inset:0;border-radius:45% 45% 4% 4%/32% 32% 3% 3%}.portrait-wrap{left:18%;width:64%;height:90%}.side-note{right:3%;top:5%;font-size:1.5rem}.themes{order:3;justify-content:flex-start;overflow-x:auto;scrollbar-width:none;gap:1.7rem;padding:.2rem .2rem .8rem}.themes li{min-width:4.5rem}.section{padding:5.8rem 1.4rem}.section-heading{display:block;margin-bottom:2.5rem}.section-heading h2{font-size:3.8rem}.section-heading>p{margin-top:1.5rem}.project-grid{display:block}.project-card{min-height:23rem;margin-bottom:1rem}.editorial-grid{display:block}.editorial-card{min-height:17rem;border-bottom:1px solid rgba(0,0,0,.08)}.image-card{min-height:25rem}.about-grid{display:block}.about-grid h2{font-size:3.8rem;margin-bottom:2rem}.contact-section{padding:5.8rem 1.4rem}.contact-inner{display:block}.contact-inner h2{font-size:4rem;margin-bottom:3rem}.contact-link{width:max-content}footer{align-items:flex-start;flex-direction:column}.reveal{transform:translateY(10px)}}@media(min-width:600px)and (max-width:820px){.hero{padding-left:3rem;padding-right:3rem}.hero-visual{min-height:40rem}.section,.contact-section{padding-left:3rem;padding-right:3rem}.project-grid,.editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.project-card{margin:0}.editorial-card{min-height:21rem}.image-card{min-height:27rem}.editorial-card:nth-child(5){grid-column:1/-1}.contact-inner{display:flex}.contact-inner h2{font-size:3.8rem}}@media(max-width:420px){.site-header{padding-left:1.1rem;padding-right:1.1rem}.masthead{font-size:.9rem}.hero{padding-left:1.1rem;padding-right:1.1rem}.hero h1{font-size:clamp(4rem,21vw,5.4rem)}.hero-visual{min-height:28rem}.side-note{font-size:1.3rem}.section,.contact-section{padding-left:1.1rem;padding-right:1.1rem}.section-heading h2,.about-grid h2{font-size:3.25rem}.contact-inner h2{font-size:3.35rem}.project-card{min-height:21rem}}@media(min-width:1700px){.site-header,.hero,.section,.contact-section,footer{padding-left:max(8rem,calc((100vw - 1580px)/2));padding-right:max(8rem,calc((100vw - 1580px)/2))}.hero h1{font-size:8.8rem}.hero-visual{min-height:720px}.project-card{min-height:28rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-delay:0ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}.portrait-field{transform:none!important}}:root{--paper:#fcfcfb}body{background:#fcfcfb}.site-header{padding-left:max(clamp(1.4rem,4vw,5rem),calc((100vw - 1400px)/2));padding-right:max(clamp(1.4rem,4vw,5rem),calc((100vw - 1400px)/2));animation:nav-fade .6s ease-out both}.site-header .masthead{font-size:clamp(2.125rem,2.4vw,2.25rem)}.site-nav{gap:clamp(.95rem,2vw,2.4rem);transform:translateY(-12px)}.site-nav a{font-size:1rem;font-weight:500;letter-spacing:.08em}.hero{width:min(calc(100% - 10vw),1400px);margin-inline:auto;grid-template-columns:minmax(17rem,.72fr) minmax(28rem,1.28fr);grid-template-rows:1fr;column-gap:calc(4vw + 48px);padding:13rem 0 5.3rem;transform:translateY(-24px)}.hero-copy{padding-top:4vh}.hero-eyebrow{margin-bottom:2rem;letter-spacing:.1725em;opacity:0;animation:rise-muted .55s .1s forwards}.hero h1{font-size:clamp(5.4rem,8.1vw,9.5rem);line-height:.749;margin-bottom:2.5rem}.hero h1 span{transform:translateY(24px);animation-duration:.7s}.hero h1 span:nth-child(1){animation-delay:.18s}.hero h1 span:nth-child(2){animation-delay:.3s}.hero h1 span:nth-child(3){animation-delay:.42s}.accent-text{background:linear-gradient(95deg,color-mix(in srgb,#967bcc 88%,#aaa) 5%,color-mix(in srgb,#df8e78 88%,#aaa) 75%);background-clip:text;-webkit-background-clip:text}.hero-intro{max-width:420px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.65;color:#555}.text-link{gap:10px;border:0;padding:0;font-size:1rem;font-weight:500;letter-spacing:.08em;text-transform:none}.text-link span{font-size:1.1rem;transition:transform .2s ease-out}.text-link:hover span{transform:translate(6px)}.hero-visual{min-height:682px;transform:scale(.98);transform-origin:center bottom;animation:portrait-in .9s .42s forwards}.portrait-field{inset:1% -.5% -2%;background:radial-gradient(circle at 30% 25%,rgba(217,208,241,.92) 0 26%,transparent 58%),radial-gradient(circle at 75% 30%,rgba(244,193,173,.92) 0 24%,transparent 57%),#fcfcfb;background-size:108% 108%;animation:gradient-drift 30s ease-in-out infinite alternate}.portrait-wrap{left:23%;bottom:-18px;width:min(48.8%,414px);height:89%}.section{padding-top:clamp(6.72rem,11.2vw,11.2rem);padding-bottom:clamp(6.72rem,11.2vw,11.2rem)}.reveal{transform:translateY(20px);transition:opacity .7s,transform .7s}#projects:target .reveal,#about:target .reveal,#resources:target .reveal,#contact:target .reveal{opacity:1;transform:none}@keyframes nav-fade{0%{opacity:0}to{opacity:1}}@keyframes rise-muted{to{opacity:.82;transform:none}}@keyframes portrait-in{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes gradient-drift{0%{background-position:0% 0%,100% 0%}to{background-position:5% 3%,96% 5%}}@media(max-width:1439px)and (min-width:821px){.hero{width:auto;margin-inline:clamp(3rem,6vw,5.5rem);column-gap:calc(2vw + 48px)}.hero h1{font-size:clamp(5.1rem,8.1vw,8rem)}}@media(max-width:820px){.site-header{padding-left:1.4rem;padding-right:1.4rem}.site-header .masthead{font-size:1.25rem}.site-nav{transform:none;gap:1.15rem}.site-nav a{font-size:2.4rem;font-weight:400;letter-spacing:0}.hero{width:auto;margin:0;padding:calc(10rem - 24px) 1.4rem calc(5.5rem + 24px);transform:translateY(-24px);gap:2.9rem}.hero h1{font-size:clamp(4.85rem,22vw,7.35rem);line-height:.749}.hero-visual{min-height:34rem}.portrait-wrap{left:16.5%;width:67%;bottom:-12px}.side-note{right:calc(3% + 12px)}.themes{padding-top:1rem}.section{padding-top:6.5rem;padding-bottom:6.5rem}}@media(max-width:420px){.site-header{padding-left:1.1rem;padding-right:1.1rem}.site-header .masthead{font-size:1.1rem}.hero{padding-left:1.1rem;padding-right:1.1rem}.hero h1{font-size:clamp(4.25rem,21vw,5.65rem)}.hero-visual{min-height:29.5rem}.hero-intro{font-size:1.0625rem}.section{padding-top:5.8rem;padding-bottom:5.8rem}}.site-header .masthead{font-size:clamp(1.8rem,2.1vw,2rem)}.hero h1{font-size:clamp(4.9rem,7.2vw,8.5rem)}.hero-intro{font-size:1.0625rem;line-height:1.65}.hero-intro strong{display:block;margin-bottom:1.25rem;font-family:var(--serif);font-size:clamp(1.45rem,1.75vw,1.8rem);font-weight:400;line-height:1.16;letter-spacing:-.01em;color:#242424}.hero-intro span{display:block}.hero-visual{min-height:clamp(590px,45vw,650px)}.portrait-wrap{width:min(46%,390px);height:87%}.section-heading h2{font-size:clamp(2.8rem,4.6vw,5.4rem)}.project-card h3{font-size:2rem}.about-grid h2{font-size:clamp(3rem,5vw,6rem)}.contact-inner h2{font-size:clamp(3rem,5.4vw,6.5rem)}@media(max-width:1439px)and (min-width:821px){.hero h1{font-size:clamp(4.7rem,7.1vw,7.25rem)}.hero-visual{min-height:clamp(560px,52vw,630px)}}@media(max-width:820px){.site-header .masthead{font-size:1.15rem}.site-nav a{font-size:2rem}.hero h1{font-size:clamp(3.9rem,18.5vw,6.1rem)}.hero-intro{font-size:1rem;max-width:36rem}.hero-intro strong{font-size:1.4rem;max-width:25ch}.hero-visual{min-height:clamp(26rem,110vw,32rem)}.portrait-wrap{left:20%;width:60%;height:86%;bottom:-8px}.section-heading h2,.about-grid h2{font-size:clamp(2.85rem,10vw,4rem)}.contact-inner h2{font-size:clamp(3rem,10.5vw,4.2rem)}.project-card h3{font-size:1.9rem}}@media(max-width:420px){.site-header .masthead{font-size:1rem}.hero h1{font-size:clamp(3.75rem,18.5vw,4.9rem)}.hero-intro strong{font-size:1.3rem}.hero-visual{min-height:clamp(24rem,108vw,28rem)}.portrait-wrap{left:21%;width:58%;height:85%}.section-heading h2,.about-grid h2{font-size:3rem}.contact-inner h2{font-size:3.1rem}}.site-header{padding-top:1.25rem;padding-bottom:1.25rem}.site-nav{transform:translateY(-4px)}.hero h1{line-height:.79}.accent-text{padding-top:.06em;margin-top:-.06em;overflow:visible}.hero-intro span{font-size:.875rem;line-height:1.7;max-width:420px}.project-card[hidden]{display:none}.projects-toggle{display:flex;align-items:center;gap:10px;margin:2.5rem auto 0;padding:.65rem 0;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--ink);font:500 .9rem/1 var(--sans);letter-spacing:.08em;cursor:pointer}.projects-toggle span{transition:transform .2s ease-out}.projects-toggle:hover span,.projects-toggle:focus-visible span{transform:translateY(4px)}.projects-toggle[aria-expanded=true] span{transform:rotate(180deg)}@media(max-width:820px){.site-header{padding-top:1rem;padding-bottom:1rem}.site-nav{transform:none}.hero-intro span{font-size:.8125rem}.projects-toggle{margin-top:2rem}}.hero{transform:translateY(-72px);margin-bottom:-48px}@media(max-width:820px){.hero{transform:translateY(-40px);margin-bottom:-16px}}.hero-copy{transform:translateY(-56px)}.hero h1{font-size:clamp(4.6rem,6.4vw,7.6rem);margin-bottom:3rem}.hero-eyebrow{margin-bottom:2.4rem}.hero-intro{margin-bottom:3rem}.hero-intro strong{margin-bottom:1.6rem;font-size:clamp(1.35rem,1.55vw,1.65rem)}.hero-intro span{font-size:.8125rem;line-height:1.78;max-width:400px}@media(max-width:1439px)and (min-width:821px){.hero h1{font-size:clamp(4.4rem,6.35vw,6.7rem)}.hero-copy{transform:translateY(-44px)}}@media(max-width:820px){.hero-copy{transform:translateY(-16px)}.hero h1{font-size:clamp(3.6rem,17vw,5.6rem);margin-bottom:2.6rem}.hero-eyebrow{margin-bottom:2rem}.hero-intro{margin-bottom:2.6rem}.hero-intro strong{font-size:1.28rem;margin-bottom:1.35rem}.hero-intro span{font-size:.775rem;line-height:1.75}}:root{--paper:#fff}body{background:#fff}.site-header{padding-top:.85rem;padding-bottom:.85rem}.site-header.is-scrolled{padding-top:.55rem;padding-bottom:.55rem;background:#fffffff5}.site-header .masthead{font-size:clamp(1.4rem,1.7vw,1.6rem)}.site-nav{gap:clamp(.85rem,1.7vw,2rem)}.site-nav a,.text-link{font-size:.875rem}.projects-toggle{font-size:.8rem}.contact-link{font-size:.75rem}.portrait-field{background:radial-gradient(circle at 30% 25%,rgba(217,208,241,.92) 0 26%,transparent 58%),radial-gradient(circle at 75% 30%,rgba(244,193,173,.92) 0 24%,transparent 57%),#fff}.portrait-wrap{bottom:6px}@media(max-width:820px){.site-header{padding-top:.75rem;padding-bottom:.75rem}.site-header .masthead{font-size:1rem}.site-nav a{font-size:1.75rem}.text-link{font-size:.825rem}.portrait-wrap{bottom:4px}}.image-card{isolation:isolate}.image-card img{z-index:0}.image-card:after{z-index:1}.image-card span,.image-card p,.image-card b{position:relative;z-index:2}.contact-copy{max-width:58rem}.contact-copy h2{font-size:clamp(2.8rem,4.2vw,5rem);max-width:15ch}.contact-description{max-width:48rem;margin:2rem 0 0;font-family:var(--serif);font-size:clamp(1.25rem,1.8vw,1.7rem);line-height:1.35;color:#4f4b53}@media(max-width:820px){.contact-copy h2{font-size:clamp(2.8rem,9vw,3.8rem)}.contact-description{font-size:1.2rem}.contact-inner{align-items:flex-start}}.featured-project-card{grid-column:1/-1;display:grid;grid-template-columns:minmax(18rem,42%) 1fr;min-height:25rem;overflow:hidden;background:#f5f1fb}.featured-project-card+.featured-project-card{margin-top:.25rem}.featured-planner{background:#fbf5ec}.featured-mybishbash{background:#f1f5ef}.featured-project-copy{z-index:2;display:flex;flex-direction:column;align-items:flex-start;padding:clamp(2rem,4vw,4rem)}.featured-project-copy h3{margin:auto 0 .8rem;font-family:var(--serif);font-size:clamp(2.7rem,4vw,4.5rem);font-weight:400;line-height:.95;letter-spacing:-.025em}.featured-project-copy>p{max-width:22rem;margin:0;color:#4f4f4b;font-size:1rem;line-height:1.6}.project-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.8rem;margin-top:2.4rem}.project-actions a{display:inline-flex;align-items:center;gap:.7rem;padding:.75rem 1.15rem;border-radius:999px;background:#29262d;color:#fff;font-size:.78rem;font-weight:500;letter-spacing:.04em;transition:transform .25s,background .25s}.featured-bumpnotes .project-actions a:first-child{background:#cc728e}.featured-planner .project-actions a:first-child{background:#b77a49}.featured-mybishbash .project-actions a:first-child{background:#607c62}.project-actions .project-site-link{padding:.65rem 0;border-radius:0;border-bottom:1px solid currentColor;background:transparent;color:var(--ink)}.project-screen{position:relative;min-width:0;overflow:hidden;background:#ffffff73}.project-screen img{width:100%;height:100%;object-fit:cover;object-position:center 62%;transform:scale(1.16);transition:transform .6s ease}.featured-bumpnotes .project-screen img{object-position:70% 63%}.featured-planner .project-screen img{object-position:60% 72%}.featured-mybishbash .project-screen img{object-position:72% 62%}.featured-project-card:hover .project-screen img{transform:scale(1.19)}@media(max-width:820px){.featured-project-card{display:flex;min-height:0;flex-direction:column}.featured-project-copy{min-height:20rem;padding:2rem}.featured-project-copy h3{margin:auto 0 .7rem;font-size:clamp(2.6rem,11vw,3.8rem)}.featured-project-copy>p{font-size:.9rem}.project-actions{margin-top:1.8rem}.project-screen{height:18rem}.project-screen img{transform:scale(1.12)}.featured-project-card:hover .project-screen img{transform:scale(1.14)}}.project-screen{align-self:center;justify-self:end;width:88%;height:76%;margin-right:4%;border:1px solid rgba(26,24,29,.18);border-radius:14px;background:#fff;box-shadow:0 18px 42px #18151c14}.project-screen:before{content:"";position:absolute;z-index:3;top:0;left:0;width:100%;height:24px;border-bottom:1px solid rgba(26,24,29,.09);background:radial-gradient(circle at 15px 12px,#ffb9bd 0 3px,transparent 3.5px),radial-gradient(circle at 27px 12px,#f5dda0 0 3px,transparent 3.5px),radial-gradient(circle at 39px 12px,#bfe7d4 0 3px,transparent 3.5px),#fffffff5}.project-screen img{position:absolute;inset:24px 0 0;width:100%;height:calc(100% - 24px);object-position:center 68%;transform:scale(1.23)}.featured-bumpnotes .project-screen img{object-position:69% 68%}.featured-planner .project-screen img{object-position:58% 76%}.featured-mybishbash .project-screen img{object-position:72% 68%}.featured-project-card:hover .project-screen img{transform:scale(1.26)}@media(max-width:820px){.featured-project-copy{min-height:18rem}.project-screen{flex:none;width:calc(100% - 2rem);height:15rem;margin:0 1rem 1rem;border-radius:10px}.project-screen img{transform:scale(1.2)}.featured-project-card:hover .project-screen img{transform:scale(1.22)}}.section{padding-top:clamp(5rem,7.5vw,8rem);padding-bottom:clamp(5rem,7.5vw,8rem)}.section-heading{margin-bottom:2.75rem}.featured-project-card{min-height:20rem}.featured-project-copy{padding:clamp(1.6rem,3.2vw,3.2rem)}.featured-project-copy h3{font-size:clamp(2.5rem,3.6vw,4rem)}.featured-project-copy>p{line-height:1.5}.project-actions{margin-top:1.8rem}.project-screen{width:91%;height:82%;margin-right:2.5%}.editorial-grid{min-height:22rem}.contact-section{display:flex;min-height:clamp(32rem,60vh,44rem);flex-direction:column;justify-content:center;padding-top:clamp(4rem,6vw,6rem);padding-bottom:clamp(4rem,6vw,6rem)}.contact-section>.eyebrow{margin-bottom:1.15rem}.contact-inner{align-items:flex-end;gap:clamp(2.5rem,5vw,6rem)}.contact-copy h2{max-width:16ch;font-size:clamp(2.6rem,3.6vw,4.3rem);line-height:.98}.contact-description{max-width:43rem;margin-top:1.25rem;line-height:1.3}.contact-action{padding-bottom:.1rem}@media(max-width:820px){.section{padding-top:4.75rem;padding-bottom:4.75rem}.section-heading{margin-bottom:2.25rem}.featured-project-copy{min-height:15rem;padding:1.7rem}.featured-project-copy h3{font-size:clamp(2.4rem,10vw,3.4rem)}.project-screen{height:13rem}.editorial-card{min-height:15rem}.image-card{min-height:22rem}.contact-section{min-height:auto;padding-top:5rem;padding-bottom:5rem}.contact-section>.eyebrow{margin-bottom:1rem}.contact-copy h2{font-size:clamp(2.6rem,8.5vw,3.5rem)}.contact-description{margin-top:1.1rem;line-height:1.35}.contact-action{margin-top:2.5rem}}:root{--space-1:.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2rem;--space-5:3rem;--space-6:4rem;--space-7:6rem}body{font-size:17px;line-height:1.65}.site-header .masthead{letter-spacing:.12em}.site-nav{gap:clamp(.8rem,1.45vw,1.7rem)}.site-nav a{font-weight:500}.site-header.is-scrolled{padding-top:.75rem;padding-bottom:.75rem}.hero h1{font-size:clamp(4.95rem,6.9vw,8.2rem);line-height:.745;letter-spacing:-.05em}.accent-text{opacity:.85}.hero-intro span{max-width:65ch}.text-link{gap:.9rem;font-weight:600}.portrait-field{opacity:.86;filter:saturate(.85) blur(3px);transform:translate(var(--move-x),var(--move-y)) scale(.99)}.portrait-wrap{left:20.5%;bottom:2px;width:min(51%,434px);height:92%}.portrait-wrap img{object-position:50% 34%;transform:scale(1.1);filter:contrast(1.06) saturate(1.02)}.section-heading h2,.about-grid h2,.contact-copy h2{letter-spacing:-.035em}.about-grid{gap:10vw}.about-grid p{max-width:65ch;line-height:1.7}.projects-section{padding-top:clamp(6rem,9vw,9.5rem)}.projects-section .section-heading{margin-bottom:2rem}.projects-section .section-heading h2{font-size:clamp(3rem,4.9vw,5.75rem)}.projects-section .section-heading>p{max-width:55ch}.featured-project-card{grid-template-columns:minmax(17rem,36%) 1fr;overflow:hidden;border-radius:18px;transition:transform .32s ease-out}.featured-project-card:hover{transform:scale(1.015)}.featured-project-copy{padding:clamp(2rem,3.5vw,3.5rem)}.project-screen{width:96%;height:auto;aspect-ratio:12/5;margin-right:1%;border-radius:16px;box-shadow:0 18px 42px #18151c17}.project-screen img{width:100%;height:calc(100% - 24px)}.project-actions a{min-height:46px;padding:.85rem 1.4rem;transition:transform .2s ease-out,background .25s}.project-actions .project-case-link{padding:.75rem 0;border-radius:0;border-bottom:1px solid currentColor;background:transparent;color:var(--ink)}.project-actions a:hover,.project-actions a:focus-visible{transform:translateY(-2px)}.contact-section{min-height:clamp(26rem,50vh,34rem);padding-top:clamp(3rem,4.5vw,4.5rem);padding-bottom:clamp(3rem,4.5vw,4.5rem)}.contact-section>.eyebrow{margin-bottom:.8rem}.contact-copy h2{max-width:14ch;font-size:clamp(2.7rem,3.8vw,4.5rem)}.contact-description{max-width:65ch;margin-top:1rem}.contact-link{min-height:48px;padding:.95rem 1.4rem;border:0;border-radius:999px;background:var(--ink);color:#fff;font-size:.8rem;transition:transform .2s ease-out}.contact-link:hover,.contact-link:focus-visible{transform:translateY(-2px)}footer{padding-top:1.6rem;padding-bottom:1.6rem}@media(max-width:820px){body{font-size:16px}.hero h1{font-size:clamp(3.9rem,18.35vw,6rem);line-height:.75}.portrait-wrap{left:18%;width:64%;height:91%}.projects-section{padding-top:5.5rem}.projects-section .section-heading{margin-bottom:1.75rem}.featured-project-card{display:flex;border-radius:14px}.featured-project-copy{padding:2rem}.project-screen{width:calc(100% - 2rem);height:auto;aspect-ratio:12/5;margin:0 1rem 1rem;border-radius:12px}.contact-section{padding-top:4rem;padding-bottom:4rem}.contact-inner{gap:2rem}.contact-action{margin-top:2rem}footer{padding-top:1.35rem;padding-bottom:1.35rem}}.hero-intro strong{max-width:36ch;font-family:var(--serif);font-size:clamp(1.3rem,1.5vw,1.5rem);font-weight:400;line-height:1.42;letter-spacing:.012em;color:#181818;-webkit-font-smoothing:antialiased}@media(max-width:820px){.hero-intro strong{max-width:32ch;font-size:1.22rem;line-height:1.45;letter-spacing:.01em}}.projects-section{padding-left:max(clamp(1.4rem,6vw,6rem),calc((100vw - 1280px)/2));padding-right:max(clamp(1.4rem,6vw,6rem),calc((100vw - 1280px)/2))}.projects-section .section-heading{margin-bottom:clamp(6rem,7vw,8rem)}.project-carousel{position:relative;max-width:1280px;margin-inline:auto;outline:none;touch-action:pan-y}.project-carousel:focus-visible{outline:2px solid #684ba5;outline-offset:8px}.project-carousel-viewport{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.project-carousel-track{display:flex;will-change:transform;transition:transform .55s cubic-bezier(.22,.61,.36,1)}.carousel-slide{display:grid;min-width:100%;min-height:560px;grid-template-columns:minmax(18rem,38%) minmax(0,1fr);align-items:center;gap:clamp(3rem,5vw,4.5rem);padding:clamp(4rem,5vw,5.5rem) clamp(3.5rem,5.5vw,5rem)}.carousel-project-copy{display:flex;min-width:0;flex-direction:column;align-items:flex-start}.carousel-project-copy h3{margin:2.5rem 0 1.1rem;font-family:var(--serif);font-size:clamp(3rem,4.2vw,4.5rem);font-weight:400;line-height:.95;letter-spacing:-.035em}.carousel-project-copy>p{max-width:31rem;margin:0;color:#4f4f4b;font-size:1rem;line-height:1.65}.carousel-project-copy>.project-impact{display:flex;align-items:center;gap:.55rem;margin-top:.8rem;color:#77716f;font-size:.84rem;line-height:1.4}.project-impact span{color:#c77d8d;font-size:.68rem}.carousel-product-stage{display:grid;width:100%;max-width:650px;height:460px;place-items:center;justify-self:end;overflow:hidden;border-radius:20px}.tone-lavender .carousel-product-stage{background:#f1edf9}.tone-cream .carousel-product-stage{background:#fbf5ec}.tone-sage .carousel-product-stage{background:#eff5ef}.tone-cool .carousel-product-stage{background:#edf3f8}.tone-butter .carousel-product-stage{background:#fbf5df}.tone-peach .carousel-product-stage{background:#faeee8}.carousel-visual-frame{position:relative;overflow:hidden;border:1px solid rgba(22,22,22,.14);background:#fff;box-shadow:0 18px 45px #19171b1a}.carousel-visual-frame.phone{width:280px;height:430px;padding:8px;border:7px solid #1b1b1b;border-radius:38px;background:#1b1b1b;transform:rotate(-1deg)}.carousel-visual-frame.phone:before{content:"";position:absolute;z-index:3;top:13px;left:50%;width:74px;height:20px;border-radius:999px;background:#1b1b1b;transform:translate(-50%)}.carousel-visual-frame.phone img{width:100%;height:100%;border-radius:25px;object-fit:cover;object-position:72% 66%;transform:scale(1.42)}.carousel-visual-frame.mybishbash-phone img{object-position:74% 58%;transform:scale(1.3)}.carousel-visual-frame.screen{width:min(100%,620px);height:min(430px,82%);border-radius:15px}.carousel-visual-frame.screen:before{content:"";position:absolute;z-index:3;top:0;left:0;width:100%;height:25px;border-bottom:1px solid rgba(20,20,20,.09);background:radial-gradient(circle at 15px 12px,#ffb9bd 0 3px,transparent 3.5px),radial-gradient(circle at 27px 12px,#f5dda0 0 3px,transparent 3.5px),radial-gradient(circle at 39px 12px,#bfe7d4 0 3px,transparent 3.5px),#fff}.carousel-visual-frame.screen img{position:absolute;inset:25px 0 0;width:100%;height:calc(100% - 25px);object-fit:cover;object-position:58% 76%;transform:scale(1.08)}.carousel-visual-frame.abstract{display:grid;width:min(100%,600px);height:min(410px,82%);place-items:center;border-radius:15px}.carousel-window-grid{display:grid;width:82%;height:72%;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem;border-radius:10px;background:#f8fafc}.carousel-window-grid i{border-radius:6px;background:#9db8d3}.carousel-window-grid i:nth-child(2),.carousel-window-grid i:nth-child(3){opacity:.6}.carousel-window-circles{position:relative;width:72%;height:72%}.carousel-window-circles i{position:absolute;width:52%;aspect-ratio:1;border-radius:50%;opacity:.72}.carousel-window-circles i:nth-child(1){left:3%;top:9%;background:#91b2c9}.carousel-window-circles i:nth-child(2){right:3%;bottom:5%;background:#e89586}.carousel-window-circles i:nth-child(3){right:13%;top:2%;background:#e5c36f}.carousel-window-pages{position:relative;width:70%;height:70%}.carousel-window-pages i{position:absolute;width:72%;height:76%;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 14px 32px #372d281a}.carousel-window-pages i:first-child{left:0;top:9%;transform:rotate(-7deg)}.carousel-window-pages i:last-child{right:0;bottom:2%;transform:rotate(6deg)}.carousel-arrow{position:absolute;z-index:4;top:50%;display:grid;width:46px;height:46px;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);font-size:1.15rem;cursor:pointer;transform:translateY(-50%);transition:transform .2s ease-out,opacity .2s,background .2s}.carousel-arrow:hover:not(:disabled),.carousel-arrow:focus-visible:not(:disabled){background:#f7f5fa;transform:translateY(-50%) scale(1.04)}.carousel-arrow:disabled{cursor:default;opacity:.28}.carousel-previous{left:-23px}.carousel-next{right:-23px}.carousel-footer{display:flex;min-height:4.5rem;align-items:center;justify-content:center;gap:1.25rem}.carousel-dots{display:flex;align-items:center;gap:.55rem}.carousel-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#c9c6c3;cursor:pointer;transition:width .25s,background .25s}.carousel-dots button[aria-current]{width:22px;border-radius:999px;background:#6f5b92}.carousel-status{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media(max-width:1100px){.carousel-slide{min-height:530px;grid-template-columns:minmax(16rem,38%) 1fr;gap:3rem;padding:4rem 3.25rem}.carousel-product-stage{height:420px}.carousel-visual-frame.phone{width:250px;height:390px}.carousel-previous{left:-18px}.carousel-next{right:-18px}}@media(max-width:850px){.projects-section .section-heading{margin-bottom:4rem}.project-carousel{display:block}.carousel-slide{display:flex;min-height:630px;flex-direction:column;align-items:stretch;gap:2.5rem;padding:3.25rem 1.5rem}.carousel-project-copy h3{margin-top:1.5rem;font-size:clamp(2.65rem,9vw,3.7rem)}.carousel-project-copy>p{font-size:.95rem}.carousel-product-stage{width:calc(100% - 7rem);max-width:30rem;height:300px;align-self:center;justify-self:auto;border-radius:17px}.carousel-visual-frame.phone{width:190px;height:284px;border-width:6px;border-radius:29px}.carousel-visual-frame.screen,.carousel-visual-frame.abstract{width:100%;height:255px}.carousel-arrow{position:absolute;top:auto;bottom:calc(4.5rem + 127px);width:48px;height:48px;margin:0;transform:none}.carousel-arrow:hover:not(:disabled),.carousel-arrow:focus-visible:not(:disabled){transform:scale(1.04)}.carousel-previous{left:.6rem}.carousel-next{right:.6rem}.carousel-footer{justify-content:center;padding:0}.project-actions a{min-height:44px}.project-actions{margin-top:1.6rem}}@media(max-width:480px){.projects-section{padding-left:1rem;padding-right:1rem}.projects-section .section-heading{margin-bottom:3.5rem}.carousel-slide{min-height:590px;gap:2.2rem;padding:2.75rem .75rem}.carousel-product-stage{width:calc(100% - 6.25rem);height:260px;border-radius:15px}.carousel-visual-frame.phone{width:166px;height:248px}.carousel-visual-frame.screen,.carousel-visual-frame.abstract{height:218px}.carousel-project-copy h3{font-size:clamp(2.45rem,12vw,3.2rem)}.project-actions{gap:.7rem 1rem}.project-actions a{padding:.7rem .9rem}.carousel-arrow{bottom:calc(4rem + 105px);width:44px;height:44px}.carousel-previous{left:.25rem}.carousel-next{right:.25rem}.carousel-footer{min-height:4rem}}@media(prefers-reduced-motion:reduce){.project-carousel-track{transition:none}}.site-nav a{transition:color .2s ease-out}.site-nav a:after{bottom:-.22rem;background:#d27d88;transition:transform .2s ease-out}.site-nav a:hover,.site-nav a:focus-visible,.site-nav a.is-active{color:#8f3f50}.site-nav a.is-active:after{transform:scaleX(1);transform-origin:left}.editorial-grid{grid-template-columns:repeat(12,1fr)}.editorial-card{grid-column:span 2}.editorial-section .section-heading>p{max-width:34rem}@media(max-width:1050px){.editorial-grid{grid-template-columns:repeat(6,1fr)}.editorial-card{grid-column:span 2}.editorial-card:nth-child(4),.editorial-card:nth-child(5){grid-column:span 2}}@media(max-width:820px){.site-nav a{width:max-content}.site-nav a:after{bottom:-.12rem}.editorial-grid{display:block}.editorial-card{min-height:15rem}}@media(max-width:820px){.site-header .masthead,.nav-toggle{position:relative;z-index:3}.site-nav,.site-nav.is-open{z-index:2}}.fable-pro{max-width:72rem;margin:clamp(5rem,9vw,9rem) auto 0;padding-top:clamp(4rem,7vw,6rem);border-top:1px solid var(--line)}.fable-pro-intro{display:grid;grid-template-columns:minmax(16rem,.8fr) minmax(20rem,1.2fr);gap:.8rem clamp(3rem,7vw,7rem)}.fable-pro-intro .eyebrow,.fable-pro-intro h2{grid-column:1}.fable-pro-intro h2{margin:0;font-family:var(--serif);font-size:clamp(3.5rem,6vw,6rem);font-weight:400;line-height:.88;letter-spacing:-.045em}.fable-pro-intro>p,.fable-pro-benefits{grid-column:2;margin:0;color:var(--muted);line-height:1.7}.fable-pro-intro .fable-pro-lead{color:var(--ink);font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.05}.fable-pro-benefits{margin-top:.75rem;padding:0;list-style:none}.fable-pro-benefits li{position:relative;padding:.8rem 0 .8rem 1.7rem;border-top:1px solid var(--line);color:var(--ink)}.fable-pro-benefits li:before{content:"→";position:absolute;left:0;color:#9a6070}.fable-pro-form{max-width:48rem;margin:clamp(3rem,6vw,5rem) auto 0;padding:clamp(1.35rem,4vw,2.5rem);border:1px solid rgba(21,21,21,.12);border-radius:20px;background:#faf9f7}.fable-pro-field label{display:block;margin-bottom:.55rem;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.fable-pro-field input{width:100%;min-height:54px;padding:.85rem 1rem;border:1px solid #aaa4a0;border-radius:10px;background:#fff;color:var(--ink);font:inherit}.fable-pro-field input:focus{outline:3px solid rgba(104,75,165,.2);outline-offset:2px;border-color:#684ba5}.fable-pro-form button,.fable-pro-copy,.fable-pro-download,.unsubscribe-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;margin-top:1rem;padding:.85rem 1.35rem;border:0;border-radius:999px;background:var(--ink);color:#fff;font:600 .75rem/1 var(--sans);letter-spacing:.09em;text-transform:uppercase;cursor:pointer;transition:transform .2s ease-out,opacity .2s}.fable-pro-form button:hover,.fable-pro-form button:focus-visible,.fable-pro-copy:hover,.fable-pro-copy:focus-visible,.fable-pro-download:hover,.fable-pro-download:focus-visible,.unsubscribe-button:hover,.unsubscribe-button:focus-visible{transform:translateY(-2px)}.fable-pro-form button:disabled,.unsubscribe-button:disabled{cursor:wait;opacity:.58;transform:none}.fable-pro-consent{max-width:45rem;margin:1rem 0 0;color:var(--muted);font-size:.78rem;line-height:1.55}.fable-pro-consent a{text-decoration:underline;text-underline-offset:.2em}.fable-pro-form-status{min-height:1.5rem;margin:.8rem 0 0;color:#8b2530;font-size:.86rem}.fable-pro-honeypot{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}.fable-pro-success{margin-top:clamp(3rem,6vw,5rem);outline:none}.fable-pro-success-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:1.5rem}.fable-pro-success-heading h3{margin:.4rem 0 .75rem;font-family:var(--serif);font-size:clamp(2.5rem,5vw,4.5rem);font-weight:400;line-height:.95}.fable-pro-success-heading p{max-width:42rem;margin:0;color:var(--muted)}.fable-pro-actions{display:flex;flex:none;flex-wrap:wrap;justify-content:flex-end;gap:.65rem}.fable-pro-copy{flex:none;margin:0}.fable-pro-download{flex:none;margin:0;border:1px solid var(--ink);background:transparent;color:var(--ink)}.fable-pro-retry{margin:0 0 1rem;padding:0;border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--ink);font:600 .75rem var(--sans);letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.fable-pro-prompt,.fable-pro-guide pre{width:100%;margin:0;padding:clamp(1.25rem,4vw,3.25rem);border:1px solid var(--line);border-radius:18px;background:#faf9f7;color:#29272a;font:400 clamp(.94rem,1.3vw,1.04rem)/1.78 var(--sans);white-space:pre-wrap;overflow-wrap:anywhere}.fable-pro-prompt{max-width:60rem;margin:0 auto}.fable-pro-guide{max-width:60rem;margin:2rem auto 0}.fable-pro-guide pre{background:#fff}.legal-page{max-width:52rem;min-height:calc(100svh - 36px);margin:0 auto;padding:clamp(6rem,10vw,9rem) 1.4rem 4rem}.legal-page h1{margin:.5rem 0 2rem;font-family:var(--serif);font-size:clamp(3rem,7vw,5.5rem);font-weight:400;line-height:.92;letter-spacing:-.04em}.legal-page h2{margin:2.5rem 0 .6rem;font-family:var(--serif);font-size:2rem;font-weight:400}.legal-page p{line-height:1.75;color:var(--muted)}.legal-blocker{margin-top:2.5rem;padding:1.25rem;border-left:3px solid #9a6070;background:#faf5f6;line-height:1.6}.unsubscribe-page{display:flex;min-height:100svh;flex-direction:column;justify-content:center}@media(max-width:820px){.fable-pro{margin-top:5rem;padding-top:4rem}.fable-pro-intro{display:block}.fable-pro-intro h2{margin:.6rem 0 2rem}.fable-pro-intro>p{margin-top:1rem}.fable-pro-benefits{margin-top:1.5rem}.fable-pro-form{margin-top:2.5rem;padding:1.2rem;border-radius:14px}.fable-pro-form button{width:100%}.fable-pro-success-heading{display:block}.fable-pro-actions{display:grid;grid-template-columns:1fr;margin-top:1.5rem}.fable-pro-copy,.fable-pro-download{width:100%}.fable-pro-prompt,.fable-pro-guide pre{padding:1.1rem;border-radius:12px;font-size:.92rem;line-height:1.7}}@media(prefers-reduced-motion:reduce){.fable-pro-form button,.fable-pro-copy,.fable-pro-download,.unsubscribe-button{transition:none}}.portrait-wrap{left:19%;width:min(58%,460px);height:auto;max-height:92%;aspect-ratio:613/894}.portrait-wrap img{object-position:50% 50%;transform:scale(1.035)}@media(max-width:1200px){.portrait-wrap{left:16%;width:min(68%,440px)}.portrait-wrap img{transform:scale(1.01)}}@media(max-width:820px){.hero-visual{min-height:calc(111vw + 1rem)}.portrait-wrap{left:12%;width:76%;height:auto;max-height:91%}.portrait-wrap img{object-position:50% 50%;transform:none}}@media(max-width:420px){.hero-visual{min-height:calc(120vw + 1rem)}.portrait-wrap{left:9%;width:82%;max-height:92%}}@media(max-width:820px){.hero-copy>.text-link{display:none}.hero-mobile-link{order:3;display:inline-flex;align-self:flex-start;margin-top:-1rem}}@media(max-width:767px){.projects-section{padding:4rem 1.25rem 4.25rem}.projects-section .section-heading{margin-bottom:1.5rem}.projects-section .section-heading h2{font-size:3rem;line-height:.96;white-space:nowrap}.projects-section .section-heading>p{max-width:20rem;margin-top:1rem;font-size:1.125rem;line-height:1.38}.carousel-slide{min-height:520px;gap:1.5rem;padding:1.25rem .25rem 2rem}.carousel-project-copy h3{margin:.5rem 0 .85rem;font-size:2.625rem;line-height:.98}.carousel-project-copy>p{max-width:21rem;font-size:1.0625rem;line-height:1.42}.project-actions{margin-top:1.15rem}.project-actions a{min-height:40px;padding:.55rem .8rem;font-size:.72rem}.project-actions .project-case-link{padding:.55rem 0}.carousel-product-stage{margin-top:0}.carousel-arrow{top:1rem;bottom:auto;width:40px;height:40px}.carousel-previous{right:3.1rem;left:auto}.carousel-next{right:.15rem;left:auto}}.mobile-home-link,.nav-scrim{display:none}@media(max-width:820px){body.menu-open .site-header{top:var(--menu-scroll-y,0px)}.nav-scrim{position:fixed;inset:0;z-index:1;display:block;padding:0;border:0;background:#ffffffe0;opacity:0;visibility:hidden;pointer-events:none;touch-action:manipulation;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:opacity .32s ease,visibility .32s ease}body.menu-open .nav-scrim{opacity:1;visibility:visible;pointer-events:auto}body.menu-closing .nav-scrim{opacity:0;visibility:visible;pointer-events:auto}.site-nav{inset:0 0 auto;z-index:2;width:100%;height:clamp(25rem,52svh,32rem);padding:6.6rem 1.5rem 2.25rem;gap:.8rem;justify-content:flex-start;border-radius:0 0 28px 28px;background:#fcfcfbf5;box-shadow:0 22px 56px #16121c24;opacity:1;visibility:hidden;transform:translateY(-105%);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);transition:transform .38s cubic-bezier(.22,.61,.36,1),visibility .38s}.site-nav.is-open{visibility:visible;transform:translateY(0)}.site-nav a{font-size:clamp(1.45rem,6vw,1.75rem);line-height:1.05}.site-nav a:after{bottom:-.18rem;height:1px}.mobile-home-link{display:block}.site-header .masthead,.nav-toggle{z-index:3}}@media(max-width:767px){.project-index{color:#777;font-size:.64rem;letter-spacing:.12em}.carousel-project-copy h3{font-size:clamp(2.75rem,11.6vw,3rem)}.carousel-project-copy>p{max-width:19rem;color:#555;font-size:1.0625rem;line-height:1.5}.project-actions{display:flex;align-items:center;gap:.8rem 1.2rem}.project-actions>a:first-child{min-height:40px;padding:.6rem 1rem;background:#242127;font-weight:600}.project-actions .project-case-link{min-height:auto;padding:.45rem 0;color:#68646b;font-size:.68rem;font-weight:500}.carousel-arrow{top:1.15rem;width:34px;height:34px;border-color:#1616161a;color:#666;font-size:.9rem;opacity:.72}.carousel-arrow:disabled{opacity:.2}.carousel-previous{right:2.75rem}.carousel-next{right:.15rem}.carousel-slide{gap:1.15rem}.carousel-product-stage{width:calc(100% - 1rem);height:374px;border-radius:18px;transition:opacity .45s ease,transform .45s ease}.carousel-visual-frame.phone{width:250px;height:374px;border-radius:34px}.carousel-visual-frame.screen,.carousel-visual-frame.abstract{width:94%;height:300px}.carousel-slide[aria-hidden=true] .carousel-product-stage{opacity:.55;transform:translateY(8px)}.project-carousel-viewport{border-color:#0f0f0f0f}.carousel-footer{min-height:5rem;border-bottom:1px solid rgba(15,15,15,.06)}}@media(max-width:360px){.carousel-visual-frame.phone{width:226px;height:338px}.carousel-product-stage{height:338px}}@media(prefers-reduced-motion:reduce){.site-nav,.nav-scrim,.carousel-product-stage{transition:none!important}}html{scroll-padding-top:5rem}.carousel-dots button{min-width:24px;min-height:24px;background:radial-gradient(circle,#c9c6c3 0 4px,transparent 4.5px)}.carousel-dots button[aria-current]{width:28px;background:radial-gradient(ellipse,#6f5b92 0 9px,transparent 9.5px)}.work-with-me{background:#f2ecf7;border-top:1px solid var(--line)}.work-with-me-grid{display:grid;grid-template-columns:minmax(18rem,1fr) minmax(20rem,.8fr);gap:2rem 7vw;align-items:end}.work-with-me h2{max-width:10ch;margin:0;font:400 clamp(3.5rem,7vw,7.5rem)/.9 var(--serif);letter-spacing:-.04em}.work-with-me p{max-width:33rem;color:var(--muted);font:400 clamp(1.25rem,2vw,1.8rem)/1.35 var(--serif)}.services-list{display:flex;flex-wrap:wrap;gap:.65rem;align-self:center}.services-list span{padding:.65rem .9rem;border:1px solid rgba(21,21,21,.18);border-radius:999px;font-size:.72rem;font-weight:600;letter-spacing:.06em}.work-with-me .primary-link{width:max-content;grid-column:2}.contact-form{width:min(100%,38rem);flex:0 1 38rem}.contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form label{display:grid;gap:.45rem;color:#4e4952;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.contact-form input,.contact-form textarea{width:100%;min-height:48px;padding:.8rem 1rem;border:1px solid #88818d;border-radius:8px;background:#fff;color:var(--ink);font:400 1rem/1.5 var(--sans);letter-spacing:0;text-transform:none}.contact-form textarea{min-height:8rem;resize:vertical}.contact-form>label{margin-top:1rem}.contact-form input:focus,.contact-form textarea:focus{outline:3px solid rgba(104,75,165,.23);outline-offset:2px;border-color:#684ba5}.contact-form .contact-link{margin-top:1rem;cursor:pointer}.contact-form .contact-link:disabled{cursor:wait;opacity:.55}.contact-status{min-height:1.5rem;margin:.7rem 0 0;color:#772a3b;font-size:.88rem}.contact-fallback{margin:.5rem 0 0!important;color:#575260!important;font:400 .82rem/1.6 var(--sans)!important}.contact-fallback a{text-decoration:underline;text-underline-offset:.2em}.contact-honeypot{position:absolute!important;left:-9999px!important}footer nav{display:flex;flex-wrap:wrap;gap:.7rem 1.2rem}footer nav a{text-decoration:underline;text-decoration-color:transparent;text-underline-offset:.25em}footer nav a:hover,footer nav a:focus-visible{text-decoration-color:currentColor}@media(max-width:820px){.work-with-me-grid{display:block}.services-list{margin:2rem 0}.work-with-me .primary-link{display:inline-flex}.contact-form{margin-top:2.5rem}.contact-fields{grid-template-columns:1fr}footer nav{flex-direction:column}}@media(max-width:480px){.contact-form button{width:100%;justify-content:center}}@media(prefers-reduced-motion:no-preference){.accent-text{text-shadow:0 0 0 rgba(0,0,0,.01)}}@media(max-width:767px){.site-header{min-height:3.25rem;padding:.7rem 1.5rem}.site-header.is-scrolled{padding:.7rem 1.5rem}.projects-section{padding:calc(4.25rem + env(safe-area-inset-top,0px)) 1.5rem 3rem;scroll-margin-top:0}.projects-section .section-heading{display:block;margin:0 0 clamp(1.5rem,3.2dvh,1.9rem)}.projects-section .section-heading h2{color:#c77d8d;font-family:var(--sans);font-size:.7rem;font-weight:600;line-height:1.2;letter-spacing:.16em;text-transform:uppercase;white-space:normal}.projects-section .section-heading>p{max-width:19rem;margin:.7rem 0 0;color:#29272a;font-family:var(--serif);font-size:clamp(1.4rem,6.1vw,1.58rem);line-height:1.08;letter-spacing:-.015em}.project-carousel{width:100%;touch-action:pan-y;overscroll-behavior-x:contain}.project-carousel-viewport{overflow:hidden;border:0}.project-carousel-track{align-items:flex-start;transition:transform .28s cubic-bezier(.22,.61,.36,1)}.project-carousel-track.is-dragging{transition:none}.carousel-slide{display:flex;min-height:0;flex-direction:column;align-items:stretch;gap:clamp(.5rem,1.25dvh,.7rem);padding:0}.carousel-project-copy{min-height:0;padding:0}.project-index{display:none}.carousel-project-copy h3{margin:0 0 clamp(.62rem,1.5dvh,.8rem);padding-right:0;font-size:clamp(2.75rem,11.8vw,3rem);line-height:.94;letter-spacing:-.04em}.carousel-project-copy>p{max-width:20rem;color:#555157;font-size:clamp(.98rem,4.35vw,1.0625rem);line-height:1.34}.carousel-project-copy>.project-impact{max-width:20rem;margin-top:clamp(.35rem,.9dvh,.55rem);gap:.5rem;color:#777176;font-family:var(--sans);font-size:.77rem;line-height:1.35;letter-spacing:.015em}.project-impact span{font-size:.58rem}.project-actions{display:flex;margin-top:clamp(.9rem,2dvh,1.2rem);align-items:center;gap:.55rem 1rem;flex-wrap:nowrap}.project-actions a,.project-actions>a:first-child{min-height:44px;padding:.68rem 1rem;font-size:.7rem;line-height:1;white-space:nowrap}.project-actions .project-case-link{min-height:44px;padding:.68rem 0;border-bottom-color:#1515157a;color:#5d5960;font-size:.68rem}.carousel-product-stage{width:100%;max-width:none;height:clamp(20.5rem,101.5vw,27.3rem);margin:0;align-self:stretch;border-radius:17px;overflow:hidden;transition:opacity .28s ease,transform .28s ease}.carousel-visual-frame.phone{width:min(78.5%,295px);height:auto;aspect-ratio:.68;padding:7px;border-width:6px;border-radius:36px;transform:none}.carousel-visual-frame.phone:before{top:11px;width:68px;height:18px}.carousel-visual-frame.phone:after{content:"";position:absolute;z-index:4;bottom:10px;left:50%;width:62px;height:4px;border-radius:999px;background:#ffffffe6;box-shadow:0 0 0 1px #1414141f;transform:translate(-50%)}.carousel-visual-frame.phone img{border-radius:25px}.carousel-visual-frame.screen,.carousel-visual-frame.abstract{width:calc(100% - 1rem);height:calc(100% - 1rem);border-radius:14px}.carousel-slide[aria-hidden=true] .carousel-project-copy,.carousel-slide[aria-hidden=true] .carousel-product-stage{opacity:.35;transform:translate(6px)}.carousel-project-copy,.carousel-product-stage{opacity:1;transform:translate(0);transition:opacity .28s ease,transform .28s ease}.carousel-footer{display:flex;min-height:44px;margin-top:clamp(.65rem,1.6dvh,.9rem);padding:0;align-items:center;justify-content:center;gap:.9rem;border:0}.carousel-arrow{position:static;display:grid;width:44px;height:44px;flex:0 0 44px;margin:0;border:1px solid rgba(21,21,21,.14);background:#fff;color:#5d5960;font-size:.88rem;opacity:1;transform:none}.carousel-arrow:hover:not(:disabled),.carousel-arrow:focus-visible:not(:disabled){background:#f8f6f9;transform:none}.carousel-arrow:disabled{border-style:dashed;color:#aaa5aa;cursor:not-allowed;opacity:.32}.carousel-previous,.carousel-next{inset:auto}.carousel-dots{min-width:7.5rem;justify-content:center;gap:.48rem}.carousel-dots button{width:6px;height:6px;background:#d6d3d6}.carousel-dots button[aria-current]{width:18px;background:#7a668f}}@media(max-width:365px){.site-header,.site-header.is-scrolled{padding-left:1.25rem;padding-right:1.25rem}.projects-section{padding-right:1.25rem;padding-left:1.25rem}.project-actions{align-items:flex-start;flex-direction:column;gap:.1rem}.project-actions .project-case-link{min-height:40px}.carousel-product-stage{height:clamp(19.75rem,106vw,24rem)}.carousel-visual-frame.phone{width:min(75%,260px)}}@media(prefers-reduced-motion:reduce){.project-carousel-track,.carousel-project-copy,.carousel-product-stage{transition:none!important}}@media(max-width:767px){.site-header,.site-header.is-scrolled{min-height:0;padding:.5rem 1.5rem}.nav-toggle{padding:.35rem 0}.projects-section{min-height:0;padding-top:calc(3.65rem + env(safe-area-inset-top,0px))}.projects-section .section-heading{margin-bottom:clamp(1.25rem,2.6dvh,1.55rem)}.projects-section .section-heading h2{font-size:clamp(.75rem,3vw,.8125rem)}.projects-section .section-heading>p{max-width:18rem;margin-top:.6rem;font-size:clamp(1.0625rem,4.8vw,1.25rem);line-height:1.15}.carousel-slide{gap:clamp(1.125rem,2.5dvh,1.5rem)}.carousel-project-copy h3{margin-bottom:clamp(.55rem,1.25dvh,.7rem);font-size:clamp(2.375rem,10.4vw,2.75rem);line-height:.96}.carousel-project-copy>p{max-width:19rem;font-size:clamp(1.0625rem,4.6vw,1.18rem);line-height:1.32}.carousel-project-copy>.project-impact{margin-top:clamp(.35rem,.8dvh,.5rem);font-size:clamp(.875rem,3.8vw,1rem);line-height:1.3}.project-actions{margin-top:clamp(.75rem,1.7dvh,1rem);gap:.5rem .8rem}.project-actions a,.project-actions>a:first-child{min-height:44px;padding:.62rem .9rem;font-size:clamp(.8125rem,3.55vw,.9rem)}.project-actions .project-case-link{min-height:44px;padding:.62rem 0;font-size:clamp(.78rem,3.4vw,.875rem)}.carousel-product-stage{height:clamp(16rem,72vw,18rem);max-height:34svh}.carousel-visual-frame.phone{width:auto;max-width:72%;height:calc(100% - 8px);aspect-ratio:.68}.carousel-visual-frame.screen,.carousel-visual-frame.abstract{width:calc(100% - 1rem);height:calc(100% - 1rem)}.carousel-visual-frame.screen img{object-fit:contain;object-position:center;transform:none}.carousel-footer{margin-top:clamp(1rem,2.1dvh,1.25rem)}}@media(max-width:480px)and (max-height:780px){.site-header,.site-header.is-scrolled{padding-top:.4rem;padding-bottom:.4rem}.nav-toggle{padding:.25rem 0}.projects-section{padding-top:calc(3.35rem + env(safe-area-inset-top,0px))}.projects-section .section-heading{margin-bottom:1rem}.projects-section .section-heading>p{font-size:clamp(1.025rem,4.4vw,1.125rem)}.carousel-slide{gap:.9rem}.carousel-project-copy h3{font-size:clamp(2.25rem,9.8vw,2.55rem)}.carousel-project-copy>p{font-size:clamp(1rem,4.25vw,1.08rem)}.carousel-project-copy>.project-impact{font-size:clamp(.8125rem,3.5vw,.9rem)}.project-actions{margin-top:.65rem}.carousel-product-stage{height:clamp(14.5rem,62vw,16rem);max-height:31svh}.carousel-footer{margin-top:.8rem}}footer{min-height:36px;padding-top:.5rem;padding-bottom:.5rem;font-size:.65rem}footer .masthead{font-size:.72rem}@media(max-width:820px){footer{min-height:36px;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;padding-top:.5rem;padding-bottom:.5rem}footer>p:nth-child(2){display:none}}.site-header,.site-header.is-scrolled{position:fixed;padding-top:.55rem;padding-bottom:.55rem;background:#fffffff5;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header .masthead,.site-header.is-scrolled .masthead{font-size:1.05rem;letter-spacing:.13em}.site-nav{gap:clamp(.75rem,1.3vw,1.45rem);transform:none}.site-nav a{font-size:.72rem;letter-spacing:.1em}@media(max-width:820px){.site-header,.site-header.is-scrolled{padding-top:.6rem;padding-bottom:.6rem}.site-header .masthead,.site-header.is-scrolled .masthead{font-size:.9rem}.site-nav{gap:.8rem}.site-nav a{font-size:1.55rem;letter-spacing:0}}.intro-gate{display:none}html.has-intro{overflow:hidden}html.has-intro .intro-gate{position:fixed;inset:0;z-index:10000;display:block;overflow:hidden;pointer-events:auto}.intro-panel{position:absolute;top:0;width:50%;height:100%;overflow:hidden;background:#fff;will-change:transform}.intro-panel-left{left:0}.intro-panel-right{right:0}.intro-panel span{position:absolute;top:50%;font-family:var(--serif);font-size:clamp(2.4rem,4.2vw,4rem);font-weight:400;line-height:.92;letter-spacing:-.025em;white-space:nowrap;text-rendering:optimizeLegibility;transform:translateY(-50%)}.intro-panel-left span{right:.11em}.intro-panel-right span{left:.11em}html.has-intro .skip-link{visibility:hidden}html.has-intro .site-header,html.has-intro .hero-eyebrow,html.has-intro .hero h1 span,html.has-intro .hero-intro,html.has-intro .hero-copy>.text-link,html.has-intro .hero-visual,html.has-intro .hero-mobile-link{opacity:0;animation:none;transform:none}html.intro-running .intro-panel-left{animation:intro-door-left 1.3s .5s cubic-bezier(.7,0,.3,1) forwards}html.intro-running .intro-panel-right{animation:intro-door-right 1.3s .5s cubic-bezier(.7,0,.3,1) forwards}html.intro-running .site-header{animation:intro-soft-fade .5s 1.56s ease-out forwards}html.intro-running .hero-eyebrow{animation:intro-soft-fade .7s .92s ease-out forwards}html.intro-running .hero h1 span:nth-child(1){animation:intro-soft-fade .82s .86s ease-out forwards}html.intro-running .hero h1 span:nth-child(2){animation:intro-soft-fade .82s .96s ease-out forwards}html.intro-running .hero h1 span:nth-child(3){animation:intro-soft-fade .82s 1.06s ease-out forwards}html.intro-running .hero-visual{animation:intro-soft-fade .88s 1.02s ease-out forwards}html.intro-running .hero-intro{animation:intro-soft-fade .68s 1.24s ease-out forwards}html.intro-running .hero-copy>.text-link,html.intro-running .hero-mobile-link{animation:intro-soft-fade .62s 1.34s ease-out forwards}html.intro-complete .site-header,html.intro-complete .hero-eyebrow,html.intro-complete .hero h1 span,html.intro-complete .hero-intro,html.intro-complete .hero-copy>.text-link,html.intro-complete .hero-visual,html.intro-complete .hero-mobile-link{opacity:1;animation:none;transform:none}@keyframes intro-door-left{to{transform:translate3d(-100%,0,0)}}@keyframes intro-door-right{to{transform:translate3d(100%,0,0)}}@keyframes intro-soft-fade{0%{opacity:0}to{opacity:1}}@media(max-width:820px){.intro-panel span{font-size:clamp(2.05rem,10vw,2.65rem)}}@media(prefers-reduced-motion:reduce){.intro-gate{display:none!important}}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.6rem;opacity:0;animation:rise .6s .54s forwards}.primary-link{display:inline-flex;min-height:48px;align-items:center;gap:1.25rem;padding:.85rem 1.25rem;border-radius:999px;background:var(--ink);color:#fff;font-size:.73rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;transition:transform .2s ease-out,background .2s ease-out}.primary-link span{font-size:1rem;transition:transform .2s ease-out}.primary-link:hover,.primary-link:focus-visible{background:#2c292e;transform:translateY(-2px)}.primary-link:hover span,.primary-link:focus-visible span{transform:translate(3px)}.hero-mobile-link{display:none}.about-grid{align-items:start}.about-copy{max-width:38rem}.about-copy p{margin:0;color:var(--muted);font-size:1.05rem;line-height:1.75}.about-copy p+p{margin-top:1.35rem}.practice-grid{display:grid;grid-template-columns:repeat(2,1fr);margin-top:clamp(4rem,7vw,7rem);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.practice-grid article{min-height:16rem;padding:2rem clamp(1.25rem,2.5vw,2.5rem);border-right:1px solid var(--line)}.practice-grid article:first-child{padding-left:0}.practice-grid article:last-child{padding-right:0;border-right:0}.practice-grid span,.resource-number{color:#b66b78;font-size:.68rem;letter-spacing:.14em}.practice-grid h3{margin:3.5rem 0 .8rem;font-family:var(--serif);font-size:clamp(1.8rem,2.4vw,2.5rem);font-weight:400;line-height:1}.practice-grid p{max-width:24rem;margin:0;color:var(--muted);font-size:.9rem;line-height:1.65}.projects-section .section-heading>div{max-width:52rem}.projects-section .section-heading h2{max-width:13ch;font-size:clamp(3rem,4.6vw,5.3rem)}.projects-section .section-heading .eyebrow{margin-bottom:1.15rem;color:#8f3f50}.project-reasoning{display:grid;gap:.75rem;max-width:34rem;margin:0}.project-reasoning div{display:grid;grid-template-columns:4.75rem 1fr;gap:.75rem;padding-top:.75rem;border-top:1px solid rgba(21,21,21,.09)}.project-reasoning dt{color:#9a6070;font-size:.66rem;font-weight:600;letter-spacing:.11em;text-transform:uppercase}.project-reasoning dd{margin:0;color:#4f4f4b;font-size:.88rem;line-height:1.48}.resources-section{display:grid;grid-template-areas:"heading browse" "cards cards";grid-template-columns:minmax(0,1fr) auto;column-gap:3rem;row-gap:1.5rem;padding-top:clamp(2.75rem,3.2vw,3.25rem);padding-bottom:clamp(2.75rem,3.2vw,3.25rem);background:#fff}.resources-section .section-heading{display:flex;grid-area:heading;align-items:flex-start;flex-direction:column;margin:0}.resources-section .section-heading .eyebrow{margin:0 0 .7rem;color:#9a6070}.resources-section .section-heading h2{font-size:clamp(3.25rem,5vw,5.25rem)}.resources-section .resources-supporting-copy{max-width:36rem;margin:.85rem 0 0;color:var(--muted);line-height:1.6}.resources-section .resources-grid{grid-area:cards}.resources-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.resource-card{display:grid;min-width:0;min-height:20rem;grid-template-rows:auto 1fr auto;padding:1.4rem clamp(1.35rem,2.3vw,2.6rem) 1.6rem;border-right:1px solid var(--line);transition:background-color .2s ease-out}.resource-card:nth-child(3n+1){padding-left:0}.resource-card:nth-child(3n){padding-right:0;border-right:0}.resource-card:nth-child(n+4){border-top:1px solid var(--line)}.resource-card:hover,.resource-card:focus-within{background:#faf9f7}.resource-card>div{min-width:0;align-self:center}.resource-card .eyebrow{margin-bottom:.65rem;color:#9a6070}.resource-card h3{margin:0 0 .7rem;font-family:var(--serif);font-size:clamp(2.5rem,3.35vw,3.6rem);font-weight:400;line-height:.96;letter-spacing:-.035em}.resource-card h3 a{display:inline;background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;transition:background-size .2s ease-out}.resource-card h3 a:hover,.resource-card h3 a:focus-visible{background-size:100% 1px}.resource-card p:not(.eyebrow){max-width:28rem;margin:0;color:var(--muted);font-size:.94rem;line-height:1.58}.resource-card p.resource-card-fact{margin-top:.55rem;color:#4f4b53;font-size:.78rem;line-height:1.45}.resource-card>a{display:flex;min-height:44px;align-items:flex-end;justify-content:space-between;padding-top:.8rem;border-top:1px solid var(--line);font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.resource-card>a span,.resources-browse-link span{font-size:1rem;transition:transform .2s ease-out}.resource-card>a:hover span,.resource-card>a:focus-visible span,.resources-browse-link:hover span,.resources-browse-link:focus-visible span{transform:translate(3px)}.resource-card>.resource-card-footer{width:100%;align-self:end;padding-top:.8rem;border-top:1px solid var(--line)}.resource-card-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem .8rem}.resource-card-primary-action,.resource-card-secondary-action{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border-radius:999px;font-size:.69rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;cursor:pointer}.resource-card-primary-action{padding:.78rem 1rem;border:1px solid var(--ink);background:var(--ink);color:#fff;transition:background-color .2s,color .2s}.resource-card-primary-action:hover,.resource-card-primary-action:focus-visible{background:#332f35}.resource-card-secondary-action{padding:.7rem 0;border:0;border-radius:0;border-bottom:1px solid var(--line);background:transparent;color:var(--ink)}.resource-card p.resource-card-status{min-height:1.25rem;margin:.45rem 0 0;color:#5f5861;font-size:.72rem;line-height:1.35}.resources-browse-link{display:inline-flex;min-height:44px;grid-area:browse;align-self:end;align-items:flex-end;justify-self:end;gap:1rem;padding:.55rem 0 .15rem;border-bottom:1px solid var(--line);font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.resources-page-main{min-height:calc(100svh - 36px);background:#fff}.resources-library-section{padding:clamp(7rem,10vw,9rem) max(clamp(1.4rem,6.5vw,8rem),calc((100vw - 1280px)/2)) clamp(4rem,7vw,7rem)}.resources-library-heading{max-width:52rem;margin-bottom:clamp(2.5rem,5vw,4rem)}.resources-library-heading .eyebrow{margin:0 0 1rem;color:#9a6070}.resources-library-heading h1{margin:0;font-family:var(--serif);font-size:clamp(3.5rem,6vw,6.5rem);font-weight:400;line-height:.92;letter-spacing:-.035em}.resources-library-heading>p:last-child{max-width:36rem;margin:1.2rem 0 0;color:var(--muted);font-size:1rem;line-height:1.65}html.has-intro .hero-actions{opacity:0;animation:none;transform:none}html.intro-running .hero-actions{animation:intro-soft-fade .62s 1.34s ease-out forwards}html.intro-complete .hero-actions{opacity:1;animation:none;transform:none}@media(max-width:820px){.hero-copy>.hero-actions{display:none}.hero-mobile-link{display:flex;align-self:flex-start;margin-top:-1rem}.about-grid{grid-template-columns:1fr;gap:2rem}.about-copy p{font-size:1rem}.practice-grid{grid-template-columns:1fr;margin-top:3.5rem}.practice-grid article,.practice-grid article:first-child,.practice-grid article:last-child{min-height:0;padding:1.5rem 0;border-right:0;border-bottom:1px solid var(--line)}.practice-grid article:last-child{border-bottom:0}.practice-grid h3{margin:1.75rem 0 .65rem}.projects-section .section-heading{display:block}.projects-section .section-heading h2{max-width:12ch;color:var(--ink);font-family:var(--serif);font-size:clamp(2.7rem,11vw,3.6rem);font-weight:400;line-height:.96;letter-spacing:-.035em;text-transform:none}.projects-section .section-heading>p{max-width:32rem;margin-top:1.5rem;font-family:var(--sans);font-size:1rem;line-height:1.6}.project-reasoning{gap:.55rem}.project-reasoning div{grid-template-columns:4.2rem 1fr;gap:.55rem;padding-top:.55rem}.project-reasoning dd{font-size:.84rem;line-height:1.42}}@media(max-width:1100px)and (min-width:821px){.resources-section{column-gap:2rem}.resources-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-card,.resource-card:nth-child(3n),.resource-card:nth-child(3n+1){min-height:19rem;padding-right:clamp(1.6rem,3.5vw,2.5rem);padding-left:clamp(1.6rem,3.5vw,2.5rem);border-right:1px solid var(--line)}.resource-card:nth-child(odd){padding-left:0}.resource-card:nth-child(2n){padding-right:0;border-right:0}.resource-card:nth-child(n+3){border-top:1px solid var(--line)}.resource-card:last-child:nth-child(odd){grid-column:1/-1;padding-right:0;border-right:0}}@media(max-width:820px){.resources-section{display:block;padding-top:3.5rem;padding-bottom:3.5rem}.resources-section .section-heading{margin-bottom:1.5rem}.resources-section .section-heading h2{font-size:clamp(3.15rem,14vw,4.15rem)}.resources-section .resources-supporting-copy{max-width:30rem;margin-top:.9rem;font-size:.96rem;line-height:1.55}.resources-grid{grid-template-columns:minmax(0,1fr)}.resource-card,.resource-card:nth-child(3n),.resource-card:nth-child(3n+1),.resource-card:last-child:nth-child(odd){min-height:0;grid-column:auto;grid-template-rows:auto auto auto;row-gap:1.1rem;padding:1.35rem 0 1.55rem;border-top:0;border-right:0;border-bottom:1px solid var(--line)}.resource-card:last-child{border-bottom:0}.resource-card>div{align-self:auto}.resource-card .eyebrow{margin-bottom:.55rem}.resource-card h3{margin-bottom:.6rem;font-size:clamp(2.35rem,11vw,3rem)}.resource-card p:not(.eyebrow){font-size:.92rem;line-height:1.55}.resource-card p.resource-card-fact{font-size:.78rem;line-height:1.45}.resource-card>a{align-items:center;padding-top:.7rem}.resource-card>.resource-card-footer{padding-top:.75rem}.resource-card-actions{align-items:center}.resource-card-primary-action,.resource-card-secondary-action{min-height:46px}.resources-browse-link{min-height:46px;margin-top:1.1rem;align-items:center;justify-self:start;padding:.7rem 0 .35rem}.resources-library-section{padding-top:6.5rem;padding-bottom:4rem}.resources-library-heading{margin-bottom:2rem}.resources-library-heading h1{font-size:clamp(3.35rem,15vw,4.5rem)}}@media(prefers-reduced-motion:reduce){.hero-actions,.primary-link,.resource-card,.resource-card>a span,.resource-card h3 a,.resource-card-primary-action,.resources-browse-link span{animation:none!important;transition:none!important}}@media(max-width:820px){body.menu-open .site-header{top:0;height:100svh;align-items:flex-start;background:#fcfcfb}body.menu-open .nav-scrim{position:absolute}.site-header .masthead{display:inline-flex;min-height:44px;align-items:center;padding-right:.5rem}.nav-toggle{min-width:44px;min-height:44px}.nav-scrim{background:#fcfcfb;-webkit-backdrop-filter:none;backdrop-filter:none}.site-nav{height:clamp(28rem,58svh,34rem);padding:7rem 1.75rem 2.5rem;gap:1.2rem;background:#fcfcfb;box-shadow:0 1px 0 var(--line);-webkit-backdrop-filter:none;backdrop-filter:none}.site-nav a{padding:.2rem 0;font-size:clamp(1.55rem,6.5vw,1.9rem)}}.hero-actions{gap:1rem 1.8rem}.hero-actions .text-link{min-height:48px;align-items:center;padding:.75rem 0 .45rem}.portrait-wrap{left:50%;transform:translate(-50%)}.about-grid{grid-template-columns:minmax(0,1fr) minmax(25rem,.92fr);gap:clamp(4rem,7vw,8rem)}.about-copy{width:100%;max-width:44rem}@media(max-width:1100px)and (min-width:821px){.about-grid{grid-template-columns:minmax(0,1fr) minmax(22rem,1fr);gap:4rem}.about-copy{max-width:40rem}}@media(max-width:820px){.portrait-wrap{left:50%;width:76%;transform:translate(-50%)}.about-grid{grid-template-columns:1fr;gap:2.25rem}.about-copy{max-width:42rem}.hero-mobile-link{align-items:center;gap:.8rem 1.25rem}.hero-mobile-link .primary-link{min-height:46px;padding:.78rem 1.1rem}.hero-mobile-link .text-link{min-height:46px;padding:.7rem 0 .4rem}}@media(max-width:420px){.portrait-wrap{left:50%;width:82%}}.hero h1{line-height:.92}.hero h1 span+span{margin-top:.06em}.portrait-wrap{bottom:clamp(1.25rem,2.5vw,2rem);left:50%;width:min(48%,390px);height:auto;max-height:none;aspect-ratio:613/894;transform:translate(-50%)}.portrait-wrap img{width:100%;height:100%;object-fit:cover;object-position:50% 50%;transform:none}@media(max-width:1200px)and (min-width:821px){.portrait-wrap{width:min(58%,390px)}}@media(max-width:820px){.hero h1{line-height:.88}.portrait-wrap{bottom:1.25rem;left:50%;width:min(68%,330px);max-height:none;transform:translate(-50%)}}@media(max-width:420px){.portrait-wrap{width:68%}}@media(min-width:821px){.hero-visual{top:clamp(-5rem,calc(-13.75rem + 16vw),4.5rem)}}@media(min-width:821px){.hero{height:100svh;min-height:42rem;padding-top:6.5rem;padding-bottom:1.5rem;transform:none;margin-bottom:0}.hero-copy{padding-top:0;transform:none}.hero-eyebrow{margin-bottom:1.35rem}.hero h1{margin-bottom:1.65rem}.hero-intro{margin-bottom:1.5rem}.hero-intro strong{margin-bottom:1rem}}@media(min-width:821px)and (max-width:1100px){.hero{column-gap:3rem;padding-top:5.75rem}.hero h1{font-size:clamp(4rem,6.35vw,5.6rem)}.hero-intro span{font-size:.775rem;line-height:1.65}}.carousel-final-slide{place-items:center;background:#f6f2fa;text-align:center}.carousel-final-content{display:flex;max-width:42rem;flex-direction:column;align-items:center;padding:clamp(2rem,5vw,5rem)}.carousel-final-content .eyebrow{margin-bottom:1.25rem;color:#9a6070}.carousel-final-content h3{margin:0;font-family:var(--serif);font-size:clamp(3.25rem,5vw,5.75rem);font-weight:400;line-height:.92;letter-spacing:-.035em}.carousel-final-content>p:not(.eyebrow){max-width:32rem;margin:1.25rem 0 0;color:var(--muted);font-size:1.05rem;line-height:1.6}.carousel-final-actions{justify-content:center}.carousel-final-actions button{display:inline-flex;min-height:46px;align-items:center;gap:.7rem;padding:.75rem 0;border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--ink);font:500 .78rem/1 var(--sans);letter-spacing:.04em;cursor:pointer}@media(max-width:767px){.projects-section .section-heading{margin-bottom:1.35rem}.projects-section .section-heading .eyebrow{display:block;margin:0 0 .7rem;color:#b66b78;font:600 .72rem/1.2 var(--sans);letter-spacing:.16em;text-transform:uppercase}.projects-section .section-heading h2{max-width:17ch;margin:0;color:var(--ink);font-family:var(--serif);font-size:clamp(2.15rem,9.6vw,2.7rem);font-weight:400;line-height:.95;letter-spacing:-.035em;text-transform:none;white-space:normal}.carousel-slide:not(.carousel-final-slide){gap:1rem}.carousel-project-copy{display:grid;grid-template-rows:4rem 15.75rem auto}.carousel-project-copy h3{display:flex;min-height:4rem;align-items:flex-end;margin:0;padding:0 0 .7rem;font-size:clamp(1.9rem,8.6vw,2.35rem);line-height:.92;white-space:normal}.project-reasoning{display:grid;height:15.75rem;grid-template-rows:repeat(3,5.25rem);gap:0;width:100%;max-width:none}.project-reasoning div{height:5.25rem;grid-template-columns:4.5rem minmax(0,1fr);align-content:start;gap:.65rem;padding:.65rem 0 .45rem;overflow:hidden}.project-reasoning dt{font-size:.61rem;line-height:1.35}.project-reasoning dd{font-size:.75rem;line-height:1.35}.project-actions{min-height:44px;margin-top:.85rem}.project-actions .project-case-link{min-height:44px;padding:.65rem 0;border-bottom:1px solid rgba(21,21,21,.48);background:transparent;color:#5d5960;font-size:.8rem}.carousel-product-stage{height:clamp(14.5rem,62vw,17rem);max-height:none}.carousel-final-slide{display:grid;min-height:clamp(34rem,145vw,39rem);padding:0;border-radius:16px}.carousel-final-content{padding:2rem 1.35rem}.carousel-final-content .eyebrow{margin-bottom:1rem}.carousel-final-content h3{font-size:clamp(2.75rem,12vw,3.5rem)}.carousel-final-content>p:not(.eyebrow){max-width:18rem;margin-top:1rem;font-size:.95rem;line-height:1.5}.carousel-final-actions{min-height:0;flex-wrap:wrap;justify-content:center;margin-top:1.5rem;gap:.5rem 1.2rem}.carousel-final-actions a,.carousel-final-actions button{min-height:44px;font-size:.75rem}}@media(max-width:365px){.projects-section .section-heading h2{font-size:clamp(2rem,9.2vw,2.3rem)}.carousel-project-copy{grid-template-rows:3.7rem 16.5rem auto}.carousel-project-copy h3{min-height:3.7rem;font-size:clamp(1.75rem,8.3vw,2rem)}.project-reasoning{height:16.5rem;grid-template-rows:repeat(3,5.5rem)}.project-reasoning div{height:5.5rem;grid-template-columns:4rem minmax(0,1fr);gap:.5rem;padding-top:.55rem}.project-reasoning dd{font-size:.7rem;line-height:1.32}.project-actions{align-items:center;flex-direction:row}}@media(max-width:820px){.hero-copy{order:0}.hero-mobile-link{order:1;display:flex;margin-top:0}.hero-visual{order:2}}@media(max-width:820px){.hero{padding-top:6.5rem;gap:1.5rem;transform:none;margin-bottom:0}.hero-copy{transform:none}.hero-eyebrow{margin-bottom:1rem}.hero h1{font-size:clamp(3.35rem,16vw,5rem);margin-bottom:1.35rem}.hero-intro{margin-bottom:0}.hero-intro strong{margin-bottom:.8rem;font-size:1.15rem;line-height:1.35}.hero-intro span{font-size:.75rem;line-height:1.55}.hero-mobile-link{order:1;margin-top:0}.hero-visual{order:2}}@media(max-width:420px){.hero{padding-top:5.75rem}.hero h1{font-size:clamp(3.15rem,15.5vw,4rem)}}.resource-card-fable{display:block;padding-top:clamp(3rem,6vw,5rem);padding-bottom:clamp(3rem,6vw,5rem)}.fable-resource{max-width:none}.fable-resource>p:not(.eyebrow){max-width:42rem;margin:0;color:var(--muted);line-height:1.65}.fable-prompt-box{position:relative;margin-top:2rem;padding:clamp(1.25rem,3vw,2rem);border:1px solid rgba(21,21,21,.12);border-radius:18px;background:#faf9f7}.fable-prompt-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1.5rem}.fable-prompt-box button{display:inline-flex;min-height:46px;align-items:center;gap:1.2rem;margin-bottom:1.5rem;padding:.8rem 1.2rem;border:0;border-radius:999px;background:var(--ink);color:#fff;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:transform .2s ease-out}.fable-prompt-actions button{margin-bottom:0}.fable-prompt-box .fable-download{border:1px solid var(--ink);background:transparent;color:var(--ink)}.fable-prompt-box button:hover,.fable-prompt-box button:focus-visible{transform:translateY(-2px)}.fable-prompt-box button span{font-size:1rem}.fable-prompt-box pre{max-height:28rem;margin:0;padding:1.4rem;overflow:auto;border-top:1px solid var(--line);background:#fff;color:#29272a;font:400 .9rem/1.65 var(--sans);white-space:pre-wrap;overflow-wrap:anywhere}.copy-status{display:block;min-height:1.4rem;margin-top:.75rem;color:#5f5861;font-size:.78rem}.fable-explainer{max-width:48rem;margin-top:2rem}.fable-explainer h4{margin:0 0 .75rem;font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:400;line-height:1}.fable-explainer p{margin:0;color:var(--muted);line-height:1.7}@media(max-width:820px){.resource-card-fable{padding-top:3rem;padding-bottom:3rem}.fable-prompt-box{padding:1rem;border-radius:14px}.fable-prompt-box pre{max-height:24rem;padding:1rem;font-size:.84rem;line-height:1.6}.fable-prompt-box button{width:100%;justify-content:space-between}.fable-prompt-actions{display:grid;grid-template-columns:1fr}}.fable-page-main{min-height:calc(100svh - 36px);padding:clamp(5.5rem,7vw,6.75rem) max(clamp(1.4rem,7vw,7rem),calc((100vw - 1180px)/2)) clamp(3rem,5vw,5rem);background:#fff}.fable-back{display:inline-flex;align-items:center;gap:.7rem;margin-bottom:clamp(2rem,3.5vw,3rem);padding-bottom:.3rem;border-bottom:1px solid var(--line);font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.fable-page-hero{display:grid;grid-template-columns:minmax(18rem,.9fr) minmax(20rem,1.1fr);gap:clamp(2.5rem,6vw,6rem);align-items:end;padding-bottom:clamp(2rem,4vw,3rem);border-bottom:1px solid var(--line)}.fable-page-hero .eyebrow{grid-column:1/-1;margin-bottom:-1rem;color:#9a6070}.fable-page-hero h1{max-width:8ch;margin:0;font-family:var(--serif);font-size:clamp(3.75rem,6vw,6rem);font-weight:400;line-height:.9;letter-spacing:-.045em}.fable-page-hero>p:last-child{max-width:31rem;margin:0 0 .35rem;color:var(--muted);font-size:clamp(1rem,1.35vw,1.15rem);line-height:1.55}.fable-page-content{max-width:60rem;margin:clamp(2.25rem,4vw,3.5rem) auto 0}.fable-page-content .fable-prompt-box{margin-top:0}.fable-page-content .fable-prompt-box{padding:clamp(1rem,2vw,1.5rem)}.fable-page-content .fable-prompt-box pre{max-height:22rem;padding:1.1rem;font-size:.84rem;line-height:1.55}.fable-page-content .fable-explainer{margin-top:clamp(2rem,3vw,2.75rem)}.fable-page-content .fable-explainer h2{margin:0 0 .65rem;font-family:var(--serif);font-size:clamp(1.8rem,2.5vw,2.5rem);font-weight:400;line-height:1}@media(max-width:820px){.fable-page-main{padding-top:5rem;padding-bottom:3rem}.fable-back{margin-bottom:1.75rem}.fable-page-hero{grid-template-columns:1fr;gap:1.15rem;padding-bottom:2rem}.fable-page-hero .eyebrow{grid-column:auto;margin-bottom:0}.fable-page-hero h1{font-size:clamp(3.35rem,15vw,4.5rem)}.fable-page-content{margin-top:2rem}}.watch-page-main{max-width:none}.watch-page-hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(28rem,1.08fr);gap:clamp(3rem,7vw,7rem);align-items:center;padding-bottom:clamp(3.25rem,6vw,5.5rem);border-bottom:1px solid var(--line)}.watch-hero-copy .eyebrow,.watch-setup-box .eyebrow,.watch-section>.eyebrow{margin:0 0 .9rem;color:#9a6070}.watch-hero-copy h1{max-width:8ch;margin:0;font-family:var(--serif);font-size:clamp(4.1rem,6.3vw,6.8rem);font-weight:400;line-height:.88;letter-spacing:-.045em}.watch-lead{max-width:36rem;margin:clamp(1.5rem,2.5vw,2.2rem) 0 0;color:#3f3e3a;font-size:clamp(1.05rem,1.45vw,1.25rem);line-height:1.55}.watch-product-facts{max-width:34rem;margin-top:1.5rem;padding-top:1.15rem;border-top:1px solid var(--line)}.watch-product-facts p{margin:0;color:#5b575d;font-size:.86rem;line-height:1.55}.watch-product-facts p+p{margin-top:.45rem}.watch-setup-box{padding:clamp(1.35rem,3vw,2.25rem);border:1px solid rgba(21,21,21,.12);border-radius:18px;background:#faf9f7}.watch-setup-box h2{margin:0;font-family:var(--serif);font-size:clamp(2.15rem,3.2vw,3.1rem);font-weight:400;line-height:1;letter-spacing:-.025em}.watch-setup-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin:1.4rem 0}.watch-primary-action,.watch-secondary-action{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:1.25rem;padding:.82rem 1.2rem;border-radius:999px;font-size:.72rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;cursor:pointer}.watch-primary-action{border:1px solid var(--ink);background:var(--ink);color:#fff;transition:background-color .2s,transform .2s ease-out}.watch-secondary-action{border:1px solid var(--ink);background:transparent;color:var(--ink);transition:background-color .2s,transform .2s ease-out}.watch-primary-action:hover,.watch-primary-action:focus-visible,.watch-secondary-action:hover,.watch-secondary-action:focus-visible{transform:translateY(-2px)}.watch-primary-action:hover,.watch-primary-action:focus-visible{background:#332f35}.watch-secondary-action:hover,.watch-secondary-action:focus-visible{background:#fff}.watch-setup-box pre{max-height:none;margin:0;padding:1.15rem;border:1px solid var(--line);border-radius:10px;background:#fff;color:#29272a;font:400 .84rem/1.62 var(--sans);white-space:pre-wrap;overflow-wrap:anywhere}.watch-copy-status{min-height:1.35rem;margin:.65rem 0 0;color:#5f5861;font-size:.76rem;line-height:1.4}.watch-section{max-width:62rem;margin:0 auto;padding:clamp(3.5rem,6vw,5.75rem) 0;border-bottom:1px solid var(--line)}.watch-section:last-child{border-bottom:0}.watch-section h2{margin:0 0 clamp(2rem,4vw,3rem);font-family:var(--serif);font-size:clamp(2.8rem,4.8vw,4.75rem);font-weight:400;line-height:.94;letter-spacing:-.035em}.watch-steps{display:grid;margin:0;padding:0;border-top:1px solid var(--line);list-style:none}.watch-steps li{display:grid;grid-template-columns:3.5rem minmax(0,1fr);gap:1rem;align-items:center;padding:1.15rem 0;border-bottom:1px solid var(--line)}.watch-steps span{color:#9a6070;font-size:.68rem;letter-spacing:.14em}.watch-steps p{margin:0;color:#3f3e3a;font-size:1rem;line-height:1.5}.watch-command{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-top:2.25rem;padding:1.25rem 1.4rem;border-radius:14px;background:#f6f3fb}.watch-command>span{color:#5f5861;font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.watch-command code{font:500 clamp(1rem,1.8vw,1.2rem)/1.3 var(--sans);white-space:nowrap}.watch-sites-section{max-width:62rem}.watch-supported-sites{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);list-style:none}.watch-supported-sites li{padding:1.4rem 1rem;border-right:1px solid var(--line);font-family:var(--serif);font-size:clamp(1.65rem,2.3vw,2.2rem);line-height:1;text-align:center}.watch-supported-sites li:last-child{border-right:0}.watch-faq{border-top:1px solid var(--line)}.watch-faq details{border-bottom:1px solid var(--line)}.watch-faq summary{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;font-size:1rem;font-weight:500;cursor:pointer;list-style:none}.watch-faq summary::-webkit-details-marker{display:none}.watch-faq summary:after{content:"+";flex:none;color:#9a6070;font-family:var(--serif);font-size:1.7rem;font-weight:400;line-height:1}.watch-faq details[open] summary:after{content:"−"}.watch-faq details p{max-width:48rem;margin:0;padding:0 3rem 1.35rem 0;color:var(--muted);line-height:1.65}@media(max-width:900px){.watch-page-hero{grid-template-columns:1fr;gap:2.5rem;align-items:start}.watch-hero-copy h1{max-width:10ch}}@media(max-width:820px){.watch-page-hero{gap:2rem;padding-bottom:3.5rem}.watch-hero-copy h1{font-size:clamp(3.45rem,15vw,4.6rem)}.watch-lead{font-size:1rem}.watch-setup-box{padding:1rem;border-radius:14px}.watch-setup-actions{display:grid;grid-template-columns:1fr}.watch-primary-action,.watch-secondary-action{width:100%;min-height:48px;justify-content:space-between}.watch-setup-box pre{padding:1rem;font-size:.8rem;line-height:1.58}.watch-section{padding:3.5rem 0}.watch-section h2{font-size:clamp(2.7rem,12vw,3.7rem)}.watch-command{align-items:flex-start;flex-direction:column;gap:.65rem;padding:1.15rem}.watch-command code{max-width:100%;font-size:.95rem;white-space:normal;overflow-wrap:anywhere}.watch-supported-sites{grid-template-columns:1fr 1fr}.watch-supported-sites li:nth-child(2){border-right:0}.watch-supported-sites li:nth-child(-n+2){border-bottom:1px solid var(--line)}.watch-faq details p{padding-right:0}}@media(max-width:380px){.watch-steps li{grid-template-columns:2.5rem minmax(0,1fr)}.watch-supported-sites{grid-template-columns:1fr}.watch-supported-sites li,.watch-supported-sites li:nth-child(2){border-right:0;border-bottom:1px solid var(--line)}.watch-supported-sites li:last-child{border-bottom:0}}@media(prefers-reduced-motion:reduce){.watch-primary-action,.watch-secondary-action{transition:none!important;transform:none!important}.resource-card>a span,.resources-browse-link span{transform:none!important}}@media(min-width:851px){.projects-section{padding-top:4rem;padding-bottom:4rem}.projects-section .section-heading{display:grid;grid-template-columns:minmax(24rem,1fr) minmax(22rem,.85fr);gap:clamp(3rem,7vw,7rem);align-items:end;margin-bottom:2rem}.projects-section .section-heading>div{max-width:44rem}.projects-section .section-heading h2{max-width:13ch;font-size:clamp(2.9rem,3.6vw,4.35rem);line-height:.96}.projects-section .section-heading>p{max-width:38rem;margin-bottom:.35rem;font-size:.95rem;line-height:1.6}.projects-section .section-heading .eyebrow{margin-bottom:.8rem}.carousel-slide{min-height:480px;gap:clamp(2.5rem,4vw,4rem);padding:2.5rem clamp(3rem,5vw,4.5rem)}.carousel-project-copy h3{margin:1.5rem 0 .9rem;font-size:clamp(2.7rem,3.6vw,4rem)}.project-reasoning{gap:.55rem}.project-reasoning div{padding-top:.55rem}.carousel-product-stage{height:380px}.carousel-visual-frame.screen{width:min(100%,620px);height:min(350px,92%)}.carousel-visual-frame.screen img{object-fit:contain;object-position:center;transform:none;background:#fff}.carousel-footer{min-height:3.75rem}.carousel-dots{position:absolute;z-index:5;top:5.8rem;left:calc(38% - 2rem);right:auto;padding:.55rem .7rem;border:1px solid var(--line);border-radius:999px;background:#fff;transform:translate(-100%)}}@media(min-width:851px)and (max-height:760px){.projects-section{padding-top:2.5rem;padding-bottom:2.75rem}.projects-section .section-heading{margin-bottom:1.25rem}.projects-section .section-heading h2{font-size:clamp(2.5rem,3.1vw,3.35rem)}.projects-section .section-heading>p{font-size:.85rem;line-height:1.45}.carousel-slide{min-height:clamp(340px,calc(100svh - 300px),430px);gap:2.5rem;padding:1.25rem 3rem}.carousel-project-copy h3{margin:.55rem 0 .6rem;font-size:clamp(2.35rem,3vw,3.15rem)}.project-reasoning{gap:.35rem}.project-reasoning div{gap:.6rem;padding-top:.35rem}.project-reasoning dd{font-size:.78rem;line-height:1.3}.project-actions{margin-top:.8rem}.project-actions a{min-height:40px;padding:.55rem 1rem;font-size:.72rem}.project-actions .project-case-link{padding:.45rem 0}.carousel-product-stage{height:clamp(260px,calc(100svh - 370px),330px)}.carousel-visual-frame.screen{height:min(300px,92%)}.carousel-footer{min-height:2.25rem}.carousel-dots{top:4.55rem;left:calc(38% - 1.5rem);right:auto}}.carousel-final-slide{grid-template-columns:minmax(0,1fr);align-content:center;justify-items:center}.carousel-final-content{width:100%;margin-inline:auto;text-align:center}@media(min-width:851px){.projects-section{display:flex;height:clamp(42rem,calc(100svh - 2.875rem),58rem);min-height:0;scroll-margin-top:2.875rem;flex-direction:column;padding-top:clamp(1.5rem,4svh,2.5rem);padding-bottom:clamp(1.25rem,2.5svh,2rem)}.projects-section .section-heading{display:block;flex:none;margin:0 0 clamp(.9rem,1.8svh,1.4rem)}.projects-section .section-heading>div{display:flex;max-width:none;align-items:baseline;gap:.4rem 1.5rem;flex-wrap:wrap}.projects-section .section-heading .eyebrow{flex:none;margin:0}.projects-section .section-heading h2{max-width:none;font-size:clamp(1.7rem,2.25vw,2.65rem);line-height:1.05}.project-carousel{display:grid;width:100%;min-height:0;flex:1;grid-template-rows:minmax(0,1fr) auto}.project-carousel-viewport,.project-carousel-track{height:100%;min-height:0}.carousel-slide{height:100%;min-height:0;grid-template-columns:minmax(17rem,34%) minmax(0,1fr);gap:clamp(2.5rem,4vw,4.5rem);padding:clamp(1.5rem,3svh,2.5rem) clamp(2.5rem,4vw,4.5rem)}.carousel-slide.carousel-final-slide{grid-template-columns:minmax(0,1fr)}.carousel-project-copy h3{margin:clamp(.65rem,1.5svh,1.25rem) 0 .75rem;font-size:clamp(2.4rem,3.3vw,3.75rem)}.carousel-product-stage{max-width:720px;height:clamp(19rem,46svh,27rem)}.carousel-visual-frame.screen{width:min(100%,670px);height:min(25rem,92%)}.carousel-footer{min-height:clamp(2.75rem,6svh,3.75rem)}.carousel-dots{position:static;padding:0;border:0;background:transparent;transform:none}.carousel-final-content{max-width:46rem;padding:clamp(2rem,5vw,4.5rem)}}@media(min-width:851px)and (max-height:760px){.projects-section{height:calc(100svh - 2.875rem);padding-top:1.25rem;padding-bottom:1.25rem}.projects-section .section-heading{margin-bottom:.75rem}.projects-section .section-heading h2{font-size:clamp(1.55rem,2vw,2.1rem)}.carousel-slide{padding:1.15rem 2.75rem}.carousel-project-copy h3{margin:.45rem 0 .55rem;font-size:clamp(2.15rem,2.8vw,2.85rem)}.carousel-product-stage{height:clamp(15rem,40svh,19rem)}.carousel-footer{min-height:2.5rem}}@media(max-width:767px){.projects-section{display:flex;height:calc(100svh - 4rem);min-height:31.5rem;overflow:hidden;scroll-margin-top:4rem;flex-direction:column;padding:calc(.75rem + env(safe-area-inset-top,0px)) 1.1rem .6rem}.projects-section .section-heading{flex:none;margin:0 0 .55rem}.projects-section .section-heading>div{max-width:none}.projects-section .section-heading .eyebrow{margin:0 0 .3rem;font-size:.62rem}.projects-section .section-heading h2{max-width:30ch;font-size:clamp(1.08rem,4.8vw,1.3rem);line-height:1.05}.project-carousel{display:grid;width:100%;min-height:0;flex:1;grid-template-rows:minmax(0,1fr) 2.75rem}.project-carousel-viewport,.project-carousel-track{height:100%;min-height:0}.carousel-slide{height:100%;min-height:0;padding:0}.carousel-slide:not(.carousel-final-slide){display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(6rem,min(38svh,20rem));align-content:space-between;gap:.5rem}.carousel-project-copy{display:grid;min-height:0;grid-template-rows:auto auto auto}.carousel-project-copy h3{display:block;min-height:0;margin:0 0 .35rem;padding:0;font-size:clamp(1.8rem,8.2vw,2.2rem);line-height:.94}.project-reasoning{display:grid;width:100%;height:auto;grid-template-rows:none;gap:0}.project-reasoning div{height:auto;min-height:0;grid-template-columns:4rem minmax(0,1fr);gap:.45rem;padding:.32rem 0;border-top:1px solid rgba(21,21,21,.09);overflow:visible}.project-reasoning dt{font-size:.56rem;line-height:1.25}.project-reasoning dd{font-size:clamp(.67rem,2.8vw,.77rem);line-height:1.25}.project-actions{min-height:40px;margin-top:.35rem}.project-actions .project-case-link{min-height:40px;padding:.48rem 0;font-size:.72rem}.project-actions>a.project-case-link:first-child{border-radius:0;background:transparent;color:#5d5960}.carousel-product-stage{width:100%;height:100%;min-height:0;max-height:none;margin:0;border-radius:13px}.carousel-visual-frame.screen,.carousel-visual-frame.abstract{width:calc(100% - .6rem);height:calc(100% - .6rem);border-radius:11px}.carousel-footer{min-height:2.75rem;margin:0;gap:.65rem}.carousel-arrow{width:40px;height:40px;flex-basis:40px}.carousel-dots{min-width:6.25rem}.carousel-final-slide{display:grid;height:100%;min-height:0;padding:0;border-radius:13px}.carousel-final-content{max-width:24rem;padding:1.25rem}.carousel-final-content .eyebrow{margin-bottom:.65rem}.carousel-final-content h3{font-size:clamp(2.5rem,11.5vw,3.35rem)}.carousel-final-content>p:not(.eyebrow){margin-top:.7rem;font-size:.88rem;line-height:1.4}.carousel-final-actions{min-height:0;margin-top:1rem}}@media(max-width:480px)and (max-height:650px){.projects-section{padding-top:calc(.5rem + env(safe-area-inset-top,0px));padding-bottom:.35rem}.projects-section .section-heading{margin-bottom:.35rem}.projects-section .section-heading .eyebrow{margin-bottom:.15rem;font-size:.56rem}.projects-section .section-heading h2{font-size:clamp(.98rem,4.3vw,1.12rem)}.project-carousel{grid-template-rows:minmax(0,1fr) 2.5rem}.carousel-slide:not(.carousel-final-slide){grid-template-rows:auto minmax(5rem,23svh);gap:.35rem}.carousel-project-copy h3{margin-bottom:.2rem;font-size:clamp(1.55rem,7.5vw,1.85rem)}.project-reasoning div{grid-template-columns:3.6rem minmax(0,1fr);padding:.22rem 0}.project-reasoning dt{font-size:.51rem}.project-reasoning dd{font-size:clamp(.61rem,2.6vw,.69rem);line-height:1.2}.project-actions{min-height:36px;margin-top:.15rem}.project-actions .project-case-link{min-height:36px;padding:.35rem 0;font-size:.66rem}.carousel-footer{min-height:2.5rem}.carousel-arrow{width:36px;height:36px;flex-basis:36px}.carousel-final-content{padding:1rem}.carousel-final-content h3{font-size:clamp(2.2rem,10.5vw,2.8rem)}.carousel-final-actions{margin-top:.65rem}}
