:root{color-scheme:light;--page-bg:#fbfbfa;--surface:#ffffff;--surface-tint:#f3eefb;--text:#121212;--muted:rgba(18,18,18,0.66);--line:rgba(18,18,18,0.08);--shadow:0 18px 48px rgba(40,28,16,0.08);--shadow-hover:0 28px 72px rgba(40,28,16,0.12);--radius-xl:2.2rem;--radius-lg:1.8rem}[data-theme=dark]{color-scheme:dark;--page-bg:#16171a;--surface:#1a1a1e;--surface-tint:#1e1c28;--text:#e8e8ec;--muted:rgba(232,232,236,0.6);--line:rgba(255,255,255,0.08);--shadow:0 18px 48px rgba(0,0,0,0.3);--shadow-hover:0 28px 72px rgba(0,0,0,0.42)}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;overflow:auto;background:var(--page-bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}.page{min-height:100svh;padding:.5rem;display:grid;grid-template-rows:auto 1fr auto}.layout,.topbar{width:min(1720px,calc(100% - 2rem));margin:0 auto}.topbar{display:flex;justify-content:space-between;padding:.9rem 0 1rem}.topbar,.topbar-start{align-items:center;gap:1rem}.topbar-start{display:inline-flex;min-width:0}.brand{align-items:center;gap:0;font-weight:700;letter-spacing:-.04em;text-transform:uppercase}.brand,.brand-word{display:inline-flex}.brand-word{align-items:baseline;gap:.04em;font-size:1.14rem}.brand-project{color:var(--text)}.brand-s{color:#d4896a}.brand-y{color:#6eb3e0}.brand-secondary-link{color:var(--muted);font-size:.92rem;text-decoration:underline;-webkit-text-decoration-color:rgba(18,18,18,.14);text-decoration-color:rgba(18,18,18,.14);text-underline-offset:.18em;transition:color .18s ease,opacity .18s ease,-webkit-text-decoration-color .18s ease;transition:color .18s ease,text-decoration-color .18s ease,opacity .18s ease;transition:color .18s ease,text-decoration-color .18s ease,opacity .18s ease,-webkit-text-decoration-color .18s ease}.brand-secondary-link:hover{color:var(--text);-webkit-text-decoration-color:rgba(18,18,18,.34);text-decoration-color:rgba(18,18,18,.34)}.topnav{display:inline-flex;align-items:center;gap:.9rem;flex-wrap:wrap}.locale-button,.pill,.theme-toggle,.topnav a{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.75rem 1.35rem;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.86);box-shadow:inset 0 1px 0 rgba(255,255,255,.7);font-family:inherit;font-size:1.1rem;color:var(--text);cursor:pointer;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease}.theme-toggle{position:relative;width:3rem;min-width:3rem;padding:0;flex:0 0 3rem}.theme-toggle-icon{position:relative;display:inline-grid;place-items:center;width:1.2rem;height:1.2rem}.theme-glyph{position:absolute;inset:0;display:inline-grid;place-items:center;line-height:1;transition:opacity .22s ease,transform .26s ease}.theme-glyph svg{width:100%;height:100%;overflow:visible}.theme-glyph--moon{opacity:1;transform:rotate(0deg) scale(1)}.theme-glyph--sun{opacity:0;transform:rotate(-90deg) scale(.7)}.theme-toggle-icon--dark .theme-glyph--moon{opacity:0;transform:rotate(90deg) scale(.7)}.theme-toggle-icon--dark .theme-glyph--sun{opacity:1;transform:rotate(0deg) scale(1)}[data-theme=dark] .pill,[data-theme=dark] .theme-toggle,[data-theme=dark] .topnav a{background:rgba(255,255,255,.06);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}[data-theme=dark] .brand-secondary-link{-webkit-text-decoration-color:rgba(232,232,236,.16);text-decoration-color:rgba(232,232,236,.16)}[data-theme=dark] .brand-secondary-link:hover{-webkit-text-decoration-color:rgba(232,232,236,.32);text-decoration-color:rgba(232,232,236,.32)}.locale-switcher{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;transition:opacity .18s ease}.locale-option,.locale-switcher{display:inline-flex;align-items:center;gap:.35rem}.locale-separator{color:rgba(18,18,18,.28)}.locale-button{min-height:auto;min-width:auto;padding:0;background:transparent;box-shadow:none;border:0;font-size:.84rem;font-weight:700;letter-spacing:.08em;color:rgba(18,18,18,.42)}.locale-button--active{color:rgba(18,18,18,.9)}.layout{min-height:0;display:grid;grid-template-rows:minmax(0,1fr) minmax(0,.92fr);align-content:start;grid-gap:.8rem;gap:.8rem;padding-bottom:.55rem}.card,.hero-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-xl);background:rgba(255,255,255,.78);box-shadow:var(--shadow);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background-size .22s ease,background-position .22s ease}.hero-card{min-height:0;display:flex;align-items:center;padding:2.2rem 2rem;transition:box-shadow .3s ease;background:radial-gradient(circle at 10% 75%,rgba(239,176,141,.3),transparent 40%),radial-gradient(circle at 85% 20%,rgba(137,195,246,.35),transparent 40%),radial-gradient(circle at 50% 50%,rgba(255,255,255,.6),transparent 50%),linear-gradient(135deg,#f5efe9,#f0edf5 50%,#e9f0f8)}.hero-copy{display:flex;flex-direction:column;justify-content:center;max-width:none}.card-body h2,.hero-copy h1{margin:0;letter-spacing:-.07em}.hero-copy h1{max-width:none;font-size:clamp(2.6rem,4.2vw,4.8rem);line-height:.92;letter-spacing:-.055em;white-space:nowrap}.hero-description{max-width:none;margin:1rem 0 0;color:var(--muted);font-size:1rem;line-height:1.45}.hero-note-text{margin:1rem 0 0;color:rgba(18,18,18,.5);font-size:.8rem;letter-spacing:.06em;text-transform:uppercase}.card-grid{min-height:0;display:grid;grid-template-columns:1fr 1fr 1.25fr;grid-gap:.8rem;gap:.8rem;overflow:visible}.card{z-index:0;min-height:0;padding:1rem;color:white;transform-origin:center center;will-change:transform}.card-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between}.card .pill{min-height:2.45rem;padding:.56rem .95rem;background:rgba(255,255,255,.95);color:#111}.arrow{display:inline-grid;place-items:center;width:2.65rem;height:2.65rem;border-radius:999px;background:rgba(255,255,255,.96);color:#111;font-size:1.35rem;transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease}.card-bg,.card-glow{position:absolute;inset:0}.card-glow{border-radius:50%;filter:blur(30px);transition:transform .22s ease,opacity .22s ease,filter .22s ease}.card-glow--one{inset:auto auto 14% 10%;width:11rem;height:11rem}.card-glow--two{inset:12% 10% auto auto;width:9rem;height:9rem}.card-body{position:absolute;right:1rem;bottom:1rem;left:1rem;z-index:1}.card-body p{margin:0 0 .45rem;color:rgba(255,255,255,.9);font-size:.88rem;text-shadow:0 1px 3px rgba(0,0,0,.12)}.card-body h2{max-width:8ch;font-size:clamp(1.8rem,2.15vw,2.8rem);line-height:.95;text-shadow:0 1px 4px rgba(0,0,0,.1)}.card--pizza{background:linear-gradient(180deg,#efb08d,#df8d68)}.card--pizza .card-bg{background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(91,38,20,.14))}.card--pizza .card-glow--one{background:radial-gradient(circle,rgba(255,229,180,.82),transparent 62%)}.card--pizza .card-glow--two{background:radial-gradient(circle,rgba(255,166,123,.72),transparent 62%)}.card--fairdient{background:linear-gradient(180deg,#b9dbf4,#88c3ee)}.card--fairdient .card-bg{background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.12))}.card--fairdient .card-glow--one{background:radial-gradient(circle,rgba(255,255,255,.88),transparent 62%)}.card--fairdient .card-glow--two{background:radial-gradient(circle,rgba(137,195,246,.86),transparent 62%)}.card--websites{background:linear-gradient(180deg,#c7d7ab,#9bbf83)}.card--websites .card-bg{background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(26,52,24,.12))}.card--websites .card-glow--one{background:radial-gradient(circle,rgba(245,252,220,.8),transparent 62%)}.card--websites .card-glow--two{background:radial-gradient(circle,rgba(157,211,161,.72),transparent 62%)}.card--overview{background:linear-gradient(160deg,#dccfc4,#c4cedb)}.card--overview .card-bg{background:linear-gradient(180deg,rgba(0,0,0,.01),rgba(28,30,40,.1))}.card--overview .card-glow--one{background:radial-gradient(circle,rgba(239,176,141,.35),transparent 62%)}.card--overview .card-glow--two{background:radial-gradient(circle,rgba(137,195,246,.4),transparent 62%)}.card:hover{z-index:2;transform:scale(1.007);box-shadow:var(--shadow-hover);border-color:rgba(18,18,18,.12)}.card:hover .arrow{box-shadow:0 10px 24px rgba(18,18,18,.12)}.card:hover .card-glow--one{transform:scale(1.08) translate(-1%,1%);filter:blur(34px)}.card:hover .card-glow--two{transform:scale(1.12) translate(1%,-1%);filter:blur(36px)}.card--overview .card-body h2{max-width:10ch;font-size:clamp(2rem,2.5vw,3.15rem)}.card--overview .card-body p{font-size:.92rem}.topnav a:hover{box-shadow:0 2px 8px rgba(40,28,16,.06)}.theme-toggle:hover,.topnav a:hover{border-color:rgba(18,18,18,.18);background:rgba(255,255,255,1);transform:translateY(-1px)}.theme-toggle:hover{box-shadow:0 4px 14px rgba(40,28,16,.08)}.locale-button:hover{color:rgba(18,18,18,.68)}@keyframes fade-up{0%{opacity:0}to{opacity:1}}.hero-card{animation:fade-up .6s ease both}.card-grid .card:first-child{animation:fade-up .6s ease 80ms both}.card-grid .card:nth-child(2){animation:fade-up .6s ease .16s both}.card-grid .card:nth-child(3){animation:fade-up .6s ease .24s both}[data-theme=dark] .hero-card{background:radial-gradient(circle at 10% 75%,rgba(180,110,70,.2),transparent 40%),radial-gradient(circle at 85% 20%,rgba(80,140,200,.2),transparent 40%),radial-gradient(circle at 50% 50%,rgba(30,30,36,.4),transparent 50%),linear-gradient(135deg,#1c1a1e,#1a1a22 50%,#181c22)}[data-theme=dark] .card,[data-theme=dark] .hero-card{background-color:var(--surface);border-color:var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}[data-theme=dark] .card--pizza{background:linear-gradient(180deg,#8c5a3a,#6e422a)}[data-theme=dark] .card--fairdient{background:linear-gradient(180deg,#4a7a9e,#3a6488)}[data-theme=dark] .card--websites{background:linear-gradient(180deg,#5d7750,#46623d)}[data-theme=dark] .card--overview{background:linear-gradient(160deg,#3a352e,#2a2e36)}[data-theme=dark] .card .pill{background:rgba(0,0,0,.5);color:var(--text)}[data-theme=dark] .arrow{background:rgba(0,0,0,.45);color:var(--text)}[data-theme=dark] .theme-toggle:hover,[data-theme=dark] .topnav a:hover{border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.1);box-shadow:0 2px 8px rgba(0,0,0,.2)}[data-theme=dark] .locale-button{color:rgba(232,232,236,.42)}[data-theme=dark] .locale-separator{color:rgba(232,232,236,.28)}[data-theme=dark] .locale-button--active{color:rgba(232,232,236,.92)}[data-theme=dark] .card:hover{box-shadow:var(--shadow-hover);border-color:rgba(255,255,255,.12)}[data-theme=dark] .footer-bar{color:rgba(232,232,236,.4)}[data-theme=dark] .footer-bar a{-webkit-text-decoration-color:rgba(232,232,236,.15);text-decoration-color:rgba(232,232,236,.15)}[data-theme=dark] .overview-backlink{background:rgba(255,255,255,.06);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}[data-theme=dark] .overview-backlink:hover{border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.1);box-shadow:0 2px 8px rgba(0,0,0,.2)}[data-theme=dark] .legal-card{background:rgba(26,26,30,.82);border-color:var(--line)}.footer{width:min(1720px,calc(100% - 2rem));margin:0 auto;padding:.4rem 0 .8rem}.footer-bar{justify-content:space-between;padding:0;color:rgba(18,18,18,.48);font-size:.82rem;letter-spacing:.01em}.footer-bar,.footer-end,.footer-links,.footer-meta{display:flex;align-items:center;gap:.6rem 1.1rem;flex-wrap:wrap}.footer-end{margin-left:auto}.footer-end,.footer-links{justify-content:flex-end}.footer-bar p{margin:0}.footer-bar a{text-decoration:underline;-webkit-text-decoration-color:rgba(18,18,18,.18);text-decoration-color:rgba(18,18,18,.18);text-underline-offset:.18em;transition:color .18s ease,opacity .18s ease,-webkit-text-decoration-color .18s ease;transition:color .18s ease,text-decoration-color .18s ease,opacity .18s ease;transition:color .18s ease,text-decoration-color .18s ease,opacity .18s ease,-webkit-text-decoration-color .18s ease}.footer-bar a:hover{-webkit-text-decoration-color:rgba(18,18,18,.42);text-decoration-color:rgba(18,18,18,.42);opacity:.92}.overview-backlink:hover{border-color:rgba(18,18,18,.18);background:rgba(255,255,255,.96);box-shadow:0 2px 8px rgba(40,28,16,.06);transform:translateY(-1px)}.overview-page{min-height:100svh;padding:.5rem;background:var(--page-bg)}.overview-shell{min-height:calc(100svh - 1rem);display:grid;grid-template-rows:auto 1fr auto}.overview-backlink{display:inline-flex;align-items:center;justify-content:center;min-height:2.9rem;padding:.75rem 1.15rem;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.72);box-shadow:inset 0 1px 0 rgba(255,255,255,.6);font-size:.95rem;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:min(1720px,calc(100% - 2rem));margin:0 auto;align-content:start;grid-gap:.8rem;gap:.8rem;padding-bottom:.55rem;overflow:visible}.overview-grid .card{min-height:18rem}.legal-card{border:1px solid var(--line);border-radius:var(--radius-xl);background:rgba(255,255,255,.82);color:var(--text);box-shadow:var(--shadow);padding:1.5rem 1.6rem}.legal-kicker{margin:0 0 .45rem;color:var(--muted);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.legal-card h2{margin:0 0 1rem;font-size:clamp(1.55rem,2vw,2rem);letter-spacing:-.05em}.legal-copy{display:grid;grid-gap:.8rem;gap:.8rem;color:var(--text);font-size:.98rem;line-height:1.5}.legal-copy p{margin:0}.legal-page{min-height:100svh;padding:.5rem;background:var(--page-bg)}.legal-shell{width:min(960px,calc(100% - 2rem));margin:0 auto}.legal-card--page{padding:2rem 2.2rem}.legal-card--page h1{margin:0 0 1.2rem;font-size:clamp(2rem,3vw,3rem);letter-spacing:-.06em;line-height:1}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition-duration:.01ms!important;transition-delay:0s!important;scroll-behavior:auto!important}.card:hover,.card:hover .arrow,.card:hover .card-glow--one,.card:hover .card-glow--two,.hero-card:hover,.locale-switcher:hover,.theme-toggle:hover,.topnav a:hover{transform:none}}@media (max-width:1100px){.page{height:auto;min-height:100svh}.layout{min-height:auto;grid-template-rows:auto auto}.card{min-height:18rem}.card-grid{grid-template-columns:1fr 1fr}.overview-grid{grid-template-columns:1fr}}@media (max-width:720px){.page{padding:.35rem}.layout,.topbar{width:min(100%,calc(100% - .6rem))}.topbar{gap:.8rem;align-items:start;flex-direction:column;padding:.85rem 0 1rem}.topnav{width:100%}.hero-card{padding:1.3rem;border-radius:1.8rem}.hero-copy h1{font-size:clamp(2.8rem,14vw,4.4rem);white-space:normal}.card-grid{grid-template-columns:1fr}.card{min-height:18rem;border-radius:1.8rem}.overview-page{padding:.35rem}.overview-shell{width:100%}.overview-actions,.overview-grid{width:min(100%,calc(100% - .6rem))}.overview-grid .card{min-height:18rem;border-radius:1.8rem}.card-body h2{font-size:clamp(2rem,10vw,3rem)}.footer{width:min(100%,calc(100% - .6rem));padding-bottom:1.2rem}.footer-bar{justify-content:flex-start;font-size:.92rem}.footer-bar,.footer-end,.footer-links,.footer-meta{gap:.75rem 1rem}.footer-end{width:100%;margin-left:0;justify-content:flex-start}.legal-card{padding:1.2rem;border-radius:1.8rem}.legal-shell{width:min(100%,calc(100% - .6rem))}.legal-card--page{padding:1.4rem}}