body.adhesions-page {
  background:
    radial-gradient(circle at top, rgba(237, 192, 49, 0.24), transparent 38%),
    linear-gradient(180deg, #f6f1df 0%, #ece4c8 100%);
  color: #262112;
}

.adhesions-shell {
  max-width: 1220px;
  margin: 0 auto;
  padding: 32px 20px 72px;
}

.adhesions-hero,
.adhesions-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 24px;
  margin-bottom: 28px;
}

.adhesions-hero__copy,
.adhesions-hero__aside,
.adhesions-panel,
.adhesion-card,
.adhesions-viewer {
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(173, 124, 8, 0.4);
  border-radius: 24px;
  box-shadow: 0 16px 30px rgba(70, 53, 12, 0.14);
}

.adhesions-hero__copy,
.adhesions-hero__aside,
.adhesions-panel,
.adhesion-card {
  padding: 32px;
}

.adhesions-viewer {
  overflow: hidden;
  min-height: 720px;
}

.adhesions-kicker,
.adhesions-card-kicker,
.adhesion-card__tag {
  margin: 0 0 12px;
  color: #915f00;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.adhesions-hero h1 {
  margin: 0 0 16px;
  font-family: "Patrick Hand", "Comic Sans MS", cursive;
  font-size: clamp(2.8rem, 6vw, 4.9rem);
  line-height: 0.95;
  color: #b07a0f;
}

.adhesions-lead,
.adhesions-panel p,
.adhesions-hero__aside p,
.adhesion-card p {
  font-size: 1.05rem;
  line-height: 1.72;
}

.adhesions-actions,
.adhesion-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.adhesions-button,
.resource-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  color: #1d1d1d;
  background: #f2d36b;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}

.adhesions-button--ghost,
.adhesion-card__links .resource-link:nth-child(even) {
  background: #3d7b59;
  color: #f8f2d9;
}

.adhesions-hero__aside {
  background: linear-gradient(180deg, rgba(61, 123, 89, 0.95), rgba(28, 88, 110, 0.92));
  color: #f8f2d9;
}

.adhesions-hero__aside .adhesions-card-kicker {
  color: rgba(248, 242, 217, 0.82);
}

.adhesions-hero__aside h2,
.adhesions-panel h2,
.adhesion-card h2 {
  margin: 0 0 12px;
  font-size: 1.7rem;
}

.adhesions-panel--accent {
  background: rgba(255, 244, 200, 0.92);
}

.adhesions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 28px;
}

.adhesions-shop {
  margin-bottom: 28px;
}

.adhesions-shop__intro {
  max-width: 760px;
  margin-bottom: 18px;
}

.adhesions-shop__intro h2 {
  margin: 0 0 10px;
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
}

.adhesions-shop__intro p {
  font-size: 1.05rem;
  line-height: 1.7;
}

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

.adhesions-widget__card {
  padding: 28px;
  background: linear-gradient(180deg, rgba(255, 251, 238, 0.94), rgba(248, 239, 206, 0.88));
  border: 2px solid rgba(173, 124, 8, 0.35);
  border-radius: 24px;
  box-shadow: 0 16px 30px rgba(70, 53, 12, 0.14);
}

.adhesions-widget__card--boutique {
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.95), rgba(235, 234, 252, 0.9));
}

.adhesions-widget__card h3 {
  margin: 0 0 12px;
  font-size: 1.9rem;
  line-height: 1.05;
}

.adhesions-widget__card p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.68;
}

.adhesions-widget__embed {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(173, 124, 8, 0.18);
  min-height: 110px;
}

.adhesions-widget__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  color: #1f1f1f;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(173, 124, 8, 0.24);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.adhesions-viewer__frame {
  width: 100%;
  min-height: 720px;
  border: 0;
  background: #fff;
}

@media (max-width: 980px) {
  .adhesions-hero,
  .adhesions-intro,
  .adhesions-grid,
  .adhesions-shop__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .adhesions-shell {
    padding: 20px 12px 48px;
  }

  .adhesions-hero__copy,
  .adhesions-hero__aside,
  .adhesions-panel,
  .adhesion-card,
  .adhesions-widget__card {
    padding: 20px;
  }

  .adhesions-viewer,
  .adhesions-viewer__frame {
    min-height: 540px;
  }
}
