.commons-spotlight {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  min-height: min(760px, 82vh);
  padding: clamp(28px, 5vw, 72px);
  gap: clamp(28px, 6vw, 92px);
  align-items: center;
  color: #fffaf0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 222, 0, .2), transparent 28%),
    linear-gradient(135deg, #064832, #076347 72%, #0a7454);
  overflow: hidden;
}

.commons-spotlight__media {
  justify-self: center;
  width: min(100%, 420px);
  aspect-ratio: 3 / 4;
  margin: 0;
  padding: clamp(10px, 1.4vw, 18px);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: clamp(28px, 4vw, 52px);
  background: rgba(255, 255, 255, .11);
  box-shadow: 0 32px 80px rgba(1, 34, 23, .32);
  transform: rotate(-1.25deg);
}

.commons-spotlight__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 58%;
  border-radius: calc(clamp(28px, 4vw, 52px) - 10px);
}

.commons-spotlight__ingredients {
  aspect-ratio: auto;
  min-height: 510px;
  padding: clamp(30px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  transform: rotate(-1deg);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 222, 0, .2), transparent 30%),
    rgba(255, 255, 255, .1);
}

.commons-spotlight__ingredients > img {
  width: min(100%, 240px);
  height: auto;
  object-fit: contain;
  align-self: flex-start;
  border-radius: 0;
}

.commons-spotlight__ingredients figcaption {
  max-width: 22ch;
  font-size: clamp(1.35rem, 2.4vw, 2.25rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.commons-spotlight__ingredients ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.commons-spotlight__ingredients li {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  color: rgba(255, 250, 240, .88);
  background: rgba(255, 255, 255, .08);
  font-size: .86rem;
  font-weight: 700;
}

.commons-spotlight__copy { max-width: 760px; }
.commons-spotlight__copy .eyebrow { color: #ffde00; }
.commons-spotlight__copy h2 {
  max-width: 11ch;
  margin: 18px 0 24px;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: .88;
  letter-spacing: -.065em;
}
.commons-spotlight__copy > p:not(.eyebrow) {
  max-width: 44ch;
  color: rgba(255, 250, 240, .82);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.55;
}
.commons-spotlight__lockup {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .04em;
}
.commons-spotlight__lockup img {
  width: 94px;
  height: 58px;
  object-fit: contain;
}
.commons-spotlight__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button--light { color: #231f20; background: #fffaf0; border-color: rgba(255,255,255,.72); }

.commons-page { background: #fbf8ef; color: #231f20; }
.commons-hero,
.commons-intro,
.commons-ingredients,
.commons-taste,
.commons-faq,
.commons-visit {
  padding: clamp(72px, 9vw, 132px) clamp(22px, 6vw, 96px);
}
.commons-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .7fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: center;
  min-height: 760px;
  background: radial-gradient(circle at 78% 30%, rgba(255,222,0,.26), transparent 30%);
}
.commons-hero h1,
.commons-intro h2,
.commons-ingredients h2,
.commons-faq h2,
.commons-visit h2 {
  margin: 16px 0 24px;
  font-size: clamp(3rem, 7.5vw, 7.4rem);
  line-height: .9;
  letter-spacing: -.065em;
}
.commons-hero__intro { max-width: 42ch; font-size: clamp(1.08rem, 1.7vw, 1.35rem); line-height: 1.6; }
.commons-collab {
  display: grid;
  place-items: center;
  min-height: 500px;
  padding: 48px;
  border-radius: clamp(30px, 5vw, 64px);
  background: #075c3f;
  box-shadow: 0 30px 80px rgba(7,92,63,.2);
}
.commons-collab img { width: min(100%, 330px); height: auto; }
.commons-collab p { margin: 24px 0 0; color: rgba(255,255,255,.8); text-align: center; }
.commons-video {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(26px, 7vw, 100px);
  align-items: center;
  padding: clamp(68px, 9vw, 128px) clamp(22px, 6vw, 96px);
  background: #f2eee4;
}
.commons-video__heading { max-width: 28ch; }
.commons-video__heading h2 {
  margin: 16px 0 18px;
  font-size: clamp(2.8rem, 5.8vw, 5.8rem);
  line-height: .92;
  letter-spacing: -.06em;
}
.commons-video__heading p:not(.eyebrow) { max-width: 34ch; color: #625e57; line-height: 1.55; }
.commons-video__heading .commons-video__note { margin-top: 18px; font-size: .78rem; line-height: 1.5; opacity: .76; }
.commons-video__frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: clamp(24px, 3vw, 42px);
  background: #075c3f;
  box-shadow: 0 24px 60px rgba(7,92,63,.2);
}
.commons-video__frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.commons-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(30px, 8vw, 120px); background: #ffde00; }
.commons-intro h2 { font-size: clamp(2.8rem, 6vw, 6rem); }
.commons-intro__body { max-width: 660px; font-size: clamp(1rem, 1.25vw, 1.15rem); line-height: 1.55; }
.commons-intro__body p + p { margin-top: 12px; }
.commons-definition { max-width: 39ch; font-size: clamp(1.15rem, 1.8vw, 1.55rem); line-height: 1.45; }
.commons-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}
.commons-facts article {
  min-height: 142px;
  padding: 18px 16px;
  border-top: 2px solid #231f20;
  background: rgba(255,255,255,.18);
}
.commons-facts span { display: block; min-height: 34px; font-size: 1.55rem; font-weight: 800; }
.commons-facts strong { display: block; font-size: .92rem; line-height: 1.2; }
.commons-facts small { display: block; margin-top: 8px; color: rgba(35,31,32,.72); font-size: .75rem; line-height: 1.35; }
.commons-source-note { margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(35,31,32,.2); font-size: .82rem; line-height: 1.55; opacity: .76; }
.commons-source-note a { color: inherit; font-weight: 800; text-underline-offset: 3px; }
.commons-ingredients { background: #231f20; color: #fffaf0; }
.commons-ingredients h2 { max-width: 10ch; }
.ingredient-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 46px; }
.ingredient-card { position: relative; min-height: 220px; padding: clamp(22px, 3.2vw, 34px); border: 1px solid rgba(255,255,255,.18); border-radius: 30px; background: rgba(255,255,255,.055); }
.ingredient-card span { color: #ffde00; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ingredient-card__symbol { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 22px; border: 1px solid rgba(255,222,0,.5); border-radius: 50%; color: #ffde00; font-size: 1.15rem !important; letter-spacing: 0 !important; }
.ingredient-card h3 { margin: 14px 0 10px; font-size: clamp(1.8rem, 3.2vw, 3rem); }
.ingredient-card p { margin: 0; color: rgba(255,250,240,.72); line-height: 1.62; }
.ingredient-card__drinks { margin-top: 16px !important; color: #fffaf0 !important; font-weight: 800; line-height: 1.45 !important; }
.ingredient-card__note { margin-top: 6px !important; color: rgba(255,250,240,.62) !important; font-size: .9rem; }
.commons-transparency { margin: 34px 0 0; padding: 24px 28px; border-left: 5px solid #ffde00; background: rgba(255,255,255,.07); line-height: 1.6; }
.commons-taste {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 8vw, 120px);
  color: #fffaf0;
  background:
    radial-gradient(circle at 12% 16%, rgba(255,222,0,.2), transparent 25%),
    #075c3f;
}
.commons-taste__heading { align-self: start; position: sticky; top: 130px; }
.commons-taste__heading .eyebrow { color: #ffde00; }
.commons-taste__heading h2 {
  max-width: 9ch;
  margin: 16px 0 22px;
  font-size: clamp(3rem, 6.4vw, 6.4rem);
  line-height: .9;
  letter-spacing: -.065em;
}
.commons-taste__heading > p:not(.eyebrow) { max-width: 30ch; color: rgba(255,250,240,.74); line-height: 1.55; }
.taste-grid { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.28); }
.taste-card { padding: clamp(26px, 4vw, 48px) 0; border-bottom: 1px solid rgba(255,255,255,.28); }
.taste-card > span { color: #ffde00; font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.taste-card h3 { margin: 10px 0 8px; font-size: clamp(2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.045em; }
.taste-card p { max-width: 48ch; margin: 0; color: rgba(255,250,240,.72); line-height: 1.55; }
.commons-taste__actions { display: flex; flex-wrap: wrap; gap: 12px; padding-top: 30px; }
.commons-taste .button--outline { color: #fffaf0; border-color: rgba(255,255,255,.56); background: rgba(255,255,255,.06); }
.commons-faq { background: #f2eee4; }
.commons-faq h2 { font-size: clamp(2.8rem, 6vw, 5.8rem); }
.commons-faq__list { max-width: 920px; }
.commons-faq details { border-top: 1px solid rgba(35,31,32,.2); }
.commons-faq details:last-child { border-bottom: 1px solid rgba(35,31,32,.2); }
.commons-faq summary { padding: 24px 0; cursor: pointer; font-weight: 800; font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.commons-faq details p { max-width: 70ch; margin: -8px 0 24px; color: #625e57; line-height: 1.65; }
.commons-visit { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 8vw, 120px); align-items: end; }
.commons-visit h2 { font-size: clamp(3rem, 6.4vw, 6.4rem); }
.commons-visit__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.commons-disclaimer { max-width: 78ch; margin-top: 28px; color: #6f6a62; font-size: .9rem; line-height: 1.58; }
.commons-ribbon {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(22px, 5vw, 64px);
  padding: clamp(34px, 5vw, 68px) clamp(22px, 6vw, 96px);
  color: #fffaf0;
  background: #075c3f;
}
.commons-ribbon img { width: 108px; height: 72px; object-fit: contain; }
.commons-ribbon h2 { margin: 0 0 8px; font-size: clamp(2rem, 4vw, 4.3rem); line-height: .95; letter-spacing: -.05em; }
.commons-ribbon p { margin: 0; max-width: 52ch; color: rgba(255,250,240,.78); line-height: 1.55; }

@media (max-width: 820px) {
  .commons-spotlight,
  .commons-hero,
  .commons-intro,
  .commons-taste,
  .commons-visit { grid-template-columns: 1fr; }
  .commons-spotlight { min-height: 0; }
  .commons-spotlight__media { width: min(78vw, 330px); }
  .commons-spotlight__ingredients { min-height: 430px; }
  .commons-spotlight__copy h2 { font-size: clamp(3.2rem, 15vw, 5.4rem); }
  .commons-hero { min-height: 0; }
  .commons-video { grid-template-columns: 1fr; }
  .commons-video__heading { max-width: 34ch; }
  .commons-collab { min-height: 340px; }
  .commons-facts { grid-template-columns: 1fr; }
  .commons-facts article { min-height: 0; }
  .ingredient-grid { grid-template-columns: 1fr; }
  .commons-taste__heading { position: static; }
  .commons-ribbon { grid-template-columns: auto 1fr; }
  .commons-ribbon .button { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 480px) {
  .commons-spotlight { padding: 50px 22px 58px; }
  .commons-spotlight__lockup { gap: 9px; font-size: .66rem; }
  .commons-spotlight__lockup img { width: 76px; height: 46px; }
  .commons-spotlight__actions .button { width: 100%; }
  .commons-hero,
  .commons-intro,
  .commons-ingredients,
  .commons-taste,
  .commons-faq,
  .commons-visit { padding-left: 22px; padding-right: 22px; }
  .commons-collab { padding: 28px; border-radius: 34px; }
  .commons-video { padding: 56px 22px 64px; }
  .commons-video__heading h2 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .commons-video__frame { border-radius: 24px; }
  .commons-visit__actions .button { width: 100%; }
}
