.norelle-couscous {
  --norelle-ink: #211a17;
  --norelle-cream: #fffaf1;
  --norelle-paper: #ffffff;
  --norelle-gold: #c79845;
  --norelle-wine: #691f28;
  --norelle-muted: #756a64;
  color: var(--norelle-ink);
  font-family: inherit;
}

.norelle-couscous--banner {
  box-sizing: border-box;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  padding: clamp(14px, 2.2vw, 30px) clamp(16px, 3.6vw, 56px);
  padding-bottom: clamp(40px, 5vw, 64px);
  background: linear-gradient(180deg, #fffdf8 0%, var(--norelle-cream) 100%);
}

.norelle-couscous__banner-card {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(105, 31, 40, 0.12);
  border-radius: clamp(16px, 2vw, 26px);
  background: var(--norelle-paper);
  box-shadow: 0 22px 60px rgba(33, 26, 23, 0.14);
}

.norelle-couscous__banner-link,
.norelle-couscous__banner-picture,
.norelle-couscous__banner-image {
  display: block;
  width: 100%;
}

.norelle-couscous__banner-link {
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}

.norelle-couscous__banner-image {
  height: auto;
  object-fit: contain;
}

.norelle-couscous__banner-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 3vw, 38px);
  border-top: 1px solid rgba(105, 31, 40, 0.1);
  background: linear-gradient(135deg, var(--norelle-cream), var(--norelle-paper));
  color: var(--norelle-ink);
}

.norelle-couscous__banner-offer {
  margin: 0;
  font-size: clamp(0.88rem, 1.4vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.45;
}

.norelle-couscous__mobile-cta {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 10px 26px;
  border-radius: 999px;
  background: var(--norelle-gold);
  color: var(--norelle-ink);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(105, 31, 40, 0.16);
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.norelle-couscous__mobile-cta:hover {
  background: #d7ae66;
  box-shadow: 0 10px 26px rgba(105, 31, 40, 0.22);
  transform: translateY(-1px);
}

.norelle-couscous--order {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 72px) clamp(18px, 4vw, 40px);
}

.norelle-couscous__order-header {
  max-width: 760px;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.norelle-couscous__eyebrow {
  margin: 0 0 8px;
  color: var(--norelle-wine);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.norelle-couscous__order-header h1,
.norelle-couscous__details h2,
.norelle-couscous__notice h2 {
  margin-top: 0;
  color: var(--norelle-ink);
  line-height: 1.12;
}

.norelle-couscous__order-header h1 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4.5vw, 3.7rem);
}

.norelle-couscous__order-header p:last-child {
  margin: 0;
  color: var(--norelle-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.norelle-couscous__order-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(380px, 1.2fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.norelle-couscous__details {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid color-mix(in srgb, var(--norelle-gold) 42%, transparent);
  border-radius: 22px;
  background: var(--norelle-cream);
  box-shadow: 0 18px 50px rgba(33, 26, 23, 0.08);
}

.norelle-couscous__details p {
  line-height: 1.65;
}

.norelle-couscous__service-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(105, 31, 40, 0.16);
  list-style: none;
}

.norelle-couscous__form {
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(33, 26, 23, 0.1);
  border-radius: 24px;
  background: var(--norelle-paper);
  box-shadow: 0 24px 70px rgba(33, 26, 23, 0.12);
}

.norelle-couscous__recipes {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 0;
}

.norelle-couscous__recipes legend {
  margin-bottom: 14px;
  font-size: 1.05rem;
  font-weight: 800;
}

.norelle-couscous__recipe {
  display: flex;
  min-height: 68px;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid rgba(33, 26, 23, 0.14);
  border-radius: 16px;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.norelle-couscous__recipe:hover {
  border-color: var(--norelle-gold);
  transform: translateY(-1px);
}

.norelle-couscous__recipe:has(input:checked) {
  border-color: var(--norelle-wine);
  box-shadow: 0 0 0 2px rgba(105, 31, 40, 0.11);
}

.norelle-couscous__recipe--unavailable {
  cursor: not-allowed;
  opacity: 0.58;
}

.norelle-couscous__recipe-input {
  width: 22px;
  height: 22px;
  margin: 2px 0 0;
  accent-color: var(--norelle-wine);
}

.norelle-couscous__recipe-copy {
  display: grid;
  flex: 1;
  gap: 5px;
}

.norelle-couscous__recipe-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.norelle-couscous__recipe-heading span {
  color: var(--norelle-wine);
  font-weight: 800;
  white-space: nowrap;
}

.norelle-couscous__recipe-copy small {
  color: var(--norelle-muted);
  line-height: 1.45;
}

.norelle-couscous__recipe-copy em {
  color: var(--norelle-wine);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
}

.norelle-couscous__quantity-block {
  display: grid;
  grid-template-columns: 1fr 96px;
  gap: 16px;
  align-items: center;
  margin-top: 26px;
}

.norelle-couscous__quantity {
  width: 100%;
  min-height: 48px;
  padding: 8px 12px;
  border: 1px solid rgba(33, 26, 23, 0.24);
  border-radius: 12px;
  background: var(--norelle-paper);
  color: var(--norelle-ink);
  font: inherit;
  font-weight: 800;
  text-align: center;
}

.norelle-couscous__total {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 16px;
  align-items: end;
  margin-top: 24px;
  padding: 18px;
  border-radius: 16px;
  background: var(--norelle-cream);
}

.norelle-couscous__total strong {
  color: var(--norelle-wine);
  font-size: 1.55rem;
}

.norelle-couscous__total small {
  grid-column: 1 / -1;
  color: var(--norelle-muted);
  line-height: 1.45;
}

.norelle-couscous__submit {
  width: 100%;
  min-height: 52px;
  margin-top: 18px;
  border: 0;
  border-radius: 999px;
  background: var(--norelle-wine);
  color: var(--norelle-paper);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.norelle-couscous__submit:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.norelle-couscous__banner-link:focus-visible,
.norelle-couscous__mobile-cta:focus-visible,
.norelle-couscous__recipe-input:focus-visible,
.norelle-couscous__quantity:focus-visible,
.norelle-couscous__submit:focus-visible {
  outline: 3px solid var(--norelle-gold);
  outline-offset: 4px;
}

.norelle-couscous__notice {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(24px, 5vw, 48px);
  border-radius: 22px;
  background: var(--norelle-cream);
  text-align: center;
}

.norelle-couscous__noscript {
  margin: 14px 0 0;
  color: var(--norelle-muted);
  font-size: 0.9rem;
}

@media (max-width: 767px) {
  .norelle-couscous--banner {
    padding: 12px 14px 40px;
  }

  .norelle-couscous__banner-card {
    border-radius: 16px;
    box-shadow: 0 16px 38px rgba(33, 26, 23, 0.14);
  }

  .norelle-couscous__banner-actions {
    display: grid;
    gap: 10px;
    padding: 14px 18px 16px;
  }

  .norelle-couscous__mobile-cta {
    width: 100%;
    order: -1;
  }

  .norelle-couscous__banner-offer {
    text-align: center;
  }

  .norelle-couscous__order-grid {
    grid-template-columns: 1fr;
  }

  .norelle-couscous__details {
    order: 2;
  }

  .norelle-couscous__form {
    order: 1;
  }

  .norelle-couscous__recipe-heading {
    display: grid;
    gap: 4px;
  }

  .norelle-couscous__recipe-heading span {
    white-space: normal;
  }

  .norelle-couscous__quantity-block {
    grid-template-columns: 1fr 86px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .norelle-couscous__mobile-cta {
    transition: none;
  }
}
