:root{--cty-charcoal: #1c1e1f;--cty-charcoal-light: #2a2d2f;--cty-concrete: #e9e7e2;--cty-concrete-dark: #cfccc3;--cty-surface: #ffffff;--cty-accent: #ffb703;--cty-accent-light: #ffcb47;--cty-accent-dark: #c98600;--cty-text: #1c1e1f;--cty-text-muted: #5a5d5f;--cty-text-soft: #8a8d8f;--cty-text-on-dark: #f4f3f0;--cty-border: #d8d5cd;--cty-border-strong: #c2beb4;--cty-font-heading: "Barlow Condensed", "Arial Narrow", sans-serif;--cty-font-body: "Inter", system-ui, -apple-system, sans-serif;--cty-font-mono: ui-monospace, "SF Mono", Monaco, "Cascadia Mono", monospace;--cty-radius: 6px;--cty-radius-lg: 14px;--cty-shadow: 0 2px 10px rgba(28, 30, 31, .08);--cty-shadow-md: 0 8px 24px rgba(28, 30, 31, .12);--cty-shadow-lg: 0 16px 48px rgba(28, 30, 31, .16);--cty-transition: .3s cubic-bezier(.2, .8, .2, 1);--cty-max-width: 1240px;--cty-section-padding: 6rem 1.5rem}@media(min-width:1024px){:root{--cty-section-padding: 8rem 2.5rem}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:var(--cty-surface);color:var(--cty-text);font-family:var(--cty-font-body);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,p,ul,figure{margin:0}img{max-width:100%;display:block}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.cty-reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.cty-reveal--visible{opacity:1;transform:translateY(0)}.placeholder-image{background:var(--cty-concrete);border:1.5px dashed var(--cty-border-strong);border-radius:var(--cty-radius-lg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:var(--cty-text-soft);font-family:var(--cty-font-mono);font-size:.85rem;text-align:center;padding:1.5rem}.placeholder-image__label{font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;opacity:.7}.placeholder-image__hint{font-size:.9rem;max-width:280px;line-height:1.4}
