:root{--color-bg:#FFFAF1;--color-sun-gold:#E28700;--color-terracotta:#B4551F;--color-ink:#3A2A1B;--color-accent:var(--color-terracotta);--color-accent-hover:#8A4218;--collection-accent:#1F3A5F;--collection-accent-soft:#2E5A8F;--text-body:var(--color-ink);--text-link:var(--color-accent);--surface:var(--color-bg);--focus-ring:var(--color-accent);--font-sans:"Noto Sans", "Noto Sans SC", "Noto Sans Arabic", sans-serif;--step-0:1rem;--step-1:1.25rem;--step-2:1.563rem;--step-3:1.953rem;--step-4:2.441rem;--space-xs:0.5rem;--space-s:1rem;--space-m:1.5rem;--space-l:2.5rem;--space-xl:4rem;--radius:8px;--max-width:72rem}@font-face{font-family:noto sans;src:url(/fonts/noto-sans-latin.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:noto sans;src:url(/fonts/noto-sans-latin-700.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:noto sans arabic;src:url(/fonts/noto-sans-arabic.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:noto sans arabic;src:url(/fonts/noto-sans-arabic-700.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:noto sans sc;src:url(/fonts/noto-sans-sc.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:noto sans sc;src:url(/fonts/noto-sans-sc-700.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}*,*::before,*::after{box-sizing:border-box}body{margin:0;background:var(--surface);color:var(--text-body);font-family:var(--font-sans);font-size:var(--step-0);line-height:1.6}h1{font-size:var(--step-3);line-height:1.2}h2{font-size:var(--step-2);line-height:1.3}h3{font-size:var(--step-1);line-height:1.4}a{color:var(--text-link)}a:hover,a:focus{color:var(--color-accent-hover)}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}img{max-width:100%;height:auto;display:block}.container{max-width:var(--max-width);margin-inline:auto;padding-inline:var(--space-s)}.icon svg{width:1.25em;height:1.25em;vertical-align:-.25em;fill:currentColor}[dir=rtl] .icon-directional svg{transform:scaleX(-1)}.skip-link{position:absolute;inset-inline-start:-999px}.skip-link:focus{inset-inline-start:var(--space-s);background:var(--surface);padding:var(--space-xs)}