:root {
  color-scheme: dark;
  --industry-ink: #02090f;
  --industry-surface: #09141e;
  --industry-paper: #f0ede6;
  --industry-text: #eef4fa;
  --industry-muted: #a7b3bf;
  --industry-gold: #e2b477;
  --industry-line: rgba(210, 226, 237, .2);
  --industry-gutter: clamp(1.25rem, 5.5vw, 7rem);
  font-family: "Manrope", sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 8.5rem;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--industry-ink); color: var(--industry-text); -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p, h1, h2, h3 { margin: 0; }
p { line-height: 1.8; }
button, summary { cursor: pointer; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--industry-gold); outline-offset: 6px; }
[hidden] { display: none !important; }
.industry-skip { position: fixed; z-index: 100; top: .75rem; left: 1rem; padding: 1rem; background: var(--industry-gold); color: var(--industry-ink); transform: translateY(-180%); }
.industry-skip:focus { transform: translateY(0); }
.industry-header { min-height: 86px; padding: .65rem var(--industry-gutter); display: flex; align-items: center; gap: 2.2rem; background: var(--industry-ink); position: relative; z-index: 30; }
.industry-logo { flex-shrink: 0; width: 112px; }
.industry-logo img { width: 100%; height: 56px; object-fit: contain; }
.industry-header-note { padding-left: 2rem; border-left: 1px solid var(--industry-line); font-size: .68rem; letter-spacing: .045em; color: var(--industry-muted); }
.industry-site-nav { display: flex; align-items: center; gap: 2rem; margin-left: auto; font-size: .78rem; }
.industry-site-nav > a:not(.industry-button) { padding-block: .7rem; }
.industry-site-nav > a:not(.industry-button):hover { color: var(--industry-gold); }
.industry-menu-toggle { margin-left: auto; color: var(--industry-text); background: transparent; border: 1px solid var(--industry-line); padding: .7rem 1rem; }
.industry-switcher { position: sticky; z-index: 20; top: 0; display: flex; align-items: stretch; gap: clamp(1.5rem, 4vw, 5rem); padding-inline: var(--industry-gutter); background: rgba(5, 15, 24, .96); border-top: 1px solid var(--industry-line); border-bottom: 1px solid var(--industry-line); backdrop-filter: blur(18px); }
.industry-switcher > span { display: flex; align-items: center; color: var(--industry-muted); text-transform: uppercase; font-size: .6rem; letter-spacing: .16em; margin-right: auto; }
.industry-switcher a { display: flex; align-items: center; justify-content: center; position: relative; padding: 1.1rem 0; font-size: .74rem; white-space: nowrap; color: var(--industry-muted); transition: color .2s; }
.industry-switcher a::after { position: absolute; content: ""; height: 2px; bottom: -1px; left: 0; right: 0; background: var(--industry-gold); transform: scaleX(0); transition: transform .25s; }
.industry-switcher a:hover, .industry-switcher a[aria-current="page"] { color: var(--industry-gold); }
.industry-switcher a:hover::after, .industry-switcher a[aria-current="page"]::after { transform: scaleX(1); }
.industry-hero { isolation: isolate; position: relative; min-height: min(790px, calc(100svh - 141px)); display: flex; flex-direction: column; justify-content: center; padding: clamp(2.5rem, 5vh, 5rem) var(--industry-gutter) 5rem; overflow: hidden; background: #0a1620; }
.industry-hero-image, .industry-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -2; }
.industry-hero-image { object-fit: cover; object-position: 72% 50%; animation: industry-image-enter 1.6s cubic-bezier(.22, 1, .36, 1) both; }
.industry-hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(2,9,15,.98) 0%, rgba(2,9,15,.88) 26%, rgba(2,9,15,.5) 52%, rgba(2,9,15,.12) 80%), linear-gradient(0deg, rgba(2,9,15,.8), transparent 35%); }
.industry-hero-content { width: min(100%, 730px); }
.industry-eyebrow { text-transform: uppercase; font-size: .66rem; letter-spacing: .17em; font-weight: 700; color: var(--industry-gold); }
.industry-wordmark { font-family: "Oxanium", sans-serif; font-weight: 600; font-size: clamp(4.2rem, 6.7vw, 7rem); line-height: 1; letter-spacing: -.075em; margin-top: 1.25rem; display: flex; align-items: baseline; gap: .8rem; }
.industry-wordmark span { font-family: "Manrope", sans-serif; font-size: .65rem; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; color: var(--industry-gold); }
.industry-hero h1 { max-width: 700px; font-weight: 500; font-size: clamp(2.3rem, 4.15vw, 4.35rem); letter-spacing: -.055em; line-height: 1.08; margin: 1.35rem 0 1.15rem; text-wrap: balance; }
.industry-hero h1 span { display: block; color: var(--industry-gold); }
.industry-hero-copy { font-size: .92rem; color: #d1d9e0; max-width: 32rem; line-height: 1.75; }
.industry-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.9rem; margin-top: 1.85rem; }
.industry-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: space-between; gap: 1.8rem; padding: .95rem 1.2rem; background: var(--industry-gold); color: #101923; border: 1px solid var(--industry-gold); font-size: .77rem; font-weight: 800; transition: background .2s, transform .2s; }
.industry-button::after { content: "↗"; font-size: 1.15rem; line-height: 1; transition: transform .2s; }
.industry-button:hover { background: #f0c894; transform: translateY(-2px); }
.industry-button:hover::after { transform: translate(2px, -2px); }
.industry-button-small { min-height: 42px; padding: .7rem 1rem; font-size: .7rem; gap: 1.2rem; }
.industry-text-link { display: inline-flex; align-items: center; gap: .5rem; min-height: 44px; padding: .5rem 0; border-bottom: 1px solid var(--industry-line); font-size: .77rem; font-weight: 600; transition: color .2s, border-color .2s; }
.industry-text-link:hover { color: var(--industry-gold); border-color: var(--industry-gold); }
.industry-hero-footer { position: absolute; bottom: 1.65rem; left: var(--industry-gutter); right: var(--industry-gutter); display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--industry-line); color: #bcc6ce; font-size: .62rem; letter-spacing: .03em; }
.industry-hero-footer a { padding: .5rem 0; }
.industry-hero-content > * { animation: industry-copy-enter .8s cubic-bezier(.22,1,.36,1) both; }
.industry-hero-content > :nth-child(2) { animation-delay: .08s; }
.industry-hero-content > :nth-child(3) { animation-delay: .16s; }
.industry-hero-content > :nth-child(4) { animation-delay: .24s; }
.industry-hero-content > :nth-child(5) { animation-delay: .32s; }
.industry-section { padding: clamp(4rem, 7vw, 7.5rem) var(--industry-gutter); }
.industry-section-heading h2, .industry-contact h2 { font-size: clamp(2rem, 3.3vw, 3.7rem); font-weight: 500; line-height: 1.15; letter-spacing: -.055em; text-wrap: balance; }
.industry-section-heading .industry-eyebrow { margin-bottom: 1.3rem; }
.industry-stakes { display: grid; grid-template-columns: 1.05fr 1fr; gap: 9%; background: var(--industry-paper); color: #12212b; }
.industry-stakes .industry-eyebrow { color: #715332; }
.industry-stakes .industry-section-heading h2 { max-width: 620px; }
.industry-stakes-copy { align-self: end; font-size: .95rem; color: #4d5a60; }
.industry-stakes-copy p + p { margin-top: 1.5rem; color: #152631; }
.industry-details { display: grid; grid-template-columns: .85fr 1.2fr; gap: 10%; background: var(--industry-surface); }
.industry-details > .industry-section-heading { align-self: start; position: sticky; top: 8rem; }
.industry-detail { display: grid; grid-template-columns: 2.2rem 1fr; column-gap: 1rem; padding: 2rem 0; border-top: 1px solid var(--industry-line); }
.industry-detail:first-child { padding-top: 0; border-top: 0; }
.industry-detail:last-child { padding-bottom: 0; }
.industry-step-index { font-family: "Oxanium", sans-serif; font-size: .78rem; color: var(--industry-gold); padding-top: .15rem; }
.industry-detail h3 { font-size: 1.18rem; font-weight: 600; letter-spacing: -.025em; }
.industry-detail p { margin-top: .7rem; font-size: .88rem; color: var(--industry-muted); }
.industry-detail small { grid-column: 2; font-size: .65rem; line-height: 1.7; color: #d7bf9b; margin-top: 1rem; }
.industry-intelligence { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; border-bottom: 1px solid var(--industry-line); }
.industry-intelligence .industry-section-heading > p:not(.industry-eyebrow) { color: var(--industry-muted); font-size: .9rem; margin: 1.5rem 0 .75rem; max-width: 36rem; }
.industry-intelligence-flow { border-left: 1px solid #695940; margin-left: .4rem; align-self: center; }
.industry-signal { padding: 0 0 2.4rem 2rem; position: relative; }
.industry-signal:last-child { padding-bottom: 0; }
.industry-signal::before { content: ""; position: absolute; top: .35rem; left: -4px; width: 7px; height: 7px; background: var(--industry-gold); }
.industry-signal > span { display: block; text-transform: uppercase; font-size: .58rem; letter-spacing: .17em; color: var(--industry-gold); }
.industry-signal > strong { display: block; font-size: 1.2rem; font-weight: 500; margin-top: .5rem; letter-spacing: -.02em; }
.industry-signal > p { font-size: .82rem; color: var(--industry-muted); margin-top: .5rem; }
.industry-questions { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; }
.industry-faq-item { border-top: 1px solid var(--industry-line); }
.industry-faq-item:last-child { border-bottom: 1px solid var(--industry-line); }
.industry-faq-item summary { display: flex; gap: 1.5rem; align-items: center; justify-content: space-between; list-style: none; padding: 1.5rem 0; font-weight: 600; font-size: .95rem; }
.industry-faq-item summary::-webkit-details-marker { display: none; }
.industry-faq-item summary::after { content: "+"; color: var(--industry-gold); font-size: 1.4rem; font-weight: 400; }
.industry-faq-item[open] summary::after { content: "−"; }
.industry-faq-item summary:hover { color: var(--industry-gold); }
.industry-faq-item > p { padding: 0 2.5rem 1.7rem 0; font-size: .85rem; color: var(--industry-muted); }
.industry-faq-item[open] > p { animation: industry-answer-enter .2s ease-out; }
.industry-contact { border-top: 1px solid var(--industry-gold); background: #101d27; position: relative; overflow: hidden; }
.industry-contact::after { content: ""; position: absolute; width: 30vw; height: 140%; top: -15%; right: -12vw; border-left: 1px solid rgba(226,180,119,.16); border-right: 1px solid rgba(226,180,119,.16); transform: skewX(-25deg); pointer-events: none; }
.industry-contact h2 { max-width: 870px; margin-top: 1.3rem; }
.industry-contact > p:not(.industry-eyebrow):not(.industry-contact-note) { color: var(--industry-muted); max-width: 39rem; margin-top: 1.4rem; font-size: .92rem; }
.industry-contact-note { font-size: .64rem; color: var(--industry-muted); margin-top: 1.2rem; letter-spacing: .025em; }
.industry-footer { padding: 3rem var(--industry-gutter) 1.7rem; }
.industry-footer-top { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.industry-footer-brand { font-family: "Oxanium", sans-serif; font-size: 1.5rem; letter-spacing: -.04em; }
.industry-footer-top p { font-size: .75rem; color: var(--industry-muted); }
.industry-footer-links { display: flex; gap: 1.6rem; flex-wrap: wrap; padding: 2rem 0; font-size: .72rem; }
.industry-footer-links a:hover { color: var(--industry-gold); }
.industry-footer-bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; border-top: 1px solid var(--industry-line); padding-top: 1.3rem; font-size: .7rem; color: var(--industry-muted); }
.industry-footer-bottom a { padding-block: .5rem; }
.industry-page.industry-steel .industry-hero-image { scale: -1 1; }
.industry-page.industry-autoparts .industry-hero-image { object-position: 75% 52%; }
.industry-page.industry-food-and-beverage .industry-hero-image { object-position: 65% 50%; }
.industry-page.industry-packaging .industry-hero-image { object-position: 65% 50%; }
.industry-reveal { transition: opacity .65s ease, transform .65s cubic-bezier(.22,1,.36,1); }
.industry-reveal.is-pending { opacity: 0; transform: translateY(22px); }
@keyframes industry-copy-enter { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes industry-image-enter { from { transform: scale(1.045); } to { transform: scale(1); } }
@keyframes industry-answer-enter { from { opacity: .3; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width: 1700px) {
  .industry-hero-content { width: min(48vw, 900px); }
  .industry-hero h1 { max-width: 900px; }
}
@media (max-width: 1100px) {
  .industry-header-note { display: none; }
  .industry-stakes, .industry-details, .industry-intelligence, .industry-questions { gap: 6%; }
  .industry-hero h1 { font-size: clamp(2.7rem, 4.8vw, 4rem); max-width: 620px; }
}
@media (max-width: 760px) {
  :root { scroll-padding-top: 5.5rem; }
  .industry-header { min-height: 74px; flex-wrap: wrap; gap: 0; padding-block: .5rem; }
  .industry-logo { width: 100px; }
  .industry-logo img { height: 50px; }
  .industry-site-nav { width: 100%; padding: 1rem 0; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
  .industry-switcher { gap: 0; padding-inline: .8rem; justify-content: space-between; }
  .industry-switcher > span { display: none; }
  .industry-switcher a { font-size: .64rem; padding: 1rem .4rem; }
  .industry-hero { min-height: calc(100svh - 124px); padding-top: 2.25rem; padding-bottom: 5rem; }
  .industry-hero-image { object-position: 65% center; }
  .industry-hero-shade { background: linear-gradient(90deg, rgba(2,9,15,.91), rgba(2,9,15,.72) 60%, rgba(2,9,15,.45)), linear-gradient(0deg, rgba(2,9,15,.95), transparent 75%); }
  .industry-wordmark { font-size: 4.5rem; margin-top: 1.2rem; }
  .industry-hero h1 { font-size: clamp(2.25rem, 7.5vw, 3.4rem); max-width: 540px; margin: 1.1rem 0; }
  .industry-hero-copy { font-size: .83rem; max-width: 29rem; }
  .industry-actions { gap: .6rem 1.3rem; margin-top: 1.5rem; }
  .industry-hero-footer { font-size: .55rem; }
  .industry-hero-footer > span { max-width: 12rem; }
  .industry-section { padding-block: 3.75rem; }
  .industry-stakes, .industry-details, .industry-intelligence, .industry-questions { grid-template-columns: 1fr; gap: 2.2rem; }
  .industry-section-heading h2, .industry-contact h2 { font-size: clamp(2rem, 7vw, 3rem); }
  .industry-details > .industry-section-heading { position: static; }
  .industry-detail:first-child { border-top: 1px solid var(--industry-line); padding-top: 1.75rem; }
  .industry-detail h3 { font-size: 1.1rem; }
  .industry-detail p { font-size: .85rem; }
  .industry-intelligence-flow { margin-top: .5rem; }
  .industry-footer-top { flex-direction: column; gap: 1rem; align-items: flex-start; }
  .industry-footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: .4rem 1.2rem; padding-block: 1.5rem; }
  .industry-footer-links a { padding: .65rem 0; }
}
@media (max-width: 380px) {
  .industry-switcher a { font-size: .59rem; padding-inline: .25rem; }
  .industry-hero h1 { font-size: 2.2rem; }
  .industry-wordmark { font-size: 3.6rem; }
  .industry-hero-footer > span { max-width: 9rem; }
}
@media (max-width: 760px) and (max-height: 740px) {
  .industry-hero { padding-top: 1.5rem; padding-bottom: 4.5rem; }
  .industry-wordmark { font-size: 3.4rem; margin-top: .8rem; }
  .industry-hero h1 { font-size: 2rem; margin-block: .8rem; }
  .industry-hero-copy { font-size: .8rem; line-height: 1.65; }
  .industry-hero .industry-actions { margin-top: 1rem; }
  .industry-hero-footer { bottom: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .industry-reveal.is-pending { opacity: 1; transform: none; }
}
