
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:'Segoe UI',system-ui,-apple-system,sans-serif;color:#1e293b;background:#fff;line-height:1.7;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:all .25s}ul{list-style:none}
.container{max-width:1200px;margin:0 auto;padding:0 28px}
.label{display:inline-flex;align-items:center;gap:6px;font-size:.7rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#f97316;background:linear-gradient(135deg,rgba(249,115,22,.08),rgba(239,68,68,.08));padding:7px 16px;border-radius:50px;margin-bottom:18px}.label svg{width:14px;height:14px}
.heading{font-size:2.6rem;font-weight:800;line-height:1.18;color:#0f172a;letter-spacing:-.02em}.heading span{background:linear-gradient(135deg,#f97316,#ef4444,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.subtext{font-size:1.08rem;color:#64748b;max-width:620px;line-height:1.8}
.section-header{text-align:center;margin-bottom:56px}.section-header .subtext{margin:12px auto 0}
.nav{position:fixed;top:0;left:0;right:0;z-index:999;padding:14px 28px}.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.72);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 24px rgba(0,0,0,.04);border-radius:16px;padding:10px 12px 10px 24px;height:58px;overflow:visible}
.nav-logo{display:flex;align-items:center;gap:10px}.nav-logo-mark{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,#f97316,#ef4444);display:flex;align-items:center;justify-content:center}.nav-logo-mark svg{width:20px;height:20px;color:#fff}.nav-logo-text{font-size:1.15rem;font-weight:800;color:#0f172a}.nav-logo-text em{font-style:normal;color:#f97316}
.nav-links{display:flex;align-items:center;gap:6px}.nav-links a{font-size:.87rem;font-weight:500;color:#475569;padding:8px 16px;border-radius:10px;transition:all .2s}.nav-links a:hover{color:#f97316;background:rgba(249,115,22,.06)}.nav-links .nav-cta{background:linear-gradient(135deg,#f97316,#ef4444);color:#fff;font-weight:600;padding:10px 22px;border-radius:12px;box-shadow:0 2px 12px rgba(249,115,22,.25)}
.mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}.mobile-toggle svg{width:24px;height:24px;color:#0f172a}

.page-hero{padding:140px 0 60px;background:linear-gradient(160deg,#fffbf5 0%,#fff7ed 30%,#fef3e2 60%,#fff 100%);position:relative;overflow:hidden;text-align:center}.page-hero::before{content:'';position:absolute;top:-200px;right:-200px;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(249,115,22,.1),transparent 70%)}.page-hero .subtext{margin:12px auto 0}
.breadcrumb{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.82rem;color:#94a3b8;margin-bottom:16px}.breadcrumb a{color:#f97316;font-weight:600}.breadcrumb svg{width:14px;height:14px}

/* STORY */
.story{padding:100px 0;background:#fff}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.story-img img{border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.1);width:100%;aspect-ratio:4/3;object-fit:cover}
.story-text h2{font-size:1.8rem;font-weight:800;color:#0f172a;margin-bottom:16px}
.story-text p{font-size:.95rem;color:#475569;line-height:1.85;margin-bottom:14px}

/* VALUES */
.values{padding:100px 0;background:linear-gradient(160deg,#fffbf5,#fff7ed,#fff)}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.value-card{background:rgba(255,255,255,.7);backdrop-filter:blur(12px);border:1px solid rgba(249,115,22,.08);border-radius:20px;padding:36px 24px;text-align:center;transition:all .35s}
.value-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgba(249,115,22,.1)}
.value-icon{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,rgba(249,115,22,.1),rgba(239,68,68,.06));display:flex;align-items:center;justify-content:center;margin:0 auto 18px}
.value-icon svg{width:26px;height:26px;color:#f97316}
.value-card h3{font-size:1.05rem;font-weight:700;color:#0f172a;margin-bottom:8px}
.value-card p{font-size:.86rem;color:#64748b;line-height:1.7}

/* TEAM */
.team{padding:100px 0;background:#fff}
.team-img-wrap{margin-top:48px}
.team-img-wrap img{border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.1);width:100%;max-height:500px;object-fit:cover}
.team-desc{max-width:800px;margin:28px auto 0;text-align:center}
.team-desc p{font-size:.95rem;color:#475569;line-height:1.85}

/* OFFICE */
.office{padding:100px 0;background:linear-gradient(160deg,#fffbf5,#fff7ed,#fff)}
.office-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.office-img img{border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.1);width:100%;aspect-ratio:4/3;object-fit:cover}
.office-info h3{font-size:1.3rem;font-weight:700;color:#0f172a;margin-bottom:16px}
.office-info p{font-size:.95rem;color:#475569;line-height:1.85;margin-bottom:14px}
.office-detail{display:flex;gap:12px;margin-bottom:14px;font-size:.92rem;color:#475569}
.office-detail svg{width:20px;height:20px;min-width:20px;color:#f97316;margin-top:2px}

/* CTA */
.cta-section{padding:80px 0;background:linear-gradient(135deg,#1c1017,#2a1520);text-align:center;color:#fff}
.cta-section .heading{color:#fff;margin-bottom:16px}
.cta-section .subtext{color:#a1a1aa;margin:0 auto 28px}
.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;border-radius:14px;font-weight:700;font-size:.92rem;background:linear-gradient(135deg,#f97316,#ef4444);color:#fff;box-shadow:0 4px 20px rgba(249,115,22,.3);transition:all .3s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 28px rgba(249,115,22,.4)}.btn-primary svg{width:18px;height:18px}

.footer{background:linear-gradient(180deg,#1c1017,#2a1520);padding:80px 0 0;color:#a1a1aa}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.06)}.footer-brand p{font-size:.88rem;line-height:1.7;margin-bottom:20px}.footer-social{display:flex;gap:12px}.footer-social a{width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;transition:all .2s}.footer-social a:hover{background:rgba(249,115,22,.2)}.footer-social a svg{width:16px;height:16px;color:#a1a1aa}
.footer-col h4{font-size:.82rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:20px}.footer-col li{margin-bottom:12px}.footer-col li a{font-size:.87rem;color:#a1a1aa;transition:color .2s}.footer-col li a:hover{color:#fb923c}
.footer-contact-row{display:flex;gap:10px;margin-bottom:14px;font-size:.84rem;color:#a1a1aa;line-height:1.6}.footer-contact-row svg{width:16px;height:16px;min-width:16px;color:#f97316;margin-top:3px}
.footer-bottom{padding:24px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-copy{font-size:.8rem;color:#64748b}.footer-disc{font-size:.7rem;color:#64748b;max-width:580px;text-align:right;line-height:1.5;font-style:italic}

@media(max-width:1024px){.story-grid,.office-grid{grid-template-columns:1fr}.values-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:768px){.nav-links{display:none}.mobile-toggle{display:block}.heading{font-size:2rem}.values-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.footer-disc{text-align:center}}
