.site-layout-ready .site-shell-header,
.site-layout-ready .site-shell-footer {
  visibility: visible;
}

body[data-site-layout="public"]:not(.site-layout-ready) header,
body[data-site-layout="public"]:not(.site-layout-ready) footer {
  visibility: hidden;
}

.site-shell-header,
.site-shell-footer {
  background: #f4f1e6;
  color: #14241e;
}

.site-shell-header {
  border-bottom: 1px solid #d3c8b5;
  padding: 1rem;
  position: relative;
  z-index: 20;
}

.site-shell-footer {
  border-top: 1px solid #d3c8b5;
  padding: 3rem 1rem;
}

.site-shell-inner {
  margin: 0 auto;
  max-width: 80rem;
}

.site-shell-topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
}

.site-shell-topbar-side {
  display: flex;
  min-width: 0;
}

.site-shell-topbar-side--left {
  justify-content: flex-start;
}

.site-shell-topbar-side--right {
  justify-content: flex-end;
}

.site-shell-brand-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  text-align: center;
}

.site-shell-meta,
.site-shell-nav-link,
.site-shell-subtitle,
.site-shell-footer-links,
.site-shell-footer-link-button,
.site-shell-footer-copy,
.site-shell-newsletter-label,
.site-shell-dropdown-label,
.site-shell-recipe-title,
.site-shell-recipe-description,
.site-shell-mobile-recipe-link,
.site-shell-newsletter-row input,
.site-shell-newsletter-row button,
.site-shell-footer-message,
.site-shell-consent-text,
.site-shell-consent-inline-button,
.site-shell-consent-close {
  font-family: "Crimson Pro", "Segoe UI Emoji", "Apple Color Emoji", "Segoe UI Symbol", "Noto Color Emoji", serif;
}

.site-shell-meta {
  display: block;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.site-shell-brand-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  min-height: 3rem;
  width: 100%;
}

.site-shell-rule {
  display: none;
  height: 1px;
  width: 6rem;
  background: #d3c8b5;
}

.site-shell-brand {
  display: inline-block;
  font-family: "Playfair Display", "Segoe UI Emoji", "Apple Color Emoji", "Segoe UI Symbol", "Noto Color Emoji", serif;
  color: #14241e;
  font-size: clamp(1.7rem, 4vw + 0.8rem, 3rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
  text-decoration: none;
}

.site-shell-subtitle {
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.24em;
  opacity: 0.6;
  text-transform: uppercase;
}

.site-shell-menu-toggle,
.site-shell-mobile-section-toggle {
  border: 1px solid #d3c8b5;
  background: transparent;
  color: #14241e;
  cursor: pointer;
  padding: 0.65rem 0.85rem;
}

.site-shell-menu-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  justify-content: center;
  min-height: 2.75rem;
}

.site-shell-menu-toggle-text,
.site-shell-mobile-section-toggle {
  font-family: "Crimson Pro", "Segoe UI Emoji", "Apple Color Emoji", "Segoe UI Symbol", "Noto Color Emoji", serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}

.site-shell-menu-toggle-icon {
  display: inline-grid;
  gap: 0.22rem;
}

.site-shell-menu-toggle-icon span {
  display: block;
  width: 0.95rem;
  height: 1px;
  background: currentColor;
}

.site-shell-mobile-heart-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: rgba(20, 36, 30, 0.75);
}

.site-shell-nav {
  margin-top: 0.9rem;
  border-top: 1px solid #d3c8b5;
  padding-top: 0.9rem;
}

.site-shell-mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.site-shell-mobile-nav[hidden] {
  display: none !important;
}

.site-shell-desktop-nav,
.site-shell-heart-wrap {
  display: none;
}

.site-shell-nav-link {
  display: inline-block;
  color: rgba(20, 36, 30, 0.75);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.site-shell-mobile-nav > .site-shell-nav-link,
.site-shell-mobile-section-toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.8rem 0;
  text-align: left;
}

.site-shell-mobile-nav > .site-shell-nav-link {
  border-bottom: 1px solid rgba(211, 200, 181, 0.72);
}

.site-shell-mobile-section-toggle {
  border-width: 0 0 1px 0;
  padding-left: 0;
  padding-right: 0;
}

.site-shell-mobile-section-indicator {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.site-shell-nav-link:hover,
.site-shell-nav-link.is-active {
  color: #14241e;
}

.site-shell-mobile-recipes {
  display: grid;
  gap: 0.5rem;
  margin: 0.1rem 0 0.35rem;
  padding-left: 0.9rem;
  border-left: 1px solid #d3c8b5;
}

.site-shell-mobile-recipes[hidden] {
  display: none !important;
}

.site-shell-dropdown {
  position: relative;
  display: inline-block;
}

.site-shell-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -0.75rem;
  right: -0.75rem;
  height: 1rem;
}

.site-shell-dropdown-panel {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 20;
  width: 18rem;
  border: 1px solid #d3c8b5;
  background: #f4f1e6;
  padding: 1rem;
  box-shadow: 0 24px 48px rgba(20, 36, 30, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.35rem);
  transition:
    opacity 160ms ease 120ms,
    transform 160ms ease 120ms,
    visibility 0s linear 280ms;
  visibility: hidden;
}

.site-shell-dropdown:hover .site-shell-dropdown-panel,
.site-shell-dropdown:focus-within .site-shell-dropdown-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0.2rem);
  transition-delay: 0s, 0s, 0s;
  visibility: visible;
}

.site-shell-dropdown-label {
  margin-bottom: 0.75rem;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.24em;
  opacity: 0.4;
  text-transform: uppercase;
}

.site-shell-recipe-list {
  display: grid;
  gap: 0.75rem;
}

.site-shell-recipe-card {
  display: block;
  border: 1px solid #d3c8b5;
  background: rgba(255, 255, 255, 0.45);
  padding: 0.75rem 1rem;
  color: #14241e;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    color 160ms ease;
}

.site-shell-recipe-card:hover {
  border-color: #14241e;
  color: #14241e;
}

.site-shell-recipe-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-shell-recipe-description {
  margin-top: 0.25rem;
  font-size: 0.95rem;
  line-height: 1.35;
  opacity: 0.7;
}

.site-shell-mobile-recipe-link {
  padding: 0.2rem 0 0.2rem 0.15rem;
  text-align: left;
}

.site-shell-footer-grid {
  display: grid;
  gap: 2.5rem;
}

.site-shell-footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.site-shell-footer-links a,
.site-shell-footer-brand {
  color: #14241e;
  text-decoration: none;
}

.site-shell-footer-link-button {
  border: 0;
  background: transparent;
  color: #14241e;
  cursor: pointer;
  padding: 0;
  text-align: left;
  text-transform: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.site-shell-footer-brandbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}

.site-shell-footer-brand {
  font-family: "Playfair Display", "Segoe UI Emoji", "Apple Color Emoji", "Segoe UI Symbol", "Noto Color Emoji", serif;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 400;
}

.site-shell-socials {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.site-shell-socials a {
  opacity: 0.8;
  transition: opacity 160ms ease;
}

.site-shell-socials a:hover {
  opacity: 1;
}

.site-shell-newsletter {
  width: 100%;
  max-width: 24rem;
}

.site-shell-newsletter-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  opacity: 0.6;
  text-transform: uppercase;
}

.site-shell-newsletter-row {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.site-shell-newsletter-row input {
  flex: 1;
  border: 1px solid #d3c8b5;
  background: transparent;
  color: #14241e;
  font-size: 0.95rem;
  padding: 0.85rem 1rem;
}

.site-shell-newsletter-row input::placeholder {
  color: rgba(20, 36, 30, 0.3);
}

.site-shell-newsletter-row button {
  border: 1px solid #7a6348;
  background: #7a6348;
  color: #f4f1e6;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  padding: 0.85rem 1.5rem;
  text-transform: uppercase;
  transition:
    background 160ms ease,
    color 160ms ease;
}

.site-shell-newsletter-row button:hover {
  background: transparent;
  color: #7a6348;
}

.site-shell-footer-message {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  color: rgba(20, 36, 30, 0.7);
}

.site-shell-footer-copy {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-top: 1px solid #d3c8b5;
  padding-top: 1.25rem;
  color: rgba(20, 36, 30, 0.4);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.site-shell-consent {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.site-shell-consent[hidden] {
  display: none;
}

.site-shell-consent-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.35rem;
  width: min(100%, 32rem);
  max-width: calc(100vw - 2rem);
  border: 1px solid #d3c8b5;
  background: rgba(244, 241, 230, 0.98);
  box-shadow: 0 12px 24px rgba(20, 36, 30, 0.08);
  padding: 0.55rem 0.7rem 0.75rem;
  pointer-events: auto;
}

.site-shell-consent-close {
  align-self: flex-end;
  border: 0;
  background: transparent;
  color: rgba(20, 36, 30, 0.55);
  cursor: pointer;
  font-size: 1.15rem;
  line-height: 1;
  padding: 0.1rem 0.25rem;
  margin: 0 -0.15rem 0 0;
}

.site-shell-consent-close:hover {
  color: #14241e;
}

.site-shell-consent-text {
  margin: 0;
  color: rgba(20, 36, 30, 0.76);
  font-size: 0.89rem;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
}

.site-shell-consent-inline-button {
  border: 0;
  background: transparent;
  color: #14241e;
  cursor: pointer;
  font-size: inherit;
  font-weight: 700;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 0.1em;
  vertical-align: baseline;
}

.site-shell-consent-inline-button:hover {
  color: #7a6348;
}

@media (min-width: 768px) {
  .site-shell-header {
    padding: 2rem 1.5rem;
  }

  .site-shell-topbar {
    display: block;
  }

  .site-shell-topbar-side,
  .site-shell-menu-toggle,
  .site-shell-mobile-heart-wrap {
    display: none;
  }

  .site-shell-rule {
    display: block;
  }

  .site-shell-nav {
    margin-top: 1.25rem;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #d3c8b5;
    padding: 1rem 0;
  }

  .site-shell-mobile-nav {
    display: none;
  }

  .site-shell-desktop-nav {
    display: flex;
    align-items: baseline;
    gap: 2rem;
  }

  .site-shell-heart-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(20, 36, 30, 0.7);
  }

  .site-shell-nav-link {
    font-size: 12px;
    letter-spacing: 0.18em;
  }

  .site-shell-footer {
    padding: 4rem 1.5rem;
  }

  .site-shell-footer-grid {
    align-items: center;
    grid-template-columns: 12rem minmax(0, 1fr) 22rem;
  }

  .site-shell-newsletter-row {
    flex-direction: row;
  }

  .site-shell-footer-copy {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  .site-shell-consent {
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }

  .site-shell-consent-card {
    max-width: calc(100vw - 3rem);
  }
}

.homepage-feature-track {
  --homepage-feature-columns: 3;
  display: grid;
  gap: 3rem 2rem;
}

.homepage-feature-track[data-layout-mode="grid"] {
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 1024px) {
  .homepage-feature-track[data-layout-mode="grid"] {
    grid-template-columns: repeat(var(--homepage-feature-columns), minmax(0, 1fr));
  }
}

.homepage-feature-track[data-layout-mode="scroll"] {
  grid-auto-flow: column;
  grid-auto-columns: minmax(16rem, 84vw);
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scroll-snap-type: x proximity;
}

@media (min-width: 1024px) {
  .homepage-feature-track[data-layout-mode="scroll"] {
    grid-auto-columns: calc((100% - (var(--homepage-feature-columns) - 1) * 2rem) / var(--homepage-feature-columns));
  }
}

.homepage-feature-link,
.homepage-feature-item {
  display: block;
  color: inherit;
  text-decoration: none;
  scroll-snap-align: start;
}

.homepage-feature-media {
  margin-bottom: 1.5rem;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: rgba(20, 36, 30, 0.05);
}

.homepage-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.homepage-feature-link:hover .homepage-feature-media img,
.homepage-feature-item:hover .homepage-feature-media img {
  transform: scale(1.05);
}

.homepage-feature-placeholder {
  display: grid;
  aspect-ratio: 3 / 4;
  place-items: center;
  background: rgba(20, 36, 30, 0.05);
  color: rgba(20, 36, 30, 0.46);
  font-size: 0.95rem;
}
