:root{--primary-color: #CCCDCC;--secondary-color: #ee6925;--hover-color: #ee6925;--text-color: #3b3b3b;--background-color: #FFEFC1;--ink: #141414;--accent: var(--secondary-color);--ease-out: cubic-bezier(.23, 1, .32, 1);--ease-out-strong: cubic-bezier(.16, 1, .3, 1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Mulish,system-ui,-apple-system,sans-serif;line-height:1.6;overflow:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;color:var(--text-color);background-color:var(--background-color);position:relative;z-index:0}body:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:-1;background-image:url(/assets/Artboard%201@3x.webp);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;opacity:.9}::-webkit-scrollbar{width:0}#hero-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:100svh;width:100%;max-width:1280px;margin:0 auto;text-align:left;color:var(--ink);position:relative;z-index:1;padding:clamp(7rem,14vh,11rem) clamp(1.5rem,6vw,6rem) clamp(4rem,10vh,8rem)}.hero-eyebrow{font-size:clamp(.75rem,1vw,.9rem);font-weight:700;text-transform:uppercase;letter-spacing:.28em;color:var(--accent);margin-bottom:clamp(1rem,2vw,1.75rem);opacity:0;animation:hero-fade-up .5s var(--ease-out) forwards}.hero-headline{font-family:Mulish,sans-serif;font-weight:900;text-transform:uppercase;font-size:clamp(3rem,13vw,11rem);line-height:.9;letter-spacing:-.03em;color:var(--ink);margin:0}.hero-headline .line{display:block;overflow:hidden;padding-bottom:.1em}.hero-headline .line-inner{display:block;transform:translateY(110%);animation:hero-line-rise .7s var(--ease-out-strong) forwards}.hero-headline .line:nth-child(1) .line-inner{animation-delay:.08s}.hero-headline .line:nth-child(2) .line-inner{animation-delay:.18s}.accent-dot{color:var(--accent)}.hero-subtitle{font-size:clamp(1.05rem,1.6vw,1.4rem);font-weight:400;color:var(--text-color);max-width:34ch;margin-top:clamp(1.5rem,3vw,2.25rem);line-height:1.5;opacity:0;animation:hero-fade-up .5s var(--ease-out) .34s forwards}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-top:clamp(2rem,4vw,2.75rem);position:relative;z-index:2;opacity:0;animation:hero-fade-up .5s var(--ease-out) .44s forwards}.hero-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.95rem 2rem;border-radius:999px;font-family:Mulish,sans-serif;font-size:1.05rem;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:transform .16s var(--ease-out),box-shadow .2s var(--ease-out),background-color .2s var(--ease-out),color .2s var(--ease-out)}.hero-btn:active{transform:scale(.97)}.hero-btn-primary{background-color:var(--accent);color:#fff;box-shadow:0 6px 18px #ee692559}.hero-btn-secondary{background-color:transparent;color:var(--ink);border:2px solid var(--ink)}.hero-btn .arrow{transition:transform .18s var(--ease-out)}@media (hover: hover) and (pointer: fine){.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px #ee692573}.hero-btn-secondary:hover{background-color:var(--ink);color:var(--background-color);transform:translateY(-2px)}.hero-btn:hover .arrow{transform:translate(4px)}}@keyframes hero-line-rise{to{transform:translateY(0)}}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.hero-eyebrow,.hero-subtitle,.hero-cta{animation-name:hero-fade;transform:none}.hero-headline .line-inner{animation:none;transform:none}@keyframes hero-fade{0%{opacity:0}to{opacity:1}}}@media (max-width: 768px){header{flex-direction:column;align-items:center}.header-right{display:none;margin-left:10px}.hamburger{display:block}.header-right.active{display:flex;flex-direction:column;align-items:center}.header-right a{font-size:1.2rem}}@media (max-width: 768px){.hero-subtitle{font-size:1.05rem}.hero-btn{font-size:1rem;padding:.85rem 1.7rem}}#about-section{width:100%;min-height:100vh;padding:6rem 2rem;background-color:#111;isolation:isolate;color:#fff;display:flex;position:relative;justify-content:center;align-items:center}.about-inner{max-width:1200px;width:100%;display:flex;align-items:center;justify-content:center;gap:3rem;z-index:3}.about-container{display:flex;width:700px;height:400px;border-radius:18px;overflow:hidden;position:relative;background:#1c1c1c;box-shadow:0 10px 40px #0006;z-index:3}.about-image{width:50%;height:100%;object-fit:cover;z-index:2}.about-text{width:50%;padding:2rem;color:#eee;display:flex;flex-direction:column;justify-content:center}.section-title{font-size:2rem;margin-bottom:1rem}.section-content{line-height:1.6;opacity:.9}@media (max-width: 900px){.about-inner{flex-direction:column}.about-container{width:100%;height:auto;flex-direction:column}.about-image{width:100%;height:250px}.about-text{width:100%}}
