.roasters-page {
  --roasters-earth: #5b4831;
  --roasters-earth-soft: #7d694f;
  --roasters-sage: #b7c5ad;
  --roasters-sage-deep: #7a8f67;
  --roasters-sage-soft: #dce7d1;
  --roasters-clay: #dd8460;
  --roasters-clay-soft: #f1cdb7;
  --roasters-cream: #fbf5e8;
  --roasters-card-pad-y: 1.6rem;
  --roasters-card-pad-x: 1.35rem;
  --roasters-card-pad-x-wide: 1.6rem;
  background:
    linear-gradient(180deg, #fbfaf2 0%, #e9f0df 30%, #eff4e8 58%, #f9f0e3 100%),
    radial-gradient(circle at top left, rgba(183, 197, 173, 0.34), transparent 24%),
    radial-gradient(circle at 84% 12%, rgba(221, 132, 96, 0.24), transparent 20%);
}

.roasters-page .page-noise {
  opacity: 0.46;
}

.roasters-page .eyebrow,
.roasters-page .meta-label,
.roasters-page .panel-label {
  color: var(--roasters-clay);
}

.roasters-page .button-primary {
  background: linear-gradient(180deg, var(--roasters-earth), var(--roasters-sage-deep));
  box-shadow: 0 18px 34px rgba(91, 72, 49, 0.2);
}

.roasters-page .button-secondary {
  background: linear-gradient(180deg, rgba(221, 132, 96, 0.18), rgba(183, 197, 173, 0.34));
  border-color: rgba(122, 143, 103, 0.24);
}

.roasters-hero {
  position: relative;
  padding: 2rem 0 0.75rem;
}

.roasters-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(2rem, 4vw, 5rem);
  align-items: stretch;
}

.roasters-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0 0;
}

.roasters-copy h1,
.roasters-main h2,
.roast-table-header h2,
.wholesale-copy h2,
.wholesale-panel h3 {
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.07em;
}

.roasters-copy h1 {
  max-width: 10.5ch;
  font-size: clamp(2.9rem, 5.8vw, 5.2rem);
  line-height: 0.92;
}

.roasters-lede,
.roasters-main > p:last-child,
.roast-table-header p,
.roast-card p,
.wholesale-copy p,
.wholesale-panel p {
  margin: 0;
  line-height: 1.8;
}

.roasters-lede {
  max-width: 34rem;
  margin-top: 1.5rem;
  color: var(--brown-soft);
  font-size: 1.04rem;
}

.roasters-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.roasters-actions-compact {
  margin-top: 1.6rem;
}

.roasters-stage {
  min-height: 39rem;
}

.roasters-stage-card {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 39rem;
  overflow: hidden;
  padding: 2rem;
  border-radius: 2.4rem;
  border: 1px solid rgba(122, 143, 103, 0.18);
  background:
    radial-gradient(circle at 18% 16%, rgba(221, 132, 96, 0.2), transparent 18%),
    radial-gradient(circle at 82% 18%, rgba(183, 197, 173, 0.42), transparent 20%),
    linear-gradient(155deg, rgba(255, 249, 239, 0.98) 0%, rgba(220, 231, 209, 0.82) 54%, rgba(241, 205, 183, 0.42) 100%);
  box-shadow: 0 30px 70px rgba(91, 72, 49, 0.14);
}

.roasters-stage-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background: url("assets/images/pattern-transparent.png") center / 30rem;
}

.roasters-stage-card::after {
  content: "";
  position: absolute;
  inset: auto 1.5rem 1.5rem auto;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(221, 132, 96, 0.24), transparent 72%);
}

.roasters-mark,
.roasters-note-grid,
.roasters-stage-note {
  position: relative;
  z-index: 1;
}

.roasters-mark {
  position: relative;
  width: min(76%, 26rem);
  max-height: 31rem;
  object-fit: contain;
  filter: drop-shadow(0 18px 32px rgba(91, 72, 49, 0.12));
}

.roasters-overview {
  padding: 1rem 0 0.75rem;
}

.roasters-overview .shell {
  display: grid;
  gap: 1rem;
}

.roasters-note-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.roasters-stage-note {
  min-width: 0;
  padding: var(--roasters-card-pad-y) var(--roasters-card-pad-x);
  border: 1px solid rgba(122, 143, 103, 0.18);
  border-radius: 1.3rem;
  background: linear-gradient(180deg, rgba(255, 249, 239, 0.9), rgba(220, 231, 209, 0.55));
  backdrop-filter: blur(5px);
}

.roasters-stage-note strong {
  display: block;
  color: var(--roasters-clay);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.roasters-stage-note p {
  margin: 0.45rem 0 0;
  color: var(--brown);
  line-height: 1.55;
}

.roasters-stage-note:nth-child(2) {
  background: linear-gradient(180deg, rgba(241, 205, 183, 0.72), rgba(255, 249, 239, 0.92));
}

.roasters-stage-note:nth-child(3) {
  background: linear-gradient(180deg, rgba(220, 231, 209, 0.78), rgba(255, 249, 239, 0.92));
}

.roasters-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.roasters-highlights article {
  min-width: 0;
  padding: var(--roasters-card-pad-y) var(--roasters-card-pad-x);
  border: 1px solid rgba(98, 117, 84, 0.18);
  border-radius: 1.3rem;
  background: linear-gradient(180deg, rgba(220, 231, 209, 0.42), rgba(255, 255, 255, 0.58));
  box-shadow: var(--shadow-soft);
}

.roasters-highlights p {
  margin: 0;
  color: var(--brown);
  line-height: 1.65;
}

.roasters-highlights article:nth-child(2) {
  background: linear-gradient(180deg, rgba(241, 205, 183, 0.46), rgba(255, 255, 255, 0.62));
}

.roasters-highlights article:nth-child(3) {
  background: linear-gradient(180deg, rgba(183, 197, 173, 0.34), rgba(255, 249, 239, 0.64));
}

.roasters-story.section {
  padding-top: 0.75rem;
}

.roasters-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 1fr);
  gap: 1rem;
}

.roasters-aside,
.roasters-main,
.wholesale-copy,
.wholesale-panel {
  padding: var(--roasters-card-pad-y) var(--roasters-card-pad-x-wide);
  border: 1px solid var(--line);
  border-radius: 1.95rem;
  box-shadow: var(--shadow-soft);
}

.roasters-aside,
.roasters-main,
.wholesale-copy {
  background: linear-gradient(180deg, rgba(220, 231, 209, 0.28), rgba(255, 255, 255, 0.58));
}

.roasters-aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  min-height: 22rem;
  background: linear-gradient(180deg, rgba(183, 197, 173, 0.42), rgba(255, 255, 255, 0.58));
}

.roasters-aside img {
  width: 4.6rem;
}

.roasters-aside p {
  margin: 0;
  max-width: 13rem;
  color: var(--brown-soft);
  line-height: 1.78;
}

.roasters-main h2 {
  max-width: 11.5ch;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.93;
}

.roasters-main > p:last-child {
  max-width: 39rem;
  margin-top: 1.25rem;
  color: var(--brown-soft);
}

.roasters-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.75rem;
}

.roasters-principles article {
  min-width: 0;
  padding: var(--roasters-card-pad-y) var(--roasters-card-pad-x);
  border: 1px solid rgba(98, 117, 84, 0.16);
  border-radius: 1.45rem;
  background: linear-gradient(180deg, rgba(255, 249, 239, 0.74), rgba(220, 231, 209, 0.34));
}

.roasters-principles h3 {
  margin: 0 0 0.8rem;
  font-size: 1.45rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.roasters-principles p:last-child {
  margin: 0;
  color: var(--brown-soft);
  line-height: 1.72;
}

.roasters-principles article:nth-child(2) {
  background: linear-gradient(180deg, rgba(241, 205, 183, 0.52), rgba(255, 249, 239, 0.84));
}

.roasters-principles article:nth-child(3) {
  background: linear-gradient(180deg, rgba(183, 197, 173, 0.38), rgba(255, 249, 239, 0.84));
}

.roast-table {
  padding: 5rem 0;
}

.roast-table-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 24rem);
  gap: 2rem;
  align-items: end;
}

.roast-table-header h2 {
  max-width: 11ch;
  font-size: clamp(2.1rem, 4.2vw, 4.15rem);
  line-height: 0.92;
}

.roast-table-header p {
  color: rgba(255, 249, 239, 0.72);
}

.roast-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.roast-card {
  min-width: 0;
  min-height: 25rem;
  padding: var(--roasters-card-pad-y) var(--roasters-card-pad-x-wide);
  border: 1px solid rgba(223, 232, 212, 0.18);
  border-radius: 1.95rem;
  background: linear-gradient(180deg, rgba(223, 232, 212, 0.12), rgba(255, 249, 239, 0.08));
  backdrop-filter: blur(6px);
}

.roast-card-feature {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(221, 132, 96, 0.3), rgba(183, 197, 173, 0.26)),
    rgba(255, 249, 239, 0.05);
}

.roast-card-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background: url("assets/images/pattern-transparent.png") center / cover;
}

.roast-card-feature > * {
  position: relative;
  z-index: 1;
}

.roast-type {
  display: block;
  color: rgba(255, 249, 239, 0.68);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.roast-card h3 {
  margin: 0.95rem 0 1rem;
  color: var(--white);
  font-size: 1.55rem;
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.roast-card p {
  color: rgba(255, 249, 239, 0.8);
}

.roast-card ul {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 1.35rem 0 0;
  list-style: none;
}

.roast-card li {
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 249, 239, 0.14);
  color: rgba(255, 249, 239, 0.74);
  line-height: 1.65;
}

.wholesale.section {
  padding-top: 5rem;
}

.wholesale-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 1rem;
}

.wholesale-copy h2 {
  max-width: 12ch;
  font-size: clamp(2rem, 4vw, 3.95rem);
  line-height: 0.93;
}

.wholesale-copy p {
  max-width: 37rem;
  color: var(--brown-soft);
}

.wholesale-points {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 1.6rem 0 0;
  list-style: none;
}

.wholesale-points li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
  padding-top: 0.95rem;
  color: var(--brown);
  line-height: 1.72;
  border-top: 1px solid rgba(98, 117, 84, 0.14);
}

.wholesale-points li::before {
  content: "";
  width: 0.72rem;
  height: 0.72rem;
  margin-top: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--clay), var(--sage-deep));
  box-shadow: 0 0 0 0.22rem rgba(169, 187, 150, 0.18);
}

.wholesale-panel {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(145deg, rgba(91, 72, 49, 0.96), rgba(122, 143, 103, 0.96)),
    radial-gradient(circle at top right, rgba(221, 132, 96, 0.22), transparent 28%);
  color: var(--white);
}

.wholesale-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.11;
  background: url("assets/images/pattern-transparent.png") center / cover;
}

.wholesale-panel > * {
  position: relative;
  z-index: 1;
}

.wholesale-panel img {
  width: 4.4rem;
  filter: brightness(0) saturate(100%) invert(98%) sepia(11%) saturate(388%) hue-rotate(316deg) brightness(103%) contrast(101%);
}

.wholesale-panel h3 {
  margin-top: 0.9rem;
  font-size: clamp(1.6rem, 2.4vw, 2.35rem);
  line-height: 0.96;
}

.wholesale-panel p {
  color: rgba(255, 249, 239, 0.8);
}

.wholesale-meta {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.wholesale-meta div {
  padding-top: 0.8rem;
  border-top: 1px solid rgba(223, 232, 212, 0.18);
}

.wholesale-meta span {
  display: block;
  color: rgba(255, 249, 239, 0.64);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.wholesale-meta strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--white);
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.55;
}

.wholesale-meta a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.roasters-page .site-footer {
  padding-top: 4rem;
}

@media (max-width: 1100px) {
  .roasters-hero-grid,
  .roasters-story-grid,
  .roast-table-header,
  .wholesale-grid {
    grid-template-columns: 1fr;
  }

  .roasters-stage,
  .roasters-stage-card {
    min-height: 34rem;
  }
}

@media (max-width: 860px) {
  .roasters-note-grid,
  .roasters-highlights,
  .roasters-principles,
  .roast-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .roasters-hero {
    padding-top: 1rem;
  }

  .roasters-overview {
    padding-top: 0.85rem;
  }

  .roasters-copy {
    padding-top: 0.5rem;
  }

  .roasters-copy h1 {
    font-size: clamp(2.6rem, 11vw, 4rem);
  }

  .roasters-stage,
  .roasters-stage-card {
    min-height: 29rem;
  }

  .roasters-stage-card,
  .roasters-aside,
  .roasters-main,
  .roast-card,
  .wholesale-copy,
  .wholesale-panel {
    padding: 1.35rem;
    border-radius: 1.6rem;
  }

  .roasters-mark {
    width: min(82%, 18.5rem);
    max-height: 21rem;
  }

  .roasters-aside p,
  .roasters-main h2,
  .wholesale-copy h2 {
    max-width: none;
  }

  .roasters-story.section,
  .wholesale.section {
    padding-top: 1rem;
  }

  .roast-table {
    padding: 4rem 0;
  }

  .roasters-page .site-footer {
    padding-top: 2.5rem;
  }
}
