:root {
  --ink: #0b0b0c;
  --ink-soft: #151516;
  --gold: #d9b528;
  --gold-bright: #fcb812;
  --paper: #f3f3f0;
  --white: #ffffff;
  --text: #171719;
  --muted: #66666b;
  --line: rgba(11, 11, 12, 0.13);
  --dark-line: rgba(255, 255, 255, 0.14);
  --shell: 1240px;
  --ease: cubic-bezier(.2,.75,.25,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 4px; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 1000;
  background: var(--gold); color: var(--ink); padding: 12px 18px; font-weight: 800;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, transform .3s ease;
}
.site-header.scrolled { background: rgba(11,11,12,.94); border-color: var(--dark-line); backdrop-filter: blur(16px); }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 174px; height: 52px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav a { color: rgba(255,255,255,.8); font-size: .87rem; font-weight: 600; text-decoration: none; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--white); }
.site-nav .nav-cta { padding: 12px 17px; border: 1px solid rgba(255,255,255,.25); color: var(--white); }
.site-nav .nav-cta:hover { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.menu-toggle { display: none; border: 0; background: transparent; width: 46px; height: 46px; padding: 12px; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 6px 0; background: var(--white); transition: transform .25s ease; }

.hero { min-height: 100svh; background: var(--ink); color: var(--white); position: relative; overflow: hidden; padding-top: 86px; }
.hero-grid {
  position: absolute; inset: 0 50% 0 0; opacity: .16; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 68px 68px; mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 78%, transparent);
}
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); min-height: calc(100svh - 164px); }
.hero-copy { align-self: center; padding: 68px 64px 72px 0; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 26px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 800; }
.eyebrow span { width: 30px; height: 2px; background: var(--gold); }
.eyebrow-dark { color: var(--muted); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.055em; line-height: .98; }
h1 { margin-bottom: 30px; font-size: clamp(3.9rem, 6vw, 6.4rem); font-weight: 600; max-width: 760px; }
h1 em, h2 em { color: var(--gold); font-style: normal; font-weight: inherit; }
.hero-lede { max-width: 655px; margin-bottom: 38px; color: rgba(255,255,255,.68); font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 22px; text-decoration: none; font-size: .86rem; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--ink); border: 1px solid var(--gold); }
.button-primary:hover { background: var(--gold-bright); border-color: var(--gold-bright); }
.button-ghost { color: var(--white); border: 1px solid rgba(255,255,255,.26); }
.button-ghost:hover { border-color: rgba(255,255,255,.6); }
.hero-visual { min-height: 600px; position: relative; }
.hero-image-wrap { position: absolute; inset: 0 calc((100vw - min(100vw - 48px, var(--shell))) / -2) 0 0; overflow: hidden; }
.hero-image-wrap > img { width: 100%; height: 100%; object-fit: cover; }
.image-shade { position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, rgba(11,11,12,.18) 28%, rgba(11,11,12,.06) 65%), linear-gradient(0deg, rgba(11,11,12,.5), transparent 45%); }
.hero-stamp { position: absolute; left: 36px; bottom: 46px; display: flex; align-items: center; gap: 18px; padding: 15px 18px; background: rgba(11,11,12,.83); border-left: 3px solid var(--gold); backdrop-filter: blur(8px); }
.hero-stamp .stamp-index { color: var(--gold); font-size: .78rem; font-weight: 800; }
.hero-stamp p { margin: 0; color: var(--white); font-size: .78rem; line-height: 1.5; font-weight: 700; }
.power-line { position: absolute; z-index: 3; left: -5px; top: 50%; display: flex; align-items: center; transform: translate(-50%,-50%) rotate(90deg); gap: 10px; }
.power-line span { width: 40px; height: 1px; background: rgba(255,255,255,.4); }
.power-line i { display: block; width: 8px; height: 8px; border: 2px solid var(--gold); border-radius: 50%; box-shadow: 0 0 0 5px rgba(217,181,40,.12); }
.capability-strip { min-height: 78px; border-top: 1px solid var(--dark-line); display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; position: relative; z-index: 2; }
.capability-strip p { margin: 0; padding-left: 20px; color: rgba(255,255,255,.67); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; border-left: 1px solid rgba(255,255,255,.2); }
.capability-strip p::before { content: "+"; margin-right: 10px; color: var(--gold); }

.section { padding: 128px 0; }
.section-heading { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(260px,.55fr); gap: 80px; align-items: end; margin-bottom: 64px; }
.section-heading h2, .about-heading h2, .contact h2, .industries h2 { margin: 0; font-size: clamp(2.75rem, 4.5vw, 4.8rem); font-weight: 600; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); line-height: 1.75; }
.section-heading.compact { display: block; margin-bottom: 36px; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.solution-card { min-height: 376px; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.32); transition: background .3s ease, transform .3s var(--ease); }
.solution-card:hover { background: var(--white); transform: translateY(-4px); }
.solution-card.featured { background: var(--gold); }
.card-top { display: flex; justify-content: space-between; align-items: start; }
.card-number { font-size: .75rem; font-weight: 800; letter-spacing: .1em; color: var(--muted); }
.featured .card-number { color: rgba(11,11,12,.76); }
.card-top svg { width: 44px; height: 44px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.card-kicker { margin-bottom: 8px; font-size: .75rem; line-height: 1.4; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 800; }
.featured .card-kicker { color: rgba(11,11,12,.76); }
.solution-card h3 { margin-bottom: 12px; font-size: 1.45rem; letter-spacing: -.03em; }
.solution-card p:last-child { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.7; }
.featured p:last-child { color: rgba(11,11,12,.72); }

.service-section { background: var(--white); }
.service-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 9%; align-items: center; }
.service-photo { min-height: 720px; position: relative; overflow: hidden; }
.service-photo::before { content: ""; position: absolute; z-index: 2; left: 0; top: 0; width: 9px; height: 110px; background: var(--gold); }
.service-photo img { width: 100%; height: 720px; object-fit: cover; }
.photo-label { position: absolute; z-index: 3; left: 0; right: 14%; bottom: 0; padding: 24px 26px; background: var(--ink); color: var(--white); }
.photo-label span { display: block; margin-bottom: 5px; color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 800; }
.photo-label strong { font-size: 1.05rem; }
.service-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.service-list li { display: grid; grid-template-columns: 42px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.service-list > li > span { color: var(--gold); font-size: .75rem; font-weight: 800; }
.service-list h3 { margin: 0 0 5px; font-size: 1.05rem; }
.service-list p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.65; }

.industries { background: var(--ink); color: var(--white); position: relative; overflow: hidden; }
.industries::after { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(217,181,40,.25); border-radius: 50%; right: -270px; top: 50%; transform: translateY(-50%); box-shadow: 0 0 0 70px rgba(217,181,40,.035), 0 0 0 140px rgba(217,181,40,.025); }
.industries-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; position: relative; z-index: 2; }
.industries-intro > p:last-child { max-width: 560px; margin: 28px 0 0; color: rgba(255,255,255,.62); line-height: 1.75; }
.industry-list { border-top: 1px solid var(--dark-line); }
.industry-list > div { display: grid; grid-template-columns: 50px 1fr; gap: 14px; padding: 21px 0; border-bottom: 1px solid var(--dark-line); }
.industry-list span { color: var(--gold); font-size: .75rem; font-weight: 800; }
.industry-list p { margin: 0; color: rgba(255,255,255,.86); font-weight: 600; }

.about-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 11%; }
.about-heading { position: sticky; top: 130px; align-self: start; }
.about-copy .lead { margin-bottom: 24px; color: var(--text); font-size: 1.35rem; line-height: 1.55; font-weight: 600; letter-spacing: -.025em; }
.about-copy > p:not(.lead) { color: var(--muted); }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 46px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-grid > div { min-height: 175px; padding: 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-grid span { display: block; color: var(--gold); margin-bottom: 25px; font-size: .75rem; font-weight: 800; }
.value-grid strong { display: block; margin-bottom: 5px; }
.value-grid p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }

.clients { padding-top: 20px; }
.client-board { padding: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: center; background: var(--white); border: 1px solid var(--line); }
.client-board img { width: 100%; height: auto; object-fit: contain; }

.contact { padding: 112px 0; background: var(--ink-soft); color: var(--white); position: relative; overflow: hidden; }
.contact::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 5px; background: var(--gold); }
.contact-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 12%; align-items: end; }
.contact-copy > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 34px; color: rgba(255,255,255,.62); }
.contact-details { font-style: normal; border-top: 1px solid var(--dark-line); }
.contact-details a, .contact-details > p { margin: 0; padding: 18px 0; display: flex; justify-content: space-between; align-items: baseline; gap: 24px; text-decoration: none; border-bottom: 1px solid var(--dark-line); }
.contact-details span { color: rgba(255,255,255,.58); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; }
.contact-details strong { color: rgba(255,255,255,.92); text-align: right; font-size: .88rem; }
.contact-details a:hover strong { color: var(--gold); }

.footer { padding: 52px 0 24px; background: #050506; color: var(--white); }
.footer-main { display: grid; grid-template-columns: .72fr 1fr 1fr; gap: 60px; align-items: center; padding-bottom: 44px; }
.brand-footer img { width: 190px; }
.footer-main > p { margin: 0; max-width: 390px; color: rgba(255,255,255,.48); font-size: .83rem; }
.footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 24px; }
.footer-links a, .footer-bottom a { color: rgba(255,255,255,.7); text-decoration: none; font-size: .78rem; font-weight: 700; }
.footer-bottom { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; gap: 24px; color: rgba(255,255,255,.48); font-size: .75rem; }
.footer-bottom p { margin: 0; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.js .reveal[data-delay="1"] { transition-delay: .08s; }
.js .reveal[data-delay="2"] { transition-delay: .16s; }
.js .reveal[data-delay="3"] { transition-delay: .24s; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .hero-layout { grid-template-columns: 1.12fr .88fr; }
  .hero-copy { padding-right: 32px; }
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .service-layout { gap: 6%; }
  .service-photo, .service-photo img { min-height: 650px; height: 650px; }
  .site-nav { gap: 22px; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 36px), var(--shell)); }
  .nav-wrap { height: 74px; }
  .brand img { width: 154px; height: 44px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; padding: 120px 28px 36px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: var(--ink); transform: translateX(100%); transition: transform .35s var(--ease); }
  .site-nav.open { transform: none; }
  .site-nav a { padding: 17px 0; border-bottom: 1px solid var(--dark-line); font-size: 1.1rem; }
  .site-nav .nav-cta { margin-top: 28px; padding: 16px 18px; text-align: center; background: var(--gold); border-color: var(--gold); color: var(--ink); }
  .hero { padding-top: 74px; }
  .hero-layout { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 82px 0 56px; }
  h1 { font-size: clamp(3.3rem, 11vw, 5rem); }
  .hero-visual { min-height: 510px; }
  .hero-image-wrap { inset: 0 calc((100vw - min(100vw - 36px, var(--shell))) / -2); }
  .image-shade { background: linear-gradient(0deg, rgba(11,11,12,.58), transparent 65%); }
  .power-line { display: none; }
  .capability-strip { grid-template-columns: 1fr 1fr; padding: 16px 0; gap: 14px; }
  .section { padding: 92px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 44px; }
  .service-layout, .industries-layout, .about-layout, .contact-layout { grid-template-columns: 1fr; gap: 68px; }
  .service-photo { min-height: 560px; }
  .service-photo img { height: 560px; }
  .about-heading { position: static; }
  .clients { padding-top: 10px; }
  .footer-main { grid-template-columns: 1fr; gap: 25px; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .hero-copy { padding-top: 64px; }
  .eyebrow { margin-bottom: 20px; font-size: .75rem; line-height: 1.4; }
  h1 { font-size: clamp(3rem, 14vw, 4.25rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 420px; }
  .hero-stamp { left: 14px; bottom: 20px; }
  .capability-strip p { padding-left: 10px; font-size: .75rem; letter-spacing: .04em; }
  .capability-strip p::before { margin-right: 5px; }
  .section { padding: 76px 0; }
  .section-heading h2, .about-heading h2, .contact h2, .industries h2 { font-size: clamp(2.45rem, 12vw, 3.4rem); }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 320px; padding: 26px; }
  .service-photo, .service-photo img { min-height: 430px; height: 430px; }
  .service-layout, .industries-layout, .about-layout, .contact-layout { gap: 48px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid > div { min-height: 150px; }
  .about-copy .lead { font-size: 1.15rem; }
  .client-board { min-height: 180px; padding: 24px; }
  .contact { padding: 82px 0; }
  .contact-details a, .contact-details > p { display: block; }
  .contact-details span { display: block; margin-bottom: 5px; }
  .contact-details strong { display: block; text-align: left; overflow-wrap: anywhere; }
  .footer-bottom { display: block; }
  .footer-bottom a { display: inline-block; margin-top: 8px; }
}

@media (max-width: 420px) {
  .client-board { grid-template-columns: 1fr; gap: 0; padding: 14px; }
}

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