:root {
  --ink: #080a0b;
  --ink-2: #0d1012;
  --panel: #13171a;
  --white: #f6f5f0;
  --paper: #f1f0eb;
  --muted: #9ba1a5;
  --dark-text: #151719;
  --gold: #e4a80f;
  --gold-bright: #ffc52f;
  --line: rgba(255,255,255,.12);
  --dark-line: rgba(8,10,11,.14);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--gold); color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -70px; z-index: 100; background: var(--gold); color: var(--ink); padding: 12px 16px; font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; padding: 12px 4vw; background: rgba(8,10,11,.82); border-bottom: 1px solid rgba(255,255,255,.07); backdrop-filter: blur(18px); }
.nav-shell { width: min(1420px, 100%); margin: auto; display: flex; align-items: center; gap: 40px; }
.brand img { width: 126px; height: 56px; object-fit: contain; }
.nav { display: flex; gap: clamp(18px, 2.8vw, 42px); margin-left: auto; }
.nav a { color: #b9bdc0; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transition: color .2s ease; }
.nav a:hover, .nav a:focus-visible { color: var(--gold); }
.nav-cta { display: inline-flex; align-items: center; gap: 12px; padding: 13px 18px; border: 1px solid var(--gold); border-radius: 999px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.nav-cta:hover { background: var(--gold); color: var(--ink); }

.hero { position: relative; min-height: 100svh; padding: 136px 4vw 42px; overflow: hidden; background: radial-gradient(circle at 14% 6%, rgba(228,168,15,.07), transparent 28%), var(--ink); }
.hero::before { content: "KVC"; position: absolute; left: -2vw; bottom: -11vw; color: rgba(255,255,255,.018); font: 700 clamp(230px, 35vw, 620px)/.72 Rajdhani, sans-serif; letter-spacing: -.09em; pointer-events: none; }
.hero-shell { position: relative; z-index: 1; width: min(1420px, 100%); min-height: calc(100svh - 198px); margin: auto; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(42px, 6vw, 92px); align-items: center; }
.hero-copy-block { max-width: 680px; padding-bottom: 4vh; }
.eyebrow, .section-kicker { margin: 0 0 25px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .17em; line-height: 1.5; text-transform: uppercase; }
.eyebrow span { display: inline-block; margin-right: 12px; padding: 7px 10px; border: 1px solid rgba(228,168,15,.45); border-radius: 999px; color: var(--white); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin: 0; line-height: .98; }
h1 { font: 700 clamp(54px, 6.3vw, 102px)/.86 Rajdhani, Inter, sans-serif; letter-spacing: -.055em; text-transform: uppercase; }
h1 em { color: var(--gold); font-style: normal; }
h2 { font-size: clamp(39px, 5vw, 72px); letter-spacing: -.055em; }
h3 { font-size: 22px; letter-spacing: -.025em; }
p { color: var(--muted); line-height: 1.7; }
.hero-copy { max-width: 635px; margin: 28px 0; font-size: clamp(16px, 1.5vw, 19px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: var(--ink); }
.btn-primary:hover { background: var(--gold-bright); }
.btn-quiet { border-color: rgba(255,255,255,.22); color: var(--white); }
.btn-quiet:hover { border-color: var(--gold); color: var(--gold); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 33px; }
.hero-proof span { position: relative; padding-left: 15px; color: #aeb2b5; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.hero-proof span::before { content: ""; position: absolute; left: 0; top: .45em; width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); }

.hero-visual { position: relative; min-height: min(680px, 72vh); overflow: hidden; border-radius: 36px 8px 36px 8px; background: #1a1d1f; box-shadow: 0 30px 90px rgba(0,0,0,.42); isolation: isolate; }
.hero-visual::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(5,7,8,.02), rgba(5,7,8,.32)), linear-gradient(90deg, rgba(5,7,8,.18), transparent 45%); pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; min-height: min(680px, 72vh); object-fit: cover; object-position: 64% center; filter: saturate(.72) contrast(1.12); }
.visual-frame { position: absolute; inset: 17px; z-index: 2; border: 1px solid rgba(255,255,255,.25); border-radius: 25px 4px 25px 4px; pointer-events: none; }
.visual-frame::before, .visual-frame::after { content: ""; position: absolute; background: var(--gold); }
.visual-frame::before { width: 90px; height: 3px; top: -2px; left: 34px; }
.visual-frame::after { width: 3px; height: 90px; right: -2px; bottom: 34px; }
.visual-tag { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 11px 14px; background: rgba(8,10,11,.86); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(12px); color: #e9e7e0; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.visual-tag span { color: var(--gold); }
.visual-tag-top { top: 38px; right: 38px; }
.visual-tag-bottom { left: 38px; bottom: 38px; }
.hero-stamp { position: absolute; right: 39px; bottom: 38px; z-index: 3; text-align: right; }
.hero-stamp b, .hero-stamp small { display: block; }
.hero-stamp b { color: rgba(255,255,255,.9); font: 700 56px/.7 Rajdhani, sans-serif; letter-spacing: -.06em; }
.hero-stamp small { margin-top: 12px; color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.hero-ticker { position: relative; z-index: 1; width: min(1420px, 100%); margin: 26px auto 0; display: flex; align-items: center; justify-content: space-between; color: #5f6569; font-size: 10px; font-weight: 800; letter-spacing: .21em; }
.hero-ticker i { flex: 1; height: 1px; margin: 0 24px; background: linear-gradient(90deg, transparent, rgba(228,168,15,.45), transparent); }

.section { padding: 120px 4vw; }
.solutions { background: var(--paper); color: var(--dark-text); }
.section-intro { width: min(1420px, 100%); margin: 0 auto 60px; display: grid; grid-template-columns: .92fr .9fr; gap: 20px 7vw; align-items: end; }
.section-intro .section-kicker { grid-column: 1 / -1; margin-bottom: 4px; color: #98700b; }
.section-intro > p:last-child { max-width: 570px; margin: 0 0 4px; color: #606467; }
.solution-grid { width: min(1420px, 100%); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--dark-line); border-left: 1px solid var(--dark-line); }
.solution-grid article { min-height: 275px; padding: 29px; background: rgba(255,255,255,.4); border-right: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); }
.solution-grid span { color: #9d740c; font-size: 11px; font-weight: 900; }
.solution-grid h3 { margin: 74px 0 14px; font-size: 27px; }
.solution-grid p { margin: 0; color: #636668; font-size: 14px; }
.solution-grid .solution-accent { background: var(--gold); }
.solution-grid .solution-accent span, .solution-grid .solution-accent p { color: #443200; }
.capability-rail { width: min(1420px, 100%); margin: 22px auto 0; display: flex; flex-wrap: wrap; gap: 10px; }
.capability-rail span { padding: 10px 13px; border: 1px solid var(--dark-line); border-radius: 999px; color: #4f5355; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.equipment-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 820px; background: var(--ink-2); }
.equipment-visual { position: relative; min-height: 650px; overflow: hidden; }
.equipment-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(8,10,11,.75)); }
.equipment-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.55) contrast(1.15); }
.equipment-badge { position: absolute; z-index: 2; left: 7vw; right: 7vw; bottom: 7vw; padding: 23px; border-left: 3px solid var(--gold); background: rgba(8,10,11,.82); backdrop-filter: blur(14px); }
.equipment-badge b, .equipment-badge span { display: block; }
.equipment-badge b { font-size: 19px; }
.equipment-badge span { margin-top: 6px; color: var(--muted); font-size: 12px; }
.equipment-content { align-self: center; padding: 100px 6vw; }
.equipment-content .section-kicker { margin-bottom: 20px; }
.equipment-content > p:not(.section-kicker) { max-width: 630px; }
.equipment-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; margin: 36px 0 26px; border-top: 1px solid var(--line); }
.equipment-list span { position: relative; min-height: 59px; display: flex; align-items: center; padding: 13px 12px 13px 23px; border-bottom: 1px solid var(--line); color: #d7d8d5; font-size: 13px; line-height: 1.35; }
.equipment-list span::before { content: ""; position: absolute; left: 2px; width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); }
.text-link { color: var(--gold); font-size: 13px; font-weight: 800; }

.industries { background: #0b0d0e; }
.section-intro.compact { align-items: end; }
.section-intro.compact .section-kicker { color: var(--gold); }
.section-intro.compact > p:last-child { color: var(--muted); }
.industry-grid { width: min(1420px, 100%); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.industry-card { position: relative; min-height: 300px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: #15191b; isolation: isolate; transform: translateZ(0); box-shadow: inset 0 0 0 1px rgba(0,0,0,.25); transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.industry-card::after { content: ""; position: absolute; inset: 0; z-index: 1; border-radius: inherit; background: linear-gradient(180deg, rgba(5,7,8,.05) 25%, rgba(5,7,8,.94) 100%); pointer-events: none; }
.industry-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.015); filter: saturate(.55) contrast(1.08); transition: transform .45s ease, filter .45s ease; }
.industry-card:hover, .industry-card:focus-visible { transform: translateY(-5px); border-color: rgba(228,168,15,.8); box-shadow: 0 18px 42px rgba(0,0,0,.35), inset 0 0 0 1px rgba(228,168,15,.18); outline: none; }
.industry-card:hover > img, .industry-card:focus-visible > img { transform: scale(1.075); filter: saturate(.85) contrast(1.08); }
.industry-index { position: absolute; z-index: 2; top: 20px; right: 20px; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--gold); font-size: 10px; font-weight: 900; background: rgba(8,10,11,.5); backdrop-filter: blur(8px); }
.industry-card > div { position: absolute; z-index: 2; left: 23px; right: 23px; bottom: 22px; }
.industry-card h3 { font-size: 20px; line-height: 1.05; }
.industry-card p { margin: 7px 0 0; color: #b5b8ba; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.about-section { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--paper); color: var(--dark-text); }
.about-copy { padding: 120px 7vw 120px 4vw; }
.about-copy .section-kicker { color: #98700b; }
.about-copy > p:not(.section-kicker) { max-width: 760px; color: #626668; }
blockquote { max-width: 760px; margin: 44px 0 0; padding: 28px 0 0; border-top: 1px solid var(--dark-line); font: 700 clamp(28px, 3vw, 45px)/1.04 Rajdhani, sans-serif; letter-spacing: -.035em; }
.support-panel { display: flex; flex-direction: column; justify-content: center; padding: 100px 6vw; background: var(--gold); }
.support-panel h3 { font-size: 30px; }
.support-panel p { color: #503b04; }
.support-panel ul { display: grid; gap: 13px; margin: 25px 0 0; padding: 0; list-style: none; }
.support-panel li { position: relative; padding: 0 0 13px 22px; border-bottom: 1px solid rgba(8,10,11,.18); color: #1c1a15; font-size: 14px; font-weight: 700; }
.support-panel li::before { content: "+"; position: absolute; left: 0; font-weight: 900; }

.quote-section { padding: 120px 4vw; background: radial-gradient(circle at 8% 22%, rgba(228,168,15,.12), transparent 27%), var(--ink); }
.quote-shell { width: min(1280px, 100%); margin: auto; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(45px, 7vw, 100px); align-items: start; }
.quote-intro { position: sticky; top: 130px; }
.quote-intro > p:not(.section-kicker) { max-width: 530px; }
.direct-email { margin-top: 38px; padding-top: 26px; border-top: 1px solid var(--line); }
.direct-email span, .direct-email a, .direct-email strong { display: block; }
.direct-email span { margin-bottom: 7px; color: #73797d; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.direct-email a { color: var(--gold); font-size: 17px; font-weight: 800; }
.direct-email strong { color: var(--gold); font-size: 17px; line-height: 1.45; }
.rfq-form { display: grid; gap: 20px; padding: clamp(26px, 4vw, 48px); border: 1px solid var(--line); border-radius: 30px 8px 30px 8px; background: rgba(255,255,255,.035); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: grid; gap: 9px; color: #e4e4df; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
input, textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.22); border-radius: 0; background: transparent; color: #fff; padding: 13px 2px; outline: none; }
input:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 1px 0 var(--gold); }
textarea { resize: vertical; line-height: 1.55; }
textarea::placeholder { color: #666c70; }
.file-label { padding: 16px 18px; border: 1px dashed rgba(255,255,255,.24); border-radius: 12px; }
.file-label span { color: #71777b; font-size: 9px; font-weight: 600; letter-spacing: .04em; text-transform: none; }
.file-label input { padding: 8px 0 0; border: 0; color: #a8adb0; font-size: 12px; }
.honeypot { position: absolute; left: -9999px; }
.submit-button { width: 100%; border: 0; }
.privacy-note { margin: -5px 0 0; color: #707579; font-size: 10px; text-align: center; }

.footer { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 45px; padding: 70px 4vw 28px; border-top: 1px solid var(--line); background: #050607; }
.footer-brand img { width: 155px; }
.footer p, .footer a { color: #8b9194; font-size: 13px; }
.footer-label { display: block; margin-bottom: 13px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer > div:nth-child(2) a { color: #d8d8d4; font-weight: 700; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 20px; align-content: start; }
.footer a:hover { color: var(--gold); }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 25px; margin-top: 20px; padding-top: 24px; border-top: 1px solid var(--line); color: #63686b; font-size: 11px; }

@media (max-width: 1120px) {
  .nav { display: none; }
  .hero-shell { grid-template-columns: 1fr; }
  .hero-copy-block { max-width: 820px; padding-bottom: 0; }
  .hero-visual { min-height: 560px; }
  .hero-visual > img { min-height: 560px; }
  .hero-ticker { margin-top: 42px; }
  .solution-grid, .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .equipment-section { grid-template-columns: 1fr; }
  .equipment-visual { min-height: 560px; }
  .quote-shell { grid-template-columns: 1fr; }
  .quote-intro { position: static; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 76px; }
  .site-header { padding: 8px 4vw; }
  .brand img { width: 108px; height: 52px; }
  .nav-cta { padding: 11px 14px; }
  .hero { min-height: auto; padding-top: 112px; }
  .hero-shell { min-height: auto; gap: 38px; }
  h1 { font-size: clamp(49px, 15vw, 72px); }
  h2 { font-size: clamp(39px, 11vw, 55px); }
  .eyebrow { margin-bottom: 20px; }
  .eyebrow span { display: table; margin: 0 0 10px; }
  .hero-actions .btn { width: 100%; }
  .hero-visual, .hero-visual > img { min-height: 430px; }
  .hero-visual { border-radius: 24px 6px 24px 6px; }
  .hero-stamp { display: none; }
  .visual-tag-top { top: 30px; right: 30px; }
  .visual-tag-bottom { left: 30px; bottom: 30px; }
  .hero-ticker span:nth-of-type(2), .hero-ticker span:nth-of-type(3), .hero-ticker i:nth-of-type(2), .hero-ticker i:nth-of-type(3) { display: none; }
  .section { padding: 82px 4vw; }
  .section-intro { grid-template-columns: 1fr; gap: 22px; margin-bottom: 40px; }
  .solution-grid, .industry-grid, .form-row { grid-template-columns: 1fr; }
  .solution-grid article { min-height: auto; }
  .solution-grid h3 { margin-top: 44px; }
  .equipment-visual { min-height: 410px; }
  .equipment-content { padding: 80px 5vw; }
  .equipment-list { grid-template-columns: 1fr; }
  .industry-card { min-height: 285px; }
  .about-section { grid-template-columns: 1fr; }
  .about-copy, .support-panel { padding: 82px 5vw; }
  .quote-section { padding: 82px 4vw; }
  .rfq-form { padding: 24px; }
  .footer { grid-template-columns: 1fr; }
  .footer-bottom { grid-column: auto; flex-direction: column; }
}

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