:root{--bg:#faf6ee;--bg-deep:#f3ebdd;--surface:#ffffff;--surface-soft:#fffdf9;--ink:#2b2620;--ink-soft:#6b6355;--muted:#a89f8c;--accent:#e07a3a;--accent-deep:#bf5d20;--accent-ink:#ffffff;--accent-soft:rgba(224,122,58,0.12);--accent-line:rgba(224,122,58,0.3);--border:#ece3d3;--border-strong:#ddd0b8;--shadow-sm:0 1px 2px rgba(43,38,32,0.04),0 3px 10px -4px rgba(43,38,32,0.08);--shadow-md:0 2px 4px rgba(43,38,32,0.04),0 14px 30px -12px rgba(43,38,32,0.18);--shadow-lg:0 4px 8px rgba(43,38,32,0.04),0 30px 70px -24px rgba(43,38,32,0.26);--radius-sm:10px;--radius-md:16px;--radius-lg:22px;--radius-pill:999px;--fs-xs:0.8125rem;--fs-sm:0.9063rem;--fs-base:1.0625rem;--fs-md:1.1875rem;--fs-lg:clamp(1.25rem,0.9rem + 1.1vw,1.5rem);--fs-xl:clamp(1.6rem,1.15rem + 1.9vw,2.15rem);--fs-2xl:clamp(1.9rem,1.3rem + 2.6vw,2.75rem);--gap-1:6px;--gap-2:12px;--gap-3:20px;--gap-4:32px;--gap-5:48px;--gap-6:72px;--ease:cubic-bezier(0.2,0.7,0.3,1)}*{box-sizing:border-box}body,html{padding:0;margin:0}html{-webkit-text-size-adjust:100%}body{font-family:Assistant,Segoe UI,sans-serif;font-size:var(--fs-base);background-color:var(--bg);background-image:radial-gradient(52rem 34rem at 88% -12%,rgba(224,122,58,.12),transparent 62%),radial-gradient(46rem 32rem at -8% 106%,rgba(224,122,58,.07),transparent 58%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");background-repeat:no-repeat,no-repeat,repeat;background-size:auto,auto,180px 180px;color:var(--ink);direction:rtl;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100vh}h1,h2,h3{font-weight:800;margin:0 0 .4em;line-height:1.2;letter-spacing:-.01em;text-wrap:balance}h1{font-size:var(--fs-xl)}p{margin:0 0 1em;text-wrap:pretty}p:last-child{margin-bottom:0}button,input,select,textarea{font-family:inherit}button{font-weight:700;cursor:pointer}a{color:var(--accent)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}::selection{background:var(--accent);color:var(--accent-ink)}.eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 12px;font-size:var(--fs-xs);font-weight:700;letter-spacing:.06em;color:var(--accent)}.eyebrow:before{content:"";width:26px;height:2px;border-radius:2px;background:var(--accent);opacity:.65}@media (prefers-reduced-motion:no-preference){.fade-in{animation:fadeIn .45s var(--ease) both;animation-delay:var(--fade-delay,0s)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}