@font-face{font-display:swap;font-family:Josefin Slab;font-style:normal;font-weight:400;src:url(/fonts/JosefinSlab-Regular.ttf) format("truetype")}@font-face{font-display:swap;font-family:LXGW WenKai;font-style:normal;font-weight:400;src:url(/fonts/LXGWWenKai-Regular.ttf) format("truetype")}:root{--font-display: "Josefin Slab", "LXGW WenKai", serif;--font-body: "Josefin Slab", "LXGW WenKai", serif;--text: #1e2a2d;--muted: #6f7f84;--muted-strong: #8da1a6;--line: rgba(217, 232, 234, .92);--line-strong: rgba(176, 213, 223, .86);--accent: #c0d696;--accent-strong: #b0d5df;--ink: #1e2a2d;--surface: rgba(252, 254, 253, .86);--surface-strong: rgba(255, 255, 255, .96);--shadow-soft: 0 24px 70px rgba(93, 122, 128, .1);--shadow-strong: 0 36px 110px rgba(93, 122, 128, .12);--radius-xl: 32px;--radius-lg: 22px;--radius-md: 16px;--radius-sm: 12px;--max-width: 1180px;--locale-switch-duration: .24s;--locale-switch-ease: cubic-bezier(.22, 1, .36, 1)}@supports (view-transition-name: root){@view-transition{navigation:auto}::view-transition-old(root),::view-transition-new(root){animation-duration:var(--locale-switch-duration);animation-timing-function:var(--locale-switch-ease)}::view-transition-old(root){animation-name:locale-switch-view-old}::view-transition-new(root){animation-name:locale-switch-view-new}}*{box-sizing:border-box}html{background:radial-gradient(circle at 14% 12%,rgba(192,214,150,.22),transparent 34%),radial-gradient(circle at 86% 12%,rgba(176,213,223,.28),transparent 38%),radial-gradient(circle at 74% 74%,rgba(176,213,223,.16),transparent 44%),linear-gradient(180deg,#f7faf8,#f4fbfb 48%,#f8fbfa);color:var(--text);font-family:var(--font-body);scroll-behavior:smooth;text-rendering:optimizeLegibility}body{margin:0;min-height:100vh}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}[hidden]{display:none!important}:focus-visible{outline:2px solid rgba(168,210,222,.6);outline-offset:2px}.page-shell{min-height:100vh;overflow:clip;padding:28px;position:relative;transform-origin:50% 18%;transition:opacity var(--locale-switch-duration) var(--locale-switch-ease),transform var(--locale-switch-duration) var(--locale-switch-ease),filter var(--locale-switch-duration) var(--locale-switch-ease);will-change:opacity,transform,filter}.page-shell:before{background:radial-gradient(circle at 24% 18%,rgba(192,214,150,.18),transparent 36%),radial-gradient(circle at 72% 66%,rgba(176,213,223,.16),transparent 38%);content:"";inset:0;opacity:.92;pointer-events:none;position:fixed;transform:translateZ(0) scale(1.05);transform-origin:50% 50%;animation:page-shell-breathe 22s ease-in-out infinite alternate;will-change:transform,opacity;z-index:0}.page-aura{border-radius:999px;filter:blur(68px);opacity:.88;pointer-events:none;position:fixed;transform:translateZ(0) scale(1.02);transform-origin:center;will-change:transform,opacity;z-index:0}.page-aura-left{background:#c0d69633;height:34rem;left:-2rem;top:4rem;width:34rem;animation:page-aura-left-drift 18s ease-in-out infinite alternate}.page-aura-right{background:#b0d5df38;height:30rem;right:-1rem;top:14rem;width:30rem;animation:page-aura-right-drift 21s ease-in-out infinite alternate}@keyframes page-shell-breathe{0%{opacity:.72;transform:translate3d(-1.4vw,-1vw,0) scale(1.02)}35%{opacity:.92;transform:translate3d(1.8vw,1.2vw,0) scale(1.08)}70%{opacity:.84;transform:translate3d(3vw,-1.6vw,0) scale(1.11)}to{opacity:.97;transform:translate3d(4.8vw,2.8vw,0) scale(1.14)}}@keyframes page-aura-left-drift{0%{opacity:.56;transform:translateZ(0) scale(.96)}50%{opacity:.94;transform:translate3d(3.8vw,-2.8vw,0) scale(1.12)}to{opacity:.72;transform:translate3d(6.6vw,2.6vw,0) scale(1.18)}}@keyframes page-aura-right-drift{0%{opacity:.54;transform:translateZ(0) scale(.97)}50%{opacity:.9;transform:translate3d(-3.4vw,2.2vw,0) scale(1.11)}to{opacity:.74;transform:translate3d(-6vw,-2.6vw,0) scale(1.16)}}.page-main,.site-header,.site-footer{position:relative;z-index:1}.page-main{display:grid;gap:clamp(24px,4vw,48px);margin:0 auto;max-width:var(--max-width);padding:24px 0 90px}html[data-locale-transition=out] .page-shell{filter:blur(8px);opacity:.12;pointer-events:none;transform:translate3d(0,-10px,0) scale(.992)}html[data-locale-transition=in] .page-shell{filter:blur(8px);opacity:0;transform:translate3d(0,14px,0) scale(1.008)}html[data-locale-transition=out] .site-locale-switch{opacity:.72;transform:scale(.98)}@keyframes locale-switch-view-old{0%{filter:blur(0);opacity:1;transform:translateZ(0) scale(1)}to{filter:blur(8px);opacity:0;transform:translate3d(0,-10px,0) scale(.992)}}@keyframes locale-switch-view-new{0%{filter:blur(8px);opacity:0;transform:translate3d(0,14px,0) scale(1.008)}to{filter:blur(0);opacity:1;transform:translateZ(0) scale(1)}}h1,h2,h3{font-family:var(--font-display);font-weight:600;margin:0}p{margin:0}.scene{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);padding:clamp(30px,5vw,72px);position:relative}.scene:after{background:linear-gradient(120deg,#ffffffb8,#fff0 60%);border-radius:inherit;content:"";inset:0;opacity:.6;pointer-events:none;position:absolute;z-index:0}.scene>*{position:relative;z-index:1}.scene-hero{background:radial-gradient(circle at 18% 10%,rgba(192,214,150,.14),transparent 42%),radial-gradient(circle at 82% 18%,rgba(176,213,223,.18),transparent 40%),linear-gradient(180deg,#fafdfcfa,#f4fafafa);border-color:var(--line-strong);box-shadow:var(--shadow-strong)}.scene-proof,.scene-atlas{background:#fcfefde0}.scene-proof{background:radial-gradient(132% 98% at 50% 40%,#fffffff0,#b0d5df29 18%,#c0d6961f 34%,#b0d5df0f 48%,#fff0 70%),linear-gradient(180deg,#fbfefdfa,#f6fafafa);border-color:#b0d5df7a;box-shadow:0 30px 90px #5d7a801f}.scene-proof:after{background:radial-gradient(128% 82% at 50% 36%,#ffffffd1,#ffffff52 28%,#ffffff14 44%,#fff0 62%),linear-gradient(180deg,#ffffff52,#fff0 26%,#b0d5df14);opacity:1}.scene-closing{background:radial-gradient(circle at 70% 20%,rgba(192,214,150,.2),transparent 45%),radial-gradient(circle at 18% 84%,rgba(176,213,223,.22),transparent 38%),linear-gradient(180deg,#fafdfcfa,#f4fafafa);border-color:#c0d6966b}.site-header,.site-footer{backdrop-filter:blur(24px)}.site-header{align-items:center;background:#fcfefdd1;border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);display:flex;gap:18px;justify-content:space-between;margin:0 auto;max-width:var(--max-width);padding:16px 22px;position:sticky;top:18px;z-index:20}.site-header-main,.site-app-rail,.site-brand,.site-nav,.hero-actions,.service-app-chip-row,.site-footer,.closing-actions{align-items:center;display:flex;gap:14px}.site-header-main{flex:1 1 auto;justify-content:space-between;min-width:0}.site-brand{align-items:center;background:linear-gradient(140deg,#fffffffa,#eff7f9f5);border:1px solid rgba(176,213,223,.66);border-radius:999px;box-shadow:inset 0 1px #ffffffeb,inset 0 0 0 1px #b0d5df33,0 14px 28px #5d7a801f,0 0 24px #b0d5df1f;backdrop-filter:blur(18px) saturate(130%);display:inline-flex;font-family:var(--font-display);font-size:1.02rem;flex-shrink:0;font-weight:600;gap:12px;isolation:isolate;letter-spacing:.12em;min-width:fit-content;overflow:hidden;padding:10px 18px 10px 16px;position:relative;text-transform:uppercase;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.site-brand:before{background:linear-gradient(120deg,rgba(255,255,255,.4),rgba(255,255,255,.08) 58%,transparent 80%);border-radius:inherit;content:"";inset:1px;opacity:.8;pointer-events:none;position:absolute;z-index:0}.site-brand>*{position:relative;z-index:1}.site-brand:hover,.site-brand:focus-visible{background:linear-gradient(140deg,#fffffffa,#f0f8f4fa);border-color:#b0d5dfd1;box-shadow:inset 0 1px #ffffffeb,inset 0 0 0 1px #c0d69638,0 18px 32px #5d7a801f,0 0 30px #b0d5df24;transform:translateY(-1px)}.site-brand-logo{display:block;filter:drop-shadow(0 2px 8px rgba(17,37,46,.14)) drop-shadow(0 0 16px rgba(234,244,242,.22));height:42px;max-width:240px;object-fit:contain;width:auto}.site-brand-mark{align-items:center;background:#c0d6961f;border:1px solid rgba(168,210,222,.36);border-radius:999px;color:var(--accent);display:inline-flex;font-size:.84rem;height:34px;justify-content:center;width:34px}.site-nav{color:var(--ink);flex-wrap:wrap;font-size:.9rem;letter-spacing:.12em;text-transform:uppercase}.site-nav a{position:relative}.site-nav a:after{background:#a8d2de99;bottom:-6px;content:"";height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .2s ease;width:100%}.site-nav a:hover:after{transform:scaleX(1)}.site-app-rail{flex-wrap:wrap;justify-content:flex-end}.site-header-contact{white-space:nowrap}.site-app-status,.bridge-status{background:#ffffffb8;border:1px solid var(--line);border-radius:999px;color:var(--muted);display:inline-flex;font-size:.82rem;line-height:1.35;padding:10px 14px}.site-app-status[data-state=signed-in]{border-color:#c0d69657;color:#d7ebd0}.site-auth-link,.ghost-button,.site-locale-switch,.site-menu-toggle,.primary-button,.bridge-chip,.inline-link,.site-mobile-nav a,.editorial-card-meta a,.article-aside-card a{transition:transform .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.site-auth-link,.ghost-button,.site-locale-switch,.bridge-chip{background:#ffffffbd;border:1px solid var(--line);border-radius:999px;color:var(--text);padding:12px 18px}.site-locale-switch{align-items:center;display:inline-flex;font-size:.82rem;gap:8px;letter-spacing:.08em;min-width:fit-content}.site-locale-option{color:var(--muted-strong);line-height:1}.site-locale-option.is-active{background:#c0d6962e;border-radius:999px;color:var(--text);padding:4px 10px}.site-locale-divider{color:var(--muted-strong)}.site-menu-toggle{align-items:center;background:#ffffffbd;border:1px solid var(--line);border-radius:999px;color:var(--text);cursor:pointer;display:none;flex:0 0 auto;height:48px;justify-content:center;padding:0;width:48px}.site-menu-toggle-box{display:grid;gap:4px}.site-menu-toggle-line{background:currentColor;border-radius:999px;display:block;height:1.5px;transition:transform .2s ease,opacity .2s ease;width:18px}.site-header[data-open=true] .site-menu-toggle-line:nth-child(1){transform:translateY(5.5px) rotate(45deg)}.site-header[data-open=true] .site-menu-toggle-line:nth-child(2){opacity:0}.site-header[data-open=true] .site-menu-toggle-line:nth-child(3){transform:translateY(-5.5px) rotate(-45deg)}.site-mobile-panel{display:none}.site-mobile-nav{display:grid;gap:10px}.site-mobile-nav a{background:#ffffffd1;border:1px solid var(--line);border-radius:var(--radius-md);color:var(--text);display:block;padding:14px 16px}.site-mobile-contact{display:inline-flex;justify-content:center}.primary-button{background:linear-gradient(135deg,#c8dc9d,#c0d696);border:1px solid rgba(192,214,150,.56);border-radius:999px;box-shadow:0 18px 50px #c0d6963d;color:var(--ink);font-weight:600;padding:12px 20px}.inline-link{align-items:center;color:var(--accent-strong);display:inline-flex;font-size:.96rem;gap:8px;width:fit-content}.inline-link:after{content:"→"}.site-auth-link:hover,.ghost-button:hover,.site-locale-switch:hover,.site-menu-toggle:hover,.primary-button:hover,.bridge-chip:hover,.inline-link:hover,.site-mobile-nav a:hover,.editorial-card-meta a:hover,.article-aside-card a:hover{box-shadow:0 18px 34px #5d7a801f;transform:translateY(-1px)}.hero-stage{align-items:end;display:grid;gap:32px;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);min-height:min(92vh,980px)}.hero-copy,.page-hero-copy,.hero-stage-copy,.service-preview-copy,.premium-pricing-copy,.section-heading,.hero-essay,.faq-list,.editorial-card-meta,.article-layout,.closing-copy{display:grid;gap:14px}.eyebrow,.editorial-card-kicker,.site-footer-kicker{color:var(--muted);font-size:.72rem;letter-spacing:.28em;margin:0;text-transform:uppercase}.hero-copy h1,.page-hero-copy h1{font-size:clamp(3.4rem,7vw,6.8rem);letter-spacing:-.05em;line-height:.92;margin:0}.hero-stage-copy{align-self:center;max-width:560px}.hero-role{color:var(--ink);font-size:1.08rem;letter-spacing:-.02em;margin:0}.hero-meta-line{color:var(--muted);display:inline-flex;flex-wrap:wrap;gap:10px;font-size:.92rem;letter-spacing:.04em;margin:0;text-transform:uppercase}.hero-essay p,.page-hero-copy>p:last-child,.service-preview-copy p,.service-pillar-card p,.premium-pricing-copy p,.premium-pricing-footer p,.note-card p,.payment-step-card p,.resource-card p,.editorial-card p,.article-card p,.article-aside-card p,.closing-copy p{color:var(--muted);line-height:1.72;margin:0}.hero-essay{max-width:52ch}.hero-actions{flex-wrap:wrap;margin-top:6px}.hero-stage-visual{display:grid}.hero-portrait{background:linear-gradient(180deg,#fffffff0,#ecf6f8f5);border:1px solid rgba(176,213,223,.58);border-radius:calc(var(--radius-xl) + 6px);box-shadow:var(--shadow-strong);min-height:680px;overflow:hidden;position:relative}.hero-portrait:after{background:linear-gradient(180deg,#fff0,#b0d5df1f);content:"";inset:0;pointer-events:none;position:absolute}.hero-portrait img{height:100%;object-fit:cover;object-position:center top;width:100%}.hero-signal-strip{align-items:stretch;background:#ffffffb8;border:1px solid var(--line);border-radius:var(--radius-lg);display:grid;gap:0;grid-column:1 / -1;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden}.hero-signal-item{align-items:start;display:grid;gap:14px;padding:22px 24px}.hero-signal-item+.hero-signal-item{border-left:1px solid var(--line)}.hero-signal-item strong{display:block;font-size:clamp(2rem,4vw,3rem);letter-spacing:-.06em;line-height:.9}.hero-signal-item h2{letter-spacing:-.04em;margin:0}.hero-signal-item p{color:var(--muted);margin:0}.section-heading h2,.editorial-card h2,.article-aside-card h2{letter-spacing:-.03em;margin:0}.stats-waterfall{display:grid;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr))}.stat-card,.service-preview-card,.premium-pricing-card,.payment-step-card,.app-entry-card,.editorial-card,.note-card,.resource-card,.service-app-status-card,.service-pillar-card,.article-card,.article-aside-card,.project-card{background:var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.stat-card{min-height:190px;padding:22px}.stat-card strong{display:block;font-size:2rem;letter-spacing:-.06em}.stat-card-wide{grid-column:span 2}.project-section{display:grid;gap:22px;isolation:isolate;position:relative}.project-section:before{background:radial-gradient(128% 98% at 50% 44%,#ffffffd1,#b0d5df33 24%,#c0d6961a 38%,#fff0 68%);content:"";filter:blur(34px);inset:82px -32px -30px;opacity:1;pointer-events:none;position:absolute;z-index:0}.project-section>*{position:relative;z-index:1}.project-wall{background:radial-gradient(136% 96% at 50% 44%,#ffffffeb,#b0d5df2e 24%,#c0d69614 38%,#fff0 68%);border-radius:44px;box-shadow:none;display:grid;gap:28px;isolation:isolate;overflow:visible;padding:clamp(28px,4.4vw,40px) clamp(18px,3.6vw,32px);position:relative}.project-wall:before{background:radial-gradient(128% 92% at 50% 44%,#ffffff4d,#b0d5df1f 28%,#c0d6960a 42%,#fff0 62%);content:"";filter:blur(16px);inset:-10px -12px -14px;opacity:.96;pointer-events:none;position:absolute;z-index:0}.project-wall:after{content:none}.project-wall>*{position:relative;z-index:1}.project-wall-group{display:grid;gap:16px}.project-wall-group+.project-wall-group{position:relative;padding-top:26px}.project-wall-group+.project-wall-group:before{background:linear-gradient(90deg,transparent 0%,rgba(176,213,223,.2) 18%,rgba(176,213,223,.08) 50%,rgba(176,213,223,.2) 82%,transparent 100%);content:"";height:1px;left:10px;position:absolute;right:10px;top:0}.scene-proof .section-heading{color:var(--ink)}.scene-proof .eyebrow{color:var(--muted)}.scene-proof .section-heading h2{color:var(--ink)}.project-wall-head{align-items:center;color:var(--muted);display:inline-flex;gap:12px;text-transform:uppercase;letter-spacing:.2em;font-size:.74rem}.project-wall-head h3{color:var(--ink);font-size:.74rem;margin:0}.project-wall-dot{background:linear-gradient(135deg,#b0d5dff5,#c0d696cc);border-radius:999px;box-shadow:0 0 0 4px #b0d5df1f;display:inline-flex;height:6px;width:6px}.project-exhibit{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.project-exhibit.is-marquee{background:transparent;border:0;border-radius:0;box-shadow:none;display:block;overflow:hidden;padding:12px 0;position:relative;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 92%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 92%,transparent 100%)}.project-exhibit.is-marquee:before{content:none}.project-exhibit.is-marquee:after{content:none}.project-exhibit.is-marquee.is-alternate{background:transparent}.project-marquee{align-items:center;animation:project-marquee var(--marquee-duration, 30s) linear infinite;display:flex;gap:24px;position:relative;will-change:transform;width:max-content;z-index:1}.project-marquee-track{display:flex;gap:24px}@keyframes project-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.project-card{align-items:center;background:transparent;border:1px solid transparent;border-radius:calc(var(--radius-lg) - 2px);box-shadow:none;display:flex;flex:0 0 auto;height:112px;justify-content:center;margin:0;min-width:176px;overflow:hidden;padding:12px 16px;position:relative;transition:transform .22s ease,border-color .22s ease,background-color .22s ease,box-shadow .22s ease}.project-card:hover{background:radial-gradient(circle at 50% 50%,#ffffffd1,#b0d5df2e 56%,#b0d5df00);border-color:#b0d5df38;box-shadow:0 14px 28px #5d7a8014;transform:translateY(-1.5px)}.project-logo-stage{align-items:center;border-radius:inherit;display:flex;height:100%;justify-content:center;padding:0;position:relative;width:100%}.project-logo-stage:before,.project-logo-stage:after{content:none}.project-logo{filter:drop-shadow(0 8px 18px rgba(18,22,28,.14));height:100%;max-height:100%;max-width:100%;position:relative;width:100%;z-index:1}.project-logo.is-reconstructed{height:auto;max-height:62px;max-width:136px;width:min(136px,100%)}.project-logo.is-cover{object-fit:cover}.project-logo.is-contain{object-fit:contain}.service-preview-section,.premium-pricing-section{display:grid;gap:30px}.services-pricing-stage{gap:36px}.service-preview-grid,.premium-pricing-grid,.resource-groups,.service-pillar-grid,.notes-grid,.payment-step-grid,.app-entry-grid,.editorial-grid{display:grid;gap:18px}.premium-pricing-section .section-heading{gap:12px;max-width:40rem}.services-plans-head{align-items:start;display:grid;gap:28px;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr)}.services-plans-head .section-heading{gap:14px;max-width:44rem}.services-plans-note{background:linear-gradient(180deg,#fffffff5,#f5fafafa);border:1px solid rgba(176,213,223,.5);border-radius:var(--radius-lg);box-shadow:0 18px 48px #5d7a8014;display:grid;gap:14px;padding:24px 26px}.services-plans-note .eyebrow{color:#b7cbcd9e}.services-plans-note-title,.services-plans-note-copy{margin:0}.services-plans-note-title{color:var(--text);font-size:1.02rem;letter-spacing:-.03em;line-height:1.5}.services-plans-note-copy{color:var(--muted);font-size:.92rem;line-height:1.68}.service-preview-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.service-preview-card,.premium-pricing-card,.payment-step-card,.app-entry-card,.editorial-card,.note-card{display:grid;gap:20px;min-height:220px;padding:28px}.service-preview-card.is-featured,.premium-pricing-card.is-featured{background:linear-gradient(180deg,#f5fafafa,#ecf6f8fa);border-color:#c0d6967a;box-shadow:0 24px 70px #5d7a801f;color:var(--ink)}.service-preview-card.is-featured p,.service-preview-card.is-featured .service-preview-index,.service-preview-card.is-featured .inline-link,.premium-pricing-card.is-featured p,.premium-pricing-card.is-featured .inline-link,.premium-pricing-card.is-featured .service-preview-index{color:#1e2a2dc7}.service-preview-index{align-items:center;background:#c0d69614;border:1px solid rgba(192,214,150,.18);border-radius:999px;color:var(--accent);display:inline-flex;font-size:.78rem;height:34px;justify-content:center;letter-spacing:.18em;width:34px}.service-preview-meta,.premium-pricing-topline,.premium-pricing-footer{align-items:end;display:flex;gap:12px;justify-content:space-between}.service-preview-meta strong,.premium-pricing-topline strong{font-size:1.2rem;letter-spacing:-.04em}.resource-group{background:#ffffffbd;border:1px solid var(--line);border-radius:var(--radius-lg);display:grid;gap:18px;padding:28px;scroll-margin-top:120px}.resource-group-head,.resource-group-heading,.links-directory-scene,.links-directory-head,.links-note-card,.links-directory-grid{display:grid;gap:14px}.links-directory-head{align-items:start;grid-template-columns:minmax(0,1.16fr) minmax(280px,.84fr)}.links-note-card{background:#ffffffd1;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:22px}.links-note-card p:not(.site-footer-kicker),.resource-group-description,.resource-note{color:var(--muted)}.links-directory-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.directory-chip{background:#ffffffc7;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);display:grid;gap:8px;min-height:112px;padding:20px;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.directory-chip strong{font-size:1rem;letter-spacing:-.02em}.directory-chip span{color:var(--muted);font-size:.92rem;line-height:1.6}.directory-chip:hover,.directory-chip:focus-visible{border-color:#b0d5df8f;box-shadow:0 18px 38px #5d7a801f;transform:translateY(-2px)}.directory-chip.is-accent{background:linear-gradient(180deg,#c0d6962e,#fffffff0);border-color:#c0d6966b}.resource-group-description{line-height:1.7}.resource-grid{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.resource-card{align-content:start;display:grid;gap:10px;min-height:140px;padding:18px;transition:transform .22s ease,border-color .22s ease}.resource-card:hover{border-color:#a8d2de66;transform:translateY(-2px)}.resource-card.is-static{cursor:default}.resource-card.is-static:hover{border-color:var(--line);transform:none}.resource-card.is-highlighted{background:linear-gradient(180deg,#c0d6962e,#fcfefdfa);border-color:#c0d6966b}.resource-card-topline,.resource-card-meta,.editorial-card-actions{display:flex;flex-wrap:wrap;gap:10px}.resource-card-topline{align-items:center}.resource-chip,.resource-card-meta-chip{border-radius:999px;font-size:.74rem;letter-spacing:.08em;padding:6px 10px;text-transform:uppercase}.resource-chip{background:#c0d6962e;border:1px solid rgba(192,214,150,.32);color:var(--ink)}.resource-card-meta-chip{background:#b0d5df24;border:1px solid rgba(176,213,223,.28);color:var(--muted)}.resource-note{font-size:.92rem;line-height:1.6}.resource-card-meta{color:var(--accent-strong);font-size:.88rem;letter-spacing:.06em;margin-top:auto;text-transform:uppercase}.resource-icon{color:#6f9eae;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.page-hero{display:grid;gap:28px}.services-hero-scene{background:radial-gradient(128% 110% at 14% 8%,#c0d69629,#c0d6960f 24%,#fff0 54%),radial-gradient(78% 86% at 86% 18%,#b0d5df33,#b0d5df14 34%,#b0d5df00 62%),linear-gradient(180deg,#fbfefdfa,#f4fafafc);border-color:#b0d5df6b;box-shadow:0 28px 84px #5d7a801a}.services-hero-scene:after{background:radial-gradient(108% 86% at 24% 18%,#ffffff8a,#ffffff2e 24%,#fff0 52%),linear-gradient(180deg,#ffffff29,#fff0 28%,#b0d5df14);opacity:1}.services-hero-stage{align-items:stretch;background:linear-gradient(135deg,#fffffff5,#f0f8f9f0);border:1px solid rgba(176,213,223,.46);border-radius:calc(var(--radius-xl) + 10px);box-shadow:inset 0 1px #ffffffa8,0 22px 60px #5d7a801a;gap:clamp(28px,4vw,40px);isolation:isolate;overflow:hidden;padding:clamp(28px,4vw,42px);position:relative}.services-hero-stage:before{background:radial-gradient(88% 112% at 8% 22%,#c0d6961a,#c0d6960a,#fff0 60%),linear-gradient(90deg,#b0d5df1f,#fff0 38%);content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.services-hero-stage>*{position:relative;z-index:1}.services-page-hero{align-items:start;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr)}.service-hero-copy{align-content:center;gap:18px;min-height:100%;padding-right:clamp(0px,2vw,20px)}.service-hero-copy>p:last-child{font-size:1.02rem;max-width:42ch}.service-hero-protocol{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.service-hero-protocol span{background:linear-gradient(180deg,#b0d5df1f,#ffffffbd);border:1px solid rgba(176,213,223,.32);border-radius:calc(var(--radius-md) + 4px);color:var(--ink);display:grid;font-size:.74rem;letter-spacing:.14em;min-height:58px;padding:14px 16px;place-items:center;text-align:center;text-transform:uppercase}.service-hero-aside{align-content:start;display:grid;gap:14px}.service-app-status-card{background:radial-gradient(120% 120% at 14% 12%,#c0d69624,#c0d6960a 28%,#fff0 58%),radial-gradient(88% 90% at 100% 0%,#b0d5df33,#b0d5df14,#b0d5df00 68%),linear-gradient(180deg,#fcfefdfa,#f4fafafa);border-color:#b0d5df5c;box-shadow:inset 0 1px #ffffffb8,0 20px 50px #5d7a801a;display:grid;gap:22px;grid-template-rows:auto 1fr auto;min-height:252px;overflow:hidden;padding:28px 28px 26px;position:relative}.service-app-status-card:before{background:linear-gradient(90deg,#ffffff38,#a8d2de9e 46%,#fff0);content:"";height:1px;left:28px;position:absolute;right:28px;top:0}.service-app-status-head,.service-app-status-body,.service-app-chip-row{position:relative;z-index:1}.service-app-status-card .eyebrow{color:var(--muted)}.service-app-status-head,.service-app-status-body{display:grid}.service-app-status-body{align-content:center;gap:14px;min-height:0}.service-app-status-title{color:var(--text);font-size:clamp(1.26rem,1.8vw,1.72rem);letter-spacing:-.045em;line-height:1.08;margin:0;max-width:12ch}.service-app-status{color:var(--muted);font-size:1rem;letter-spacing:-.03em;line-height:1.68;margin:0;max-width:34ch;width:100%}.service-app-chip-row{align-items:stretch;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.service-app-chip-row .bridge-chip{background:#a8d2de0f;border-color:#a8d2de1f;border-radius:calc(var(--radius-md) + 4px);box-shadow:inset 0 1px #ffffff0f;display:inline-flex;justify-content:center;min-height:48px;min-width:0;padding:14px 12px;width:100%}.bridge-chip{font-size:.76rem;letter-spacing:.12em;text-transform:uppercase}.service-pillar-grid{gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.service-hero-pillar-grid{gap:14px}.service-pillar-card{align-content:start;background:linear-gradient(180deg,#fffffff5,#f4fafafa);border-color:#b0d5df57;display:grid;gap:10px;min-height:164px;overflow:hidden;padding:20px 18px;position:relative}.service-pillar-card:before{background:linear-gradient(90deg,#ffffff29,#a8d2de5c,#fff0);content:"";height:1px;left:18px;position:absolute;right:18px;top:0}.service-pillar-card strong{font-size:.96rem;letter-spacing:-.02em;line-height:1.16}.service-pillar-card p{font-size:.82rem;line-height:1.6}.app-entry-grid,.payment-step-grid,.notes-grid,.editorial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.payment-channel-actions{display:flex;flex-wrap:wrap;gap:14px}.app-entry-card,.payment-step-card{min-height:200px}.app-entry-card .inline-link,.payment-step-card h3{margin-top:auto}.services-plans-scene{background:radial-gradient(96% 84% at 84% 14%,#c0d69629,#c0d6960d 28%,#c0d69600 60%),radial-gradient(112% 90% at 16% 8%,#b0d5df24,#b0d5df0a 24%,#fff0 56%),linear-gradient(180deg,#fbfefdfa,#f4fafafc);border-color:#b0d5df61}.services-pricing-stage{background:linear-gradient(180deg,#fffffffa,#f4fafafa);border:1px solid rgba(176,213,223,.38);border-radius:calc(var(--radius-xl) + 8px);box-shadow:inset 0 1px #ffffffb8,0 24px 70px #5d7a801a;isolation:isolate;overflow:hidden;padding:clamp(28px,4vw,42px);position:relative}.services-pricing-stage:before{background:radial-gradient(86% 90% at 8% 0%,#ffffff14,#ffffff05 26%,#fff0 58%),linear-gradient(180deg,#ffffff0a,#fff0 24%);content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.services-pricing-stage>*{position:relative;z-index:1}.services-plans-head{align-items:end;display:grid;gap:22px;grid-template-columns:minmax(0,1.08fr) minmax(300px,.72fr)}.services-plans-note{background:linear-gradient(180deg,#fffffffa,#f7fbfbfa);border:1px solid rgba(176,213,223,.34);border-radius:calc(var(--radius-lg) - 2px);display:grid;gap:10px;padding:20px 22px}.services-plans-note p{margin:0}.services-plans-note-title{color:var(--text);font-size:1.08rem;letter-spacing:-.03em;line-height:1.4}.services-plans-note-copy{color:var(--muted);line-height:1.68}.premium-pricing-grid{gap:26px;grid-template-columns:repeat(2,minmax(0,1fr))}.premium-pricing-card{background:linear-gradient(180deg,#fffffffa,#f4fafafa);border-color:#b0d5df57;box-shadow:0 18px 46px #5d7a8014;overflow:hidden;padding:28px 26px 24px;position:relative;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background-color .22s ease}.premium-pricing-card:before{background:linear-gradient(90deg,#ffffff29,#a8d2de42 46%,#fff0);content:"";height:1px;left:26px;position:absolute;right:26px;top:0}.premium-pricing-card:hover{border-color:#b0d5df75;box-shadow:0 24px 54px #5d7a801a;transform:translateY(-2px)}.premium-pricing-copy{display:grid;gap:14px}.premium-pricing-copy h3,.premium-pricing-copy p,.premium-pricing-footer p{margin:0}.premium-pricing-footer{display:grid;gap:16px;justify-items:start}.premium-pricing-card.is-featured{background:radial-gradient(108% 90% at 18% 10%,#c0d69629,#c0d6960f 24%,#fff0 56%),linear-gradient(180deg,#fafdfcfa,#ecf6f8fc);border-color:#c0d6968f;box-shadow:0 28px 74px #5d7a801f,0 0 32px #b0d5df1a;transform:translateY(-4px)}.premium-pricing-card.is-featured:before{background:linear-gradient(90deg,#fff6,#c0d696d1 42%,#fff0)}.premium-pricing-card.is-wide{grid-column:span 2;grid-template-columns:minmax(0,1.12fr) minmax(220px,.88fr)}.premium-pricing-card.is-wide .premium-pricing-topline{grid-column:1 / -1}.premium-pricing-card.is-wide .premium-pricing-footer{align-self:stretch;border-left:1px solid rgba(255,255,255,.06);padding-left:24px}.premium-pricing-copy p:last-child,.premium-pricing-footer p{font-size:.96rem;line-height:1.7}.premium-notes-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.faq-list{gap:12px}.faq-list details{background:#ffffffc7;border:1px solid var(--line);border-radius:var(--radius-md);padding:18px 20px}.faq-list summary{cursor:pointer;font-weight:600;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list p{color:var(--muted);margin:12px 0 0}.editorial-grid,.notes-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.editorial-card,.note-card{align-content:space-between}.editorial-card{border-left:1px solid rgba(192,214,150,.5)}.editorial-card h2 a{color:var(--text)}.editorial-card-meta{display:flex;gap:12px;justify-content:space-between}.editorial-card-actions{justify-content:flex-end}.article-layout{gap:18px;grid-template-columns:minmax(0,1.34fr) minmax(280px,.66fr);position:relative}.article-layout:before{background:linear-gradient(180deg,rgba(176,213,223,.48),transparent 70%);content:"";left:-14px;position:absolute;top:0;bottom:0;width:2px}.article-date{color:var(--muted)}.article-aside-card{display:grid;gap:16px}.article-card-rich{display:grid;gap:22px}.article-actions,.article-aside-actions,.article-points{display:grid;gap:14px}.article-point-list{color:var(--muted);display:grid;gap:12px;line-height:1.72;margin:0;padding-left:1.2rem}.article-aside-note{color:var(--muted-strong);font-size:.84rem;letter-spacing:.12em;text-transform:uppercase}.closing-invitation{display:grid;gap:24px;grid-template-columns:minmax(0,1.2fr) auto}.closing-actions{align-items:center;justify-content:flex-end;flex-wrap:wrap}.site-footer{align-items:flex-start;gap:28px;justify-content:space-between;margin:0 auto;max-width:var(--max-width);padding:26px 28px}.site-footer-meta{display:grid;gap:10px;max-width:48ch}.site-footer-contact{color:var(--accent-strong);font-weight:600;letter-spacing:.08em}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition-duration:.01ms!important}}@media(max-width:1120px){.site-header,.site-header-main,.site-app-rail,.site-footer,.closing-invitation{align-items:flex-start;flex-direction:column}.hero-stage,.services-page-hero,.services-plans-head,.links-directory-head,.resource-grid,.service-preview-grid,.stats-waterfall,.premium-pricing-grid,.app-entry-grid,.payment-step-grid,.service-pillar-grid,.article-layout,.hero-signal-strip{grid-template-columns:1fr}.hero-signal-item+.hero-signal-item{border-left:0;border-top:1px solid var(--line)}.premium-pricing-card.is-wide,.stat-card-wide{grid-column:auto}.services-plans-head,.premium-pricing-card.is-wide{grid-template-columns:1fr}.premium-pricing-card.is-wide .premium-pricing-footer{border-left:0;padding-left:0}.editorial-card-meta{align-items:flex-start;flex-direction:column}.editorial-card-actions{justify-content:flex-start}}@media(max-width:860px){.site-header{align-items:center;background:#fcfefde0;border-radius:24px;flex-direction:row;flex-wrap:wrap;gap:10px;padding:10px 12px;top:10px;transition:top .2s ease,padding .2s ease,background-color .2s ease,box-shadow .2s ease,border-color .2s ease}.site-header[data-condensed=true]{background:#fcfefdf0;box-shadow:0 18px 34px #5d7a801a;padding:8px 10px;top:8px}.site-header-main,.site-app-rail{align-items:center;flex-direction:row}.site-header-main{justify-content:flex-start}.site-app-rail{flex:0 0 auto;flex-wrap:nowrap;gap:8px}.site-nav,.site-header-contact{display:none}.site-menu-toggle{display:inline-flex;height:44px;width:44px}.site-brand{padding:7px 12px 7px 10px}.site-brand-logo{height:34px;max-width:min(40vw,180px)}.site-header[data-condensed=true] .site-brand{padding:5px 10px 5px 8px}.site-header[data-condensed=true] .site-brand-logo{height:30px}.site-locale-switch{font-size:.76rem;gap:6px;padding:10px 12px}.site-locale-option.is-active{padding:4px 8px}.site-header[data-condensed=true] .site-locale-switch{padding:9px 11px}.site-header[data-condensed=true] .site-menu-toggle{height:40px;width:40px}.site-mobile-panel{border-top:1px solid transparent;display:grid;flex-basis:100%;gap:12px;margin-top:0;max-height:0;opacity:0;overflow:hidden;padding:0;pointer-events:none;transform:translateY(-10px);transition:max-height .22s ease,opacity .18s ease,transform .2s ease,padding .2s ease,margin-top .2s ease,border-color .2s ease;visibility:hidden;width:100%}.site-header[data-open=true] .site-mobile-panel{border-top-color:#b0d5df47;margin-top:2px;max-height:420px;opacity:1;padding:12px 0 2px;pointer-events:auto;transform:translateY(0);visibility:visible}.site-mobile-nav a{font-size:.84rem;letter-spacing:.08em;text-transform:uppercase}.site-mobile-contact{width:100%}.page-shell{padding:16px}.page-main{gap:18px;padding:18px 0 60px}.scene{padding:24px}.services-pricing-stage{gap:28px}.services-plans-note,.premium-pricing-card{padding:24px}.hero-copy h1,.page-hero-copy h1{font-size:clamp(2.6rem,16vw,4.3rem)}.hero-stage{min-height:auto}.hero-stage-visual{order:-1}.hero-portrait{min-height:460px}.resource-grid,.editorial-grid,.notes-grid,.service-preview-grid,.premium-notes-grid{grid-template-columns:1fr}.project-card{height:96px;min-width:152px;padding:10px 14px}.project-wall{gap:22px;padding:24px 16px}.project-wall:after{content:none}.service-app-chip-row{grid-template-columns:repeat(3,minmax(0,1fr))}.service-hero-protocol{grid-template-columns:1fr}.project-wall-group+.project-wall-group{padding-top:22px}.project-exhibit.is-marquee{padding:10px 0}.closing-invitation{grid-template-columns:1fr}}@media(max-width:560px){.site-header{gap:8px;padding:8px 10px;top:8px}.site-header[data-condensed=true]{padding:7px 9px;top:6px}.project-section:before{inset:74px -18px -26px}.project-wall{border-radius:var(--radius-xl);padding:20px 14px}.project-wall:after{content:none}.project-exhibit.is-marquee{padding:8px 0}.service-app-status-card{min-height:0;padding:20px 18px}.service-app-status-card:before,.service-pillar-card:before,.premium-pricing-card:before{left:18px;right:18px}.service-app-chip-row{grid-template-columns:1fr}.site-brand{padding:6px 11px 6px 9px}.site-brand-logo{height:32px;max-width:min(42vw,156px)}.site-header[data-condensed=true] .site-brand-logo{height:28px}.site-locale-switch{font-size:.72rem;padding:8px 10px}.site-header[data-condensed=true] .site-locale-switch{padding:7px 9px}.site-menu-toggle{height:40px;width:40px}.site-header[data-condensed=true] .site-menu-toggle{height:36px;width:36px}.site-mobile-panel{gap:10px}.site-mobile-nav a,.site-mobile-contact{padding:13px 14px}.site-nav,.hero-actions,.service-app-chip-row,.closing-actions{align-items:stretch;flex-direction:column}.site-app-status,.bridge-status{border-radius:var(--radius-md)}.site-auth-link,.ghost-button,.primary-button,.bridge-chip{justify-content:center;width:100%}.hero-signal-item{padding:18px 20px}}.site-footer-identity{align-items:center;border-bottom:1px solid rgba(255,255,255,.24);display:grid;gap:8px;justify-items:center;margin:0 auto clamp(34px,5vw,58px);max-width:var(--max-width);min-height:0;padding-bottom:clamp(26px,4vw,42px);text-align:center;width:100%}.site-footer-column,.site-footer-qr-group{align-content:start;justify-items:center;min-height:0;text-align:center}.site-footer-bottom{align-items:center;display:flex;gap:14px;justify-content:center;text-align:center}@media(max-width:1080px){.site-footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.site-footer-identity,.site-footer-shop{min-height:0}}@media(max-width:720px){.site-footer-grid{gap:40px;grid-template-columns:1fr}.site-footer-column-title,.site-footer-shop .site-footer-column-title{min-height:0}.site-footer-column,.site-footer-qr-group{border-top:1px solid rgba(255,255,255,.2);padding-top:26px}.site-footer-bottom{flex-wrap:wrap}}@media(max-width:440px){.site-footer-bottom{align-items:center;flex-direction:column;gap:7px}.site-footer-bottom span+span:before{content:none;margin:0}}.scene-closing .closing-invitation{align-items:center}.contact-qr-card{align-items:center;background:#fff;border:1px solid #000000;border-radius:18px;display:grid;gap:18px;grid-template-columns:minmax(0,1fr) 150px;margin:0;padding:16px}.contact-qr-copy{display:grid;gap:5px}.contact-qr-copy span{font-size:13px;line-height:20px}.contact-qr-copy strong{font-size:22px;font-weight:400;line-height:28px}.contact-qr-copy p{color:var(--muted);font-size:15px;line-height:23px;max-width:24ch}.contact-qr-card img{background:#fff;height:auto;object-fit:contain;width:150px}.site-footer{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}.footer-qr-section{border-top:1px solid rgba(0,0,0,.18);display:grid;gap:14px;grid-column:1 / -1;padding-top:24px;width:100%}.footer-qr-row{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.footer-qr-card{background:#fff;border:1px solid #000000;border-radius:14px;display:grid;gap:8px;margin:0;min-width:0;padding:9px 9px 10px}.footer-qr-card img{aspect-ratio:962 / 991;height:auto;object-fit:contain;width:100%}.footer-qr-card figcaption{font-size:13px;line-height:19px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}@media(max-width:860px){.contact-qr-card{grid-template-columns:minmax(0,1fr) 120px;width:100%}.contact-qr-card img{width:120px}.site-footer{grid-template-columns:1fr}.footer-qr-section{grid-column:auto}.footer-qr-row{grid-template-columns:repeat(4,170px);overflow-x:auto;padding-bottom:10px;scroll-snap-type:x proximity}.footer-qr-card{scroll-snap-align:start}}@media(max-width:560px){.contact-qr-card{grid-template-columns:1fr}.contact-qr-card img{justify-self:center;width:min(100%,220px)}}.hero-signal-strip{border-radius:14px}.hero-signal-item{align-items:center;gap:8px;grid-template-columns:auto minmax(0,1fr);min-height:92px;padding:12px 16px}.hero-signal-item strong{font-size:clamp(32px,3vw,42px);min-width:92px}.hero-signal-item h2{font-size:17px;line-height:22px}.hero-signal-item p{font-size:13px;line-height:19px}.scene-range{padding-block:clamp(28px,4vw,44px)}.scene-range .section-heading{max-width:none}.scene-range .section-heading h2{font-size:clamp(28px,2.7vw,34px);line-height:1.18;max-width:none}.stats-waterfall{gap:0;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:28px}.stat-card,.stat-card-wide{grid-column:auto;min-height:128px;padding:8px 16px 14px}.stat-card strong{font-size:clamp(34px,3.6vw,48px)}.stat-card h3{font-size:16px;line-height:22px;margin-top:8px}.stat-card p{font-size:13px;line-height:19px}.scene-invitation,.scene-atlas{padding-block:clamp(28px,4vw,46px)}.service-preview-section,.resource-section{display:grid;gap:22px}.service-preview-grid{gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.service-preview-card{gap:12px;min-height:138px;padding:16px}.service-preview-copy{gap:8px}.service-preview-index{font-size:11px;height:26px;width:26px}.service-preview-card h3{font-size:18px;line-height:24px}.service-preview-copy p{font-size:13px;line-height:19px}.service-preview-meta strong{font-size:16px}.service-preview-meta .inline-link{font-size:13px;line-height:18px}.resource-groups{gap:12px}.resource-group{gap:12px;padding:16px}.resource-group-head h3{font-size:20px;line-height:26px}.resource-grid{gap:10px;grid-template-columns:repeat(4,minmax(0,1fr))}.resource-card{gap:5px;min-height:96px;padding:12px}.resource-card strong{font-size:15px;line-height:21px}.resource-card p{font-size:12px;line-height:18px}.resource-icon{font-size:10px;line-height:16px}body[data-scroll-narrative=off] [data-reveal],body:not([data-scroll-narrative=on]) [data-reveal],[data-chapter],[data-stage]{opacity:1!important;position:relative!important;top:auto!important;transform:none!important;transition:none!important}@media(max-width:1120px){.stats-waterfall{grid-template-columns:repeat(5,minmax(0,1fr))}.service-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:860px){.hero-signal-item{grid-template-columns:auto minmax(0,1fr)}.stats-waterfall{grid-template-columns:repeat(5,150px);margin-left:-18px;margin-right:-18px;overflow-x:auto;padding:0 18px 10px;scroll-snap-type:x proximity}.stat-card{border-left:1px solid rgba(255,255,255,.42);border-top:0;scroll-snap-align:start}.service-preview-grid{grid-template-columns:1fr}.resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.hero-signal-item{min-height:82px}.hero-signal-item strong{min-width:82px}.resource-grid{grid-template-columns:1fr}}.collaboration-qr-row{display:grid;gap:14px;grid-column:1 / -1;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:18px;min-width:0}.collaboration-qr-card{background:#fff;border:1px solid #000000;border-radius:16px;display:grid;gap:10px;margin:0;min-width:0;overflow:hidden;padding:10px 10px 12px}.collaboration-qr-card img{aspect-ratio:962 / 991;background:#fff;height:auto;object-fit:contain;width:100%}.collaboration-qr-card figcaption{border-top:1px solid rgba(0,0,0,.16);font-size:14px;line-height:20px;overflow:hidden;padding-top:9px;text-align:center;text-overflow:ellipsis;white-space:nowrap}@media(max-width:860px){.collaboration-qr-row{grid-template-columns:repeat(5,180px);margin-left:-18px;margin-right:-18px;overflow-x:auto;padding:0 18px 10px;scroll-snap-type:x proximity;scrollbar-width:thin}.collaboration-qr-card{scroll-snap-align:start}}:root{--text: #000000;--muted: rgba(0, 0, 0, .66);--muted-strong: rgba(0, 0, 0, .46);--line: rgba(0, 0, 0, .16);--line-strong: #000000;--accent: #c0d696;--accent-strong: #b0d5df;--ink: #000000;--surface: #ffffff;--surface-strong: #ffffff;--shadow-soft: none;--shadow-strong: none;--radius-xl: 28px;--radius-lg: 20px;--radius-md: 14px;--max-width: 1320px}html,body{background:#fff}.page-shell{padding:24px 24px 24px 300px}.page-shell:before,.page-aura{display:none}.page-main{gap:28px;max-width:var(--max-width);padding:0 0 28px}.scene{background:#fff;border:1px solid #000000;box-shadow:none;overflow:hidden;padding:clamp(36px,5vw,76px)}.scene-proof,.scene-atlas,.scene-closing{background:#fff;border-color:#000;box-shadow:none}.site-header{align-items:stretch;background:#fff;border:1px solid #000000;border-radius:24px;bottom:24px;box-shadow:none;flex-direction:column;justify-content:space-between;left:24px;margin:0;padding:22px;position:fixed;top:24px;width:248px}.site-header-main,.site-app-rail{align-items:stretch;flex-direction:column;flex-wrap:nowrap}.site-header-main{flex:0 1 auto;gap:36px}.site-brand{background:transparent;border:0;border-bottom:1px solid #000000;border-radius:0;box-shadow:none;justify-content:flex-start;padding:0 0 22px}.site-brand:before{content:none}.site-brand:hover,.site-brand:focus-visible{background:transparent;border-color:#000;box-shadow:none;transform:none}.site-brand-logo{filter:none;height:auto;max-width:166px}.site-nav{align-items:stretch;flex-direction:column;font-size:.82rem;gap:4px;letter-spacing:.14em}.site-nav a{border-bottom:1px solid rgba(0,0,0,.14);padding:12px 0}.site-nav a:after{background:#000;bottom:-1px}.site-app-rail{gap:10px}.site-auth-link,.ghost-button,.site-locale-switch,.bridge-chip{background:#fff;border-color:#000;color:#000}.site-locale-switch{justify-content:center}.site-locale-option.is-active{background:#b0d5df;color:#000}.site-header-contact{background:#000;color:#fff;justify-content:center;text-align:center}.primary-button{background:#000;border-color:#000;box-shadow:none;color:#fff}.site-auth-link:hover,.ghost-button:hover,.site-locale-switch:hover,.site-menu-toggle:hover,.primary-button:hover,.bridge-chip:hover,.inline-link:hover,.site-mobile-nav a:hover,.editorial-card-meta a:hover,.article-aside-card a:hover{box-shadow:none;transform:translateY(-2px)}.scene-hero{background:#c0d696;border-color:#000;min-height:calc(100vh - 48px)}.hero-stage{align-items:center;gap:clamp(32px,5vw,76px);grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);min-height:calc(100vh - 200px)}.hero-stage-copy{max-width:650px}.eyebrow,.editorial-card-kicker,.site-footer-kicker{color:#000;font-weight:600}.hero-copy h1,.page-hero-copy h1{font-size:clamp(4.8rem,9vw,9.4rem);font-weight:400;letter-spacing:-.07em;line-height:.82}.hero-role{font-size:clamp(1.2rem,1.8vw,1.7rem);line-height:1.3;max-width:24ch}.hero-meta-line,.hero-essay p{color:#000000b8}.hero-essay{max-width:46ch}.hero-actions{margin-top:14px}.hero-actions .ghost-button{background:transparent}.hero-portrait{background:#b0d5df;border:1px solid #000000;border-radius:48% 48% 28px 28px;box-shadow:none;min-height:min(72vh,760px);overflow:visible}.hero-portrait:after{background:linear-gradient(180deg,transparent 70%,rgba(0,0,0,.08));border-radius:inherit}.hero-portrait img{border-radius:inherit;filter:saturate(.82) contrast(1.04)}.hero-orbit-badge{align-items:center;background:#fff;border:1px solid #000000;border-radius:999px;bottom:32px;display:flex;flex-direction:column;font-size:.68rem;height:112px;justify-content:center;letter-spacing:.18em;line-height:1.4;position:absolute;right:-30px;transform:rotate(8deg);width:112px;z-index:2}.hero-orbit-badge:after{content:"✦";font-size:1.5rem;letter-spacing:0;margin-top:4px}.hero-spark{color:#000;font-size:clamp(2rem,4vw,4rem);line-height:1;position:absolute;z-index:2}.hero-spark-left{left:-26px;top:18%}.hero-spark-right{right:-20px;top:10%}.hero-signal-strip{background:#fff;border-color:#000;border-radius:18px}.hero-signal-item+.hero-signal-item{border-color:#000}.hero-signal-item strong{font-size:clamp(2.8rem,5vw,5.4rem);font-weight:400}.scene-range{background:#000;color:#fff}.scene-range .eyebrow,.scene-range .section-heading h2,.scene-range .stat-card h3{color:#fff}.scene-range .section-heading h2{font-size:clamp(2.8rem,5vw,5.8rem);font-weight:400;line-height:.98;max-width:18ch}.stats-waterfall{gap:0;margin-top:clamp(40px,7vw,90px)}.stat-card{background:transparent;border:0;border-left:1px solid rgba(255,255,255,.42);border-radius:0;box-shadow:none;min-height:240px;padding:8px 28px 28px}.stat-card strong{color:#c0d696;font-size:clamp(3.6rem,7vw,7.2rem);font-weight:400;line-height:.9}.stat-card p{color:#ffffff9e}.stat-card:nth-child(2n) strong{color:#b0d5df}.stat-card-wide{grid-column:span 1}.section-heading h2,.editorial-card h2,.article-aside-card h2{font-weight:400}.stat-card,.service-preview-card,.premium-pricing-card,.payment-step-card,.app-entry-card,.editorial-card,.note-card,.resource-card,.service-app-status-card,.service-pillar-card,.article-card,.article-aside-card,.project-card{box-shadow:none}.site-footer{border-top:1px solid #000000;max-width:var(--max-width);padding:32px 4px 12px}.site-footer-contact{color:#000}@media(max-width:1120px){.page-shell{padding:18px}.site-header{align-items:center;bottom:auto;flex-direction:row;left:auto;margin:0 auto 18px;max-width:var(--max-width);padding:12px 16px;position:sticky;top:12px;width:auto}.site-header-main,.site-app-rail{align-items:center;flex-direction:row}.site-header-main{flex:1 1 auto;gap:18px}.site-brand{border:0;padding:0}.site-brand-logo{max-width:150px}.site-nav{flex-direction:row}.site-nav a{border:0;padding:8px 0}.hero-stage{grid-template-columns:1fr;min-height:auto}.hero-stage-visual{order:0}.stats-waterfall{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.site-header{background:#fff;border-color:#000}.site-header[data-condensed=true]{background:#fff;border-color:#000;box-shadow:none}.site-mobile-panel,.site-mobile-nav a,.site-menu-toggle{background:#fff;border-color:#000}.site-header[data-open=true] .site-mobile-panel{border-top-color:#000}.scene-hero{min-height:auto}.hero-copy h1,.page-hero-copy h1{font-size:clamp(4rem,19vw,7rem)}.hero-portrait{min-height:min(115vw,620px)}.hero-orbit-badge{bottom:20px;height:88px;right:-12px;width:88px}.stats-waterfall{grid-template-columns:1fr}.stat-card{border-left:0;border-top:1px solid rgba(255,255,255,.42);min-height:180px;padding:28px 0}}@media(max-width:560px){.page-shell{padding:10px}.scene{border-radius:20px;padding:28px 20px}.hero-copy h1,.page-hero-copy h1{font-size:clamp(3.5rem,22vw,5.6rem)}.hero-meta-line{font-size:.76rem}.hero-signal-item{padding:20px}.hero-spark-left{left:-12px}.hero-spark-right{right:-8px}}.editorial-grid-insights{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.editorial-card-insight{align-content:start;background:radial-gradient(128% 100% at 16% 10%,#c0d69624,#fff0 48%),linear-gradient(180deg,#fffffffa,#f5fafafa);border-color:#b0d5df6b;border-left:0;box-shadow:0 22px 56px #5d7a801a;gap:24px;min-height:100%;overflow:hidden;padding:30px;position:relative}.editorial-card-insight:before{background:linear-gradient(90deg,#c0d696cc,#b0d5df7a,#fff0);content:"";height:1px;left:30px;position:absolute;right:30px;top:0}.editorial-card-insight:hover{border-color:#b0d5df8f;box-shadow:0 28px 62px #5d7a801f;transform:translateY(-2px)}.editorial-card-body,.editorial-card-head,.insight-article-card,.insight-article-head,.insight-article-actions,.insight-article-points,.insight-article-aside,.insight-article-aside-actions{display:grid;gap:16px}.editorial-card-body{gap:14px}.editorial-card-head{align-items:start;gap:10px;grid-template-columns:minmax(0,1fr) auto}.insight-source-label,.insight-source-pill{align-items:center;background:#b0d5df1f;border:1px solid rgba(176,213,223,.28);border-radius:999px;color:var(--muted);display:inline-flex;font-size:.75rem;letter-spacing:.08em;line-height:1;padding:7px 11px;text-transform:uppercase;width:fit-content}.insight-card-excerpt{color:var(--muted);font-size:1rem;line-height:1.78}.editorial-card-meta-insight{align-items:end;border-top:1px solid rgba(176,213,223,.22);gap:14px;padding-top:18px}.editorial-card-meta-insight>span,.insight-article-date{color:var(--muted);font-size:.84rem;letter-spacing:.12em;text-transform:uppercase}.editorial-card-actions-insight{justify-content:flex-end;margin-left:auto}.editorial-card-actions-insight a,.insight-inline-link{align-items:center;background:#ffffffd1;border:1px solid var(--line);border-radius:999px;color:var(--text);display:inline-flex;font-size:.84rem;gap:8px;line-height:1;padding:10px 14px;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease;width:fit-content}.editorial-card-actions-insight a:hover,.insight-inline-link:hover,.editorial-card-actions-insight a:focus-visible,.insight-inline-link:focus-visible{box-shadow:0 18px 34px #5d7a801f;transform:translateY(-1px)}.article-layout-insight{align-items:start;gap:22px;grid-template-columns:minmax(0,1.28fr) minmax(300px,.72fr)}.article-layout-insight:before{content:none}.insight-article-card{background:radial-gradient(128% 100% at 14% 10%,#c0d69629,#fff0 48%),linear-gradient(180deg,#fffffffa,#f6fafafa);border-color:#b0d5df70;box-shadow:0 28px 70px #5d7a801f;gap:22px;padding:34px}.insight-article-head{align-items:center;gap:12px;grid-template-columns:auto auto;justify-content:start}.insight-article-lead{color:var(--text);font-size:clamp(1.06rem,1.25vw + .82rem,1.22rem);letter-spacing:-.01em;line-height:1.9;margin:0;max-width:56ch}.insight-article-actions{align-items:center;gap:12px;grid-template-columns:repeat(2,max-content);justify-content:start}.insight-article-points{background:#ffffffa3;border:1px solid rgba(176,213,223,.24);border-radius:var(--radius-lg);padding:24px}.insight-article-points h2{font-size:clamp(1.26rem,1vw + 1.02rem,1.5rem);letter-spacing:-.03em}.article-point-list{padding-left:1.25rem}.article-point-list li+li{margin-top:10px}.insight-article-aside{align-self:start;background:linear-gradient(180deg,#fffffffa,#f2f8f8fa);border-color:#b0d5df5c;padding:28px 26px;position:sticky;top:108px}.insight-aside-copy{line-height:1.76}.insight-article-aside-actions{justify-items:start}@media(max-width:1120px){.editorial-grid-insights,.article-layout-insight,.insight-article-actions{grid-template-columns:1fr}.editorial-card-meta-insight{align-items:start}.editorial-card-actions-insight{justify-content:flex-start;margin-left:0}.insight-article-aside{position:static;top:auto}}@media(max-width:720px){.editorial-card-insight,.insight-article-card,.insight-article-aside{padding:24px 20px}.editorial-card-head,.insight-article-head{grid-template-columns:1fr}.editorial-card-actions-insight a,.insight-inline-link,.insight-article-actions .primary-button,.insight-article-actions .ghost-button,.insight-article-aside-actions .primary-button{justify-content:center;width:100%}}:root{--max-width: 1180px}.page-shell{padding:18px}.page-main{gap:22px;padding:18px 0 48px}.scene{padding:clamp(30px,4vw,52px)}.site-header{align-items:center;background:#fff;border:1px solid #000000;border-radius:22px;bottom:auto;flex-direction:row;gap:18px;justify-content:space-between;left:auto;margin:0 auto;max-width:var(--max-width);padding:10px 14px;position:sticky;top:12px;width:auto}.site-header-main,.site-app-rail{align-items:center;flex-direction:row}.site-header-main{flex:1 1 auto;gap:28px;justify-content:flex-start}.site-brand{border:0;border-radius:0;padding:0}.site-brand-logo{height:34px;max-width:146px}.site-brand-logo{height:32px;max-width:156px}.site-nav{align-items:center;flex-direction:row;flex-wrap:wrap;font-size:.76rem;gap:20px}.site-nav a{border:0;padding:8px 0}.site-app-rail{flex:0 0 auto;gap:8px}.site-locale-switch,.site-header-contact{font-size:.76rem;padding:9px 13px}.scene-hero{min-height:auto}.hero-stage{gap:clamp(28px,4vw,52px);grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);min-height:min(72vh,700px)}.hero-stage-copy{gap:11px;max-width:540px}.hero-copy h1,.page-hero-copy h1{font-size:clamp(3.7rem,7vw,7rem);line-height:.86}.hero-role{font-size:clamp(1.05rem,1.4vw,1.36rem)}.hero-meta-line{font-size:.8rem}.hero-essay{font-size:.92rem;max-width:44ch}.hero-essay p{line-height:1.62}.hero-actions{margin-top:8px}.primary-button,.ghost-button{font-size:.86rem;padding:10px 17px}.hero-portrait{min-height:min(60vh,580px)}.hero-orbit-badge{bottom:24px;height:92px;right:-18px;width:92px}.hero-spark{font-size:clamp(1.6rem,3vw,3rem)}.hero-signal-item{gap:10px;padding:17px 20px}.hero-signal-item strong{font-size:clamp(2.2rem,4vw,4rem)}.hero-signal-item h2{font-size:1.02rem}.hero-signal-item p{font-size:.82rem}.scene-range .section-heading h2{font-size:clamp(2.3rem,4vw,4.4rem)}.stats-waterfall{margin-top:clamp(28px,5vw,58px)}.stat-card{min-height:184px;padding:6px 22px 22px}.stat-card strong{font-size:clamp(2.9rem,5.5vw,5.6rem)}.stat-card h3{font-size:1rem}.stat-card p{font-size:.84rem}.section-heading h2{font-size:clamp(1.8rem,3vw,3.2rem)}@media(max-width:1120px){.site-header,.site-header-main,.site-app-rail{align-items:center;flex-direction:row}.hero-stage{grid-template-columns:minmax(0,.9fr) minmax(340px,1.1fr)}}@media(max-width:860px){.page-shell{padding:12px}.page-main{gap:16px;padding-top:12px}.site-header-main{gap:12px}.site-brand-logo{height:30px;max-width:132px}.site-brand-logo{height:28px;max-width:142px}.hero-stage{gap:26px;grid-template-columns:1fr;min-height:auto}.hero-copy h1,.page-hero-copy h1{font-size:clamp(3.35rem,17vw,5.6rem)}.hero-role{font-size:1.08rem}.hero-portrait{min-height:min(105vw,540px)}.hero-signal-item strong{font-size:clamp(2.2rem,11vw,3.7rem)}.stat-card{min-height:144px}}@media(max-width:560px){.scene{padding:24px 18px}.hero-copy h1,.page-hero-copy h1{font-size:clamp(3.1rem,19vw,4.8rem)}.hero-essay{font-size:.88rem}.hero-portrait{min-height:min(100vw,480px)}.hero-orbit-badge{height:76px;width:76px}}html{font-size:16px}body{font-size:18px;line-height:1.6667}h1,h2,h3{font-weight:400}.eyebrow,.editorial-card-kicker,.site-footer-kicker{font-size:13px;font-weight:400;letter-spacing:.05em;line-height:23px;text-transform:none}.site-nav{font-size:15px;font-weight:400;letter-spacing:0;line-height:1;text-transform:none}.site-locale-switch,.site-header-contact,.primary-button,.ghost-button,.inline-link,.bridge-chip{font-size:16px;font-weight:400;letter-spacing:-.02em;line-height:19px}.hero-stage{gap:clamp(36px,5vw,72px);grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);min-height:620px}.hero-stage-copy{gap:16px;max-width:610px}.hero-copy h1,.page-hero-copy h1{font-size:clamp(54px,5vw,68px);font-weight:400;letter-spacing:-.01em;line-height:1.1}.hero-role{font-size:24px;letter-spacing:-.01em;line-height:36px;max-width:27ch}.hero-meta-line{font-size:14px;letter-spacing:.02em;line-height:23px;text-transform:none}.hero-essay{font-size:18px;max-width:48ch}.hero-essay p,.page-hero-copy>p:last-child,.service-preview-copy p,.service-pillar-card p,.premium-pricing-copy p,.premium-pricing-footer p,.note-card p,.payment-step-card p,.resource-card p,.editorial-card p,.article-card p,.article-aside-card p,.closing-copy p{font-size:18px;line-height:30px}.hero-stage-visual{justify-self:end;width:min(100%,400px)}.hero-portrait{aspect-ratio:.76;min-height:0;width:100%}.hero-orbit-badge{bottom:20px;height:82px;right:-14px;width:82px}.hero-spark{font-size:32px}.section-heading{gap:12px}.section-heading h2,.closing-copy h2{font-size:clamp(38px,3.4vw,44px);font-weight:400;letter-spacing:-.01em;line-height:1.14}.scene-range .section-heading h2{font-size:clamp(38px,3.4vw,44px);line-height:1.14}.service-preview-card h3,.premium-pricing-card h3,.payment-step-card h3,.app-entry-card h3,.resource-card h3,.note-card h3,.service-pillar-card h3,.article-card h3,.project-card h3,.editorial-card h2,.article-aside-card h2,.hero-signal-item h2,.stat-card h3{font-size:24px;font-weight:400;letter-spacing:-.005em;line-height:30px}.hero-signal-item strong{font-size:clamp(42px,4vw,58px);line-height:1}.hero-signal-item p,.stat-card p,.service-preview-meta,.editorial-card-meta,.article-date{font-size:16px;line-height:25px}.stat-card strong{font-size:clamp(48px,5vw,72px);line-height:1}.site-footer h2{font-size:32px;line-height:38px}.site-footer p{font-size:16px;line-height:26px}@media(max-width:860px){body{font-size:17px;line-height:1.65}.hero-stage{gap:32px;grid-template-columns:1fr;min-height:auto}.hero-copy h1,.page-hero-copy h1{font-size:clamp(48px,14vw,62px);line-height:1.08}.hero-role{font-size:21px;line-height:31px}.hero-essay,.hero-essay p,.page-hero-copy>p:last-child,.service-preview-copy p,.resource-card p,.editorial-card p,.closing-copy p{font-size:17px;line-height:28px}.hero-stage-visual{justify-self:center;width:min(86%,330px)}.hero-portrait{min-height:0}.section-heading h2,.closing-copy h2,.scene-range .section-heading h2{font-size:clamp(34px,10vw,40px);line-height:1.18}.service-preview-card h3,.premium-pricing-card h3,.resource-card h3,.note-card h3,.editorial-card h2,.article-aside-card h2,.hero-signal-item h2,.stat-card h3{font-size:22px;line-height:28px}}@media(max-width:560px){.hero-copy h1,.page-hero-copy h1{font-size:clamp(44px,14vw,56px)}.hero-role{font-size:20px;line-height:29px}.hero-stage-visual{width:min(82%,300px)}.hero-orbit-badge{height:68px;width:68px}}.page-shell{overflow:clip;padding:0}.page-main{display:block;margin:0;max-width:none;padding:0;width:100%}.scene{border:0;border-radius:0;box-shadow:none;margin:0;overflow:hidden;padding:clamp(52px,7vw,96px) max(24px,calc((100vw - var(--max-width)) / 2));width:100%}.scene:after,.scene-proof:after{content:none}.scene>*{margin-left:auto;margin-right:auto;max-width:var(--max-width);width:100%}.scene-hero{background:#c0d696}.scene-proof,.scene-atlas{background:#fff}.scene-invitation{background:#b0d5df}.scene-closing{background:#c0d696}.site-header{backdrop-filter:blur(24px);background:#fffffff0;border:0;border-bottom:1px solid rgba(0,0,0,.18);border-radius:0;box-shadow:none;margin:0;max-width:none;padding:11px max(24px,calc((100vw - var(--max-width)) / 2));top:0;width:100%}.site-brand,.site-brand:hover,.site-brand:focus-visible{backdrop-filter:none;background:transparent;border:0;box-shadow:none;padding:0;transform:none}.site-brand:before{content:none;display:none}.site-brand-logo{background:transparent;filter:none;mix-blend-mode:normal;object-fit:contain}.site-footer{background:#fff;border-top:1px solid rgba(0,0,0,.18);margin:0;max-width:none;padding:42px max(24px,calc((100vw - var(--max-width)) / 2)) 24px;width:100%}@media(max-width:860px){.page-shell,.page-main{padding:0}.scene{padding:44px 20px}.site-header{margin:0;padding:10px 18px;top:0}.site-footer{padding:36px 20px 20px}}@media(max-width:560px){.scene{padding:38px 16px}.site-header{padding-inline:14px}.site-footer{padding-inline:16px}}.site-footer{background:#000;border-top:0;color:#fff;display:block;padding:clamp(44px,6vw,76px) max(24px,calc((100vw - var(--max-width)) / 2)) 24px}.site-footer-grid{display:grid;gap:clamp(24px,3vw,46px);grid-template-columns:minmax(220px,1fr) minmax(150px,.72fr) repeat(2,minmax(220px,1fr));margin:0 auto;max-width:var(--max-width);width:100%}.site-footer-identity,.site-footer-column,.footer-qr-card,.site-footer-qr-group{align-content:start;display:grid;gap:10px;margin:0;min-width:0}.site-footer .site-footer-kicker,.site-footer-column-title{color:#ffffff80;font-size:12px;font-weight:400;letter-spacing:.08em;line-height:18px;margin:0 0 8px;text-transform:uppercase}.site-footer h2{color:#fff;font-size:clamp(26px,2.5vw,36px);line-height:1.1;margin-bottom:6px}.site-footer p,.site-footer a,.footer-qr-card figcaption{color:#ffffffdb;font-size:15px;line-height:1.45}.site-footer-column a{border-bottom:1px solid rgba(255,255,255,.18);padding:7px 0;transition:color .16s ease,border-color .16s ease}.site-footer-column a:hover,.site-footer-column a:focus-visible{border-color:#c0d696;color:#c0d696}.site-footer-contact{color:#b0d5df!important;font-weight:400;letter-spacing:0}.site-footer-copyright{border-top:1px solid rgba(255,255,255,.28);margin-top:12px!important;padding-top:16px}.footer-qr-card{background:transparent;border:0;border-radius:0;padding:0}.site-footer-qr-group{gap:18px}.footer-qr-grid{align-items:start;display:grid;gap:clamp(18px,2.4vw,34px);grid-template-columns:repeat(2,minmax(0,1fr))}.footer-qr-card img{background:transparent;height:auto;object-fit:contain;width:100%}.site-footer-bottom{border-top:1px solid rgba(255,255,255,.28);color:#ffffff80;display:flex;font-size:12px;justify-content:space-between;letter-spacing:.06em;margin:clamp(38px,5vw,64px) auto 0;max-width:var(--max-width);padding-top:18px;text-transform:uppercase;width:100%}@media(max-width:1080px){.site-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer-identity,.site-footer-shop{min-height:220px}}@media(max-width:720px){.site-footer{padding:42px 20px 22px}.site-footer-grid{gap:34px 20px;grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer-identity{grid-column:1 / -1}}@media(max-width:440px){.site-footer-grid{grid-template-columns:1fr}.site-footer-identity{grid-column:auto}.site-footer-qr-group{border-top:1px solid rgba(255,255,255,.2);padding-top:20px}.footer-qr-grid{gap:28px 16px;grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}}.hero-role{display:flex;flex-wrap:wrap;gap:0 .35em;max-width:none}.hero-role-nowrap{white-space:nowrap}.scene-range .section-heading,.scene-range .section-heading h2{max-width:none;width:100%}.scene-range .section-heading h2{text-wrap:wrap;white-space:normal}.service-preview-card,.resource-card,.project-card{background:#fff;border:1px solid rgba(0,0,0,.32);box-shadow:none;color:#000;transition:background-color .22s ease,border-color .22s ease,box-shadow .22s ease,color .22s ease,transform .22s ease}.service-preview-card.is-featured,.resource-card.is-highlighted{background:#fff;border-color:#00000052;box-shadow:none;color:#000}.service-preview-card:hover,.service-preview-card:focus-within,.resource-card:hover,.resource-card:focus-visible,.project-card:hover{background:#c0d696;border-color:#000;box-shadow:0 12px #0000001a;color:#000;transform:translateY(-5px)}.service-preview-card p,.service-preview-card .service-preview-index,.service-preview-card .inline-link,.service-preview-card.is-featured p,.service-preview-card.is-featured .service-preview-index,.service-preview-card.is-featured .inline-link,.resource-card p,.resource-card .resource-icon{color:#000000ad;transition:color .22s ease}.service-preview-card:hover p,.service-preview-card:hover .service-preview-index,.service-preview-card:hover .inline-link,.service-preview-card:focus-within p,.service-preview-card:focus-within .service-preview-index,.service-preview-card:focus-within .inline-link,.resource-card:hover p,.resource-card:hover .resource-icon,.resource-card:focus-visible p,.resource-card:focus-visible .resource-icon{color:#000}.service-preview-index{background:transparent;border-color:#00000047}@media(min-width:861px){.hero-role{flex-wrap:nowrap;white-space:nowrap}}@media(hover:none){.service-preview-card:hover,.resource-card:hover,.project-card:hover{background:#fff;border-color:#00000052;box-shadow:none;transform:none}}.project-wall{background:transparent;border-radius:0;display:grid;gap:24px;overflow:visible;padding:24px 0 0}.project-wall:before{content:none}.project-wall-note{border-bottom:1px solid rgba(0,0,0,.3);color:#0000009e;font-size:14px;letter-spacing:.03em;line-height:1.5;margin:0;padding-bottom:16px}.project-logo-grid{display:grid;gap:12px;grid-template-columns:repeat(7,minmax(0,1fr))}.project-logo-grid .project-card,.project-logo-grid .project-card:hover{aspect-ratio:408.23 / 150.25;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:10px;box-shadow:none;height:auto;min-width:0;overflow:hidden;padding:0;transform:none;transition:border-color .18s ease;width:100%}.project-logo-grid .project-card:hover{border-color:#00000080}.project-logo-grid .project-logo{display:block;height:100%;max-height:none;max-width:none;object-fit:contain;width:100%}.scene-atlas .resource-section{gap:24px}.scene-atlas .resource-groups{gap:20px}.site-footer-shop .site-footer-column-title{max-width:22ch;text-transform:none}@media(max-width:980px){.project-logo-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:560px){.project-logo-grid{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}}.site-footer-identity{align-items:center;border-bottom:1px solid rgba(255,255,255,.24);display:grid;gap:8px;grid-column:auto;justify-items:center;margin:0 auto clamp(34px,5vw,58px);max-width:var(--max-width);min-height:0;padding-bottom:clamp(26px,4vw,42px);text-align:center;width:100%}.site-footer-identity .site-footer-kicker{color:#fff;font-size:17px;letter-spacing:0;margin:0;text-transform:none}.site-footer-identity>p:last-child{color:#ffffffad;max-width:40rem}.site-footer-identity .site-footer-mission-text{color:#fff;font-size:clamp(24px,3.8vw,36px);letter-spacing:.02em;margin:0;font-weight:300}.site-footer-grid{align-items:start;gap:clamp(28px,5vw,72px);grid-template-columns:repeat(3,minmax(0,1fr))}.site-footer-column,.site-footer-qr-group{align-content:start;border-top:0;justify-items:center;min-height:0;padding-top:0;text-align:center}.site-footer-column-title,.site-footer-shop .site-footer-column-title{color:#fff;font-size:14px;letter-spacing:.02em;max-width:none;min-height:42px;text-transform:none}.site-footer-column a{min-width:min(100%,190px);text-align:center}.footer-qr-grid{max-width:340px;width:100%}.site-footer-bottom{align-items:center;flex-direction:row;flex-wrap:wrap;gap:14px;justify-content:center;text-align:center}.site-footer-bottom span+span:before{color:#ffffff52;content:"/";margin-right:14px}@media(max-width:720px){.site-footer-grid{gap:40px;grid-template-columns:1fr}.site-footer-column,.site-footer-qr-group{border-top:1px solid rgba(255,255,255,.2);padding-top:26px}.site-footer-column-title,.site-footer-shop .site-footer-column-title{min-height:0}}@media(max-width:440px){.site-footer-bottom{flex-direction:column;gap:7px}.site-footer-bottom span+span:before{content:none;margin:0}}.scene-course{background:#c0d696;border-color:#000}.course-layout{display:grid;gap:clamp(32px,5vw,76px);grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.course-copy{display:flex;flex-direction:column;gap:20px}.course-copy h2{font-size:clamp(28px,2.7vw,38px);line-height:1.18;margin:0;font-weight:600;color:#000}.course-desc{color:#1e2a2d;font-size:16px;line-height:1.6;margin:0}.course-actions{display:flex;margin-top:4px}.course-cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;font-size:16px;font-weight:600;border-radius:var(--radius-md);box-shadow:none;background:#000;color:#fff;border:1px solid #000000;text-decoration:none;transition:transform .2s ease,background-color .2s ease}.course-cta-btn:hover{background:#222;transform:translateY(-2px)}.course-benefits{display:flex;flex-direction:column;gap:16px}.course-benefit-card{background:#fff;border:1px solid #000000;border-radius:var(--radius-md);padding:20px;transition:transform .2s ease,box-shadow .2s ease}.course-benefit-card:hover{transform:translateY(-2px);background:var(--surface-strong)}.course-benefit-card h3{font-size:18px;line-height:24px;margin:0 0 8px;font-weight:600;color:#000}.course-benefit-card p{color:var(--muted);font-size:14px;line-height:1.5;margin:0}@media(max-width:860px){.course-layout{grid-template-columns:1fr;gap:40px}}
