/* PT. Kartika Sinergi Nusantara — premium static website */
:root {
  --bg: #061d32;
  --bg-2: #001a30;
  --surface: #fffdf8;
  --surface-2: #f7f1e7;
  --ink: #071c31;
  --muted: #68727d;
  --line: rgba(7, 28, 49, .12);
  --green: #c78933;
  --green-2: #e2a94f;
  --lime: #f2c06a;
  --yellow: #d99a3d;
  --cyan: #f7e6c5;
  --navy: #082c49;
  --emerald-glow: rgba(199, 137, 51, .22);
  --danger: #ff6b4a;
  --radius: 28px;
  --radius-sm: 18px;
  --shadow: 0 26px 80px rgba(5, 20, 13, .16);
  --shadow-3d: 0 32px 80px rgba(1, 9, 5, .28), inset 0 1px 0 rgba(255,255,255,.45);
  --container: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #f7f1e7;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.site-noise {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.container > *,
.hero__grid > *,
.split > *,
.vision-strip__grid > *,
.hse-grid > *,
.cta__grid > *,
.service-bento > *,
.process-line > *,
.org-modern__branches > * {
  min-width: 0;
}

/* NAV */
.nav {
  position: fixed;
  inset: 16px 0 auto 0;
  z-index: 1000;
  transition: .25s ease;
}
.nav.scrolled { inset-block-start: 8px; }
.nav__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 14px 10px 18px;
  border: 1px solid rgba(242,192,106,.22);
  border-radius: 999px;
  background: rgba(0, 26, 48, .82);
  backdrop-filter: blur(22px);
  box-shadow: 0 18px 60px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.07);
}
.brand { display: flex; align-items: center; min-width: 86px; }
.brand__logo {
  display: block;
  width: 92px;
  height: auto;
  max-height: 58px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter:
    drop-shadow(0 10px 16px rgba(0,0,0,.28))
    drop-shadow(0 0 10px rgba(255,255,255,.16));
}
.nav__menu { display: flex; align-items: center; gap: 6px; }
.nav__link {
  color: rgba(255,255,255,.75);
  font-size: 14px;
  font-weight: 700;
  padding: 11px 14px;
  border-radius: 999px;
  transition: .2s ease;
}
.nav__link:hover { color: #fff; background: rgba(255,255,255,.09); }
.nav__link.is-active {
  color: #061d32;
  background: linear-gradient(135deg, rgba(242,192,106,.98), rgba(199,137,51,.95));
  box-shadow: 0 12px 30px rgba(199,137,51,.22), inset 0 1px 0 rgba(255,255,255,.45);
}
.nav__link--cta { color: #061d32; background: var(--lime); box-shadow: 0 10px 28px rgba(242,192,106,.24); }
.nav__link--cta:hover, .nav__link--cta.is-active { color: #061d32; background: #f7d690; }
.nav__toggle { display: none; width: 48px; height: 48px; border: 0; border-radius: 16px; background: rgba(255,255,255,.08); }
.nav__toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: white; border-radius: 99px; transition: .2s ease; }
.nav__toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle.open span:nth-child(2) { opacity: 0; }
.nav__toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* BASE */
.section {
  position: relative;
  padding: 112px 0;
  background-color: #fff;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(199,137,51,.055), transparent 24%),
    linear-gradient(rgba(8,29,49,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,29,49,.025) 1px, transparent 1px);
  background-size: auto, 56px 56px, 56px 56px;
}
.section--light {
  background-color: #f7f1e7;
  background-image:
    radial-gradient(circle at 88% 14%, rgba(242,192,106,.18), transparent 27%),
    radial-gradient(circle at 8% 84%, rgba(8,44,73,.08), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,.55), #fffdf8);
}
.section-head { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-head--left { margin-inline: 0; text-align: left; }
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--green);
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .18em;
}
.section-kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  background: currentColor;
  border-radius: 99px;
}
h1, h2, h3 { letter-spacing: -.055em; line-height: 1.02; }
h1 { font-size: clamp(3.1rem, 7vw, 6.7rem); color: white; }
h2 { font-size: clamp(2.1rem, 4vw, 4.3rem); }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); }
p { color: var(--muted); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
  transition: .22s ease;
}
.btn:hover { transform: translateY(-3px); }
.btn--primary { color: #061d32; background: linear-gradient(135deg, var(--lime), var(--green-2)); box-shadow: 0 18px 40px rgba(52,183,121,.25); }
.btn--ghost { color: #fff; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.07); backdrop-filter: blur(12px); }
.tilt-card {
  --rx: 0deg;
  --ry: 0deg;
  --lift: 0px;
  transform-style: preserve-3d;
  transform: perspective(900px) translateY(var(--lift)) rotateX(var(--rx)) rotateY(var(--ry));
  transition: transform .18s ease, box-shadow .26s ease, border-color .26s ease;
  will-change: transform;
}
.tilt-card:hover {
  --lift: -8px;
  box-shadow: 0 30px 70px rgba(5,30,18,.16), 0 10px 24px rgba(199,137,51,.08);
  border-color: rgba(199,137,51,.34);
}
.tilt-card > * { transform: translateZ(18px); }

body.motion-ready .reveal {
  opacity: 0;
  translate: 0 34px;
  transition: opacity .7s cubic-bezier(.2,.8,.2,1), translate .7s cubic-bezier(.2,.8,.2,1);
}
body.motion-ready .reveal.is-visible { opacity: 1; translate: 0 0; }

/* HERO */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 136px 0 80px;
  background:
    radial-gradient(circle at 8% 14%, rgba(52,183,121,.3), transparent 34%),
    radial-gradient(circle at 85% 16%, rgba(135,231,255,.2), transparent 32%),
    linear-gradient(145deg, #001a30 0%, #082c49 58%, #3b2714 100%);
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -32% -10%;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.06));
  transform: rotate(-3deg);
}
.hero__glow { position: absolute; border-radius: 999px; filter: blur(12px); opacity: .65; pointer-events: none; animation: auroraPulse 8s ease-in-out infinite alternate; }
.hero__glow--one { width: 360px; height: 360px; right: 12%; top: 16%; background: rgba(242,192,106,.16); }
.hero__glow--two { width: 260px; height: 260px; left: -80px; bottom: 16%; background: rgba(255,191,47,.13); animation-delay: -4s; }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 48px; align-items: center; }
.hero__copy > p { max-width: 650px; margin-top: 24px; color: rgba(255,255,255,.68); font-size: clamp(1rem, 1.5vw, 1.18rem); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--lime); font-weight: 900; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 22px; }
.eyebrow span { width: 10px; height: 10px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 9px rgba(242,192,106,.14); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero__meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 38px; max-width: 720px; }
.hero__meta div {
  min-height: 96px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(18px);
}
.hero__meta strong { display: block; color: #fff; font-size: 20px; letter-spacing: -.03em; }
.hero__meta span { display: block; margin-top: 6px; color: rgba(255,255,255,.58); font-size: 13px; }

/* 3D isometric scene */
.hero__visual {
  --px: 0px;
  --py: 0px;
  perspective: 1100px;
  transform: translate3d(var(--px), var(--py), 0);
  transition: transform .25s ease-out;
  filter: drop-shadow(0 40px 45px rgba(0,0,0,.18));
}
.iso-stage {
  position: relative;
  width: min(560px, 100%);
  aspect-ratio: 1 / .88;
  margin-inline: auto;
  transform: rotateX(58deg) rotateZ(-38deg);
  transform-style: preserve-3d;
  animation: stageFloat 6s ease-in-out infinite;
}
.iso-aura {
  position: absolute;
  inset: 13%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199,137,51,.28), rgba(247,230,197,.12) 42%, transparent 70%);
  filter: blur(20px);
  transform: translateZ(-32px) scale(1.22);
  animation: auraSpin 10s linear infinite;
}
.iso-grid {
  position: absolute;
  inset: 7% 3% 5% 5%;
  overflow: visible;
  clip-path: polygon(12% 0, 82% 2%, 100% 22%, 94% 81%, 77% 100%, 14% 94%, 0 70%, 4% 18%);
  background:
    linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(0deg, rgba(255,255,255,.09) 1px, transparent 1px) 0 0 / 42px 42px,
    radial-gradient(circle at 72% 30%, rgba(242,192,106,.22), transparent 25%),
    linear-gradient(145deg, #082c49, #001f38 62%, #001729);
  box-shadow: 28px 48px 70px rgba(0,0,0,.36);
  transform: translateZ(-18px);
}
.iso-grid::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 5%;
  top: 52%;
  height: 18%;
  border-block: 18px solid rgba(255,255,255,.08);
  background: #2b3240;
  transform: rotate(-8deg);
}
.iso-grid::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: 5%;
  bottom: 3%;
  border: 14px solid rgba(242,192,106,.18);
  border-radius: 50%;
}
.iso-card {
  position: absolute;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform-style: preserve-3d;
}
.iso-card::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: 8%;
  height: 20%;
  border-radius: 50%;
  background: rgba(0,0,0,.28);
  filter: blur(14px);
  transform: translateZ(-22px);
  z-index: -1;
}
.iso-label {
  position: absolute;
  left: 50%;
  bottom: -4px;
  z-index: 3;
  translate: -50% 0;
  width: max-content;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.78);
  text-shadow: 0 2px 8px rgba(0,0,0,.7);
}
.iso-card--depo { width: 245px; height: 180px; left: 10%; top: 10%; transform: translateZ(58px); animation: floatDepo 5.4s ease-in-out infinite; }
.iso-card--truck { width: 260px; height: 148px; right: 1%; top: 42%; transform: translateZ(94px); animation: floatTruck 4.6s ease-in-out infinite -1.2s; }
.iso-card--shield { width: 150px; height: 150px; right: 12%; top: 4%; transform: translateZ(132px); animation: floatShield 4.2s ease-in-out infinite -.6s; }
.iso-card--material { width: 170px; height: 142px; left: 18%; bottom: 2%; transform: translateZ(110px); animation: floatMaterial 5s ease-in-out infinite -2s; }
.iso-route {
  position: absolute;
  left: 24%;
  top: 54%;
  width: 54%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green-2), var(--lime), var(--yellow));
  box-shadow: 0 0 20px rgba(242,192,106,.55);
  transform: translateZ(44px) rotate(-8deg);
}
.iso-route i {
  position: absolute;
  top: -5px;
  width: 14px;
  height: 14px;
  border: 3px solid white;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 5px rgba(255,191,47,.18);
  animation: routeTravel 3.4s linear infinite;
}
.iso-route i:nth-child(2) { animation-delay: -.68s; }
.iso-route i:nth-child(3) { animation-delay: -1.36s; }
.iso-route i:nth-child(4) { animation-delay: -2.04s; }
.iso-route i:nth-child(5) { animation-delay: -2.72s; }
.iso-beacon {
  position: absolute;
  right: 8%;
  bottom: 16%;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  transform: translateZ(80px);
}
.iso-beacon::before, .iso-beacon::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid var(--cyan);
  border-radius: 50%;
  animation: beacon 2.4s ease-out infinite;
}
.iso-beacon::after { animation-delay: -1.2s; }
.iso-beacon span { width: 10px; height: 10px; border-radius: 50%; background: white; box-shadow: 0 0 18px var(--cyan); }
.iso-particle { position: absolute; width: 12px; height: 12px; border-radius: 4px; background: var(--lime); box-shadow: 0 0 18px rgba(242,192,106,.65); animation: particleFloat 4s ease-in-out infinite; }
.iso-particle--a { left: 8%; top: 40%; transform: translateZ(120px); }
.iso-particle--b { right: 4%; top: 28%; transform: translateZ(165px); background: var(--cyan); animation-delay: -1.3s; }
.iso-particle--c { left: 48%; bottom: 2%; transform: translateZ(145px); background: var(--yellow); animation-delay: -2.5s; }
.warehouse { position: relative; width: 148px; height: 94px; background: linear-gradient(90deg, #082c49, #001a30); border-radius: 5px 5px 12px 12px; box-shadow: inset -22px -16px 0 rgba(0,0,0,.14), 12px 20px 30px rgba(0,0,0,.18); }
.warehouse::before { content: ""; position: absolute; left: 15px; top: -40px; width: 116px; height: 72px; background: linear-gradient(145deg, #d9a04a, #9e621e); transform: skewX(-28deg) rotate(-8deg); border-radius: 7px; box-shadow: inset -14px -10px 0 rgba(0,0,0,.1), 8px 10px 18px rgba(0,0,0,.12); }
.warehouse span { position: absolute; bottom: 14px; width: 24px; height: 40px; background: rgba(255,255,255,.8); border-radius: 6px; z-index: 2; }
.warehouse span:nth-child(1) { left: 18px; } .warehouse span:nth-child(2) { left: 57px; } .warehouse span:nth-child(3) { left: 96px; }
.truck { position: relative; width: 170px; height: 76px; }
.truck__box { position: absolute; left: 0; top: 14px; width: 110px; height: 46px; background: linear-gradient(145deg, #173d59, #081d31); border-radius: 7px; box-shadow: inset -15px -12px 0 rgba(255,255,255,.06), 10px 14px 22px rgba(0,0,0,.2); }
.truck__cab { position: absolute; right: 0; top: 24px; width: 58px; height: 36px; background: linear-gradient(145deg, #ffd45b, #ffad16); border-radius: 7px 14px 7px 7px; box-shadow: inset -10px -8px 0 rgba(0,0,0,.12); }
.truck__wheel { position: absolute; bottom: 1px; width: 24px; height: 24px; background: #061d32; border: 5px solid #fff; border-radius: 50%; }
.truck__wheel--a { left: 28px; } .truck__wheel--b { right: 20px; }
.shield { width: 82px; height: 96px; display: grid; place-items: center; color: white; font-size: 42px; font-weight: 900; background: linear-gradient(145deg, var(--green-2), var(--green)); clip-path: polygon(50% 0, 90% 16%, 84% 72%, 50% 100%, 16% 72%, 10% 16%); filter: drop-shadow(0 18px 22px rgba(199,137,51,.26)); }
.recycle-ring { position: relative; width: 82px; height: 82px; border: 12px solid var(--green); border-right-color: var(--lime); border-radius: 50%; box-shadow: inset 0 0 0 8px rgba(255,255,255,.6); }
.recycle-ring span { position: absolute; width: 15px; height: 15px; background: var(--green); border-radius: 50%; }
.recycle-ring span:nth-child(1) { left: -5px; top: 9px; } .recycle-ring span:nth-child(2) { right: 0; top: 7px; background: var(--lime); } .recycle-ring span:nth-child(3) { left: 30px; bottom: -7px; }

@keyframes auroraPulse {
  to { transform: translate3d(35px, -18px, 0) scale(1.16); opacity: .85; }
}
@keyframes stageFloat {
  0%, 100% { transform: rotateX(58deg) rotateZ(-38deg) translateZ(0); }
  50% { transform: rotateX(58deg) rotateZ(-38deg) translateZ(18px); }
}
@keyframes auraSpin { to { transform: translateZ(-32px) scale(1.22) rotate(360deg); } }
@keyframes floatDepo { 0%,100% { transform: translateZ(58px); } 50% { transform: translateZ(78px); } }
@keyframes floatTruck { 0%,100% { transform: translateZ(94px); } 50% { transform: translateZ(120px) translateX(8px); } }
@keyframes floatShield { 0%,100% { transform: translateZ(132px); } 50% { transform: translateZ(158px) rotateZ(3deg); } }
@keyframes floatMaterial { 0%,100% { transform: translateZ(110px); } 50% { transform: translateZ(134px) translateY(-5px); } }
@keyframes routeTravel { from { left: 0; opacity: 0; } 12%, 88% { opacity: 1; } to { left: 100%; opacity: 0; } }
@keyframes beacon { 0% { transform: scale(.25); opacity: 1; } 100% { transform: scale(2.7); opacity: 0; } }
@keyframes particleFloat { 0%,100% { margin-top: 0; } 50% { margin-top: -22px; } }

/* ABOUT */
.split { display: grid; grid-template-columns: 1fr .82fr; gap: 56px; align-items: center; }
.identity-panel {
  position: relative;
  padding: 28px;
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,255,255,.72)),
    radial-gradient(circle at top right, rgba(52,183,121,.2), transparent 45%);
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: var(--shadow);
}
.identity-panel::before {
  content: "";
  position: absolute;
  inset: -10px 26px auto 26px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--lime));
  filter: blur(.2px);
}
.identity-panel__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.identity-panel__top span { color: var(--green); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.identity-panel__top strong { font-size: 28px; letter-spacing: -.08em; }
dl { display: grid; gap: 14px; }
dl div { padding: 16px; border-radius: 18px; background: rgba(242,247,243,.76); border: 1px solid var(--line); }
dt { color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
dd { margin-top: 4px; font-weight: 800; }
.ownership { margin-top: 70px; }
.ownership__title { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.ownership__title span { width: 12px; height: 12px; border-radius: 4px; background: var(--green); box-shadow: 0 0 0 8px rgba(199,137,51,.12); }
.ownership__title h3 { font-size: 22px; }
.ownership__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.owner-card {
  padding: 26px;
  border-radius: 24px;
  background: linear-gradient(145deg, #fffdf8, #f7f1e7);
  border: 1px solid rgba(10,29,22,.08);
  box-shadow: 0 18px 46px rgba(0,0,0,.06);
}
.owner-card strong { display: block; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; color: var(--green); letter-spacing: -.08em; }
.owner-card h4 { margin-top: 12px; font-size: 18px; }
.owner-card p { font-weight: 700; font-size: 14px; }

/* VISION */
.vision-strip { color: white; background: linear-gradient(135deg, #082c49, #061d32); position: relative; overflow: hidden; }
.vision-strip::before { content: ""; position: absolute; width: 460px; height: 460px; right: -170px; top: -160px; background: radial-gradient(circle, rgba(242,192,106,.18), transparent 66%); }
.vision-strip .section-kicker, .vision-strip h2 { color: white; }
.vision-strip__grid { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 56px; align-items: center; }
.values-stack { display: grid; gap: 12px; }
.values-stack span { padding: 18px 20px; color: rgba(255,255,255,.86); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.07); backdrop-filter: blur(18px); font-weight: 800; }

/* SERVICES */
.service-bento { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 18px; }
.service-tile {
  min-height: 280px;
  padding: 28px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top right, rgba(242,192,106,.18), transparent 40%),
    linear-gradient(145deg, #fffdf8, #f7f1e7);
  border: 1px solid rgba(10,29,22,.08);
  box-shadow: 0 18px 48px rgba(10,29,22,.07);
  position: relative;
  overflow: hidden;
}
.service-tile::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 130px;
  height: 130px;
  border: 28px solid rgba(199,137,51,.08);
  border-radius: 50%;
}
.service-tile--large { grid-row: span 2; min-height: 578px; background: linear-gradient(145deg, #001a30, #082c49 62%, #6b4218); color: white; }
.service-tile--large h3, .service-tile--large p, .service-tile--large li { color: white; }
.service-tile--accent { background: linear-gradient(145deg, #fff8df, #fff); }
.service-tile__kbli { display: inline-flex; margin-bottom: 22px; padding: 9px 12px; border-radius: 999px; color: #082c49; background: rgba(245,183,0,.9); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.service-tile h3 { max-width: 380px; margin-bottom: 16px; }
.service-tile p { max-width: 520px; }
.service-tile ul { display: grid; gap: 10px; margin-top: 26px; list-style: none; }
.service-tile li { color: rgba(255,255,255,.82); padding-left: 22px; position: relative; }
.service-tile li::before { content: ""; position: absolute; left: 0; top: .65em; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); }

/* PROCESS */
.process-section {
  background-color: #f7f1e7;
  background-image:
    radial-gradient(circle at 18% 10%, rgba(199,137,51,.12), transparent 25%),
    radial-gradient(circle at 86% 90%, rgba(8,44,73,.1), transparent 22%),
    linear-gradient(120deg, rgba(255,255,255,.45) 25%, transparent 25% 75%, rgba(255,255,255,.45) 75%);
  background-size: auto, auto, 80px 80px;
}
.process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.process-line::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 42px;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--lime), var(--yellow));
  border-radius: 999px;
}
.process-node {
  position: relative;
  padding: 88px 18px 22px;
  border-radius: 24px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: 0 18px 45px rgba(10,29,22,.08);
}
.process-node span {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #061d32;
  background: var(--lime);
  border-radius: 16px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(242,192,106,.28);
}
.process-node h3 { font-size: 20px; }
.process-node p { margin-top: 8px; font-size: 14px; }

/* HSE + CAP */
.hse-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.hse-panel {
  padding: 34px;
  border-radius: var(--radius);
  background: linear-gradient(145deg, #061d32, #082c49);
  color: white;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.hse-panel::after { content: ""; position: absolute; width: 260px; height: 260px; right: -110px; top: -110px; background: radial-gradient(circle, rgba(242,192,106,.2), transparent 68%); }
.hse-panel__ring {
  width: 128px;
  height: 128px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 50%;
  background: conic-gradient(var(--lime), var(--green-2), var(--cyan), var(--lime));
  color: #061d32;
  font-size: 34px;
  font-weight: 900;
  box-shadow: 0 24px 60px rgba(52,183,121,.26);
}
.hse-panel ul { position: relative; z-index: 1; display: grid; gap: 14px; list-style: none; }
.hse-panel li { color: rgba(255,255,255,.78); padding-left: 24px; position: relative; }
.hse-panel li::before { content: "✓"; position: absolute; left: 0; color: var(--lime); font-weight: 900; }
.capabilities { background: linear-gradient(180deg, #fffdf8, #f7f1e7); padding-top: 0; }
.cap-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.cap-card { padding: 34px; min-height: 260px; border-radius: var(--radius); background: linear-gradient(145deg, #fffdf8, #f7f1e7); border: 1px solid rgba(7,28,49,.1); box-shadow: 0 18px 48px rgba(7,28,49,.08); }
.cap-card span { color: var(--green); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.cap-card h3 { margin: 14px 0 12px; }

/* ORG */
.org-modern { max-width: 980px; margin-inline: auto; display: grid; place-items: center; }
.org-box { width: min(100%, 340px); padding: 24px; text-align: center; border-radius: 24px; background: white; border: 1px solid rgba(10,29,22,.08); box-shadow: 0 18px 48px rgba(10,29,22,.07); }
.org-box span { color: var(--green); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.org-box h3 { margin-top: 8px; font-size: 24px; }
.org-box p { margin-top: 10px; font-size: 14px; }
.org-box--top { background: linear-gradient(145deg, #fff9e7, #fff); }
.org-box--main { background: linear-gradient(145deg, #001a30, #082c49); color: white; }
.org-box--main h3 { color: white; }
.org-modern__line { width: 3px; height: 44px; background: linear-gradient(var(--green), var(--lime)); }
.org-modern__branches { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; position: relative; }
.org-modern__branches::before { content: ""; position: absolute; left: 16%; right: 16%; top: -22px; height: 3px; background: var(--green); border-radius: 99px; }
.org-modern__branches .org-box { width: 100%; }

/* CTA */
.cta { padding: 112px 0; color: white; background: radial-gradient(circle at 80% 20%, rgba(242,192,106,.24), transparent 34%), linear-gradient(135deg, #061d32, #082c49); }
.cta h2 { color: white; }
.cta p { color: rgba(255,255,255,.68); }
.cta__grid { display: grid; grid-template-columns: .9fr 1fr; gap: 56px; align-items: start; }
.contact-list { margin-top: 28px; display: grid; gap: 12px; color: rgba(255,255,255,.82); font-weight: 800; }
.contact-list a { color: var(--lime); }
.contact-form { padding: 26px; border-radius: var(--radius); background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(20px); box-shadow: 0 24px 70px rgba(0,0,0,.25); }
.contact-form label { display: grid; gap: 8px; margin-bottom: 15px; }
.contact-form span { color: rgba(255,255,255,.72); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.1); color: #fff; padding: 15px 16px; outline: 0; transition: .2s ease; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.35); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--lime); box-shadow: 0 0 0 4px rgba(242,192,106,.12); }
.contact-form .btn { width: 100%; margin-top: 8px; }

.footer { padding: 32px 0; color: rgba(255,255,255,.62); background: #061d32; }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer strong { color: #fff; }
.footer p { color: rgba(255,255,255,.58); font-size: 14px; }

/* TABLET */
@media (max-width: 1024px) {
  :root { --radius: 24px; }
  .container { width: min(100% - 32px, var(--container)); }
  .hero__grid, .split, .vision-strip__grid, .hse-grid, .cta__grid { grid-template-columns: 1fr; }
  .hero__visual { order: -1; margin-top: 30px; }
  .iso-stage { width: min(470px, 92vw); }
  .service-bento { grid-template-columns: repeat(2, 1fr); }
  .service-tile--large { grid-row: auto; min-height: 360px; grid-column: 1 / -1; }
  .process-line { grid-template-columns: repeat(3, 1fr); }
  .process-line::before { display: none; }
  .org-modern__branches { grid-template-columns: 1fr; }
  .org-modern__branches::before { display: none; }
}

/* MOBILE NAV + SMALL TABLET */
@media (max-width: 820px) {
  .nav { inset: 10px 0 auto 0; }
  .nav__inner { border-radius: 24px; }
  .nav__toggle { display: block; }
  .nav__menu {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 10px);
    display: grid;
    gap: 6px;
    padding: 10px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(7, 21, 15, .92);
    backdrop-filter: blur(20px);
    box-shadow: 0 22px 60px rgba(0,0,0,.32);
    transform-origin: top;
    transform: scaleY(.92) translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: .2s ease;
  }
  .nav__menu.active { transform: scaleY(1) translateY(0); opacity: 1; pointer-events: auto; }
  .nav__link { width: 100%; text-align: center; }
  .hero { padding-top: 120px; }
  .hero__meta, .ownership__grid, .cap-grid { grid-template-columns: 1fr; }
  .section { padding: 82px 0; }
}

/* MOBILE */
@media (max-width: 640px) {
  .container { width: min(100% - 24px, var(--container)); }

  h1, h2, h3, h4, p, li, dd, a, span {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  h1 { font-size: clamp(2.25rem, 12.5vw, 3.35rem); line-height: .98; }
  h2 { font-size: clamp(1.85rem, 9vw, 2.65rem); line-height: 1.02; }
  h3 { line-height: 1.08; }

  .nav__inner { min-height: 64px; padding: 10px; gap: 8px; }
  .brand { min-width: 0; flex: 1; }
  .brand__logo { width: 78px; max-height: 48px; padding: 0; border-radius: 0; }
  .nav__toggle { flex: 0 0 42px; width: 42px; height: 42px; }

  .hero { padding-top: 108px; }
  .hero__copy > p { font-size: 15px; }
  .hero__actions { flex-direction: column; }
  .btn { width: 100%; min-height: 50px; padding-inline: 18px; }
  .hero__meta { gap: 10px; }
  .hero__meta div { min-height: auto; padding: 15px; }

  .hero__visual { min-height: 300px; overflow: hidden; }
  .iso-stage {
    width: 330px;
    max-width: 100%;
    transform: rotateX(57deg) rotateZ(-38deg) scale(.72);
    transform-origin: center;
    animation-name: stageFloatMobile;
  }
  .iso-card--depo { left: 7%; }
  .iso-card--truck { right: -4%; }
  .iso-card--shield { right: 10%; }
  .iso-card--material { left: 14%; }

  .section { padding: 72px 0; }
  .section-head { margin-bottom: 34px; }
  .section-kicker { font-size: 11px; letter-spacing: .13em; }

  .split, .vision-strip__grid, .hse-grid, .cta__grid { gap: 34px; }
  .service-bento, .process-line { grid-template-columns: minmax(0, 1fr); }
  .service-tile, .service-tile--large { min-height: auto; padding: 22px; }
  .service-tile h3, .service-tile p { max-width: 100%; }
  .identity-panel, .owner-card, .service-tile, .hse-panel, .cap-card, .contact-form { border-radius: 22px; }
  .identity-panel, .hse-panel, .cap-card, .contact-form { padding: 22px; }

  .process-node { padding: 82px 18px 20px; }
  .contact-list { min-width: 0; }
  .contact-list a, .contact-list span { overflow-wrap: anywhere; }
  .footer__inner { display: grid; text-align: center; justify-content: center; }
}

@keyframes stageFloatMobile {
  0%, 100% { transform: rotateX(57deg) rotateZ(-38deg) scale(.72) translateZ(0); }
  50% { transform: rotateX(57deg) rotateZ(-38deg) scale(.72) translateZ(14px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
