/* Fueltek v6.9.269 — unified industry-page experience.
   Loaded after the legacy sector stylesheet so all ten industry pages share
   one restrained, readable and responsive visual system. */

:root{
  --sector-max:1720px;
  --sector-pad:clamp(24px,4vw,72px);
  --sector-radius:clamp(20px,2vw,32px);
  --sector-rule:rgba(243,179,36,.25);
  --sector-card:rgba(10,13,10,.74);
  --sector-copy:#d1d8ce;
}

body{
  background:
    radial-gradient(circle at 70% 2%,rgba(243,179,36,.13),transparent 31rem),
    radial-gradient(circle at 12% 62%,rgba(243,179,36,.07),transparent 38rem),
    #020403;
}

main{
  position:relative;
  isolation:isolate;
  counter-reset:sector-section;
  overflow:clip;
}

main::before{
  content:"";
  position:absolute;
  z-index:-1;
  top:2rem;
  bottom:3rem;
  left:50%;
  width:min(var(--sector-max),calc(100% - 64px));
  transform:translateX(-50%);
  border-inline:1px solid rgba(255,255,255,.035);
  pointer-events:none;
}

.sector-breadcrumb{
  width:min(var(--sector-max),calc(100% - 64px));
  margin:30px auto 0;
  padding:0 var(--sector-pad);
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  color:#8f998c;
  font-size:11px;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.sector-breadcrumb a{color:#b9c2b6;transition:color .2s ease}
.sector-breadcrumb a:hover,.sector-breadcrumb a:focus-visible{color:var(--acid);outline:none}
.sector-breadcrumb span[aria-hidden="true"]{color:rgba(243,179,36,.55)}
.sector-breadcrumb [aria-current="page"]{color:#f1f4ed}

main > section{
  width:min(var(--sector-max),calc(100% - 64px));
  margin:0 auto;
  padding:clamp(72px,7vw,118px) var(--sector-pad);
  border-top:1px solid rgba(255,255,255,.085);
  position:relative;
  scroll-margin-top:150px;
}

main > section:not(.hero){counter-increment:sector-section}
main > section:not(.hero)::before{
  content:"0" counter(sector-section);
  position:absolute;
  top:clamp(27px,3vw,48px);
  left:var(--sector-pad);
  color:rgba(243,179,36,.7);
  font-size:10px;
  line-height:1;
  font-weight:950;
  letter-spacing:.18em;
}

main > section:not(.hero)::after{
  content:"";
  position:absolute;
  top:0;
  left:var(--sector-pad);
  width:clamp(52px,7vw,118px);
  height:1px;
  background:linear-gradient(90deg,var(--acid),transparent);
  box-shadow:0 0 22px rgba(243,179,36,.3);
}

main > section:nth-of-type(odd):not(.hero){
  background:linear-gradient(110deg,rgba(243,179,36,.018),transparent 34%,rgba(255,255,255,.012));
}

/* Hero: keep the whole headline and image in frame on a standard laptop. */
main > .hero{
  min-height:min(760px,calc(100svh - 165px));
  padding-top:clamp(44px,5vw,78px);
  padding-bottom:clamp(54px,5vw,84px);
  display:grid;
  grid-template-columns:minmax(520px,.84fr) minmax(600px,1.16fr);
  gap:clamp(36px,4vw,68px);
  align-items:center;
  border-top:0;
}

.hero > div:first-child{min-width:0;position:relative;z-index:2}
.hero .eyebrow{margin-bottom:18px}
.hero h1{
  max-width:730px;
  margin:0;
  color:#f7f8f4;
  font-size:clamp(54px,5vw,94px);
  line-height:.88;
  letter-spacing:-.035em;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
  text-wrap:balance;
}

.hero h1 span{
  display:block;
  margin-top:.12em;
  color:var(--acid);
  font-size:.78em;
  line-height:.92;
}

.hero > div:first-child > p:not(.eyebrow){
  max-width:62ch;
  margin:20px 0 0;
  color:var(--sector-copy);
  font-size:clamp(15px,1.08vw,18px);
  line-height:1.68;
}

.hero .actions{margin-top:30px}
.hero-visual{
  min-height:clamp(470px,35vw,620px);
  border-radius:var(--sector-radius);
  border:1px solid rgba(243,179,36,.34);
  background:#080a08;
  box-shadow:0 34px 90px rgba(0,0,0,.48),0 0 0 1px rgba(255,255,255,.035) inset;
}

.content-hero-visual.photo::before{
  content:"Engineered around your operation";
  position:absolute;
  z-index:3;
  left:24px;
  top:24px;
  padding:9px 12px;
  border:1px solid rgba(243,179,36,.46);
  border-radius:999px;
  background:rgba(2,4,3,.68);
  color:#fff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
  backdrop-filter:blur(12px);
}

.content-hero-visual.photo::after{
  z-index:2;
  background:
    linear-gradient(180deg,rgba(1,2,1,.01),rgba(1,2,1,.26)),
    linear-gradient(90deg,rgba(1,2,1,.12),transparent 42%);
}

.content-hero-visual.photo img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:brightness(.9) saturate(1.06) contrast(1.04);
  transition:transform 1.2s cubic-bezier(.2,.75,.2,1),filter .7s ease;
}

.hero.is-current .content-hero-visual.photo img{transform:scale(1.025);filter:brightness(.96) saturate(1.08) contrast(1.04)}

/* A clear route through the long-form page, with crawlable anchor links. */
.sector-journey{
  width:min(var(--sector-max),calc(100% - 64px));
  margin:0 auto;
  padding:12px var(--sector-pad);
  display:grid;
  grid-template-columns:minmax(150px,1.2fr) repeat(7,minmax(82px,1fr));
  align-items:center;
  gap:7px;
  border-block:1px solid rgba(243,179,36,.23);
  background:linear-gradient(90deg,rgba(243,179,36,.075),rgba(8,11,8,.82) 28%,rgba(8,11,8,.72));
  box-shadow:0 20px 60px rgba(0,0,0,.22);
}

.sector-journey > span{
  color:#fff;
  font-size:11px;
  font-weight:950;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.sector-journey a{
  position:relative;
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:999px;
  color:#9da79a;
  font-size:10px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
  transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease;
}

.sector-journey a:hover,.sector-journey a:focus-visible,.sector-journey a.is-active{
  color:#fff;
  border-color:rgba(243,179,36,.55);
  background:rgba(243,179,36,.1);
  outline:none;
  transform:translateY(-1px);
}

/* Editorial section rhythm. */
#sector-context .section-copy,
#sector-needs .section-copy,
#daily-workflow .section-copy,
#equipment .section-copy,
#outcomes .section-copy,
#faq .section-copy,
#related .section-copy{
  display:grid;
  grid-template-columns:minmax(270px,360px) minmax(0,1fr);
  gap:clamp(42px,6vw,96px);
  align-items:start;
}

.section-copy > div:first-child{min-width:0}
.section-copy .eyebrow{margin-bottom:18px}
.section-copy h2,.why h2{
  max-width:100%;
  color:#f5f7f2;
  font-size:clamp(40px,3.45vw,64px);
  line-height:.93;
  letter-spacing:-.035em;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
  text-wrap:balance;
}

.section-copy h2 span,.why h2 span{display:block;margin-top:.06em;color:var(--acid)}

@media(min-width:1181px){
  .section-copy > div:first-child{position:sticky;top:164px}
}

/* Context block: one strong editorial panel instead of floating copy. */
#sector-context .content-prose{
  max-width:none;
  padding:clamp(26px,3vw,44px);
  border:1px solid rgba(255,255,255,.09);
  border-left:3px solid var(--acid);
  border-radius:0 var(--sector-radius) var(--sector-radius) 0;
  background:
    radial-gradient(circle at 92% 10%,rgba(243,179,36,.1),transparent 32%),
    linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.016));
  box-shadow:0 24px 60px rgba(0,0,0,.2);
}

#sector-context .content-prose p{
  max-width:82ch;
  margin:0 0 18px;
  color:var(--sector-copy);
  font-size:clamp(16px,1.2vw,19px);
  line-height:1.72;
}

.content-note{
  margin-top:24px;
  padding:18px 20px 18px 22px;
  border:0;
  border-left:3px solid var(--acid);
  border-radius:0 14px 14px 0;
  background:rgba(243,179,36,.075);
  color:#eef2eb;
  line-height:1.62;
}

/* Challenges and capabilities: equal, readable cards with no staggered gaps. */
#sector-needs .detail-grid,#equipment .detail-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}

#sector-needs .detail-card,#equipment .detail-card{
  min-height:250px;
  padding:clamp(24px,2.2vw,34px);
  border:1px solid rgba(255,255,255,.1);
  border-top-color:rgba(243,179,36,.4);
  border-left:1px solid rgba(255,255,255,.1);
  border-radius:var(--sector-radius);
  background:
    linear-gradient(145deg,rgba(243,179,36,.075),transparent 44%),
    var(--sector-card);
  box-shadow:0 20px 46px rgba(0,0,0,.2),inset 0 0 45px rgba(255,255,255,.012);
  transform:none;
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}

#sector-needs .detail-card:nth-child(even),#equipment .detail-card:nth-child(even){transform:none}
#sector-needs .detail-card::before,#equipment .detail-card::before{
  top:0;
  left:28px;
  width:72px;
  background:linear-gradient(90deg,var(--acid),transparent);
}
#sector-needs .detail-card::after,#equipment .detail-card::after{opacity:.72}
#sector-needs .detail-card:hover,#equipment .detail-card:hover{
  transform:translateY(-5px);
  border-color:rgba(243,179,36,.38);
  box-shadow:0 28px 60px rgba(0,0,0,.3),0 0 38px rgba(243,179,36,.07);
}

#sector-needs .detail-card h3,#equipment .detail-card h3{
  max-width:18ch;
  margin:0 0 14px;
  color:#f5f7f2;
  font-size:clamp(26px,2.15vw,38px);
  line-height:.96;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}

#sector-needs .detail-card p,#equipment .detail-card p{
  max-width:58ch;
  margin:0;
  color:var(--sector-copy);
  font-size:15px;
  line-height:1.67;
}

/* Workflow: a continuous horizontal process on wide screens. */
#daily-workflow .detail-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  padding:0;
  counter-reset:none;
}

#daily-workflow .detail-grid::before{display:none}
#daily-workflow .detail-card{
  min-height:300px;
  padding:72px 24px 26px;
  border:1px solid rgba(255,255,255,.1);
  border-top-color:rgba(243,179,36,.42);
  border-radius:22px;
  background:linear-gradient(155deg,rgba(243,179,36,.09),rgba(8,11,8,.8) 45%,rgba(255,255,255,.018));
  box-shadow:0 18px 42px rgba(0,0,0,.2);
}

#daily-workflow .detail-card::before{
  content:"";
  top:24px;
  left:24px;
  width:36px;
  height:36px;
  border-radius:50%;
  border:1px solid rgba(243,179,36,.65);
  background:radial-gradient(circle,rgba(243,179,36,.65) 0 3px,rgba(243,179,36,.14) 4px 100%);
  box-shadow:0 0 0 7px rgba(243,179,36,.035),0 0 28px rgba(243,179,36,.14);
}

#daily-workflow .detail-card::after{
  content:"";
  display:block;
  left:69px;
  right:-13px;
  top:42px;
  width:auto;
  height:1px;
  background:linear-gradient(90deg,rgba(243,179,36,.5),rgba(243,179,36,.1));
}
#daily-workflow .detail-card:last-child::after{display:none}
#daily-workflow .detail-card h3{
  margin:0 0 15px;
  color:#f5f7f2;
  font-size:clamp(24px,1.8vw,32px);
  line-height:1;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}
#daily-workflow .detail-card p{margin:0;color:var(--sector-copy);font-size:14px;line-height:1.64}

/* Outcomes are a bold result band rather than another card grid. */
#outcomes .trust-strip{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1px;
  overflow:hidden;
  border:1px solid rgba(243,179,36,.2);
  border-radius:var(--sector-radius);
  background:rgba(243,179,36,.18);
}

#outcomes .trust-item{
  min-height:190px;
  padding:32px 30px 28px;
  border:0;
  border-radius:0;
  background:linear-gradient(150deg,rgba(243,179,36,.085),rgba(6,9,7,.96) 52%);
}

#outcomes .trust-item::before{
  left:30px;
  top:29px;
  width:40px;
  height:2px;
  border-radius:0;
  background:linear-gradient(90deg,var(--acid),transparent);
}

#outcomes .trust-item strong{
  display:block;
  margin:22px 0 10px;
  color:#f6f7f3;
  font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;
  font-size:clamp(26px,2vw,36px);
  font-style:italic;
  line-height:1;
  letter-spacing:-.02em;
  text-transform:uppercase;
}
#outcomes .trust-item span{max-width:46ch;color:var(--sector-copy);font-size:15px;line-height:1.62}

/* Planning section becomes the strongest informational panel. */
#implementation{padding-top:clamp(78px,7vw,116px)}
#implementation .why{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);
  gap:0;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(243,179,36,.25);
  border-radius:var(--sector-radius);
  background:linear-gradient(135deg,rgba(243,179,36,.09),rgba(8,11,8,.92) 42%,rgba(255,255,255,.02));
  box-shadow:0 30px 75px rgba(0,0,0,.28);
}

#implementation .why > div{padding:clamp(30px,4vw,58px)}
#implementation .why > div:first-child{padding-right:clamp(30px,4vw,58px)}
#implementation .why > div:last-child{
  padding-left:clamp(30px,4vw,58px);
  border-left:1px solid rgba(243,179,36,.18);
  background:rgba(0,0,0,.16);
}
#implementation .why h2{max-width:13ch;font-size:clamp(42px,4vw,70px)}
#implementation .why ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px;margin-top:28px}
#implementation .why li{padding-left:24px;color:var(--sector-copy);font-size:15px;line-height:1.55}
#implementation .content-note{max-width:66ch}

.related-links{display:flex;flex-wrap:wrap;gap:10px}
.related-links a{
  min-height:44px;
  padding:11px 15px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  color:#eef2eb;
  font-size:13px;
  font-weight:850;
  transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease;
}
.related-links a:hover,.related-links a:focus-visible{transform:translateY(-2px);border-color:rgba(243,179,36,.58);background:var(--acid);color:#071000;outline:none}

/* FAQ: roomy answers and a clear open state. */
#faq .faq{display:grid;gap:10px}
#faq .faq details{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.085);
  border-radius:17px;
  background:rgba(255,255,255,.018);
  transition:border-color .25s ease,background .25s ease;
}
#faq .faq details[open]{border-color:rgba(243,179,36,.35);background:linear-gradient(90deg,rgba(243,179,36,.07),rgba(255,255,255,.018))}
#faq .faq summary{
  min-height:70px;
  padding:22px 24px 22px 62px;
  color:#f2f4ef;
  font-size:14px;
  line-height:1.4;
}
#faq .faq summary::before,#faq .faq summary::after{left:24px}
#faq .faq p{max-width:86ch;padding:0 30px 25px 62px;color:var(--sector-copy);font-size:15px;line-height:1.68}

/* Final internal-link section reads as a deliberate next step. */
#related{
  padding-top:clamp(64px,6vw,90px);
  padding-bottom:clamp(64px,6vw,90px);
  background:linear-gradient(90deg,rgba(243,179,36,.075),rgba(243,179,36,.01));
}
#related .related-links{align-content:center}
#related .related-links a{background:rgba(0,0,0,.2);border-color:rgba(243,179,36,.28)}

/* Motion adds continuity without hiding information while it loads. */
main > section:not(.hero) .section-copy > div:last-child{
  transform:translateY(8px);
  transition:transform .65s cubic-bezier(.2,.75,.2,1),filter .65s ease;
}
main > section.is-current .section-copy > div:last-child{transform:none;filter:drop-shadow(0 0 28px rgba(243,179,36,.025))}

/* Light mode retains the same structure with accessible, warm surfaces. */
html[data-theme="light"] body{
  --sector-card:rgba(255,255,255,.84);
  --sector-copy:#475249;
  background:radial-gradient(circle at 70% 2%,rgba(243,179,36,.13),transparent 34rem),#f3f0e9;
}
html[data-theme="light"] .sector-breadcrumb [aria-current="page"],
html[data-theme="light"] .sector-journey > span,
html[data-theme="light"] .section-copy h2,
html[data-theme="light"] .why h2,
html[data-theme="light"] #sector-needs .detail-card h3,
html[data-theme="light"] #equipment .detail-card h3,
html[data-theme="light"] #daily-workflow .detail-card h3,
html[data-theme="light"] #outcomes .trust-item strong{color:#151b16;-webkit-text-fill-color:#151b16}
html[data-theme="light"] .hero h1{color:#151b16;-webkit-text-fill-color:#151b16}
html[data-theme="light"] .hero h1 span,.section-copy h2 span,.why h2 span{color:#c98400;-webkit-text-fill-color:#c98400}
html[data-theme="light"] .hero > div:first-child > p:not(.eyebrow),
html[data-theme="light"] #sector-context .content-prose p,
html[data-theme="light"] #sector-needs .detail-card p,
html[data-theme="light"] #equipment .detail-card p,
html[data-theme="light"] #daily-workflow .detail-card p,
html[data-theme="light"] #outcomes .trust-item span,
html[data-theme="light"] #implementation .why li,
html[data-theme="light"] #faq .faq p{color:#475249;-webkit-text-fill-color:#475249}
html[data-theme="light"] #sector-context .content-prose,
html[data-theme="light"] #sector-needs .detail-card,
html[data-theme="light"] #equipment .detail-card,
html[data-theme="light"] #daily-workflow .detail-card,
html[data-theme="light"] #outcomes .trust-item,
html[data-theme="light"] #implementation .why,
html[data-theme="light"] #faq .faq details{background:rgba(255,255,255,.76);box-shadow:0 18px 42px rgba(56,46,24,.08)}
html[data-theme="light"] .sector-journey{background:linear-gradient(90deg,#ead7a5,#f7f3e9 32%,#f4f0e8)}
html[data-theme="light"] .sector-journey a{color:#526054;border-color:rgba(16,26,18,.12)}
html[data-theme="light"] #faq .faq summary{color:#1e2920!important;-webkit-text-fill-color:#1e2920!important}

@media(max-width:1400px){
  main > .hero{grid-template-columns:minmax(450px,.9fr) minmax(480px,1.1fr)}
  .hero h1{font-size:clamp(52px,5vw,78px)}
  .sector-journey{grid-template-columns:minmax(140px,1.2fr) repeat(7,minmax(70px,1fr))}
  #daily-workflow .detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #daily-workflow .detail-card{min-height:250px}
  #daily-workflow .detail-card:nth-child(2)::after{display:none}
}

@media(max-width:1180px){
  main > .hero{grid-template-columns:1fr;min-height:0}
  .hero h1{max-width:900px;font-size:clamp(54px,8vw,86px)}
  .hero-visual{min-height:min(58vw,560px)}
  .sector-journey{display:flex;overflow-x:auto;scrollbar-width:thin;scroll-snap-type:x proximity}
  .sector-journey > span{flex:0 0 auto;margin-right:8px}
  .sector-journey a{flex:0 0 auto;min-width:108px;scroll-snap-align:start}
  #sector-context .section-copy,#sector-needs .section-copy,#daily-workflow .section-copy,#equipment .section-copy,#outcomes .section-copy,#faq .section-copy,#related .section-copy{grid-template-columns:1fr;gap:30px}
  .section-copy h2{max-width:760px}
  #implementation .why{grid-template-columns:1fr}
  #implementation .why > div:last-child{border-left:0;border-top:1px solid rgba(243,179,36,.18)}
}

@media(max-width:760px){
  main::before{width:calc(100% - 24px)}
  .sector-breadcrumb,main > section,.sector-journey{width:calc(100% - 24px)}
  .sector-breadcrumb{margin-top:20px;padding-inline:18px}
  main > section{padding-inline:20px;padding-block:64px}
  main > .hero{padding-top:36px;padding-bottom:48px;gap:32px}
  .hero h1{font-size:clamp(48px,15vw,70px);line-height:.9}
  .hero h1 span{font-size:.72em}
  .hero > div:first-child > p:not(.eyebrow){font-size:15px;line-height:1.63}
  .hero-visual{min-height:78vw;border-radius:20px}
  .content-hero-visual.photo::before{left:14px;top:14px;font-size:8px}
  .sector-journey{padding-inline:18px}
  .section-copy h2,.why h2{font-size:clamp(38px,12vw,56px)}
  #sector-needs .detail-grid,#equipment .detail-grid,#daily-workflow .detail-grid,#outcomes .trust-strip{grid-template-columns:1fr}
  #sector-needs .detail-card,#equipment .detail-card{min-height:0}
  #daily-workflow .detail-card{min-height:0;padding:68px 22px 24px}
  #daily-workflow .detail-card::after{display:none}
  #outcomes .trust-item{min-height:0}
  #implementation .why > div{padding:28px 22px}
  #implementation .why ul{grid-template-columns:1fr}
  #faq .faq summary{padding-right:18px;font-size:13px}
  #faq .faq p{padding-right:20px}
}

@media(prefers-reduced-motion:reduce){
  .content-hero-visual.photo img,main > section .section-copy > div:last-child,.sector-journey a{transition:none!important;transform:none!important}
}
