nav[data-astro-cid-dmqpwcec]{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 5vw;background:#0a0a0ad9;backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,140,0,.12)}.nav-logo[data-astro-cid-dmqpwcec]{font-family:var(--font-display);font-weight:800;font-size:1.4rem;letter-spacing:-.03em;color:var(--white);text-decoration:none}.nav-logo[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]{color:var(--mango)}.nav-links[data-astro-cid-dmqpwcec]{display:flex;gap:2.5rem;list-style:none}.nav-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);text-decoration:none;transition:color .2s}.nav-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover{color:var(--mango)}.nav-cta[data-astro-cid-dmqpwcec]{background:var(--mango);color:var(--black)!important;padding:.55rem 1.4rem;border-radius:2px;font-weight:500;font-size:.82rem!important;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;transition:background .2s,transform .15s}.nav-cta[data-astro-cid-dmqpwcec]:hover{background:var(--mango-light);transform:translateY(-1px)}.nav-hamburger[data-astro-cid-dmqpwcec]{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:.4rem;color:var(--white)}.hamburger-bar[data-astro-cid-dmqpwcec]{display:block;width:22px;height:2px;background:currentColor;border-radius:1px;transition:transform .2s,opacity .2s}.nav-drawer[data-astro-cid-dmqpwcec]{display:none;position:fixed;inset:0;background:var(--black);z-index:200;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem}.nav-drawer[data-astro-cid-dmqpwcec].open{display:flex}.nav-drawer[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{font-family:var(--font-display);font-size:2.2rem;font-weight:700;color:var(--white);text-decoration:none;transition:color .2s}.nav-drawer[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover{color:var(--mango)}.drawer-cta[data-astro-cid-dmqpwcec]{color:var(--mango)!important}.nav-drawer-close[data-astro-cid-dmqpwcec]{position:absolute;top:1.5rem;right:5vw;background:none;border:none;color:var(--text-muted);font-size:2rem;line-height:1;cursor:pointer;transition:color .2s}.nav-drawer-close[data-astro-cid-dmqpwcec]:hover{color:var(--white)}@media(max-width:900px){.nav-links[data-astro-cid-dmqpwcec]{display:none}.nav-hamburger[data-astro-cid-dmqpwcec]{display:flex}}footer[data-astro-cid-sz7xmlte]{padding:2rem 5vw;display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.06);flex-wrap:wrap;gap:1rem}.footer-logo[data-astro-cid-sz7xmlte]{font-family:var(--font-display);font-weight:800;font-size:1.1rem;letter-spacing:-.02em}.footer-logo[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{color:var(--mango)}.footer-copy[data-astro-cid-sz7xmlte]{font-size:.78rem;color:var(--text-muted)}.footer-links[data-astro-cid-sz7xmlte]{display:flex;gap:2rem;list-style:none}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.78rem;color:var(--text-muted);text-decoration:none;transition:color .2s}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--mango)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black: #0a0a0a;--white: #f5f2eb;--mango: #FF8C00;--mango-light: #FFB347;--mango-dim: #2a1a00;--mid: #1a1a1a;--soft: #2e2e2e;--text-muted: #888;--font-display: "Syne", sans-serif;--font-body: "DM Sans", sans-serif}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);font-family:var(--font-body);font-size:16px;line-height:1.6;overflow-x:hidden}section{padding:7rem 5vw;scroll-margin-top:80px}.section-tag{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--mango);margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.section-tag:before{content:"";width:24px;height:1px;background:var(--mango);flex-shrink:0}.section-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.5rem);font-weight:800;letter-spacing:-.02em;line-height:1.05;margin-bottom:1.25rem}.section-sub{font-size:1.05rem;font-weight:300;color:#f5f2eb99;max-width:520px;line-height:1.7}.btn-primary{background:var(--mango);color:var(--black);font-family:var(--font-body);font-weight:500;font-size:.9rem;letter-spacing:.05em;padding:1rem 2.5rem;border:none;border-radius:2px;cursor:pointer;text-decoration:none;display:inline-block;transition:background .2s,transform .15s}.btn-primary:hover{background:var(--mango-light);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--white);font-family:var(--font-body);font-weight:400;font-size:.9rem;letter-spacing:.05em;padding:1rem 2.5rem;border:1px solid rgba(245,242,235,.2);border-radius:2px;cursor:pointer;text-decoration:none;display:inline-block;transition:border-color .2s,color .2s,transform .15s}.btn-outline:hover{border-color:var(--mango);color:var(--mango);transform:translateY(-2px)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}@font-face{font-family:Syne;font-style:normal;font-weight:400 800;font-display:optional;src:url(/_astro/syne-latin-wght-normal.BVsvWWA4.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans;font-style:normal;font-weight:100 900;font-display:optional;src:url(/_astro/dm-sans-latin-wght-normal.Xz1IZZA0.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans;font-style:italic;font-weight:100 900;font-display:optional;src:url(/_astro/dm-sans-latin-wght-italic.Cz4n9dED.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}#hero[data-astro-cid-bbe6dxrz]{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:12rem 5vw 6rem;position:relative;overflow:hidden}.hero-grid-bg[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;background-image:linear-gradient(rgba(255,140,0,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,140,0,.04) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.hero-glow[data-astro-cid-bbe6dxrz]{position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(255,140,0,.08) 0%,transparent 70%);top:-200px;right:-200px;pointer-events:none}.hero-label[data-astro-cid-bbe6dxrz]{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--mango);margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.hero-label[data-astro-cid-bbe6dxrz]:before{content:"";display:block;width:32px;height:1px;background:var(--mango)}.hero-headline[data-astro-cid-bbe6dxrz]{font-family:var(--font-display);font-weight:800;font-size:clamp(3.2rem,8vw,7.5rem);line-height:.95;letter-spacing:-.03em;max-width:900px;margin-bottom:1.5rem;font-size-adjust:.52}.hero-headline[data-astro-cid-bbe6dxrz] em[data-astro-cid-bbe6dxrz]{font-style:normal;color:var(--mango)}.hero-sub[data-astro-cid-bbe6dxrz]{font-size:clamp(1rem,1.8vw,1.25rem);font-weight:300;color:#f5f2eba6;max-width:520px;margin-bottom:3rem;line-height:1.7}.hero-actions[data-astro-cid-bbe6dxrz]{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.hero-stats[data-astro-cid-bbe6dxrz]{display:flex;gap:3rem;margin-top:5rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.08)}.stat-num[data-astro-cid-bbe6dxrz]{font-family:var(--font-display);font-size:2.2rem;font-weight:800;color:var(--mango);line-height:1;font-size-adjust:.52}.stat-label[data-astro-cid-bbe6dxrz]{font-size:.8rem;color:var(--text-muted);letter-spacing:.05em;margin-top:.25rem}@media(max-width:900px){.hero-stats[data-astro-cid-bbe6dxrz]{gap:2rem;flex-wrap:wrap}}#services[data-astro-cid-g5jplrhu]{background:var(--mid)}.services-header[data-astro-cid-g5jplrhu]{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:2rem;margin-bottom:4rem}.services-grid[data-astro-cid-g5jplrhu]{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1px;border:1px solid rgba(255,255,255,.06)}.service-card[data-astro-cid-g5jplrhu]{background:var(--mid);padding:2.5rem 2rem;border-right:1px solid rgba(255,255,255,.06);transition:background .3s;position:relative;overflow:hidden}.service-card[data-astro-cid-g5jplrhu]:before{content:"";position:absolute;bottom:0;left:0;height:2px;width:0;background:var(--mango);transition:width .4s ease}.service-card[data-astro-cid-g5jplrhu]:hover{background:#ff8c000a}.service-card[data-astro-cid-g5jplrhu]:hover:before{width:100%}.service-num[data-astro-cid-g5jplrhu]{font-family:var(--font-display);font-size:.7rem;letter-spacing:.15em;color:#ff8c0066;margin-bottom:1rem}.service-name[data-astro-cid-g5jplrhu]{font-family:var(--font-display);font-size:1.3rem;font-weight:700;margin-bottom:.75rem;line-height:1.2}.service-desc[data-astro-cid-g5jplrhu]{font-size:.9rem;color:#f5f2eb8c;line-height:1.65}#about[data-astro-cid-v2cbyr3p]{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;overflow:visible}.about-visual[data-astro-cid-v2cbyr3p]{position:relative;width:100%;max-width:480px;aspect-ratio:1;align-self:center;overflow:visible}.about-box-main[data-astro-cid-v2cbyr3p]{width:100%;height:100%;background:var(--soft);border:1px solid rgba(255,140,0,.15);border-radius:4px;display:flex;align-items:center;justify-content:center}.about-inner-ring[data-astro-cid-v2cbyr3p]{width:70%;height:70%;border:1px solid rgba(255,140,0,.2);border-radius:50%;display:flex;align-items:center;justify-content:center}.about-logo-big[data-astro-cid-v2cbyr3p]{font-family:var(--font-display);font-size:3.5rem;font-weight:800;color:var(--mango);letter-spacing:-.04em}.about-accent-bar[data-astro-cid-v2cbyr3p]{position:absolute;bottom:-1.5rem;right:-1.5rem;width:50%;height:50%;background:#ff8c000f;border:1px solid rgba(255,140,0,.12);border-radius:4px}.about-content[data-astro-cid-v2cbyr3p] .section-title[data-astro-cid-v2cbyr3p]{max-width:480px}.about-list[data-astro-cid-v2cbyr3p]{list-style:none;margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.about-list[data-astro-cid-v2cbyr3p] li[data-astro-cid-v2cbyr3p]{display:flex;align-items:flex-start;gap:1rem;font-size:.95rem;color:#f5f2ebbf}.about-list[data-astro-cid-v2cbyr3p] li[data-astro-cid-v2cbyr3p]:before{content:"→";color:var(--mango);flex-shrink:0;margin-top:2px}@media(max-width:900px){#about[data-astro-cid-v2cbyr3p]{grid-template-columns:1fr}.about-visual[data-astro-cid-v2cbyr3p]{display:none}}#portfolio[data-astro-cid-uhrerali]{background:var(--mid)}.portfolio-header[data-astro-cid-uhrerali]{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:2rem;margin-bottom:3.5rem}.portfolio-grid[data-astro-cid-uhrerali]{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem}.port-card[data-astro-cid-uhrerali]{grid-column:span var(--span);background:var(--soft);border:1px solid rgba(255,255,255,.06);border-radius:4px;overflow:hidden;transition:border-color .3s,transform .3s}.port-card[data-astro-cid-uhrerali]:hover{border-color:#ff8c004d;transform:translateY(-4px)}.port-thumb[data-astro-cid-uhrerali]{height:200px;background:linear-gradient(135deg,var(--mango-dim) 0%,rgba(30,30,30,1) 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}.port-thumb-label[data-astro-cid-uhrerali]{font-family:var(--font-display);font-size:2.5rem;font-weight:800;color:#ff8c0026;letter-spacing:-.03em;user-select:none}.port-info[data-astro-cid-uhrerali]{padding:1.25rem 1.5rem}.port-tag[data-astro-cid-uhrerali]{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--mango);margin-bottom:.4rem}.port-name[data-astro-cid-uhrerali]{font-family:var(--font-display);font-size:1.1rem;font-weight:700}@media(max-width:900px){.port-card[data-astro-cid-uhrerali]{grid-column:span 12!important}}#testimonials[data-astro-cid-aadlzisc]{padding:7rem 5vw}.testi-header[data-astro-cid-aadlzisc]{margin-bottom:3.5rem}.testi-grid[data-astro-cid-aadlzisc]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.testi-card[data-astro-cid-aadlzisc]{background:var(--soft);border:1px solid rgba(255,255,255,.07);border-radius:4px;padding:2rem;transition:border-color .3s}.testi-card[data-astro-cid-aadlzisc]:hover{border-color:#ff8c0033}.testi-quote[data-astro-cid-aadlzisc]{font-size:2rem;color:var(--mango);opacity:.4;font-family:Georgia,serif;line-height:1;margin-bottom:.75rem}.testi-text[data-astro-cid-aadlzisc]{font-size:.95rem;color:#f5f2ebbf;line-height:1.75;margin-bottom:1.5rem;font-style:italic;font-weight:300}.testi-author[data-astro-cid-aadlzisc]{display:flex;align-items:center;gap:.85rem}.testi-avatar[data-astro-cid-aadlzisc]{width:38px;height:38px;border-radius:50%;background:#ff8c001f;border:1px solid rgba(255,140,0,.25);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:.8rem;font-weight:700;color:var(--mango);flex-shrink:0}.testi-name[data-astro-cid-aadlzisc]{font-style:normal;font-weight:500;font-size:.9rem;display:block}.testi-role[data-astro-cid-aadlzisc]{font-size:.78rem;color:var(--text-muted)}#contact[data-astro-cid-rcdzuq3a]{background:var(--mid);text-align:center;padding:8rem 5vw;position:relative;overflow:hidden}.contact-glow[data-astro-cid-rcdzuq3a]{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 100%,rgba(255,140,0,.07) 0%,transparent 65%);pointer-events:none}.contact-tag[data-astro-cid-rcdzuq3a]{justify-content:center}.contact-headline[data-astro-cid-rcdzuq3a]{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,5.5rem);font-weight:800;letter-spacing:-.03em;line-height:1;margin-bottom:1.5rem}.contact-headline[data-astro-cid-rcdzuq3a] span[data-astro-cid-rcdzuq3a]{color:var(--mango)}.contact-sub[data-astro-cid-rcdzuq3a]{font-size:1.05rem;font-weight:300;color:#f5f2eb8c;max-width:440px;margin:0 auto 3rem}.contact-form[data-astro-cid-rcdzuq3a]{max-width:480px;margin:0 auto 2rem}.form-row[data-astro-cid-rcdzuq3a]{display:flex;gap:0}.contact-input[data-astro-cid-rcdzuq3a]{flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-right:none;border-radius:2px 0 0 2px;padding:1rem 1.25rem;font-family:var(--font-body);font-size:.9rem;color:var(--white);outline:none;transition:border-color .2s;width:100%}.contact-input[data-astro-cid-rcdzuq3a]::placeholder{color:#f5f2eb4d}.contact-input[data-astro-cid-rcdzuq3a]:focus{border-color:#ff8c0066}.contact-btn[data-astro-cid-rcdzuq3a]{background:var(--mango);color:var(--black);border:none;border-radius:0 2px 2px 0;padding:1rem 1.75rem;font-family:var(--font-body);font-weight:500;font-size:.88rem;letter-spacing:.05em;cursor:pointer;white-space:nowrap;transition:background .2s}.contact-btn[data-astro-cid-rcdzuq3a]:hover{background:var(--mango-light)}.form-message-wrap[data-astro-cid-rcdzuq3a]{margin-top:.75rem}.contact-textarea[data-astro-cid-rcdzuq3a]{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:2px;padding:.85rem 1.25rem;font-family:var(--font-body);font-size:.9rem;color:var(--white);outline:none;resize:vertical;transition:border-color .2s;line-height:1.6}.contact-textarea[data-astro-cid-rcdzuq3a]::placeholder{color:#f5f2eb4d}.contact-textarea[data-astro-cid-rcdzuq3a]:focus{border-color:#ff8c0066}.contact-note[data-astro-cid-rcdzuq3a]{font-size:.78rem;color:var(--text-muted)}.sr-only[data-astro-cid-rcdzuq3a]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
