:root {
  --color-primary: #c71f28;
  --color-primary-dark: #9d171f;
  --color-charcoal: #222328;
  --color-steel: #5f6168;
  --color-silver: #d8d8dc;
  --color-mist: #f4f5f7;
  --color-white: #ffffff;
  --color-border: rgba(34, 35, 40, 0.1);
  --shadow-soft: 0 18px 50px rgba(20, 20, 24, 0.08);
  --shadow-card: 0 10px 30px rgba(20, 20, 24, 0.08);
  --radius-lg: 18px;
  --radius-md: 12px;
  --radius-sm: 8px;
  --container: 1180px;
  --transition: 180ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--color-charcoal);
  background:
    radial-gradient(
      circle at top left,
      rgba(199, 31, 40, 0.12),
      transparent 28%
    ),
    linear-gradient(180deg, #fcfcfd 0%, #f2f3f5 100%);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
.button {
  font: inherit;
}

.page-shell {
  min-height: 100vh;
  position: relative;
  overflow-x: clip;
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: -1;
}

.page-shell::before {
  top: 10%;
  right: -100px;
  width: 260px;
  height: 260px;
  border: 44px solid rgba(199, 31, 40, 0.08);
  border-radius: 50%;
}

.page-shell::after {
  bottom: -80px;
  left: -60px;
  width: 220px;
  height: 220px;
  border: 34px solid rgba(34, 35, 40, 0.08);
  border-radius: 50%;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(34, 35, 40, 0.08);
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-mark {
  position: relative;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.brand-mark img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--color-primary);
}

.brand-text strong,
.brand-text span {
  display: block;
}

.brand-text strong {
  font-size: 1.05rem;
  letter-spacing: 0.08em;
}

.brand-text span {
  font-size: 0.8rem;
  color: var(--color-steel);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(34, 35, 40, 0.12);
  border-radius: 10px;
  background: var(--color-white);
  color: var(--color-charcoal);
}

.nav-toggle svg {
  width: 22px;
  height: 22px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.site-nav a {
  padding: 0.72rem 1rem;
  font-weight: 600;
  color: var(--color-steel);
  border-radius: 10px;
  transition:
    background var(--transition),
    color var(--transition),
    transform var(--transition);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(199, 31, 40, 0.08);
  color: var(--color-primary);
}

.site-nav a.is-active {
  background: var(--color-charcoal);
  color: var(--color-white);
}

.hero {
  padding: 4.4rem 0 3.2rem;
}

.hero-jumbotron {
  padding: 0 0 3.2rem;
}

.hero-stage {
  position: relative;
  min-height: calc(100vh - 82px);
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    linear-gradient(
      180deg,
      rgba(20, 20, 24, 0.2) 0%,
      rgba(20, 20, 24, 0.72) 100%
    ),
    linear-gradient(120deg, rgba(199, 31, 40, 0.2), rgba(34, 35, 40, 0.24));
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(20, 20, 24, 0.42) 0%,
      rgba(20, 20, 24, 0.86) 100%
    ),
    url("../images/operasional-gudang.jpeg") center/cover no-repeat;
  transform: scale(1.02);
}

.hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(20, 20, 24, 0.56) 0%,
      rgba(20, 20, 24, 0.16) 38%,
      rgba(20, 20, 24, 0.56) 100%
    ),
    radial-gradient(
      circle at center,
      rgba(255, 255, 255, 0.02),
      transparent 42%
    );
}

.hero-stage-about {
  min-height: calc(100vh - 82px);
  place-items: start stretch;
  padding: 5.5rem 0 4rem;
}

.hero-stage-about::before {
  background:
    linear-gradient(
      180deg,
      rgba(20, 20, 24, 0.44) 0%,
      rgba(20, 20, 24, 0.7) 48%,
      rgba(20, 20, 24, 0.84) 100%
    ),
    url("../images/distribusi-armada.jpeg") center/cover no-repeat;
}

.hero-stage-about::after {
  background:
    linear-gradient(
      90deg,
      rgba(20, 20, 24, 0.58) 0%,
      rgba(20, 20, 24, 0.2) 40%,
      rgba(20, 20, 24, 0.52) 100%
    );
}

.hero-stage-about .container {
  position: relative;
  z-index: 1;
}

.hero-stage-copy {
  max-width: 760px;
  display: grid;
  gap: 1.35rem;
  align-content: start;
  color: var(--color-white);
}

.hero-stage-copy .eyebrow {
  justify-self: start;
  background: rgba(255, 255, 255, 0.14);
  color: var(--color-white);
}

.hero-stage-copy .eyebrow::before {
  background: var(--color-white);
}

.hero-stage-copy .lead {
  color: rgba(255, 255, 255, 0.92);
  max-width: 58ch;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.28);
}

.hero-stage-copy h1 {
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.34);
}

.hero-center {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, 860px);
  padding: 2.5rem 2rem;
  margin: 2rem 1rem;
  border-radius: calc(var(--radius-lg) + 6px);
  background: linear-gradient(
    180deg,
    rgba(17, 18, 22, 0.42) 0%,
    rgba(17, 18, 22, 0.76) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(20, 20, 24, 0.22);
  backdrop-filter: blur(8px);
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 1.35rem;
  color: var(--color-white);
}

.hero-center .eyebrow {
  background: rgba(255, 255, 255, 0.14);
  color: var(--color-white);
}

.hero-center .eyebrow::before {
  background: var(--color-white);
}

.hero-badge-wrap {
  position: relative;
  width: min(260px, 46vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.hero-badge-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at center,
      rgba(255, 255, 255, 0.2) 0 38%,
      transparent 39%
    ),
    linear-gradient(145deg, rgba(199, 31, 40, 0.85), rgba(34, 35, 40, 0.8));
  box-shadow: 0 18px 50px rgba(20, 20, 24, 0.28);
}

.hero-badge-ring::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 2px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
}

.hero-badge-photo {
  position: relative;
  z-index: 1;
  width: 68%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(20, 20, 24, 0.26);
}

.hero-badge-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-badge-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--color-primary);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hero-title-stack {
  display: grid;
  gap: 0.5rem;
  justify-items: center;
}

.hero-title-stack p {
  color: rgba(255, 255, 255, 0.88);
  max-width: 54ch;
  font-size: 1.02rem;
}

.hero-center .lead {
  color: rgba(255, 255, 255, 0.94);
  max-width: 60ch;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.hero-meta .tag {
  background: rgba(255, 255, 255, 0.12);
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-center .button-secondary {
  background: rgba(255, 255, 255, 0.94);
}

.hero-center h1,
.hero-center h2,
.hero-center h3,
.hero-center p,
.hero-center span,
.hero-center a {
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.32);
}

.hero-grid,
.profile-layout,
.split-grid,
.contact-grid,
.intro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 0.85rem;
  border-radius: 10px;
  background: rgba(199, 31, 40, 0.08);
  color: var(--color-primary);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.eyebrow::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--color-primary);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.1;
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4.9rem);
  letter-spacing: -0.04em;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -0.035em;
}

h3 {
  font-size: 1.2rem;
}

p {
  margin: 0;
}

.lead {
  font-size: clamp(1rem, 2vw, 1.18rem);
  color: var(--color-steel);
  max-width: 62ch;
}

.hero-copy {
  display: grid;
  gap: 1.3rem;
}

.hero-actions,
.stack-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.hero-center .hero-actions {
  width: 100%;
  justify-content: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 52px;
  padding: 0 1.3rem;
  border-radius: 10px;
  border: 1px solid transparent;
  font-weight: 700;
  transition:
    transform var(--transition),
    background var(--transition),
    color var(--transition),
    border-color var(--transition);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--color-primary), #e53a42);
  color: var(--color-white);
  box-shadow: 0 14px 28px rgba(199, 31, 40, 0.24);
}

.button-secondary {
  background: var(--color-white);
  border-color: rgba(34, 35, 40, 0.14);
  color: var(--color-charcoal);
}

.button-dark {
  background: var(--color-charcoal);
  color: var(--color-white);
}

.hero-panel,
.panel,
.feature-card,
.product-card,
.value-card,
.contact-card,
.stat-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.hero-panel {
  padding: 1.4rem;
}

.hero-brand-card {
  padding: 2rem;
  border-radius: calc(var(--radius-lg) - 6px);
  background:
    linear-gradient(160deg, rgba(34, 35, 40, 0.96), rgba(54, 56, 63, 0.92)),
    var(--color-charcoal);
  color: var(--color-white);
  min-height: 100%;
  display: grid;
  gap: 1.5rem;
}

.logo-display {
  position: relative;
  overflow: hidden;
  width: min(240px, 100%);
  aspect-ratio: 1;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  display: grid;
  place-items: center;
}

.logo-display img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-display-fallback {
  position: absolute;
  inset: 1rem;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background:
    radial-gradient(circle at top, rgba(199, 31, 40, 0.3), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #ececef 100%);
  color: var(--color-charcoal);
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 1.2rem;
}

.hero-brand-card ul,
.list-clean {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-brand-card li,
.list-clean li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.hero-brand-card li::before,
.list-clean li::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 0.38rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--color-primary);
}

.section {
  padding: 1.6rem 0 4.5rem;
}

.section-accent {
  position: relative;
}

.section-accent::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(199, 31, 40, 0.03), transparent 28%),
    radial-gradient(circle at 90% 25%, rgba(34, 35, 40, 0.06), transparent 18%);
  pointer-events: none;
}

.section-head {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1.8rem;
}

.section-head.compact {
  margin-bottom: 1.25rem;
}

.section-head-center {
  justify-items: center;
  text-align: center;
}

.profile-layout {
  gap: 2.2rem;
  align-items: stretch;
}

.profile-copy {
  margin-bottom: 0;
  align-content: center;
}

.muted {
  color: var(--color-steel);
}

.stats-grid,
.features-grid,
.product-grid,
.brand-grid,
.values-grid,
.contact-points,
.coverage-grid {
  display: grid;
  gap: 1rem;
}

.stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stats-grid.stats-grid-wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.features-grid,
.product-grid,
.values-grid,
.contact-points,
.coverage-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-grid {
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 1.5rem;
  justify-content: center;
}

.stat-card,
.feature-card,
.product-card,
.value-card,
.contact-card {
  padding: 1.4rem;
}

.product-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9rem;
}

.product-card .button {
  margin-top: auto;
}

.product-thumb {
  position: relative;
  width: 100%;
  min-height: 240px;
  border-radius: var(--radius-md);
  border: 1px dashed rgba(34, 35, 40, 0.18);
  background:
    linear-gradient(135deg, rgba(199, 31, 40, 0.08), rgba(34, 35, 40, 0.04)),
    linear-gradient(180deg, #f8f8f9 0%, #eceef1 100%);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1.2rem;
  color: var(--color-steel);
}

.product-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-thumb strong,
.product-thumb span {
  display: block;
}

.product-thumb strong {
  color: var(--color-charcoal);
  letter-spacing: 0.06em;
  margin-bottom: 0.35rem;
}

.product-thumb span {
  font-size: 0.92rem;
}

.product-card.featured-product {
  padding: 0;
  overflow: hidden;
  gap: 0;
}

.featured-product .product-thumb {
  min-height: 320px;
  border: 0;
  border-radius: 0;
}

.featured-product-body {
  position: absolute;
  inset: auto 0 0;
  width: 100%;
  padding: 2.1rem 1.2rem 1.2rem;
  background: linear-gradient(
    180deg,
    rgba(20, 20, 24, 0) 0%,
    rgba(20, 20, 24, 0.34) 24%,
    rgba(20, 20, 24, 0.92) 100%
  );
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9rem;
}

.featured-product-body h3 {
  color: var(--color-white);
}

.featured-product .button.button-secondary {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.9);
}

.stat-number {
  display: block;
  font-size: clamp(3.8rem, 9vw, 6.8rem);
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1;
  margin-bottom: 0.35rem;
}

.stat-card {
  display: grid;
  gap: 0.25rem;
  align-content: start;
  text-align: center;
  justify-items: center;
  padding: 0.5rem 0.25rem;
  background: transparent;
  border: 0;
  box-shadow: none;
  transition: transform 220ms ease;
}

.stat-label {
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-steel);
}

.tag {
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  border-radius: 10px;
  background: rgba(34, 35, 40, 0.07);
  color: var(--color-charcoal);
  font-size: 0.8rem;
  font-weight: 700;
}

.icon-badge {
  width: 3rem;
  height: 3rem;
  border-radius: 10px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  font-weight: 800;
  background: linear-gradient(
    135deg,
    rgba(199, 31, 40, 0.12),
    rgba(34, 35, 40, 0.08)
  );
  color: var(--color-primary);
}

.icon-badge i {
  font-size: 1.15rem;
  line-height: 1;
}

.panel {
  padding: 1.6rem;
}

.profile-gallery-shadow {
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 44px rgba(20, 20, 24, 0.18);
}

[data-profile-gallery] .splide__slide img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

.visual-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr 0.85fr;
  gap: 1rem;
  align-items: stretch;
}

.visual-card {
  overflow: hidden;
  min-height: 320px;
  position: relative;
}

.visual-card.panel,
.story-image.panel {
  padding: 0;
}

.visual-card.large {
  min-height: 430px;
}

.visual-media {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  border-radius: inherit;
}

.visual-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(var(--parallax-offset, 0)) scale(1.02);
  transition: transform 300ms ease;
}

.visual-overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 1.3rem;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(21, 22, 27, 0.86) 100%
  );
  color: var(--color-white);
  display: grid;
  gap: 0.35rem;
}

.visual-overlay p {
  color: rgba(255, 255, 255, 0.78);
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.4rem;
  align-items: center;
}

.story-image {
  min-height: 360px;
}

.story-copy {
  display: grid;
  gap: 1rem;
}

.story-points {
  display: grid;
  gap: 0.8rem;
}

.story-points .strip {
  border-style: solid;
}

.social-video-layout {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}

.social-video-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.video-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(34, 35, 40, 0.08);
  box-shadow: var(--shadow-soft);
}

.video-card-featured {
  min-height: 100%;
}

.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #121316;
}

.video-card-featured .video-frame {
  aspect-ratio: 16 / 7.2;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.social-links-block {
  display: grid;
  gap: 0.9rem;
  justify-items: center;
  text-align: center;
  padding-top: 2.4rem;
}

.social-kicker {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-steel);
}

.social-links-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 104px));
  gap: 1rem;
  justify-content: center;
}

.social-link {
  width: 104px;
  height: 104px;
  border-radius: 26px;
  display: grid;
  place-items: center;
  color: var(--color-white);
  box-shadow: var(--shadow-soft);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.social-link svg {
  width: 42px;
  height: 42px;
}

.social-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(20, 20, 24, 0.16);
}

.social-link-youtube {
  background: linear-gradient(135deg, #ff3a30, #b90f13);
}

.social-link-tiktok {
  background: linear-gradient(135deg, #111318, #2a2d35);
}

.social-link-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 55%, #8134af);
}

/* Visi & Misi Timeline */
.timeline-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.mission-timeline {
  position: relative;
  padding-left: 3rem;
  display: grid;
  gap: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mission-timeline::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(199,31,40,0.8) 0%, rgba(199,31,40,0.1) 100%);
}

.timeline-node {
  position: relative;
  padding-left: 1.5rem;
}

.timeline-node::before {
  content: "";
  position: absolute;
  left: -2.35rem;
  top: 0.3rem;
  width: 16px;
  height: 16px;
  background: white;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(199,31,40,0.1);
  z-index: 2;
  transition: transform 0.3s, box-shadow 0.3s;
}

.timeline-node:hover::before {
  transform: scale(1.2);
  box-shadow: 0 0 0 8px rgba(199,31,40,0.15);
}

.timeline-vision h1 {
  font-size: clamp(2.5rem, 5vw, 3rem);
  margin-bottom: 0.8rem;
  color: var(--color-primary);
}

.timeline-vision p {
  font-size: clamp(1.1rem, 2vw, 1.25rem);
  color: var(--color-steel);
  max-width: 650px;
  line-height: 1.6;
}

.timeline-mission h3 {
  display: inline-block;
  padding: 0.35rem 1rem;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 20px;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.timeline-mission p {
  font-size: clamp(1.05rem, 2vw, 1.15rem);
  color: var(--color-charcoal);
  line-height: 1.6;
}

@media (max-width: 720px) {
  .mission-timeline {
    padding-left: 2.5rem;
  }
  .mission-timeline::before {
    left: 0.5rem;
  }
  .timeline-node::before {
    left: -2.85rem;
  }
}

.strip {
  padding: 1.1rem 1.25rem;
  border-radius: var(--radius-md);
  border: 1px dashed rgba(34, 35, 40, 0.16);
  background: rgba(255, 255, 255, 0.58);
}

.quote-panel {
  padding: 1.8rem;
  border-left: 5px solid var(--color-primary);
}

.contact-cta {
  background:
    linear-gradient(135deg, rgba(199, 31, 40, 0.98), rgba(125, 15, 21, 0.98)),
    var(--color-primary);
  color: var(--color-white);
}

.contact-cta .muted,
.contact-cta p {
  color: rgba(255, 255, 255, 0.88);
}

.brand-link {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease, background 300ms ease;
}

.brand-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(20, 20, 24, 0.12);
  border-color: rgba(34, 35, 40, 0.12);
  background: #ffffff;
}

.brand-logo {
  width: 100%;
  height: 100%;
  max-width: 90px;
  max-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1) opacity(0.7);
  transition: filter 300ms ease, opacity 300ms ease;
}

.brand-link:hover .brand-logo img {
  filter: grayscale(0) opacity(1);
}

.map-placeholder {
  min-height: 320px;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  background: transparent;
  border: 1px solid rgba(34, 35, 40, 0.12);
  box-shadow: 0 24px 44px rgba(20, 20, 24, 0.16);
}

.map-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: transparent;
  pointer-events: none;
}

.map-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.1) contrast(1.02) saturate(0.95);
}

.map-pinpoint {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.map-pin {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: linear-gradient(135deg, #ef4444, #b91c1c);
  box-shadow:
    0 12px 24px rgba(185, 28, 28, 0.28),
    0 0 0 10px rgba(239, 68, 68, 0.14);
}

.map-pin::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: var(--color-white);
}


.site-footer {
  padding: 2rem 0 2.5rem;
  color: var(--color-steel);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 600ms ease,
    transform 600ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-brand-card,
.visual-card,
.panel,
.feature-card,
.product-card,
.brand-link,
.value-card,
.contact-card,
.stat-card {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.visual-card:hover,
.feature-card:hover,
.product-card:hover,
.brand-link:hover,
.value-card:hover,
.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(20, 20, 24, 0.12);
}

.stat-card:hover {
  transform: translateY(-4px);
}

@keyframes floatPulse {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.hero-brand-card {
  animation: floatPulse 6s ease-in-out infinite;
}

.footer-row {
  border-top: 1px solid rgba(34, 35, 40, 0.08);
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-kicker .tag {
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-white);
}

.notice {
  font-size: 0.94rem;
}

@media (max-width: 980px) {
  .hero-grid,
  .profile-layout,
  .split-grid,
  .contact-grid,
  .intro-grid,
  .story-grid,
  .stats-grid,
  .features-grid,
  .product-grid,
  .values-grid,
  .contact-points,
  .coverage-grid,
  .visual-grid {
    grid-template-columns: 1fr;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.7rem);
    left: 1rem;
    right: 1rem;
    padding: 0.8rem;
    flex-direction: column;
    align-items: stretch;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(34, 35, 40, 0.08);
    box-shadow: var(--shadow-soft);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition:
      opacity var(--transition),
      visibility var(--transition),
      transform var(--transition);
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-nav a {
    border-radius: 10px;
  }

  .hero-center .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: min(100%, 320px);
    margin: 0 auto;
  }

  .hero-center .hero-actions .button {
    width: 100%;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .brand-grid {
    grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
    justify-self: stretch;
    align-content: center;
    gap: 1rem;
  }

  .social-video-layout {
    grid-template-columns: 1fr;
  }

  .social-video-row {
    grid-template-columns: 1fr;
  }

  .values-grid.values-grid-mission {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .hero {
    padding-top: 3.2rem;
  }

  .hero-jumbotron {
    padding-top: 0;
  }

  .hero-stage {
    min-height: 680px;
  }

  .hero-stage-about {
    min-height: 620px;
    padding: 4.5rem 0 3.2rem;
  }

  .hero-badge-wrap {
    width: min(220px, 62vw);
  }

  .hero-center {
    padding: 2rem 1.15rem 1.5rem;
    margin: 1rem;
  }

  .hero-stage-copy {
    gap: 1rem;
  }

  .social-links-grid {
    grid-template-columns: repeat(3, minmax(0, 82px));
    gap: 0.8rem;
  }

  .social-link {
    width: 82px;
    height: 82px;
    border-radius: 22px;
  }

  .social-link svg {
    width: 34px;
    height: 34px;
  }

  .section {
    padding-bottom: 3.4rem;
  }

  .header-row {
    min-height: 74px;
  }

  .brand-text span {
    max-width: 19ch;
  }

  .hero-panel,
  .panel,
  .stat-card,
  .feature-card,
  .product-card,
  .value-card,
  .contact-card {
    padding: 1.2rem;
  }

  .hero-brand-card {
    padding: 1.4rem;
  }

  .visual-card.large,
  .visual-card,
  .story-image {
    min-height: 280px;
  }
}


/* Featured Products (Clean Minimalist Grid) */
.featured-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.featured-product-card {
  background: white;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.featured-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.featured-product-img-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #f8f8f9;
  padding: 1.5rem;
  display: grid;
  place-items: center;
}

.featured-product-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.3s;
}

.featured-product-card:hover img {
  transform: scale(1.05);
}

.featured-product-content {
  padding: 1.5rem;
  text-align: center;
}

.featured-product-content h3 {
  font-size: 1.25rem;
  color: var(--color-charcoal);
  margin-bottom: 1rem;
}

/* Product & Layanan Categories (Split Duo-Tone) */
.category-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.category-card {
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.category-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--color-primary) 50%, #111318 50%);
  color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.category-card:hover .category-icon {
  transform: rotate(180deg) scale(1.05);
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

.category-card i {
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.category-card:hover .category-icon i {
  transform: rotate(-180deg);
}

.category-card h3 {
  font-size: 1.3rem;
  color: var(--color-charcoal);
  margin-bottom: 1rem;
}

.category-card p {
  color: var(--color-steel);
  line-height: 1.5;
  margin: 0;
}
