*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Urbanist,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f2f0ef;color:#372a2a}.container{padding-top:10vh;padding-bottom:10vh;padding-inline:clamp(24px,6vw,15vh)}@media(max-width:1060px){.container{padding-top:9vh;padding-bottom:9vh;padding-inline:50px}}@media(max-width:640px){.container{min-height:87vh;padding-top:5vh;padding-bottom:10vh}}h1{font-size:52px;line-height:1.15;font-weight:400}h2{font-size:46px;line-height:1.15;font-weight:400}h3{font-size:28px;line-height:1.2;font-weight:400;color:#6d6565}p{font-size:16px;line-height:1.6;font-weight:300;color:#6d6565}p strong{font-weight:500;color:#372a2a}@keyframes spin-cw{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin-ccw{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(70px)}to{opacity:1;transform:translateY(0)}}.nav{width:100%;padding-top:5vh;position:relative;z-index:50}.nav-inner{display:flex;justify-content:center;align-items:center;gap:72px}.nav-links-desktop{display:flex;justify-content:center;gap:72px}.nav-link{text-decoration:none;color:#372a2a;font-size:14px;font-weight:200}.nav-link.active{font-weight:500}.nav-burger{display:none;position:absolute;left:24px;top:0;transform:translateY(2px);background:transparent;border:0;padding:24px 0;cursor:pointer}.nav-burger span{display:block;width:22px;height:2px;background:#372a2a;margin:6px 0;border-radius:2px}.nav-overlay{position:fixed;inset:0;background:#00000047;opacity:0;pointer-events:none;transition:opacity .22s ease;z-index:60}.nav-overlay.is-open{opacity:1;pointer-events:auto}.nav-drawer{position:fixed;top:0;left:0;height:100vh;width:78vw;max-width:320px;background:#f2f0ef;transform:translate(-100%);transition:transform .26s ease;z-index:70;padding:18px;box-shadow:12px 0 30px #00000014}.nav-drawer.is-open{transform:translate(0)}.nav-drawer-header{display:flex;justify-content:flex-end;padding-bottom:10px}.nav-close{background:transparent;border:0;font-size:28px;line-height:1;cursor:pointer;color:#372a2a;padding:6px 10px}.nav-drawer-links{display:flex;flex-direction:column;gap:18px;padding-top:18px}.nav-drawer-links .nav-link{font-size:14px;font-weight:300}@media(max-width:640px){.nav{padding-top:24px}.nav-links-desktop{display:none}.nav-inner{justify-content:flex-start}.nav-burger{display:block}}.footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #D0C7C2;padding:40px 15vh 60px;gap:16px}.footer p{margin:0;font-size:14px;font-weight:300;color:#6d6565}@media(max-width:1024px){.footer{padding:32px 50px 48px}}@media(max-width:640px){.footer{flex-direction:column;align-items:flex-start;padding:24px 24px 36px;gap:8px}.footer p{font-size:13px}}.hero{min-height:80vh;display:flex;align-items:center}.hero-content{display:flex;flex-direction:column;position:relative;z-index:1}.hero--flowers{position:relative;overflow:hidden}.hero-flowers{position:absolute;inset:0;z-index:0;pointer-events:auto}.hero-content{position:relative;z-index:1}.flower{position:absolute;display:block;-webkit-user-select:none;user-select:none;transform-origin:center center;will-change:transform;cursor:default;transition:filter .2s ease,opacity .2s ease}.flower:hover{filter:saturate(1.06)}.flower--large{width:clamp(260px,38vw,520px);right:-6vw;top:0vh}.flower--med{width:clamp(200px,26vw,380px);right:25vw;bottom:-16vh;opacity:.95}.flower--small{width:clamp(110px,14vw,180px);right:6vw;bottom:-12vh;opacity:.95}.spin-cw{animation:spin-cw 60s linear infinite}.spin-ccw{animation:spin-ccw 45s linear infinite}.flower.is-pausing{transform:rotate(var(--freeze-angle, 0deg));transition:transform .26s ease-out,filter .2s ease}.flower.is-paused{animation-play-state:paused}.hero-kicker{margin-bottom:30px}.hero-cta{margin-top:90px}@media(max-width:1024px){.container{padding-inline:50px;padding-top:9vh;padding-bottom:9vh}h1{font-size:46px}.hero-cta{margin-top:70px}.flower--large{right:-8vw;top:4vh}.flower--med{right:15vw;bottom:-5vh}.flower--small{right:-5vw;bottom:-4vh}}@media(max-width:640px){.hero{align-items:flex-start;min-height:90vh}.container{padding-inline:24px;padding-top:90px;padding-bottom:60px}.hero-kicker{margin-bottom:15px}h1{font-size:36px;line-height:1.12}p{font-size:14px}.cta-button{padding:10px 22px;font-size:16px;border-radius:14px}.hero-cta{margin-top:60px}.flower--large{width:clamp(220px,70vw,340px);right:-18vw;top:35vh}.flower--med{width:clamp(160px,48vw,240px);left:4vw;right:auto;bottom:10vh}.flower--small{width:clamp(100px,30vw,150px);right:6vw;bottom:4vh}}.projects-kicker{margin-bottom:30px}.projects-title{margin-bottom:80px}.projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;align-items:stretch}.project-card{background:#f2f0ef;border:1px solid #D0C7C2;border-radius:36px;padding:38px;display:grid;grid-template-columns:1.2fr 1fr;gap:32px;min-height:360px;overflow:hidden}.project-card--wide{grid-column:1 / -1;padding:76px}.project-card--wide .project-meta{position:relative;z-index:2;justify-content:flex-end;align-items:flex-end}.project-media{display:flex;align-items:center;justify-content:center}.project-media img{width:100%;max-width:520px;height:auto;border-radius:18px;display:block}.project-meta{display:flex;flex-direction:column;justify-content:center;gap:10px}.project-title{font-size:46px;line-height:1.05;font-weight:400;color:#372a2a}.project-subtitle{font-size:22px;line-height:1.3;font-weight:300;color:#6d6565}.project-tags{margin-top:10px;font-size:16px;letter-spacing:.02em;font-weight:400;color:#372a2a;opacity:.85}.project-card--row{grid-column:1 / -1;display:grid;grid-template-columns:3fr 4fr;gap:28px;padding:0;background:transparent}.project-card--inner{background:#f2f0ef;border:1px solid #D0C7C2;border-radius:36px;padding:38px;min-height:360px;overflow:hidden}.project-card--inner img{max-width:400px}.project-card--plotd{position:relative;display:block;padding:60px;min-height:560px;overflow:hidden}.project-card--plotd .project-meta{position:relative;z-index:2;justify-content:flex-start;align-items:flex-start}.project-card--plotd .project-media{position:absolute;right:50px;bottom:-100px;z-index:1}.project-card--plotd .project-media img{height:500px;width:auto;object-fit:contain;display:block}.project-card--qux{display:flex;flex-direction:column;gap:22px;justify-content:space-between}.project-card img{transition:transform .35s ease,filter .35s ease}.project-card:hover img{transform:scale(1.06);filter:saturate(1.05)}.project-card img,.project-card--inner img{transition:transform .35s ease,filter .35s ease}.project-card:hover img,.project-card--inner:hover img{transform:scale(1.06);filter:saturate(1.05)}.project-media{position:relative;z-index:1}.project-media .project-flower{position:absolute;z-index:0;pointer-events:none;opacity:.9;width:260px;height:auto;right:-40px;top:-30px}.project-media>img:not(.project-flower){position:relative;z-index:1}.project-card--plotd .project-flower{width:200px;right:-150px;top:100px}.project-card--inner.project-card--qux .project-flower{width:300px;right:-70px;top:-70px}.project-card--wide .project-flower{width:600px;left:-100px;top:0}.project-card--wide .project-meta .project-title,.project-card--wide .project-meta .project-tags{text-align:end}@media(max-width:1185px){.project-card--plotd .project-media img{height:450px;width:auto;object-fit:contain;display:block}}@media(max-width:768px){:root{--project-card-mobile-height: clamp(520px, 72vh, 620px)}.project-page{min-height:87vh;padding-top:7vh;padding-bottom:10vh}.projects-grid{display:block}.project-card--row{display:flex;flex-direction:column;gap:18px}.project-card,.project-card--inner,.project-card--plotd,.project-card--wide{width:100%;height:470px;min-height:0;padding:28px;border-radius:30px;overflow:hidden;background:#f2f0ef;border:1px solid #D0C7C2}.project-card--wide{grid-column:auto;justify-content:space-between}.project-card--plotd{position:relative;display:flex;flex-direction:column;justify-content:space-between}.project-card--plotd .project-media{position:static;margin-top:18px;justify-content:center}.project-card--plotd .project-media img{width:100%;max-width:200px;height:auto}.project-card--inner{display:flex;flex-direction:column;justify-content:space-between}.project-card--qux{gap:16px}.project-card{grid-template-columns:1fr;gap:18px}.project-media img{width:100%;max-width:340px;height:auto}.project-title{font-size:34px}.project-subtitle{font-size:18px}.project-tags{font-size:16px}.project-flower{opacity:.6;right:-60px;top:-40px;width:200px}.project-card--wide .project-flower{left:-80px;top:-120px;width:320px}.project-card--plotd .project-flower{right:-20px;top:100px;width:180px}}.projects-grid{margin:0;padding:0}.projects-kicker{margin-bottom:16px}.projects-title{margin-bottom:40px}@media(max-width:1024px){.projects-title{margin-bottom:32px}}@media(max-width:768px){.projects-kicker{margin-bottom:12px}.projects-title{margin-bottom:26px}}.about-intro{margin-bottom:120px}.about-kicker{margin-bottom:24px}.about-title span{display:block}.about-title--muted{color:#6d6565}.about-subhead{margin-top:40px;max-width:760px}.about-story{display:flex;flex-direction:column;gap:10px}.about-section-label{margin-bottom:10px}.about-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:start}.about-row--images{grid-template-columns:1fr 1fr}.about-text{display:flex;flex-direction:column;gap:14px}.about-image{border-radius:16px;width:100%;object-fit:cover}.about-image.large{max-width:280px}.about-image.medium{max-width:240px}.about-image-grid{display:flex;gap:20px}.about-image-grid img{width:160px;border-radius:16px}.about-skills{margin-top:160px}.skills-list{display:grid;grid-template-columns:1fr;gap:32px}.skills-list h3{margin-bottom:6px}.about-story-grid{display:grid;grid-template-columns:180px 1fr;gap:80px;align-items:start}.about-story-label{font-size:16px;color:#372a2a}.about-story-content{display:flex;flex-direction:column;gap:40px}.about-row{display:grid;grid-template-columns:1.4fr 1fr;gap:80px;align-items:start}.about-photo-block{margin-bottom:70px}.about-photo-block--top{margin-top:-40px}.about-photo-card{margin:0;border-radius:22px;overflow:hidden;border:1px solid #D0C7C2;background:#f2f0ef}.about-photo-card img{width:100%;height:100%;display:block;object-fit:cover}.about-photo-block--top .about-photo-card{max-width:520px;aspect-ratio:4 / 5}.about-inline-photos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:8px 0 10px}.about-photo-card--inline{aspect-ratio:4 / 5}.about-photo-card--wide{width:100%;aspect-ratio:16 / 9}.about-photo-block--top,.about-photo-block--bottom{display:flex;justify-content:center}.about-photo-hover{position:relative;cursor:default}.about-photo-tooltip{position:absolute;left:12px;right:12px;bottom:12px;padding:10px 12px;border-radius:14px;font-size:16px;line-height:1.35;color:#372a2a;background:#f2f0efeb;border:1px solid rgba(208,199,194,.9);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;transform:translateY(6px);transition:opacity .18s ease,transform .18s ease;pointer-events:none}.about-photo-hover:hover .about-photo-tooltip,.about-photo-hover:focus-within .about-photo-tooltip,.about-photo-hover.is-open .about-photo-tooltip{opacity:1;transform:translateY(0)}.about-photo-hover.is-open img{filter:brightness(.92)}.about-photo-hover img{transition:filter .18s ease,transform .18s ease}.about-photo-hover:hover img,.about-photo-hover:focus-within img{filter:brightness(.92)}.about-photo-hover:hover .about-photo-tooltip,.about-photo-hover:focus-within .about-photo-tooltip{opacity:1;transform:translateY(0)}@media(max-width:980px){.about-photo-block--top .about-photo-card{max-width:100%}.about-photo-card--wide{max-width:100%;aspect-ratio:3 / 2}}@media(max-width:560px){.about-photo-block{margin-bottom:52px}.about-inline-photos{grid-template-columns:1fr;gap:14px}.about-photo-card--inline{aspect-ratio:1 / 1}}@media(max-width:768px){.about-page{min-height:87vh;padding-top:7vh;padding-bottom:10vh}.about-intro{margin-bottom:56px}.about-kicker{margin-bottom:14px}.about-title{font-size:clamp(34px,8vw,44px);line-height:1.08}.about-subhead{margin-top:18px;max-width:100%;font-size:18px;line-height:1.5}.about-story-grid{grid-template-columns:1fr;gap:18px}.about-story-label{font-size:14px;margin-bottom:6px}.about-story-content{gap:18px}.about-row,.about-row--images{grid-template-columns:1fr;gap:18px}.about-skills{margin-top:72px}.skills-list{gap:22px}.skills-list h3{margin-bottom:6px;font-size:18px}.skills-list p{font-size:16px;line-height:1.55}.about-image-grid{flex-direction:column;gap:14px}.about-image-grid img{width:100%;max-width:340px}.about-image.large,.about-image.medium{max-width:100%}.about-skills-block{margin-top:56px}}.contact-inner{min-height:80vh;display:flex;align-items:flex-start}.contact-left{width:min(760px,100%)}.contact-kicker{margin-bottom:30px}.contact-title{margin-bottom:200px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:90px;row-gap:60px;align-items:start}.contact-label{font-size:14px;font-weight:300;color:#6d6565;margin-bottom:14px}.contact-link{font-size:18px;display:inline-flex;align-items:center;gap:14px;text-decoration:none;color:#372a2a;font-weight:300}.contact-link:hover{color:#6d6565}.contact-arrow{width:14px;height:14px;display:block;transform:translateY(1px);transition:transform .25s ease;transform-origin:center}.contact-value{color:#372a2a;font-weight:300}.contact-link:hover .contact-arrow{transform:rotate(45deg);opacity:65%}.contact-flowers{position:absolute;inset:0;pointer-events:none}.contact-flower{position:absolute;display:block;-webkit-user-select:none;user-select:none}.contact-flower--small{width:120px;right:260px;top:100px;opacity:.9}.contact-flower--med{width:280px;right:-120px;top:40px;opacity:.9}.contact-flower--large{width:520px;right:0;bottom:-120px;opacity:.95}.contact{position:relative;overflow:hidden}.contact-flowers{position:absolute;inset:0;pointer-events:none;z-index:0}.contact-inner,.contact-left{position:relative;z-index:2}@media(max-width:1024px){.contact-inner{min-height:85vh;padding-top:12vh;padding-bottom:12vh}.contact-left{width:min(680px,100%)}.contact-kicker{margin-bottom:20px}.contact-title{margin-bottom:120px;font-size:clamp(44px,6vw,64px);line-height:1.08}.contact-grid{grid-template-columns:1fr 1fr;column-gap:48px;row-gap:40px}.contact-label{margin-bottom:12px}.contact-link{font-size:17px;gap:12px}.contact-value{font-size:17px}.contact-flower--small{width:100px;right:160px;top:160px;opacity:.7}.contact-flower--med{width:220px;right:-90px;top:120px;opacity:.7}.contact-flower--large{width:420px;right:-60px;bottom:-160px;opacity:.75}}@media(max-width:768px){.contact-inner{min-height:87vh;padding-top:7vh;padding-bottom:10vh}.contact-left{width:100%}.contact-kicker{margin-bottom:16px}.contact-title{margin-bottom:48px;font-size:clamp(38px,10vw,56px);line-height:1.08}.contact-grid{grid-template-columns:1fr;row-gap:28px;column-gap:0}.contact-label{margin-bottom:10px}.contact-link{width:100%;font-size:16px;gap:12px;align-items:flex-start;flex-wrap:wrap}.contact-link span{min-width:0;overflow-wrap:anywhere;word-break:break-word;line-height:1.45}.contact-arrow{margin-top:2px;flex:0 0 auto}.contact-value{font-size:16px;line-height:1.45}.contact-flower--small{width:80px;right:40px;top:380px;opacity:.85}.contact-flower--med{width:180px;right:-20px;top:550px;opacity:.85}.contact-flower--large{width:260px;right:120px;bottom:-140px;opacity:.9}}.plotd-page{padding-top:6vh;padding-bottom:10vh}.plotd-top,.plotd-section{scroll-margin-top:50px}.plotd-max{max-width:1080px;width:100%}.plotd-shell{display:grid;grid-template-columns:160px 1fr;gap:72px;align-items:start;width:100%}.plotd-main,.plotd-top,.plotd-section,.plotd-heroCard,.plotd-meta,.plotd-stats,.plotd-twoCols,.plotd-moodboards,.plotd-iterRow,.plotd-finalList{width:100%;max-width:900px}.plotd-side{position:sticky;top:110px;height:fit-content;width:160px}.plotd-back{background:none;border:none;padding:0;font-size:14px;letter-spacing:.14em;opacity:.75;cursor:pointer}.plotd-side-nav{display:flex;flex-direction:column;gap:12px;margin-top:18px}.plotd-side-nav a{text-decoration:none;color:inherit;font-size:14px;opacity:.65}.plotd-side-nav a:hover{opacity:1}.plotd-side-nav a{color:#6d6565;font-weight:400}.plotd-side-nav a.is-active{color:#372a2a;font-weight:600}.plotd-top{padding-top:8px}.plotd-kicker{font-size:14px;letter-spacing:.14em;opacity:.8;margin-bottom:12px}.plotd-h1{font-size:46px;line-height:1.12;font-weight:400;margin-bottom:26px;max-width:760px}.plotd-heroCard{background:#cfe0fb;border-radius:18px;padding:34px 26px;margin-bottom:28px}.plotd-heroPhones{display:flex;justify-content:center;gap:22px;align-items:flex-end}.plotd-heroPhones img{width:210px;height:auto;display:block}.plotd-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:34px;margin-top:18px;margin-bottom:40px}.plotd-metaLabel{font-size:14px;letter-spacing:.12em;opacity:.6;margin-bottom:6px}.plotd-metaValue{font-size:16px;margin-bottom:4px;opacity:.9}.plotd-section{margin-top:70px}.plotd-h2{font-size:22px;font-weight:400;margin-bottom:16px}.plotd-h3{font-size:16px;font-weight:400;margin-bottom:10px;opacity:.9;color:#372a2a}.plotd-body{font-size:16px;line-height:1.7;opacity:.85;max-width:760px}.plotd-body-black{font-size:16px;color:#372a2a;line-height:1.7;opacity:.85;max-width:760px}.plotd-miniKicker{font-size:14px;letter-spacing:.14em;opacity:.6;margin-bottom:12px}.plotd-main p{color:#6d6565}.plotd-statCard{aspect-ratio:1 / 1;display:grid;width:250px;place-items:center;align-content:center;gap:auto;padding:24px}.plotd-statCard .plotd-statNum{color:#372a2a}.plotd-statCopy{text-align:center;max-width:5ch}.plotd-miniKicker{color:#6d6565;opacity:.65;letter-spacing:.18em}.plotd-insightsHeader{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.plotd-insightsLogo{width:100%;height:auto;display:block;margin:32px 0;border-radius:10px}.plotd-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}.plotd-statCard{background:radial-gradient(circle at center,#7aa0d1,#c6dcf9 70%);border-radius:14px;padding:22px 18px;text-align:center}.plotd-statNum{font-size:28px;font-weight:400;margin-bottom:8px}.plotd-statText{font-size:12px;line-height:1.45;opacity:.75}.plotd-callout{background:#cfe0fb;border-radius:18px;padding:42px 28px;margin-top:18px;text-align:center}.plotd-calloutTitle{font-size:16px;margin-bottom:10px;opacity:.9}.plotd-calloutBody{font-size:12px;opacity:.7}.plotd-twoCols{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:10px}.plotd-colLabel{font-size:14px;opacity:.6;margin-bottom:10px}.plotd-iterRow{margin-top:18px}.plotd-finalList{margin-top:22px;display:flex;flex-direction:column;gap:40px}.plotd-finalItem{display:grid;grid-template-columns:600px 1fr;gap:40px;align-items:center}.plotd-phoneSquare{width:600px;height:600px;background:radial-gradient(circle at center,#7aa0d1,#c6dcf9 70%);border-radius:24px;padding:40px;display:grid;place-items:center}.plotd-phoneImg{height:400px;width:auto;max-width:100%;object-fit:contain;display:block;border-radius:20px}.plotd-finalText{display:flex;flex-direction:column;gap:12px}@media(max-width:1060px){.plotd-shell{grid-template-columns:140px 1fr;gap:44px}.plotd-side{width:140px;top:96px}.plotd-section{margin-top:56px}.plotd-heroPhones{flex-direction:row;justify-content:center;align-items:flex-end;gap:18px}.plotd-heroPhones img{width:180px}.plotd-meta{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.plotd-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.plotd-statCard{width:100%;padding:16px}.plotd-statNum{font-size:24px}.plotd-twoCols,.plotd-twoCols-reflection{grid-template-columns:1fr 1fr;gap:18px}.plotd-finalItem{grid-template-columns:520px 1fr;gap:28px;align-items:center}.plotd-phoneSquare{width:520px;height:520px;padding:32px}.plotd-phoneImg{height:360px}}@media(max-width:640px){.plotd-page{padding-left:25px;padding-right:25px}.plotd-max{margin-inline:auto;max-width:100%}.plotd-side{display:none}.plotd-shell{grid-template-columns:1fr;gap:22px;width:100%}.plotd-main,.plotd-top,.plotd-section,.plotd-heroCard,.plotd-meta,.plotd-stats,.plotd-twoCols,.plotd-moodboards,.plotd-iterRow,.plotd-finalList,.plotd-finalItem,.plotd-finalText{max-width:100%;width:100%;min-width:0;box-sizing:border-box}.plotd-section{margin-top:42px}.plotd-heroPhones{display:grid;grid-template-columns:1fr 1fr;gap:12px;justify-items:center;width:100%}.plotd-heroPhones img{width:100%;max-width:190px;height:auto;display:block}.plotd-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.plotd-stats{grid-template-columns:1fr;gap:14px;justify-items:center}.plotd-statCard{width:100%;max-width:320px;padding:25px;border-radius:12px;box-sizing:border-box}.plotd-statNum{font-size:28px}.plotd-statCopy{max-width:18ch}.plotd-metaValue{font-size:14px;margin-bottom:2px;opacity:.9}.plotd-twoCols,.plotd-twoCols-reflection{grid-template-columns:1fr;gap:16px}.plotd-finalItem{grid-template-columns:1fr;gap:18px;width:100%}.plotd-phoneSquare{width:100%;height:350px;padding:24px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.plotd-phoneImg{height:100%;max-height:100%;width:auto;max-width:100%;object-fit:contain;display:block}.plotd-page img{max-width:100%;height:auto}.plotd-page img:not(.plotd-phoneImg){max-width:100%;height:auto;display:block}}@media(max-width:640px){.plotd-h1,.plotd-h2{font-size:28px;line-height:1.15}.plotd-h3{font-size:18px;line-height:1.25;color:#372a2a}.plotd-body,.plotd-body-black{font-size:14px;line-height:1.6}.plotd-kicker,.plotd-miniKicker,.plotd-metaLabel,.plotd-smallNote,.plotd-statText,.plotd-calloutTitle,.plotd-calloutBody{font-size:12px;line-height:1.45}}.kimchi-page{padding-top:6vh;padding-bottom:10vh}.kimchi-top,.kimchi-section{scroll-margin-top:50px}.kimchi-max{max-width:1080px;width:100%}.kimchi-shell{display:grid;grid-template-columns:160px 1fr;gap:72px;align-items:start;width:100%}.kimchi-main,.kimchi-top,.kimchi-section,.kimchi-heroCard,.kimchi-meta{width:100%;max-width:900px}.kimchi-side{position:sticky;top:110px;height:fit-content;width:160px}.kimchi-back{background:none;border:none;padding:0;font-size:14px;letter-spacing:.14em;opacity:.75;cursor:pointer}.kimchi-side-nav{display:flex;flex-direction:column;gap:12px;margin-top:18px}.kimchi-side-nav a{text-decoration:none;color:#6d6565;font-size:14px;opacity:.65;font-weight:400}.kimchi-side-nav a:hover{opacity:1}.kimchi-side-nav a.is-active{color:#372a2a;font-weight:600}.kimchi-section .kimchi-body{max-width:100%}.kimchi-top{padding-top:8px}.kimchi-kicker{font-size:14px;letter-spacing:.14em;opacity:.8;margin-bottom:12px;color:#6d6565}.kimchi-h1{font-size:46px;line-height:1.12;font-weight:400;margin-bottom:26px;max-width:760px;color:#372a2a}.kimchi-heroCard{background:#cfe0fb;border-radius:18px;padding:34px 26px;margin-bottom:28px}.kimchi-heroMedia{display:flex;justify-content:center;align-items:flex-end}.kimchi-heroImage{height:410px;width:auto;max-width:100%;display:block;border-radius:14px;object-fit:contain}.kimchi-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:34px;margin-top:18px;margin-bottom:40px}.kimchi-metaLabel{font-size:14px;letter-spacing:.12em;opacity:.6;margin-bottom:6px;color:#6d6565}.kimchi-metaValue{font-size:16px;margin-bottom:4px;opacity:.9;color:#6d6565}.kimchi-section{margin-top:70px}.kimchi-miniKicker{font-size:14px;letter-spacing:.18em;opacity:.65;margin-bottom:12px;color:#6d6565}.kimchi-h2{font-size:22px;font-weight:400;margin-bottom:14px;color:#372a2a}.kimchi-body{font-size:16px;line-height:1.7;opacity:.85;max-width:760px;color:#6d6565}@media(max-width:1060px){.kimchi-shell{grid-template-columns:140px 1fr;gap:44px}.kimchi-side{width:140px;top:96px}.kimchi-section{margin-top:56px}.kimchi-heroImage{height:300px}.kimchi-meta{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}}@media(max-width:640px){.kimchi-page{padding-left:25px;padding-right:25px}.kimchi-max{margin-inline:auto;max-width:100%}.kimchi-side{display:none}.kimchi-shell{grid-template-columns:1fr;gap:22px;width:100%}.kimchi-main,.kimchi-top,.kimchi-section,.kimchi-heroCard,.kimchi-meta{max-width:100%;width:100%;min-width:0;box-sizing:border-box}.kimchi-heroCard{padding:26px 18px}.kimchi-heroMedia{display:grid;place-items:center}.kimchi-heroImage{height:180px;width:auto;max-width:100%}.kimchi-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.kimchi-h1,.kimchi-h2{font-size:28px;line-height:1.15}.kimchi-body{font-size:14px;line-height:1.6}.kimchi-kicker,.kimchi-miniKicker,.kimchi-metaLabel{font-size:12px;line-height:1.45}.kimchi-metaValue{font-size:14px}.kimchi-page img{max-width:100%;height:auto;display:block}}.qux-page{padding-top:6vh;padding-bottom:10vh}.qux-top,.qux-section{scroll-margin-top:50px}.qux-max{max-width:1080px;width:100%}.qux-shell{display:grid;grid-template-columns:160px 1fr;gap:72px;align-items:start;width:100%}.qux-main,.qux-top,.qux-section,.qux-heroCard,.qux-meta{width:100%;max-width:900px}.qux-side{position:sticky;top:110px;height:fit-content;width:160px}.qux-back{background:none;border:none;padding:0;font-size:14px;letter-spacing:.14em;opacity:.75;cursor:pointer}.qux-side-nav{display:flex;flex-direction:column;gap:12px;margin-top:18px}.qux-side-nav a{text-decoration:none;color:#6d6565;font-size:14px;opacity:.65;font-weight:400}.qux-side-nav a:hover{opacity:1}.qux-side-nav a.is-active{color:#372a2a;font-weight:600}.qux-top{padding-top:8px}.qux-kicker{font-size:14px;letter-spacing:.14em;opacity:.8;margin-bottom:12px;color:#6d6565}.qux-h1{font-size:46px;line-height:1.12;font-weight:400;margin-bottom:26px;max-width:760px;color:#372a2a}.qux-heroCard{background:#cfe0fb;border-radius:18px;padding:34px 26px;margin-bottom:28px}.qux-heroMedia{display:flex;justify-content:center;align-items:flex-end}.qux-heroImage{height:410px;width:auto;max-width:100%;display:block;border-radius:14px;object-fit:contain}.qux-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:34px;margin-top:18px;margin-bottom:40px}.qux-metaLabel{font-size:14px;letter-spacing:.12em;opacity:.6;margin-bottom:6px;color:#6d6565}.qux-metaValue{font-size:16px;margin-bottom:4px;opacity:.9;color:#6d6565}.qux-section{margin-top:70px}.qux-miniKicker{font-size:14px;letter-spacing:.18em;opacity:.65;margin-bottom:12px;color:#6d6565}.qux-h2{font-size:22px;font-weight:400;margin-bottom:14px;color:#372a2a}.qux-body{font-size:16px;line-height:1.7;opacity:.85;max-width:760px;color:#6d6565}.qux-section .qux-body,.qux-section .qux-body-black{max-width:100%}.cta-button{display:inline-flex;align-items:center;gap:12px;padding:10px 30px;border-radius:15px;background-color:#372a2a;color:#f2f0ef;font-family:Urbanist,system-ui,sans-serif;font-size:16px;font-weight:200;border:none;cursor:pointer;transition:background-color .25s ease,transform .2s ease}.cta-button .arrow{width:14px;height:14px;display:block;transition:transform .25s ease}.cta-button:hover{background-color:#6d6565}.cta-button:hover .arrow{transform:rotate(45deg);transform-origin:center}@media(max-width:1060px){.qux-shell{grid-template-columns:140px 1fr;gap:44px}.qux-side{width:140px;top:96px}.qux-section{margin-top:56px}.qux-heroImage{height:300px}.qux-meta{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}}@media(max-width:640px){.qux-page{padding-left:25px;padding-right:25px}.qux-max{margin-inline:auto;max-width:100%}.qux-side{display:none}.qux-shell{grid-template-columns:1fr;gap:22px;width:100%}.qux-main,.qux-top,.qux-section,.qux-heroCard,.qux-meta{max-width:100%;width:100%;min-width:0;box-sizing:border-box}.qux-heroCard{padding:26px 18px}.qux-heroMedia{display:grid;place-items:center}.qux-heroImage{height:180px;width:auto;max-width:100%}.qux-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.qux-h1,.qux-h2{font-size:28px;line-height:1.15}.qux-body{font-size:14px;line-height:1.6}.qux-kicker,.qux-miniKicker,.qux-metaLabel{font-size:12px;line-height:1.45}.qux-metaValue{font-size:14px}.qux-page img{max-width:100%;height:auto;display:block}}
