:root{--bg:#fbf6ea;--surface:#fffef8;--ink:#2c2416;--muted:#6b5f4a;--accent:#c45c3e;--accent-hover:#a74a30;--border:#e8dcc8;--disclaimer-bg:#fff4e0;--disclaimer-border:#e0a030;--radius:12px;--shadow:0 12px 40px rgba(44,36,22,0.08);--max:1200px}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.05rem;line-height:1.6;color:var(--ink);background:var(--bg)}a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:3px}a:hover{color:var(--accent-hover)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(251,246,234,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.site-header__inner{max-width:var(--max);margin:0 auto;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-brand{display:inline-flex;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:700;letter-spacing:-.02em;color:var(--ink);text-decoration:none}.site-brand__icon{width:1.5rem;height:1.5rem;border-radius:.25rem;flex:0 0 auto}.site-brand:hover{color:var(--accent)}.language-switcher{display:inline-flex;align-items:center;gap:.45rem;color:var(--muted);font-size:.9rem;font-weight:700}.language-switcher__icon{width:1.15rem;height:1.15rem;flex:0 0 auto}.language-switcher select{min-width:8.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);border-radius:999px;padding:.45rem 3rem .45rem .8rem;color:var(--ink);background-color:var(--surface);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5 10 12.5 15 7.5' fill='none' stroke='%232c2416' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1rem;font:inherit;font-size:.9rem;cursor:pointer;box-shadow:0 4px 16px rgba(44,36,22,.06)}.language-switcher select:focus-visible{outline:3px solid rgba(196,92,62,.28);outline-offset:2px}.site-nav{display:flex;gap:.75rem;flex-wrap:wrap}.site-nav a{font-size:.95rem;font-weight:600}.hero{max-width:var(--max);margin:0 auto;padding:2.5rem 1.25rem 2rem}.hero__eyebrow{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0 0 .5rem}.hero h1{margin:0 0 .75rem;font-size:clamp(1.85rem,4vw,2.5rem);line-height:1.15;letter-spacing:-.03em}.hero__lead{margin:0 0 1.25rem;max-width:42rem;color:var(--muted);font-size:1.1rem}.section{max-width:var(--max);margin:0 auto;padding:2rem 1.25rem}.section h2{margin:0 0 .75rem;font-size:1.35rem}.section p{margin:0 0 .75rem;color:var(--muted);max-width:46rem}.section p:last-child{margin-bottom:0}.maker-wrap{max-width:var(--max);margin:0 auto;padding:0 1.25rem 3rem}.maker-wrap h2{margin:0 0 .5rem;font-size:1.35rem}.maker-wrap>p{margin:0 0 1rem;color:var(--muted);max-width:46rem}.maker-frame-wrap{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);overflow:hidden;min-height:min(88vh,920px)}.maker-frame{display:block;width:100%;height:min(88vh,920px);border:0}.features{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:1rem}.feature{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.2rem}.feature h3{margin:0 0 .4rem;font-size:1.05rem}.feature p{margin:0;font-size:.95rem;color:var(--muted)}.site-footer{border-top:1px solid var(--border);background:#efe6d4;padding:2.25rem 1.25rem;margin-top:2rem}.site-footer__inner{max-width:var(--max);margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1.75rem 2.5rem}.site-footer__copyright{margin:0;font-size:.85rem;line-height:1.5;color:var(--muted);flex:0 1 auto}.site-footer__columns{display:flex;flex-wrap:wrap;gap:1.5rem 2.75rem}.site-footer__column{min-width:8rem}.site-footer__column-title{margin:0 0 .85rem;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.site-footer__link-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.site-footer__link-list a{color:var(--ink);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .12s ease,-webkit-text-decoration-color .12s ease;transition:color .12s ease,text-decoration-color .12s ease;transition:color .12s ease,text-decoration-color .12s ease,-webkit-text-decoration-color .12s ease}.site-footer__link-list a:focus-visible,.site-footer__link-list a:hover{color:var(--accent);text-decoration:underline}.footer-disclaimer{margin-bottom:1.5rem}.footer-disclaimer__box{background:var(--disclaimer-bg);border-left:1px solid var(--disclaimer-border);border:1px solid var(--disclaimer-border);border-left-width:4px;border-radius:var(--radius);padding:1.25rem 1.35rem;box-shadow:var(--shadow)}.footer-disclaimer__title{margin:0 0 .65rem;font-size:1.05rem;font-weight:700;line-height:1.35;color:var(--ink);letter-spacing:-.02em}.footer-disclaimer__fine,.footer-disclaimer__lead{margin:0 0 .65rem;font-size:.94rem;line-height:1.55;color:var(--ink)}.footer-disclaimer__fine{margin-bottom:0;color:var(--muted);font-size:.9rem}.language-prompt{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:1.25rem;background:rgba(44,36,22,.35)}.language-prompt__card{width:min(100%,28rem);padding:1.35rem;border:1px solid var(--border);border-radius:calc(var(--radius) + 4px);background:var(--surface);box-shadow:0 24px 70px rgba(44,36,22,.2)}.language-prompt__card h2{margin:0 0 .5rem;font-size:1.2rem;line-height:1.3}.language-prompt__card p{margin:0;color:var(--muted)}.language-prompt__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.language-prompt__button{border:1px solid var(--border);border-radius:999px;padding:.65rem 1rem;color:var(--ink);background:var(--surface);font:inherit;font-weight:700;cursor:pointer}.language-prompt__button--primary{border-color:var(--accent);color:#fff;background:var(--accent)}.language-prompt__button:hover{border-color:var(--accent-hover);color:var(--accent-hover)}.language-prompt__button--primary:hover{color:#fff;background:var(--accent-hover)}.language-prompt__button:focus-visible{outline:3px solid rgba(196,92,62,.28);outline-offset:2px}@media (max-width:520px){.hero{padding-top:1.75rem}.site-header__inner{align-items:flex-start;flex-direction:column}.site-footer__inner{flex-direction:column-reverse}}