:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--fb-color-bg:#f7efe6;--fb-color-surface:#fff9f1;--fb-color-surface-soft:#f3e6d9;--fb-color-note:#fff3cf;--fb-color-note-strong:#f5d78a;--fb-color-note-edge:#d9ae58;--fb-color-text:#2f2723;--fb-color-muted:#7b6d63;--fb-color-border:#e8d8cb;--fb-color-primary:#aa5d51;--fb-color-primary-text:#fff;--fb-color-secondary:#ffe0d2;--fb-color-danger:#b44545;--fb-shadow-card:0 12px 30px #5e46371a;--fb-radius-sm:6px;--fb-radius-md:8px;--fb-radius-lg:24px;--fb-space-1:4px;--fb-space-2:8px;--fb-space-3:12px;--fb-space-4:16px;--fb-space-5:20px;--fb-space-6:24px;--fb-space-8:32px;--fb-font-size-2xs:12px;--fb-font-size-xs:13px;--fb-font-size-sm:14px;--fb-font-size-body:16px;--fb-font-size-lg:18px;--fb-font-size-title:28px;--fb-font-size-display:clamp(40px, 6vw, 64px);--fb-font-body:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--fb-font-hand:STKaiti, KaiTi, "BiauKai", "Songti TC", serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--fb-color-bg:#1d1512;--fb-color-surface:#2a1f1b;--fb-color-surface-soft:#362820;--fb-color-note:#3f301c;--fb-color-note-strong:#5c4420;--fb-color-note-edge:#8b6b2d;--fb-color-text:#f8efe6;--fb-color-muted:#cbb9aa;--fb-color-border:#4a3930;--fb-color-primary:#d68a78;--fb-color-primary-text:#1f130f;--fb-color-secondary:#5b342a;--fb-shadow-card:0 10px 30px #00000047}}*{box-sizing:border-box}body{background:var(--fb-color-bg);color:var(--fb-color-text);font-family:var(--fb-font-body);margin:0}a{color:inherit;text-decoration:none}.fb-button{border-radius:var(--fb-radius-md);cursor:pointer;font:inherit;align-items:center;gap:var(--fb-space-2);min-height:44px;padding:0 var(--fb-space-4);border:1px solid #0000;justify-content:center;font-weight:700;transition:transform .14s,border-color .14s,background .14s;display:inline-flex}.fb-button:focus-visible{outline:3px solid color-mix(in srgb, var(--fb-color-primary) 45%, transparent);outline-offset:2px}.fb-button:hover{transform:translateY(-1px)}.fb-button-primary{background:var(--fb-color-primary);box-shadow:0 8px 18px color-mix(in srgb, var(--fb-color-primary) 24%, transparent);color:var(--fb-color-primary-text)}.fb-button-secondary{background:var(--fb-color-surface);border-color:var(--fb-color-border);color:var(--fb-color-text)}.fb-button-ghost{color:var(--fb-color-primary);background:0 0}.fb-card{background:var(--fb-color-surface);border:1px solid var(--fb-color-border);border-radius:var(--fb-radius-md);box-shadow:var(--fb-shadow-card);padding:var(--fb-space-5)}.fb-note-card{background:linear-gradient(90deg, color-mix(in srgb, var(--fb-color-note-edge) 55%, transparent) 0 3px, transparent 3px), var(--fb-color-note);border-color:color-mix(in srgb, var(--fb-color-note-edge) 70%, var(--fb-color-border));box-shadow:0 10px 18px #533f2614}.fb-badge{background:var(--fb-color-secondary);border:1px solid var(--fb-color-border);border-radius:var(--fb-radius-sm);color:var(--fb-color-muted);padding:6px 10px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.fb-avatar{aspect-ratio:1;box-shadow:var(--fb-shadow-card);object-fit:cover;border:3px solid #fffc;border-radius:999px;width:88px;height:88px}.fb-input,.fb-textarea{background:var(--fb-color-surface);border:1px solid var(--fb-color-border);border-radius:var(--fb-radius-md);color:var(--fb-color-text);font:inherit;width:100%;padding:12px 14px}.fb-textarea{resize:vertical;min-height:118px}.fb-note-input{background:color-mix(in srgb, var(--fb-color-note) 76%, var(--fb-color-surface));border-color:color-mix(in srgb, var(--fb-color-note-edge) 65%, var(--fb-color-border));font-family:var(--fb-font-hand);font-size:18px;line-height:1.6}.fb-hero{min-height:min(72vh,620px);position:relative;overflow:hidden}.fb-hero-cover{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.fb-hero-scrim{background:linear-gradient(#1f1b161f 0%,#1f1b16c7 100%);position:absolute;inset:0}.fb-hero-content{color:#fff;align-items:flex-end;gap:var(--fb-space-4);inset:auto var(--fb-space-5) var(--fb-space-6);max-width:980px;display:flex;position:absolute}.fb-hero-copy h1{letter-spacing:0;margin:0;font-size:clamp(34px,8vw,72px);line-height:.95}.fb-hero-copy p{margin:var(--fb-space-2) 0 0;max-width:680px;font-size:clamp(16px,3vw,22px);line-height:1.5}.fb-kicker{text-transform:uppercase;font-weight:800;margin:0 0 var(--fb-space-2)!important;font-size:13px!important}.fb-activity-card{gap:var(--fb-space-4);grid-template-columns:120px 1fr;display:grid}.fb-activity-card img{aspect-ratio:1;border-radius:var(--fb-radius-md);object-fit:cover;width:120px;height:120px}.fb-activity-card h2,.fb-subscribe-card h2{letter-spacing:0;margin:var(--fb-space-2) 0;font-size:20px;line-height:1.2}.fb-activity-card p,.fb-subscribe-card p{color:var(--fb-color-muted);margin:0;line-height:1.7}.fb-relation-card{gap:var(--fb-space-4);display:grid}.fb-relation-stats{gap:var(--fb-space-3);grid-template-columns:1fr 1fr;display:grid}.fb-relation-stat{background:var(--fb-color-surface-soft);border:1px solid var(--fb-color-border);border-radius:var(--fb-radius-md);gap:var(--fb-space-1);padding:var(--fb-space-3);display:grid}.fb-relation-stat strong{color:var(--fb-color-primary);font-size:22px}.fb-reply-list{gap:var(--fb-space-3);margin:0;padding:0;display:grid}.fb-reply-list li{border-top:1px solid var(--fb-color-border);gap:var(--fb-space-1);padding-top:var(--fb-space-3);list-style:none;display:grid}.fb-reply-list p{color:var(--fb-color-text);font-family:var(--fb-font-hand);font-size:17px}.fb-inline-meta,.fb-reply-status{color:var(--fb-color-muted);font-size:13px;line-height:1.5}.fb-reply-status{color:var(--fb-color-primary);font-weight:800}.fb-card-heading{align-items:center;gap:var(--fb-space-2);display:flex}.fb-subscribe-card{gap:var(--fb-space-4);display:grid}.fb-subscribe-card strong{color:var(--fb-color-primary);font-size:24px}.fb-subscribe-card ul{color:var(--fb-color-muted);margin:0;padding-inline-start:20px;line-height:1.8}@media (max-width:640px){.fb-hero{min-height:68vh}.fb-hero-content{inset:auto var(--fb-space-4) var(--fb-space-5);flex-direction:column;align-items:flex-start}.fb-activity-card{grid-template-columns:1fr}.fb-activity-card img{aspect-ratio:16/10;width:100%;height:auto}}:root,[data-fb-channel-theme=warm-clay-life]{--fb-ch-accent:#b56a5f;--fb-ch-accent-soft:#b56a5f21;--fb-ch-accent-border:#b56a5f33;--fb-ch-accent-border-strong:#b56a5f57;--fb-ch-structure:#7c6264;--fb-ch-structure-soft:#7c62641a;--fb-ch-structure-border:#7c62642e;--fb-ch-date-ink:#927e7c;--fb-ch-honey-ink:#8a5b31;--fb-ch-honey-soft:#bd7e4621;--fb-ch-honey-border:#bd7e4638;--fb-ch-reaction-grid-border:#5c3e411a;--fb-ch-reaction-grid-bg:#fff6f2b3;--fb-ch-ink:#2d2326;--fb-ch-ink-muted:#7d6868;--fb-ch-line:#5c3e4121;--fb-ch-panel:#fcf0e5e6;--fb-ch-topbar:#fcf0e5ed;--fb-ch-topbar-solid:#fcf0e5;--fb-ch-toolbar-bg:#fcf0e5f0;--fb-ch-page-bg-a:#f4e3d6;--fb-ch-page-bg-b:#fcf0e5;--fb-ch-page-bg-c:#eac8ba;--fb-ch-date-pill:#7c626417;--fb-ch-chip-bg:#fcf0e5f2;--fb-ch-chip-shadow:#5c3e4114;--fb-ch-card-bg:#fffbf8eb;--fb-ch-card-border:#7c62641f;--fb-ch-card-shadow:#5c3e4117;--fb-ch-on-accent:#fff;--fb-ch-locked-veil:#2d23267a;--fb-ch-jump-pill-bg:#2d2326bd;--fb-ch-jump-pill-shadow:#5c3e4133;--fb-ch-highlight-ring:#b56a5f3d;--fb-ch-highlight-glow:#b56a5f38;--fb-ch-video-frame-bg:#24181a;--fb-ch-video-overlay:#2d2326ad;--fb-ch-video-overlay-strong:#2d2326bd;--fb-ch-video-overlay-shadow:#5c3e413d;--fb-ch-locked-shell-bg:#eac8ba;--fb-ch-locked-snow-strong:#ffffffeb;--fb-ch-locked-snow-soft:#ffffff61;--fb-ch-locked-snow-mid:#ffffffad;--fb-ch-locked-snow-dim:#ffffff6b;--fb-ch-locked-haze:#fff7f329;--fb-ch-locked-veil-top:#fff7f338;--fb-ch-locked-veil-bottom:#6a464066;--fb-ch-locked-shimmer:#fff3;--fb-ch-locked-gate-border:#ffffff47;--fb-ch-locked-gate-bg:#5c393447;--fb-ch-locked-gate-shadow:#5c393433;--fb-ch-locked-on-dark:#fff;--fb-ch-locked-on-dark-soft:#ffffffd6;--fb-ch-locked-on-dark-hint:#ffffffdb;--fb-ch-locked-mark-bg:#ffffffeb;--fb-ch-locked-mark-ring:#ffffff1f;--fb-ch-locked-cta-ink:#7b443c;--fb-ch-locked-cta-bg:#ffffffe6;--fb-ch-sheet-mask:#2d23266b;--fb-ch-sheet-bg:#fff4ea;--fb-ch-sheet-shadow:#5c3e4140;--fb-ch-drawer-top:#fdeee4;--fb-ch-drawer-bottom:#fff7f1;--fb-ch-drawer-shadow:#5c3e4138;--fb-ch-sheet-close-bg:#7d68681f;--fb-ch-row-bg:#fffbf8;--fb-ch-row-soft-bg:#fff1ece0;--fb-ch-row-softer-bg:#fff1ecc2;--fb-ch-state-bg:#fcf0e5db;--fb-ch-danger-soft:#ad4a5a;--fb-ch-report-reason:#93404e;--fb-ch-toast-bg:#2d2326de;--fb-ch-toast-shadow:#5c3e4140;--fb-ch-profile-avatar-shadow:#b56a5f33;--fb-ch-profile-avatar-ring:#fffffff5;--fb-ch-input-bg:#fffaf4d1;--fb-ch-editor-bg:#fffaf4cc;--fb-ch-badge-bg:#b56a5f;--fb-ch-thread-line:#b56a5f5c;--fb-ch-thread-card-border:#b56a5f2e;--fb-ch-thread-card-bg:#ffefe8c2;--fb-ch-thread-fan-bg:#b56a5f1f;--fb-ch-thread-creator-bg:#fffbf8;--fb-ch-thread-creator-shadow:#5c3e4114;--fb-ch-thread-withdrawn-bg:#7d68681a;--fb-ch-owner-toolbar-bg:#fff0ebf0;--fb-ch-owner-toolbar-border:#b56a5f33;--fb-ch-preview-bar-bg:#ffefddf2;--fb-ch-preview-bar-border:#bd7e4638;--fb-ch-preview-badge-ink:#74502a;--fb-ch-preview-badge-bg:#bd7e4633;--fb-ch-inbox-card-border:#7c626424;--fb-ch-inbox-card-unread-border:#b56a5f52;--fb-ch-inbox-card-unread-bg:#b56a5f1a;--fb-ch-inbox-panel-border:#7c626426;--fb-ch-inbox-panel-bg:#fcf0e5d6;--fb-ch-inbox-summary-bg:#fff1ecd6;--fb-ch-viewer-bg:#0a0e12f0;--fb-ch-viewer-on:#fff;--fb-ch-viewer-on-soft:#ffffffeb;--fb-ch-viewer-on-muted:#ffffffb8;--fb-ch-viewer-on-dim:#ffffff7a;--fb-ch-viewer-button-bg:#ffffff24;--fb-ch-viewer-pill-bg:#ffffff1f;--fb-ch-viewer-pill-border:#ffffff29;--fb-ch-viewer-selected-bg:#ffffffe0;--fb-ch-viewer-selected-ink:#642d22;--fb-ch-viewer-caption-bg:#00000057}@media (prefers-color-scheme:dark){:root,[data-fb-channel-theme=warm-clay-life]{--fb-ch-accent:#d98d7e;--fb-ch-accent-soft:#d98d7e2b;--fb-ch-accent-border:#d98d7e47;--fb-ch-accent-border-strong:#d98d7e6b;--fb-ch-structure:#c0aa9b;--fb-ch-structure-soft:#c0aa9b1f;--fb-ch-structure-border:#c0aa9b2e;--fb-ch-date-ink:#b8a99f;--fb-ch-honey-ink:#f0ca82;--fb-ch-honey-soft:#d6a64f2b;--fb-ch-honey-border:#d6a64f47;--fb-ch-reaction-grid-border:#f6e6d61a;--fb-ch-reaction-grid-bg:#342620a3;--fb-ch-ink:#f8efe6;--fb-ch-ink-muted:#cbb9aa;--fb-ch-line:#f6e6d624;--fb-ch-panel:#2a1f1be0;--fb-ch-topbar:#211815e6;--fb-ch-topbar-solid:#211814;--fb-ch-toolbar-bg:#211815eb;--fb-ch-page-bg-a:#1f1714;--fb-ch-page-bg-b:#171210;--fb-ch-page-bg-c:#261b17;--fb-ch-date-pill:#f6e6d614;--fb-ch-chip-bg:#2f241ff2;--fb-ch-chip-shadow:#0000004d;--fb-ch-card-bg:#30231eeb;--fb-ch-card-border:#f6e6d61f;--fb-ch-card-shadow:#00000040;--fb-ch-on-accent:#241410;--fb-ch-locked-veil:#0d09078f;--fb-ch-jump-pill-bg:#0d0907cc;--fb-ch-jump-pill-shadow:#0000004d;--fb-ch-highlight-ring:#d98d7e47;--fb-ch-highlight-glow:#d98d7e38;--fb-ch-video-frame-bg:#100c0a;--fb-ch-video-overlay:#0d0907b8;--fb-ch-video-overlay-strong:#0d0907c7;--fb-ch-video-overlay-shadow:#0000004d;--fb-ch-locked-shell-bg:#3a2a24;--fb-ch-locked-snow-strong:#f8efe69e;--fb-ch-locked-snow-soft:#f8efe647;--fb-ch-locked-snow-mid:#f8efe68f;--fb-ch-locked-snow-dim:#f8efe64d;--fb-ch-locked-haze:#f8efe614;--fb-ch-locked-veil-top:#f8efe60f;--fb-ch-locked-veil-bottom:#0000007a;--fb-ch-locked-shimmer:#f8efe624;--fb-ch-locked-gate-border:#f8efe638;--fb-ch-locked-gate-bg:#20141061;--fb-ch-locked-gate-shadow:#00000047;--fb-ch-locked-on-dark:#f8efe6;--fb-ch-locked-on-dark-soft:#f8efe6d1;--fb-ch-locked-on-dark-hint:#f8efe6d6;--fb-ch-locked-mark-bg:#f8efe6e6;--fb-ch-locked-mark-ring:#f8efe61f;--fb-ch-locked-cta-ink:#5a241b;--fb-ch-locked-cta-bg:#f8efe6e0;--fb-ch-sheet-mask:#00000080;--fb-ch-sheet-bg:#261b17;--fb-ch-sheet-shadow:#0000006b;--fb-ch-drawer-top:#2a1c16;--fb-ch-drawer-bottom:#211815;--fb-ch-drawer-shadow:#0000006b;--fb-ch-sheet-close-bg:#cbb9aa29;--fb-ch-row-bg:#30231e;--fb-ch-row-soft-bg:#342620db;--fb-ch-row-softer-bg:#342620bd;--fb-ch-state-bg:#2a1f1bd6;--fb-ch-danger-soft:#d98b91;--fb-ch-report-reason:#d98b91;--fb-ch-toast-bg:#0d0907e0;--fb-ch-toast-shadow:#0006;--fb-ch-profile-avatar-shadow:#00000059;--fb-ch-profile-avatar-ring:#30231ef5;--fb-ch-input-bg:#2a1f1bc7;--fb-ch-editor-bg:#2a1f1bc2;--fb-ch-badge-bg:#d98d7e;--fb-ch-thread-line:#d98d7e6b;--fb-ch-thread-card-border:#d98d7e38;--fb-ch-thread-card-bg:#3a2822b8;--fb-ch-thread-fan-bg:#d98d7e29;--fb-ch-thread-creator-bg:#30231e;--fb-ch-thread-creator-shadow:#0000004d;--fb-ch-thread-withdrawn-bg:#cbb9aa1f;--fb-ch-owner-toolbar-bg:#2a1c16f0;--fb-ch-owner-toolbar-border:#d98d7e3d;--fb-ch-preview-bar-bg:#3c2e18f0;--fb-ch-preview-bar-border:#b8843647;--fb-ch-preview-badge-ink:#f3d489;--fb-ch-preview-badge-bg:#b8843638;--fb-ch-inbox-card-border:#f6e6d624;--fb-ch-inbox-card-unread-border:#d98d7e61;--fb-ch-inbox-card-unread-bg:#d98d7e21;--fb-ch-inbox-panel-border:#f6e6d629;--fb-ch-inbox-panel-bg:#2a1f1bd6;--fb-ch-inbox-summary-bg:#342620d6;--fb-ch-viewer-bg:#080b0ff5;--fb-ch-viewer-on:#fff;--fb-ch-viewer-on-soft:#ffffffeb;--fb-ch-viewer-on-muted:#ffffffb8;--fb-ch-viewer-on-dim:#ffffff7a;--fb-ch-viewer-button-bg:#ffffff24;--fb-ch-viewer-pill-bg:#ffffff1f;--fb-ch-viewer-pill-border:#ffffff29;--fb-ch-viewer-selected-bg:#ffffffe0;--fb-ch-viewer-selected-ink:#642d22;--fb-ch-viewer-caption-bg:#00000057}}
html,body{touch-action:pan-x pan-y;margin:0;padding:0}body{background:var(--fb-color-bg,#f7efe6);color:var(--fb-color-text,#2f2723);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,HarmonyOS Sans SC,PingFang SC,Microsoft YaHei UI,sans-serif}.not-found-page{background:radial-gradient(circle at 50% 12%,#ffffffdb 0 120px,#0000 260px),linear-gradient(#fff9f1 0%,#f7efe6 100%);place-items:center;min-height:100dvh;padding:28px 18px;display:grid}.not-found-card{text-align:center;background:#fff9f1e0;border:1px solid #5d46311f;border-radius:28px;width:min(100%,360px);padding:34px 24px 26px;box-shadow:0 24px 70px #4e372224}.not-found-mark{color:#fff;letter-spacing:0;background:#c6533f;border-radius:50%;place-items:center;width:62px;height:62px;margin:0 auto 18px;font-size:20px;font-weight:750;display:grid}.not-found-kicker{color:#927257;margin:0 0 8px;font-size:13px;font-weight:650}.not-found-card h1{color:#211912;letter-spacing:0;margin:0;font-size:26px;line-height:1.18}.not-found-copy{color:#6f604f;margin:14px auto 0;font-size:15px;line-height:1.7}.not-found-actions{gap:10px;margin-top:24px;display:grid}.not-found-primary,.not-found-secondary{border-radius:999px;justify-content:center;align-items:center;min-height:46px;font-size:15px;font-weight:680;text-decoration:none;display:inline-flex}.not-found-primary{color:#fff9ee;background:#251b14}.not-found-secondary{color:#5f4a39;background:#ffffff7a;border:1px solid #5d463129}
.site-home{background:var(--fb-color-bg);min-height:100dvh;color:var(--fb-color-text);overflow:hidden}.site-home-hero,.site-home-principles,.site-home-commitment,.site-home-footer{width:min(100% - (var(--fb-space-5) * 2), 1120px);margin-inline:auto}.site-home-hero{padding-block:var(--fb-space-5) var(--fb-space-8)}.site-home-nav,.site-home-preview-topline,.site-home-preview-profile,.site-home-preview-footer,.site-home-footer,.site-home-commitment{align-items:center;display:flex}.site-home-nav{justify-content:space-between}.site-home-brand{align-items:center;gap:var(--fb-space-2);color:var(--fb-color-text);font-size:var(--fb-font-size-lg);letter-spacing:-.02em;font-weight:760;display:inline-flex}.site-home-brand-symbol{width:var(--fb-space-6);height:var(--fb-space-6);border-radius:var(--fb-radius-md);background:var(--fb-color-primary);color:var(--fb-color-primary-text);font-size:var(--fb-font-size-sm);place-items:center;font-weight:820;display:grid}.site-home-nav-note,.site-home-action-note,.site-home-preview-topline,.site-home-preview-profile span,.site-home-preview-note-label,.site-home-preview-footer,.site-home-principle p,.site-home-section-heading>p,.site-home-commitment>p,.site-home-footer>p{color:var(--fb-color-muted)}.site-home-nav-note{font-size:var(--fb-font-size-sm)}.site-home-hero-grid{align-items:center;gap:var(--fb-space-8);padding-top:clamp(var(--fb-space-8), 8vw, calc(var(--fb-space-8) * 2));grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);display:grid}.site-home-eyebrow{margin:0 0 var(--fb-space-3);color:var(--fb-color-primary);font-size:var(--fb-font-size-xs);letter-spacing:.12em;font-weight:800}.site-home-intro h1,.site-home-section-heading h2,.site-home-commitment h2{letter-spacing:-.045em;margin:0}.site-home-intro h1{max-width:720px;font-size:var(--fb-font-size-display);line-height:1.1}.site-home-lede{max-width:590px;margin:var(--fb-space-5) 0 0;color:var(--fb-color-muted);font-size:var(--fb-font-size-lg);line-height:1.8}.site-home-actions{gap:var(--fb-space-3);margin-top:var(--fb-space-6);flex-wrap:wrap;display:flex}.site-home-primary-action,.site-home-secondary-action{justify-content:center;align-items:center;gap:var(--fb-space-2);min-height:48px;padding-inline:var(--fb-space-5);border-radius:var(--fb-radius-md);font-size:var(--fb-font-size-body);font-weight:760;display:inline-flex}.site-home-primary-action{background:var(--fb-color-primary);box-shadow:var(--fb-shadow-card);color:var(--fb-color-primary-text)}.site-home-secondary-action{border:1px solid var(--fb-color-border);background:color-mix(in srgb, var(--fb-color-surface) 82%, transparent);color:var(--fb-color-text)}.site-home-primary-action:focus-visible{outline:3px solid color-mix(in srgb, var(--fb-color-primary) 42%, transparent);outline-offset:var(--fb-space-1)}.site-home-secondary-action:focus-visible{outline:3px solid color-mix(in srgb, var(--fb-color-primary) 28%, transparent);outline-offset:var(--fb-space-1)}.site-home-action-note{margin:var(--fb-space-3) 0 0;font-size:var(--fb-font-size-sm)}.site-home-preview{gap:var(--fb-space-5);padding:var(--fb-space-6);border:1px solid var(--fb-color-border);border-radius:var(--fb-radius-lg);background:var(--fb-color-surface);box-shadow:var(--fb-shadow-card);display:grid;transform:rotate(2deg)}.site-home-preview-topline{font-size:var(--fb-font-size-xs);justify-content:space-between;font-weight:700}.site-home-preview-live{padding:var(--fb-space-1) var(--fb-space-2);border-radius:var(--fb-radius-sm);background:var(--fb-color-secondary);color:var(--fb-color-primary)}.site-home-preview-profile{gap:var(--fb-space-3)}.site-home-preview-avatar{width:calc(var(--fb-space-8) + var(--fb-space-2));height:calc(var(--fb-space-8) + var(--fb-space-2));object-fit:cover;object-position:center;box-shadow:0 0 0 3px color-mix(in srgb, var(--fb-color-secondary) 76%, var(--fb-color-surface));border-radius:50%;flex:none}.site-home-preview-profile div{gap:var(--fb-space-1);display:grid}.site-home-preview-profile strong{font-size:var(--fb-font-size-lg)}.site-home-preview-profile span{font-size:var(--fb-font-size-sm)}.site-home-preview-note{padding:var(--fb-space-5);border:1px solid color-mix(in srgb, var(--fb-color-note-edge) 56%, var(--fb-color-border));border-radius:var(--fb-radius-md);background:var(--fb-color-note)}.site-home-preview-note-label{font-size:var(--fb-font-size-xs);font-weight:700}.site-home-preview-note p{margin:var(--fb-space-2) 0 0;color:var(--fb-color-text);font-family:var(--fb-font-hand);font-size:var(--fb-font-size-lg);line-height:1.65}.site-home-preview-footer{font-size:var(--fb-font-size-xs);justify-content:space-between}.site-home-principles{padding-block:var(--fb-space-8) calc(var(--fb-space-8) * 2)}.site-home-section-heading{max-width:620px}.site-home-section-heading h2,.site-home-commitment h2{font-size:var(--fb-font-size-title);line-height:1.35}.site-home-section-heading>p,.site-home-commitment>p,.site-home-footer>p{margin:var(--fb-space-3) 0 0;font-size:var(--fb-font-size-body);line-height:1.75}.site-home-principle-grid{gap:var(--fb-space-4);margin-top:var(--fb-space-6);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.site-home-principle{padding:var(--fb-space-5);border:1px solid var(--fb-color-border);border-radius:var(--fb-radius-lg);background:var(--fb-color-surface)}.site-home-principle-icon{width:var(--fb-space-6);height:var(--fb-space-6);border-radius:var(--fb-radius-md);background:var(--fb-color-secondary);color:var(--fb-color-primary);place-items:center;display:grid}.site-home-principle h3{margin:var(--fb-space-4) 0 0;font-size:var(--fb-font-size-lg);letter-spacing:-.02em}.site-home-principle p{margin:var(--fb-space-2) 0 0;font-size:var(--fb-font-size-sm);line-height:1.75}.site-home-commitment{justify-content:space-between;gap:var(--fb-space-8);padding:var(--fb-space-6);border:1px solid var(--fb-color-border);border-radius:var(--fb-radius-lg);background:var(--fb-color-surface-soft)}.site-home-commitment>div,.site-home-commitment>p{flex:1}.site-home-commitment>p{margin:0}.site-home-footer{justify-content:space-between;gap:var(--fb-space-4);padding-block:var(--fb-space-8)}.site-home-footer>p{font-size:var(--fb-font-size-sm);text-align:right;margin:0}@media (max-width:760px){.site-home-hero-grid,.site-home-principle-grid{grid-template-columns:1fr}.site-home-hero-grid{gap:var(--fb-space-8)}.site-home-preview{justify-self:center;max-width:460px}.site-home-commitment{gap:var(--fb-space-4);display:grid}}@media (max-width:480px){.site-home-hero,.site-home-principles,.site-home-commitment,.site-home-footer{width:min(100% - (var(--fb-space-4) * 2), 1120px)}.site-home-nav-note{display:none}.site-home-preview{padding:var(--fb-space-5);transform:none}.site-home-preview-footer{justify-content:flex-start;gap:var(--fb-space-2);flex-wrap:wrap}.site-home-footer{flex-direction:column;align-items:flex-start}.site-home-footer>p{text-align:left}}
