@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');
:root{--navy:#17105f;--navy2:#241b79;--gold:#e7b51c;--red:#c9232b;--ink:#171727;--muted:#6d6d7c;--paper:#fbfbfe;--line:#e7e7ef;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:"DM Sans",Arial,sans-serif;line-height:1.6}a{text-decoration:none;color:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px;font-weight:800;color:var(--navy);letter-spacing:-.3px}.brand img{width:50px;height:50px;border-radius:50%;object-fit:cover}.nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}.nav a:hover{color:var(--red)}.nav-cta{background:var(--navy);color:#fff!important;padding:11px 17px;border-radius:999px}.menu-toggle{display:none;border:0;background:none;font-size:25px;color:var(--navy)}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#120b52,#2c238b);color:#fff;padding:82px 0 70px}.hero:after{content:"";position:absolute;right:-180px;top:-180px;width:520px;height:520px;border-radius:50%;border:1px solid rgba(231,181,28,.25);box-shadow:0 0 0 70px rgba(231,181,28,.03),0 0 0 140px rgba(231,181,28,.02)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.04fr .96fr;gap:60px;align-items:center}.eyebrow,.section-kicker{font-size:12px;font-weight:800;letter-spacing:2px;color:var(--gold)}.hero h1{font-family:"Playfair Display",Georgia,serif;font-size:clamp(45px,6vw,70px);line-height:1.05;margin:17px 0 22px;letter-spacing:-1.5px}.hero h1 span{color:var(--gold)}.hero-copy>p{font-size:18px;line-height:1.7;color:#dddcef;max-width:620px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 21px;border-radius:999px;font-weight:800;font-size:14px}.btn-gold{background:var(--gold);color:#191344}.btn-light{background:#fff;color:var(--navy)}.trust-row{display:flex;gap:28px;margin-top:30px}.trust-row div{border-left:1px solid rgba(255,255,255,.25);padding-left:14px}.trust-row strong,.trust-row small{display:block}.trust-row strong{font-size:17px}.trust-row small{font-size:12px;color:#bdbbd3}.hero-card{background:#fff;border-radius:24px;padding:10px;box-shadow:0 25px 70px rgba(0,0,0,.25);transform:rotate(1deg)}.hero-card-image{height:410px;overflow:hidden;border-radius:17px}.hero-card img{width:100%;height:100%;object-fit:cover}.hero-card-caption{padding:18px 13px 12px;color:var(--ink)}.hero-card-caption span,.hero-card-caption small{display:block;color:var(--muted);font-size:12px}.hero-card-caption strong{display:block;font-size:20px;margin:2px 0}
.section{padding:92px 0}.intro{background:#fff}.intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.section h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(32px,4vw,48px);line-height:1.15;margin:12px 0}.intro p{font-size:18px;color:var(--muted);margin:0}
.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:38px}.section-head p{max-width:420px;color:var(--muted);margin:0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.25s;box-shadow:0 5px 20px rgba(23,16,95,.04)}.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 35px rgba(23,16,95,.10)}.product-card img{width:100%;height:185px;object-fit:cover;display:block}.product-card>div{padding:20px}.product-card h3{margin:0 0 7px;font-size:19px}.product-card p{margin:0 0 15px;color:var(--muted);font-size:14px}.product-card a{font-size:13px;font-weight:800;color:var(--navy)}
.projects{background:#fff}.project-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.project-card{border-radius:20px;overflow:hidden;background:#f4f4f8;border:1px solid var(--line)}.project-card>img{width:100%;height:310px;display:block;object-fit:cover}.project-info{padding:18px 20px 21px}.project-info span{color:var(--red);font-size:11px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.project-info h3{margin:4px 0 2px;font-size:23px}.project-info p{margin:0;color:var(--muted);font-size:13px}.project-placeholder{display:flex;flex-direction:column}.placeholder-art{height:310px;background:linear-gradient(135deg,#191161,#30258d);display:grid;place-items:center}.placeholder-art span{width:70px;height:70px;border:2px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);font-size:40px}
.about{background:#f2f1f7}.about-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px}.about-panel,.quote-card{border-radius:24px;padding:45px;background:#fff}.about-panel p{color:var(--muted);font-size:17px;max-width:700px}.about-points{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:30px}.about-points div{padding:18px;border:1px solid var(--line);border-radius:14px}.about-points b{display:block;color:var(--gold);font-size:13px}.about-points span{display:block;font-weight:700;margin-top:8px}.quote-card{background:var(--navy);color:#fff;display:flex;flex-direction:column;justify-content:center}.quote-card>span{font-size:11px;color:var(--gold);font-weight:800;letter-spacing:1.5px}.quote-card h3{font-family:"Playfair Display",Georgia,serif;font-size:32px;line-height:1.15;margin:12px 0}.quote-card p{color:#d3d1e3;margin:0 0 25px}
.contact{padding-top:30px}.contact-box{background:linear-gradient(120deg,var(--navy),#2c238b);border-radius:28px;padding:48px 55px;color:#fff;display:flex;justify-content:space-between;gap:40px;align-items:center}.contact-box h2{margin-bottom:8px}.contact-box p{color:#d6d4e6}.contact-actions{display:grid;gap:12px;min-width:280px}.contact-line{padding:13px 17px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:12px}.contact-line span{margin-left:8px;font-weight:700}
.footer{background:#100b3e;color:#b9b7cf;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer img{width:76px;height:76px;border-radius:50%;object-fit:cover}.footer p{max-width:300px}.footer-grid>div:not(:first-child){display:grid;align-content:start;gap:8px}.footer strong{color:#fff;margin-bottom:5px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding-top:18px;display:flex;justify-content:space-between;font-size:12px}

@media(max-width:900px){.nav{gap:16px}.hero-grid,.intro-grid,.about-grid{grid-template-columns:1fr}.hero-card{max-width:700px;margin:auto}.product-grid{grid-template-columns:repeat(2,1fr)}.project-grid{grid-template-columns:1fr 1fr}.contact-box{flex-direction:column;align-items:flex-start}.section-head{align-items:flex-start;flex-direction:column}.hero{padding-top:55px}}
@media(max-width:650px){.container{width:min(100% - 28px,1160px)}.nav{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;padding:18px 20px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}.nav.open{display:flex}.menu-toggle{display:block}.nav-cta{text-align:center}.hero h1{font-size:44px}.hero{padding-bottom:45px}.hero-card-image{height:290px}.trust-row{gap:13px}.product-grid,.project-grid,.about-points,.footer-grid{grid-template-columns:1fr}.section{padding:65px 0}.about-panel,.quote-card{padding:30px}.contact-box{padding:35px 25px}.footer-bottom{flex-direction:column;gap:5px}.project-card>img,.placeholder-art{height:250px}}
