:root {
  --ink: #101112;
  --ink-2: #1b1d1f;
  --ink-3: #2a2d30;
  --paper: #f4f3ef;
  --white: #fff;
  --muted: #686a6d;
  --line: #d9d8d2;
  --gold: #fcbb21;
  --gold-2: #d89600;
  --success: #20a963;
  --container: 1280px;
  --shadow: 0 28px 70px rgba(16, 17, 18, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif; line-height: .98; letter-spacing: -.04em; }
h1 { font-size: clamp(3.3rem, 7vw, 6.9rem); }
h2 { font-size: clamp(2.4rem, 4.4vw, 4.75rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.85rem); }
p { color: var(--muted); }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 116px 0; }
.icon { width: 1.35rem; height: 1.35rem; flex: none; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; background: var(--gold); color: var(--ink); padding: 12px 18px; font-weight: 800; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.scroll-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 1500; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--gold); }
.kicker { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 20px; color: var(--gold-2); font-size: .76rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.kicker::before { content: ""; width: 38px; height: 3px; background: currentColor; }
.kicker.light { color: var(--gold); }
.btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 14px 24px; border: 1px solid transparent; border-radius: 0; font-size: .82rem; font-weight: 900; line-height: 1; letter-spacing: .08em; text-transform: uppercase; transition: .25s ease; cursor: pointer; }
.btn .icon { width: 1.1rem; height: 1.1rem; }
.btn-primary { background: var(--gold); color: var(--ink); }
.btn-primary:hover { background: var(--white); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0, 0, 0, .16); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark:hover { background: var(--gold); color: var(--ink); }
.btn-light { background: var(--white); color: var(--ink); }
.btn-light:hover { background: var(--gold); }
.btn-outline, .btn-outline-light { border-color: #ffffff70; color: var(--white); background: transparent; }
.btn-outline:hover, .btn-outline-light:hover { border-color: var(--gold); color: var(--gold); }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--ink); font-size: .8rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.text-link .icon { width: 1rem; transition: transform .2s ease; }
.text-link:hover { color: var(--gold-2); }
.text-link:hover .icon { transform: translateX(5px); }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; color: var(--white); background: rgba(16, 17, 18, .93); border-bottom: 1px solid #ffffff1a; backdrop-filter: blur(16px); transition: .25s ease; }
.site-header.is-scrolled { box-shadow: 0 14px 35px rgba(0, 0, 0, .25); }
.header-inner { min-height: 88px; display: flex; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 246px; }
.brand-mark { width: 56px; height: 52px; overflow: hidden; display: grid; place-items: center; background: #111; border: 1px solid #ffffff1f; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy b { font-family: "Arial Black", "Arial Narrow", Arial, sans-serif; font-size: 1.3rem; letter-spacing: -.04em; }
.brand-copy small { margin-top: 8px; color: var(--gold); font-size: .61rem; font-weight: 800; letter-spacing: .14em; }
.desktop-nav { margin-left: auto; display: flex; align-items: stretch; height: 88px; }
.desktop-nav a { position: relative; display: grid; place-items: center; padding: 0 17px; color: #d9d9d9; font-size: .77rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 17px; right: 17px; bottom: 0; height: 3px; background: var(--gold); transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--white); }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-call { align-self: stretch; margin-left: 18px; padding: 0 22px; display: flex; align-items: center; gap: 12px; color: var(--ink); background: var(--gold); }
.header-call .icon { width: 1.2rem; }
.header-call span { display: flex; flex-direction: column; line-height: 1; }
.header-call small { margin-bottom: 7px; font-size: .58rem; font-weight: 800; letter-spacing: .12em; }
.header-call span:not(small) { font-size: .84rem; font-weight: 900; }
.menu-toggle { display: none; width: 48px; height: 48px; margin-left: auto; border: 1px solid #ffffff2c; background: transparent; color: var(--white); cursor: pointer; }
.mobile-menu { position: absolute; top: 100%; left: 0; right: 0; background: var(--ink); border-top: 1px solid #ffffff18; padding: 0 24px 24px; }
.mobile-menu[hidden] { display: none; }
.mobile-menu nav a { display: flex; align-items: center; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid #ffffff18; font-weight: 800; text-transform: uppercase; }
.mobile-menu nav .icon { width: 1rem; }
.mobile-menu-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }

/* Hero */
.hero { position: relative; min-height: 820px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(16,17,18,1) 0%, rgba(16,17,18,.97) 43%, rgba(16,17,18,.35) 66%, rgba(16,17,18,.15) 100%); pointer-events: none; }
.hero-photo { position: absolute; z-index: 0; inset: 0 0 0 42%; background-size: cover; background-position: center 50%; clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%); transform: scale(1.01); }
.hero-grid, .page-intro-grid { position: absolute; inset: 0; z-index: 2; opacity: .1; pointer-events: none; background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg, #fff 1px, transparent 1px); background-size: 96px 96px; mask-image: linear-gradient(90deg, #000, transparent 64%); }
.hero-inner { position: relative; z-index: 3; display: flex; align-items: center; padding-top: 96px; }
.hero-copy { width: min(67%, 770px); }
.hero-copy h1 { max-width: 820px; margin-bottom: 26px; color: var(--white); text-transform: uppercase; text-wrap: balance; }
.hero-copy p { max-width: 650px; margin-bottom: 36px; color: #d5d5d5; font-size: 1.14rem; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 28px; margin-top: 42px; }
.hero-trust span { display: inline-flex; align-items: center; gap: 10px; color: #e3e3e3; font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; }
.hero-trust .icon { color: var(--gold); }
.hero-badge { position: absolute; right: 0; bottom: -160px; width: 190px; height: 190px; padding: 26px; display: grid; grid-template-columns: 1fr auto; align-content: center; background: var(--gold); color: var(--ink); box-shadow: var(--shadow); }
.hero-badge strong { font-family: "Arial Black", Arial, sans-serif; font-size: 4.7rem; line-height: .8; letter-spacing: -.09em; }
.hero-badge > span { writing-mode: vertical-rl; font-weight: 900; font-size: .75rem; letter-spacing: .14em; }
.hero-badge small { grid-column: 1 / -1; margin-top: 14px; padding-top: 12px; border-top: 1px solid #10111245; font-weight: 900; line-height: 1.25; letter-spacing: .08em; }
.hero-scroll { position: absolute; z-index: 4; left: 34px; bottom: 28px; display: flex; flex-direction: column; align-items: center; gap: 10px; color: #bbb; font-size: .6rem; font-weight: 800; letter-spacing: .16em; writing-mode: vertical-rl; }
.hero-scroll span { width: 1px; height: 54px; background: var(--gold); }

.contact-strip { position: relative; z-index: 4; background: var(--gold); }
.contact-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.contact-strip-grid > * { min-height: 132px; display: grid; grid-template-columns: 48px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 16px; padding: 24px 25px; border-left: 1px solid #1011122f; }
.contact-strip-grid > *:last-child { border-right: 1px solid #1011122f; }
.contact-strip-grid > * > span { grid-row: 1 / 3; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid #10111240; }
.contact-strip-grid small { align-self: end; font-size: .62rem; font-weight: 900; letter-spacing: .13em; }
.contact-strip-grid b { align-self: start; font-size: .9rem; line-height: 1.3; }

/* Shared sections */
.section-heading { max-width: 780px; margin-bottom: 54px; }
.section-heading h2 { margin-bottom: 20px; }
.section-heading > p { max-width: 620px; font-size: 1.05rem; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.15fr .65fr; gap: 80px; align-items: end; }
.split-heading > p { margin: 0 0 14px; }
.heading-with-action { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }

.about-home { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 110px; align-items: center; }
.about-visual { position: relative; min-height: 660px; }
.image-frame { position: absolute; overflow: hidden; box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.image-frame-main { inset: 0 16% 10% 0; }
.image-frame-small { width: 46%; height: 45%; right: 0; bottom: 0; border: 12px solid var(--white); }
.experience-tag { position: absolute; left: -32px; bottom: 42px; width: 190px; min-height: 118px; display: flex; align-items: center; gap: 12px; padding: 22px; background: var(--gold); box-shadow: var(--shadow); }
.experience-tag b { font-family: "Arial Black", Arial, sans-serif; font-size: 3.4rem; line-height: 1; letter-spacing: -.08em; }
.experience-tag span { font-size: .72rem; font-weight: 900; line-height: 1.25; text-transform: uppercase; }
.about-copy h2 { margin-bottom: 28px; text-transform: uppercase; }
.about-copy > p { margin-bottom: 28px; font-size: 1.05rem; }
.check-list { list-style: none; margin: 0 0 34px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 26px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .92rem; font-weight: 700; }
.check-list .icon { width: 1rem; color: var(--gold-2); margin-top: 5px; }

.services-section { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { min-width: 0; background: var(--white); box-shadow: 0 16px 40px rgba(16, 17, 18, .07); transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-image { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--ink-2); }
.service-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.6)); }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.service-card:hover .service-image img { transform: scale(1.05); }
.service-number { position: absolute; z-index: 2; right: 18px; bottom: 9px; color: var(--white); font-family: "Arial Black", Arial, sans-serif; font-size: 3.7rem; line-height: 1; opacity: .75; }
.service-card-body { padding: 32px; }
.service-card-body .kicker { margin-bottom: 14px; font-size: .64rem; }
.service-card-body h3 { margin-bottom: 17px; font-size: 2rem; text-transform: uppercase; }
.service-card-body h3 a:hover { color: var(--gold-2); }
.service-card-body p { min-height: 84px; margin-bottom: 22px; font-size: .94rem; }

.industrial-band { position: relative; padding: 90px 0; overflow: hidden; color: var(--white); background: var(--ink) url('../images/original/blueprint.png') center / cover no-repeat; }
.industrial-band::before { content: ""; position: absolute; inset: 0; background: rgba(16,17,18,.93); }
.industrial-band-grid { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; }
.industrial-band h2 { margin: 0; text-transform: uppercase; }
.process-list { border-top: 1px solid #ffffff2a; }
.process-list > div { display: grid; grid-template-columns: 68px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid #ffffff2a; }
.process-list > div > b { color: var(--gold); font-family: "Arial Black", Arial, sans-serif; font-size: 1.6rem; }
.process-list span { color: #bfbfbf; }
.process-list strong { display: block; margin-bottom: 4px; color: var(--white); font-size: 1rem; }

.projects-section { background: var(--white); }
.project-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 270px; gap: 14px; }
.project-card { position: relative; min-width: 0; padding: 0; border: 0; overflow: hidden; background: var(--ink-2); color: var(--white); text-align: left; cursor: zoom-in; }
.project-card.project-large { grid-column: span 2; grid-row: span 2; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .35s ease; }
.project-overlay { position: absolute; inset: auto 0 0; min-height: 104px; padding: 24px; display: flex; flex-direction: column; justify-content: end; background: linear-gradient(transparent, rgba(0,0,0,.9)); transform: translateY(18px); transition: transform .3s ease; }
.project-overlay small { color: var(--gold); font-size: .64rem; font-style: normal; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.project-overlay b { max-width: calc(100% - 42px); font-size: .9rem; }
.project-overlay i { position: absolute; right: 20px; bottom: 20px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #ffffff5c; font-style: normal; }
.project-overlay i .icon { width: 1rem; }
.project-card:hover img { transform: scale(1.06); filter: brightness(.8); }
.project-card:hover .project-overlay { transform: translateY(0); }

.use-cases { background: var(--paper); }
.use-cases-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: center; }
.use-cases .section-heading { margin-bottom: 0; }
.use-case-cards { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.use-case-cards article { position: relative; min-height: 250px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.use-case-cards article > b { position: absolute; right: 22px; top: 18px; color: #ddd; font-family: "Arial Black", Arial, sans-serif; font-size: 2.5rem; }
.use-case-cards .icon { width: 2.2rem; height: 2.2rem; margin-bottom: 32px; color: var(--gold-2); }
.use-case-cards h3 { margin-bottom: 12px; font-size: 1.7rem; text-transform: uppercase; }
.use-case-cards p { margin: 0; font-size: .9rem; }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-aside { position: sticky; top: 130px; align-self: start; }
.faq-aside h2 { margin-bottom: 22px; text-transform: uppercase; }
.faq-aside p { max-width: 460px; margin-bottom: 28px; }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item button { width: 100%; min-height: 92px; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 0; background: transparent; text-align: left; font-weight: 800; cursor: pointer; }
.accordion-item button i { position: relative; width: 34px; height: 34px; border: 1px solid var(--line); flex: none; }
.accordion-item button i::before, .accordion-item button i::after { content: ""; position: absolute; left: 9px; right: 9px; top: 16px; height: 2px; background: var(--ink); transition: transform .2s ease; }
.accordion-item button i::after { transform: rotate(90deg); }
.accordion-item.is-open button i { background: var(--gold); border-color: var(--gold); }
.accordion-item.is-open button i::after { transform: rotate(0); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.accordion-panel p { min-height: 0; overflow: hidden; margin: 0; padding-right: 65px; }
.accordion-item.is-open .accordion-panel { grid-template-rows: 1fr; }
.accordion-item.is-open .accordion-panel p { padding-bottom: 28px; }

.home-cta { padding-top: 0; background: var(--white); }
.home-cta-inner { min-height: 480px; display: grid; grid-template-columns: .85fr 1.15fr; padding: 0; background: var(--gold); }
.home-cta-image { min-height: 480px; overflow: hidden; clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%); }
.home-cta-image img { width: 100%; height: 100%; object-fit: cover; }
.home-cta-copy { align-self: center; padding: 70px 70px 70px 50px; }
.home-cta-copy .kicker { color: var(--ink); }
.home-cta-copy h2 { max-width: 680px; margin-bottom: 22px; text-transform: uppercase; }
.home-cta-copy p { max-width: 650px; color: #39320f; }
.home-cta-copy > div { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.home-cta-copy .btn-outline-light { border-color: #1011124c; color: var(--ink); }

/* Page and content */
.page-intro { position: relative; min-height: 500px; padding: 185px 0 78px; display: flex; align-items: end; overflow: hidden; color: var(--white); background: var(--ink); }
.page-intro::after { content: ""; position: absolute; right: -3%; bottom: -47%; width: min(55vw, 760px); aspect-ratio: 1; border: 110px solid #ffffff08; border-radius: 50%; }
.page-intro-inner { position: relative; z-index: 3; }
.page-intro h1 { max-width: 1050px; margin-bottom: 22px; text-transform: uppercase; }
.page-intro p { max-width: 720px; color: #c5c5c5; font-size: 1.08rem; }
.breadcrumbs { display: flex; align-items: center; gap: 12px; margin-top: 32px; color: #aaa; font-size: .74rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--gold); }
.breadcrumbs b { color: var(--gold); }
.content-section, .services-page, .blog-page, .projects-page, .contact-page, .legal-page { background: var(--white); }
.content-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.prose h2 { margin-bottom: 30px; text-transform: uppercase; }
.prose p { margin-bottom: 22px; font-size: 1.04rem; }
.stacked-visual { position: relative; min-height: 630px; }
.stacked-visual img { position: absolute; object-fit: cover; box-shadow: var(--shadow); }
.visual-main { width: 76%; height: 86%; top: 0; right: 0; }
.visual-small { width: 46%; height: 38%; bottom: 0; left: 0; border: 10px solid var(--white); }
.stat-card { position: absolute; z-index: 2; left: 5%; top: 9%; width: 170px; min-height: 150px; display: flex; align-items: center; gap: 12px; padding: 25px; background: var(--gold); box-shadow: var(--shadow); }
.stat-card b { font-family: "Arial Black", Arial, sans-serif; font-size: 3.7rem; letter-spacing: -.08em; }
.stat-card span { font-size: .68rem; font-weight: 900; line-height: 1.25; }
.values-section { background: var(--paper); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-grid article { padding: 40px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.value-grid .icon { width: 2.3rem; height: 2.3rem; color: var(--gold-2); margin-bottom: 30px; }
.value-grid h3 { margin-bottom: 14px; text-transform: uppercase; }
.value-grid p { margin: 0; font-size: .92rem; }
.services-page .service-grid { margin-bottom: 10px; }
.decision-section { padding: 70px 0; background: var(--ink); color: var(--white); }
.decision-grid { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.decision-grid h2 { max-width: 850px; margin-bottom: 16px; font-size: clamp(2.2rem, 3.5vw, 3.7rem); text-transform: uppercase; }
.decision-grid p { max-width: 780px; margin: 0; color: #bbb; }

.service-detail { background: var(--white); }
.service-detail-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.service-detail-image { position: sticky; top: 120px; height: 680px; overflow: hidden; background: var(--ink); }
.service-detail-image img { width: 100%; height: 100%; object-fit: cover; }
.service-detail-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(0,0,0,.85)); }
.service-detail-image span { position: absolute; z-index: 2; left: 30px; bottom: 26px; color: var(--gold); font-family: "Arial Black", Arial, sans-serif; font-size: 3.6rem; line-height: .78; }
.detail-callout { margin-top: 38px; padding: 30px; border-left: 5px solid var(--gold); background: var(--paper); }
.detail-callout > b { font-size: 1.2rem; }
.detail-callout p { margin: 5px 0 15px; }
.detail-callout a { display: inline-flex; align-items: center; gap: 10px; font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.detail-callout .icon { width: 1rem; }
.related-services { background: var(--paper); }

.gallery-note { display: flex; align-items: center; gap: 12px; margin-bottom: 30px; padding: 18px 20px; border-left: 4px solid var(--gold); background: var(--paper); }
.gallery-note p { margin: 0; font-size: .88rem; }
.gallery-note .icon { color: var(--gold-2); }
.projects-page .project-grid { grid-auto-rows: 260px; }

.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card { background: var(--paper); }
.post-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--ink-2); }
.post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.post-card:hover .post-image img { transform: scale(1.05); }
.post-card > div { padding: 30px; }
.post-card time { color: var(--gold-2); font-size: .68rem; font-weight: 900; letter-spacing: .1em; }
.post-card h2 { margin: 13px 0 16px; font-size: 1.75rem; line-height: 1.05; }
.post-card h2 a:hover { color: var(--gold-2); }
.post-card p { min-height: 90px; font-size: .91rem; }
.article-hero { padding: 200px 0 90px; color: var(--white); background: var(--ink); }
.article-hero h1 { max-width: 980px; margin-bottom: 30px; font-size: clamp(3rem, 6vw, 6rem); text-transform: uppercase; }
.article-meta { display: flex; gap: 12px; color: #aaa; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 80px; padding-top: 80px; padding-bottom: 110px; }
.article-cover { width: 100%; max-height: 640px; object-fit: cover; margin-bottom: 50px; }
.article-prose { max-width: 780px; }
.article-prose p:first-child::first-letter { float: left; margin: 7px 10px 0 0; color: var(--gold-2); font-family: "Arial Black", Arial, sans-serif; font-size: 4.8rem; line-height: .7; }
.article-aside { display: flex; flex-direction: column; gap: 24px; }
.article-aside > div { padding: 30px; background: var(--paper); }
.article-aside h2 { font-size: 2rem; text-transform: uppercase; }
.article-aside > div > b { display: block; margin-bottom: 14px; text-transform: uppercase; }
.article-aside > div > a:not(.btn) { display: flex; justify-content: space-between; gap: 10px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .86rem; font-weight: 800; }
.article-aside > div > a .icon { width: .9rem; }

.contact-page-grid { display: grid; grid-template-columns: .82fr 1.18fr; box-shadow: var(--shadow); }
.contact-info-panel { padding: 60px; color: var(--white); background: var(--ink); }
.contact-info-panel h2 { margin-bottom: 20px; text-transform: uppercase; }
.contact-info-panel > p { color: #aaa; }
.contact-info-panel ul { list-style: none; margin: 42px 0; padding: 0; display: grid; gap: 24px; }
.contact-info-panel li { display: flex; align-items: flex-start; gap: 16px; }
.contact-info-panel li > .icon { color: var(--gold); margin-top: 4px; }
.contact-info-panel li span { display: flex; flex-direction: column; }
.contact-info-panel li small { color: var(--gold); font-size: .63rem; font-weight: 900; letter-spacing: .13em; }
.contact-info-panel li a, .contact-info-panel li b { margin-top: 4px; color: #eee; font-size: .91rem; font-weight: 700; }
.contact-form-wrap { padding: 60px; background: var(--paper); }
.contact-form-wrap h2 { margin-bottom: 30px; text-transform: uppercase; }
.contact-form { display: grid; gap: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; color: var(--ink); font-size: .72rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; background: var(--white); color: var(--ink); padding: 15px 16px; outline: 0; text-transform: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold-2); box-shadow: 0 0 0 3px rgba(252,187,33,.16); }
.contact-form textarea { resize: vertical; }
.contact-form .consent { display: flex; grid-template-columns: none; align-items: flex-start; gap: 10px; font-size: .71rem; font-weight: 600; line-height: 1.4; letter-spacing: 0; text-transform: none; }
.contact-form .consent input { width: 16px; margin-top: 3px; padding: 0; box-shadow: none; }
.honeypot { position: absolute !important; left: -9999px !important; }
.alert { margin-bottom: 20px; padding: 14px 16px; border-left: 4px solid; font-size: .9rem; }
.alert-success { border-color: var(--success); background: #e7f7ef; color: #126b42; }
.alert-error { border-color: #c42525; background: #fdeaea; color: #7c1c1c; }
.map-section > a { position: relative; min-height: 330px; display: grid; place-items: center; overflow: hidden; background: #deddd7; }
.map-pattern { position: absolute; inset: 0; opacity: .6; background-image: linear-gradient(26deg, transparent 47%, #b8b7b0 48%, #b8b7b0 52%, transparent 53%), linear-gradient(116deg, transparent 47%, #c4c3bc 48%, #c4c3bc 52%, transparent 53%); background-size: 130px 130px; }
.map-section a > span { position: relative; min-width: 310px; padding: 30px; display: grid; justify-items: center; background: var(--gold); box-shadow: var(--shadow); }
.map-section .icon { width: 2rem; height: 2rem; margin-bottom: 13px; }
.map-section b { font-size: 1.25rem; }
.map-section small { margin-top: 2px; }
.legal-prose { max-width: 900px; }
.not-found { min-height: 720px; display: grid; place-items: center; padding: 150px 0 80px; color: var(--white); background: var(--ink); text-align: center; }
.not-found span { display: block; color: var(--gold); font-family: "Arial Black", Arial, sans-serif; font-size: clamp(7rem, 20vw, 16rem); line-height: .8; opacity: .22; }
.not-found h1 { max-width: 850px; margin: -35px auto 20px; font-size: clamp(2.5rem, 5vw, 5rem); text-transform: uppercase; }
.not-found p { color: #aaa; }

/* Footer */
.footer-cta { padding: 70px 0; color: var(--ink); background: var(--gold); }
.footer-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.footer-cta h2 { max-width: 750px; margin: 0; font-size: clamp(2.2rem, 3.8vw, 4rem); text-transform: uppercase; }
.footer-cta .kicker { color: var(--ink); margin-bottom: 13px; }
.footer-cta-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.site-footer { color: #c8c8c8; background: #0d0e0f; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr .7fr 1.15fr; gap: 55px; padding-top: 80px; padding-bottom: 70px; }
.brand-footer { margin-bottom: 24px; color: var(--white); }
.brand-footer .brand-mark { width: 72px; height: 66px; }
.footer-brand p { max-width: 380px; color: #949494; }
.license-line { display: block; color: var(--gold); font-size: .67rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.site-footer h3 { margin-bottom: 24px; color: var(--white); font-size: .86rem; letter-spacing: .09em; text-transform: uppercase; }
.footer-links, .footer-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.footer-links a { color: #9e9e9e; font-size: .88rem; }
.footer-links a:hover { color: var(--gold); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; color: #9e9e9e; font-size: .84rem; line-height: 1.5; }
.footer-contact .icon { width: 1rem; margin-top: 3px; color: var(--gold); }
.footer-contact a:hover { color: var(--white); }
.footer-bottom { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid #ffffff18; color: #777; font-size: .76rem; }
.footer-bottom > span:last-child { display: flex; gap: 18px; }
.footer-bottom a:hover { color: var(--gold); }

.quick-actions { position: fixed; z-index: 900; right: 16px; top: 50%; display: flex; flex-direction: column; gap: 8px; transform: translateY(-35%); }
.quick-action { min-width: 52px; height: 52px; padding: 0; display: flex; align-items: center; justify-content: flex-end; border: 0; color: var(--white); background: var(--ink); box-shadow: 0 8px 22px rgba(0,0,0,.2); cursor: pointer; overflow: hidden; }
.quick-action span { width: 52px; height: 52px; display: grid; place-items: center; flex: none; }
.quick-action b { max-width: 0; opacity: 0; white-space: nowrap; font-size: .67rem; letter-spacing: .05em; text-transform: uppercase; transition: .25s ease; }
.quick-action:hover b { max-width: 100px; opacity: 1; padding-right: 14px; }
.quick-action.whatsapp { background: #148a4c; }
.quick-action.map { background: #2a5f99; }
.quick-action.instagram { background: #b52b72; }
.quick-action.top { background: var(--gold); color: var(--ink); }
.quick-action.top { opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s ease; }
.quick-action.top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.lightbox { position: fixed; z-index: 2000; inset: 0; display: grid; place-items: center; padding: 60px; background: rgba(5,5,5,.94); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1200px, 90vw); max-height: 82vh; object-fit: contain; }
.lightbox p { position: absolute; bottom: 16px; margin: 0; color: #ddd; font-size: .82rem; }
.lightbox-close { position: absolute; right: 25px; top: 25px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #ffffff50; background: transparent; color: var(--white); cursor: pointer; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .header-call { margin-left: auto; }
  .hero-photo { left: 35%; }
  .contact-strip-grid { grid-template-columns: 1fr 1fr; }
  .contact-strip-grid > *:nth-child(3) { border-top: 1px solid #1011122f; }
  .contact-strip-grid > *:nth-child(4) { border-top: 1px solid #1011122f; }
  .about-grid, .content-two-col { gap: 65px; }
  .use-cases-grid, .faq-grid { gap: 60px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .section { padding: 86px 0; }
  .hero { min-height: 760px; align-items: end; padding-bottom: 70px; }
  .hero::after { background: linear-gradient(90deg, rgba(16,17,18,.96), rgba(16,17,18,.68)); }
  .hero-photo { inset: 0; clip-path: none; opacity: .62; }
  .hero-copy { width: 90%; }
  .hero-badge { right: 24px; bottom: -128px; width: 150px; height: 150px; padding: 18px; }
  .hero-badge strong { font-size: 3.7rem; }
  .hero-scroll { display: none; }
  .about-grid, .content-two-col, .service-detail-grid, .contact-page-grid, .home-cta-inner, .industrial-band-grid, .use-cases-grid, .faq-grid { grid-template-columns: 1fr; }
  .about-visual { min-height: 560px; }
  .about-copy { max-width: 720px; }
  .service-grid, .post-grid { grid-template-columns: 1fr 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 10px; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .process-list { margin-top: 20px; }
  .use-cases .section-heading { margin-bottom: 40px; }
  .faq-aside { position: static; }
  .home-cta-image { min-height: 400px; clip-path: none; }
  .home-cta-copy { padding: 55px; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .service-detail-image { position: relative; top: 0; height: 580px; }
  .article-layout { grid-template-columns: 1fr; gap: 50px; }
  .article-aside { display: grid; grid-template-columns: 1fr 1fr; }
  .footer-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-cta-actions { justify-content: flex-start; }
}

@media (max-width: 640px) {
  body { padding-bottom: 64px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 68px 0; }
  .header-inner { min-height: 72px; }
  .brand { min-width: 0; gap: 10px; }
  .brand-mark { width: 45px; height: 43px; }
  .brand-copy b { font-size: 1.06rem; }
  .brand-copy small { font-size: .48rem; }
  .header-call { display: none; }
  .menu-toggle { width: 44px; height: 44px; }
  .mobile-menu-actions { grid-template-columns: 1fr; }
  .hero { min-height: 690px; padding-bottom: 52px; }
  .hero-inner { padding-top: 96px; }
  .hero-copy { width: 100%; }
  .hero-copy h1 { font-size: clamp(2.85rem, 14vw, 4.4rem); }
  .hero-copy p { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { margin-top: 26px; gap: 12px; flex-direction: column; }
  .hero-badge { display: none; }
  .contact-strip-grid { grid-template-columns: 1fr; }
  .contact-strip-grid > * { min-height: 94px; padding: 16px 10px; border-top: 1px solid #1011122f; }
  .contact-strip-grid > * > span { width: 42px; height: 42px; }
  .about-visual { min-height: 440px; }
  .image-frame-main { inset: 0 10% 10% 0; }
  .image-frame-small { width: 48%; height: 40%; border-width: 7px; }
  .experience-tag { left: -8px; bottom: 28px; width: 144px; min-height: 88px; padding: 16px; }
  .experience-tag b { font-size: 2.7rem; }
  .check-list { grid-template-columns: 1fr; }
  .service-grid, .post-grid { grid-template-columns: 1fr; }
  .service-card-body p { min-height: auto; }
  .industrial-band { padding: 68px 0; }
  .process-list > div { grid-template-columns: 50px 1fr; }
  .heading-with-action { align-items: flex-start; flex-direction: column; }
  .project-grid, .projects-page .project-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; gap: 7px; }
  .project-card.project-large { grid-column: span 2; grid-row: span 2; }
  .project-overlay { min-height: 80px; padding: 14px; }
  .project-overlay b { font-size: .73rem; }
  .project-overlay i { display: none; }
  .use-case-cards { grid-template-columns: 1fr; }
  .use-case-cards article { min-height: 210px; padding: 30px; }
  .accordion-item button { min-height: 78px; }
  .accordion-panel p { padding-right: 0; }
  .home-cta-image { min-height: 300px; }
  .home-cta-copy { padding: 38px 24px; }
  .home-cta-copy > div { display: grid; }
  .page-intro { min-height: 430px; padding: 150px 0 55px; }
  .page-intro h1 { font-size: 3rem; }
  .content-two-col { gap: 45px; }
  .stacked-visual { min-height: 450px; }
  .stat-card { width: 135px; min-height: 110px; padding: 17px; }
  .stat-card b { font-size: 3rem; }
  .value-grid { grid-template-columns: 1fr; }
  .decision-grid { align-items: flex-start; flex-direction: column; }
  .service-detail-image { height: 500px; }
  .article-hero { padding: 150px 0 65px; }
  .article-layout { padding-top: 48px; padding-bottom: 70px; }
  .article-aside { grid-template-columns: 1fr; }
  .contact-info-panel, .contact-form-wrap { padding: 36px 24px; }
  .field-row { grid-template-columns: 1fr; }
  .footer-cta { padding: 55px 0; }
  .footer-cta-actions { display: grid; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; padding-top: 55px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding: 24px 0; }
  .quick-actions { inset: auto 0 0; top: auto; height: 64px; display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 0; transform: none; background: var(--ink); }
  .quick-action { width: 100%; height: 64px; min-width: 0; flex-direction: column; justify-content: center; gap: 2px; box-shadow: none; border-right: 1px solid #ffffff1d; }
  .quick-action span { width: auto; height: 27px; }
  .quick-action .icon { width: 1.2rem; }
  .quick-action b, .quick-action:hover b { max-width: none; opacity: 1; padding: 0; font-size: .55rem; }
  .quick-action.top { display: none; }
  .lightbox { padding: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

