:root {
  --canvas: #e7e7e7;
  --pack-bg: #3d2d78;
  --cream: #f2f2f2;
  --yellow: #fff200;
  --line: #e7d93f;
  --text: #f3f0ff;
}

body {
  font-family: "Times New Roman", Georgia, serif;
  background: var(--canvas);
  color: #2f2f2f;
}

.page {
  width: min(768px, 100% - 32px);
  margin: 22px auto;
}

.pack {
  background: var(--pack-bg);
  color: var(--text);
  border: 2px solid #2a2a2a;
  padding: 18px 18px 14px;
  display: grid;
  grid-template-columns: 62% 38%;
  gap: 20px;
  min-height: 640px;
}

.pack__left {
  padding: 0 6px 0 8px;
}

.tiny-top {
  font-size: 12px;
  line-height: 1.08;
  margin-bottom: 26px;
}

.brand-block {
  margin: 0 0 16px 22px;
}

.brand-script {
  color: var(--yellow);
  font-family: "Monotype Corsiva", "Palace Script MT", "Lucida Calligraphy", "URW Chancery L", cursive;
  font-style: italic;
  font-weight: 400;
  font-size: 60px;
  line-height: 0.8;
  letter-spacing: 0.2px;
  display: inline-block;
  transform: rotate(-7deg);
  transform-origin: left center;
}

.brand-title {
  font-size: 61px;
  line-height: 0.95;
  color: var(--cream);
  letter-spacing: 1px;
}

.copy-group {
  font-size: 14px;
  line-height: 1.1;
  margin-top: 12px;
}

.copy-heading {
  font-weight: 700;
}

.copy-group--fr {
  margin-top: 14px;
}

.site {
  margin-top: 14px;
  font-style: italic;
  font-size: 15px;
}

.ingredients {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.08;
}

.ingredients span {
  color: var(--yellow);
  font-weight: 700;
}

.ingredients em {
  font-style: italic;
}

.pack__right {
  border-left: 3px solid var(--line);
  padding-left: 24px;
}

.facts {
  font-size: 14px;
  line-height: 1.1;
}

.facts-title {
  color: var(--yellow);
  font-size: 13px;
  line-height: 1.02;
  margin-bottom: 18px;
}

.weight {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 2px;
}

.mini-bars {
  font-size: 11px;
  margin-bottom: 14px;
}

.serving {
  font-size: 11px;
  margin-bottom: 12px;
}

.nutrition-head {
  font-size: 11px;
  line-height: 1.03;
  margin-bottom: 10px;
}

.nutrition-head em {
  font-style: italic;
  font-size: 11px;
}

.nutrition-list {
  font-size: 11px;
  line-height: 1.06;
}

.rule {
  height: 4px;
  width: 100%;
  background: var(--line);
  margin: 12px 0 14px;
}

.address,
.questions,
.storage,
.best-before {
  font-size: 11px;
  line-height: 1.15;
  margin-bottom: 8px;
}

.storage em {
  font-style: italic;
}

.best-before strong {
  font-weight: 700;
}

.meta {
  margin: 16px 0 0;
  font-size: 12px;
  line-height: 1.32;
  color: #2f2f2f;
}

@media (max-width: 840px) {
  .pack {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 18px;
  }

  .pack__right {
    border-left: 0;
    border-top: 3px solid var(--line);
    padding-left: 0;
    padding-top: 18px;
  }
}
