:root {
  color-scheme: light;
  --seo-ink: #152019;
  --seo-muted: #637067;
  --seo-paper: #f7f1e4;
  --seo-card: #fffdf8;
  --seo-line: #dfe6d8;
  --seo-lime: #bdff00;
  --seo-green: #315e42;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--seo-ink);
  background:
    radial-gradient(circle at 92% 0, rgba(189, 255, 0, 0.15), transparent 360px),
    var(--seo-paper);
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

.seo-skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  transform: translateY(-180%);
  color: #fff;
  background: var(--seo-ink);
}

.seo-skip-link:focus {
  transform: none;
}

.seo-site-header,
.seo-footer,
.seo-page-shell {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.seo-site-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.seo-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.seo-brand img {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}

.seo-brand span,
.seo-brand strong,
.seo-brand small {
  display: block;
}

.seo-brand strong {
  font-size: 16px;
  letter-spacing: -0.025em;
}

.seo-brand small {
  margin-top: 1px;
  color: var(--seo-muted);
  font-size: 11px;
  font-weight: 700;
}

.seo-site-header nav,
.seo-footer nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.seo-site-header nav a,
.seo-footer nav a {
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.seo-header-action {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--seo-ink);
}

.seo-page-shell {
  padding-block: 22px 80px;
}

.seo-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: var(--seo-muted);
  font-size: 12px;
  font-weight: 750;
}

.seo-breadcrumbs a {
  text-decoration: none;
}

.seo-breadcrumbs [aria-current="page"] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seo-recipe {
  display: grid;
  gap: 34px;
}

.seo-recipe-hero {
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  overflow: hidden;
  border: 1px solid rgba(21, 32, 25, 0.08);
  border-radius: 38px;
  background: var(--seo-card);
  box-shadow: 0 30px 70px rgba(43, 56, 47, 0.1);
}

.seo-recipe-hero-copy {
  align-self: center;
  padding: clamp(30px, 6vw, 68px);
}

.seo-eyebrow,
.seo-section-kicker {
  margin: 0;
  color: var(--seo-green);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-recipe-hero h1,
.seo-library-hero h1,
.seo-not-found h1 {
  margin: 12px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.seo-recipe-lead,
.seo-library-hero > p,
.seo-not-found > p {
  margin: 0;
  color: var(--seo-muted);
  font-size: 16px;
  line-height: 1.65;
}

.seo-recipe-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 28px 0 0;
  overflow: hidden;
  border: 1px solid var(--seo-line);
  border-radius: 20px;
  background: var(--seo-line);
}

.seo-recipe-facts div {
  padding: 13px 15px;
  background: #fff;
}

.seo-recipe-facts dt,
.seo-recipe-facts dd {
  margin: 0;
}

.seo-recipe-facts dt {
  color: var(--seo-muted);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.seo-recipe-facts dd {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 900;
}

.seo-recipe-hero-image {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.seo-recipe-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

.seo-recipe-main {
  display: grid;
  gap: 24px;
}

.seo-content-card {
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--seo-line);
  border-radius: 30px;
  background: var(--seo-card);
  box-shadow: 0 16px 40px rgba(43, 56, 47, 0.06);
}

.seo-content-card h2,
.seo-related h2,
.seo-library-heading h2 {
  margin: 7px 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.seo-ingredients ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-ingredients li {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 17px;
  background: #f2f6ed;
}

.seo-ingredients li strong {
  font-size: 13px;
}

.seo-ingredients li span {
  flex: 0 0 auto;
  color: var(--seo-green);
  font-size: 12px;
  font-weight: 900;
}

.seo-steps ol {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-steps li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 150px;
  gap: 18px;
  align-items: start;
  padding: 18px;
  border-radius: 22px;
  background: #f6f7f2;
}

.seo-step-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: var(--seo-ink);
  background: var(--seo-lime);
  font-size: 13px;
  font-weight: 950;
}

.seo-step-copy h3,
.seo-step-copy p {
  margin: 0;
}

.seo-step-copy h3 {
  font-size: 17px;
  line-height: 1.2;
}

.seo-step-copy p {
  margin-top: 7px;
  color: var(--seo-muted);
  font-size: 13px;
  line-height: 1.55;
}

.seo-step-copy .seo-step-check {
  padding: 8px 10px;
  border-radius: 12px;
  color: #38513f;
  background: #e8f0e3;
  font-size: 11px;
}

.seo-steps li > img {
  width: 150px;
  height: 150px;
  border-radius: 18px;
  object-fit: cover;
}

.seo-recipe-sidebar {
  position: sticky;
  top: 18px;
}

.seo-nutrition dl {
  display: grid;
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border-radius: 17px;
  background: var(--seo-line);
}

.seo-nutrition dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  background: #f7faf4;
}

.seo-nutrition dt,
.seo-nutrition dd {
  margin: 0;
  font-size: 12px;
}

.seo-nutrition dt {
  color: var(--seo-muted);
}

.seo-nutrition dd {
  text-align: right;
  font-weight: 900;
}

.seo-nutrition details {
  margin-top: 14px;
  color: var(--seo-muted);
  font-size: 11px;
  line-height: 1.5;
}

.seo-nutrition summary {
  color: var(--seo-green);
  cursor: pointer;
  font-weight: 850;
}

.seo-install-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 22px 34px;
  overflow: hidden;
  padding: clamp(28px, 6vw, 56px);
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(189, 255, 0, 0.22), transparent 260px),
    var(--seo-ink);
  box-shadow: 0 28px 60px rgba(21, 32, 25, 0.2);
}

.seo-install-heading {
  display: flex;
  align-items: center;
  gap: 14px;
}

.seo-install-heading > span {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: var(--seo-ink);
  background: var(--seo-lime);
  font-size: 20px;
}

.seo-install-heading p,
.seo-install-heading h2,
.seo-install-card > p {
  margin: 0;
}

.seo-install-heading p {
  color: var(--seo-lime);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-install-heading h2 {
  margin-top: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.seo-install-card > p {
  align-self: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.65;
}

.seo-install-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-install-card li {
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 750;
}

.seo-install-card li::before {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  margin-top: 4px;
  border-radius: 50%;
  background: var(--seo-lime);
  box-shadow: 0 0 0 4px rgba(189, 255, 0, 0.1);
  content: "";
}

.seo-install-card li strong {
  color: var(--seo-lime);
}

.seo-install-card > a {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  align-self: end;
  padding: 0 22px;
  border-radius: 999px;
  color: var(--seo-ink);
  background: var(--seo-lime);
  box-shadow: 0 14px 28px rgba(189, 255, 0, 0.16);
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
}

.seo-related {
  display: grid;
  gap: 18px;
  padding-top: 12px;
}

.seo-related h2 {
  margin-bottom: 0;
}

.seo-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.seo-recipe-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--seo-line);
  border-radius: 24px;
  background: var(--seo-card);
  box-shadow: 0 14px 34px rgba(43, 56, 47, 0.06);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.seo-recipe-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(43, 56, 47, 0.1);
}

.seo-recipe-card > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
}

.seo-recipe-card-copy {
  display: grid;
  gap: 6px;
  padding: 16px;
}

.seo-recipe-card-copy small {
  color: var(--seo-green);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.seo-recipe-card-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.seo-recipe-card-copy span {
  display: -webkit-box;
  overflow: hidden;
  color: var(--seo-muted);
  font-size: 12px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.seo-all-recipes-link,
.seo-not-found > a {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 3px;
  border-bottom: 2px solid var(--seo-ink);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.seo-library-hero {
  display: grid;
  justify-items: center;
  padding: clamp(56px, 9vw, 105px) 20px;
  text-align: center;
}

.seo-library-hero h1 {
  max-width: 900px;
}

.seo-library-hero > p {
  max-width: 690px;
}

.seo-library-hero > div {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.seo-library-hero > div span {
  padding: 10px 14px;
  border: 1px solid var(--seo-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--seo-muted);
  font-size: 12px;
  font-weight: 750;
}

.seo-library-hero > div strong {
  color: var(--seo-ink);
}

.seo-library {
  display: grid;
  gap: 24px;
}

.seo-library-heading {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: end;
}

.seo-library-heading h2 {
  margin-bottom: 0;
}

.seo-library-heading > p {
  max-width: 430px;
  margin: 0 0 4px;
  color: var(--seo-muted);
  font-size: 13px;
  line-height: 1.55;
}

.seo-library-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.seo-not-found {
  min-height: 62vh;
  display: grid;
  align-content: center;
  justify-items: start;
  max-width: 760px;
}

.seo-not-found > a {
  margin-top: 24px;
}

.seo-footer {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(21, 32, 25, 0.12);
}

@media (max-width: 980px) {
  .seo-recipe-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .seo-recipe-hero-image {
    min-height: 0;
    max-height: 680px;
    aspect-ratio: 4 / 3;
  }

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

  .seo-recipe-sidebar {
    position: static;
  }

  .seo-install-card {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .seo-site-header,
  .seo-footer,
  .seo-page-shell {
    width: min(100% - 24px, 1180px);
  }

  .seo-site-header nav > a:first-child {
    display: none;
  }

  .seo-page-shell {
    padding-top: 10px;
  }

  .seo-breadcrumbs {
    margin-inline: 4px;
  }

  .seo-recipe {
    gap: 20px;
  }

  .seo-recipe-hero {
    border-radius: 26px;
  }

  .seo-recipe-hero-copy {
    padding: 28px 22px;
  }

  .seo-recipe-hero h1,
  .seo-library-hero h1,
  .seo-not-found h1 {
    font-size: clamp(38px, 13vw, 58px);
  }

  .seo-content-card {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .seo-ingredients ul {
    grid-template-columns: 1fr;
  }

  .seo-steps li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .seo-step-number {
    width: 42px;
    height: 42px;
  }

  .seo-steps li > img {
    grid-column: 1 / -1;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .seo-install-card {
    padding: 26px 20px;
    border-radius: 26px;
  }

  .seo-install-heading {
    align-items: flex-start;
  }

  .seo-related-grid,
  .seo-library-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-library-heading {
    display: grid;
    gap: 10px;
  }

  .seo-footer {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 28px;
  }
}

@media (max-width: 470px) {
  .seo-header-action {
    padding-inline: 14px;
    font-size: 12px;
  }

  .seo-brand small {
    display: none;
  }

  .seo-recipe-facts {
    grid-template-columns: 1fr;
  }

  .seo-related-grid,
  .seo-library-grid {
    grid-template-columns: 1fr;
  }

  .seo-recipe-card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .seo-recipe-card > img {
    height: 100%;
    min-height: 150px;
  }

  .seo-install-heading {
    display: grid;
  }
}

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