:root,[data-theme=dark]{--bg-color: #0a0a0a;--bg-subtle: #121212;--surface-color: #161616;--surface-raised: #1c1c1c;--accent-red: #b71c1c;--accent-red-glow: rgba(183, 28, 28, .2);--accent-red-dim: rgba(183, 28, 28, .05);--text-primary: #f0ece8;--text-secondary: #948c84;--text-accent: #d1c7bc;--gold: #c5a059;--gold-dim: rgba(197, 160, 89, .1);--border-subtle: rgba(255, 255, 255, .05);--border-gold: rgba(197, 160, 89, .3);--shadow-card: 32px 32px 0px rgba(0, 0, 0, .6);--shadow-btn: 0 15px 40px rgba(183, 28, 28, .25);--shadow-btn-hover: 0 25px 60px rgba(183, 28, 28, .2);--confidential-opacity: .05;--grain-opacity: .02;--toggle-bg: #201c1c;--toggle-knob: #c5a059;--toggle-border: rgba(255,255,255,.05);--ease-out-expo: cubic-bezier(.19, 1, .22, 1);--ease-in-out-sine: cubic-bezier(.445, .05, .55, .95)}[data-theme=light]{--bg-color: #fcfaf7;--bg-subtle: #f5f0e8;--surface-color: #ffffff;--surface-raised: #fcfaf7;--accent-red: #991515;--accent-red-glow: rgba(153, 21, 21, .1);--accent-red-dim: rgba(153, 21, 21, .03);--text-primary: #1a1614;--text-secondary: #6b5f56;--text-accent: #3d3430;--gold: #9a7535;--gold-dim: rgba(154, 117, 53, .08);--border-subtle: rgba(0, 0, 0, .05);--border-gold: rgba(154, 117, 53, .25);--shadow-card: 20px 20px 0px rgba(0, 0, 0, .05);--shadow-btn: 0 12px 35px rgba(153, 21, 21, .15);--shadow-btn-hover: 0 22px 55px rgba(153, 21, 21, .12);--confidential-opacity: .05;--grain-opacity: .03;--toggle-bg: #e8e0d4;--toggle-knob: #9a7535;--toggle-border: rgba(0,0,0,.08);--ease-out-expo: cubic-bezier(.19, 1, .22, 1);--ease-in-out-sine: cubic-bezier(.445, .05, .55, .95)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Montserrat,sans-serif;background-color:var(--bg-color);color:var(--text-primary);line-height:1.7;overflow-x:hidden;transition:background-color .6s var(--ease-out-expo),color .6s var(--ease-out-expo)}body:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:var(--grain-opacity);pointer-events:none;z-index:100;transition:opacity .4s ease}h1,h2,h3,h4,h5,h6{line-height:1.05;letter-spacing:-.02em}strong{color:var(--text-primary);font-weight:700;border-bottom:2px solid var(--accent-red);transition:color .4s ease,border-color .4s ease}em{font-style:italic;color:var(--text-secondary)}@keyframes reveal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.brand-identity.svelte-od652j{text-align:center;margin-bottom:clamp(40px,8vw,60px);padding-top:20px;animation:svelte-od652j-reveal 1s var(--ease-out-expo) both}.name.svelte-od652j{font-family:Arial Black,Impact,sans-serif;font-size:clamp(2rem,8vw,3.5rem);color:var(--text-primary);margin:0;letter-spacing:-.03em;line-height:1;font-weight:900}.divider-container.svelte-od652j{display:flex;align-items:center;justify-content:center;margin:12px auto 16px;max-width:clamp(280px,60vw,500px)}.line.svelte-od652j{height:4px;background-color:var(--accent-red);width:100%;border-radius:2px}.arrow.svelte-od652j{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:12px solid var(--accent-red);margin-left:-2px}.specialization.svelte-od652j{font-family:var(--font-sans, system-ui, -apple-system, sans-serif);font-size:clamp(.75rem,2vw,.9rem);font-weight:700;color:var(--text-secondary);margin:0;letter-spacing:.15em;text-transform:uppercase}@keyframes svelte-od652j-reveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.no-wrap{white-space:nowrap}header.svelte-1elxaub{margin-bottom:clamp(60px,10vw,120px);border-left:5px solid var(--accent-red);padding-left:clamp(20px,5vw,40px);max-width:850px}.decor-line.svelte-1elxaub{width:80px;height:3px;background:var(--accent-red);margin-bottom:40px;transition:transform .6s var(--ease-out-expo)}header.svelte-1elxaub:hover .decor-line:where(.svelte-1elxaub){transform:scaleX(1.5);transform-origin:left}h1.svelte-1elxaub{font-family:Playfair Display,serif;font-size:clamp(2.8rem,7vw,4.5rem);line-height:1.05;margin-bottom:30px;letter-spacing:-.03em;color:var(--text-primary);font-display:swap}.headline-accent{color:var(--accent-red);font-style:italic;display:inline-block;position:relative}h2.svelte-1elxaub{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:300;color:var(--text-secondary);max-width:600px;line-height:1.5;animation:reveal 1s var(--ease-out-expo) .2s both}@media(max-width:768px){header.svelte-1elxaub{margin-bottom:60px;padding-left:20px}.decor-line.svelte-1elxaub{margin-bottom:25px}}.footer-sign.svelte-jz8lnl{margin-top:clamp(80px,15vw,160px);padding-top:60px;border-top:1px solid var(--border-subtle);position:relative;animation:reveal 1s var(--ease-out-expo) .9s both}.line-decor.svelte-jz8lnl{position:absolute;top:-1px;left:0;width:100px;height:3px;background:var(--accent-red)}.closing-text.svelte-jz8lnl{font-size:1.1rem;color:var(--text-secondary);margin-bottom:12px;font-style:italic}.signature.svelte-jz8lnl{font-family:Helvetica;font-size:clamp(2.5rem,5vw,3.5rem);color:var(--gold);line-height:1;letter-spacing:-.02em}.container.svelte-12qhfyh{max-width:900px;margin:0 auto;padding:0 40px}.layout-main.svelte-12qhfyh{min-height:60vh;display:flex;flex-direction:column}@media(max-width:768px){.container.svelte-12qhfyh{padding:0 20px}}
