body[data-site-id="co-packing"] {
  background: #ffffff !important;
  color: #0f172a !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cop-site,
.cop-site * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.cop-site {
  --cop-cyan: #0891b2;
  --cop-deep: #164e63;
  --cop-blue: #0f172a;
  --cop-orange: #e87722;
  --cop-warm: #faf8f5;
  --cop-muted: #667085;
  background: #ffffff;
  color: var(--cop-blue);
  min-height: 100vh;
}

.cop-container {
  margin: 0 auto;
  max-width: 1060px;
  width: min(100% - 48px, 1060px);
}

.cop-centered {
  text-align: center;
}

.cop-utility {
  background: var(--cop-deep);
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
}

.cop-header {
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.1);
  position: sticky;
  top: 0;
  z-index: 50;
}

.cop-primary-nav {
  align-items: center;
  display: flex;
  height: 64px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 32px;
}

.cop-logo {
  color: var(--cop-cyan);
  display: flex;
  flex-direction: column;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
}

.cop-logo > span {
  font-size: 22px;
}

.cop-logo > span span {
  color: var(--cop-orange);
}

.cop-logo small {
  color: #9ca3af;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.16em;
  margin-top: 5px;
  text-transform: uppercase;
}

.cop-primary-nav nav {
  align-items: center;
  display: flex;
  gap: 20px;
}

.cop-primary-nav nav a {
  color: #374151;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.cop-primary-nav nav a:hover {
  color: var(--cop-cyan);
}

.cop-primary-nav .cop-nav-cta {
  background: var(--cop-cyan);
  border-radius: 4px;
  color: #fff;
  padding: 10px 16px;
}

.cop-arms-strip {
  background: var(--cop-deep);
  display: flex;
  gap: 4px;
  justify-content: center;
  overflow-x: auto;
  padding: 0 24px;
}

.cop-arms-strip strong {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 10px 10px 10px 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.cop-arms-strip a {
  align-items: center;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.78);
  display: inline-flex;
  font-size: 12px;
  font-weight: 650;
  gap: 4px;
  padding: 10px 12px;
  text-decoration: none;
  white-space: nowrap;
}

.cop-arms-strip a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.cop-arms-strip span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

.cop-hero {
  background: var(--cop-deep);
  color: #fff;
  padding: 94px 0 88px;
}

.cop-eyebrow {
  color: var(--cop-cyan);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.cop-hero h1 {
  color: #fff;
  font-size: clamp(46px, 6vw, 76px);
  font-weight: 950;
  line-height: 0.96;
  margin: 0 auto 24px;
}

.cop-hero h1 span {
  color: var(--cop-cyan);
}

.cop-hero-copy {
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  line-height: 1.55;
  margin: 0 auto 38px;
  max-width: 780px;
}

.cop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.cop-button {
  align-items: center;
  border-radius: 5px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 850;
  justify-content: center;
  min-height: 54px;
  padding: 14px 30px;
  text-decoration: none;
  transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
}

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

.cop-button-dark {
  background: var(--cop-deep);
  color: #fff;
}

.cop-button-secondary {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.cop-button-ghost {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.45);
  color: rgba(255, 255, 255, 0.85);
}

.cop-button:hover {
  opacity: 0.88;
}

.cop-founder-row {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 56px;
}

.cop-founder-card {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #fff;
  display: block;
  min-width: 220px;
  padding: 18px 24px 19px;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.cop-founder-card:hover {
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.cop-founder-card span {
  color: rgba(255, 255, 255, 0.52);
  display: block;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.cop-founder-card strong {
  display: block;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.18;
}

.cop-founder-card small {
  color: rgba(255, 255, 255, 0.42);
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 7px;
}

.cop-founder-mark {
  color: rgba(255, 255, 255, 0.22);
  font-size: 34px;
  font-weight: 950;
}

.cop-section {
  background: #fff;
  padding: 82px 0;
}

.cop-warm {
  background: var(--cop-warm);
}

.cop-section h2,
.cop-audience h2,
.cop-final-cta h2 {
  color: var(--cop-blue);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 950;
  line-height: 1.08;
  margin: 0 auto 18px;
  max-width: 820px;
}

.cop-section h2 span {
  color: #60a5fa;
}

.cop-section h2 mark {
  background: var(--cop-cyan);
  border-radius: 5px;
  color: #fff;
  padding: 2px 12px 6px;
}

.cop-section h2 em {
  color: #059669;
  font-style: normal;
}

.cop-lead {
  color: var(--cop-muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 0 auto 46px;
  max-width: 720px;
}

.cop-journey-grid,
.cop-definition-grid,
.cop-benefit-grid,
.cop-audience-grid,
.cop-foundation-grid,
.cop-process-grid {
  display: grid;
  gap: 24px;
}

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

.cop-journey-card {
  border: 2px solid #e5e7eb;
  border-radius: 13px;
  padding: 25px;
  text-align: left;
}

.cop-journey-card i,
.cop-process-grid i {
  align-items: center;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 950;
  height: 40px;
  justify-content: center;
  margin-bottom: 16px;
  width: 40px;
}

.cop-innovate i {
  background: #60a5fa;
}

.cop-create {
  background: #f0f9ff;
  border-color: var(--cop-cyan);
}

.cop-create i {
  background: var(--cop-cyan);
}

.cop-launch i {
  background: #059669;
}

.cop-journey-card h3 {
  font-size: 22px;
  font-weight: 950;
  margin: 0 0 5px;
}

.cop-innovate h3,
.cop-innovate a {
  color: #60a5fa;
}

.cop-create h3,
.cop-create a {
  color: var(--cop-cyan);
}

.cop-launch h3,
.cop-launch a {
  color: #059669;
}

.cop-journey-card strong {
  color: #667085;
  display: block;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 11px;
}

.cop-journey-card p,
.cop-benefit-grid p,
.cop-definition-card p,
.cop-audience-grid p,
.cop-foundation-grid dd,
.cop-proof-stack p,
.cop-process-grid p {
  color: var(--cop-muted);
  font-size: 14px;
  line-height: 1.58;
  margin: 0;
}

.cop-journey-card a,
.cop-text-link {
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  margin-top: 18px;
  text-decoration: none;
}

.cop-definition-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 26px;
}

.cop-definition-card {
  background: #fff;
  border: 2px solid var(--cop-cyan);
  border-radius: 13px;
  overflow: hidden;
  text-align: left;
}

.cop-definition-card h3 {
  background: var(--cop-cyan);
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  margin: 0;
  padding: 18px 22px;
}

.cop-definition-card div {
  padding: 24px;
}

.cop-definition-card strong {
  color: var(--cop-cyan);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.cop-def-deep {
  border-color: var(--cop-deep);
}

.cop-def-deep h3 {
  background: var(--cop-deep);
}

.cop-def-deep strong {
  color: var(--cop-deep);
}

.cop-def-orange {
  border-color: var(--cop-orange);
}

.cop-def-orange h3 {
  background: var(--cop-orange);
}

.cop-def-orange strong {
  color: var(--cop-orange);
}

.cop-text-link {
  color: var(--cop-cyan);
  margin-top: 8px;
}

.cop-benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  text-align: left;
}

.cop-benefit-grid article {
  border: 1px solid #e5e7eb;
  border-radius: 13px;
  padding: 24px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cop-benefit-grid article:hover {
  border-color: #67e8f9;
  box-shadow: 0 16px 34px rgba(8, 145, 178, 0.1);
  transform: translateY(-2px);
}

.cop-benefit-grid span {
  align-items: center;
  background: var(--cop-cyan);
  border-radius: 9px;
  color: #fff;
  display: inline-flex;
  font-weight: 950;
  height: 40px;
  justify-content: center;
  margin-bottom: 16px;
  width: 40px;
}

.cop-benefit-grid h3,
.cop-audience-grid h3,
.cop-proof-stack h3,
.cop-process-grid h3 {
  color: var(--cop-blue);
  font-size: 19px;
  font-weight: 950;
  margin: 0 0 9px;
}

.cop-audience {
  background: var(--cop-deep);
  color: #fff;
  padding: 82px 0;
  text-align: center;
}

.cop-audience h2 {
  color: #fff;
  margin-bottom: 46px;
}

.cop-audience .cop-eyebrow {
  color: rgba(255, 255, 255, 0.52);
}

.cop-audience-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  text-align: left;
}

.cop-audience-grid article {
  background: #fff;
  border-radius: 13px;
  padding: 32px;
}

.cop-audience-grid i {
  align-items: center;
  background: var(--cop-cyan);
  border-radius: 13px;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 950;
  height: 48px;
  justify-content: center;
  margin-bottom: 20px;
  width: 48px;
}

.cop-audience-grid .cop-maker i,
.cop-audience-grid .cop-maker a {
  background: var(--cop-orange);
}

.cop-audience-grid ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 24px 0;
  padding: 0;
}

.cop-audience-grid li {
  color: #374151;
  font-size: 14px;
  line-height: 1.45;
  padding-left: 24px;
  position: relative;
}

.cop-audience-grid li::before {
  color: var(--cop-cyan);
  content: "✓";
  font-weight: 950;
  left: 0;
  position: absolute;
}

.cop-maker li::before {
  color: var(--cop-orange);
}

.cop-audience-grid a {
  background: var(--cop-cyan);
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 850;
  padding: 13px 22px;
  text-decoration: none;
}

.cop-foundation-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 42px;
}

.cop-foundation-grid article {
  background: #fff;
  border: 2px solid var(--cop-cyan);
  border-radius: 13px;
  overflow: hidden;
}

.cop-foundation-grid h3 {
  background: var(--cop-cyan);
  color: #fff;
  font-size: 19px;
  font-weight: 950;
  margin: 0;
  padding: 20px 24px;
}

.cop-foundation-grid dl {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 24px 24px 20px;
}

.cop-foundation-grid dt {
  color: #9ca3af;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cop-foundation-grid dd {
  margin: 4px 0 0;
}

.cop-foundation-grid a {
  color: var(--cop-cyan);
  display: inline-flex;
  font-size: 14px;
  font-weight: 850;
  margin: 0 24px 24px;
  text-decoration: none;
}

.cop-foundation-orange {
  border-color: var(--cop-orange) !important;
}

.cop-foundation-orange h3 {
  background: var(--cop-orange);
}

.cop-foundation-orange a {
  color: var(--cop-orange);
}

.cop-proof-grid {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.cop-video-card {
  align-items: center;
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(circle at 20% 20%, rgba(8, 145, 178, 0.3), transparent 32%),
    linear-gradient(135deg, #0b2431, #164e63 55%, #0891b2);
  border-radius: 18px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  text-align: center;
}

.cop-video-card span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.cop-video-card strong {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 950;
  line-height: 1;
}

.cop-video-card small {
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  font-weight: 750;
  margin-top: 18px;
}

.cop-proof-stack {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.cop-proof-stack article {
  background: #f0f9ff;
  border: 2px solid var(--cop-cyan);
  border-radius: 13px;
  padding: 20px;
}

.cop-proof-stack article:nth-child(2),
.cop-proof-stack article:nth-child(3) {
  background: #fff;
  border-color: #e5e7eb;
}

.cop-proof-stack strong {
  color: var(--cop-cyan);
  display: block;
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
  margin-bottom: 5px;
}

.cop-proof-stack article:nth-child(2) strong {
  color: var(--cop-orange);
}

.cop-proof-stack article:nth-child(3) strong {
  color: var(--cop-deep);
}

.cop-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 44px 0 36px;
  text-align: center;
}

.cop-process-grid i {
  background: var(--cop-cyan);
  margin-left: auto;
  margin-right: auto;
}

.cop-process-grid article:last-child i {
  background: var(--cop-orange);
}

.cop-final-cta {
  background: var(--cop-cyan);
  color: #fff;
  padding: 92px 0;
}

.cop-final-cta h2 {
  color: #fff;
  font-size: clamp(34px, 5vw, 54px);
}

.cop-final-cta p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.6;
  margin: 0 auto 38px;
  max-width: 760px;
}

.cop-footer {
  background: #0f172a;
  color: rgba(255, 255, 255, 0.66);
  padding: 38px 0;
  text-align: center;
}

.cop-footer strong {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 950;
}

.cop-footer span {
  color: var(--cop-cyan);
  display: block;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  margin: 6px 0 14px;
  text-transform: uppercase;
}

.cop-footer p {
  margin: 0 auto;
  max-width: 620px;
}

@media (max-width: 1100px) {
  .cop-primary-nav nav {
    display: none;
  }
}

@media (max-width: 840px) {
  .cop-container {
    width: min(100% - 32px, 1060px);
  }

  .cop-utility {
    font-size: 10px;
  }

  .cop-primary-nav {
    height: 72px;
    justify-content: center;
    padding: 0 18px;
  }

  .cop-logo > span {
    font-size: 27px;
  }

  .cop-logo small {
    font-size: 10px;
  }

  .cop-arms-strip {
    justify-content: flex-start;
  }

  .cop-hero {
    padding: 72px 0 72px;
  }

  .cop-hero h1 {
    font-size: clamp(48px, 15vw, 64px);
  }

  .cop-hero-copy {
    font-size: 18px;
  }

  .cop-founder-row,
  .cop-journey-grid,
  .cop-definition-grid,
  .cop-benefit-grid,
  .cop-audience-grid,
  .cop-foundation-grid,
  .cop-proof-grid,
  .cop-process-grid {
    grid-template-columns: 1fr;
  }

  .cop-founder-row {
    align-items: stretch;
    display: grid;
    gap: 18px;
  }

  .cop-founder-mark {
    display: none;
  }

  .cop-section,
  .cop-audience,
  .cop-final-cta {
    padding: 68px 0;
  }
}
