:root{--brown:#2d180f;--brown-2:#3a2116;--gold:#c58b3b;--gold-light:#e4b86f;--cream:#f7f2ea;--cream-2:#efe4d4;--ink:#2d180f;--muted:#725f52;--border:#dfd2c1;--white:#fff;--radius:28px;--shadow:0 24px 70px rgba(45,24,15,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"Segoe UI",Tahoma,Arial,sans-serif;line-height:1.75}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.site-header{position:absolute;z-index:20;top:0;left:0;right:0;color:#fff;background:rgba(36,18,11,.48);border-bottom:1px solid rgba(255,255,255,.15);backdrop-filter:blur(14px)}.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px}.logo-box{width:78px;height:50px;padding:5px;border-radius:12px;background:#fff;overflow:hidden}.logo-box img{width:100%;height:100%;object-fit:contain}.brand-copy{display:flex;flex-direction:column;line-height:1.35}.brand-copy strong{font-size:14px}.brand-copy small{font-size:11px;color:rgba(255,255,255,.65)}.main-nav{display:flex;gap:28px;font-size:14px}.main-nav a{transition:.25s}.main-nav a:hover{color:var(--gold-light)}.lang-button{border:1px solid rgba(255,255,255,.32);background:rgba(255,255,255,.1);color:#fff;border-radius:12px;padding:8px 16px;cursor:pointer;transition:.25s}.lang-button:hover{background:#fff;color:var(--brown)}
.hero{position:relative;isolation:isolate;min-height:760px;display:flex;align-items:center;padding:150px 0 80px;background:var(--brown)}.hero-image{position:absolute;z-index:-3;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,rgba(28,14,9,.35),rgba(36,18,11,.78) 52%,rgba(28,14,9,.96))}html[dir=ltr] .hero-overlay{background:linear-gradient(90deg,rgba(28,14,9,.96),rgba(36,18,11,.78) 52%,rgba(28,14,9,.35))}.hero-content{display:grid;grid-template-columns:1.25fr .75fr;align-items:end;gap:64px;color:#fff}.hero-copy{max-width:770px}.eyebrow{display:flex;align-items:center;gap:12px;margin:0;color:#a96825;font-size:12px;font-weight:900;letter-spacing:.18em}.eyebrow:before{content:"";width:36px;height:1px;background:currentColor}.eyebrow.light{color:var(--gold-light)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(48px,7vw,80px);line-height:1.12;letter-spacing:-.035em;margin:24px 0 20px;font-weight:900}.hero-lead{max-width:700px;color:rgba(255,255,255,.78);font-size:20px;line-height:1.8}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:10px 24px;border-radius:13px;font-weight:700;transition:.25s}.button.gold{background:var(--gold);color:#fff}.button.gold:hover{background:#dfa954;transform:translateY(-2px)}.button.ghost{border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.1);color:#fff}.button.ghost:hover{background:#fff;color:var(--brown)}.hero-note{border-inline-start:1px solid rgba(255,255,255,.22);padding-inline-start:28px;display:flex;flex-direction:column;gap:8px}.hero-note strong{font-size:42px;color:var(--gold-light)}.hero-note span{color:rgba(255,255,255,.7);font-size:14px;line-height:1.8}
.section{padding:110px 0}.two-columns{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.feature-image{position:relative;min-height:560px;margin:0;border-radius:var(--radius);overflow:hidden;background:var(--brown);box-shadow:var(--shadow)}.feature-image>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.feature-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(45,24,15,.92),transparent 60%)}.feature-image figcaption{position:absolute;z-index:2;bottom:0;left:0;right:0;padding:34px;color:#fff;display:flex;flex-direction:column;gap:10px}.feature-image figcaption small{color:var(--gold-light);letter-spacing:.18em}.feature-image figcaption strong{font-size:25px;line-height:1.5}.section-copy h2,.services-section h2,.why-section h2,.projects-section h2,.process-section h2,.contact-section h2{font-size:clamp(38px,5vw,58px);line-height:1.25;letter-spacing:-.03em;margin:18px 0 24px;font-weight:900}.section-copy>p:not(.eyebrow),.why-section p,.section-heading-row p{color:var(--muted);font-size:17px}.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:34px}.mission-grid article{padding:24px;background:#fff;border:1px solid var(--border);border-radius:20px}.mission-grid article.dark{background:var(--brown-2);color:#fff;border-color:var(--brown-2)}.mission-grid span,.services-grid span,.process-grid span{color:var(--gold);font-weight:900;letter-spacing:.14em}.mission-grid h3{font-size:21px;margin:12px 0 8px}.mission-grid p{font-size:14px;line-height:1.8;margin:0;color:var(--muted)}.mission-grid .dark p{color:rgba(255,255,255,.65)}
.services-section{background:var(--brown);color:#fff}.services-section h2{max-width:820px}.section-intro{max-width:700px;color:rgba(255,255,255,.6);font-size:17px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:50px;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);overflow:hidden;background:rgba(255,255,255,.1)}.services-grid article{padding:32px;background:var(--brown);transition:.25s}.services-grid article:hover{background:var(--brown-2)}.services-grid h3{margin:20px 0 10px;font-size:21px}.services-grid p{margin:0;color:rgba(255,255,255,.58);font-size:14px;line-height:1.9}.services-grid article:last-child{grid-column:span 3}
.why-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:80px;align-items:start}.benefits{display:grid;grid-template-columns:1fr 1fr;gap:14px}.benefits div{position:relative;padding:20px 50px 20px 20px;background:#fff;border:1px solid var(--border);border-radius:18px;font-weight:700}.benefits div:before{content:"✓";position:absolute;right:20px;color:var(--gold);font-weight:900}html[dir=ltr] .benefits div{padding:20px 20px 20px 50px}html[dir=ltr] .benefits div:before{right:auto;left:20px}
.projects-section{background:var(--cream-2)}.section-heading-row{display:flex;justify-content:space-between;align-items:end;gap:40px}.section-heading-row h2{max-width:680px}.section-heading-row p{max-width:460px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:260px;gap:16px;margin-top:48px}.gallery figure{position:relative;margin:0;border-radius:var(--radius);overflow:hidden;background:var(--brown)}.gallery figure.tall{grid-row:span 2}.gallery img{width:100%;height:100%;object-fit:cover;transition:.6s}.gallery figure:hover img{transform:scale(1.05)}.gallery figure:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.78),transparent 60%)}.gallery figcaption{position:absolute;z-index:2;bottom:0;left:0;right:0;padding:24px;color:#fff;font-weight:800;font-size:18px}.gallery-card{border-radius:var(--radius);padding:30px;background:var(--gold);color:#fff;display:flex;flex-direction:column;justify-content:flex-end}.gallery-card span{margin-bottom:auto;font-size:34px;font-weight:900}.gallery-card strong{font-size:25px;line-height:1.35}.gallery-card p{margin:10px 0 0;color:rgba(255,255,255,.78);font-size:14px}
.center-heading{text-align:center;max-width:800px;margin-inline:auto}.center-heading .eyebrow{justify-content:center}.process-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:50px}.process-grid article{min-height:160px;padding:22px 16px;text-align:center;background:#fff;border:1px solid var(--border);border-radius:18px}.process-grid h3{font-size:14px;line-height:1.65;margin:20px 0 0}
.contact-section{position:relative;background:var(--brown);color:#fff;overflow:hidden}.contact-section:before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;background:rgba(197,139,59,.12);filter:blur(60px);top:-200px;left:20%}.contact-grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center}.contact-section h2{font-size:clamp(44px,6vw,68px)}.contact-section p:not(.eyebrow){max-width:650px;color:rgba(255,255,255,.62);font-size:18px}.contact-section .button{margin-top:24px}.contact-card{font-style:normal;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);background:rgba(255,255,255,.05);overflow:hidden}.contact-card>div{display:flex;flex-direction:column;padding:24px 28px;border-bottom:1px solid rgba(255,255,255,.1)}.contact-card>div:last-child{border-bottom:0}.contact-card small{color:rgba(255,255,255,.45);font-weight:700;margin-bottom:5px}.contact-card a,.contact-card span{font-weight:700;overflow-wrap:anywhere}
footer{padding:28px 0;background:#180c08;color:rgba(255,255,255,.55)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:13px}.footer-inner p{margin:0}.footer-brand{display:flex;align-items:center;gap:10px;color:#fff}.footer-logo{width:62px;height:42px;border-radius:8px;padding:4px;background:#fff}.footer-logo img{width:100%;height:100%;object-fit:contain}
@media(max-width:980px){.header-inner{flex-wrap:wrap;padding:14px 0}.main-nav{order:3;width:100%;overflow-x:auto;justify-content:center;padding:6px 0;white-space:nowrap}.hero{padding-top:180px}.hero-content,.two-columns,.why-grid,.contact-grid{grid-template-columns:1fr}.hero-note{display:none}.feature-image{min-height:460px}.services-grid{grid-template-columns:repeat(2,1fr)}.services-grid article:last-child{grid-column:span 2}.process-grid{grid-template-columns:repeat(3,1fr)}.section-heading-row{display:block}.gallery{grid-template-columns:1fr 1fr}.gallery figure.tall{grid-row:span 1}.footer-inner{flex-wrap:wrap;justify-content:center;text-align:center}}
@media(max-width:640px){.container{width:min(100% - 28px,1180px)}.brand-copy{display:none}.main-nav{justify-content:flex-start}.main-nav a{font-size:13px}.hero{min-height:760px;align-items:flex-end;padding-bottom:60px}.hero-lead{font-size:17px}.section{padding:80px 0}.feature-image{min-height:420px}.mission-grid,.services-grid,.benefits,.gallery{grid-template-columns:1fr}.services-grid article:last-child{grid-column:auto}.gallery{grid-auto-rows:280px}.gallery figure.tall{grid-row:auto}.process-grid{grid-template-columns:1fr 1fr}.contact-grid{gap:40px}.footer-inner{flex-direction:column}.button{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
