:root {
  --ink: #142231;
  --dark: #101d2b;
  --paper: #f5f4f0;
  --cream: #eae8e1;
  --green: #f4bc56;
  --green-deep: #926319;
  --line: rgba(20,34,49,.14);
  --shadow: 0 20px 60px rgba(10,23,36,.12);
}
body { background: var(--paper); }
::selection { background: #f4bc56; color: #101d2b; }
:focus-visible { outline: 3px solid #bd7915; outline-offset: 5px; }
section[id] { scroll-margin-top: 110px; }
.container { width: min(1280px, calc(100% - 80px)); }
.section-pad { padding: 105px 0; }
.noise, .cursor-glow, .orb, .blueprint-lines { display: none; }
.site-header { top: 20px; }
.nav-wrap { background: rgba(250,249,246,.93); border-radius: 12px; box-shadow: 0 12px 40px #0002; height: 78px; }
.brand img { object-fit: contain; background: white; border-radius: 6px; }
.brand strong { font-size: 21px; }
.brand small { font-size: 8px; }
.nav-cta, .btn { border-radius: 5px; }
.nav-cta { background: var(--ink); }
.desktop-nav a { font-size: 12px; }
.desktop-nav ul { gap: 25px; }
.industrial-hero { background: #101d2b; color: white; position: relative; min-height: 850px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.hero-background { position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; object-position: 60% center; }
.industrial-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(9,21,34,.97) 0%,rgba(9,21,34,.82) 35%,rgba(9,21,34,.12) 100%),linear-gradient(0deg,rgba(9,21,34,.9),transparent 60%); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 280px; align-items: end; gap: 80px; padding-top: 210px; padding-bottom: 90px; }
.industrial-hero h1 { font-size: clamp(52px,5.8vw,84px); letter-spacing: -.055em; line-height: 1.06; max-width: 840px; }
.industrial-hero h1 em { font-family: inherit; color: #f4bc56; font-style: normal; font-weight: 500; }
.industrial-hero .eyebrow { color: #f4bc56; letter-spacing: .18em; font-size: 10px; margin-bottom: 30px; }
.industrial-hero .eyebrow > span:first-child { background: #f4bc56; }
.industrial-hero .hero-copy > p { color: #d0d7dd; font-size: 16px; line-height: 1.8; max-width: 510px; margin: 28px 0 36px; }
.industrial-hero .btn-secondary { color: white; border-color: #ffffff50; backdrop-filter: blur(12px); }
.industrial-hero .btn-secondary:hover { background: #ffffff15; }
.industrial-hero .hero-copy { text-align: left; }
.industrial-hero .hero-copy > p { margin-left: 0; margin-right: 0; }
.industrial-hero .eyebrow { justify-content: flex-start; }
.hero-actions { gap: 14px; flex-direction: row; justify-content: flex-start; }
.btn-primary { box-shadow: none; }
.btn-primary:hover { box-shadow: 0 12px 30px #0002; }
.hero-project { display: block; border-radius: 8px; padding: 26px; background: #ffffff12; border: 1px solid #ffffff38; color: white; backdrop-filter: blur(18px); }
.hero-project > span { color: #e2e8ee; font-size: 8px; letter-spacing: .14em; }
.hero-project strong { display: block; font: 500 29px/1.2 Manrope,sans-serif; margin: 22px 0 28px; }
.hero-project div { border-top: 1px solid #ffffff30; padding-top: 15px; display: flex; justify-content: space-between; font-size: 11px; color: #e4e8ee; }
.hero-project b { color: #f4bc56; font-size: 18px; }
.hero-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; border-top: 1px solid #ffffff30; font-size: 8px; letter-spacing: .14em; color: #c1cad2; }
.hero-bottom a { color: #f4bc56; }
.capability-strip { background: #f4bc56; color: #152332; }
.capability-strip .container { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 29px 0; }
.capability-strip span { font: 700 clamp(13px,1.5vw,20px) Manrope,sans-serif; letter-spacing: .11em; }
.capability-strip b { font: 500 10px Manrope,sans-serif; vertical-align: top; margin-left: 18px; opacity: .6; }
.capability-strip i { font-size: 24px; font-style: normal; opacity: .5; }
.section-label { letter-spacing: .14em; color: #69737b; font-size: 10px; }
.section-label span { border: none; border-radius: 0; padding: 0; color: #926319; }
.section-label > span:first-child { padding-right: 10px; }
.about-grid { grid-template-columns: 190px 1fr; gap: 50px; }
.lead { font-size: clamp(34px,4.1vw,57px); font-weight: 500; line-height: 1.2; }
.lead strong, h2 em { color: #926319; font-family: inherit; font-weight: 500; font-style: normal; }
.about-lower { grid-template-columns: 1fr 1fr; gap: 55px; margin-top: 45px; }
.about-lower > p { color: #5e6871; line-height: 1.9; }
.partner-card { padding: 27px; border-radius: 8px; border: 1px solid #c9cbd0; border-left: 3px solid #e4a63e; box-shadow: none; background: #ffffff80; }
.partner-card > span { font-size: 9px; letter-spacing: .16em; color: #926319; }
.partner-card h3 { font: 600 25px/1.3 Manrope,sans-serif; margin: 16px 0 8px; }
.partner-card p { font-size: 13px; margin-bottom: 20px; }
.partner-card small { color: #626c74; font-size: 11px; line-height: 1.7; }
.services { background: #eaece9; }
.section-head { gap: 50px; margin-bottom: 45px; }
.section-head h2, .contact h2 { font-size: clamp(38px,4.5vw,62px); line-height: 1.1; }
.section-head > p { color: #5e6871; }
.infrastructure-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.infra-feature { background: #152332; color: white; border-radius: 8px; overflow: hidden; }
.infra-feature > img { width: 100%; height: 255px; object-fit: cover; display: block; transition: transform .5s; }
.infra-feature:hover > img { transform: scale(1.025); }
.infra-feature > div { padding: 28px; }
.infra-feature span, .infra-stair > span { font-size: 9px; letter-spacing: .14em; color: #f4bc56; }
.infra-feature h3 { font: 600 23px/1.25 Manrope,sans-serif; margin: 16px 0; }
.infra-feature p { font-size: 13px; color: #c2cad1; line-height: 1.8; }
.infra-stair { grid-column: 1/-1; background: #ffffff70; border: 1px solid #fff; box-shadow: none; border-radius: 8px; padding: 30px; display: grid; grid-template-columns: 1fr 1.2fr 1.4fr; align-items: center; gap: 25px; }
.infra-stair > span { color: #926319; grid-column: 1/-1; }
.infra-stair h3 { font: 600 23px/1.3 Manrope,sans-serif; }
.infra-stair p { font-size: 13px; color: #5e6871; line-height: 1.8; }
.infra-stair a { justify-self: end; }
.interior-heading { padding-top: 65px; padding-bottom: 28px; }
.interior-heading h3 { font: 500 33px/1.2 Manrope,sans-serif; letter-spacing: -.035em; margin: 14px 0; }
.interior-heading p { font-size: 14px; line-height: 1.8; color: #5e6871; max-width: 720px; }
.service-grid { grid-template-columns: repeat(4,1fr); gap: 16px; }
.service-card, .service-cta { padding: 19px; border-radius: 8px; min-height: 345px; }
.service-card h3 { font-size: 17px; }
.service-card p { color: #58636c; font-size: 12px; }
.service-card.featured { background: #152332; }
.service-card.featured p { color: #ccd2d9; }
.service-image-wrap { height: 150px; border-radius: 4px; margin: 17px 0; }
.service-cta { background: #f4bc56; }
.round-link { width: 46px; height: 46px; }
.projects { background: #101d2b; color: #f7f8f9; }
.projects .section-label, .projects .section-head > p { color: #b2bec9; }
.projects h2 em, .projects .section-label span { color: #f4bc56; }
.project-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.project-filters button { cursor: pointer; background: transparent; color: #c3cdd6; border: 1px solid #ffffff30; padding: 12px 19px; font-size: 12px; border-radius: 4px; transition: .2s; }
.project-filters button.active, .project-filters button:hover { background: #f4bc56; border-color: #f4bc56; color: #101d2b; }
.project-filters span { padding-left: 15px; font-size: 10px; }
.field-gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px 24px; }
.field-card:first-child { grid-column: span 2; }
.field-card[hidden] { display: none; }
.project-photo { width: 100%; height: 330px; display: block; position: relative; border: 0; background: #253442; cursor: zoom-in; border-radius: 7px; overflow: hidden; }
.project-photo img { height: 100%; width: 100%; object-fit: cover; display: block; transition: transform .6s; }
.project-photo:hover img { transform: scale(1.045); }
.photo-expand { position: absolute; bottom: 16px; right: 16px; display: grid; place-items: center; height: 38px; width: 38px; background: #ffffff22; border: 1px solid #ffffff65; color: white; backdrop-filter: blur(12px); border-radius: 50%; font-size: 22px; }
.field-caption { display: flex; justify-content: space-between; gap: 15px; padding: 20px 0 0; }
.field-caption span { text-transform: uppercase; font-size: 8px; color: #e3b96e; letter-spacing: .14em; }
.field-caption h3 { font: 500 20px/1.35 Manrope,sans-serif; margin-top: 8px; }
.field-caption small { color: #91a0ae; font-size: 10px; padding-top: 5px; }
.gallery-credit { margin-top: 38px; border-top: 1px solid #ffffff20; padding-top: 22px; font-size: 11px; color: #aebcc8; }
.delivery { background: #f5f4f0; }
.delivery-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 35px; }
.delivery-grid article { padding-top: 25px; border-top: 1px solid #bdc3c7; }
.delivery-grid span { font-size: 11px; color: #926319; }
.delivery-grid h3 { font: 600 23px Manrope,sans-serif; margin: 25px 0 15px; }
.delivery-grid p { font-size: 13px; line-height: 1.8; color: #5e6871; }
.contact { background: #192838; }
.contact-glow { display: none; }
.contact h2 em { color: #f4bc56; }
.contact-grid { gap: 65px; }
.contact .section-label span { color: #f4bc56; }
.map-card { border-radius: 9px; background: #ffffff0c; border-color: #ffffff30; }
.map-head { gap: 20px; height: auto; min-height: 76px; padding-block: 16px; }
.map-head a { color: #f4bc56; }
footer { background: #edf0ed; color: #142231; }
footer .footer-info p, footer .footer-main > p, footer .footer-contact { color: #465562; }
footer .footer-bottom { color: #465562; border-top-color: #c4ccc9; }
footer .footer-bottom a { color: #785016; }
footer .footer-contact a:hover, footer .footer-links a:hover, footer .footer-bottom a:hover { color: #785016; text-decoration: underline; }
footer .footer-social a { color: #142231; background: #ffffff80; border-color: #87958f; }
footer .footer-social a:hover { color: #142231; background: #f4bc56; border-color: #926319; }
footer a:focus-visible { outline-color: #785016; }
.footer-main { padding: 65px 0; }
.whatsapp-float { width: 50px; height: 50px; bottom: 20px; right: 20px; animation: none; }
.hero:not(#home) { background: #eaece9; }
.photo-dialog { position: fixed; margin: auto; border: 1px solid #ffffff30; border-radius: 8px; background: #101d2b; color: white; padding: 18px; width: min(1100px,92vw); max-height: 94vh; }
.photo-dialog::backdrop { background: #07121bee; backdrop-filter: blur(8px); }
.photo-dialog > img { display: block; width: 100%; height: min(75vh,850px); object-fit: contain; }
.photo-dialog > p { font-size: 13px; padding: 16px 40px 4px 4px; }
.photo-close { position: absolute; right: 24px; top: 24px; width: 42px; height: 42px; border: 1px solid #ffffff60; background: #101d2bdd; color: white; font-size: 28px; border-radius: 50%; cursor: pointer; }
.reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  .reveal.visible { animation: rise-in .7s both; }
  .hero-copy { animation: rise-in .8s both; }
  @keyframes rise-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 48px); }
  .hero-layout { gap: 30px; grid-template-columns: 1fr 240px; }
  .desktop-nav ul { gap: 15px; margin-right: 16px; }
  .about-grid { grid-template-columns: 130px 1fr; gap: 30px; }
  .about-lower { gap: 25px; }
  .service-grid { grid-template-columns: repeat(3,1fr); }
  .contact-grid { gap: 30px; }
  .infra-feature > div { padding: 20px; }
}
@media (max-width: 800px) {
  .section-pad { padding: 72px 0; }
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  .mobile-menu.open { display: block; background: rgba(250,249,246,.98); max-height: calc(100vh - 120px); overflow-y: auto; }
  .industrial-hero { min-height: 790px; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 170px; padding-bottom: 45px; }
  .hero-project { display: none; }
  .industrial-hero h1 { max-width: 650px; font-size: clamp(49px,8.3vw,70px); }
  .hero-background { object-position: 68% center; }
  .industrial-hero::after { background: linear-gradient(90deg,#091522eb,#09152280),linear-gradient(0deg,#091522,transparent); }
  .hero-bottom span:nth-child(2) { display: none; }
  .about-grid, .about-lower { grid-template-columns: 1fr; }
  .partner-card { max-width: 520px; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 24px; }
  .section-head > p { max-width: 620px; }
  .infrastructure-grid { grid-template-columns: 1fr 1fr; }
  .infra-stair { grid-column: auto; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
  .infra-stair a { margin-top: 15px; }
  .field-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .project-photo { height: 280px; }
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .delivery-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .map-card iframe { min-height: 350px; }
  .capability-strip b { margin-left: 6px; }
}
@media (max-width: 500px) {
  .container { width: calc(100% - 36px); }
  .site-header { top: 12px; }
  .nav-wrap { height: 66px; padding: 8px; }
  .brand { gap: 7px; }
  .brand img { width: 40px; height: 40px; }
  .brand strong { font-size: 17px; }
  .brand small { font-size: 6px; }
  .nav-cta { display: none; }
  .lang-toggle { margin: 0 8px; }
  .industrial-hero { min-height: 760px; }
  .hero-layout { padding-top: 150px; padding-bottom: 55px; }
  .industrial-hero h1 { font-size: 49px; }
  .industrial-hero .hero-copy > p { font-size: 14px; }
  .hero-actions { gap: 10px; flex-wrap: wrap; }
  .hero-actions .btn { font-size: 12px; padding: 15px; gap: 18px; }
  .hero-bottom { font-size: 7px; letter-spacing: .08em; }
  .capability-strip .container { gap: 8px; padding: 23px 0; }
  .capability-strip span { font-size: 10px; letter-spacing: .04em; }
  .capability-strip i { font-size: 16px; }
  .capability-strip b { display: none; }
  .infrastructure-grid, .service-grid, .field-gallery { grid-template-columns: 1fr; }
  .field-card:first-child { grid-column: auto; }
  .infra-feature > img { height: 245px; }
  .service-card, .service-cta { min-height: 0; }
  .service-cta { min-height: 230px; }
  .service-image-wrap { height: 205px; }
  .project-photo { height: 310px; }
  .project-filters button { padding: 11px 13px; font-size: 11px; }
  .delivery-grid { gap: 28px 20px; }
  .delivery-grid h3 { font-size: 20px; }
  .contact-btn { min-width: 0; }
  .contact-btn strong { font-size: 14px; overflow-wrap: anywhere; }
  .map-head { flex-direction: column; align-items: flex-start; }
  .footer-main { gap: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
