:root {
  --ink: #2b2430;
  --muted: #6f6472;
  --paper: #fffafa;
  --soft: #fff0f2;
  --rose: #f8c9cf;
  --red: #e7242f;
  --red-dark: #ba1420;
  --blue: #0a63d8;
  --line: rgba(183, 45, 58, 0.16);
  --shadow: 0 24px 70px rgba(170, 45, 62, 0.16);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(255, 250, 250, 0.9);
  backdrop-filter: blur(18px);
}

.nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0;
  min-width: 184px;
}

.brand img {
  width: 142px;
  height: auto;
  display: block;
}

.brand-mark {
  width: 42px;
  height: 32px;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--red), #ff6f82);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(231, 36, 47, 0.24);
}

.brand-text {
  display: grid;
  line-height: 1.05;
}

.brand-text strong {
  font-size: 1.12rem;
}

.brand-text span {
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 800;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.94rem;
}

.nav-links a:hover {
  color: var(--red);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: var(--radius);
  color: #fff;
  background: var(--red);
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(231, 36, 47, 0.22);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  display: grid;
  align-items: center;
  background: linear-gradient(112deg, #fff9f9 0%, #fff1f3 50%, #ffffff 100%);
}

.hero-image {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(255, 250, 250, 0.98) 0%, rgba(255, 250, 250, 0.9) 42%, rgba(255, 250, 250, 0.28) 72%), url("images/tincube-custom-tin-packaging-hero.png");
  background-size: cover;
  background-position: center;
}

.hero-inner {
  position: relative;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 84px 22px 72px;
}

.hero-copy {
  max-width: 600px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(231, 36, 47, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--red-dark);
  font-weight: 800;
  font-size: 0.9rem;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin: 20px 0 18px;
  font-size: clamp(2.5rem, 6vw, 5.6rem);
  line-height: 0.95;
  letter-spacing: 0;
  color: var(--red);
}

.hero-lede {
  font-size: 1.16rem;
  color: #463945;
  max-width: 560px;
}

.hero-actions,
.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-weight: 850;
  white-space: nowrap;
}

.button.primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 16px 34px rgba(231, 36, 47, 0.25);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(231, 36, 47, 0.18);
  color: var(--red-dark);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 46px;
  max-width: 900px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--line);
  box-shadow: var(--shadow);
}

.trust-item {
  min-height: 92px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.86);
}

.trust-item b {
  display: block;
  color: var(--red);
  font-size: 1.18rem;
}

.trust-item span {
  color: var(--muted);
  font-size: 0.9rem;
}

.section {
  padding: 82px 22px;
}

.section.alt {
  background: #fff4f6;
}

.wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: 0;
  margin-bottom: 0;
}

.section-head p,
.text-block p {
  color: var(--muted);
  font-size: 1.02rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.product-card,
.info-card,
.article-card,
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 48px rgba(135, 40, 52, 0.08);
}

.product-card {
  padding: 22px;
  min-height: 250px;
  display: grid;
  align-content: space-between;
  overflow: hidden;
  position: relative;
}

.product-card::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -38px;
  top: -28px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(231, 36, 47, 0.14), rgba(231, 36, 47, 0));
}

.tin-shape {
  width: 118px;
  height: 86px;
  border-radius: 14px;
  background: linear-gradient(145deg, #ffffff, #bfc0c2 52%, #f8f8f8);
  box-shadow: inset 0 0 0 2px rgba(80, 80, 80, 0.18), inset 0 -12px 26px rgba(0, 0, 0, 0.08), 0 18px 30px rgba(80, 80, 80, 0.12);
}

.tin-shape.round {
  width: 106px;
  height: 106px;
  border-radius: 50%;
}

.tin-shape.tall {
  width: 78px;
  height: 132px;
  border-radius: 22px;
}

.tin-shape.long {
  width: 152px;
  height: 54px;
  border-radius: 13px;
}

.product-card h3 {
  margin: 22px 0 8px;
  font-size: 1.25rem;
}

.product-card p,
.article-card p,
.faq-item p {
  color: var(--muted);
  margin-bottom: 0;
}

.capabilities {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: start;
}

.text-block {
  padding-right: 20px;
}

.keyword-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.keyword-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--red-dark);
  font-weight: 750;
  font-size: 0.9rem;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.info-card {
  padding: 20px;
}

.info-card b {
  color: var(--red);
  display: block;
  margin-bottom: 5px;
  font-size: 1.06rem;
}

.applications {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.application {
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff, #fff6f7);
}

.application b {
  display: block;
  color: var(--red-dark);
  margin-bottom: 8px;
}

.application span {
  color: var(--muted);
}

.article-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.article-card {
  padding: 22px;
}

.article-card time {
  color: var(--red);
  font-weight: 800;
  font-size: 0.86rem;
}

.cta-band {
  background: linear-gradient(100deg, var(--red), #ff7f8d);
  color: #fff;
  border-radius: var(--radius);
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  box-shadow: 0 24px 60px rgba(231, 36, 47, 0.24);
}

.cta-band p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.88);
}

.cta-band .button {
  background: #fff;
  color: var(--red-dark);
}

.footer {
  background: #2a2026;
  color: #fff;
  padding: 54px 22px 30px;
}

.footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 30px;
}

.footer p,
.footer a,
.footer li {
  color: rgba(255, 255, 255, 0.74);
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer h3 {
  margin-bottom: 12px;
}

.hero-v2 {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(255, 250, 250, 0.96) 0%, rgba(255, 241, 244, 0.94) 44%, rgba(255, 255, 255, 0.88) 100%),
    url("images/factory-exterior.jpg");
  background-size: cover;
  background-position: center;
}

.hero-v2 .hero-inner {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 34px;
  align-items: center;
}

.hero-v2 h1 {
  max-width: 640px;
}

.hero-kicker-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-kicker-row span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  border: 1px solid var(--line);
  color: var(--red-dark);
  font-size: 0.86rem;
  font-weight: 800;
}

.hero-media {
  position: relative;
  min-height: 560px;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 44px 28px 38px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(248, 201, 207, 0.62), rgba(255,255,255,0.86));
  box-shadow: var(--shadow);
}

.product-float {
  position: absolute;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(231, 36, 47, 0.12);
  box-shadow: 0 24px 58px rgba(62, 44, 58, 0.16);
}

.product-float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-float.large {
  left: 0;
  top: 78px;
  width: 56%;
  height: 330px;
}

.product-float.medium {
  right: 0;
  top: 26px;
  width: 44%;
  height: 260px;
}

.product-float.small {
  right: 44px;
  bottom: 54px;
  width: 52%;
  height: 248px;
}

.factory-chip {
  position: absolute;
  left: 62px;
  bottom: 18px;
  width: 36%;
  min-height: 156px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.72);
  box-shadow: 0 18px 44px rgba(41, 38, 45, 0.15);
}

.factory-chip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-label {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px 12px;
  background: linear-gradient(180deg, transparent, rgba(42,32,38,0.78));
  color: #fff;
  font-weight: 800;
  font-size: 0.84rem;
}

.photo-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
}

.photo-card {
  position: relative;
  min-height: 320px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(135, 40, 52, 0.08);
}

.photo-card.tall {
  min-height: 656px;
}

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

.photo-card .caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(10px);
}

.photo-card .caption b {
  color: var(--red-dark);
  display: block;
}

.product-image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.product-image-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 48px rgba(135, 40, 52, 0.08);
}

.product-image-card img {
  width: 100%;
  aspect-ratio: 1 / 0.8;
  object-fit: cover;
  background: #fff;
}

.product-image-card div {
  padding: 18px;
}

.product-image-card h3 {
  margin-bottom: 8px;
}

.split-panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: center;
}

.logo-on-dark {
  width: 176px;
  margin-bottom: 18px;
}

.contact-list {
  display: grid;
  gap: 12px;
}

.contact-line {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.78);
}

.contact-line b {
  display: block;
  color: var(--red-dark);
}

.subhero {
  padding: 86px 22px 58px;
  background: linear-gradient(115deg, #fff3f5, #ffffff);
}

.subhero .wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 36px;
  align-items: end;
}

.subhero h1 {
  color: var(--ink);
  font-size: clamp(2.4rem, 5vw, 4.4rem);
}

.content-grid {
  display: grid;
  grid-template-columns: 0.74fr 0.26fr;
  gap: 28px;
  align-items: start;
}

.article-body {
  font-size: 1.04rem;
}

.article-body h2 {
  font-size: 2rem;
  margin-top: 34px;
  margin-bottom: 12px;
}

.article-body p,
.article-body li {
  color: #504350;
}

.side-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  background: #fff;
  position: sticky;
  top: 88px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.faq-item {
  padding: 20px;
}

@media (max-width: 920px) {
  .nav {
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-image {
    background-image: linear-gradient(180deg, rgba(255, 250, 250, 0.98), rgba(255, 250, 250, 0.86)), url("images/tincube-custom-tin-packaging-hero.png");
    background-position: center bottom;
  }

  .hero-inner {
    padding: 44px 20px 38px;
  }

  .trust-strip,
  .product-grid,
  .product-image-grid,
  .applications,
  .article-list,
  .footer-grid,
  .section-head,
  .capabilities,
  .split-panel,
  .photo-grid,
  .subhero .wrap,
  .content-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-v2 .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-media {
    min-height: 520px;
  }

  .cta-band {
    grid-template-columns: 1fr;
    padding: 28px;
  }
}

@media (max-width: 560px) {
  .brand {
    min-width: 0;
  }

  .brand img {
    width: 118px;
  }

  .brand-text span {
    display: none;
  }

  h1 {
    font-size: 2.7rem;
  }

  .section {
    padding: 58px 18px;
  }

  .button {
    width: 100%;
  }

  .hero-media {
    min-height: 390px;
    margin-top: -8px;
  }

  .product-float.large {
    width: 66%;
    height: 210px;
    top: 44px;
  }

  .product-float.medium {
    width: 52%;
    height: 168px;
  }

  .product-float.small {
    width: 62%;
    height: 170px;
    right: 16px;
  }

  .factory-chip {
    left: 18px;
    width: 42%;
    min-height: 112px;
  }
}

/* Enterprise refresh */
.enterprise-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(255,255,255,0.96) 0%, rgba(255,241,244,0.92) 52%, rgba(246,250,255,0.92) 100%),
    url("images/factory-exterior.jpg");
  background-size: cover;
  background-position: center;
}

.enterprise-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 132px;
  background: linear-gradient(180deg, rgba(255,255,255,0), var(--paper));
  pointer-events: none;
}

.enterprise-hero .hero-inner {
  min-height: 620px;
  padding-top: 58px;
  padding-bottom: 54px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  gap: 42px;
  align-items: center;
  z-index: 1;
}

.enterprise-hero h1 {
  max-width: 720px;
  color: var(--ink);
  font-size: clamp(2.8rem, 5.8vw, 5.2rem);
}

.hero-lede strong {
  color: var(--red-dark);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 26px;
  max-width: 650px;
}

.hero-proof span {
  min-height: 74px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.76);
  color: var(--muted);
  font-size: 0.88rem;
}

.hero-proof b {
  display: block;
  color: var(--red-dark);
  font-size: 1.08rem;
}

.enterprise-stage {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  grid-template-rows: 250px 190px 120px;
  gap: 14px;
  align-items: stretch;
}

.hero-showcase {
  position: relative;
  min-height: 560px;
}

.hero-showcase::before {
  content: "";
  position: absolute;
  inset: 42px 46px 32px 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255,255,255,0.7), rgba(255,236,240,0.84));
  border: 1px solid rgba(231,36,47,0.12);
  box-shadow: var(--shadow);
}

.hero-slider {
  position: absolute;
  inset: 40px 30px 44px 82px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(231,36,47,0.14);
  box-shadow: 0 28px 76px rgba(76, 48, 60, 0.18);
}

.hero-slider .slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  animation: heroFade 15s infinite;
}

.hero-slider .slide-two {
  animation-delay: 5s;
  object-fit: contain;
  padding: 34px;
  background: #fff;
}

.hero-slider .slide-three {
  animation-delay: 10s;
}

.showcase-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 3px;
  padding: 15px 16px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(90deg, rgba(42,32,38,0.88), rgba(186,20,32,0.72));
  backdrop-filter: blur(12px);
}

.showcase-caption b {
  font-size: 1rem;
  line-height: 1.25;
}

.showcase-caption span {
  color: rgba(255,255,255,0.82);
  font-weight: 700;
  font-size: 0.86rem;
}

.float-product {
  position: absolute;
  z-index: 3;
  width: 180px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(231,36,47,0.14);
  box-shadow: 0 18px 48px rgba(43,36,48,0.16);
  animation: productFloat 6s ease-in-out infinite;
}

.float-product img {
  width: 100%;
  aspect-ratio: 1 / 0.88;
  object-fit: contain;
  padding: 8px;
  background: #fff;
}

.float-product span {
  display: block;
  padding: 9px 11px;
  border-top: 1px solid rgba(183,45,58,0.1);
  color: var(--red-dark);
  font-size: 0.82rem;
  font-weight: 850;
}

.float-a {
  left: 0;
  top: 68px;
}

.float-b {
  right: 0;
  top: 18px;
  animation-delay: -1.8s;
}

.float-c {
  right: 26px;
  bottom: 0;
  animation-delay: -3.4s;
}

@keyframes heroFade {
  0%, 27% {
    opacity: 1;
    transform: scale(1);
  }
  33%, 94% {
    opacity: 0;
    transform: scale(1.045);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

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

.stage-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(231,36,47,0.14);
  background: #fff;
  box-shadow: 0 22px 58px rgba(72, 50, 60, 0.14);
}

.stage-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stage-card.product-main {
  grid-row: span 2;
}

.stage-card.product-main img,
.stage-card.product-side img,
.stage-card.product-wide img {
  object-fit: contain;
  padding: 22px;
  background: #fff;
}

.stage-card.product-wide {
  grid-column: 1 / -1;
}

.stage-label {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border-radius: 8px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(12px);
  color: var(--ink);
  font-weight: 850;
}

.stage-label span {
  line-height: 1.2;
}

.stage-label small {
  color: var(--muted);
  font-weight: 700;
  white-space: nowrap;
}

.capacity-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.capacity-card {
  min-height: 132px;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(135,40,52,0.08);
}

.capacity-card b {
  display: block;
  color: var(--red);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1;
  margin-bottom: 10px;
}

.capacity-card span {
  color: var(--muted);
}

.cert-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.cert-line span {
  padding: 9px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(10,99,216,0.18);
  color: #0b4f9e;
  font-weight: 800;
  font-size: 0.88rem;
}

.company-balance {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 26px;
  align-items: center;
}

.company-media-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 12px;
}

.company-media-grid .photo-card {
  min-height: 238px;
}

.company-media-grid .wide {
  grid-column: 1 / -1;
  min-height: 260px;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.process-step {
  min-height: 156px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.process-step b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
}

.process-step h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.category-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(135,40,52,0.07);
}

.category-card img {
  width: 100%;
  aspect-ratio: 1 / 0.86;
  object-fit: contain;
  padding: 8px;
  background: #fff;
}

.category-card div {
  padding: 14px 15px 17px;
  border-top: 1px solid rgba(183,45,58,0.1);
}

.category-card h3 {
  margin: 0 0 7px;
  font-size: 1.02rem;
  line-height: 1.2;
}

.category-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.two-column-notes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.note-panel {
  padding: 22px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.76);
}

.note-panel h3 {
  margin: 0 0 8px;
}

.note-panel p,
.note-panel li {
  color: var(--muted);
}

.note-panel ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.product-header-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: center;
}

.subhero .wrap.product-header-grid {
  align-items: center;
}

.subhero .product-header-grid h1 {
  font-size: clamp(2.25rem, 4.1vw, 3.8rem);
  line-height: 1.03;
}

.subhero .product-header-grid p {
  color: var(--muted);
  font-size: 1.02rem;
}

.product-gallery-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.product-gallery-row img {
  width: 100%;
  aspect-ratio: 1.08 / 0.8;
  object-fit: contain;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.mini-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.mini-meta-grid span {
  padding: 12px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--muted);
  font-weight: 750;
}

@media (max-width: 1080px) {
  .enterprise-hero .hero-inner,
  .company-balance,
  .product-header-grid {
    grid-template-columns: 1fr;
  }

  .hero-showcase {
    min-height: 540px;
  }

  .enterprise-stage {
    min-height: 560px;
  }

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

  .process-steps,
  .capacity-band {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .company-media-grid,
  .product-gallery-row,
  .mini-meta-grid,
  .two-column-notes {
    grid-template-columns: 1fr;
  }

  .enterprise-stage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
    min-height: auto;
  }

  .hero-showcase {
    min-height: 500px;
  }

  .hero-showcase::before {
    inset: 22px 8px 22px;
  }

  .hero-slider {
    inset: 70px 12px 72px;
  }

  .hero-slider .slide-two {
    padding: 18px;
  }

  .float-product {
    width: 132px;
  }

  .float-product span {
    padding: 7px 8px;
    font-size: 0.72rem;
  }

  .float-a {
    left: 10px;
    top: 0;
  }

  .float-b {
    right: 10px;
    top: 20px;
  }

  .float-c {
    left: calc(50% - 66px);
    right: auto;
    bottom: 0;
  }

  .stage-card,
  .stage-card.product-main,
  .stage-card.product-wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 160px;
  }

  .stage-card.product-main img,
  .stage-card.product-side img,
  .stage-card.product-wide img {
    padding: 12px;
  }

  .stage-label {
    left: 8px;
    right: 8px;
    bottom: 8px;
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 8px;
    font-size: 0.82rem;
  }

  .stage-label small {
    font-size: 0.72rem;
  }

  .hero-proof,
  .category-grid,
  .capacity-band,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .enterprise-hero .hero-inner {
    padding-top: 34px;
    padding-bottom: 36px;
    gap: 24px;
  }

  .enterprise-hero h1 {
    font-size: 2.58rem;
    line-height: 1;
  }

  .hero-proof span {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slider .slide,
  .float-product {
    animation: none;
  }

  .hero-slider .slide-one {
    opacity: 1;
    transform: none;
  }
}
