:root{color-scheme:light;--bg: #fff4e8;--surface: #ffffff;--surface-strong: #f2dfd2;--ink: #1f0e0d;--text: #251817;--muted: #725e58;--line: rgba(31, 14, 13, .16);--pink: #f25b9f;--yellow: #f6c34a;--green: #74c77b;--max: 1120px;font-family:Arial,Helvetica,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;background:var(--bg);color:var(--text);line-height:1.55}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:76px;padding:0 clamp(20px,4vw,48px);border-bottom:2px solid var(--ink);background:#fff4e8f2;backdrop-filter:blur(14px)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:14px}.main-nav{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:8px}.main-nav a,.disabled-nav{padding:7px 10px;border:2px solid transparent;color:var(--ink);font-size:.94rem;font-weight:800}.main-nav a[aria-current=page],.main-nav a:hover{border-color:var(--ink);background:var(--yellow)}.disabled-nav{cursor:not-allowed;opacity:.42}.social-nav{display:flex;align-items:center;gap:6px}.social-nav a{display:inline-grid;width:36px;height:36px;place-items:center;border:2px solid transparent}.social-nav a:hover{border-color:var(--ink);background:var(--pink)}.social-nav img,.social-nav svg{width:19px;height:19px;object-fit:contain}.social-nav svg{fill:var(--ink)}.hero{position:relative;display:grid;overflow:hidden;border-bottom:2px solid var(--ink)}.brand-hero{grid-template-columns:max-content minmax(0,680px);align-items:center;justify-content:start;gap:clamp(22px,3vw,42px);min-height:auto;padding:clamp(54px,7vw,94px) clamp(20px,6vw,88px) clamp(46px,6vw,72px);background:linear-gradient(90deg,rgba(242,91,159,.09),transparent 44%),linear-gradient(0deg,rgba(246,195,74,.12),transparent 58%),var(--bg)}.brand-hero:after{display:none}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;max-width:680px}.hero-logo-frame{position:relative;z-index:1;display:grid;width:clamp(156px,18vw,230px);aspect-ratio:1;place-items:center;overflow:hidden;border:2px solid var(--ink);border-radius:999px;background:var(--bg);box-shadow:6px 6px 0 var(--ink)}.hero-logo{width:72%;max-width:none;aspect-ratio:1;margin:0;object-fit:contain;background:var(--bg);transform:none}.hero-strip{position:relative;z-index:1;align-self:end;border:3px solid var(--ink);background:var(--surface);box-shadow:10px 10px 0 var(--ink)}.hero-strip img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.hero-strip div{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 16px;border-top:3px solid var(--ink)}.hero-strip p,.hero-strip span{margin:0;font-weight:900}.hero-strip span{color:var(--muted);font-size:.9rem}.eyebrow{margin:0 0 12px;color:var(--pink);font-size:.78rem;font-weight:900;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{overflow-wrap:anywhere}h1,h2,h3{margin:0;color:var(--ink);font-weight:900;line-height:1.02}h1{max-width:12ch;font-size:clamp(4rem,13vw,8.4rem);font-style:italic}h2{font-size:clamp(2.1rem,5vw,4.2rem);font-style:italic}h3{font-size:1.26rem}.hero-copy,.page-hero p,.split-section p,.feature-card p,.catalog-card p,.post-card p,.article p{color:var(--muted)}.hero-copy{max-width:700px;margin:8px 0 0;font-size:clamp(1.08rem,2vw,1.32rem);font-weight:700}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:9px 16px;border:2px solid var(--ink);color:var(--ink);font-weight:900;box-shadow:3px 3px 0 var(--ink)}.language-switch{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:34px;border:2px solid var(--ink);color:var(--ink);font-size:.82rem;font-weight:900}.language-switch:hover,.button.primary{background:var(--pink)}.button.secondary{background:var(--yellow)}.button:hover,.text-link:hover,.post-card:hover{transform:translateY(-1px)}.band,.split-section,.page-hero,.article{width:min(var(--max),calc(100% - 40px));margin:0 auto}.band{padding:68px 0}.band.subtle{border-top:2px solid var(--ink)}.section-heading{display:grid;gap:8px;margin-bottom:28px}.section-heading p:not(.eyebrow){max-width:660px;margin:0;color:var(--muted);font-size:1.06rem;font-weight:700}.feature-grid,.catalog-grid,.post-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.mini-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.mini-card{display:flex;min-height:250px;flex-direction:column;border:2px solid var(--ink);background:var(--surface);padding:18px}.mini-card span,.mini-card strong{color:var(--pink);font-size:.78rem;font-weight:900;text-transform:uppercase}.mini-card h3{margin-top:12px;font-size:1.25rem;line-height:1.12}.mini-card p{color:var(--muted);font-size:.9rem;font-weight:700;line-height:1.42}.mini-card .text-link{margin-top:auto;font-size:.9rem}.latest-section{border-bottom:2px solid var(--ink)}.catalog-grid,.post-list{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card,.catalog-card,.post-card,.status-panel{border:3px solid var(--ink);background:var(--surface)}.feature-card,.catalog-card,.post-card{padding:22px}.feature-card:nth-child(2n),.post-card:nth-child(2n){background:#fff9f1}.feature-card span,.catalog-meta strong,.post-card time{color:var(--pink);font-size:.82rem;font-weight:900}.feature-card h3,.catalog-card h2,.post-card h2,.post-card h3{margin-top:12px}.catalog-card h2{font-size:clamp(1.55rem,2.1vw,2.35rem);line-height:1.08}.feature-card p,.catalog-card p,.post-card p{margin:12px 0 0}.split-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:clamp(28px,6vw,72px);align-items:center;padding:82px 0;border-top:2px solid var(--ink)}.split-section h2{max-width:11ch}.split-section p{max-width:640px;font-size:1.08rem;font-weight:700}.status-panel{padding:24px;background:var(--surface-strong);box-shadow:8px 8px 0 var(--ink)}.status-panel p{margin:0 0 16px;color:var(--ink);font-weight:900}.status-panel ul,.check-list{display:grid;gap:10px;margin:0;padding-left:20px;color:var(--muted);font-weight:700}.check-list{margin-top:18px}.text-link{display:inline-flex;margin-top:12px;color:var(--ink);font-weight:900;text-decoration:underline;text-decoration-color:var(--pink);text-decoration-thickness:4px;text-underline-offset:5px}.page-hero{padding:88px 0 44px}.page-hero.compact h1{max-width:12ch;font-size:clamp(3.4rem,11vw,7rem)}.page-hero p{max-width:720px;font-size:1.16rem;font-weight:700}.catalog-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:.88rem;font-weight:800}.product-feature{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr);gap:22px;align-items:stretch}.asset-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.product-feature>img{width:100%;height:100%;min-height:340px;border:3px solid var(--ink);object-fit:cover;box-shadow:8px 8px 0 var(--ink)}.product-card{position:relative;display:flex;flex-direction:column;justify-content:flex-start;min-height:100%}.price-badge{position:absolute;top:12px;right:12px;z-index:2;display:inline-flex;align-items:center;min-height:30px;padding:4px 10px;border:2px solid var(--ink);background:var(--yellow);color:var(--ink);font-size:.78rem;font-weight:900;box-shadow:3px 3px 0 var(--ink)}.product-card .actions{margin-top:auto;padding-top:20px}.product-image{width:calc(100% + 44px);max-width:none;aspect-ratio:4 / 3;margin:-22px -22px 20px;border-bottom:3px solid var(--ink);object-fit:cover}.product-card p,.product-card li{font-size:.9rem;line-height:1.42}.product-card .check-list{gap:6px;margin-top:12px}.product-card .button{min-height:40px;padding:8px 14px;font-size:.94rem}.article{max-width:760px;padding:80px 0 96px}.article header{margin-bottom:34px}.article h1{max-width:14ch;margin:14px 0;font-size:clamp(2.6rem,8vw,5.3rem)}.article time{color:var(--pink);font-weight:900}.article p{font-size:1.08rem}.site-footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;padding:28px clamp(20px,4vw,48px);border-top:2px solid var(--ink);color:var(--muted);font-weight:700}.site-footer p{margin:0}.site-footer a{color:var(--ink);font-weight:900}@media(max-width:860px){.site-header{position:static;align-items:flex-start;flex-direction:column;padding-top:14px;padding-bottom:14px}.main-nav{justify-content:flex-start}.header-actions{align-items:flex-start;flex-direction:row;flex-wrap:wrap}.brand-hero,.feature-grid,.catalog-grid,.asset-grid,.mini-card-grid,.post-list,.split-section,.product-feature{grid-template-columns:1fr}.hero-logo-frame{width:clamp(140px,44vw,190px)}.brand-hero{min-height:auto;padding-top:42px}.hero-strip{align-self:start;box-shadow:6px 6px 0 var(--ink)}.hero-strip div{align-items:flex-start;flex-direction:column}h1{font-size:clamp(3.4rem,18vw,5.6rem)}.band,.split-section{padding:56px 0}.product-feature>img{min-height:auto}}
