:root {
  --paper: #f7f5ef;
  --paper-strong: #fffdf8;
  --ink: #23211f;
  --muted: #938a7d;
  --line: #e7dfd2;
  --gold: #bd8b16;
  --gold-deep: #9f7207;
  --green: #52765a;
  --charcoal: #11100f;
  --shadow: 0 18px 45px rgba(35, 33, 31, 0.12);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(247, 245, 239, 0.94)),
    var(--paper);
}

body,
button,
input {
  letter-spacing: 0;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 74px;
  padding: 14px clamp(18px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: max-content;
}

.brand-logo {
  width: auto;
  height: clamp(44px, 4.7vw, 54px);
  object-fit: contain;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.4vw, 34px);
  color: #5e574f;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.main-nav a {
  padding-block: 8px;
}

.main-nav a:hover {
  color: var(--gold-deep);
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.pill:hover {
  transform: translateY(-1px);
}

.pill-solid {
  color: #fff;
  background: linear-gradient(180deg, #c99922, var(--gold-deep));
  box-shadow: 0 12px 26px rgba(159, 114, 7, 0.24);
}

.pill-outline {
  color: var(--gold-deep);
  border: 1px solid #dfca95;
  background: rgba(255, 255, 255, 0.72);
}

.pill-ghost {
  color: var(--ink);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.64);
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: clamp(520px, 72svh, 680px);
  padding: clamp(36px, 6vw, 68px) clamp(20px, 6vw, 76px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(247, 245, 239, 0.98) 0%, rgba(247, 245, 239, 0.95) 36%, rgba(247, 245, 239, 0.38) 58%, rgba(247, 245, 239, 0.05) 100%),
    url("assets/almuerzopro-hero.png") center right / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: var(--line);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-deep);
  font-size: 0.83rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.85rem, 5.7vw, 5rem);
  font-style: italic;
  line-height: 0.95;
}

.hero-copy {
  max-width: 540px;
  margin-bottom: 22px;
  color: #5b544c;
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(660px, 100%);
  margin: 0;
}

.hero-metrics div {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.74);
}

.hero-metrics dt {
  color: var(--gold-deep);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-metrics dd {
  margin: 6px 0 0;
  color: #49443e;
  font-weight: 750;
}

.section {
  padding: clamp(44px, 5vw, 64px) clamp(20px, 5vw, 64px);
}

section[id] {
  scroll-margin-top: 88px;
}

.section-white {
  background: var(--paper-strong);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(26px, 64px) auto minmax(26px, 64px);
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: clamp(34px, 5vw, 52px);
  text-align: center;
}

.section-heading span {
  display: block;
  height: 2px;
  background: var(--gold);
}

.section-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-style: italic;
  font-weight: 800;
}

.include-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  max-width: 1250px;
  margin: 0 auto;
}

.include-card {
  min-width: 0;
  text-align: center;
}

.meal-thumb {
  height: 160px;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid #ece4d8;
  background: #f4efe6;
  box-shadow: 0 12px 28px rgba(35, 33, 31, 0.08);
}

.meal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pos-bread img {
  object-position: 47% 78%;
}

.pos-salad img {
  object-position: 68% 39%;
}

.pos-soup img {
  object-position: 48% 56%;
}

.pos-main img {
  object-position: 65% 62%;
}

.pos-dessert img {
  object-position: 56% 84%;
}

.pos-water img {
  object-position: 82% 58%;
}

.include-card h3 {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.include-card h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin: 9px auto 0;
  background: var(--gold);
}

.include-card p {
  margin: 0 auto;
  max-width: 18ch;
  color: #5f574f;
  font-size: 0.92rem;
  line-height: 1.5;
}

.process-section {
  background: linear-gradient(180deg, #f6f3ec, #ffffff);
}

.process-layout {
  max-width: 1180px;
  margin: 0 auto;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-steps li {
  position: relative;
  padding: 28px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.82);
  text-align: center;
}

.step-icon {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  margin: 0 auto 18px;
  border: 1px solid #dfc480;
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
}

.step-icon svg {
  width: 46px;
  height: 46px;
}

.step-icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.process-steps h3 {
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.process-steps p {
  margin-bottom: 0;
  color: #655e55;
  line-height: 1.5;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  max-width: 1250px;
  margin: 0 auto;
}

.menu-grid article,
.rotation-card {
  min-height: 230px;
  padding: 24px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: center;
}

.menu-grid article {
  background: #fbf8f1;
}

.menu-grid h3 {
  color: var(--gold-deep);
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.menu-grid p {
  margin-bottom: 12px;
  color: #282522;
  font-weight: 650;
  line-height: 1.45;
}

.rotation-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background:
    radial-gradient(circle at top, rgba(189, 139, 22, 0.2), transparent 42%),
    var(--charcoal);
}

.rotation-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 8px;
  color: var(--gold);
}

.rotation-icon svg {
  width: 100%;
  height: 100%;
}

.rotation-icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.rotation-card p {
  color: rgba(255, 255, 255, 0.82);
}

.benefits-section {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.96), rgba(255, 253, 248, 0.72)),
    var(--paper);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.benefit-grid article {
  padding: 22px 18px;
  border-top: 2px solid var(--gold);
  background: rgba(255, 255, 255, 0.54);
}

.benefit-grid span {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 800;
}

.benefit-grid h3 {
  margin: 12px 0 8px;
  font-size: 0.93rem;
  font-weight: 900;
  text-transform: uppercase;
}

.benefit-grid p {
  margin-bottom: 0;
  color: #655e55;
  line-height: 1.55;
}

.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(44px, 6vw, 70px) clamp(20px, 6vw, 76px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(17, 16, 15, 0.94), rgba(17, 16, 15, 0.82)),
    url("assets/almuerzopro-hero.png") center right / cover no-repeat;
}

.cta-section h2 {
  margin: 0;
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4.2rem);
  font-style: italic;
  line-height: 1.02;
}

.cta-section .eyebrow {
  color: #e4bd62;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(20px, 6vw, 76px);
  color: rgba(255, 255, 255, 0.8);
  background: #080807;
}

.brand-footer {
  color: #fff;
}

.brand-footer .brand-logo {
  height: clamp(46px, 5vw, 58px);
}

.site-footer address {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  font-style: normal;
}

.site-footer a:hover {
  color: #f0ca6a;
}

@media (max-width: 1120px) {
  .include-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .menu-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .hero {
    min-height: 680px;
    background:
      linear-gradient(180deg, rgba(247, 245, 239, 0.98) 0%, rgba(247, 245, 239, 0.88) 52%, rgba(247, 245, 239, 0.18) 100%),
      url("assets/almuerzopro-hero.png") 66% bottom / auto 68% no-repeat,
      #f7f5ef;
  }

  .hero-content {
    align-self: start;
  }

  h1 {
    max-width: 10ch;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .process-layout {
    grid-template-columns: 1fr;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .cta-section,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer address {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 68px;
    gap: 12px;
    padding-inline: 16px;
  }

  .brand-logo {
    height: 38px;
  }

  .site-header .pill {
    min-height: 38px;
    padding-inline: 14px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: 720px;
    padding-inline: 16px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .include-grid,
  .menu-grid,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .meal-thumb {
    height: 210px;
  }

  .section-heading {
    grid-template-columns: 38px auto 38px;
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
