:root {
  color-scheme: light;
  --paper: #fdfcf8;
  --green: #006b51;
  --text: #41413f;
  --blue: #84baff;
  /* System fallbacks only. Web fonts will be agreed and connected later. */
  --body-font: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
  --heading-font: "Trebuchet MS", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--paper); }
body { margin: 0; color: var(--text); font-family: var(--body-font); }
img { display: block; max-width: 100%; height: auto; }
p, h1, h2, h3 { margin: 0; }
.longread { overflow: hidden; }

.intro {
  position: relative;
  isolation: isolate;
  overflow: visible;
  padding: 22px 32px 36px;
}

.intro__content { position: relative; max-width: 1140px; margin-inline: auto; }
.hero { text-align: center; }
.sponsor { color: var(--green); }
.sponsor__logo { margin-inline: auto; }
.sponsor__caption { margin-top: 6px; font-size: 16px; line-height: 20px; }

.hero__title {
  margin-top: 24px;
  color: var(--green);
  font: italic 400 100px / 1.02 var(--heading-font);
  letter-spacing: -2.5px;
  text-transform: uppercase;
}

.hero__subtitle {
  margin-top: 22px;
  color: var(--green);
  font: italic 400 42px / 1 var(--heading-font);
  letter-spacing: -.6px;
}

.hero__lead { margin: 29px auto 0; font-size: 18px; line-height: 1.2; }
.intro__story { margin-top: 24px; font-size: 16px; line-height: 1.2; }
.intro__story p + p { margin-top: 19.2px; }
.accent { color: var(--green); }

.tips { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin-top: 22px; }
.tip {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  min-height: 142px;
  padding: 16px 32px 10px 16px;
  border: 1px solid var(--blue);
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 0 0 0 3px #f5faff, 0 4px 8px #28466224;
}
.tip__icon { margin-top: 1px; }
.tip__icon--meal { margin-top: 6px; }
.tip p { font-size: 16px; line-height: 1.2; text-align: justify; }

/* Native PSD coordinates: a centered 1920px canvas, cropped by the viewport. */
.decoration { position: absolute; z-index: -1; top: 0; left: 50%; width: 1920px; height: 100%; transform: translateX(-50%); pointer-events: none; user-select: none; }
.food { position: absolute; max-width: none; }
.food--toast { left: 1252px; top: -77px; }
.food--salad { left: 133px; top: -28px; }
.food--apple-right { left: 1789px; top: 538px; }
.food--apple-upper { left: 1671px; top: 477px; }
.food--apple-lower { left: 1582px; top: 651px; }
.food--apple-left { left: 1483px; top: 578px; }
.food--basil-top { left: 563px; top: -45px; }
.food--basil-right { left: 1834px; top: 362px; }
.food--dill-left { left: -33px; top: 44px; }
.food--scallions-left { left: -156px; top: 181px; }
.food--scallions-right { left: 1777px; top: 106px; }
.food--pepper-left { left: 438px; top: 305px; }
.food--pepper-right { left: 1590px; top: 522px; }
.food--pepper-bottom-left { left: 80px; top: 688px; }
.food--peppers-right { left: 1796px; top: 730px; }
.food--peppers-left { left: 134px; top: 690px; }
.food--dill-top-right { left: 1554px; top: -14px; }
.food--dill-top { left: 1122px; top: -61px; }
.food--apple-top { left: 1702px; top: -49px; }
.food--skewers { left: 1401px; top: 122px; }
.food--cheesecakes { left: -78px; top: 262px; }
.food--tomatoes-left { left: -50px; top: 749px; }
.food--tomatoes-right { left: 1851px; top: 750px; }

/* Each lunch stays in normal document flow so copy can grow with web fonts. */
.meals { position: relative; width: calc(100% - 64px); max-width: 1140px; margin-inline: auto; }
.meal { position: relative; margin-bottom: 54px; }
.meal__title {
  position: absolute;
  z-index: 2;
  top: -16px;
  left: -14px;
  padding: 12px 36px 14px;
  border-radius: 4px;
  background: var(--green);
  color: #fff;
  font: italic 400 42px / 1.1 var(--heading-font);
  transform: rotate(-4.4deg);
}
.meal__overview {
  display: grid;
  grid-template-columns: 50% 27% 23%;
  align-items: start;
  min-height: 353px;
  border: 1px solid #97bfd5;
  border-radius: 4px 4px 0 0;
  background: var(--paper);
}
.meal__photo { width: 100%; height: 353px; object-fit: cover; object-position: left top; border-top-left-radius: 3px; }
.meal__menu { margin: 44px 0 0; padding: 0 20px 20px 30px; list-style: none; }
.meal__menu li { position: relative; padding-left: 0; font-size: 20px; line-height: 1.2; color: #242624; }
.meal__menu li::before { content: "•"; position: absolute; left: -16px; color: #075885; }
.meal__menu li + li { margin-top: 30px; }
.nutrition {
  width: 245px;
  min-height: 323px;
  margin: 16px 14px 14px 0;
  padding: 24px 30px;
  background: url("assets/nutrition-notebook.png") center / 100% 100% no-repeat;
  font-size: 16px;
  line-height: 20px;
}
.nutrition__title { margin-bottom: 20px; color: var(--green); }
.nutrition__row { margin-top: 20px; white-space: nowrap; }
.nutrition__row strong { color: #2a2a2a; font-weight: 400; }
.recipe-grid, .expert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid #97bfd5;
  border-radius: 4px;
}
.recipe-grid {
  position: relative;
  min-height: var(--recipe-height);
  margin-top: -1px;
  padding: 40px 0 24px;
  background: var(--paper);
}
.recipe { display: flex; flex-direction: column; min-width: 0; padding: 0 40px; }
.recipe + .recipe, .expert + .expert { border-left: 1px solid #97bfd5; }
.recipe__title { min-height: 64px; color: var(--green); font: italic 400 20px / 1.2 var(--heading-font); }
.recipe__text, .expert__text { font-size: 16px; line-height: 1.2; text-align: justify; }
.recipe__text p + p, .expert__text p + p { margin-top: 19.2px; }
.recipe__art { align-self: center; width: 100%; margin-top: 20px; }
.recipe__visual { position: relative; align-self: center; width: 100%; margin-top: 20px; }
.recipe__visual .recipe__art { margin-top: 0; }
.recipe__visual--salad-logo { padding-bottom: 61px; }
.recipe__brand-logo { position: absolute; right: -3px; bottom: 0; width: 135px; height: 131px; }
.recipe__art--dessert { align-self: flex-start; width: calc(100% + 110px); max-width: none; margin: 20px -70px -24px -40px; }
.meal--1 .recipe__art--dessert { width: calc(100% + 144px); margin-left: -18px; }
.meal--2 .recipe__art--dessert, .meal--5 .recipe__art--dessert { margin-top: auto; padding-top: 8px; }
.meal--3 .recipe__art--dessert { width: calc(100% + 120px); }
.recipe__art--pasta { width: calc(100% + 36px); max-width: none; margin-bottom: -24px; margin-top: auto; padding-top: 20px; }
.expert-grid { position: relative; min-height: var(--expert-height); margin-top: 18px; padding: 16px 0 24px; background: #fff; }
.expert { min-width: 0; padding: 0 40px; }
.expert__portrait { width: 112px; height: 112px; margin: 0 auto 16px; border-radius: 50%; }
.expert__title { margin-bottom: 20px; color: var(--green); font-size: 16px; font-weight: 400; line-height: 1.2; }
.expert__text hr { margin: 20px 0; border: 0; border-top: 1px solid #97bfd5; }
.thanks { display: flex; align-items: center; justify-content: center; gap: 20px; max-width: 720px; margin: 0 auto; padding: 0 24px 48px; font-size: 16px; line-height: 1.25; }
.thanks__icon { flex: 0 0 auto; width: 36px; height: 49px; }
.advertisement { margin: -24px auto 0; padding: 0 24px 24px; font-size: 12px; line-height: 1.4; text-align: center; }

@media (max-width: 1350px) {
  .meal .recipe__art--dessert { width: calc(100% + 64px); margin-left: -24px; margin-right: -40px; }
}

@media (max-width: 1199px) {
  .meals { margin-inline: 32px; }
  .meal__overview { grid-template-columns: minmax(0, 1fr) minmax(210px, .55fr) 220px; }
  .nutrition { width: 210px; margin-right: 8px; padding-inline: 22px; }
  .meal__menu { padding-left: 22px; padding-right: 10px; }
  .meal__menu li { font-size: 18px; }
  .recipe, .expert { padding-inline: 24px; }
  .recipe__art--dessert { width: calc(100% + 64px); margin-left: -24px; margin-right: -40px; }
  .meal--1 .recipe__art--dessert, .meal--3 .recipe__art--dessert { width: calc(100% + 64px); margin-left: -24px; }
}

@media (max-width: 900px) {
  .meal__overview { grid-template-columns: minmax(0, 1fr) 230px; }
  .meal__photo { height: auto; aspect-ratio: 571 / 353; }
  .meal__menu { grid-column: 1; margin: 0; padding: 24px 28px 30px 44px; }
  .meal__menu li + li { margin-top: 16px; }
  .nutrition { grid-column: 2; grid-row: 1 / span 2; align-self: center; margin: 18px 16px 18px 0; }
  .recipe-grid, .expert-grid { grid-template-columns: 1fr; min-height: 0; padding: 0; }
  .recipe, .expert { padding: 28px 32px; }
  .recipe + .recipe, .expert + .expert { border-left: 0; border-top: 1px solid #97bfd5; }
  .recipe__title { min-height: 0; margin-bottom: 18px; font-size: 24px; }
  .recipe__title br, .meal__menu br { display: none; }
  .recipe__text, .expert__text { line-height: 1.5; text-align: left; }
  .recipe__text p + p, .expert__text p + p { margin-top: 16px; }
  .recipe__art, .recipe__art--pasta,
  .meal .recipe__art--dessert { align-self: center; width: auto; max-width: min(100%, 360px); height: auto; margin: 24px auto 0; padding: 0; }
  .recipe__visual { width: min(100%, 360px); }
  .recipe__visual .recipe__art { width: 100%; max-width: none; margin: 0; }
  .expert__portrait { margin-bottom: 18px; }
  .expert__title { text-align: center; font-size: 17px; }
}

@media (max-width: 600px) {
  .meals { width: calc(100% - 48px); margin-inline: 24px; }
  .meal { margin-bottom: 50px; }
  .meal__title { top: -16px; left: -8px; padding: 10px 24px 12px; font-size: 32px; }
  .meal__overview { display: flex; flex-direction: column; }
  .meal__photo { width: 100%; border-radius: 3px 3px 0 0; }
  .meal__menu { padding: 26px 24px 22px 42px; }
  .meal__menu li { font-size: 18px; line-height: 1.3; }
  .nutrition { align-self: center; width: min(245px, calc(100% - 40px)); min-height: 262px; margin: 0 20px 24px; padding: 22px 26px; background-size: 100% 100%; }
  .nutrition__title { margin-bottom: 16px; }
  .nutrition__row { margin-top: 16px; }
  .recipe, .expert { padding: 26px 22px; }
  .recipe__title { font-size: 23px; }
  .thanks { align-items: flex-start; gap: 14px; padding: 0 24px 36px; font-size: 14px; line-height: 1.45; }
  .thanks br { display: none; }
}

@media (max-width: 374px) {
  .meals { width: calc(100% - 36px); margin-inline: 18px; }
  .recipe, .expert { padding-inline: 18px; }
  .nutrition { padding-inline: 22px; font-size: 15px; }
}

@media (max-width: 1199px) {
  .hero__title { font-size: clamp(56px, 7.7vw, 92px); }
  .hero__subtitle { font-size: clamp(28px, 3.4vw, 40px); }
  .hero__lead { max-width: 850px; font-size: 17px; }
  .hero__lead .desktop-break { display: none; }
  .tip { grid-template-columns: 54px minmax(0, 1fr); gap: 16px; padding: 18px; }
  .tip p { text-align: left; }
}

@media (max-width: 767px) {
  .intro { padding: 26px 24px 36px; }
  .intro__content { max-width: 560px; }
  .sponsor__caption { max-width: 255px; margin: 10px auto 0; font-size: 12px; line-height: 1.4; }
  .hero__title { max-width: 530px; margin: 42px auto 0; font-size: clamp(40px, 8.3vw, 60px); line-height: 1.04; letter-spacing: -1.5px; }
  .hero__subtitle { margin-top: 20px; font-size: clamp(24px, 4.4vw, 30px); line-height: 1.15; letter-spacing: -.4px; }
  .desktop-break { display: none; }
  .hero__lead { margin-top: 26px; font-size: 16px; line-height: 1.5; }
  .intro__story { margin-top: 30px; font-size: 16px; line-height: 1.55; }
  .intro__story p + p { margin-top: 18px; }
  .tips { grid-template-columns: 1fr; gap: 16px; margin-top: 26px; }
  .tip { min-height: 0; grid-template-columns: 42px minmax(0, 1fr); gap: 16px; padding: 20px 18px; }
  .tip p { font-size: 15px; line-height: 1.45; }
  .tip__icon { max-width: 42px; }
  .decoration { left: 0; width: 100%; transform: none; }
  .food { display: none; }
  .food--salad { display: block; left: -58px; top: -22px; width: clamp(140px, 29vw, 200px); }
  .food--toast { display: block; left: auto; right: -36px; top: -25px; width: clamp(127px, 25vw, 180px); }
  .food--basil-top { display: block; left: 17%; top: -39px; width: 85px; }
  .food--dill-top-right { display: block; left: auto; right: -30px; top: 78px; width: 75px; }
}

@media (max-width: 374px) {
  .intro { padding-inline: 18px; }
  .sponsor__caption { max-width: 220px; }
  .hero__title { font-size: 38px; }
  .tip { grid-template-columns: 32px minmax(0, 1fr); gap: 12px; padding: 18px 14px; }
  .tip__icon { max-width: 32px; }
}
