:root{--accent: #0d7a72;--accent-deep: #0a5c56;--accent-bright: #17a99b;--accent-wash: #e6f2f1;--copper: #b5672a;--copper-bright: #d98a44;--copper-wash: #f8eee5;--ink: #0e1519;--ink-2: #17222a;--ink-soft: #3d4a55;--muted: #64737f;--line: #d6dee4;--line-soft: #e6ecf0;--bg: #f1f4f6;--surface: #ffffff;--surface-2: #f8fafb;--hero-ink: #f4f7fa;--hero-muted: #a9bac6;--font-display: "Golos Text", system-ui, sans-serif;--font-body: "Manrope", system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "Cascadia Mono", monospace;--step--1: .875rem;--step-0: 1.0625rem;--step-1: clamp(1.15rem, .4vw + 1.05rem, 1.3rem);--step-2: clamp(1.4rem, 1vw + 1.15rem, 1.75rem);--step-3: clamp(1.75rem, 2.2vw + 1.2rem, 2.6rem);--step-4: clamp(2.2rem, 4.5vw + 1rem, 4rem);--space: clamp(1.25rem, 3vw, 2.5rem);--pad-x: clamp(1.25rem, 5vw, 4.5rem);--max: 74rem;--radius: .5rem;--radius-lg: .875rem;--shadow-sm: 0 1px 2px rgba(14, 21, 25, .05), 0 1px 3px rgba(14, 21, 25, .04);--shadow: 0 2px 4px rgba(14, 21, 25, .04), 0 8px 24px rgba(14, 21, 25, .07);--shadow-lg: 0 4px 8px rgba(14, 21, 25, .05), 0 20px 48px rgba(14, 21, 25, .11);--nav-h: 4.25rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--nav-h) + 1rem)}body{margin:0;font-family:var(--font-body);font-size:var(--step-0);line-height:1.62;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg{max-width:100%;display:block}a{color:inherit}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;line-height:1.16;letter-spacing:-.02em;text-wrap:balance}p{margin:0;text-wrap:pretty}:focus-visible{outline:2px solid var(--accent-bright);outline-offset:3px;border-radius:2px}::selection{background:var(--accent);color:#fff}.wrap{width:min(100% - 2 * var(--pad-x),var(--max));margin-inline:auto}.section{padding:clamp(4rem,9vw,6.75rem) 0}.section-head{max-width:42rem;margin-bottom:clamp(2.25rem,5vw,3.5rem)}.section-head h2{margin:0 0 .85rem;font-size:var(--step-3)}.section-head p{color:var(--ink-soft);font-size:var(--step-1)}.eyebrow{display:inline-flex;align-items:center;gap:.6rem;margin:0 0 1.1rem;font-family:var(--font-mono);font-size:.72rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--accent)}.eyebrow:before{content:"";width:1.75rem;height:1px;background:currentColor;opacity:.5}.eyebrow-invert{color:var(--copper-bright)}.card{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius-lg);padding:clamp(1.4rem,2.5vw,2rem);box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.card-hover:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:color-mix(in srgb,var(--accent) 28%,var(--line-soft))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:3.25rem;padding:.8rem 1.6rem;border-radius:var(--radius);font-family:var(--font-body);font-weight:700;font-size:.95rem;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:transform .22s ease,background .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 4px 14px color-mix(in srgb,var(--accent) 32%,transparent)}.btn-primary:hover{background:var(--accent-deep);box-shadow:0 8px 22px color-mix(in srgb,var(--accent) 40%,transparent)}.btn-copper{background:var(--copper);color:#fff;box-shadow:0 4px 14px color-mix(in srgb,var(--copper) 34%,transparent)}.btn-copper:hover{background:#9d5622;box-shadow:0 8px 22px color-mix(in srgb,var(--copper) 42%,transparent)}.btn-ghost{background:color-mix(in srgb,var(--hero-ink) 6%,transparent);border-color:color-mix(in srgb,var(--hero-ink) 28%,transparent);color:var(--hero-ink);backdrop-filter:blur(6px)}.btn-ghost:hover{border-color:var(--hero-ink);background:color-mix(in srgb,var(--hero-ink) 14%,transparent)}.btn-dark{background:var(--ink);color:#fff}.btn-dark:hover{background:#000}.btn-outline{border-color:var(--line);color:var(--ink);background:var(--surface)}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.reveal{opacity:0;transform:translateY(1.1rem);transition:opacity .7s ease,transform .7s ease}.reveal.is-in{opacity:1;transform:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:1rem;top:-4rem;z-index:100;padding:.75rem 1.25rem;background:var(--ink);color:#fff;border-radius:var(--radius);text-decoration:none;font-weight:600;transition:top .2s ease}.skip-link:focus{top:1rem}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.btn:hover,.card-hover:hover{transform:none}}.site-nav[data-astro-cid-4lunwx2e]{position:fixed;inset:0 0 auto;z-index:50;transition:background .3s ease,box-shadow .3s ease,border-color .3s ease;border-bottom:1px solid transparent}.site-nav[data-astro-cid-4lunwx2e][data-state=scrolled]{background:color-mix(in srgb,var(--surface) 88%,transparent);backdrop-filter:blur(14px) saturate(1.4);border-bottom-color:var(--line-soft);box-shadow:var(--shadow-sm)}.bar[data-astro-cid-4lunwx2e]{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--nav-h)}.brand[data-astro-cid-4lunwx2e]{display:inline-flex;align-items:center;gap:.65rem;text-decoration:none;color:var(--hero-ink);transition:color .3s ease}.brand-mark[data-astro-cid-4lunwx2e]{display:grid;place-items:center;width:2rem;height:2rem;border-radius:.4rem;background:var(--accent);color:#fff;font-family:var(--font-display);font-size:.7rem;font-weight:700;letter-spacing:.02em;flex:none}.brand-name[data-astro-cid-4lunwx2e]{font-family:var(--font-display);font-size:.86rem;font-weight:700;letter-spacing:-.01em;white-space:nowrap}.desktop[data-astro-cid-4lunwx2e]{display:none;gap:1.1rem}.desktop[data-astro-cid-4lunwx2e] a[data-astro-cid-4lunwx2e]{display:inline-flex;align-items:baseline;gap:.35rem;text-decoration:none;color:var(--hero-muted);font-size:.86rem;font-weight:500;white-space:nowrap;transition:color .2s ease}.idx[data-astro-cid-4lunwx2e]{display:none;font-family:var(--font-mono);font-size:.62rem;font-weight:400;color:var(--accent-bright);opacity:.75}@media(min-width:1300px){.desktop[data-astro-cid-4lunwx2e]{gap:1.4rem}.idx[data-astro-cid-4lunwx2e]{display:inline}}.desktop[data-astro-cid-4lunwx2e] a[data-astro-cid-4lunwx2e]:hover{color:var(--hero-ink)}.desktop[data-astro-cid-4lunwx2e] a[data-astro-cid-4lunwx2e]:hover .idx[data-astro-cid-4lunwx2e]{opacity:1}.actions[data-astro-cid-4lunwx2e]{display:flex;align-items:center;gap:.75rem}.phone[data-astro-cid-4lunwx2e]{display:none;align-items:center;gap:.5rem;text-decoration:none;color:var(--hero-ink);font-family:var(--font-mono);font-weight:500;font-size:.88rem;letter-spacing:-.01em;white-space:nowrap;transition:color .2s ease}.phone[data-astro-cid-4lunwx2e]:hover{color:var(--accent-bright)}.live[data-astro-cid-4lunwx2e]{width:.45rem;height:.45rem;border-radius:50%;background:var(--accent-bright);box-shadow:0 0 color-mix(in srgb,var(--accent-bright) 70%,transparent);animation:live-pulse 2.4s ease-out infinite}@keyframes live-pulse{0%{box-shadow:0 0 color-mix(in srgb,var(--accent-bright) 60%,transparent)}70%{box-shadow:0 0 0 .42rem transparent}to{box-shadow:0 0 0 0 transparent}}.progress[data-astro-cid-4lunwx2e]{height:2px;background:transparent}.site-nav[data-astro-cid-4lunwx2e][data-state=scrolled] .progress[data-astro-cid-4lunwx2e]{background:color-mix(in srgb,var(--line) 60%,transparent)}.progress[data-astro-cid-4lunwx2e] span[data-astro-cid-4lunwx2e]{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--accent),var(--copper-bright));transition:width .1s linear}.nav-cta[data-astro-cid-4lunwx2e]{display:none;min-height:2.65rem;padding:.5rem 1.1rem;font-size:.88rem;white-space:nowrap}.site-nav[data-astro-cid-4lunwx2e][data-state=scrolled] .brand[data-astro-cid-4lunwx2e],.site-nav[data-astro-cid-4lunwx2e][data-state=scrolled] .phone[data-astro-cid-4lunwx2e]{color:var(--ink)}.site-nav[data-astro-cid-4lunwx2e][data-state=scrolled] .desktop[data-astro-cid-4lunwx2e] a[data-astro-cid-4lunwx2e]{color:var(--ink-soft)}.site-nav[data-astro-cid-4lunwx2e][data-state=scrolled] .desktop[data-astro-cid-4lunwx2e] a[data-astro-cid-4lunwx2e]:hover{color:var(--accent)}.site-nav[data-astro-cid-4lunwx2e][data-state=scrolled] .burger[data-astro-cid-4lunwx2e] span[data-astro-cid-4lunwx2e]{background:var(--ink)}.burger[data-astro-cid-4lunwx2e]{display:grid;gap:.3rem;padding:.6rem .4rem;background:none;border:0;cursor:pointer}.burger[data-astro-cid-4lunwx2e] span[data-astro-cid-4lunwx2e]{display:block;width:1.35rem;height:2px;background:var(--hero-ink);border-radius:2px;transition:transform .28s ease,opacity .2s ease,background .3s ease}.burger[data-astro-cid-4lunwx2e][aria-expanded=true] span[data-astro-cid-4lunwx2e]:nth-child(1){transform:translateY(.5rem) rotate(45deg)}.burger[data-astro-cid-4lunwx2e][aria-expanded=true] span[data-astro-cid-4lunwx2e]:nth-child(2){opacity:0}.burger[data-astro-cid-4lunwx2e][aria-expanded=true] span[data-astro-cid-4lunwx2e]:nth-child(3){transform:translateY(-.5rem) rotate(-45deg)}.mobile-menu[data-astro-cid-4lunwx2e]{background:var(--surface);border-top:1px solid var(--line-soft);box-shadow:var(--shadow);padding:1.25rem var(--pad-x) 1.75rem;display:grid;gap:1.25rem}.mobile-menu[data-astro-cid-4lunwx2e][hidden]{display:none}.mobile-menu[data-astro-cid-4lunwx2e] nav[data-astro-cid-4lunwx2e]{display:grid}.mobile-menu[data-astro-cid-4lunwx2e] nav[data-astro-cid-4lunwx2e] a[data-astro-cid-4lunwx2e]{padding:.85rem 0;text-decoration:none;color:var(--ink);font-weight:600;border-bottom:1px solid var(--line-soft)}@media(min-width:620px){.phone[data-astro-cid-4lunwx2e]{display:inline-flex}}@media(prefers-reduced-motion:reduce){.live[data-astro-cid-4lunwx2e]{animation:none}.progress[data-astro-cid-4lunwx2e] span[data-astro-cid-4lunwx2e]{transition:none}}@media(min-width:1080px){.desktop[data-astro-cid-4lunwx2e],.nav-cta[data-astro-cid-4lunwx2e]{display:flex}.burger[data-astro-cid-4lunwx2e],.mobile-menu[data-astro-cid-4lunwx2e][hidden]{display:none}.burger[data-astro-cid-4lunwx2e][aria-expanded=true]{display:grid}.mobile-menu[data-astro-cid-4lunwx2e]:not([hidden]){display:grid}}.footer[data-astro-cid-sz7xmlte]{border-top:1px solid var(--line);padding:1.75rem 0 2.25rem;background:var(--surface-2)}.foot[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 2rem;color:var(--muted);font-size:.88rem}.foot-brand[data-astro-cid-sz7xmlte]{display:grid;margin-right:auto;gap:.15rem}.foot-name[data-astro-cid-sz7xmlte]{font-family:var(--font-display);font-size:.8rem;font-weight:600;color:var(--ink);text-decoration:none}.foot-name[data-astro-cid-sz7xmlte]:hover{color:var(--accent)}.foot-tag[data-astro-cid-sz7xmlte]{font-size:.82rem}.foot-addr[data-astro-cid-sz7xmlte]{font-size:.8rem;max-width:28rem}.foot-links[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem}.foot-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:inherit;text-decoration:none;transition:color .2s ease}.foot-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--accent)}.foot-contacts[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem}.foot-phone[data-astro-cid-sz7xmlte],.foot-mail[data-astro-cid-sz7xmlte]{font-family:var(--font-mono);font-weight:500;color:var(--ink);text-decoration:none;white-space:nowrap}.foot-phone[data-astro-cid-sz7xmlte]:hover,.foot-mail[data-astro-cid-sz7xmlte]:hover{color:var(--accent)}.sticky-call[data-astro-cid-e2cgyade]{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:40;display:flex;align-items:center;justify-content:center;gap:.6rem;min-height:3.25rem;padding:.8rem 1.25rem;border-radius:var(--radius);background:var(--accent);color:#fff;font-weight:700;font-size:.95rem;text-decoration:none;box-shadow:0 6px 24px #0e151947;transition:transform .3s ease,opacity .3s ease}.sticky-call[data-astro-cid-e2cgyade][data-visible=false]{transform:translateY(calc(100% + 1.5rem));opacity:0;pointer-events:none}@media(min-width:620px){.sticky-call[data-astro-cid-e2cgyade]{display:none}}@media(prefers-reduced-motion:reduce){.sticky-call[data-astro-cid-e2cgyade]{transition:none}}
