:root{--bg:#ffffff;--bg-dark:#0e1318;--surface:#ffffff;--surface-strong:#f6f2fa;--surface-soft:#fffbf4;--stroke:#e7e2eb;--muted:#536169;--text:#111315;--accent:#542a8a;--accent-hover:#3e1e68;--accent-2:#d23c32;--accent-3:#ffd268;--link:#542a8a;--link-hover:#3e1e68;--shadow:0 8px 24px rgba(35, 23, 49, 0.05);--radius:14px}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,sans-serif;line-height:1.6;font-size:16px}.famtivi-brand{--accent:#087f98;--accent-hover:#066a7f;--accent-2:#1c8688;--link:#086b80;--link-hover:#054e5e;--surface-strong:#eaf6f8;--stroke:#d4e7ea}.famtivi-title{display:flex;align-items:center;gap:.75rem;color:#1cb3c8}.famtivi-title img{flex-shrink:0;object-fit:contain}.skip-link{position:absolute;top:-9999px;left:1rem;background:var(--accent);color:#fff!important;padding:.75rem 1.25rem;font-weight:600;border-radius:var(--radius);z-index:9999;text-decoration:none}.skip-link:focus{top:1rem}:focus-visible{outline:3px solid var(--link);outline-offset:3px}a{color:var(--link);text-decoration-thickness:1.5px;text-underline-offset:3px}a:hover{color:var(--link-hover)}.site-wrap{max-width:1100px;margin:1.25rem auto 2.5rem;padding:.75rem 1.75rem 1.5rem}.site-header{margin-bottom:2.5rem;padding-bottom:1rem;border-bottom:2px solid var(--accent)}.nav-bar{display:flex;align-items:center;gap:1rem}.brand-link{display:flex;align-items:center;gap:.85rem;text-decoration:none;color:inherit}.brand-logo{width:56px;height:56px;object-fit:contain;flex-shrink:0}.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-title{font-weight:700;font-size:1.1rem}.brand-sub{color:var(--muted);font-size:.92rem}.main-nav{margin-left:auto;display:flex;gap:1rem;align-items:center}.main-nav a{color:var(--text);text-decoration:none;padding:8px 12px;border-radius:999px;border:1px solid transparent;font-weight:500}.main-nav a:hover{border-color:var(--stroke);background:var(--surface-strong);color:var(--link)}.nav-toggle{display:none;margin-left:auto;background:var(--surface-strong);border:1px solid var(--stroke);color:var(--text);padding:8px 12px;border-radius:999px;cursor:pointer;font-size:.95rem}.mobile-nav{display:none;margin-top:.75rem;padding:.5rem;background:var(--surface);border-radius:var(--radius);border:1px solid var(--stroke)}.mobile-nav.open{display:block}.mobile-nav a{display:block;padding:.5rem .75rem;color:var(--text);text-decoration:none;font-weight:500}.mobile-nav a:hover{color:var(--link);background:var(--surface-strong);border-radius:8px}@media(max-width:1000px){.main-nav{display:none}.nav-toggle{display:inline-flex}html:not(.js-enabled) .mobile-nav{display:block!important}}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:center;margin-bottom:3rem}.hero-text .kicker{margin-bottom:.5rem}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.15;margin:0 0 .75rem;letter-spacing:-.02em}.lead{font-size:1.15rem;color:var(--muted);max-width:34rem;line-height:1.6}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;max-width:100%}.hero-visual img{width:100%;height:auto;border-radius:var(--radius)}.cta-row{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.4rem 0 1.6rem}.btn{display:inline-flex;align-items:center;gap:.4rem;text-decoration:none;padding:.7rem 1.4rem;border-radius:999px;font-weight:600;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease}.btn.primary{background:var(--accent);color:#fff!important;box-shadow:var(--shadow)}.btn.primary:hover{background:var(--accent-hover)}.btn.ghost{border-color:var(--stroke);color:var(--link);background:var(--surface-strong)}.btn.ghost:hover{border-color:var(--link)}.btn:hover{transform:translateY(-2px)}.highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.85rem}.highlight-card{padding:.9rem 1rem;border-radius:14px;background:var(--surface-strong);border:1px solid var(--stroke)}.highlight-value{font-weight:700;font-size:1.25rem;color:var(--accent);margin-bottom:.2rem}.section{margin-bottom:3rem}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.section-head h2,.section-head h1{margin:0 0 .4rem;font-weight:700}.page-layout{display:grid;grid-template-columns:minmax(0,1fr)280px;gap:2.5rem;align-items:start}.page-main{min-width:0}.page-aside{position:sticky;top:1.5rem}.lifestyle-image{width:100%;height:auto;display:block;border-radius:var(--radius)}.profile-title{font-weight:700;font-size:1.1rem;margin-bottom:.25rem}.profile-blurb{margin:.75rem 0 .9rem;color:var(--muted);font-size:.95rem}.profile-links{display:flex;flex-wrap:wrap;gap:.5rem}.profile-links a{text-decoration:none;font-weight:600;font-size:.9rem;color:var(--link);padding:4px 8px;border-radius:999px;border:1px solid var(--stroke);background:var(--surface)}.post-list{display:flex;flex-direction:column;gap:1rem;margin-top:1.2rem}.post-item{display:grid;grid-template-columns:1fr;gap:1rem;padding:1rem;border-radius:14px;border:1px solid var(--stroke);background:var(--surface);text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease}.post-thumb img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;border:1px solid var(--stroke);background:var(--surface-strong)}.post-body{min-width:0}.post-item:has(.post-thumb){grid-template-columns:140px minmax(0,1fr)}.post-item:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(8,127,152,8%)}.post-title{font-size:1.1rem;font-weight:600;margin:0 0 .3rem}.page-media{margin:1.2rem 0 1.6rem;border-radius:var(--radius);overflow:hidden;border:1px solid var(--stroke);background:var(--surface);box-shadow:0 12px 30px rgba(8,127,152,6%)}.page-media img{width:100%;display:block;aspect-ratio:16/9;object-fit:cover}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:1rem;margin-top:1.2rem}.card{background:var(--surface);padding:1.3rem 1.4rem;border-radius:var(--radius);border:1px solid var(--stroke);box-shadow:0 12px 30px rgba(8,127,152,6%);transition:transform .15s ease,border-color .15s ease}.card:hover{transform:translateY(-2px);border-color:var(--accent-2)}.card h3{margin:0 0 .5rem;font-size:1.1rem}.card a{color:inherit;text-decoration:none}.card a:hover{color:var(--link);text-decoration:underline}.link-arrow{color:var(--link);text-decoration:none;font-weight:600}.link-arrow::after{content:" \2192";margin-left:.4rem}.muted{color:var(--muted);font-size:.95rem}.kicker{color:var(--link);font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em}.content-body img{max-width:100%;height:auto;border-radius:14px}.content-body p{margin:0 0 1.1rem}.content-body h2{margin-top:1.6rem;color:var(--text)}.content-body h3{margin-top:1.3rem;color:var(--text)}.content-body ul{margin:0 0 1.2rem;padding-left:1.2rem}.content-body li{margin:.35rem 0}.content-body code{font-family:monospace;background:var(--surface-strong);padding:.2rem .4rem;border-radius:4px;font-size:.9em}.content-body pre{background:#0e1318;color:#f8fafc;padding:1rem;border-radius:var(--radius);overflow-x:auto}.content-body pre code{background:0 0;color:inherit;padding:0}.page-hero{margin-bottom:1.5rem}.page-hero h1{margin:0 0 .6rem;font-weight:800}.site-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--stroke);color:var(--muted);font-size:.95rem}[data-reveal]{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.btn,.card,.post-item{transition:none;transform:none}}@media(max-width:900px){.hero{grid-template-columns:1fr}.hero-visual{order:-1}.section-head{flex-direction:column;align-items:flex-start}.page-layout{grid-template-columns:1fr}.page-aside{position:static}.post-item:has(.post-thumb){grid-template-columns:1fr}}@media(max-width:720px){.hero-title{font-size:2.2rem}.site-wrap{margin:.75rem auto 1.5rem;padding:.5rem 1rem 1rem}}@media(max-width:520px){.hero-title{font-size:1.85rem}.site-wrap{padding:.425rem .75rem .85rem}}@media(max-width:360px){.hero-title{font-size:1.6rem;word-break:break-word}.site-wrap{padding:.375rem .5rem .75rem}}