:root{--color-primary: #7459ca;--color-primary-dark: #5c42b0;--color-primary-light: #f0ebff;--color-accent: #9c520d;--color-accent-dark: #7e4209;--color-surface: #ffffff;--color-surface-alt: #f5f7fa;--color-surface-raised: #ffffff;--color-border: #dde2e9;--color-text: #1a1f2e;--color-text-muted: #5a6477;--color-text-inverse: #ffffff;--color-success: #1a7f4b;--color-error: #c0392b;--color-star: #f5a623;--shadow-card: 0 1px 4px rgba(0,0,0,.06), 0 4px 16px rgba(0,0,0,.08);--shadow-card-hover: 0 4px 12px rgba(0,0,0,.1), 0 8px 24px rgba(0,0,0,.1);--font-size-base: 17px;--header-height: 72px;--container-max: 1200px;--container-padding: 1.5rem}[data-theme=dark]{--color-primary: #9b7fda;--color-primary-dark: #b098e8;--color-primary-light: #2a1d4a;--color-accent: #e8934a;--color-accent-dark: #f5a96a;--color-surface: #141820;--color-surface-alt: #1c2130;--color-surface-raised: #242a3a;--color-border: #2e3650;--color-text: #e8ecf4;--color-text-muted: #8b98b4;--color-text-inverse: #141820;--color-success: #34c472;--color-error: #e06b5f}@media(prefers-color-scheme:dark){html:not([data-theme=light]):not([data-theme=dark]){--color-primary: #9b7fda;--color-primary-dark: #b098e8;--color-primary-light: #2a1d4a;--color-accent: #e8934a;--color-accent-dark: #f5a96a;--color-surface: #141820;--color-surface-alt: #1c2130;--color-surface-raised: #242a3a;--color-border: #2e3650;--color-text: #e8ecf4;--color-text-muted: #8b98b4;--color-text-inverse: #141820;--color-success: #34c472;--color-error: #e06b5f}}[data-contrast=high]{--color-primary: #4a2e9c;--color-primary-dark: #3a2080;--color-primary-light: #e0d8f8;--color-text: #000000;--color-text-muted: #111111;--color-surface: #ffffff;--color-surface-alt: #efefef;--color-surface-raised: #ffffff;--color-border: #000000;--shadow-card: none;--shadow-card-hover: none}[data-contrast=high][data-theme=dark],[data-contrast=high]:not([data-theme=light]):not([data-theme=dark]){--color-primary: #c0a8f0;--color-primary-dark: #d4bef8;--color-primary-light: #1a0f38;--color-text: #ffffff;--color-text-muted: #eeeeee;--color-surface: #000000;--color-surface-alt: #111111;--color-surface-raised: #0a0a0a;--color-border: #ffffff}@media(prefers-color-scheme:dark){[data-contrast=high]:not([data-theme=light]):not([data-theme=dark]){--color-primary: #c0a8f0;--color-primary-dark: #d4bef8;--color-primary-light: #1a0f38;--color-text: #ffffff;--color-text-muted: #eeeeee;--color-surface: #000000;--color-surface-alt: #111111;--color-surface-raised: #0a0a0a;--color-border: #ffffff}}[data-contrast=high] *{box-shadow:none!important;text-shadow:none!important}[data-contrast=high] a:focus-visible,[data-contrast=high] button:focus-visible,[data-contrast=high] input:focus-visible,[data-contrast=high] select:focus-visible,[data-contrast=high] textarea:focus-visible{outline-width:4px}[data-font-size=small]{--font-size-base: 15px}[data-font-size=small] h1{font-size:1.75rem}[data-font-size=small] h2{font-size:1.4rem}[data-font-size=small] h3{font-size:1.1rem}[data-font-size=large]{--font-size-base: 20px}[data-font-size=large] h1{font-size:2.4rem}[data-font-size=large] h2{font-size:1.9rem}[data-font-size=large] h3{font-size:1.5rem}h1{font-size:clamp(2rem,5vw,2.75rem)}h2{font-size:clamp(1.5rem,3vw,2rem)}h3{font-size:clamp(1.15rem,2vw,1.4rem)}h4{font-size:1.1rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:DM Sans,system-ui,-apple-system,sans-serif;font-size:var(--font-size-base);line-height:1.7;color:var(--color-text);background-color:var(--color-surface);min-height:100vh;transition:background-color .25s ease,color .25s ease}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1,h2,h3,h4,h5,h6{line-height:1.25;font-weight:700;color:var(--color-text)}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none}:focus-visible{outline:3px solid var(--color-primary);outline-offset:3px;border-radius:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-padding)}.section{padding-block:4rem}@media(max-width:768px){.section{padding-block:3rem}}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .15s ease,transform .15s ease,box-shadow .15s ease;cursor:pointer;border:2px solid transparent}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn--primary{background-color:var(--color-primary);color:var(--color-text-inverse);border-color:var(--color-primary)}.btn--primary:hover{background-color:var(--color-primary-dark);border-color:var(--color-primary-dark);box-shadow:0 4px 12px #1e6fa84d}.btn--accent{background-color:var(--color-accent);color:var(--color-text-inverse);border-color:var(--color-accent)}.btn--accent:hover{background-color:var(--color-accent-dark);border-color:var(--color-accent-dark);box-shadow:0 4px 12px #d4742e4d}.btn--outline{background-color:transparent;color:var(--color-primary);border-color:var(--color-primary)}.btn--outline:hover{background-color:var(--color-primary-light)}.header__logo,.footer__logo{color:#1a1a1a}.header__logo text,.footer__logo text{fill:currentColor}.header__logo .logo-dot,.footer__logo .logo-dot{fill:#7459ca}[data-theme=dark] .header__logo,[data-theme=dark] .footer__logo{color:#f0f0f0}[data-theme=dark] .header__logo .logo-dot,[data-theme=dark] .footer__logo .logo-dot{fill:#9b7fda}.gallery-thumb__placeholder{color:#1a1a1a}.gallery-thumb__placeholder .logo-dot{fill:#7459ca}[data-theme=dark] .gallery-thumb__placeholder{color:#f0f0f0}[data-theme=dark] .gallery-thumb__placeholder .logo-dot{fill:#9b7fda}.service-card__placeholder{color:#1a1a1a}.service-card__placeholder text{fill:currentColor}.service-card__placeholder .logo-dot{fill:#7459ca}[data-theme=dark] .service-card__placeholder{color:#f0f0f0}[data-theme=dark] .service-card__placeholder text{fill:currentColor}[data-theme=dark] .service-card__placeholder .logo-dot{fill:#9b7fda}@media(prefers-color-scheme:dark){html:not([data-theme=light]):not([data-theme=dark]) .header__logo,html:not([data-theme=light]):not([data-theme=dark]) .footer__logo{color:#f0f0f0}html:not([data-theme=light]):not([data-theme=dark]) .header__logo .logo-dot,html:not([data-theme=light]):not([data-theme=dark]) .footer__logo .logo-dot{fill:#9b7fda}html:not([data-theme=light]):not([data-theme=dark]) .gallery-thumb__placeholder{color:#f0f0f0}html:not([data-theme=light]):not([data-theme=dark]) .gallery-thumb__placeholder .logo-dot{fill:#9b7fda}html:not([data-theme=light]):not([data-theme=dark]) .service-card__placeholder{color:#f0f0f0}html:not([data-theme=light]):not([data-theme=dark]) .service-card__placeholder text{fill:currentColor}html:not([data-theme=light]):not([data-theme=dark]) .service-card__placeholder .logo-dot{fill:#9b7fda}}
