:root {
  --sole-lunch-green: #173d35;
  --sole-lunch-green-deep: #12332d;
  --sole-lunch-cream: #f7f1df;
  --sole-lunch-yellow: #fea700;
  --sole-lunch-ink: #163b34;
  --sole-lunch-muted: #6c6a5f;
  --sole-lunch-line: rgba(22, 59, 52, .18);
}

.sole-lunch {
  position: relative;
  width: 100%;
  color: var(--sole-lunch-ink);
  background: var(--sole-lunch-cream);
  overflow: hidden;
}

.sole-lunch-shell {
  width: min(1460px, calc(100% - 96px));
  margin: 0 auto;
}

.sole-lunch-eyebrow {
  margin: 0 0 22px;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.sole-lunch-eyebrow--light,
.sole-lunch-heading--light,
.sole-lunch-copy--light { color: #fff; }

.sole-lunch-heading {
  margin: 0;
  font-size: clamp(42px, 3.7vw, 62px);
  line-height: .98;
  font-weight: 400;
}

.sole-lunch-copy {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
}

.sole-lunch-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 64px;
}

.sole-lunch .sole-editorial-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 54px;
  padding: 0 20px 0 22px;
  border-radius: 0 !important;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.sole-lunch .sole-editorial-button i { font-style: normal; font-size: 20px; }
.sole-lunch .sole-editorial-button--primary { background: var(--sole-lunch-yellow); color: var(--sole-lunch-green-deep); }
.sole-lunch .sole-editorial-button--dark { background: var(--sole-lunch-green); color: #fff; }
.sole-lunch .sole-editorial-button--light { background: var(--sole-lunch-yellow); color: var(--sole-lunch-green-deep); }

.sole-lunch-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
}

.sole-lunch-bullets {
  margin: 28px 0 34px;
  padding: 0;
  list-style: none;
}
.sole-lunch-bullets li {
  position: relative;
  padding: 13px 0 13px 22px;
  border-bottom: 1px solid var(--sole-lunch-line);
  font-size: 16px;
  line-height: 1.45;
}
.sole-lunch-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 21px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sole-lunch-yellow);
}

/* Hero */
.sole-lunch-hero {
  min-height: 780px;
  display: flex;
  align-items: stretch;
  background: var(--sole-lunch-green-deep);
  color: #fff;
}
.sole-lunch-hero__media,
.sole-lunch-hero__shade {
  position: absolute;
  inset: 0;
}
.sole-lunch-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sole-lunch-hero__shade {
  background: linear-gradient(90deg, rgba(9,31,27,.88) 0%, rgba(9,31,27,.69) 35%, rgba(9,31,27,.18) 68%, rgba(9,31,27,.08) 100%);
}
.sole-lunch-hero__content {
  position: relative;
  z-index: 2;
  width: min(1460px, calc(100% - 96px));
  margin: 0 auto;
  padding: 190px 0 170px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sole-lunch-hero__title {
  max-width: 760px;
  margin: 0;
  font-size: clamp(62px, 6.2vw, 108px);
  line-height: .92;
  font-weight: 400;
  color: #fff;
}
.sole-lunch-hero__description {
  max-width: 650px;
  margin: 30px 0 0;
  font-size: 19px;
  line-height: 1.5;
  color: #fff !important;
}
.sole-lunch-hero__actions { display: flex; gap: 26px; align-items: center; margin-top: 34px; }
.sole-lunch-hero__caption { margin: auto 0 0; padding-top: 60px; font-size: 12px; letter-spacing: 1.8px; text-transform: uppercase; }
.sole-lunch-hero__bar {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(var(--sole-info-columns, 4), minmax(0, 1fr));
  background: var(--sole-lunch-yellow);
  color: var(--sole-lunch-green-deep);
}
.sole-lunch-hero__bar-item {
  min-height: 96px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 30px;
  border-right: 1px solid rgba(23,61,53,.25);
}
.sole-lunch-hero__bar-item:last-child { border-right: 0; }
.sole-lunch-hero__bar-number { font-size: 12px; letter-spacing: 1px; align-self: start; padding-top: 4px; }
.sole-lunch-hero__bar-label { display: block; font-size: 15px; line-height: 1.15; text-transform: uppercase; letter-spacing: 1.2px; }
.sole-lunch-hero__bar-caption { display: block; margin-top: 6px; font-size: 12px; line-height: 1.35; }

/* Signature */
.sole-lunch-signature { padding: 110px 0; }
.sole-lunch-signature__inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.sole-lunch-signature__visual { position: relative; margin: 0; min-height: 640px; }
.sole-lunch-signature__image { width: 100%; height: 100%; min-height: 640px; object-fit: cover; display: block; }
.sole-lunch-signature__caption { position: absolute; left: 28px; bottom: 28px; background: var(--sole-lunch-yellow); color: var(--sole-lunch-green-deep); padding: 16px 18px; min-width: 220px; }
.sole-lunch-signature__caption span { display: block; font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase; }
.sole-lunch-signature__caption strong { display: block; margin-top: 6px; font-size: 18px; }
.sole-lunch-signature__title { font-size: clamp(46px, 4vw, 68px); }
.sole-lunch-signature__description { margin-top: 28px; max-width: 600px; }
.sole-lunch-signature__price { margin: 26px 0 0; font-size: 24px; line-height: 1; }

/* Menu */
.sole-lunch-menu { padding: 104px 0 112px; background: var(--sole-lunch-cream); color: var(--sole-lunch-ink); }
.sole-lunch-menu__title { font-size: clamp(46px, 4vw, 66px); color: var(--sole-lunch-ink); }
.sole-lunch-menu__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.sole-lunch-menu__card { min-height: 228px; padding: 28px 30px 30px; background: #fffdf7; border: 1px solid var(--sole-lunch-line); }
.sole-lunch-menu__label { display: inline-block; background: var(--sole-lunch-yellow); color: var(--sole-lunch-green-deep); padding: 8px 10px; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; }
.sole-lunch-menu__card-main { display: flex; justify-content: space-between; gap: 22px; margin-top: 34px; }
.sole-lunch-menu__card h3 { margin: 0; font-size: 23px; line-height: 1.12; font-weight: 500; color: var(--sole-lunch-ink); }
.sole-lunch-menu__card p { margin: 14px 0 0; font-size: 16px; line-height: 1.52; color: var(--sole-lunch-muted); }
.sole-lunch-menu__price { font-size: 19px; line-height: 1.15; font-weight: 500; color: var(--sole-lunch-ink); white-space: nowrap; }
.sole-lunch-menu__cta { display: flex; justify-content: flex-end; margin-top: 38px; }
.sole-lunch-menu .sole-lunch-eyebrow--light,
.sole-lunch-menu .sole-lunch-heading--light { color: var(--sole-lunch-ink); }
.sole-lunch-menu .sole-lunch-copy--light { color: var(--sole-lunch-muted); }


/* Why */
.sole-lunch-why { padding: 110px 0; background: var(--sole-lunch-green-deep); color: #fff; }
.sole-lunch-why__title { font-size: clamp(46px, 4vw, 68px); }
.sole-lunch-why__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.sole-lunch-why__card { min-height: 278px; padding: 30px; border: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; }
.sole-lunch-why__number { font-size: 12px; letter-spacing: 1px; color: var(--sole-lunch-yellow); }
.sole-lunch-why__card h3 { margin: auto 0 18px; font-size: 26px; line-height: 1.08; font-weight: 500; color: #fff; }
.sole-lunch-why__card p { margin: 0; font-size: 17px; line-height: 1.55; color: rgba(255,255,255,.82); }

/* Clicquot */
.sole-lunch-clicquot { padding: 110px 0; }
.sole-lunch-clicquot__inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.sole-lunch-clicquot--image-left .sole-lunch-clicquot__content { order: 2; }
.sole-lunch-clicquot--image-left .sole-lunch-clicquot__visual { order: 1; }
.sole-lunch-clicquot__title { font-size: clamp(46px, 4vw, 68px); }
.sole-lunch-clicquot__content .sole-lunch-copy { margin-top: 28px; }
.sole-lunch-clicquot__visual { margin: 0; min-height: 620px; position: relative; }
.sole-lunch-clicquot__image { width: 100%; height: 100%; min-height: 620px; object-fit: cover; display: block; }
.sole-lunch-clicquot__visual figcaption { position: absolute; left: 24px; bottom: 24px; padding: 10px 12px; background: var(--sole-lunch-yellow); font-size: 12px; letter-spacing: 1.3px; text-transform: uppercase; }

/* Memory */
.sole-lunch-memory { padding: 110px 0 120px; background: #fffaf0; }
.sole-lunch-memory__title { font-size: clamp(44px, 3.8vw, 64px); }
.sole-lunch-memory__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.sole-lunch-memory__card { min-height: 260px; padding: 30px; background: #fff; border: 1px solid var(--sole-lunch-line); }
.sole-lunch-memory__icon { width: 48px; height: 48px; margin-bottom: 42px; }
.sole-lunch-memory__icon-image { width: 48px; height: 48px; object-fit: contain; }
.sole-lunch-memory__card h3 { margin: 0; font-size: 24px; line-height: 1.1; font-weight: 500; }
.sole-lunch-memory__card p { margin: 16px 0 0; font-size: 17px; line-height: 1.55; color: var(--sole-lunch-muted); }

@media screen and (max-width: 991px) {
  .sole-lunch-shell,
  .sole-lunch-hero__content { width: min(100% - 48px, 1460px); }
  .sole-lunch-section-head { grid-template-columns: 1fr; gap: 26px; }
  .sole-lunch-signature__inner,
  .sole-lunch-clicquot__inner { grid-template-columns: 1fr; gap: 44px; }
  .sole-lunch-clicquot--image-left .sole-lunch-clicquot__content,
  .sole-lunch-clicquot--image-left .sole-lunch-clicquot__visual { order: initial; }
  .sole-lunch-menu__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sole-lunch-why__grid,
  .sole-lunch-memory__grid { grid-template-columns: 1fr; }
  .sole-lunch-why__card,
  .sole-lunch-memory__card { min-height: 240px; }
  .sole-lunch-hero__bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media screen and (max-width: 767px) {
  .sole-lunch-shell,
  .sole-lunch-hero__content { width: min(100% - 32px, 1460px); }
  .sole-lunch-eyebrow { margin-bottom: 16px; font-size: 12px; letter-spacing: 2.2px; }
  .sole-lunch-heading { font-size: 36px; line-height: 1; }
  .sole-lunch-copy { font-size: 16px; line-height: 1.55; }
  .sole-lunch-section-head { gap: 18px; margin-bottom: 30px; }
  .sole-lunch-hero { min-height: 700px; }
  .sole-lunch-hero__shade { background: linear-gradient(180deg, rgba(9,31,27,.25) 0%, rgba(9,31,27,.68) 50%, rgba(9,31,27,.92) 100%); }
  .sole-lunch-hero__content { padding: 132px 0 220px; justify-content: flex-end; }
  .sole-lunch-hero__title { font-size: clamp(42px, 12.5vw, 58px); line-height: .96; max-width: 100%; }
  .sole-lunch-hero__description { margin-top: 18px; font-size: 16px; line-height: 1.5; }
  .sole-lunch-hero__actions { flex-direction: row; flex-wrap: wrap; align-items: center; width: 100%; gap: 14px 18px; margin-top: 22px; }
  .sole-lunch-hero__actions .sole-editorial-button { width: auto; min-width: 0; }
  .sole-lunch-hero__caption { display: none; }
  .sole-lunch-hero__bar { grid-template-columns: 1fr; }
  .sole-lunch-hero__bar-item { min-height: 54px; grid-template-columns: 26px 1fr; gap: 10px; padding: 9px 16px; border-right: 0; border-bottom: 1px solid rgba(23,61,53,.25); }
  .sole-lunch-hero__bar-item:last-child { border-bottom: 0; }
  .sole-lunch-hero__bar-label { font-size: 12px; }
  .sole-lunch-hero__bar-caption { font-size: 11.5px; margin-top: 2px; }
  .sole-lunch-signature,
  .sole-lunch-menu,
  .sole-lunch-why,
  .sole-lunch-clicquot,
  .sole-lunch-memory { padding: 56px 0 60px; }
  .sole-lunch-signature__visual,
  .sole-lunch-clicquot__visual { min-height: 0; height: auto; }
  .sole-lunch-signature__visual { aspect-ratio: 1 / 1; }
  .sole-lunch-clicquot__visual { aspect-ratio: 4 / 5; }
  .sole-lunch-signature__image,
  .sole-lunch-clicquot__image { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
  .sole-lunch-signature__caption { left: 16px; bottom: 16px; right: 16px; min-width: 0; }
  .sole-lunch-signature__title,
  .sole-lunch-menu__title,
  .sole-lunch-why__title,
  .sole-lunch-clicquot__title,
  .sole-lunch-memory__title { font-size: 34px; line-height: 1.02; }
  .sole-lunch-menu__grid { grid-template-columns: 1fr; }
  .sole-lunch-menu__grid { gap: 12px; }
  .sole-lunch-menu__card { min-height: 0; padding: 22px; border: 1px solid var(--sole-lunch-line); }
  .sole-lunch-menu__card-main { margin-top: 22px; gap: 16px; }
  .sole-lunch-menu__card h3 { font-size: 21px; }
  .sole-lunch-menu__card p { font-size: 16px; }
  .sole-lunch-menu__price { font-size: 18px; color: var(--sole-lunch-ink); }
  .sole-lunch-why__card { min-height: 0; padding: 24px; }
  .sole-lunch-why__card h3 { margin: 28px 0 12px; font-size: 23px; }
  .sole-lunch-why__card p,
  .sole-lunch-memory__card p { font-size: 16px; }
  .sole-lunch-memory__card { min-height: 0; padding: 24px; }
  .sole-lunch-memory__icon { margin-bottom: 24px; }
  .sole-lunch .sole-editorial-button { min-height: 48px; padding-left: 18px; padding-right: 16px; font-size: 11.5px; }
  .sole-lunch-menu__cta { justify-content: flex-start; margin-top: 28px; }
  .sole-lunch-bullets { margin: 22px 0 26px; }
  .sole-lunch-bullets li { padding: 10px 0 10px 20px; font-size: 15.5px; }
  .sole-lunch-bullets li::before { top: 17px; }
}
