:root {
  --ink: #0d1320;
  --muted: #667085;
  --line: #d8deea;
  --paper: #f3f6fb;
  --panel: #ffffff;
  --blue: #061c78;
  --blue-2: #031044;
  --electric: #5fd8ff;
  --ice: #e6f0ff;
  --lime: #c6f36d;
  --violet: #8276ff;
  --sand: #f5efe4;
  --shadow: 0 28px 80px rgba(17, 18, 20, 0.18);
  --soft-shadow: 0 16px 38px rgba(17, 18, 20, 0.09);
  --radius: 16px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Aptos", "Segoe UI", Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.45;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}

img,
video,
svg {
  max-width: 100%;
}

main section {
  content-visibility: auto;
  contain-intrinsic-size: 720px;
}

.sticky-story {
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

body.locked {
  overflow: hidden;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(10, 35, 83, 0.12);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  padding: 14px clamp(14px, 3vw, 34px) 0;
  color: #fff;
  pointer-events: none;
}

.topbar {
  display: none;
}

.nav-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  max-width: 1240px;
  min-height: 64px;
  margin: 0 auto;
  padding: 10px 12px 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(17, 18, 20, 0.28);
  box-shadow: 0 12px 42px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  pointer-events: auto;
  transition: background 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.site-header.scrolled .nav-shell {
  background: rgba(17, 18, 20, 0.72);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: max-content;
}

.brand-symbol {
  position: relative;
  display: grid;
  place-items: center;
  width: 168px;
  height: 54px;
  color: var(--blue);
  background: url("cafagna-logo-mark.svg") center / contain no-repeat;
}

.brand-roll {
  position: absolute;
  inset: 4px 6px 17px 8px;
  border: 2px solid #fff;
  border-radius: 999px 999px 10px 10px;
}

.brand-symbol .brand-roll,
.brand-symbol .brand-plate {
  display: none;
}

.brand-roll::before,
.brand-roll::after {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
  content: "";
}

.brand-roll::before {
  left: -19px;
}

.brand-roll::after {
  right: -19px;
}

.brand-plate {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  min-height: 24px;
  border: 2px solid #fff;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.brand-plate strong {
  color: var(--blue);
  font-size: 15px;
  line-height: 1;
}

.brand-plate small {
  color: var(--blue);
  font-size: 8px;
  font-weight: 950;
  line-height: 1;
}

.brand > span:last-child > strong,
.brand > span:last-child > small {
  display: none;
}

.brand > span:last-child > strong {
  font-size: 18px;
  line-height: 1.05;
}

.brand > span:last-child > small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 5px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 900;
}

.main-nav a {
  padding: 10px 12px;
  border-radius: 999px;
  transition: color 0.2s var(--ease), background 0.2s var(--ease);
}

.main-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
}

.nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.language-switch {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.lang-btn,
.cart-button,
.menu-toggle,
.tab,
.icon-button {
  border: 0;
  background: transparent;
  color: inherit;
}

.lang-btn {
  min-width: 34px;
  height: 30px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 950;
}

.lang-btn.active {
  color: var(--ink);
  background: #fff;
}

.cart-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  font-weight: 950;
  transition: transform 0.22s var(--ease), background 0.22s var(--ease);
}

.cart-button:hover {
  background: var(--electric);
  transform: translateY(-1px);
}

.cart-button strong {
  display: grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-size: 12px;
}

.menu-toggle {
  display: none;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(340px, 0.68fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  min-height: 100vh;
  padding: 148px clamp(20px, 5vw, 76px) 92px;
  overflow: hidden;
  color: #fff;
  background: #031044;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 16, 68, 0.82) 0%, rgba(3, 16, 68, 0.58) 38%, rgba(3, 16, 68, 0.16) 72%),
    radial-gradient(circle at 22% 70%, rgba(3, 16, 68, 0.86) 0%, rgba(3, 16, 68, 0.5) 36%, transparent 66%),
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: auto, auto, 72px 72px, 72px 72px;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 72%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 72%);
  opacity: 0.92;
  content: "";
}

.hero-video {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.08);
}

.hero::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 0;
  height: 132px;
  background: var(--paper);
  clip-path: polygon(0 58%, 100% 78%, 100% 100%, 0 100%);
  content: "";
}

.hero-tabs {
  position: relative;
  z-index: 3;
  grid-column: 1 / -1;
  justify-self: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 100%;
  margin-bottom: clamp(34px, 6vw, 72px);
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.hero-tabs button {
  min-height: 40px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
  transition: color 0.2s var(--ease), background 0.2s var(--ease), transform 0.2s var(--ease);
}

.hero-tabs button:hover,
.hero-tabs button.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 1040px;
  padding-bottom: 42px;
}

.hero-copy::before {
  position: absolute;
  inset: -34px auto -26px -34px;
  z-index: -1;
  width: min(940px, calc(100vw - 28px));
  border-radius: 30px;
  background: linear-gradient(90deg, rgba(3, 16, 68, 0.68), rgba(3, 16, 68, 0.34) 62%, rgba(3, 16, 68, 0));
  content: "";
  pointer-events: none;
}

.eyebrow {
  display: inline-flex;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 980px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6.4vw, 82px);
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: none;
}

.hero h1 {
  max-width: 980px;
  font-size: clamp(42px, 6.7vw, 92px);
  line-height: 0.94;
  text-shadow: 0 22px 54px rgba(0, 0, 0, 0.35);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4.2vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.15;
}

.hero-copy p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  line-height: 1.55;
}

.section-heading > p,
.company-copy p,
.quote-panel > div > p,
.partner-panel > div > p {
  color: var(--muted);
  font-size: 18px;
}

.hero-actions,
.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 34px;
  align-items: center;
}

.hero-pills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 780px;
  margin-top: 26px;
}

.hero-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  font-weight: 950;
  touch-action: manipulation;
  transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease), background 0.22s var(--ease), color 0.22s var(--ease);
}

.button:hover {
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.button.primary {
  color: var(--blue);
  background: #fff;
}

.button.primary:hover {
  color: var(--ink);
  background: var(--electric);
}

.button.ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.button.light {
  color: var(--ink);
  border-color: #fff;
  background: #fff;
}

.button.full {
  width: 100%;
}

.banner-visual {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 112px;
  z-index: 1;
  width: auto;
}

.banner-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(3, 13, 46, 0.52);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.banner-caption span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-board {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  color: var(--ink);
  background: rgba(240, 249, 255, 0.96);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.3);
  transform: rotate(3deg) translateY(24px);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}

.hero-board:hover {
  box-shadow: 0 42px 100px rgba(0, 0, 0, 0.34);
  transform: rotate(1deg) translateY(14px);
}

.orbital-mark {
  position: absolute;
  top: -88px;
  left: 50%;
  z-index: -1;
  width: 156px;
  height: 156px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 38px;
  transform: translateX(-50%) rotate(28deg);
}

.orbital-mark span {
  position: absolute;
  inset: 18px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 32px;
}

.orbital-mark span:nth-child(2) {
  transform: rotate(33deg);
}

.orbital-mark span:nth-child(3) {
  transform: rotate(-33deg);
}

.board-top,
.board-title-row,
.cart-head,
.cart-total,
.cart-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.board-top {
  min-height: 36px;
  padding: 0 6px 8px;
  border-bottom: 1px solid rgba(17, 18, 20, 0.08);
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.window-dots {
  display: inline-flex;
  gap: 5px;
}

.window-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff6b6b;
}

.window-dots span:nth-child(2) {
  background: #ffd166;
}

.window-dots span:nth-child(3) {
  background: #55d68b;
}

.board-top strong {
  padding: 5px 9px;
  border-radius: 999px;
  color: #0b6b42;
  background: #dff8e9;
  font-size: 12px;
}

.board-title-row {
  align-items: flex-end;
  padding: 10px 8px 4px;
}

.board-title-row span:not(.year-badge) {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.board-title-row h2 {
  font-size: clamp(30px, 4vw, 44px);
}

.year-badge {
  display: grid;
  place-items: center;
  min-width: 72px;
  height: 50px;
  border-radius: 16px;
  color: #fff;
  background: var(--blue);
  font-size: 22px;
  font-weight: 950;
}

.board-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.board-grid div,
.board-list div {
  border-radius: 18px;
  background: #fff;
}

.board-grid div {
  min-height: 104px;
  padding: 16px;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease);
}

.board-grid div:nth-child(1) {
  background: #e1f7ed;
}

.board-grid div:nth-child(2) {
  background: #e3f1ff;
}

.board-grid div:nth-child(3) {
  background: #f0eaff;
}

.board-grid div:nth-child(4) {
  background: #fff0d3;
}

.board-grid div:hover {
  transform: translateY(-3px);
}

.board-grid span,
.board-grid strong,
.board-list span,
.board-list strong {
  display: block;
}

.board-grid span,
.board-list span {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.board-grid strong {
  font-size: 18px;
  line-height: 1.18;
}

.board-list {
  display: grid;
  gap: 8px;
}

.board-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 12px;
}

.board-list strong {
  color: var(--ink);
  text-align: right;
  font-size: 13px;
}

.material-lines {
  display: grid;
  gap: 8px;
  padding: 4px 3px 0;
}

.material-lines span {
  display: block;
  height: 11px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), rgba(32, 32, 216, 0.1));
  animation: lineFlow 4.2s var(--ease) infinite;
}

.material-lines span:nth-child(2) {
  width: 82%;
  background: linear-gradient(90deg, var(--electric), rgba(121, 231, 255, 0.1));
  animation-delay: 0.24s;
}

.material-lines span:nth-child(3) {
  width: 62%;
  background: linear-gradient(90deg, var(--lime), rgba(198, 243, 109, 0.1));
  animation-delay: 0.44s;
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1220px;
  margin: -14px auto 0;
  padding: 0 clamp(18px, 4vw, 28px) clamp(48px, 6vw, 68px);
}

.home-overview {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1220px;
  margin: -44px auto 0;
  padding: 0 clamp(18px, 4vw, 28px) clamp(34px, 6vw, 58px);
}

.home-overview article {
  min-height: 174px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--soft-shadow);
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease);
}

.home-overview article:hover {
  box-shadow: 0 26px 60px rgba(17, 18, 20, 0.13);
  transform: translateY(-6px);
}

.home-overview span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-size: 12px;
  font-weight: 950;
}

.home-overview h2 {
  margin-bottom: 10px;
  font-size: clamp(24px, 2.5vw, 34px);
}

.home-overview p {
  margin: 0;
  color: var(--muted);
}

.signal-strip article {
  min-height: 0;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-right: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: var(--soft-shadow);
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease);
}

.signal-strip article:first-child {
  border-radius: var(--radius) 0 0 var(--radius);
}

.signal-strip article:last-child {
  border-right: 1px solid var(--line);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.signal-strip article:hover {
  box-shadow: 0 22px 50px rgba(17, 18, 20, 0.12);
  transform: translateY(-5px);
}

.signal-strip span {
  display: none;
}

.signal-strip strong {
  display: block;
  margin-bottom: 5px;
  color: var(--blue);
  font-size: 17px;
}

.signal-strip p,
.method-grid p,
.product-card p,
.cart-note,
.form-note {
  color: var(--muted);
}

.trap-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-note {
  min-height: 20px;
  margin: 0;
  font-weight: 900;
}

.form-note[data-status="success"] {
  color: #0b6b42;
}

.form-note[data-status="error"] {
  color: #b42318;
}

.form-note[data-status="warning"] {
  color: #9a6700;
}

.form-legal {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.form-legal a {
  color: var(--blue);
  font-weight: 850;
  text-decoration: none;
}

.cookie-consent {
  position: fixed;
  right: 50%;
  bottom: 22px;
  transform: translateX(50%);
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  width: min(920px, calc(100vw - 36px));
  padding: 16px;
  border: 1px solid rgba(12, 40, 92, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--strong-shadow);
  backdrop-filter: blur(18px);
}

.cookie-copy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px 14px;
  align-items: start;
}

.cookie-pill {
  align-self: start;
  padding: 6px 9px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cookie-consent h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.1;
}

.cookie-consent p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.48;
}

.cookie-consent a {
  color: var(--blue);
  font-weight: 850;
  text-decoration: none;
}

.cookie-options {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.cookie-option {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
}

.cookie-option input {
  width: 18px;
  height: 18px;
  accent-color: var(--blue);
}

.cookie-option.is-required {
  opacity: 0.72;
}

.cookie-options strong,
.cookie-options small {
  display: block;
}

.cookie-options small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.cookie-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.cookie-actions .button {
  min-height: 40px;
  padding: 0 13px;
  border-radius: 999px;
  font-size: 12px;
  white-space: nowrap;
}

.cookie-preferences-button {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 70;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue);
  background: #fff;
  box-shadow: var(--soft-shadow);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.company-section,
.catalog-section,
.method-section,
.quote-section,
.partner-section,
.product-banner,
.newsletter-section,
.insights-teaser,
.insights-board,
.automation-panel,
.product-page-body,
.product-page-cta,
.legal-section {
  max-width: 1220px;
  margin: 0 auto;
  padding: clamp(64px, 8.5vw, 112px) clamp(18px, 4vw, 28px);
}

.company-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1fr);
  gap: clamp(28px, 6vw, 86px);
}

.company-section .eyebrow,
.catalog-section .eyebrow,
.quote-section .eyebrow,
.partner-section .eyebrow,
.method-section .eyebrow,
.product-banner .eyebrow,
.newsletter-section .eyebrow,
.insights-teaser .eyebrow,
.insights-board .eyebrow,
.automation-panel .eyebrow,
.product-page-body .eyebrow,
.product-page-cta .eyebrow {
  color: var(--blue);
}

.section-kicker {
  position: relative;
  max-width: 760px;
  padding-bottom: clamp(220px, 30vw, 320px);
}

.section-kicker::after {
  position: absolute;
  right: clamp(0px, 4vw, 36px);
  bottom: 0;
  left: 0;
  height: clamp(200px, 26vw, 300px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(3, 16, 68, 0.04), rgba(3, 16, 68, 0.24)),
    url("assets/company-plasticarta-film.png") center / cover;
  box-shadow: var(--soft-shadow);
  content: "";
}

.company-copy {
  display: grid;
  gap: 14px;
  max-width: 790px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.company-copy p {
  margin: 0;
}

.read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
  margin-top: 8px;
  color: var(--blue);
  font-weight: 900;
}

.read-more-link span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  line-height: 1;
}

.product-banner {
  display: block;
  max-width: 1320px;
}

.product-banner > div {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 560px;
  padding: clamp(26px, 5vw, 48px);
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 16, 68, 0.84), rgba(3, 16, 68, 0.5) 42%, rgba(3, 16, 68, 0.06) 76%),
    url("assets/catalog-banner-bags.png") center / cover;
  box-shadow: var(--shadow);
}

.product-banner .eyebrow,
.product-banner p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.78);
}

.product-banner h2 {
  position: relative;
  z-index: 1;
  max-width: 840px;
  margin-bottom: 18px;
}

.product-banner > div > .button {
  position: absolute;
  right: clamp(22px, 4vw, 48px);
  bottom: clamp(22px, 4vw, 48px);
  z-index: 2;
  min-width: 190px;
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}

.newsletter-section,
.partner-section {
  max-width: 1220px;
}

.newsletter-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.62fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(22px, 4vw, 38px);
  border-radius: 28px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 16, 68, 0.9) 0%, rgba(3, 16, 68, 0.7) 48%, rgba(3, 16, 68, 0.32) 100%),
    url("assets/packaging-production.jpg") 46% center / cover;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.newsletter-panel::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 34%);
  content: "";
}

.newsletter-panel::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.08) 42%, transparent 100%);
  content: "";
}

.newsletter-panel > * {
  position: relative;
  z-index: 2;
}

.insights-teaser,
.automation-panel {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.newsletter-section h2,
.insights-teaser h2,
.automation-panel h2 {
  font-size: clamp(30px, 3.8vw, 52px);
}

.newsletter-panel .eyebrow,
.newsletter-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.insights-teaser p,
.automation-panel p,
.source-grid p {
  color: var(--muted);
}

.newsletter-form {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 3vw, 30px);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.16);
}

.insights-teaser {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-bottom: clamp(64px, 8.5vw, 112px);
  padding: clamp(26px, 5vw, 46px);
  overflow: hidden;
}

.insights-teaser::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(42%, 380px);
  background:
    linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.08)),
    url("assets/plastic-world-bag.jpg") center / cover;
  content: "";
}

.insights-teaser > * {
  position: relative;
  z-index: 1;
}

.insights-teaser .button.dark,
.button.ghost.dark {
  color: var(--blue);
  border-color: var(--line);
  background: #fff;
}

.sticky-story {
  --story-progress: 0;
  --story-index: 0;
  position: relative;
  height: 430vh;
  margin: 0;
  color: #fff;
  background:
    radial-gradient(circle at 70% 18%, rgba(121, 231, 255, 0.2), transparent 18%),
    linear-gradient(145deg, #08206f 0%, var(--blue) 48%, #02092a 100%);
}

.sticky-story::after {
  position: sticky;
  bottom: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--electric), #fff, var(--lime));
  content: "";
  transform: scaleX(var(--story-progress));
  transform-origin: left;
}

.story-pin {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.78fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  min-height: 100vh;
  padding: 94px max(18px, calc((100vw - 1220px) / 2 + 28px)) 64px;
  overflow: hidden;
}

.story-pin::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.28) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.32;
  content: "";
}

.story-copy,
.story-visual {
  position: relative;
  z-index: 1;
}

.story-copy {
  min-height: 430px;
}

.process-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 34px;
}

.process-rail button {
  appearance: none;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.08);
  font-family: inherit;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  transition: color 0.34s var(--ease), background 0.34s var(--ease), transform 0.34s var(--ease);
  cursor: pointer;
}

.process-rail button:hover,
.process-rail button.active {
  color: var(--blue);
  background: #fff;
  transform: translateY(-2px);
}

.story-card {
  position: absolute;
  inset: 78px auto auto 0;
  max-width: 780px;
  opacity: 0;
  transform: translateY(42px) scale(0.97);
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
}

.story-card.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.story-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.story-card h2 {
  max-width: 850px;
  font-size: clamp(34px, 4.4vw, 62px);
  line-height: 0.98;
}

.story-card p {
  max-width: 650px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.story-visual {
  display: grid;
  justify-items: center;
  gap: 22px;
  transform: translateY(calc((var(--story-progress) - 0.5) * -24px));
  transition: transform 0.08s linear;
}

.variant-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: min(100%, 560px);
}

.variant-cloud button {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.66);
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 950;
  transform: translateY(8px) scale(0.96);
  transition: color 0.34s var(--ease), background 0.34s var(--ease), transform 0.34s var(--ease);
}

.variant-cloud button:hover,
.variant-cloud button.active {
  color: var(--blue);
  background: #fff;
  transform: translateY(0) scale(1);
}

.use-scene {
  position: relative;
  width: min(78vw, 560px);
  min-height: 460px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.22), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  box-shadow: 0 44px 120px rgba(0, 0, 0, 0.26);
  overflow: hidden;
}

.use-scene::before {
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 86%);
  content: "";
}

.scene-floor {
  position: absolute;
  right: 8%;
  bottom: 54px;
  left: 8%;
  height: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.25),
    0 -18px 60px rgba(255, 255, 255, 0.08);
}

.scene-bag {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transition: opacity 0.45s var(--ease), transform 0.55s var(--ease), filter 0.55s var(--ease);
}

.transparent-bag {
  width: 220px;
  height: 286px;
  border: 2px solid rgba(255, 255, 255, 0.64);
  border-radius: 26px 26px 18px 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.24), transparent 18% 82%, rgba(255, 255, 255, 0.16)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(150, 226, 255, 0.2));
  box-shadow:
    inset 0 0 0 1px rgba(6, 28, 120, 0.1),
    inset 18px 0 40px rgba(255, 255, 255, 0.18),
    0 28px 70px rgba(1, 13, 45, 0.22);
  transform: translate(-72%, -48%) scale(0.72);
}

.transparent-bag::before,
.transparent-bag::after {
  position: absolute;
  right: 24px;
  left: 24px;
  border-radius: 999px;
  content: "";
}

.transparent-bag::before {
  top: 28px;
  height: 3px;
  background: rgba(255, 255, 255, 0.72);
}

.transparent-bag::after {
  bottom: 32px;
  height: 2px;
  background: rgba(6, 28, 120, 0.18);
}

.bag-shine {
  position: absolute;
  top: 54px;
  left: 32px;
  width: 32px;
  height: 168px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
  transform: rotate(14deg);
}

.bag-seal {
  position: absolute;
  top: 18px;
  right: 28px;
  left: 28px;
  height: 18px;
  border-top: 2px solid rgba(255, 255, 255, 0.62);
  border-bottom: 1px dashed rgba(6, 28, 120, 0.22);
  border-radius: 999px;
}

.fold-mark {
  position: absolute;
  top: 64px;
  bottom: 28px;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(6, 28, 120, 0.16), transparent);
}

.fold-left {
  left: 22px;
}

.fold-right {
  right: 22px;
}

.garment {
  position: absolute;
  left: 50%;
  bottom: 38px;
  width: 112px;
  height: 160px;
  border-radius: 30px 30px 16px 16px;
  background:
    linear-gradient(90deg, transparent 0 28px, rgba(255, 255, 255, 0.32) 29px 34px, transparent 35px),
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.28) 0 13px, transparent 14px),
    linear-gradient(145deg, #15275e, #41b6e6);
  box-shadow:
    inset 0 -14px 30px rgba(0, 0, 0, 0.18),
    0 18px 34px rgba(6, 28, 120, 0.16);
  transform: translateX(-50%);
}

.garment::before {
  position: absolute;
  top: -18px;
  left: 34px;
  width: 44px;
  height: 30px;
  border: 7px solid rgba(255, 255, 255, 0.72);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  content: "";
}

.shipping-bag {
  width: 260px;
  height: 190px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.6), transparent 24%),
    linear-gradient(145deg, #f3f7ff, #cbd8ea);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.72),
    inset 0 -24px 42px rgba(6, 28, 120, 0.12),
    0 26px 68px rgba(0, 0, 0, 0.2);
  transform: translate(-52%, -42%) scale(0.72);
}

.parcel {
  position: absolute;
  left: 76px;
  top: 50px;
  width: 104px;
  height: 84px;
  border-radius: 10px;
  background: linear-gradient(145deg, #c99a5a, #8c6132);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.18),
    inset 0 18px 0 rgba(255, 255, 255, 0.08);
}

.parcel::before,
.parcel::after {
  position: absolute;
  background: rgba(255, 229, 175, 0.48);
  content: "";
}

.parcel::before {
  top: 0;
  bottom: 0;
  left: 46px;
  width: 12px;
}

.parcel::after {
  top: 18px;
  right: 0;
  left: 0;
  height: 10px;
}

.seal-line,
.zip-line {
  position: absolute;
  right: 22px;
  left: 22px;
  height: 5px;
  border-radius: 999px;
  background: var(--blue);
}

.seal-line {
  top: 28px;
}

.address-label {
  position: absolute;
  right: 26px;
  bottom: 32px;
  width: 82px;
  height: 46px;
  border-radius: 8px;
  background:
    linear-gradient(#d7e9ff 0 4px, transparent 4px 10px, #d7e9ff 10px 14px, transparent 14px 20px, #d7e9ff 20px 24px, transparent 24px),
    rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 0 0 1px rgba(6, 28, 120, 0.08);
}

.barcode-lines {
  position: absolute;
  left: 28px;
  bottom: 36px;
  width: 58px;
  height: 30px;
  background: repeating-linear-gradient(90deg, rgba(6, 28, 120, 0.52) 0 2px, transparent 2px 5px);
  opacity: 0.56;
}

.mini-truck {
  position: absolute;
  right: 50px;
  bottom: 86px;
  width: 150px;
  height: 78px;
  border-radius: 16px 28px 14px 14px;
  background:
    linear-gradient(90deg, #fff 0 58%, #caeaff 58%),
    linear-gradient(145deg, #fff, #94cfff);
  opacity: 0;
  transform: translateX(130px) scale(0.78);
  transition: opacity 0.45s var(--ease), transform 0.7s var(--ease);
}

.mini-truck::before {
  position: absolute;
  right: 16px;
  top: 18px;
  width: 36px;
  height: 24px;
  border-radius: 8px;
  background: var(--blue);
  content: "";
}

.mini-truck::after {
  position: absolute;
  left: 18px;
  bottom: 14px;
  width: 62px;
  height: 10px;
  border-radius: 999px;
  background: rgba(6, 28, 120, 0.16);
  content: "";
}

.mini-truck span {
  position: absolute;
  bottom: -12px;
  width: 30px;
  height: 30px;
  border: 6px solid #fff;
  border-radius: 50%;
  background: var(--blue);
}

.mini-truck span:first-child {
  left: 24px;
}

.mini-truck span:last-child {
  right: 22px;
}

.doypack-bag {
  width: 224px;
  height: 300px;
  border-radius: 34px 34px 44px 44px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent 22% 78%, rgba(105, 31, 7, 0.18)),
    linear-gradient(160deg, #fff6cf, #ff8d3d 70%, #dd4b18);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.42),
    inset 0 -24px 42px rgba(106, 40, 8, 0.18),
    0 28px 72px rgba(106, 40, 8, 0.22);
  transform: translate(-50%, -48%) scale(0.74);
}

.doypack-bag::before {
  position: absolute;
  right: 26px;
  bottom: -16px;
  left: 26px;
  height: 38px;
  border-radius: 50%;
  background: rgba(106, 40, 8, 0.34);
  content: "";
}

.doypack-object {
  position: absolute;
  left: 50%;
  top: 94px;
  width: 86px;
  height: 86px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 54% 42%, #ffe8b3 0 14px, transparent 15px),
    rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 0 0 1px rgba(106, 40, 8, 0.08);
  transform: translateX(-50%);
}

.zip-line {
  top: 42px;
  background: rgba(255, 255, 255, 0.86);
}

.product-window {
  position: absolute;
  left: 50%;
  top: 82px;
  width: 112px;
  height: 98px;
  border: 2px solid rgba(255, 255, 255, 0.64);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.2);
  transform: translateX(-50%);
}

.doypack-label {
  position: absolute;
  right: 44px;
  bottom: 50px;
  left: 44px;
  height: 42px;
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(6, 28, 120, 0.52) 0 34%, transparent 34%),
    rgba(255, 255, 255, 0.58);
}

.sack-bag {
  width: 210px;
  height: 292px;
  border-radius: 36px 36px 52px 52px;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.14), transparent 20%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 18% 82%, rgba(255, 255, 255, 0.05)),
    linear-gradient(145deg, #171c28, #02030a);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.12),
    inset 0 -26px 52px rgba(0, 0, 0, 0.44),
    0 28px 72px rgba(0, 0, 0, 0.24);
  transform: translate(-52%, -44%) scale(0.72);
}

.sack-bag::before {
  position: absolute;
  top: 24px;
  right: 26px;
  left: 26px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  content: "";
}

.sack-tie {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 88px;
  height: 34px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  transform: translateX(-50%);
}

.sack-label {
  position: absolute;
  right: 48px;
  bottom: 62px;
  left: 48px;
  height: 48px;
  border-radius: 14px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.28) 0 5px, transparent 5px 13px, rgba(255, 255, 255, 0.18) 13px 18px, transparent 18px),
    rgba(245, 158, 11, 0.62);
}

.waste {
  position: absolute;
  width: 44px;
  height: 34px;
  border-radius: 10px;
  background: #98d45b;
  opacity: 0;
}

.waste-one {
  left: 74px;
  top: -28px;
  transform: rotate(16deg);
}

.waste-two {
  right: 58px;
  top: -52px;
  background: #cbd5e1;
  transform: rotate(-18deg);
}

.trash-bin {
  position: absolute;
  left: 50%;
  bottom: 62px;
  width: 246px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  opacity: 0;
  transform: translateX(-50%) scale(0.8);
  transition: opacity 0.45s var(--ease), transform 0.55s var(--ease);
}

.sticky-story.story-step-0 .transparent-bag,
.sticky-story.story-step-1 .shipping-bag,
.sticky-story.story-step-2 .doypack-bag,
.sticky-story.story-step-3 .sack-bag {
  opacity: 1;
  filter: none;
  transform: translate(-50%, -50%) scale(1);
}

.sticky-story.story-step-0 .garment {
  animation: garmentPack 1.6s var(--ease) both;
}

.sticky-story.story-step-1 .parcel {
  animation: parcelPack 1.7s var(--ease) both;
}

.sticky-story.story-step-1 .mini-truck {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.sticky-story.story-step-2 .zip-line {
  animation: zipClose 1.45s var(--ease) both;
}

.sticky-story.story-step-2 .doypack-object {
  animation: doypackOpen 1.8s var(--ease) both;
}

.sticky-story.story-step-3 .waste,
.sticky-story.story-step-3 .trash-bin {
  opacity: 1;
}

.sticky-story.story-step-3 .waste-one {
  animation: wasteDrop 1.4s var(--ease) both;
}

.sticky-story.story-step-3 .waste-two {
  animation: wasteDrop 1.4s 0.14s var(--ease) both;
}

.story-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: min(100%, 520px);
}

.story-metrics div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.story-metrics span,
.story-metrics strong {
  display: block;
}

.story-metrics span {
  font-size: clamp(24px, 4vw, 42px);
  line-height: 0.95;
  font-weight: 950;
}

.story-metrics strong {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  text-transform: uppercase;
}

.page-hero {
  position: relative;
  min-height: 70vh;
  display: grid;
  align-items: end;
  padding: 150px clamp(20px, 5vw, 76px) 78px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(17, 18, 20, 0.76), rgba(17, 18, 20, 0.18)),
    linear-gradient(145deg, #0b2b9f 0%, var(--blue) 48%, var(--blue-2) 100%);
}

.page-hero::before {
  position: absolute;
  right: clamp(20px, 8vw, 130px);
  bottom: -120px;
  width: min(52vw, 470px);
  aspect-ratio: 0.74;
  border: 2px solid rgba(255, 255, 255, 0.34);
  border-radius: 42px 42px 24px 24px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.14)),
    rgba(223, 239, 255, 0.72);
  content: "";
  transform: rotate(-7deg);
}

.page-hero::after {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.32) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.22;
  content: "";
}

.insights-hero {
  background:
    linear-gradient(120deg, rgba(3, 16, 68, 0.9), rgba(3, 16, 68, 0.54) 48%, rgba(3, 16, 68, 0.18)),
    url("assets/plastic-world-bag.jpg") center / cover;
}

.insights-hero::before {
  display: none;
}

.catalog-hero {
  background:
    linear-gradient(120deg, rgba(3, 16, 68, 0.88), rgba(3, 16, 68, 0.5) 46%, rgba(3, 16, 68, 0.12)),
    url("assets/catalog-hero-film-roll.png") center / cover;
}

.catalog-hero::before {
  display: none;
}

.company-hero {
  background:
    linear-gradient(120deg, rgba(3, 16, 68, 0.94), rgba(3, 16, 68, 0.76)),
    #031044;
}

.company-hero::before {
  right: clamp(24px, 6vw, 96px);
  bottom: auto;
  top: 50%;
  z-index: 1;
  width: min(34vw, 380px);
  aspect-ratio: 3.1;
  border: 0;
  border-radius: 0;
  background: url("cafagna-logo-horizontal.svg") center / contain no-repeat;
  opacity: 0.94;
  transform: translateY(-28%);
}

.company-hero::after {
  z-index: 0;
}

.recycling-hero {
  background:
    linear-gradient(120deg, rgba(3, 16, 68, 0.94), rgba(3, 16, 68, 0.68) 44%, rgba(3, 16, 68, 0.28)),
    url("assets/packaging-production.jpg") center / cover;
}

.recycling-hero::before {
  display: none;
}

.page-hero > div {
  position: relative;
  z-index: 1;
  max-width: 960px;
}

.page-hero.company-hero > div {
  z-index: 2;
  max-width: 650px;
}

.page-hero h1 {
  font-size: clamp(46px, 7vw, 92px);
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
}

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

.hero-tag-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.recycling-intro,
.recycling-guide,
.life-cycle-section,
.material-code-section,
.official-sources {
  width: min(100% - 56px, 1220px);
  margin: 0 auto;
  padding: clamp(54px, 7vw, 92px) 0;
}

.recycling-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(360px, 0.8fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
}

.recycling-intro > p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.64;
}

.recycling-cards,
.material-code-grid,
.source-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.recycling-cards article,
.material-code-grid article {
  display: grid;
  gap: 12px;
  min-height: 250px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.recycling-cards span,
.material-code-grid span {
  display: inline-grid;
  place-items: center;
  width: fit-content;
  min-width: 42px;
  height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--ice);
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
}

.recycling-cards h3,
.material-code-grid h3 {
  margin: 0;
  font-size: 21px;
}

.recycling-cards p,
.material-code-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.life-cycle-section {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(520px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.life-cycle-interactive {
  align-items: stretch;
}

.life-cycle-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.life-cycle-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 28px;
}

.life-cycle-controls button {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
  text-align: left;
  transition: background 0.22s var(--ease), color 0.22s var(--ease), transform 0.22s var(--ease), border-color 0.22s var(--ease);
}

.life-cycle-controls button:hover,
.life-cycle-controls button.active {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
  transform: translateY(-1px);
}

.life-cycle-display {
  display: grid;
  grid-template-rows: minmax(340px, 1fr) auto;
  gap: 18px;
  min-height: 560px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.cycle-scene {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(241, 247, 255, 0.94), rgba(255, 255, 255, 0.98)),
    linear-gradient(90deg, rgba(6, 28, 120, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(6, 28, 120, 0.08) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
}

.cycle-scene::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(216, 222, 234, 0), rgba(216, 222, 234, 0.62));
  content: "";
}

.cycle-route {
  position: absolute;
  right: 7%;
  bottom: 28%;
  left: 7%;
  height: 118px;
  border-bottom: 3px dashed rgba(6, 28, 120, 0.2);
  border-radius: 999px;
}

.cycle-route::before,
.cycle-route::after {
  position: absolute;
  border-radius: 999px;
  content: "";
}

.cycle-route::before {
  right: 0;
  bottom: -6px;
  left: 0;
  height: 9px;
  background: linear-gradient(90deg, rgba(6, 28, 120, 0.04), rgba(6, 28, 120, 0.24), rgba(6, 28, 120, 0.04));
  animation: routePulse 3.4s var(--ease) infinite;
}

.cycle-route::after {
  right: -4px;
  bottom: -13px;
  width: 30px;
  height: 30px;
  border-top: 4px solid rgba(6, 28, 120, 0.32);
  border-right: 4px solid rgba(6, 28, 120, 0.32);
  transform: rotate(45deg);
}

.cycle-machine,
.cycle-roll,
.cycle-bag,
.cycle-product,
.cycle-bin,
.cycle-truck,
.cycle-belt,
.cycle-pellets,
.cycle-new-roll {
  position: absolute;
  transition: opacity 0.42s var(--ease), transform 0.58s var(--ease), filter 0.42s var(--ease);
}

.cycle-machine {
  left: 7%;
  bottom: 19%;
  width: 176px;
  height: 122px;
  border: 1px solid rgba(6, 28, 120, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 12%, transparent 12% 20%, rgba(255, 255, 255, 0.18) 20% 30%, transparent 30%),
    linear-gradient(145deg, #151b2c, #5d6a82);
  box-shadow: 0 20px 34px rgba(17, 18, 20, 0.18);
}

.cycle-machine span {
  position: absolute;
  right: 16px;
  bottom: 26px;
  left: 16px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #eef6ff, #aebbd2);
}

.cycle-machine strong {
  position: absolute;
  top: 17px;
  left: 17px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.cycle-roll,
.cycle-new-roll {
  width: 118px;
  height: 118px;
  border: 16px solid rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 24px, #10235c 25px 27px, transparent 28px),
    conic-gradient(from 20deg, #c8d6ec, #fff, #d9e5f4, #fff, #c8d6ec);
  box-shadow: inset 0 0 0 1px rgba(6, 28, 120, 0.12), 0 18px 36px rgba(17, 18, 20, 0.16);
}

.cycle-roll {
  left: 32%;
  bottom: 19%;
}

.cycle-new-roll {
  right: 10%;
  bottom: 19%;
}

.cycle-bag {
  right: 14%;
  bottom: 18%;
  width: 158px;
  height: 220px;
  border: 2px solid rgba(6, 28, 120, 0.18);
  border-radius: 22px 22px 16px 16px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.22)),
    rgba(221, 238, 255, 0.55);
  box-shadow: inset 18px 0 36px rgba(255, 255, 255, 0.35), 0 24px 42px rgba(17, 18, 20, 0.14);
}

.cycle-bag::before {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 54px;
  height: 16px;
  border-radius: 999px;
  background: rgba(3, 16, 68, 0.18);
  content: "";
  transform: translateX(-50%);
}

.cycle-bag span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  height: 2px;
  background: rgba(6, 28, 120, 0.25);
}

.cycle-bag strong {
  position: absolute;
  right: 18px;
  bottom: 30px;
  color: var(--blue);
  font-size: 18px;
  font-weight: 950;
}

.cycle-product {
  right: 20%;
  bottom: 26%;
  width: 104px;
  height: 72px;
  border-radius: 14px;
  background: linear-gradient(145deg, #ff7043, #f2b15f);
  box-shadow: 0 18px 30px rgba(17, 18, 20, 0.16);
}

.cycle-product::before {
  position: absolute;
  top: 14px;
  left: 16px;
  width: 72px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  content: "";
}

.cycle-bin {
  right: 14%;
  bottom: 16%;
  width: 132px;
  height: 154px;
  border-radius: 16px 16px 22px 22px;
  background: linear-gradient(145deg, #07225f, #0e3e9a);
  box-shadow: 0 22px 36px rgba(17, 18, 20, 0.18);
}

.cycle-bin::before {
  position: absolute;
  top: -18px;
  right: -10px;
  left: -10px;
  height: 26px;
  border-radius: 999px;
  background: #061c78;
  content: "";
}

.cycle-bin span {
  position: absolute;
  top: 38px;
  left: 50%;
  width: 54px;
  height: 54px;
  border: 5px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  transform: translateX(-50%);
}

.cycle-truck {
  left: 11%;
  bottom: 17%;
  width: 180px;
  height: 84px;
  border-radius: 18px 22px 14px 14px;
  background: linear-gradient(145deg, #f6f8fb, #c8d6ec);
  box-shadow: 0 22px 34px rgba(17, 18, 20, 0.14);
}

.cycle-truck::before {
  position: absolute;
  right: -58px;
  bottom: 0;
  width: 78px;
  height: 62px;
  border-radius: 14px 16px 12px 0;
  background: linear-gradient(145deg, #163a99, #061c78);
  content: "";
}

.cycle-truck::after,
.cycle-truck span::before {
  position: absolute;
  bottom: -13px;
  width: 31px;
  height: 31px;
  border: 6px solid #182030;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.cycle-truck::after {
  left: 22px;
}

.cycle-truck span::before {
  right: -43px;
}

.cycle-belt {
  right: 8%;
  bottom: 21%;
  left: 8%;
  height: 56px;
  border-radius: 999px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0 18px, transparent 18px 38px),
    linear-gradient(180deg, #161d2e, #4a566b);
  box-shadow: 0 18px 32px rgba(17, 18, 20, 0.18);
}

.cycle-pellets {
  left: 13%;
  top: 24%;
  width: 180px;
  height: 94px;
}

.cycle-pellets span {
  position: absolute;
  width: 30px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(145deg, #eaf3ff, #b7c6dc);
  box-shadow: 0 10px 20px rgba(17, 18, 20, 0.12);
}

.cycle-pellets span:nth-child(1) {
  left: 5px;
  top: 44px;
}

.cycle-pellets span:nth-child(2) {
  left: 46px;
  top: 18px;
}

.cycle-pellets span:nth-child(3) {
  left: 84px;
  top: 54px;
}

.cycle-pellets span:nth-child(4) {
  left: 122px;
  top: 26px;
}

.cycle-pellets span:nth-child(5) {
  left: 152px;
  top: 62px;
}

.cycle-note {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 3px;
  min-width: 142px;
  padding: 10px 12px;
  border: 1px solid rgba(6, 28, 120, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 32px rgba(17, 18, 20, 0.1);
  opacity: 0.46;
  transform: translateY(8px) scale(0.94);
}

.cycle-note strong,
.cycle-note span {
  display: block;
}

.cycle-note strong {
  color: var(--blue);
  font-size: 13px;
  line-height: 1;
}

.cycle-note span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.18;
}

.note-material {
  left: 8%;
  top: 10%;
}

.note-production {
  left: 26%;
  top: 13%;
}

.note-use {
  right: 11%;
  top: 10%;
}

.note-collection {
  right: 7%;
  bottom: 10%;
}

.note-sorting {
  left: 36%;
  bottom: 9%;
}

.note-recycling {
  right: 23%;
  bottom: 12%;
}

.life-cycle-display[data-stage="material"] .note-material,
.life-cycle-display[data-stage="production"] .note-production,
.life-cycle-display[data-stage="use"] .note-use,
.life-cycle-display[data-stage="collection"] .note-collection,
.life-cycle-display[data-stage="sorting"] .note-sorting,
.life-cycle-display[data-stage="recycling"] .note-recycling {
  border-color: rgba(255, 184, 0, 0.7);
  background: #fff;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.life-cycle-display[data-stage="material"] .note-material::after,
.life-cycle-display[data-stage="production"] .note-production::after,
.life-cycle-display[data-stage="use"] .note-use::after,
.life-cycle-display[data-stage="collection"] .note-collection::after,
.life-cycle-display[data-stage="sorting"] .note-sorting::after,
.life-cycle-display[data-stage="recycling"] .note-recycling::after {
  position: absolute;
  top: -7px;
  right: 12px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffb800;
  box-shadow: 0 0 0 7px rgba(255, 184, 0, 0.18);
  content: "";
}

.life-cycle-display[data-stage="material"] .cycle-machine,
.life-cycle-display[data-stage="material"] .cycle-bag,
.life-cycle-display[data-stage="material"] .cycle-product,
.life-cycle-display[data-stage="material"] .cycle-bin,
.life-cycle-display[data-stage="material"] .cycle-truck,
.life-cycle-display[data-stage="material"] .cycle-belt,
.life-cycle-display[data-stage="material"] .cycle-new-roll,
.life-cycle-display[data-stage="production"] .cycle-bin,
.life-cycle-display[data-stage="production"] .cycle-truck,
.life-cycle-display[data-stage="production"] .cycle-belt,
.life-cycle-display[data-stage="production"] .cycle-new-roll,
.life-cycle-display[data-stage="use"] .cycle-machine,
.life-cycle-display[data-stage="use"] .cycle-bin,
.life-cycle-display[data-stage="use"] .cycle-truck,
.life-cycle-display[data-stage="use"] .cycle-belt,
.life-cycle-display[data-stage="use"] .cycle-pellets,
.life-cycle-display[data-stage="use"] .cycle-new-roll,
.life-cycle-display[data-stage="collection"] .cycle-machine,
.life-cycle-display[data-stage="collection"] .cycle-roll,
.life-cycle-display[data-stage="collection"] .cycle-belt,
.life-cycle-display[data-stage="collection"] .cycle-pellets,
.life-cycle-display[data-stage="collection"] .cycle-new-roll,
.life-cycle-display[data-stage="sorting"] .cycle-machine,
.life-cycle-display[data-stage="sorting"] .cycle-roll,
.life-cycle-display[data-stage="sorting"] .cycle-product,
.life-cycle-display[data-stage="sorting"] .cycle-bin,
.life-cycle-display[data-stage="sorting"] .cycle-truck,
.life-cycle-display[data-stage="sorting"] .cycle-new-roll,
.life-cycle-display[data-stage="recycling"] .cycle-bag,
.life-cycle-display[data-stage="recycling"] .cycle-product,
.life-cycle-display[data-stage="recycling"] .cycle-bin,
.life-cycle-display[data-stage="recycling"] .cycle-truck,
.life-cycle-display[data-stage="recycling"] .cycle-belt {
  opacity: 0.12;
  filter: grayscale(1);
  transform: scale(0.88);
}

.life-cycle-display[data-stage="material"] .cycle-pellets {
  opacity: 1;
  transform: translate(28%, 24%) scale(1.35);
}

.life-cycle-display[data-stage="production"] .cycle-machine {
  opacity: 1;
  transform: translateX(14px);
}

.life-cycle-display[data-stage="production"] .cycle-roll {
  opacity: 1;
  transform: translateX(36px) rotate(22deg);
}

.life-cycle-display[data-stage="production"] .cycle-bag {
  opacity: 0.72;
  transform: translateX(-38px) scale(0.78);
}

.life-cycle-display[data-stage="production"] .cycle-pellets {
  opacity: 0.5;
  transform: translate(34px, 20px) scale(0.74);
}

.life-cycle-display[data-stage="use"] .cycle-bag {
  opacity: 1;
  transform: translateX(-42px) scale(1.02);
}

.life-cycle-display[data-stage="use"] .cycle-product {
  opacity: 1;
  transform: translate(-34px, 12px) scale(0.98);
}

.life-cycle-display[data-stage="use"] .cycle-roll {
  opacity: 0.22;
  transform: translateX(-30px) scale(0.76);
}

.life-cycle-display[data-stage="collection"] .cycle-bin {
  opacity: 1;
  transform: translateX(-18px);
}

.life-cycle-display[data-stage="collection"] .cycle-bag {
  opacity: 0.84;
  transform: translate(-54px, 52px) scale(0.54) rotate(10deg);
}

.life-cycle-display[data-stage="collection"] .cycle-product {
  opacity: 0;
  transform: translate(-48px, 90px) scale(0.46);
}

.life-cycle-display[data-stage="collection"] .cycle-truck {
  opacity: 0.72;
  transform: translateX(28px) scale(0.88);
}

.life-cycle-display[data-stage="sorting"] .cycle-belt {
  opacity: 1;
  transform: translateY(0);
}

.life-cycle-display[data-stage="sorting"] .cycle-bag {
  opacity: 0.72;
  transform: translate(-130px, 72px) scale(0.42) rotate(-12deg);
}

.life-cycle-display[data-stage="sorting"] .cycle-pellets {
  opacity: 0.88;
  transform: translate(175px, 178px) scale(0.92);
}

.life-cycle-display[data-stage="recycling"] .cycle-pellets {
  opacity: 0.96;
  transform: translate(60px, 72px) scale(0.95);
}

.life-cycle-display[data-stage="recycling"] .cycle-machine {
  opacity: 0.78;
  transform: translateX(4px) scale(0.9);
}

.life-cycle-display[data-stage="recycling"] .cycle-roll {
  opacity: 0.4;
  transform: translate(-12px, -8px) scale(0.82);
}

.life-cycle-display[data-stage="recycling"] .cycle-new-roll {
  opacity: 1;
  transform: translateX(-56px) scale(1.08) rotate(-24deg);
}

.cycle-stage-copy {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(6, 28, 120, 0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fbff, #fff);
}

.cycle-stage-copy span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.cycle-stage-copy h3 {
  margin: 0;
  font-size: 26px;
}

.cycle-stage-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.cycle-progress {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  margin-top: 6px;
}

.cycle-progress span {
  height: 5px;
  border-radius: 999px;
  background: #dbe5f2;
}

.cycle-progress span.active {
  background: var(--blue);
}

@keyframes routePulse {
  0%,
  100% {
    opacity: 0.38;
    transform: scaleX(0.72);
    transform-origin: left;
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
  }
}

.life-cycle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.life-cycle-grid article {
  position: relative;
  min-height: 154px;
  padding: 18px;
  border: 1px solid rgba(6, 28, 120, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 250, 255, 0.96)),
    #fff;
  box-shadow: var(--soft-shadow);
}

.life-cycle-grid article::before {
  display: block;
  width: 34px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--blue);
  content: "";
}

.life-cycle-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
}

.life-cycle-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.material-code-section {
  display: grid;
  gap: 28px;
}

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

.ppwr-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 0.72fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  width: 100%;
  margin: clamp(36px, 6vw, 72px) 0;
  padding: clamp(58px, 8vw, 96px) max(28px, calc((100vw - 1220px) / 2));
  color: #fff;
  background:
    linear-gradient(120deg, rgba(3, 16, 68, 0.96), rgba(6, 28, 120, 0.9)),
    radial-gradient(circle at 80% 20%, rgba(95, 216, 255, 0.22), transparent 34%);
}

.ppwr-panel h2 {
  max-width: 760px;
}

.ppwr-panel p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.ppwr-checklist {
  display: grid;
  gap: 12px;
}

.ppwr-checklist article {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.ppwr-checklist strong,
.ppwr-checklist span {
  display: block;
}

.ppwr-checklist strong {
  margin-bottom: 8px;
  font-size: 17px;
}

.ppwr-checklist span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.source-link-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.source-link-grid a {
  display: grid;
  gap: 8px;
  min-height: 126px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--soft-shadow);
  transition: transform 0.24s var(--ease), box-shadow 0.24s var(--ease);
}

.source-link-grid a:hover {
  box-shadow: 0 22px 50px rgba(17, 18, 20, 0.12);
  transform: translateY(-4px);
}

.source-link-grid span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.source-link-grid strong {
  font-size: 18px;
}

@media (max-width: 960px) {
  .recycling-intro,
  .life-cycle-section,
  .ppwr-panel {
    grid-template-columns: 1fr;
  }

  .life-cycle-section {
    gap: 22px;
  }

  .life-cycle-display {
    min-height: 0;
  }

  .recycling-cards,
  .source-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.insights-board {
  display: grid;
  gap: 28px;
}

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

.source-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  position: relative;
  min-height: 300px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--soft-shadow);
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease);
}

.source-grid article:hover {
  box-shadow: 0 22px 50px rgba(17, 18, 20, 0.12);
  transform: translateY(-5px);
}

.source-grid article:hover .text-button {
  color: var(--blue);
}

.source-grid span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.source-grid .text-button {
  justify-self: start;
  align-self: end;
  position: relative;
  z-index: 1;
  margin-top: auto;
}

.source-grid .text-button::after {
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  content: "";
}

.market-watch {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: center;
  margin-bottom: clamp(32px, 6vw, 70px);
  padding: clamp(26px, 5vw, 46px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.market-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.market-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.market-card {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid #dce8f5;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7fbff, #ffffff);
}

.market-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.market-head span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.market-head strong {
  display: block;
  margin-top: 6px;
  color: var(--blue);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
}

.market-deltas {
  display: grid;
  gap: 8px;
  min-width: 150px;
}

.market-deltas span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  text-align: center;
}

.market-chart {
  min-height: 220px;
}

.market-chart svg {
  display: block;
  width: 100%;
  height: auto;
}

.market-chart text {
  fill: #62718a;
  font-size: 12px;
  font-weight: 800;
}

.market-grid-line {
  fill: none;
  stroke: #dce8f5;
  stroke-width: 1;
}

.market-area {
  fill: url("#marketArea");
}

.market-line {
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5;
}

.market-dot {
  fill: #fff;
  stroke: var(--blue);
  stroke-width: 3;
}

.market-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.live-insights {
  display: grid;
  gap: 18px;
  margin-bottom: clamp(32px, 6vw, 70px);
}

.live-insights .section-heading {
  max-width: 920px;
}

.live-insights-status {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

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

.live-insight-card {
  display: grid;
  gap: 10px;
  min-height: 250px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--soft-shadow);
  transition: transform 0.24s var(--ease), box-shadow 0.24s var(--ease);
}

.live-insight-card:hover {
  box-shadow: 0 22px 50px rgba(17, 18, 20, 0.12);
  transform: translateY(-4px);
}

.live-insight-card span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.live-insight-card h3 {
  margin: 0;
  font-size: 19px;
}

.live-insight-card p {
  color: var(--muted);
  font-size: 14px;
}

.live-insight-card > div {
  display: grid;
  gap: 10px;
  align-self: end;
}

.live-insight-card small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.live-insight-card .text-button,
.source-grid .text-button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(31, 143, 255, 0.22);
  border-radius: 999px;
  background: #f1f7ff;
  color: var(--blue);
  font-size: 13px;
}

.live-insight-card .text-button:hover,
.source-grid .text-button:hover {
  background: var(--blue);
  color: #fff;
}

.automation-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.52fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  margin-bottom: clamp(32px, 6vw, 70px);
  padding: clamp(26px, 5vw, 46px);
}

.automation-steps {
  display: grid;
  gap: 10px;
}

.automation-steps span {
  display: block;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--blue);
  background: var(--ice);
  font-weight: 950;
}

.product-page-body {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(320px, 0.64fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
}

.product-page-summary,
.product-page-specs,
.product-page-cta,
.legal-section article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.product-page-summary {
  padding: clamp(24px, 4vw, 38px);
}

.product-page-summary p,
.product-page-cta p,
.legal-section p {
  color: var(--muted);
}

.product-page-specs {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.product-page-specs div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
}

.product-page-specs span {
  color: var(--muted);
  font-weight: 900;
}

.product-page-specs strong {
  text-align: right;
}

.product-page-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-bottom: clamp(42px, 7vw, 88px);
  padding: clamp(26px, 5vw, 46px);
}

.legal-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.legal-section article {
  padding: clamp(22px, 3vw, 32px);
}

.legal-section h2 {
  margin-bottom: 12px;
  font-size: clamp(24px, 2.6vw, 34px);
}

.company-story,
.company-values {
  max-width: 1220px;
  margin: 0 auto;
  padding: clamp(64px, 8.5vw, 112px) clamp(18px, 4vw, 28px);
}

.company-story {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(340px, 1fr);
  gap: clamp(28px, 6vw, 86px);
}

.company-story .eyebrow {
  color: var(--blue);
}

.company-story-copy {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.company-story-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.company-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-top: 0;
}

.company-values article {
  min-height: 280px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.company-values span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 54px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-size: 12px;
  font-weight: 950;
}

.company-values p {
  color: var(--muted);
}

.admin-shell {
  min-height: 100vh;
  padding: clamp(28px, 5vw, 72px);
}

.admin-login,
.admin-board {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.5fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  max-width: 1180px;
  margin: 0 auto 28px;
  padding: clamp(24px, 5vw, 46px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.admin-login .eyebrow,
.admin-board .eyebrow {
  color: var(--blue);
}

.admin-login p,
.admin-card p,
.admin-card small,
.admin-card dd {
  color: var(--muted);
}

.admin-board {
  display: block;
}

.admin-head,
.admin-card-top,
.admin-card dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.admin-head {
  margin-bottom: 22px;
}

.admin-actions,
.admin-toolbar,
.admin-badges,
.admin-card-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-actions,
.admin-toolbar {
  flex-wrap: wrap;
}

.admin-toolbar {
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
}

.admin-toolbar label,
.admin-card-actions label {
  display: grid;
  gap: 6px;
}

.admin-toolbar label {
  min-width: min(220px, 100%);
}

.admin-toolbar span,
.admin-card-actions span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admin-toolbar select,
.admin-card-actions select {
  min-height: 42px;
  padding: 0 38px 0 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-weight: 850;
}

.admin-counter {
  margin: 0;
  color: var(--muted);
  font-weight: 850;
}

.admin-list {
  display: grid;
  gap: 14px;
}

.admin-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.admin-badges span,
.admin-badges strong {
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-badges span {
  color: #fff;
  background: var(--blue);
}

.admin-badges strong {
  color: var(--blue);
  background: #eaf1ff;
}

.admin-card[data-status="read"] .admin-badges strong {
  color: #33506e;
  background: #eef2f6;
}

.admin-card[data-status="replied"] .admin-badges strong {
  color: #11663c;
  background: #e7f7ee;
}

.admin-card h3,
.admin-card p,
.admin-card dl,
.admin-card ul {
  margin: 0;
}

.admin-card dl {
  display: grid;
  gap: 8px;
}

.admin-card dt {
  color: var(--ink);
  font-weight: 900;
}

.admin-card a {
  color: var(--blue);
  font-weight: 850;
  text-decoration: none;
}

.admin-card ul {
  padding-left: 18px;
}

.admin-card-actions {
  justify-content: space-between;
  padding-top: 4px;
}

.button.danger {
  color: #b42318;
  border-color: #f3b7b1;
  background: #fff;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(280px, 0.52fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: end;
  margin-bottom: 28px;
}

.section-heading.compact {
  display: block;
  max-width: 880px;
}

.catalog-toolbar {
  position: sticky;
  top: 94px;
  z-index: 10;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(16px);
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tab {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: #fff;
  font-weight: 950;
  transition: color 0.2s var(--ease), background 0.2s var(--ease), border-color 0.2s var(--ease);
}

.tab.active,
.tab:hover {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}

.search-box,
label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.search-box {
  min-width: min(100%, 340px);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  background: #fff;
}

.consent-line {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.consent-line input {
  width: 18px;
  min-height: 18px;
  margin: 1px 0 0;
  accent-color: var(--blue);
}

input,
select {
  min-height: 48px;
  padding: 0 14px;
}

textarea {
  resize: vertical;
  padding: 13px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 4px solid rgba(32, 32, 216, 0.12);
  border-color: var(--blue);
}

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

.product-card {
  position: relative;
  display: grid;
  min-height: 560px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--soft-shadow);
  animation: productRise 0.62s var(--ease) both;
  animation-delay: calc(var(--card-index) * 55ms);
  transition: transform 0.34s var(--ease), box-shadow 0.34s var(--ease);
}

.product-card:hover {
  box-shadow: 0 22px 50px rgba(17, 18, 20, 0.12);
  transform: translateY(-6px);
}

.product-visual {
  position: relative;
  height: 116px;
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    var(--blue);
  background-size: 22px 22px, 22px 22px, auto;
}

.product-visual.has-image {
  height: 190px;
  border: 1px solid var(--line);
  background: #f7f9fc;
}

.product-visual.has-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.42s var(--ease);
}

.product-card:hover .product-visual.has-image img {
  transform: scale(1.04);
}

.product-visual.has-image::before,
.product-visual.has-image::after {
  display: none;
}

.product-visual.has-image .photo-count {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  max-width: none;
  padding: 7px 9px;
  border-radius: 999px;
  color: #fff;
  background: rgba(3, 13, 46, 0.72);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.product-card:nth-child(2n) .product-visual {
  background:
    linear-gradient(90deg, rgba(17, 18, 20, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17, 18, 20, 0.06) 1px, transparent 1px),
    var(--ice);
  background-size: 22px 22px, 22px 22px, auto;
}

.product-card:nth-child(3n) .product-visual {
  background:
    linear-gradient(90deg, rgba(17, 18, 20, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17, 18, 20, 0.06) 1px, transparent 1px),
    #f3ecff;
  background-size: 22px 22px, 22px 22px, auto;
}

.product-visual::before,
.product-visual::after {
  position: absolute;
  content: "";
}

.product-visual::before {
  right: 22px;
  bottom: 22px;
  width: 52%;
  height: 52px;
  border: 2px solid rgba(255, 255, 255, 0.62);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  transform: skew(-7deg);
}

.product-visual span {
  position: absolute;
  right: 14px;
  bottom: 12px;
  z-index: 1;
  max-width: 138px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 950;
  line-height: 1.1;
  text-align: right;
  text-transform: uppercase;
}

.product-card:nth-child(2n) .product-visual span,
.product-card:nth-child(3n) .product-visual span {
  color: rgba(6, 28, 120, 0.72);
}

.product-card:nth-child(2n) .product-visual::before,
.product-card:nth-child(3n) .product-visual::before {
  border-color: rgba(32, 32, 216, 0.45);
}

.product-visual::after {
  top: 22px;
  left: 22px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--electric);
  box-shadow: 58px 18px 0 rgba(255, 255, 255, 0.24);
}

.product-card .product-visual.has-image {
  background: #f7f9fc;
  background-size: auto;
}

.product-card .product-visual.has-image .photo-count {
  color: #fff;
  text-align: center;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

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

.spec-list {
  display: grid;
  gap: 8px;
  margin: 18px 0;
}

.spec-list div {
  display: grid;
  grid-template-columns: minmax(88px, 0.42fr) minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  font-size: 13px;
}

.spec-list span {
  color: var(--muted);
  font-weight: 900;
}

.spec-list strong {
  text-align: right;
  line-height: 1.24;
}

.price-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.price-line strong {
  font-size: 18px;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.product-actions .text-button,
.product-actions .small-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.text-button {
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--blue);
  background: #fff;
  font-weight: 950;
  transition: transform 0.2s var(--ease), background 0.2s var(--ease), border-color 0.2s var(--ease);
}

.text-button:hover {
  border-color: var(--blue);
  background: var(--ice);
  transform: translateY(-1px);
}

.small-button {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--blue);
  border-radius: 12px;
  color: #fff;
  background: var(--blue);
  font-weight: 950;
  transition: transform 0.2s var(--ease), background 0.2s var(--ease), color 0.2s var(--ease);
}

.small-button:hover {
  color: var(--ink);
  background: var(--electric);
  transform: translateY(-1px);
}

.method-section {
  max-width: none;
  margin: 0;
  padding-right: clamp(18px, 4vw, 28px);
  padding-left: clamp(18px, 4vw, 28px);
  color: #fff;
  background: var(--blue);
}

.method-section .section-heading,
.method-grid {
  width: min(100%, 1220px);
  margin-right: auto;
  margin-left: auto;
}

.method-section .eyebrow {
  color: rgba(255, 255, 255, 0.8);
}

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

.method-grid article {
  min-height: 270px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  transition: transform 0.28s var(--ease), background 0.28s var(--ease);
}

.method-grid article:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-5px);
}

.method-grid span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 54px;
  border-radius: 50%;
  color: var(--blue);
  background: #fff;
  font-size: 12px;
  font-weight: 950;
}

.method-grid p {
  color: rgba(255, 255, 255, 0.76);
}

.quote-section {
  background: transparent;
}

.quote-panel,
.partner-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
  padding: clamp(22px, 4vw, 38px);
  border-radius: 28px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 16, 68, 0.94), rgba(3, 16, 68, 0.76) 54%, rgba(3, 16, 68, 0.48)),
    url("assets/partnership-handshake.jpg") center / cover;
  box-shadow: var(--shadow);
}

.quote-panel {
  background: var(--blue);
}

.quote-panel .eyebrow,
.quote-panel > div > p,
.partner-panel .eyebrow,
.partner-panel > div > p {
  color: rgba(255, 255, 255, 0.78);
}

.business-form,
.partner-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 3vw, 30px);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.16);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.partner-section {
  display: block;
}

.partner-form {
  background: #fff;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  justify-content: end;
  background: rgba(17, 18, 20, 0.5);
}

.cart-drawer.open {
  display: flex;
}

.product-detail {
  position: fixed;
  inset: 0;
  z-index: 55;
  display: none;
  place-items: center;
  padding: 22px;
  background: rgba(17, 18, 20, 0.58);
  backdrop-filter: blur(14px);
}

.product-detail.open {
  display: grid;
}

.product-detail-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(320px, 1fr);
  gap: clamp(22px, 4vw, 48px);
  width: min(100%, 980px);
  max-height: min(860px, calc(100vh - 44px));
  overflow: auto;
  padding: clamp(20px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 24% 20%, rgba(121, 231, 255, 0.22), transparent 24%),
    linear-gradient(145deg, var(--blue), var(--blue-2));
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.42);
  animation: detailIn 0.45s var(--ease);
}

.product-detail-panel > .icon-button {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
}

.detail-visual {
  display: grid;
  place-items: center;
  min-height: 420px;
  overflow: hidden;
}

.detail-product-image {
  display: block;
  width: min(100%, 520px);
  height: min(64vh, 520px);
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
}

.product-gallery-section {
  display: grid;
  gap: 22px;
  margin-bottom: clamp(34px, 6vw, 70px);
  padding: 0 clamp(20px, 5vw, 76px);
}

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

.product-gallery figure {
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.product-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-bag {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 310px);
  aspect-ratio: 0.78;
  border: 2px solid rgba(255, 255, 255, 0.34);
  border-radius: 36px 36px 22px 22px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.2)),
    rgba(223, 239, 255, 0.86);
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.28);
  transform: rotate(-5deg);
  animation: bagFloat 4.8s var(--ease) infinite;
}

.detail-bag::before {
  position: absolute;
  top: 18px;
  right: 22px;
  left: 22px;
  height: 34px;
  border-radius: 20px 20px 8px 8px;
  background: rgba(17, 18, 20, 0.88);
  content: "";
}

.detail-bag span {
  position: absolute;
  right: 48px;
  bottom: 78px;
  width: 74px;
  height: 74px;
  border: 2px solid rgba(32, 32, 216, 0.22);
  border-radius: 50%;
}

.detail-bag strong {
  color: var(--blue);
  font-size: clamp(42px, 7vw, 74px);
  letter-spacing: 0;
}

.detail-copy {
  align-self: center;
  padding-right: 28px;
}

.detail-copy .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.detail-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.detail-specs {
  display: grid;
  gap: 10px;
  margin: 26px 0;
}

.detail-specs div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.11);
}

.detail-specs span {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 900;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button.dark {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.cart-panel {
  display: grid;
  grid-template-rows: auto 1fr auto auto auto;
  gap: 18px;
  width: min(100%, 440px);
  height: 100%;
  padding: 24px;
  background: var(--paper);
  box-shadow: var(--shadow);
  animation: drawerIn 0.34s var(--ease);
}

.cart-head h2 {
  margin: 0;
  font-size: 28px;
}

.icon-button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  font-weight: 950;
}

.cart-items {
  display: grid;
  align-content: start;
  gap: 12px;
  overflow: auto;
}

.cart-row {
  padding: 12px;
  border-radius: 16px;
  background: #fff;
}

.cart-row h3 {
  margin: 0;
  font-size: 15px;
}

.cart-row small {
  color: var(--muted);
}

.qty-control {
  display: inline-grid;
  grid-template-columns: 30px 34px 30px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
}

.qty-control button {
  height: 30px;
  border: 0;
  background: #fff;
  font-weight: 950;
}

.qty-control span {
  text-align: center;
  font-weight: 950;
}

.cart-empty {
  align-self: center;
  color: var(--muted);
  text-align: center;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(380px, 1fr);
  align-items: start;
  gap: clamp(24px, 5vw, 74px);
  max-width: 1220px;
  margin: 0 auto;
  padding: clamp(70px, 10vw, 132px) clamp(18px, 4vw, 28px);
}

.contact-section h2 {
  max-width: 620px;
  margin: 0;
}

.contact-section p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  font-size: 18px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-grid > a,
.contact-grid > div {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 118px;
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--soft-shadow);
  transition: transform 0.22s var(--ease), border-color 0.22s var(--ease), box-shadow 0.22s var(--ease);
}

.contact-grid > a:hover {
  transform: translateY(-4px);
  border-color: rgba(6, 28, 120, 0.38);
  box-shadow: 0 22px 52px rgba(17, 18, 20, 0.12);
}

.contact-grid > a span,
.contact-grid > div > span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-grid strong {
  font-size: 16px;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.contact-grid small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.contact-grid .mini-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  font-size: 12px;
  font-weight: 950;
}

.whatsapp-locked {
  background: linear-gradient(145deg, #ffffff, #f7faff);
}

.whatsapp-unlocked {
  border-color: rgba(6, 28, 120, 0.34) !important;
  background: linear-gradient(145deg, #ffffff, #edf5ff) !important;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  justify-content: space-between;
  gap: 34px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 42px clamp(18px, 4vw, 28px);
  border-top: 1px solid var(--line);
  color: var(--ink);
}

.site-footer p {
  margin: 6px 0 0;
  color: var(--muted);
}

.footer-company-data {
  max-width: 680px;
  font-size: 13px;
  line-height: 1.45;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  color: var(--muted);
  font-weight: 900;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@keyframes lineFlow {
  0%,
  100% {
    transform: scaleX(0.72);
    transform-origin: left;
  }

  50% {
    transform: scaleX(1);
  }
}

@keyframes drawerIn {
  from {
    transform: translateX(34px);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes detailIn {
  from {
    opacity: 0;
    transform: translateY(36px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes bagFloat {
  0%,
  100% {
    transform: rotate(-5deg) translateY(0);
  }

  50% {
    transform: rotate(-2deg) translateY(-14px);
  }
}

@keyframes slowSpin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes productRise {
  from {
    opacity: 0;
    transform: translateY(26px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes garmentPack {
  0% {
    opacity: 0.28;
    transform: translate(-50%, -70px) scale(0.86);
  }

  55%,
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}

@keyframes parcelPack {
  0% {
    transform: translate(-120px, -8px) scale(0.86);
  }

  52% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(24px, 0) scale(0.92);
  }
}

@keyframes zipClose {
  from {
    transform: scaleX(0.18);
    transform-origin: left;
  }

  to {
    transform: scaleX(1);
    transform-origin: left;
  }
}

@keyframes doypackOpen {
  0%,
  58% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }

  100% {
    opacity: 0.82;
    transform: translate(-50%, -34px) scale(0.86);
  }
}

@keyframes wasteDrop {
  0% {
    transform: translateY(-76px) rotate(20deg) scale(0.76);
  }

  100% {
    transform: translateY(112px) rotate(-8deg) scale(1);
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1280px) {
  .site-header {
    padding-right: 12px;
    padding-left: 12px;
  }

  .nav-shell {
    gap: 10px;
    max-width: calc(100vw - 24px);
    padding-right: 10px;
    padding-left: 12px;
  }

  .brand-symbol {
    width: 142px;
    height: 46px;
  }

  .main-nav {
    gap: 2px;
    font-size: 12px;
  }

  .main-nav a {
    padding-right: 9px;
    padding-left: 9px;
  }

  .nav-actions {
    gap: 6px;
  }

  .cart-button {
    min-height: 36px;
    padding-right: 11px;
    padding-left: 11px;
    font-size: 13px;
  }

  .hero h1 {
    max-width: 880px;
    font-size: clamp(42px, 5.8vw, 78px);
  }

  .hero-copy p:not(.eyebrow) {
    max-width: 690px;
  }

  .signal-strip,
  .home-overview,
  .company-section,
  .home-overview,
  .catalog-section,
  .method-section,
  .quote-section,
  .partner-section,
  .newsletter-section,
  .insights-teaser,
  .insights-board,
  .market-watch,
  .product-page-body,
  .product-page-cta,
  .company-story,
  .contact-section,
  .site-footer {
    max-width: calc(100vw - 36px);
  }

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

  .product-card {
    min-height: 0;
  }
}

@media (max-height: 760px) and (min-width: 721px) {
  .hero {
    min-height: 720px;
    padding-top: 118px;
    padding-bottom: 76px;
  }

  .hero h1 {
    font-size: clamp(38px, 5.2vw, 68px);
    line-height: 0.98;
  }

  .hero-copy {
    padding-bottom: 20px;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 18px;
    line-height: 1.45;
  }

  .hero-pills {
    margin-top: 16px;
  }
}

@media (max-width: 1180px) {
  .site-header {
    padding: 10px 10px 0;
  }

  .nav-shell {
    grid-template-columns: auto auto;
    border-radius: 24px;
  }

  .brand-symbol {
    width: 148px;
    height: 48px;
  }

  .menu-toggle {
    display: grid;
    justify-self: end;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 12px;
    border-radius: 50%;
    background: #fff;
  }

  .menu-toggle span {
    display: block;
    height: 2px;
    background: var(--ink);
  }

  .main-nav,
  .nav-actions {
    display: none;
  }

  .site-header.open .main-nav,
  .site-header.open .nav-actions {
    display: flex;
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .site-header.open .main-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .section-grid,
  .company-section,
  .section-heading,
  .story-pin,
  .quote-panel,
  .partner-panel,
  .product-detail-panel,
  .product-banner,
  .newsletter-panel,
  .insights-teaser,
  .automation-panel,
  .market-watch,
  .product-page-body,
  .product-page-cta,
  .company-story,
  .contact-section,
  .admin-login {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 118px;
  }

  .hero-board {
    max-width: 560px;
    transform: none;
  }

  .banner-visual {
    right: 28px;
    bottom: 74px;
    width: min(38vw, 360px);
    min-height: 320px;
  }

  .story-copy {
    min-height: 380px;
  }

  .detail-visual {
    min-height: 310px;
  }

  .product-grid,
  .method-grid,
  .source-grid,
  .live-insights-grid,
  .product-gallery,
  .company-values {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-toolbar {
    top: 94px;
  }
}

@media (max-width: 720px) {
  body {
    overflow-wrap: anywhere;
  }

  h1 {
    font-size: 42px;
    line-height: 1;
  }

  h2 {
    font-size: 32px;
    line-height: 1.08;
  }

  .hero {
    min-height: 100svh;
    padding-top: 132px;
    padding-bottom: 46px;
    padding-right: 18px;
    padding-left: 18px;
    align-items: end;
  }

  .hero-video {
    opacity: 1;
    object-position: center center;
    transform: scale(1.02);
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(3, 13, 46, 0.28) 0%, rgba(3, 13, 46, 0.64) 52%, rgba(3, 13, 46, 0.9) 100%),
      linear-gradient(90deg, rgba(3, 13, 46, 0.64), rgba(3, 13, 46, 0.12));
    -webkit-mask-image: none;
    mask-image: none;
    opacity: 1;
  }

  .hero::after {
    height: 74px;
  }

  .brand-symbol {
    width: 128px;
    height: 44px;
  }

  .hero-tabs {
    justify-self: stretch;
    border-radius: 22px;
  }

  .hero-tabs button {
    flex: 1 1 42%;
    justify-content: center;
    min-height: 44px;
    padding: 0 10px;
    font-size: 12px;
  }

  .hero-pills {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    max-width: none;
    margin-top: 18px;
  }

  .hero-pills span {
    min-height: 38px;
    padding: 8px 7px;
    border-radius: 12px;
    font-size: 11px;
  }

  .button,
  .text-button,
  .small-button,
  .cart-button,
  .icon-button,
  input,
  select,
  textarea {
    min-height: 44px;
  }

  .nav-shell,
  .company-section,
  .catalog-section,
  .method-section,
  .quote-section,
  .partner-section,
  .product-banner,
  .newsletter-section,
  .insights-teaser,
  .insights-board,
  .automation-panel,
  .market-watch,
  .product-page-body,
  .product-page-cta,
  .legal-section,
  .company-story,
  .company-values,
  .admin-shell,
  .contact-section,
  .site-footer {
    padding-right: 18px;
    padding-left: 18px;
  }

  .company-section,
  .catalog-section,
  .method-section,
  .quote-section,
  .partner-section,
  .product-banner,
  .newsletter-section,
  .insights-teaser,
  .insights-board,
  .automation-panel,
  .market-watch,
  .product-page-body,
  .product-page-cta,
  .legal-section,
  .company-story,
  .contact-section {
    padding-top: 52px;
    padding-bottom: 52px;
    border-top: 1px solid rgba(216, 222, 234, 0.92);
  }

  .hero-actions,
  .catalog-toolbar,
  .cookie-actions,
  .admin-head,
  .admin-actions,
  .admin-toolbar,
  .admin-card-top,
  .admin-card-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cookie-consent {
    grid-template-columns: 1fr;
    bottom: 12px;
    width: calc(100vw - 24px);
    padding: 14px;
  }

  .cookie-copy,
  .cookie-options {
    grid-template-columns: 1fr;
  }

  .cookie-pill {
    width: fit-content;
  }

  .hero-actions .button,
  .search-box,
  .cookie-actions .button,
  .admin-actions .button,
  .admin-card-actions .button,
  .admin-toolbar label,
  .admin-card-actions label {
    width: 100%;
  }

  .hero-copy {
    padding-bottom: 20px;
  }

  .hero-copy::before {
    inset: -18px -12px -18px -12px;
    width: auto;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(3, 16, 68, 0.54), rgba(3, 16, 68, 0.34));
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.45;
  }

  .signal-strip,
  .home-overview,
  .method-grid,
  .source-grid,
  .live-insights-grid,
  .product-gallery,
  .legal-section,
  .company-values,
  .field-row,
  .story-metrics,
  .contact-grid,
  .board-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .contact-grid > a,
  .contact-grid > div {
    min-height: 118px;
    padding: 14px;
  }

  .contact-grid strong {
    font-size: 13px;
  }

  .contact-grid small {
    font-size: 11px;
  }

  .signal-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding-bottom: 34px;
  }

  .signal-strip article,
  .signal-strip article:first-child,
  .signal-strip article:last-child {
    border-right: 1px solid var(--line);
    border-radius: 14px;
  }

  .signal-strip strong {
    font-size: 15px;
  }

  .signal-strip p {
    font-size: 13px;
  }

  .banner-visual {
    display: none;
  }

  .product-banner > div {
    min-height: 260px;
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgba(3, 16, 68, 0.88) 0%, rgba(3, 16, 68, 0.52) 52%, rgba(3, 16, 68, 0.18) 100%),
      url("assets/catalog-banner-bags.png") center / cover;
  }

  .newsletter-panel,
  .quote-panel,
  .partner-panel {
    gap: 18px;
    width: min(100%, calc(100vw - 24px));
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
  }

  .product-banner > div > .button,
  .insights-teaser .button,
  .product-page-cta .button {
    position: relative;
    right: auto;
    bottom: auto;
    justify-self: stretch;
    margin-top: 28px;
    width: 100%;
  }

  .page-hero {
    min-height: 62vh;
    padding-top: 126px;
    padding-bottom: 58px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .company-hero {
    padding-bottom: 138px;
  }

  .company-hero::before {
    top: auto;
    right: 18px;
    bottom: 34px;
    width: min(72vw, 320px);
    opacity: 0.42;
    transform: none;
  }

  .section-kicker {
    padding-bottom: clamp(165px, 48vw, 230px);
  }

  .section-kicker::after {
    right: 0;
    height: clamp(160px, 44vw, 220px);
    background:
      linear-gradient(180deg, rgba(3, 16, 68, 0.04), rgba(3, 16, 68, 0.18)),
      url("assets/company-plasticarta-film.png") center / cover;
  }

  .newsletter-panel {
    padding: 20px;
    background:
      linear-gradient(180deg, rgba(3, 16, 68, 0.86) 0%, rgba(3, 16, 68, 0.62) 44%, rgba(3, 16, 68, 0.9) 100%),
      url("assets/packaging-production.jpg") 44% center / cover;
  }

  .newsletter-form,
  .business-form,
  .partner-form {
    gap: 11px;
    padding: 16px;
    border-radius: 16px;
  }

  .newsletter-panel::after {
    inset: 0;
    width: auto;
    height: auto;
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.08) 44%, transparent 100%);
  }

  .partner-panel {
    background:
      linear-gradient(180deg, rgba(3, 16, 68, 0.9), rgba(3, 16, 68, 0.72)),
      url("assets/partnership-handshake.jpg") center / cover;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 22px;
    padding-bottom: 24px;
  }

  .site-footer > div:first-child {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 12px;
    align-items: center;
  }

  .site-footer p {
    margin: 0;
    font-size: 12px;
  }

  .footer-company-data {
    max-width: none;
    font-size: 11px;
    line-height: 1.35;
  }

  .footer-links {
    justify-content: flex-start;
    gap: 8px;
  }

  .footer-links a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 9px;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 11px;
  }

  .insights-hero {
    background:
      linear-gradient(180deg, rgba(3, 16, 68, 0.86), rgba(3, 16, 68, 0.48)),
      url("assets/plastic-world-bag.jpg") center / cover;
  }

  .page-hero h1 {
    font-size: 40px;
    line-height: 1;
  }

  .signal-strip {
    margin-top: 0;
    padding-right: 18px;
    padding-left: 18px;
  }

  .catalog-toolbar {
    position: static;
  }

  .product-card,
  .method-grid article,
  .source-grid article,
  .company-values article {
    min-height: 0;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .product-card {
    padding: 12px;
    border-radius: 14px;
  }

  .product-visual,
  .product-visual.has-image {
    height: 118px;
    margin-bottom: 10px;
    border-radius: 12px;
  }

  .product-meta {
    gap: 6px;
    margin-bottom: 8px;
    font-size: 9px;
  }

  .product-card h3 {
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 1.12;
  }

  .product-card > p {
    font-size: 12px;
    line-height: 1.35;
  }

  .spec-list {
    gap: 5px;
    margin: 10px 0;
  }

  .spec-list div {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 8px;
    font-size: 11px;
  }

  .spec-list strong {
    text-align: left;
  }

  .price-line strong {
    font-size: 14px;
  }

  .method-grid span {
    margin-bottom: 28px;
  }

  .board-title-row,
  .board-list div,
  .price-line,
  .product-actions,
  .detail-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .sticky-story {
    height: 420vh;
  }

  .story-pin {
    position: sticky;
    top: 0;
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 100vh;
    padding: 82px 18px 42px;
  }

  .story-card {
    position: absolute;
    inset: 58px auto auto 0;
    display: block;
  }

  .story-card.active {
    display: block;
  }

  .story-copy {
    min-height: 310px;
  }

  .story-card h2 {
    font-size: 32px;
    line-height: 1.02;
  }

  .story-card p {
    margin-top: 12px;
    font-size: 15px;
  }

  .process-rail {
    gap: 6px;
    margin-bottom: 22px;
  }

  .process-rail button {
    padding: 7px 9px;
    font-size: 10px;
  }

  .story-visual {
    transform: none;
  }

  .use-scene {
    width: min(100%, 360px);
    min-height: 300px;
    border-radius: 22px;
  }

  .variant-cloud,
  .story-metrics {
    display: none;
  }

  .transparent-bag,
  .doypack-bag,
  .sack-bag {
    width: 138px;
    height: 190px;
  }

  .shipping-bag {
    width: 180px;
    height: 128px;
  }

  .garment {
    width: 72px;
    height: 104px;
  }

  .parcel {
    left: 54px;
    top: 36px;
    width: 72px;
    height: 56px;
  }

  .mini-truck {
    right: 28px;
    bottom: 62px;
    width: 104px;
    height: 54px;
  }

  .trash-bin {
    bottom: 44px;
    width: 170px;
  }

  .text-button,
  .small-button,
  .product-actions {
    width: 100%;
  }

  .product-detail {
    align-items: start;
    padding: 10px;
    overflow: auto;
  }

  .product-detail-panel {
    gap: 14px;
    width: min(100%, 520px);
    max-height: none;
    margin: 8px 0;
    padding: 16px;
    border-radius: 18px;
  }

  .detail-visual {
    min-height: 220px;
  }

  .detail-visual .use-scene {
    min-height: 220px;
  }

  .detail-copy {
    padding-right: 0;
  }

  .orbital-mark {
    display: none;
  }
}

@media (max-width: 480px) {
  .nav-shell {
    min-height: 58px;
    padding: 8px 10px;
  }

  .brand-symbol {
    width: 112px;
    height: 40px;
  }

  .brand > span:last-child small {
    display: none;
  }

  h1,
  .hero h1,
  .page-hero h1 {
    font-size: 36px;
    line-height: 1.02;
  }

  h2 {
    font-size: 28px;
  }

  .hero-copy p:not(.eyebrow),
  .page-hero p:not(.eyebrow) {
    font-size: 16px;
  }

  .hero-tabs {
    gap: 5px;
    padding: 5px;
  }

  .hero-tabs button {
    flex: 1 1 calc(50% - 5px);
  }

  .signal-strip article,
  .product-card,
  .method-grid article,
  .source-grid article,
  .company-values article,
  .company-copy,
  .company-story-copy,
  .quote-panel,
  .partner-panel,
  .newsletter-panel,
  .product-page-specs,
  .admin-card {
    padding: 18px;
    border-radius: 14px;
  }

  .signal-strip article {
    padding: 14px;
  }

  .product-banner > div {
    min-height: 235px;
    padding: 20px;
  }

  .newsletter-panel {
    padding: 18px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .product-card {
    padding: 10px;
  }

  .product-visual,
  .product-visual.has-image {
    height: 98px;
  }

  .product-card h3 {
    font-size: 14px;
  }

  .product-card > p {
    font-size: 11px;
  }

  .spec-list div {
    padding: 7px;
    font-size: 10px;
  }

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

  .contact-grid > a,
  .contact-grid > div {
    padding: 12px;
  }

  .contact-grid > a:last-child {
    grid-column: auto;
  }

  .cookie-consent {
    max-height: calc(100vh - 24px);
    overflow: auto;
  }
}

@media (max-width: 360px) {
  .hero-pills,
  .product-grid,
  .contact-grid,
  .signal-strip {
    grid-template-columns: 1fr;
  }

  .product-card > p {
    display: none;
  }
}

@media (max-width: 720px) {
  main section {
    contain-intrinsic-size: 460px;
  }

  .site-header {
    padding: 8px 8px 0;
  }

  .nav-shell {
    max-width: calc(100vw - 16px);
    min-height: 54px;
    padding: 7px 9px;
    border-radius: 18px;
  }

  .brand-symbol {
    width: 108px;
    height: 38px;
  }

  .menu-toggle {
    width: 38px;
    height: 38px;
    padding: 11px;
  }

  .hero {
    display: grid;
    min-height: min(760px, 100svh);
    padding: 104px 14px 34px;
    align-items: end;
    background:
      linear-gradient(180deg, rgba(3, 16, 68, 0.14), rgba(3, 16, 68, 0.72)),
      url("assets/packaging-production.jpg") center / cover;
  }

  .hero-video {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    transform: none;
  }

  .hero::before {
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(3, 16, 68, 0.18) 0%, rgba(3, 16, 68, 0.42) 40%, rgba(3, 16, 68, 0.9) 100%),
      linear-gradient(90deg, rgba(3, 16, 68, 0.66), rgba(3, 16, 68, 0.1));
    opacity: 1;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero::after {
    height: 36px;
    clip-path: polygon(0 62%, 100% 78%, 100% 100%, 0 100%);
  }

  .hero-copy {
    max-width: none;
    padding-bottom: 0;
  }

  .hero-copy::before {
    inset: -14px -10px -12px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(3, 16, 68, 0.56), rgba(3, 16, 68, 0.34));
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .hero h1,
  h1,
  .page-hero h1 {
    margin-bottom: 12px;
    font-size: clamp(30px, 9.4vw, 38px);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1.08;
  }

  .hero-copy p:not(.eyebrow),
  .page-hero p:not(.eyebrow),
  .section-heading > p,
  .company-copy p,
  .quote-panel > div > p,
  .partner-panel > div > p {
    font-size: 14px;
    line-height: 1.38;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  .hero-actions .button {
    width: auto;
    min-height: 40px;
    padding: 0 10px;
    font-size: 12px;
  }

  .hero-pills {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 12px;
  }

  .hero-pills span {
    min-height: 34px;
    padding: 6px;
    border-radius: 10px;
    font-size: 10px;
    line-height: 1.1;
  }

  .banner-visual {
    display: none !important;
  }

  .signal-strip,
  .home-overview,
  .company-section,
  .catalog-section,
  .method-section,
  .quote-section,
  .partner-section,
  .product-banner,
  .newsletter-section,
  .insights-teaser,
  .insights-board,
  .automation-panel,
  .market-watch,
  .product-page-body,
  .product-page-cta,
  .legal-section,
  .company-story,
  .contact-section,
  .site-footer {
    max-width: none;
    padding: 34px 14px;
    border-top: 1px solid rgba(216, 222, 234, 0.9);
  }

  .signal-strip,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .signal-strip article {
    min-height: 0;
    padding: 12px;
  }

  .signal-strip span {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .signal-strip strong {
    font-size: 13px;
    line-height: 1.15;
  }

  .signal-strip p {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.28;
  }

  .company-copy,
  .company-story-copy,
  .newsletter-panel,
  .quote-panel,
  .partner-panel,
  .product-page-specs,
  .admin-card,
  .method-grid article,
  .source-grid article,
  .company-values article {
    padding: 15px;
    border-radius: 14px;
  }

  .section-kicker {
    max-width: none;
    padding-bottom: 142px;
  }

  .section-kicker::after {
    height: 128px;
    border-radius: 14px;
  }

  .home-overview,
  .method-grid,
  .source-grid,
  .live-insights-grid,
  .company-values,
  .field-row,
  .board-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product-banner > div,
  .newsletter-panel,
  .quote-panel,
  .partner-panel,
  .insights-teaser {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 18px;
    border-radius: 16px;
  }

  .product-banner > div {
    min-height: 210px;
    background:
      linear-gradient(180deg, rgba(3, 16, 68, 0.88), rgba(3, 16, 68, 0.32)),
      url("assets/catalog-banner-bags.png") center / cover;
  }

  .product-banner h2,
  .newsletter-section h2,
  .insights-teaser h2,
  .automation-panel h2 {
    font-size: 26px;
  }

  .newsletter-form,
  .business-form,
  .partner-form {
    gap: 9px;
    padding: 12px;
    border-radius: 14px;
  }

  input,
  select {
    min-height: 40px;
    padding: 0 11px;
    font-size: 13px;
  }

  textarea {
    min-height: 96px;
    padding: 11px;
    font-size: 13px;
  }

  .button,
  .text-button,
  .small-button,
  .cart-button,
  .icon-button {
    min-height: 40px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .product-card {
    min-height: 0;
    padding: 9px;
    border-radius: 12px;
  }

  .product-visual,
  .product-visual.has-image {
    height: 88px;
    margin-bottom: 8px;
    border-radius: 10px;
  }

  .product-meta {
    display: block;
    margin-bottom: 6px;
    font-size: 8px;
    line-height: 1.25;
  }

  .product-card h3 {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.12;
  }

  .product-card > p {
    display: none;
  }

  .spec-list {
    gap: 4px;
    margin: 8px 0;
  }

  .spec-list div {
    display: block;
    padding: 6px;
    font-size: 9px;
    line-height: 1.22;
  }

  .price-line,
  .product-actions,
  .detail-actions {
    gap: 6px;
  }

  .price-line strong {
    font-size: 12px;
  }

  .text-button,
  .small-button {
    width: 100%;
    min-height: 36px;
    padding: 0 8px;
    font-size: 11px;
  }

  .page-hero {
    min-height: 360px;
    padding: 104px 14px 38px;
  }

  .company-hero {
    padding-bottom: 102px;
  }

  .company-hero::before {
    right: 14px;
    bottom: 24px;
    width: min(62vw, 250px);
  }

  .sticky-story {
    height: 340vh;
  }

  .story-pin {
    gap: 12px;
    min-height: 100svh;
    padding: 68px 14px 24px;
  }

  .story-card {
    inset: 46px auto auto 0;
  }

  .story-copy {
    min-height: 238px;
  }

  .story-card h2 {
    font-size: 25px;
    line-height: 1.04;
  }

  .story-card p {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.34;
  }

  .process-rail {
    gap: 5px;
    margin-bottom: 14px;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .process-rail button {
    flex: 0 0 auto;
    min-height: 32px;
    padding: 6px 8px;
    font-size: 9px;
  }

  .use-scene {
    width: min(100%, 300px);
    min-height: 230px;
    border-radius: 16px;
  }

  .transparent-bag,
  .doypack-bag,
  .sack-bag {
    width: 112px;
    height: 156px;
  }

  .shipping-bag {
    width: 146px;
    height: 104px;
  }

  .product-detail {
    padding: 8px;
    overflow-y: auto;
  }

  .product-detail-panel {
    grid-template-columns: 1fr;
    gap: 10px;
    width: min(100%, 420px);
    max-height: none;
    margin: 0;
    padding: 12px;
    border-radius: 16px;
  }

  .detail-visual,
  .detail-visual .use-scene {
    min-height: 190px;
  }

  .detail-copy h2 {
    font-size: 24px;
  }

  .detail-copy p {
    font-size: 13px;
    line-height: 1.36;
  }

  .contact-grid > a,
  .contact-grid > div {
    min-height: 96px;
    padding: 10px;
  }

  .site-footer {
    gap: 10px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (max-width: 380px) {
  .hero-actions,
  .hero-pills,
  .product-grid,
  .signal-strip,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 96px;
  }
}

@media (max-width: 720px) {
  .product-detail {
    align-items: center;
    padding: 8px;
  }

  .product-detail-panel {
    grid-template-columns: 1fr;
    gap: 8px;
    width: min(100%, 360px);
    max-height: calc(100svh - 18px);
    margin: 0;
    padding: 42px 12px 12px;
    overflow-y: auto;
    border-radius: 14px;
  }

  .product-detail-panel > .icon-button {
    top: 8px;
    right: 8px;
    width: 34px;
    height: 34px;
    color: var(--blue);
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  }

  .detail-visual,
  .detail-visual .use-scene {
    min-height: 150px;
    max-height: 170px;
  }

  .detail-visual .use-scene {
    width: min(100%, 250px);
    transform: scale(0.86);
    transform-origin: center;
  }

  .detail-copy h2 {
    margin-bottom: 8px;
    font-size: 21px;
  }

  .detail-copy p {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.32;
  }

  .detail-tags {
    gap: 5px;
    margin: 8px 0;
  }

  .detail-tags span {
    padding: 6px 8px;
    font-size: 10px;
  }

  .company-story,
  .contact-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .company-story-copy {
    gap: 8px;
    padding: 14px;
  }

  .company-story-copy p,
  .company-copy p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.34;
  }

  .company-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .company-values article {
    min-height: 0;
    padding: 12px;
  }

  .company-values span {
    margin-bottom: 12px;
  }

  .company-values h3,
  .method-grid h3 {
    font-size: 15px;
  }

  .company-values p,
  .method-grid p {
    font-size: 12px;
    line-height: 1.3;
  }

  .method-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }

  .method-grid article {
    min-height: 0;
    padding: 12px;
  }

  .method-grid span {
    width: 28px;
    height: 28px;
    margin-bottom: 14px;
    font-size: 10px;
  }
}

@media (max-width: 380px) {
  .company-values,
  .method-grid {
    grid-template-columns: 1fr;
  }
}

.method-section {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 720px) {
  .company-values {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .company-values article {
    padding: 9px;
    text-align: center;
  }

  .company-values span {
    width: 26px;
    height: 26px;
    margin: 0 auto 8px;
    font-size: 9px;
  }

  .company-values h3 {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 1.08;
  }

  .company-values p {
    font-size: 9px;
    line-height: 1.22;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .product-card {
    padding: 7px;
  }

  .product-visual,
  .product-visual.has-image {
    height: 72px;
  }

  .product-card h3 {
    font-size: 11px;
    text-align: center;
  }

  .product-meta,
  .spec-list,
  .price-line {
    display: none;
  }

  .product-actions {
    align-items: stretch;
    gap: 5px;
    margin-top: 6px;
  }

  .product-actions .text-button,
  .product-actions .small-button {
    justify-content: center;
    width: 100%;
    min-height: 30px;
    padding: 0 5px;
    border-radius: 9px;
    font-size: 9px;
    line-height: 1;
    text-align: center;
  }

  .insights-board {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .insights-board .section-heading {
    text-align: center;
  }

  .insights-board .section-heading .eyebrow {
    justify-content: center;
  }

  .source-grid,
  .live-insights-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .source-grid article,
  .live-insight-card {
    min-height: 0;
    gap: 6px;
    padding: 9px;
    border-radius: 12px;
  }

  .source-grid span,
  .live-insight-card span {
    font-size: 8px;
    line-height: 1.15;
  }

  .source-grid h3,
  .live-insight-card h3 {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 1.1;
  }

  .source-grid p,
  .live-insight-card p,
  .live-insight-card small {
    font-size: 9px;
    line-height: 1.22;
  }

  .source-grid .text-button,
  .live-insight-card .text-button {
    justify-self: stretch;
    justify-content: center;
    min-height: 30px;
    padding: 0 5px;
    font-size: 9px;
    text-align: center;
  }
}

@media (max-width: 380px) {
  .product-grid,
  .company-values,
  .source-grid,
  .live-insights-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .live-insights {
    width: calc(100% - 28px);
    margin-right: auto;
    margin-left: auto;
    padding: 30px 0;
  }

  .live-insights .section-heading {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .live-insights .section-heading .eyebrow {
    justify-content: center;
  }

  .source-grid,
  .live-insights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .source-grid article,
  .live-insight-card {
    padding: 12px;
  }

  .source-grid h3,
  .live-insight-card h3 {
    font-size: 13px;
  }

  .source-grid p,
  .live-insight-card p,
  .live-insight-card small {
    font-size: 11px;
  }

  .product-card > p {
    display: block;
    font-size: 10px;
    line-height: 1.25;
    text-align: center;
  }

  .product-actions .text-button,
  .product-actions .small-button,
  .source-grid .text-button,
  .live-insight-card .text-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 380px) {
  .source-grid,
  .live-insights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 721px) {
  .live-insights {
    width: min(100% - 56px, 1220px);
    margin-right: auto;
    margin-left: auto;
  }

  .live-insights .section-heading {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 720px) {
  .product-detail {
    align-items: center;
    padding: 10px;
  }

  .product-detail-panel {
    width: min(100%, 340px);
    max-height: calc(100svh - 20px);
    padding: 40px 10px 10px;
  }

  .detail-product-image {
    width: 100%;
    height: auto;
    max-height: 150px;
    border-radius: 12px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.1);
  }

  .detail-visual {
    min-height: 128px;
    max-height: 158px;
  }

  .detail-copy h2 {
    font-size: 20px;
  }

  .detail-copy p {
    font-size: 12px;
    line-height: 1.28;
  }

  .detail-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .product-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .product-actions .text-button:first-child {
    grid-column: 1 / -1;
  }

  .product-actions .text-button,
  .product-actions .small-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    text-align: center;
  }

  .product-card > p {
    display: block;
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: 100svh;
    padding: 100px 14px 32px;
    background: #031044;
  }

  .hero-video,
  video.hero-video[data-mobile-hero-video] {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
    filter: saturate(0.96) contrast(1.06) !important;
  }

  .hero::before {
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(3, 16, 68, 0.18) 0%, rgba(3, 16, 68, 0.5) 42%, rgba(3, 16, 68, 0.92) 100%),
      linear-gradient(90deg, rgba(3, 16, 68, 0.58), rgba(3, 16, 68, 0.12));
    opacity: 1;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero-copy {
    max-width: none;
    padding-bottom: 0;
  }

  .hero-copy::before {
    inset: -12px -10px -12px;
    border-radius: 16px;
    background: rgba(3, 16, 68, 0.42);
  }

  .hero h1 {
    margin-bottom: 10px;
    font-size: clamp(28px, 8.4vw, 34px);
    line-height: 1.14;
    text-shadow: 0 14px 34px rgba(0, 0, 0, 0.36);
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 13px;
    line-height: 1.42;
  }

  .hero-pills {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .hero-pills span {
    min-height: 36px;
    padding: 6px 5px;
    font-size: 9px;
    line-height: 1.18;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .product-card {
    padding: 12px;
    border-radius: 14px;
  }

  .product-visual,
  .product-visual.has-image {
    height: 116px;
    margin-bottom: 10px;
    border-radius: 12px;
  }

  .product-card h3 {
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 1.12;
    text-align: left;
  }

  .product-card > p {
    display: block;
    font-size: 12px;
    line-height: 1.34;
    text-align: left;
  }

  .product-meta {
    display: flex;
    font-size: 9px;
  }

  .spec-list {
    display: grid;
    gap: 5px;
    margin: 10px 0;
  }

  .spec-list div {
    display: block;
    padding: 7px;
    font-size: 10px;
    line-height: 1.22;
  }

  .spec-list strong {
    display: block;
    margin-bottom: 2px;
  }

  .price-line {
    display: block;
  }

  .price-line strong {
    display: block;
    margin-bottom: 7px;
    font-size: 13px;
  }

  .product-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  .product-actions .text-button:first-child {
    grid-column: 1 / -1;
  }

  .product-actions .text-button,
  .product-actions .small-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 5px;
    border-radius: 10px;
    font-size: 9px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }
}

@media (max-width: 380px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .page-hero {
    min-height: auto !important;
    padding: 104px 14px 34px !important;
  }

  .catalog-hero {
    min-height: 390px !important;
    align-items: end;
  }

  .page-hero h1 {
    max-width: 100%;
    font-size: clamp(32px, 9.2vw, 38px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0;
  }

  .page-hero p:not(.eyebrow) {
    max-width: 100%;
    font-size: 13px !important;
    line-height: 1.38 !important;
  }

  .catalog-section {
    padding-top: 22px !important;
  }

  .catalog-toolbar {
    position: static !important;
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
    padding: 10px;
  }

  .tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .tab {
    min-height: 34px;
    padding: 0 8px;
    font-size: 10px;
  }

  .search-box {
    min-width: 0;
    gap: 5px;
    font-size: 11px;
  }

  .search-box input {
    min-height: 38px;
    padding: 0 10px;
    font-size: 12px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
}

@media (min-width: 721px) {
  html {
    scroll-padding-top: 118px;
  }

  #metodo,
  #preventivo,
  #partner,
  #catalogo,
  #azienda,
  #newsletterForm {
    scroll-margin-top: 118px;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 92px;
  }

  #metodo,
  #preventivo,
  #partner,
  #catalogo,
  #azienda,
  #newsletterForm {
    scroll-margin-top: 92px;
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: 92svh !important;
    padding-bottom: 28px !important;
  }

  .hero-video,
  video.hero-video[data-mobile-hero-video] {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: #031044;
  }

  .hero-pills {
    display: none !important;
  }

  .hero-copy {
    margin-top: auto;
  }

  .company-hero::before {
    display: none !important;
  }

  .page-hero.company-hero > div {
    max-width: 100%;
  }

  .catalog-hero {
    min-height: auto !important;
    padding-top: 96px !important;
    padding-bottom: 22px !important;
  }

  .catalog-hero h1 {
    font-size: clamp(30px, 8.4vw, 36px) !important;
    line-height: 1.04 !important;
  }

  .catalog-hero p:not(.eyebrow) {
    margin-top: 10px;
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  .catalog-section.reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  .catalog-section {
    padding-top: 14px !important;
  }

  .market-links {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
  }

  .market-links .text-button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

.hero::after {
  display: none !important;
}

@media (max-width: 720px) {
  .hero,
  .hero-copy,
  .hero-copy::before {
    border-bottom: 0 !important;
  }

  .recycling-hero {
    min-height: 430px !important;
    background:
      linear-gradient(180deg, rgba(3, 16, 68, 0.9), rgba(3, 16, 68, 0.48)),
      url("assets/packaging-production.jpg") center / cover;
  }

  .hero-tag-row {
    gap: 6px;
    margin-top: 16px;
  }

  .hero-tag-row span {
    min-height: 30px;
    padding: 0 10px;
    font-size: 10px;
  }

  .recycling-intro,
  .recycling-guide,
  .life-cycle-section,
  .material-code-section,
  .official-sources {
    width: calc(100% - 28px);
    padding: 34px 0;
  }

  .recycling-intro,
  .life-cycle-section,
  .ppwr-panel {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .life-cycle-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 18px;
  }

  .life-cycle-controls button {
    min-height: 36px;
    padding: 0 9px;
    font-size: 10px;
    text-align: center;
  }

  .life-cycle-display {
    grid-template-rows: auto auto;
    gap: 10px;
    min-height: 0;
    padding: 10px;
    border-radius: 16px;
  }

  .cycle-scene {
    min-height: 250px;
    border-radius: 14px;
  }

  .cycle-machine {
    left: 5%;
    bottom: 18%;
    width: 108px;
    height: 78px;
    border-radius: 12px;
  }

  .cycle-machine span {
    right: 10px;
    bottom: 16px;
    left: 10px;
    height: 15px;
  }

  .cycle-machine strong {
    top: 10px;
    left: 10px;
    font-size: 9px;
  }

  .cycle-roll,
  .cycle-new-roll {
    width: 76px;
    height: 76px;
    border-width: 10px;
  }

  .cycle-roll {
    left: 33%;
  }

  .cycle-bag {
    right: 10%;
    bottom: 17%;
    width: 92px;
    height: 128px;
    border-radius: 14px 14px 10px 10px;
  }

  .cycle-bag::before {
    top: 11px;
    width: 34px;
    height: 10px;
  }

  .cycle-bag strong {
    right: 11px;
    bottom: 20px;
    font-size: 12px;
  }

  .cycle-product {
    right: 17%;
    bottom: 27%;
    width: 62px;
    height: 44px;
    border-radius: 10px;
  }

  .cycle-bin {
    right: 12%;
    bottom: 15%;
    width: 84px;
    height: 100px;
    border-radius: 12px 12px 16px 16px;
  }

  .cycle-bin::before {
    top: -12px;
    height: 18px;
  }

  .cycle-bin span {
    top: 26px;
    width: 36px;
    height: 36px;
    border-width: 4px;
  }

  .cycle-truck {
    left: 7%;
    width: 116px;
    height: 56px;
    border-radius: 12px 14px 10px 10px;
  }

  .cycle-truck::before {
    right: -38px;
    width: 50px;
    height: 42px;
  }

  .cycle-truck::after,
  .cycle-truck span::before {
    bottom: -9px;
    width: 21px;
    height: 21px;
    border-width: 4px;
  }

  .cycle-truck span::before {
    right: -30px;
  }

  .cycle-belt {
    height: 38px;
  }

  .cycle-pellets {
    left: 8%;
    top: 20%;
    width: 122px;
    height: 74px;
  }

  .cycle-pellets span {
    width: 22px;
    height: 16px;
  }

  .cycle-pellets span:nth-child(2) {
    left: 34px;
  }

  .cycle-pellets span:nth-child(3) {
    left: 60px;
  }

  .cycle-pellets span:nth-child(4) {
    left: 86px;
  }

  .cycle-pellets span:nth-child(5) {
    left: 104px;
  }

  .cycle-route {
    right: 8%;
    bottom: 28%;
    left: 8%;
    height: 76px;
  }

  .cycle-route::after {
    right: -2px;
    bottom: -10px;
    width: 20px;
    height: 20px;
    border-width: 3px;
  }

  .cycle-note {
    min-width: 86px;
    padding: 6px 7px;
    border-radius: 10px;
  }

  .cycle-note strong {
    font-size: 9px;
  }

  .cycle-note span {
    font-size: 8px;
  }

  .note-material {
    left: 6%;
    top: 8%;
  }

  .note-production {
    left: 30%;
    top: 9%;
  }

  .note-use {
    right: 6%;
    top: 8%;
  }

  .note-collection {
    right: 5%;
    bottom: 8%;
  }

  .note-sorting {
    left: 31%;
    bottom: 7%;
  }

  .note-recycling {
    right: 22%;
    bottom: 8%;
  }

  .cycle-stage-copy {
    gap: 7px;
    padding: 12px;
    border-radius: 14px;
  }

  .cycle-stage-copy h3 {
    font-size: 18px;
  }

  .cycle-stage-copy p {
    font-size: 12px;
    line-height: 1.32;
  }

  .cycle-progress {
    gap: 4px;
  }

  .recycling-intro > p,
  .life-cycle-copy p:not(.eyebrow),
  .ppwr-panel p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.42;
  }

  .recycling-cards,
  .material-code-grid,
  .life-cycle-grid,
  .source-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .recycling-cards article,
  .material-code-grid article,
  .life-cycle-grid article,
  .source-link-grid a {
    min-height: 0;
    padding: 12px;
    border-radius: 12px;
  }

  .recycling-cards span,
  .material-code-grid span {
    min-width: 32px;
    height: 26px;
    padding: 0 8px;
    font-size: 9px;
  }

  .recycling-cards h3,
  .material-code-grid h3,
  .source-link-grid strong {
    font-size: 13px;
    line-height: 1.12;
  }

  .recycling-cards p,
  .material-code-grid p,
  .life-cycle-grid p,
  .source-link-grid span {
    font-size: 10px;
    line-height: 1.25;
  }

  .life-cycle-grid strong,
  .ppwr-checklist strong {
    font-size: 13px;
  }

  .life-cycle-grid article::before {
    width: 24px;
    margin-bottom: 10px;
  }

  .ppwr-panel {
    margin: 24px 0;
    padding: 36px 14px;
  }

  .ppwr-checklist article {
    padding: 12px;
    border-radius: 12px;
  }

  .ppwr-checklist span {
    font-size: 11px;
    line-height: 1.28;
  }
}

/* Correzioni finali pagina riciclo e popup prodotti */
.recycling-intro .eyebrow,
.recycling-guide .eyebrow,
.life-cycle-section .eyebrow,
.material-code-section .eyebrow,
.official-sources .eyebrow {
  color: var(--blue);
}

.recycling-hero .eyebrow,
.ppwr-panel .eyebrow {
  color: rgba(255, 255, 255, 0.88);
}

.life-cycle-display {
  overflow: hidden;
}

.life-cycle-display .cycle-scene {
  min-height: 430px;
}

.life-cycle-display .cycle-route {
  right: 12% !important;
  bottom: 22% !important;
  left: 12% !important;
  height: 0 !important;
  border-bottom-color: rgba(6, 28, 120, 0.16);
  opacity: 0.78 !important;
}

.life-cycle-display .cycle-note {
  top: 18px !important;
  right: auto !important;
  bottom: auto !important;
  left: 18px !important;
  z-index: 6;
  max-width: 210px;
  min-width: 0;
  opacity: 0 !important;
  transform: translateY(10px) scale(0.96) !important;
  pointer-events: none;
}

.life-cycle-display[data-stage="material"] .note-material,
.life-cycle-display[data-stage="production"] .note-production,
.life-cycle-display[data-stage="use"] .note-use,
.life-cycle-display[data-stage="collection"] .note-collection,
.life-cycle-display[data-stage="sorting"] .note-sorting,
.life-cycle-display[data-stage="recycling"] .note-recycling {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
}

.life-cycle-display .cycle-machine,
.life-cycle-display .cycle-roll,
.life-cycle-display .cycle-bag,
.life-cycle-display .cycle-product,
.life-cycle-display .cycle-bin,
.life-cycle-display .cycle-truck,
.life-cycle-display .cycle-belt,
.life-cycle-display .cycle-pellets,
.life-cycle-display .cycle-new-roll {
  top: 58% !important;
  right: auto !important;
  bottom: auto !important;
  opacity: 0 !important;
  filter: none !important;
  transform: translate(-50%, -50%) scale(0.82) !important;
}

.life-cycle-display[data-stage="material"] .cycle-pellets {
  top: 48% !important;
  left: 46% !important;
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1.52) !important;
}

.life-cycle-display[data-stage="material"] .cycle-roll {
  top: 58% !important;
  left: 66% !important;
  opacity: 0.24 !important;
  transform: translate(-50%, -50%) scale(0.84) rotate(10deg) !important;
}

.life-cycle-display[data-stage="production"] .cycle-machine {
  top: 58% !important;
  left: 28% !important;
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1.02) !important;
}

.life-cycle-display[data-stage="production"] .cycle-roll {
  top: 58% !important;
  left: 51% !important;
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) rotate(22deg) !important;
}

.life-cycle-display[data-stage="production"] .cycle-bag {
  top: 54% !important;
  left: 74% !important;
  opacity: 0.62 !important;
  transform: translate(-50%, -50%) scale(0.72) !important;
}

.life-cycle-display[data-stage="production"] .cycle-pellets {
  top: 34% !important;
  left: 42% !important;
  opacity: 0.42 !important;
  transform: translate(-50%, -50%) scale(0.64) !important;
}

.life-cycle-display[data-stage="use"] .cycle-bag {
  top: 54% !important;
  left: 52% !important;
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1.05) !important;
}

.life-cycle-display[data-stage="use"] .cycle-product {
  top: 55% !important;
  left: 45% !important;
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1.02) !important;
}

.life-cycle-display[data-stage="use"] .cycle-roll {
  top: 67% !important;
  left: 25% !important;
  opacity: 0.18 !important;
  transform: translate(-50%, -50%) scale(0.78) !important;
}

.life-cycle-display[data-stage="collection"] .cycle-bin {
  top: 60% !important;
  left: 52% !important;
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

.life-cycle-display[data-stage="collection"] .cycle-bag {
  top: 41% !important;
  left: 45% !important;
  opacity: 0.86 !important;
  transform: translate(-50%, -50%) scale(0.48) rotate(12deg) !important;
}

.life-cycle-display[data-stage="collection"] .cycle-truck {
  top: 72% !important;
  left: 72% !important;
  opacity: 0.72 !important;
  transform: translate(-50%, -50%) scale(0.82) !important;
}

.life-cycle-display[data-stage="sorting"] .cycle-belt {
  top: 66% !important;
  left: 50% !important;
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(0.9) !important;
}

.life-cycle-display[data-stage="sorting"] .cycle-pellets {
  top: 49% !important;
  left: 54% !important;
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1.05) !important;
}

.life-cycle-display[data-stage="sorting"] .cycle-bag {
  top: 48% !important;
  left: 28% !important;
  opacity: 0.46 !important;
  transform: translate(-50%, -50%) scale(0.44) rotate(-12deg) !important;
}

.life-cycle-display[data-stage="recycling"] .cycle-new-roll {
  top: 57% !important;
  left: 58% !important;
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1.12) rotate(-18deg) !important;
}

.life-cycle-display[data-stage="recycling"] .cycle-pellets {
  top: 48% !important;
  left: 35% !important;
  opacity: 0.92 !important;
  transform: translate(-50%, -50%) scale(0.9) !important;
}

.life-cycle-display[data-stage="recycling"] .cycle-machine {
  top: 67% !important;
  left: 25% !important;
  opacity: 0.36 !important;
  transform: translate(-50%, -50%) scale(0.78) !important;
}

.product-detail-panel > .icon-button {
  display: grid;
  place-items: center;
  color: transparent;
  font-size: 0;
}

.product-detail-panel > .icon-button::before {
  color: var(--ink);
  content: "x";
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 720px) {
  .recycling-hero {
    min-height: 420px !important;
    padding: 112px 14px 38px !important;
  }

  .recycling-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
    line-height: 0.98;
  }

  .recycling-hero p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.36;
  }

  .recycling-intro,
  .recycling-guide,
  .life-cycle-section,
  .material-code-section,
  .official-sources {
    width: calc(100% - 24px);
    padding: 30px 0;
  }

  .life-cycle-section {
    gap: 14px;
  }

  .life-cycle-copy h2 {
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.02;
  }

  .life-cycle-copy p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.42;
  }

  .life-cycle-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 16px;
  }

  .life-cycle-controls button {
    min-height: 38px;
    padding: 0 8px;
    border-radius: 13px;
    font-size: 10px;
    text-align: center;
  }

  .life-cycle-display {
    gap: 9px;
    padding: 8px;
    border-radius: 17px;
  }

  .life-cycle-display .cycle-scene {
    min-height: 286px;
    border-radius: 13px;
  }

  .life-cycle-display .cycle-route {
    display: none;
  }

  .life-cycle-display .cycle-note {
    top: 10px !important;
    left: 10px !important;
    max-width: 132px;
    padding: 7px 8px;
    border-radius: 10px;
  }

  .life-cycle-display .cycle-note::after {
    width: 10px !important;
    height: 10px !important;
    box-shadow: 0 0 0 5px rgba(255, 184, 0, 0.18) !important;
  }

  .life-cycle-display .cycle-note strong {
    font-size: 10px;
  }

  .life-cycle-display .cycle-note span {
    font-size: 8px;
    line-height: 1.12;
  }

  .life-cycle-display .cycle-machine {
    width: 94px;
    height: 66px;
  }

  .life-cycle-display .cycle-roll,
  .life-cycle-display .cycle-new-roll {
    width: 68px;
    height: 68px;
    border-width: 9px;
  }

  .life-cycle-display .cycle-bag {
    width: 82px;
    height: 114px;
  }

  .life-cycle-display .cycle-product {
    width: 54px;
    height: 38px;
  }

  .life-cycle-display .cycle-bin {
    width: 76px;
    height: 92px;
  }

  .life-cycle-display .cycle-truck {
    width: 96px;
    height: 48px;
  }

  .life-cycle-display .cycle-belt {
    height: 34px;
  }

  .life-cycle-display .cycle-pellets {
    width: 104px;
    height: 62px;
  }

  .life-cycle-display[data-stage="material"] .cycle-pellets {
    top: 52% !important;
    left: 45% !important;
    transform: translate(-50%, -50%) scale(1) !important;
  }

  .life-cycle-display[data-stage="material"] .cycle-roll {
    top: 61% !important;
    left: 70% !important;
    transform: translate(-50%, -50%) scale(0.55) rotate(10deg) !important;
  }

  .life-cycle-display[data-stage="production"] .cycle-machine {
    top: 59% !important;
    left: 27% !important;
    transform: translate(-50%, -50%) scale(0.72) !important;
  }

  .life-cycle-display[data-stage="production"] .cycle-roll {
    top: 59% !important;
    left: 53% !important;
    transform: translate(-50%, -50%) scale(0.64) rotate(22deg) !important;
  }

  .life-cycle-display[data-stage="production"] .cycle-bag {
    top: 57% !important;
    left: 76% !important;
    transform: translate(-50%, -50%) scale(0.46) !important;
  }

  .life-cycle-display[data-stage="use"] .cycle-bag {
    top: 58% !important;
    left: 56% !important;
    transform: translate(-50%, -50%) scale(0.72) !important;
  }

  .life-cycle-display[data-stage="use"] .cycle-product {
    top: 57% !important;
    left: 43% !important;
    transform: translate(-50%, -50%) scale(0.7) !important;
  }

  .life-cycle-display[data-stage="collection"] .cycle-bin {
    top: 60% !important;
    left: 48% !important;
    transform: translate(-50%, -50%) scale(0.72) !important;
  }

  .life-cycle-display[data-stage="collection"] .cycle-bag {
    top: 43% !important;
    left: 39% !important;
    transform: translate(-50%, -50%) scale(0.32) rotate(12deg) !important;
  }

  .life-cycle-display[data-stage="collection"] .cycle-truck {
    top: 72% !important;
    left: 74% !important;
    transform: translate(-50%, -50%) scale(0.46) !important;
  }

  .life-cycle-display[data-stage="sorting"] .cycle-belt {
    top: 66% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(0.6) !important;
  }

  .life-cycle-display[data-stage="sorting"] .cycle-pellets {
    top: 49% !important;
    left: 53% !important;
    transform: translate(-50%, -50%) scale(0.68) !important;
  }

  .life-cycle-display[data-stage="sorting"] .cycle-bag {
    top: 49% !important;
    left: 24% !important;
    transform: translate(-50%, -50%) scale(0.28) rotate(-12deg) !important;
  }

  .life-cycle-display[data-stage="recycling"] .cycle-new-roll {
    top: 58% !important;
    left: 59% !important;
    transform: translate(-50%, -50%) scale(0.72) rotate(-18deg) !important;
  }

  .life-cycle-display[data-stage="recycling"] .cycle-pellets {
    top: 49% !important;
    left: 33% !important;
    transform: translate(-50%, -50%) scale(0.56) !important;
  }

  .life-cycle-display[data-stage="recycling"] .cycle-machine {
    top: 70% !important;
    left: 25% !important;
    transform: translate(-50%, -50%) scale(0.46) !important;
  }

  .cycle-stage-copy {
    padding: 11px;
    border-radius: 13px;
  }

  .cycle-stage-copy h3 {
    font-size: 18px;
    line-height: 1.08;
  }

  .cycle-stage-copy p {
    font-size: 12px;
    line-height: 1.32;
  }

  .product-detail-panel > .icon-button::before {
    color: var(--blue);
    font-size: 22px;
  }
}

@media (max-width: 430px) {
  .life-cycle-display .cycle-scene {
    min-height: 252px;
  }

  .life-cycle-controls button {
    min-height: 35px;
    font-size: 9px;
  }

  .life-cycle-display .cycle-note {
    max-width: 118px;
    padding: 6px 7px;
  }

  .life-cycle-display[data-stage="production"] .cycle-machine {
    left: 24% !important;
    transform: translate(-50%, -50%) scale(0.62) !important;
  }

  .life-cycle-display[data-stage="production"] .cycle-roll {
    left: 52% !important;
    transform: translate(-50%, -50%) scale(0.56) rotate(22deg) !important;
  }

  .life-cycle-display[data-stage="production"] .cycle-bag {
    left: 76% !important;
    transform: translate(-50%, -50%) scale(0.4) !important;
  }

  .life-cycle-display[data-stage="collection"] .cycle-truck {
    left: 76% !important;
    transform: translate(-50%, -50%) scale(0.38) !important;
  }

  .life-cycle-display[data-stage="sorting"] .cycle-belt {
    transform: translate(-50%, -50%) scale(0.5) !important;
  }

  .life-cycle-display[data-stage="recycling"] .cycle-new-roll {
    transform: translate(-50%, -50%) scale(0.62) rotate(-18deg) !important;
  }
}

/* Catalogo: schede prodotto cliccabili e hero con foto principale */
.product-card[data-product-card] {
  cursor: pointer;
}

.catalog-section,
.product-page-body,
.product-gallery-section,
.product-page-cta {
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

.product-card h3 a {
  color: inherit;
  text-decoration: none;
}

.product-card h3 a:hover {
  color: var(--blue);
}

.product-card:focus-within {
  outline: 3px solid rgba(95, 216, 255, 0.35);
  outline-offset: 3px;
}

.product-page-hero.has-product-image {
  min-height: min(78vh, 760px);
  background:
    linear-gradient(120deg, rgba(3, 16, 68, 0.92), rgba(3, 16, 68, 0.64) 44%, rgba(3, 16, 68, 0.24)),
    var(--product-hero-image) center top / cover;
}

.product-page-hero.has-product-image::before {
  display: none;
}

.product-page-hero.has-product-image::after {
  opacity: 0.12;
}

.product-page-hero.has-product-image > div {
  max-width: 760px;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
}

.product-page-hero.has-product-image .button {
  text-shadow: none;
}

@media (max-width: 720px) {
  .product-card[data-product-card] {
    cursor: default;
  }

  .product-page-hero.has-product-image {
    min-height: 420px !important;
    padding-top: 108px !important;
    padding-bottom: 34px !important;
    background:
      linear-gradient(180deg, rgba(3, 16, 68, 0.9), rgba(3, 16, 68, 0.46)),
      var(--product-hero-image) center top / cover;
  }

  .product-page-hero.has-product-image h1 {
    font-size: clamp(34px, 10vw, 46px) !important;
    line-height: 1.02 !important;
  }

  .product-page-hero.has-product-image p:not(.eyebrow) {
    font-size: 14px !important;
    line-height: 1.36 !important;
  }

  .product-page-body {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .product-page-summary,
  .product-page-specs {
    padding: 14px !important;
    border-radius: 14px !important;
  }

  .product-page-specs div {
    gap: 10px;
    padding: 10px 11px;
    font-size: 12px;
  }

  .product-gallery-section {
    gap: 14px;
    padding: 0 12px !important;
  }

  .product-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  .product-gallery figure {
    min-height: 190px;
    border-radius: 13px;
  }
}

/* Catalogo: resa stabile su mobile e apertura immediata dei prodotti */
.catalog-section.reveal {
  opacity: 1 !important;
  transform: none !important;
  transition-delay: 0s !important;
}

.catalog-section .product-grid {
  align-items: stretch;
}

@media (max-width: 820px) {
  .catalog-section {
    width: min(100%, 760px);
    padding: 22px 12px 42px !important;
  }

  .catalog-toolbar {
    position: static !important;
    gap: 10px !important;
    margin-bottom: 12px !important;
    padding: 10px !important;
    border-radius: 14px !important;
  }

  .catalog-section .tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .catalog-section .tab {
    min-height: 34px !important;
    padding: 0 6px !important;
    font-size: 10px !important;
    white-space: nowrap;
  }

  .catalog-section .search-box {
    min-width: 0 !important;
    gap: 5px !important;
  }

  .catalog-section .search-box input {
    min-height: 38px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
  }

  .catalog-section .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .catalog-section .product-card {
    display: flex;
    flex-direction: column;
    min-height: 0 !important;
    padding: 10px !important;
    border-radius: 14px !important;
  }

  .catalog-section .product-visual,
  .catalog-section .product-visual.has-image {
    height: clamp(112px, 30vw, 172px) !important;
    margin-bottom: 10px !important;
    border-radius: 12px !important;
  }

  .catalog-section .product-visual.has-image img {
    object-fit: cover;
  }

  .catalog-section .product-meta {
    display: flex !important;
    gap: 6px !important;
    margin-bottom: 7px !important;
    font-size: 9px !important;
    line-height: 1.15 !important;
  }

  .catalog-section .product-card h3 {
    margin-bottom: 6px !important;
    font-size: clamp(13px, 3.6vw, 16px) !important;
    line-height: 1.08 !important;
    text-align: left !important;
  }

  .catalog-section .product-card > p {
    display: block !important;
    margin-bottom: 8px !important;
    color: var(--muted);
    font-size: clamp(10px, 3vw, 12px) !important;
    line-height: 1.28 !important;
    text-align: left !important;
  }

  .catalog-section .spec-list {
    display: grid !important;
    gap: 5px !important;
    margin: auto 0 9px !important;
  }

  .catalog-section .spec-list div {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2px !important;
    padding: 7px !important;
    font-size: 10px !important;
    line-height: 1.18 !important;
  }

  .catalog-section .price-line {
    display: block !important;
    margin-top: auto;
  }

  .catalog-section .price-line strong {
    display: block;
    margin-bottom: 7px;
    font-size: 12px;
  }

  .catalog-section .product-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
    align-items: stretch !important;
  }

  .catalog-section .product-actions .text-button:first-child {
    grid-column: 1 / -1;
  }

  .catalog-section .product-actions .text-button,
  .catalog-section .product-actions .small-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 32px !important;
    padding: 0 5px !important;
    border-radius: 10px !important;
    font-size: 9px !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  .product-page-hero.has-product-image {
    min-height: 430px !important;
    padding: 108px 14px 34px !important;
    background-position: center top !important;
  }

  .product-page-hero.has-product-image > div {
    max-width: 100%;
  }

  .product-page-hero.has-product-image h1 {
    font-size: clamp(34px, 9.6vw, 48px) !important;
  }

  .product-page-body {
    width: min(100%, 760px);
    padding: 28px 12px !important;
  }

  .product-gallery-section {
    width: min(100%, 760px);
    padding: 0 12px 36px !important;
  }

  .product-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .product-gallery figure {
    min-height: clamp(170px, 44vw, 230px) !important;
  }
}

@media (max-width: 420px) {
  .catalog-section {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .catalog-section .product-grid {
    gap: 8px !important;
  }

  .catalog-section .product-card {
    padding: 8px !important;
  }

  .catalog-section .product-visual,
  .catalog-section .product-visual.has-image {
    height: 106px !important;
  }

  .catalog-section .product-card h3 {
    font-size: 12px !important;
  }

  .catalog-section .product-card > p {
    font-size: 10px !important;
  }

  .catalog-section .spec-list div {
    padding: 6px !important;
    font-size: 9px !important;
  }

  .catalog-section .product-actions .text-button,
  .catalog-section .product-actions .small-button {
    min-height: 30px !important;
    font-size: 8px !important;
  }
}

/* Assistente chat AI */
.chatbot-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 130;
  display: grid;
  justify-items: end;
  gap: 10px;
  pointer-events: none;
}

.chatbot-launcher,
.chatbot-panel {
  pointer-events: auto;
}

.chatbot-launcher {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  box-shadow: 0 18px 46px rgba(3, 16, 68, 0.28);
  font-weight: 950;
}

.chatbot-launcher::before {
  width: 9px;
  height: 9px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 7px rgba(198, 243, 109, 0.16);
  content: "";
}

.chatbot-panel {
  display: none;
  width: min(380px, calc(100vw - 28px));
  max-height: min(680px, calc(100dvh - 34px));
  overflow: hidden;
  border: 1px solid rgba(216, 222, 234, 0.94);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 30px 90px rgba(17, 18, 20, 0.18);
  backdrop-filter: blur(18px);
}

.chatbot-widget.open .chatbot-panel {
  display: block;
}

.chatbot-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(6, 28, 120, 0.96), rgba(3, 16, 68, 0.96)),
    radial-gradient(circle at top right, rgba(95, 216, 255, 0.24), transparent 48%);
}

.chatbot-head strong,
.chatbot-head small {
  display: block;
}

.chatbot-head strong {
  font-size: 15px;
  line-height: 1.1;
}

.chatbot-head small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 850;
}

.chatbot-head .icon-button {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  min-height: 36px;
  color: var(--blue);
  background: #fff;
}

.chatbot-log {
  display: grid;
  max-height: 260px;
  gap: 8px;
  padding: 14px;
  overflow: auto;
}

.chatbot-message {
  max-width: 92%;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.35;
}

.chatbot-message.bot {
  justify-self: start;
  color: var(--ink);
  background: #f2f6ff;
}

.chatbot-message.user {
  justify-self: end;
  color: #fff;
  background: var(--blue);
}

.chatbot-message.loading {
  color: var(--muted);
  background:
    linear-gradient(90deg, #eef4ff, #f9fbff, #eef4ff);
  background-size: 220% 100%;
  animation: chatbot-pulse 1.2s ease-in-out infinite;
}

@keyframes chatbot-pulse {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 220% 50%;
  }
}

.chatbot-action {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(6, 28, 120, 0.18);
  border-radius: 999px;
  color: var(--blue);
  background: #fff;
  font-size: 12px;
  font-weight: 950;
}

.chatbot-choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 0 14px 14px;
}

.chatbot-choices button {
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue);
  background: #fff;
  font-size: 11px;
  font-weight: 950;
}

.chatbot-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 0 14px 10px;
}

.chatbot-input {
  min-height: 44px;
  max-height: 112px;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.28;
}

.chatbot-send {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--blue);
  border-radius: 14px;
  color: #fff;
  background: var(--blue);
  font-size: 12px;
  font-weight: 950;
}

.chatbot-send:disabled,
.chatbot-input:disabled {
  cursor: progress;
  opacity: 0.7;
}

.chatbot-note {
  margin: 0;
  padding: 0 14px 14px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.28;
}

@media (max-width: 720px) {
  .chatbot-widget {
    right: 12px;
    bottom: 12px;
  }

  .chatbot-panel {
    width: calc(100vw - 24px);
    border-radius: 16px;
  }

  .chatbot-log {
    max-height: 36dvh;
  }

  .chatbot-choices {
    grid-template-columns: 1fr;
  }

  .chatbot-form {
    grid-template-columns: 1fr;
  }

  .chatbot-send {
    width: 100%;
  }
}
