/* FULL FIX V45 - Duchy Larder complete frontend CSS */
/* RESCUE FULL BUILD V43 - FULL Duchy Larder frontend styles */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Playfair+Display:wght@700;800;900&display=swap');

:root {
  --ink: #241a12;
  --ink-2: #332219;
  --muted: #746352;
  --cream: #fbf4e8;
  --cream-2: #f4e1c6;
  --card: #fffaf2;
  --gold: #b88744;
  --gold-2: #e29a3f;
  --rust: #a45139;
  --sage: #62705a;
  --line: rgba(36, 26, 18, .14);
  --shadow: 0 24px 70px rgba(36, 26, 18, .13);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 10% 0%, rgba(184, 135, 68, .16), transparent 34rem),
    linear-gradient(135deg, #fff9ef 0%, #f4e5d0 100%);
}

img { max-width: 100%; }
a { color: inherit; }

/* Header */
.dl-site-header {
  position: fixed;
  left: 24px;
  right: 24px;
  top: 20px;
  z-index: 50;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  pointer-events: none;
}

.dl-logo {
  pointer-events: auto;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.dl-logo img {
  width: 108px;
  height: 108px;
  object-fit: contain;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.32));
}

.dl-logo span { display: none; }

.dl-nav {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(36,26,18,.80);
  color: #fffaf2;
  backdrop-filter: blur(18px);
  border-radius: 999px;
  padding: 8px;
  box-shadow: 0 16px 44px rgba(36,26,18,.20);
}

.dl-nav a {
  text-decoration: none;
  color: rgba(255,250,242,.88);
  font-weight: 800;
  font-size: 14px;
  padding: 10px 13px;
  border-radius: 999px;
}

.dl-nav a:hover {
  color: #fffaf2;
  background: rgba(255,250,242,.12);
}

.dl-nav .primary {
  background: var(--gold);
  color: #fffaf2;
}

.dl-nav .secondary {
  background: #fffaf2;
  color: var(--ink);
}

/* Hero */
.dl-hero {
  min-height: 96vh;
  padding: 145px 24px 82px;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.dl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(36,26,18,.90) 0%, rgba(36,26,18,.56) 46%, rgba(36,26,18,.16) 100%),
    var(--hero-image, linear-gradient(135deg,#493225,#b88744));
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.dl-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 26%;
  background: linear-gradient(transparent, #fff7ec);
}

.dl-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1260px, 100%);
  margin: 0 auto;
  color: #fffaf2;
}

.dl-hero-copy {
  max-width: 890px;
  margin-left: clamp(120px, 9vw, 170px);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 900;
  color: #d9ad6a;
}

.dl-hero h1,
.display {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 900;
  letter-spacing: -.012em;
}

.dl-hero h1 {
  font-size: clamp(54px, 5.9vw, 96px);
  line-height: 1.06;
  max-width: 880px;
  margin: 14px 0 24px;
}

.dl-hero p {
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.72;
  max-width: 720px;
  color: rgba(255,250,242,.9);
  margin: 0;
}

.dl-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  border: 0;
  cursor: pointer;
  font: inherit;
}


.btn-gold {
  background: var(--gold);
  color: #fffaf2;
  box-shadow: 0 16px 40px rgba(184,135,68,.25);
}

.btn-light {
  background: #fffaf2;
  color: var(--ink);
}

.dl-hero-note {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,250,242,.84);
  font-size: 14px;
  font-weight: 800;
}

.dl-hero-note::before {
  content: "";
  width: 44px;
  height: 1px;
  background: rgba(255,250,242,.45);
}

/* Sections */
.dl-section { padding: 78px 24px; }
.dl-wrap { width: min(1160px, 100%); margin: 0 auto; }

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 28px;
}

.section-head h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 4.8vw, 64px);
  line-height: 1.02;
  letter-spacing: -.012em;
  margin: 0;
  max-width: 720px;
}

.section-head p {
  color: var(--muted);
  line-height: 1.65;
  max-width: 460px;
}

/* Menu cards */
.dl-menu-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.menu-card {
  position: relative;
  min-height: 360px;
  grid-column: span 2;
  border-radius: 32px;
  overflow: hidden;
  color: #fffaf2;
  text-decoration: none;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.menu-card:nth-child(1),
.menu-card:nth-child(2) {
  grid-column: span 3;
}

.menu-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.menu-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 18%, rgba(36,26,18,.94));
  z-index: -1;
}


.menu-card-content {
  position: absolute;
  inset: auto 0 0;
  padding: 24px;
}

.menu-card h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(31px, 3.5vw, 48px);
  line-height: 1.02;
  margin: 0 0 10px;
  letter-spacing: -.01em;
}

.menu-card p {
  color: rgba(255,250,242,.84);
  line-height: 1.48;
  margin: 0 0 16px;
}

.menu-card span {
  display: inline-flex;
  background: rgba(255,250,242,.16);
  border: 1px solid rgba(255,250,242,.24);
  border-radius: 999px;
  padding: 10px 13px;
  font-weight: 900;
}

/* Story */
.story-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 32px;
  align-items: center;
}

.story-media-stack {
  display: grid;
  gap: 18px;
}

.story-image {
  border-radius: 38px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transform: rotate(-.8deg);
}

.story-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.story-ctas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.story-cta-card {
  background: rgba(255,250,242,.90);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 18px;
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(36,26,18,.08);
}

.story-cta-card:hover {
  box-shadow: 0 24px 60px rgba(36,26,18,.12);
}

.story-cta-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid !important;
  place-items: center;
  background: var(--gold);
  color: #fffaf2 !important;
  margin-bottom: 14px;
}

.story-cta-icon svg {
  width: 25px;
  height: 25px;
  display: block;
  stroke: currentColor;
}

.story-cta-card strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 25px;
  line-height: 1.05;
  margin-bottom: 8px;
}

.story-cta-card span:not(.story-cta-icon) {
  color: var(--muted);
  line-height: 1.5;
  display: block;
}

.story-copy {
  background: rgba(255,250,242,.80);
  border: 1px solid var(--line);
  border-radius: 38px;
  padding: clamp(28px, 4.2vw, 48px);
  box-shadow: var(--shadow);
}

.story-copy h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -.012em;
  margin: 0 0 18px;
}

.story-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.76;
}

/* Seasonal SEO section */
.seasonal-text-section {
  padding-top: 0;
}

.seasonal-text-card {
  background: rgba(255,250,242,.88);
  border: 1px solid var(--line);
  border-radius: 38px;
  padding: clamp(28px, 5vw, 60px);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(46px, 7vw, 94px);
  align-items: start;
}

.seasonal-left {
  position: sticky;
  top: 128px;
}

.seasonal-text-card h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(36px, 4.7vw, 58px);
  line-height: 1.05;
  letter-spacing: -.01em;
  margin: 0;
  max-width: 420px;
}

.seasonal-mini-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 28px;
}

.seasonal-mini {
  border: 1px solid rgba(36,26,18,.12);
  background: linear-gradient(135deg, rgba(255,255,255,.44), rgba(255,250,242,.78));
  border-radius: 22px;
  padding: 17px;
}

.seasonal-mini strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 1.05;
  margin-bottom: 5px;
}

.seasonal-mini span {
  color: var(--muted);
  line-height: 1.45;
  font-size: 15px;
}

.seasonal-text-copy {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.76;
}

.seasonal-text-copy p {
  margin: 0 0 1.1em;
}

.seasonal-text-copy p:last-child {
  margin-bottom: 0;
}

/* Signup */
.dl-signup-section {
  padding: 78px 24px;
  background:
    radial-gradient(circle at 84% 0%, rgba(184,135,68,.16), transparent 34rem),
    linear-gradient(135deg, #fff7ec, #f2dfc5);
}

.dl-signup-card {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: clamp(26px, 5vw, 58px);
  align-items: start;
  background: rgba(255,250,242,.88);
  border: 1px solid var(--line);
  border-radius: 38px;
  padding: clamp(28px, 4.5vw, 54px);
  box-shadow: var(--shadow);
}

.dl-signup-card h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.04;
  letter-spacing: -.012em;
  margin: 0 0 16px;
}

.dl-signup-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

.dl-signup-embed {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  min-height: 450px;
}

/* CTA */
.cta-band {
  position: relative;
  border-radius: 38px;
  overflow: hidden;
  color: #fffaf2;
  padding: clamp(34px, 6vw, 66px);
  box-shadow: var(--shadow);
  background: #241a12;
  isolation: isolate;
}

.cta-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  opacity: .5;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(36,26,18,.92), rgba(36,26,18,.54));
  z-index: -1;
}

.cta-band h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(40px, 5.6vw, 68px);
  line-height: 1.02;
  margin: 0 0 18px;
  letter-spacing: -.012em;
  max-width: 720px;
}

.cta-band p {
  max-width: 560px;
  color: rgba(255,250,242,.84);
  line-height: 1.65;
  font-size: 17px;
}

/* Blog */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.blog-card {
  background: #fffaf2;
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 18px 50px rgba(36,26,18,.09);
}

.blog-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #eadfce;
}

.blog-card div { padding: 20px; }

.blog-card h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  line-height: 1.08;
  margin: 0 0 10px;
  letter-spacing: -.01em;
}

.blog-card p {
  color: var(--muted);
  line-height: 1.58;
  margin: 0;
}

/* Find us */
.find-us-section {
  padding: 78px 24px;
  background: linear-gradient(180deg, rgba(255,247,236,.4), rgba(96,73,56,.14));
}

.find-us-grid {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, .66fr) minmax(0, 1.34fr);
  gap: 24px;
  align-items: stretch;
}

.find-us-copy {
  border-radius: 34px;
  padding: clamp(28px, 4vw, 44px);
  background:
    radial-gradient(circle at top right, rgba(226,154,63,.18), transparent 16rem),
    #241a12;
  color: #fffaf2;
  box-shadow: var(--shadow);
}

.find-us-copy h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: -.012em;
  margin: 0 0 18px;
}

.find-us-copy p {
  color: rgba(255,250,242,.78);
  line-height: 1.68;
  font-size: 17px;
}

.find-us-map {
  min-height: 480px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(36,26,18,.12);
}

.find-us-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
}

/* Premium footer */
.footer-wow {
  position: relative;
  overflow: hidden;
  color: #fffaf2;
  padding: 80px 24px 36px;
  background:
    radial-gradient(circle at 16% 18%, rgba(226,154,63,.24), transparent 23rem),
    radial-gradient(circle at 88% 8%, rgba(255,250,242,.10), transparent 20rem),
    linear-gradient(135deg, #674a37 0%, #352218 54%, #1f130d 100%);
}

.footer-wow::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255,250,242,.12);
  border-radius: 40px;
  pointer-events: none;
}

.footer-wow::after {
  content: "DUCHY LARDER";
  position: absolute;
  right: -26px;
  bottom: 18px;
  font-weight: 900;
  letter-spacing: .16em;
  font-size: clamp(56px, 11vw, 160px);
  color: rgba(255,250,242,.035);
  pointer-events: none;
  white-space: nowrap;
}

.footer-wow-inner {
  position: relative;
  z-index: 1;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.footer-wow-top {
  display: grid;
  grid-template-columns: minmax(270px, .76fr) minmax(0, 1.24fr);
  gap: 30px;
  align-items: stretch;
}

.footer-wow-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.footer-wow-title img {
  width: 134px;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.32));
}

.footer-wow-title h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(40px, 5.2vw, 68px);
  line-height: 1.01;
  letter-spacing: -.014em;
  margin: 0;
}

.footer-contact-panel {
  background: rgba(36, 26, 18, .68);
  border: 1px solid rgba(255,250,242,.12);
  border-radius: 34px;
  padding: clamp(22px, 3.5vw, 38px);
  backdrop-filter: blur(14px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.footer-contact-item {
  min-width: 0;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,250,242,.055);
  border: 1px solid rgba(255,250,242,.08);
}

.footer-contact-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #241a12;
  background: linear-gradient(135deg, #f4a247, #d77a22);
  margin-bottom: 16px;
  box-shadow: 0 14px 32px rgba(0,0,0,.18);
}

.footer-contact-icon svg {
  width: 28px;
  height: 28px;
}

.footer-contact-item strong {
  display: block;
  margin-bottom: 9px;
  font-size: 16px;
}

.footer-contact-item p {
  margin: 0;
  color: rgba(255,250,242,.84);
  line-height: 1.58;
  overflow-wrap: anywhere;
}

.footer-contact-item a {
  color: rgba(255,250,242,.92);
  text-decoration: none;
}

.footer-wow-bottom {
  margin-top: 42px;
  padding-top: 26px;
  border-top: 1px solid rgba(255,250,242,.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  gap: clamp(22px, 5vw, 58px);
  flex-wrap: wrap;
}

.footer-links a {
  color: #fffaf2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}

.social-links {
  display: flex;
  gap: 14px;
}

.social-links a {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #f4a247, #d77a22);
  color: #241a12;
  text-decoration: none;
}


.social-links svg {
  width: 26px;
  height: 26px;
}

/* Menu page */
.menu-page-hero {
  padding: 145px 24px 55px;
  background:
    radial-gradient(circle at 18% 0%, rgba(184, 135, 68, .22), transparent 36rem),
    linear-gradient(135deg, #2b2118, #5d3c28);
  color: #fffaf2;
}

.menu-page-hero-inner {
  width: min(1100px,100%);
  margin: 0 auto;
}

.menu-page-hero h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(50px, 7vw, 88px);
  line-height: 1.02;
  letter-spacing: -.012em;
  margin: 12px 0 18px;
  max-width: 940px;
}

.menu-page-hero p {
  max-width: 720px;
  color: rgba(255,250,242,.84);
  font-size: 19px;
  line-height: 1.65;
}

.menu-page {
  padding: 50px 24px 82px;
}

.menu-layout {
  width: min(1100px,100%);
  margin: 0 auto;
  display: block;
}

.menu-content {
  max-width: 900px;
  margin: 0 auto;
}

.menu-section {
  background: rgba(255,250,242,.90);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: clamp(22px, 3.2vw, 34px);
  box-shadow: 0 18px 50px rgba(36,26,18,.08);
  margin-bottom: 20px;
}

.menu-section h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.04;
  letter-spacing: -.01em;
  margin: 0 0 20px;
}

.menu-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 15px 0;
  border-top: 1px solid rgba(36,26,18,.12);
}

.menu-item:first-of-type { border-top: 0; }

.menu-item h3 {
  margin: 0 0 7px;
  font-size: 18px;
  line-height: 1.28;
}

.menu-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.menu-price {
  font-weight: 900;
  color: var(--gold);
  white-space: nowrap;
}

.menu-tags {
  margin-top: 9px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.menu-tags span {
  font-size: 12px;
  font-weight: 900;
  border-radius: 999px;
  padding: 5px 8px;
  background: #efe1ca;
  color: #6a4b22;
}

.menu-tools-bottom {
  max-width: 900px;
  margin: 30px auto 0;
  background: rgba(255,250,242,.74);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 20px;
  box-shadow: 0 18px 50px rgba(36,26,18,.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.menu-tools-bottom p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

/* Print layout: clean A4 menu */
@page {
  size: A4;
  margin: 8mm 10mm;
}

.print-menu-header {
  display: none;
}

@media print {
  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  html,
  body {
    background: #fff !important;
    color: #111 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 9.5pt !important;
    line-height: 1.25 !important;
  }

  .dl-site-header,
  .menu-page-hero,
  .menu-tools-bottom,
  .footer-wow,
  .find-us-section,
  .dl-signup-section {
    display: none !important;
  }

  .menu-page {
    padding: 0 !important;
  }

  .menu-layout,
  .menu-content {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .menu-section {
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 0 4mm !important;
    margin: 0 0 4mm !important;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .menu-section h2 {
    font-size: 14pt !important;
    line-height: 1 !important;
    margin: 0 0 2mm !important;
    padding-bottom: 1.5mm !important;
    border-bottom: 1px solid #111;
    letter-spacing: 0;
  }

  .menu-section > p {
    font-size: 8.8pt !important;
    margin: 0 0 2mm !important;
  }

  .menu-item {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 18mm !important;
    gap: 5mm !important;
    padding: 1.35mm 0 !important;
    border-top: 1px dotted #aaa !important;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .menu-item:first-of-type {
    border-top: 0 !important;
  }

  .menu-item h3 {
    font-size: 9pt !important;
    line-height: 1.2 !important;
    margin: 0 !important;
  }

  .menu-item p {
    color: #333 !important;
    font-size: 8pt !important;
    line-height: 1.22 !important;
    margin: .8mm 0 0 !important;
  }

  .menu-price {
    color: #111 !important;
    font-size: 9.2pt !important;
    text-align: right;
  }

  .menu-tags {
    display: none !important;
  }
}

/* Tablet and mobile */
@media (max-width: 1100px) {
  .story-grid,
  .seasonal-text-card,
  .dl-signup-card,
  .find-us-grid,
  .footer-wow-top,
  .footer-contact-panel {
    grid-template-columns: 1fr;
  }

  .seasonal-left {
    position: static;
  }

  .seasonal-text-card h2 {
    max-width: 720px;
  }

  .seasonal-mini-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .dl-site-header {
    left: 14px;
    right: 14px;
    top: 14px;
    align-items: center;
  }

  .dl-logo img {
    width: 76px;
    height: 76px;
  }

  .dl-nav {
    padding: 6px;
    max-width: calc(100vw - 110px);
    overflow-x: auto;
    scrollbar-width: none;
  }

  .dl-nav::-webkit-scrollbar { display: none; }

  .dl-nav a {
    font-size: 13px;
    padding: 10px 12px;
    white-space: nowrap;
  }

  .dl-nav a:not(.primary):not(.secondary) {
    display: none;
  }

  .dl-hero {
    min-height: 88vh;
    padding: 118px 18px 58px;
    align-items: end;
  }

  .dl-hero-copy {
    margin-left: 0;
    padding-top: 0;
    max-width: 100%;
  }

  .dl-hero h1 {
    font-size: clamp(42px, 12vw, 68px);
    line-height: 1.05;
    max-width: 680px;
  }

  .dl-hero p {
    font-size: 16px;
    line-height: 1.66;
  }

  .dl-section,
  .dl-signup-section,
  .find-us-section {
    padding: 56px 18px;
  }

  .dl-menu-grid,
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .menu-card,
  .menu-card:nth-child(1),
  .menu-card:nth-child(2) {
    grid-column: span 1;
    min-height: 320px;
  }

  .story-ctas {
    grid-template-columns: 1fr 1fr;
  }

  .footer-wow {
    padding: 58px 18px 30px;
  }

  .footer-wow::before {
    inset: 12px;
    border-radius: 32px;
  }
}

@media (max-width: 640px) {
  .dl-site-header {
    left: 10px;
    right: 10px;
    top: 10px;
  }

  .dl-logo img {
    width: 64px;
    height: 64px;
  }

  .dl-nav .secondary { display: none; }

  .dl-nav a {
    padding: 9px 11px;
    font-size: 12px;
  }

  .dl-hero {
    min-height: 86vh;
    padding-top: 104px;
  }

  .dl-hero h1 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .dl-hero-note {
    font-size: 13px;
  }

  .section-head {
    display: block;
  }

  .section-head h2,
  .story-copy h2,
  .seasonal-text-card h2,
  .dl-signup-card h2,
  .find-us-copy h2,
  .footer-wow-title h2,
  .cta-band h2 {
    font-size: clamp(34px, 10.5vw, 48px);
    line-height: 1.04;
  }

  .dl-menu-grid,
  .blog-grid,
  .story-ctas,
  .seasonal-mini-grid {
    grid-template-columns: 1fr;
  }

  .menu-card {
    min-height: 280px;
    border-radius: 26px;
  }

  .story-image,
  .story-copy,
  .seasonal-text-card,
  .dl-signup-card,
  .find-us-copy,
  .find-us-map,
  .cta-band,
  .footer-contact-panel {
    border-radius: 28px;
  }

  .story-copy,
  .seasonal-text-card,
  .dl-signup-card {
    padding: 24px;
  }

  .story-copy p,
  .seasonal-text-copy,
  .dl-signup-card p,
  .find-us-copy p {
    font-size: 16px;
    line-height: 1.66;
  }

  .find-us-map,
  .find-us-map iframe {
    min-height: 360px;
  }

  .footer-wow-top {
    gap: 26px;
  }

  .footer-wow-title img {
    width: 108px;
  }

  .footer-contact-panel {
    padding: 14px;
  }

  .footer-contact-item {
    padding: 16px;
  }

  .footer-wow-bottom {
    display: grid;
    gap: 22px;
  }

  .footer-links {
    display: grid;
    gap: 14px;
  }

  .social-links a {
    width: 54px;
    height: 54px;
  }

  .menu-page-hero {
    padding: 110px 18px 42px;
  }

  .menu-page-hero h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .menu-page {
    padding: 36px 18px 56px;
  }

  .menu-section {
    border-radius: 24px;
  }

  .menu-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .menu-price {
    justify-self: start;
  }
}


/* Duchy Larder layout overrides: signup, footer and map polish */

/* make sure the body is never blank if old classes are present */
body {
  min-height: 100vh;
}

/* Signup form: safe spacing for the Stampede embed. Do not mask or translate the iframe. */
.dl-signup-card {
  grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr) !important;
  align-items: center !important;
}

.dl-signup-card > div:first-child,
.dl-signup-card h2,
.dl-signup-card p {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.dl-signup-embed {
  position: relative !important;
  min-height: 540px !important;
  height: auto !important;
  overflow: hidden !important;
  background: #fff !important;
  border-radius: 30px !important;
  padding: clamp(8px, 1.2vw, 14px) !important;
  isolation: isolate;
}

.dl-signup-embed::before {
  content: none !important;
  display: none !important;
}

.dl-signup-embed iframe {
  display: block !important;
  width: 100% !important;
  min-height: 540px !important;
  height: 540px;
  margin: 0 !important;
  transform: none !important;
  transform-origin: initial !important;
}

@media (max-width: 900px) {
  .dl-signup-card {
    grid-template-columns: 1fr !important;
  }
}

/* Find-us title overflow fix */
.find-us-copy {
  overflow: hidden;
}

.find-us-copy h2 {
  font-size: clamp(34px, 4.2vw, 54px) !important;
  line-height: 1.04 !important;
  max-width: 100%;
  text-wrap: balance;
}

/* Footer copy and card uniformity */
.footer-contact-panel {
  align-items: stretch !important;
  grid-auto-rows: 1fr;
}

.footer-contact-item {
  min-height: 190px !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.footer-contact-item p,
.footer-contact-item a {
  font-size: 15px !important;
  line-height: 1.45 !important;
}

.footer-contact-item a[href^="mailto:"] {
  font-size: 14px !important;
  letter-spacing: -.01em;
}

/* Duchy Larder footer redesign and larger logo */
.footer-larder {
  position: relative;
  overflow: hidden;
  margin-top: clamp(54px, 8vw, 110px);
  background:
    radial-gradient(circle at 12% 0%, rgba(226,154,63,.26), transparent 34rem),
    radial-gradient(circle at 90% 12%, rgba(164,81,57,.22), transparent 32rem),
    linear-gradient(135deg, #23150e 0%, #332015 48%, #160f0b 100%);
  color: #fff7e9;
  padding: clamp(54px, 7vw, 96px) clamp(18px, 4vw, 44px) clamp(24px, 4vw, 42px);
  border-top: 1px solid rgba(255,255,255,.10);
}

.footer-larder::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: clamp(28px, 4vw, 46px);
  pointer-events: none;
}

.footer-larder::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(226,154,63,.8), transparent);
}

.footer-larder-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  right: -160px;
  bottom: -180px;
  border-radius: 999px;
  background: rgba(184,135,68,.22);
  filter: blur(26px);
  pointer-events: none;
}

.footer-larder-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.footer-larder-main {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .7fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: stretch;
}

.footer-brand-panel {
  min-height: 320px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: clamp(20px, 3vw, 36px);
  align-items: center;
  padding: clamp(26px, 4vw, 48px);
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(255,250,242,.12), rgba(255,255,255,.045));
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 28px 90px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
}

.footer-brand-panel img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  filter: drop-shadow(0 20px 34px rgba(0,0,0,.35));
}

.footer-brand-panel .eyebrow {
  color: #e9b96d;
}

.footer-brand-panel h2 {
  max-width: 760px;
  margin: 10px 0 16px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 5vw, 70px);
  line-height: .96;
  letter-spacing: -.05em;
}

.footer-brand-panel p {
  max-width: 640px;
  margin: 0;
  color: rgba(255,247,233,.78);
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.7;
}

.footer-action-panel {
  display: grid;
  gap: 16px;
}

.footer-action {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 152px;
  padding: 26px;
  border-radius: 30px;
  text-decoration: none;
  background: rgba(255,250,242,.08);
  border: 1px solid rgba(255,255,255,.14);
}

.footer-action:hover {
  background: rgba(255,250,242,.13);
  border-color: rgba(226,154,63,.55);
}

.footer-action.primary {
  background: linear-gradient(135deg, #e0a553, #b88744);
  color: #23150e;
  border-color: rgba(255,255,255,.24);
}

.footer-action span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-weight: 900;
  opacity: .76;
}

.footer-action strong {
  margin-top: 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
}

.footer-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.footer-info-card {
  min-height: 188px;
  padding: 24px;
  border-radius: 30px;
  background: rgba(255,250,242,.075);
  border: 1px solid rgba(255,255,255,.12);
}

.footer-info-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 17px;
  color: #23150e;
  background: #e2b56f;
}

.footer-info-icon svg {
  width: 22px;
  height: 22px;
}

.footer-info-label {
  display: block;
  margin-bottom: 8px;
  color: #e9b96d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .24em;
}

.footer-info-card p {
  margin: 0;
  color: rgba(255,247,233,.86);
  line-height: 1.65;
  font-weight: 700;
}

.footer-info-card a {
  text-decoration: none;
  color: inherit;
}

.footer-email-card a {
  white-space: nowrap;
  font-size: clamp(13px, 1.15vw, 16px);
  letter-spacing: -.02em;
}

.footer-larder-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,247,233,.72);
}

.footer-nav,
.footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-nav a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  padding: 10px 12px;
  border-radius: 999px;
}

.footer-nav a:hover {
  background: rgba(255,255,255,.08);
  color: #fff7e9;
}

.footer-socials a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  color: #fff7e9;
  text-decoration: none;
}

.footer-socials svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 980px) {
  .dl-logo img {
    width: 94px !important;
    height: 94px !important;
  }

  .footer-larder-main,
  .footer-info-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .footer-brand-panel img {
    width: 122px;
    height: 122px;
  }
}

@media (max-width: 640px) {
  .dl-site-header {
    left: 14px !important;
    right: 14px !important;
    top: 12px !important;
  }

  .dl-logo img {
    width: 78px !important;
    height: 78px !important;
  }

  .footer-larder {
    padding: 42px 14px 26px;
  }

  .footer-larder::before {
    inset: 9px;
    border-radius: 28px;
  }

  .footer-brand-panel,
  .footer-info-card,
  .footer-action {
    border-radius: 24px;
  }

  .footer-brand-panel {
    padding: 24px;
  }

  .footer-info-card {
    min-height: 0;
  }

  .footer-email-card a {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .footer-larder-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* Duchy Larder footer action icons and blog pages */
.dl-logo img {
  width: 143px !important;
  height: 143px !important;
}

.dl-nav a[href="/blog.php"],
.inline-news-link {
  text-decoration: none;
}

.inline-news-link {
  color: var(--gold);
  font-weight: 900;
  white-space: nowrap;
}

.footer-action {
  position: relative;
  overflow: hidden;
  min-height: 190px !important;
  justify-content: space-between !important;
}

.footer-action::after {
  content: "";
  position: absolute;
  inset: auto -20% -45% 22%;
  height: 120px;
  border-radius: 999px;
  background: rgba(255, 247, 233, .12);
  filter: blur(18px);
  pointer-events: none;
}

.footer-action-icon {
  position: relative;
  z-index: 1;
  display: grid !important;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 30px;
  border-radius: 23px;
  background: rgba(255, 247, 233, .16);
  color: #fff7e9;
}

.footer-action.primary .footer-action-icon {
  background: rgba(35,21,14,.13);
  color: #23150e;
}

.footer-action-icon svg {
  width: 30px;
  height: 30px;
}

.footer-action-kicker {
  position: relative;
  z-index: 1;
  display: block !important;
}

.footer-action strong {
  position: relative;
  z-index: 1;
}

.blog-landing-main,
.blog-post-main {
  background:
    radial-gradient(circle at 12% 4%, rgba(184,135,68,.18), transparent 32rem),
    linear-gradient(135deg, #fff9ef 0%, #f4e5d0 100%);
  min-height: 100vh;
  padding-top: 130px;
}

.blog-landing-hero,
.blog-post-article {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.blog-landing-hero {
  padding: clamp(44px, 7vw, 88px) 0 clamp(24px, 4vw, 44px);
}

.blog-landing-hero h1,
.blog-post-article h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(48px, 7vw, 104px);
  line-height: .96;
  letter-spacing: -.05em;
  margin: 12px 0 18px;
}

.blog-landing-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.7;
}

.blog-landing-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto clamp(70px, 9vw, 120px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.blog-landing-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border-radius: 34px;
  background: rgba(255,250,242,.86);
  border: 1px solid rgba(36,26,18,.1);
  box-shadow: 0 24px 70px rgba(36,26,18,.10);
  text-decoration: none;
}

.blog-landing-card img {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
}

.blog-landing-card-content {
  padding: 24px;
}

.blog-landing-card time,
.blog-post-date {
  display: block;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.blog-landing-card h2 {
  margin: 10px 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
}

.blog-landing-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.blog-empty-card {
  grid-column: 1 / -1;
  padding: 34px;
  border-radius: 30px;
  background: rgba(255,250,242,.82);
  border: 1px solid rgba(36,26,18,.1);
}

.blog-post-article {
  max-width: 900px;
  padding: clamp(44px, 7vw, 88px) 0 clamp(70px, 9vw, 120px);
}

.blog-back-link {
  display: inline-flex;
  text-decoration: none;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
}

.blog-post-article img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 34px;
  margin: 28px 0;
  box-shadow: 0 24px 70px rgba(36,26,18,.14);
}

.blog-post-body {
  color: #4a392e;
  font-size: 19px;
  line-height: 1.85;
}

.blog-post-body p { margin: 0 0 1.4em; }
.blog-post-body a { color: var(--rust); font-weight: 800; }

@media (max-width: 980px) {
  .dl-logo img { width: 108px !important; height: 108px !important; }
  .blog-landing-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .dl-logo img { width: 90px !important; height: 90px !important; }
  .blog-landing-main, .blog-post-main { padding-top: 104px; }
  .blog-landing-grid { grid-template-columns: 1fr; }
  .footer-action { min-height: 172px !important; }
  .footer-action-icon { width: 56px; height: 56px; margin-bottom: 22px; }
}


/* =========================================================
   Duchy Larder v20260510-11 — Premium static polish layer
   No reveal/scroll animations. No elements are hidden by motion CSS.
   ========================================================= */
:root {
  --dl-charcoal: #21150f;
  --dl-cocoa: #3a2418;
  --dl-bronze: #b88744;
  --dl-bronze-light: #efbd73;
  --dl-cream-rich: #fff7ea;
  --dl-paper: #fffaf1;
  --dl-soft-line: rgba(60, 39, 26, .13);
  --dl-deep-shadow: 0 34px 100px rgba(34, 22, 14, .16);
  --dl-card-shadow: 0 18px 54px rgba(34, 22, 14, .10);
}

html, body { overflow-x: hidden; }
body {
  background:
    radial-gradient(circle at 9% 4%, rgba(226,154,63,.18), transparent 28rem),
    radial-gradient(circle at 92% 18%, rgba(98,112,90,.13), transparent 30rem),
    linear-gradient(180deg, #fff8ed 0%, #f7ead8 44%, #fff7ec 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image:
    linear-gradient(rgba(36,26,18,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36,26,18,.022) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.50), rgba(0,0,0,.10));
}

/* Header: cleaner premium floating bar */
.dl-site-header {
  align-items: center !important;
  top: 18px !important;
}
.dl-logo img {
  width: 143px !important;
  height: 143px !important;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.34)) !important;
}
.dl-nav {
  border: 1px solid rgba(255, 250, 242, .22) !important;
  background:
    linear-gradient(135deg, rgba(38,24,15,.90), rgba(74,47,30,.82)) !important;
  box-shadow: 0 18px 58px rgba(24, 14, 9, .28), inset 0 1px 0 rgba(255,255,255,.08) !important;
}
.dl-nav a { letter-spacing: .01em; }
.dl-nav .primary,
.btn-gold {
  background: linear-gradient(135deg, #e5a85b 0%, #b67d35 100%) !important;
  color: #fffaf2 !important;
  box-shadow: 0 16px 38px rgba(132, 82, 28, .28), inset 0 1px 0 rgba(255,255,255,.25) !important;
}
.dl-nav .secondary,
.btn-light {
  background: linear-gradient(135deg, #fffaf2, #f5e4cb) !important;
  color: #251810 !important;
  box-shadow: inset 0 0 0 1px rgba(36,26,18,.07) !important;
}

/* Hero: editorial restaurant feel, no motion */
.dl-hero {
  min-height: 98vh !important;
  padding-top: 158px !important;
  background: #21150f;
}
.dl-hero::before {
  transform: none !important;
  background:
    radial-gradient(circle at 28% 35%, rgba(239,189,115,.22), transparent 24rem),
    linear-gradient(90deg, rgba(23,14,9,.94) 0%, rgba(35,22,14,.72) 42%, rgba(35,22,14,.20) 100%),
    var(--hero-image, linear-gradient(135deg,#493225,#b88744)) !important;
  background-size: cover !important;
  background-position: center !important;
}
.dl-hero::after {
  height: 34% !important;
  background:
    linear-gradient(transparent, rgba(255,247,236,.74) 62%, #fff7ec 100%) !important;
}
.dl-hero-inner::before {
  content: "";
  position: absolute;
  left: clamp(70px, 6.4vw, 116px);
  top: -28px;
  bottom: -28px;
  width: 1px;
  background: linear-gradient(transparent, rgba(239,189,115,.85), transparent);
}
.dl-hero-copy {
  position: relative;
  padding: clamp(26px, 4.2vw, 52px) !important;
  margin-left: clamp(104px, 9vw, 170px) !important;
  border-left: 1px solid rgba(255,250,242,.18);
  background: linear-gradient(135deg, rgba(35,22,14,.30), rgba(255,250,242,.045));
  border-radius: 34px;
  box-shadow: 0 32px 110px rgba(0,0,0,.20);
  backdrop-filter: blur(2px);
}
.dl-hero .eyebrow::before,
.section-head .eyebrow::before,
.story-copy .eyebrow::before,
.find-us-copy .eyebrow::before,
.footer-brand-panel .eyebrow::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-right: 10px;
  vertical-align: middle;
  background: currentColor;
  opacity: .75;
}
.dl-hero h1 {
  text-wrap: balance;
  text-shadow: 0 18px 38px rgba(0,0,0,.28);
}
.dl-hero p { max-width: 690px !important; }
.dl-actions .btn { min-height: 54px; padding-inline: 23px; }

/* Section rhythm and editorial dividers */
.dl-section { position: relative; padding-top: clamp(72px, 8vw, 112px) !important; padding-bottom: clamp(72px, 8vw, 112px) !important; }
.dl-wrap { position: relative; }
.section-head {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--dl-soft-line);
  margin-bottom: 34px !important;
}
.section-head h2,
.story-copy h2,
.seasonal-text-card h2,
.dl-signup-card h2,
.find-us-copy h2,
.cta-band h2,
.footer-brand-panel h2,
.menu-page-hero h1,
.blog-landing-hero h1,
.blog-post-hero h1 {
  text-wrap: balance;
}

/* Cards: richer depth, static premium finish */
.menu-card,
.blog-card,
.story-copy,
.seasonal-text-card,
.dl-signup-card,
.find-us-map,
.menu-section,
.blog-landing-card,
.blog-post-body,
.menu-tools-bottom {
  box-shadow: var(--dl-card-shadow), inset 0 1px 0 rgba(255,255,255,.45) !important;
}
.menu-card {
  min-height: 390px !important;
  border: 1px solid rgba(255,250,242,.18);
  box-shadow: 0 28px 78px rgba(34,22,14,.18) !important;
}
.menu-card::before {
  background:
    linear-gradient(180deg, rgba(20,12,8,.08) 0%, rgba(20,12,8,.18) 35%, rgba(23,14,9,.95) 100%) !important;
}
.menu-card-content {
  padding: 26px !important;
}
.menu-card span,
.blog-card time,
.inline-news-link {
  background: rgba(255,250,242,.16);
  border: 1px solid rgba(255,250,242,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}

.story-image {
  border: 10px solid rgba(255,250,242,.70);
  box-shadow: 0 32px 90px rgba(34,22,14,.16) !important;
}
.story-image::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 28px;
  pointer-events: none;
}
.story-image { position: relative; }
.story-copy,
.seasonal-text-card,
.dl-signup-card {
  background:
    radial-gradient(circle at top right, rgba(226,154,63,.12), transparent 20rem),
    linear-gradient(135deg, rgba(255,250,242,.96), rgba(255,247,236,.82)) !important;
  border: 1px solid rgba(60,39,26,.12) !important;
}
.story-cta-card,
.seasonal-mini,
.footer-contact-item,
.footer-action {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 16px 40px rgba(34,22,14,.08) !important;
}
.story-cta-card { background: linear-gradient(135deg, #fffaf2, #f5e6d0) !important; }
.story-cta-icon,
.footer-contact-icon,
.footer-action-icon,
.social-links a {
  background: linear-gradient(135deg, #efbd73 0%, #b88744 100%) !important;
}

/* Signup: premium and stable. No hidden text, no masking tricks. */
.dl-signup-section {
  background:
    linear-gradient(180deg, rgba(255,247,236,.08), rgba(35,22,14,.06)),
    radial-gradient(circle at 86% 4%, rgba(184,135,68,.18), transparent 32rem) !important;
}
.dl-signup-card {
  position: relative;
  overflow: visible !important;
  align-items: stretch !important;
}
.dl-signup-card::before {
  content: "Members' notes";
  position: absolute;
  left: clamp(24px, 4vw, 52px);
  top: -15px;
  padding: 7px 13px;
  border-radius: 999px;
  background: #241a12;
  color: #fff7e9;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 900;
}
.dl-signup-card > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dl-signup-embed {
  box-shadow: inset 0 0 0 1px rgba(36,26,18,.08), 0 18px 48px rgba(34,22,14,.10) !important;
  background: #fff !important;
}

/* CTA, find us and blog: more restaurant-grade visual weight */
.cta-band {
  border: 1px solid rgba(255,250,242,.18);
  box-shadow: 0 34px 100px rgba(34,22,14,.18) !important;
}
.cta-band::before {
  background:
    radial-gradient(circle at 18% 25%, rgba(239,189,115,.28), transparent 22rem),
    linear-gradient(90deg, rgba(26,16,10,.94), rgba(26,16,10,.56)) !important;
}
.find-us-copy {
  background:
    radial-gradient(circle at 88% 12%, rgba(239,189,115,.22), transparent 15rem),
    linear-gradient(135deg, #2b1a11 0%, #1b110b 100%) !important;
  box-shadow: var(--dl-deep-shadow) !important;
}
.find-us-map { border: 10px solid rgba(255,250,242,.72) !important; }
.blog-card {
  background: linear-gradient(135deg, #fffaf2, #f7ead8) !important;
  border: 1px solid rgba(60,39,26,.12) !important;
}
.blog-card img { border-bottom: 1px solid rgba(60,39,26,.10); }

/* Menu and blog landing pages */
.menu-page-hero,
.blog-landing-hero,
.blog-post-hero {
  background:
    radial-gradient(circle at 16% 2%, rgba(239,189,115,.24), transparent 32rem),
    radial-gradient(circle at 88% 4%, rgba(164,81,57,.20), transparent 28rem),
    linear-gradient(135deg, #21150f 0%, #4a2f1e 100%) !important;
  border-bottom: 1px solid rgba(255,250,242,.12);
}
.menu-section {
  background: linear-gradient(135deg, rgba(255,250,242,.98), rgba(255,247,236,.86)) !important;
}
.menu-section h2 { color: #2c1b12; }
.menu-section h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 12px;
  background: linear-gradient(90deg, var(--dl-bronze), transparent);
}
.menu-item { border-top-color: rgba(36,26,18,.10) !important; }
.menu-price { color: #9c6323 !important; }

/* Footer: keep redesign, add a final premium finish */
.footer-larder {
  background:
    radial-gradient(circle at 12% 0%, rgba(226,154,63,.30), transparent 34rem),
    radial-gradient(circle at 86% 20%, rgba(255,250,242,.10), transparent 24rem),
    linear-gradient(135deg, #21150f 0%, #3b2417 48%, #150d09 100%) !important;
}
.footer-brand-panel,
.footer-side-actions,
.footer-contact-strip {
  box-shadow: 0 28px 90px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.09) !important;
}
.footer-brand-panel h2 { letter-spacing: -.018em; }
.footer-action { border-color: rgba(255,255,255,.14) !important; }
.footer-fineprint { color: rgba(255,247,233,.58) !important; }

@media (max-width: 1100px) {
  .dl-hero-inner::before { display: none; }
  .dl-hero-copy { margin-left: 0 !important; }
}
@media (max-width: 900px) {
  .dl-logo img { width: 108px !important; height: 108px !important; }
  .dl-hero { padding-top: 128px !important; }
  .dl-hero-copy { padding: 24px !important; border-radius: 28px; }
  .section-head { display: block; }
  .menu-card { min-height: 330px !important; }
}
@media (max-width: 640px) {
  .dl-logo img { width: 90px !important; height: 90px !important; }
  .dl-hero { min-height: 88vh !important; padding-top: 108px !important; }
  .dl-hero-copy { padding: 20px !important; border-left: 0; }
  .dl-actions .btn { width: 100%; }
  .menu-card { min-height: 285px !important; }
  .find-us-map { border-width: 6px !important; }
}


/* =========================================================
   Duchy Larder v20260510-13 — clean premium motion
   Deep-dive fix: previous versions left old opacity:1!important
   safety rules in the cascade, which prevented visible fade motion.
   This block is the only active public motion layer.
   ========================================================= */
:root {
  --dl-motion-ease: cubic-bezier(.16, 1, .3, 1);
}

/* Remove the scroll-state brown bar: the fixed header wrapper must stay transparent. */
.dl-site-header,
.dl-motion-v13.dl-scrolled .dl-site-header {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

/* Keep the actual nav polished without turning the full header row into a bar. */
.dl-motion-v13.dl-scrolled .dl-nav {
  background: linear-gradient(135deg, rgba(38,24,15,.94), rgba(74,47,30,.88)) !important;
  box-shadow: 0 18px 58px rgba(24,14,9,.26), inset 0 1px 0 rgba(255,255,255,.08) !important;
}

/* Hero: JS adds these classes immediately, then CSS handles the motion. */
.dl-motion-v13 .dl-hero-copy,
.dl-motion-v13 .dl-hero .eyebrow,
.dl-motion-v13 .dl-hero h1,
.dl-motion-v13 .dl-hero p,
.dl-motion-v13 .dl-hero .dl-actions,
.dl-motion-v13 .dl-hero .dl-hero-note {
  animation-fill-mode: both;
  animation-timing-function: var(--dl-motion-ease);
}
.dl-motion-v13 .dl-hero-copy {
  animation-name: dlV13HeroPanel;
  animation-duration: 950ms;
  animation-delay: 70ms;
}
.dl-motion-v13 .dl-hero .eyebrow { animation: dlV13Rise 850ms var(--dl-motion-ease) 180ms both; }
.dl-motion-v13 .dl-hero h1 { animation: dlV13Rise 980ms var(--dl-motion-ease) 300ms both; }
.dl-motion-v13 .dl-hero p { animation: dlV13Rise 980ms var(--dl-motion-ease) 430ms both; }
.dl-motion-v13 .dl-hero .dl-actions { animation: dlV13Rise 980ms var(--dl-motion-ease) 560ms both; }
.dl-motion-v13 .dl-hero .dl-hero-note { animation: dlV13Rise 980ms var(--dl-motion-ease) 690ms both; }

@keyframes dlV13Rise {
  from { opacity: 0; transform: translate3d(0, 30px, 0); filter: blur(8px); }
  to { opacity: 1; transform: translate3d(0, 0, 0); filter: blur(0); }
}
@keyframes dlV13HeroPanel {
  from { opacity: 0; transform: translate3d(0, 26px, 0) scale(.975); filter: blur(8px); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
}

/* Scroll reveal: only JS-queued items are hidden, so no-JS content remains visible. */
.dl-motion-v13 .dl-motion-queued {
  opacity: 0 !important;
  transform: translate3d(0, 32px, 0) scale(.985) !important;
  filter: blur(8px) !important;
}
.dl-motion-v13 .dl-motion-queued.dl-motion-left { transform: translate3d(-34px, 0, 0) scale(.99) !important; }
.dl-motion-v13 .dl-motion-queued.dl-motion-right { transform: translate3d(34px, 0, 0) scale(.99) !important; }
.dl-motion-v13 .dl-motion-queued.dl-motion-zoom { transform: translate3d(0, 18px, 0) scale(.95) !important; }

.dl-motion-v13 .dl-motion-queued.dl-in-view {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
  filter: blur(0) !important;
  transition:
    opacity 900ms var(--dl-motion-ease),
    transform 900ms var(--dl-motion-ease),
    filter 900ms var(--dl-motion-ease),
    box-shadow 450ms var(--dl-motion-ease),
    border-color 450ms ease,
    background 450ms ease;
  transition-delay: var(--dl-delay, 0ms);
}

/* Never let the Stampede embed or its text be clipped/hidden by reveal classes. */
.dl-signup-card,
.dl-signup-card *,
.dl-signup-embed,
.dl-signup-embed iframe {
  visibility: visible !important;
}
.dl-signup-embed {
  overflow: visible !important;
}

/* Subtle premium interactive movement. */
.dl-motion-v13 .menu-card,
.dl-motion-v13 .blog-card,
.dl-motion-v13 .story-cta-card,
.dl-motion-v13 .footer-action,
.dl-motion-v13 .btn {
  transition: transform 420ms var(--dl-motion-ease), box-shadow 420ms var(--dl-motion-ease), border-color 420ms ease, background 420ms ease;
}
.dl-motion-v13 .menu-card:hover,
.dl-motion-v13 .blog-card:hover,
.dl-motion-v13 .story-cta-card:hover,
.dl-motion-v13 .footer-action:hover {
  transform: translate3d(0, -7px, 0);
}
.dl-motion-v13 .btn:hover { transform: translate3d(0, -2px, 0); }
.dl-motion-v13 .footer-action-icon,
.dl-motion-v13 .story-cta-icon,
.dl-motion-v13 .footer-info-icon {
  transition: transform 500ms var(--dl-motion-ease);
}
.dl-motion-v13 .footer-action:hover .footer-action-icon,
.dl-motion-v13 .story-cta-card:hover .story-cta-icon,
.dl-motion-v13 .footer-info-card:hover .footer-info-icon {
  transform: scale(1.08) rotate(-2deg);
}

@media (prefers-reduced-motion: reduce) {
  .dl-motion-v13 *,
  .dl-motion-v13 *::before,
  .dl-motion-v13 *::after {
    animation: none !important;
    transition: none !important;
  }
  .dl-motion-v13 .dl-motion-queued {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

/* =========================================================
   Duchy Larder v20260510-14 — focused motion repair
   - Removes the scroll brown-bar behaviour.
   - Re-enables hero motion even on systems that previously matched reduced motion.
   - Removes card jump; keeps a premium menu image zoom.
   ========================================================= */
:root { --dl-motion-ease-v14: cubic-bezier(.19, 1, .22, 1); }

/* Brown bar removal: no scroll class should paint the wrapper or stretch a bar across the page. */
.dl-site-header,
.dl-scrolled .dl-site-header,
.dl-motion-v14.dl-scrolled .dl-site-header,
.dl-motion-v13.dl-scrolled .dl-site-header {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.dl-scrolled .dl-nav,
.dl-motion-v14.dl-scrolled .dl-nav,
.dl-motion-v13.dl-scrolled .dl-nav {
  background: rgba(36,26,18,.80) !important;
  box-shadow: 0 16px 44px rgba(36,26,18,.20) !important;
}

/* Hero motion: directly targets the real homepage markup. */
.dl-motion-v14 .dl-hero-copy {
  opacity: 1 !important;
  animation: dlV14HeroPanel 1100ms var(--dl-motion-ease-v14) 80ms both !important;
  will-change: transform, opacity, filter;
}
.dl-motion-v14 .dl-hero .eyebrow,
.dl-motion-v14 .dl-hero h1,
.dl-motion-v14 .dl-hero p,
.dl-motion-v14 .dl-hero .dl-actions,
.dl-motion-v14 .dl-hero .dl-hero-note {
  opacity: 1 !important;
  will-change: transform, opacity, filter;
}
.dl-motion-v14 .dl-hero .eyebrow { animation: dlV14HeroRise 900ms var(--dl-motion-ease-v14) 180ms both !important; }
.dl-motion-v14 .dl-hero h1 { animation: dlV14HeroRise 1050ms var(--dl-motion-ease-v14) 320ms both !important; }
.dl-motion-v14 .dl-hero p { animation: dlV14HeroRise 1050ms var(--dl-motion-ease-v14) 470ms both !important; }
.dl-motion-v14 .dl-hero .dl-actions { animation: dlV14HeroRise 1050ms var(--dl-motion-ease-v14) 620ms both !important; }
.dl-motion-v14 .dl-hero .dl-hero-note { animation: dlV14HeroRise 1050ms var(--dl-motion-ease-v14) 760ms both !important; }
.dl-motion-v14 .dl-hero::before {
  animation: dlV14HeroImage 1600ms var(--dl-motion-ease-v14) both !important;
  transform-origin: center;
}
@keyframes dlV14HeroRise {
  0% { opacity: 0; transform: translate3d(0, 38px, 0); filter: blur(10px); }
  100% { opacity: 1; transform: translate3d(0, 0, 0); filter: blur(0); }
}
@keyframes dlV14HeroPanel {
  0% { opacity: 0; transform: translate3d(0, 22px, 0) scale(.985); filter: blur(8px); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
}
@keyframes dlV14HeroImage {
  0% { transform: scale(1.045); filter: saturate(.9) contrast(.96); }
  100% { transform: scale(1.02); filter: saturate(1) contrast(1); }
}

/* Scroll reveal: visible-first safety, then animated only while queued. */
.dl-motion-v14 .dl-motion-queued {
  opacity: 0 !important;
  transform: translate3d(0, 26px, 0) scale(.99) !important;
  filter: blur(6px) !important;
}
.dl-motion-v14 .dl-motion-queued.dl-motion-left { transform: translate3d(-26px, 0, 0) scale(.995) !important; }
.dl-motion-v14 .dl-motion-queued.dl-motion-right { transform: translate3d(26px, 0, 0) scale(.995) !important; }
.dl-motion-v14 .dl-motion-queued.dl-motion-zoom { transform: translate3d(0, 16px, 0) scale(.975) !important; }
.dl-motion-v14 .dl-motion-queued.dl-in-view {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
  filter: blur(0) !important;
  transition: opacity 850ms var(--dl-motion-ease-v14), transform 850ms var(--dl-motion-ease-v14), filter 850ms var(--dl-motion-ease-v14) !important;
  transition-delay: var(--dl-delay, 0ms) !important;
}

/* Remove jumpy card movement. Keep interactivity on image/content only. */
.dl-motion-v14 .menu-card:hover,
.dl-motion-v14 .blog-card:hover,
.dl-motion-v14 .story-cta-card:hover,
.dl-motion-v14 .footer-action:hover,
.dl-motion-v14 .btn:hover,
.menu-card:hover,
.blog-card:hover,
.story-cta-card:hover,
.footer-action:hover,
.btn:hover {
  transform: none !important;
}
.menu-card {
  overflow: hidden !important;
}
.menu-card img {
  transform: scale(1) !important;
  transition: transform 900ms var(--dl-motion-ease-v14), filter 900ms var(--dl-motion-ease-v14) !important;
  will-change: transform;
}
.menu-card:hover img,
.menu-card:focus-visible img {
  transform: scale(1.055) !important;
  filter: saturate(1.08) contrast(1.03) !important;
}
.menu-card-content {
  transition: background 450ms ease, border-color 450ms ease !important;
}

/* Signup must never be hidden or clipped by reveal rules. */
.dl-signup-card,
.dl-signup-card > div:first-child,
.dl-signup-card h2,
.dl-signup-card p,
.dl-signup-embed,
.dl-signup-embed iframe {
  opacity: 1 !important;
  visibility: visible !important;
}
.dl-signup-embed {
  transform: none !important;
  overflow: visible !important;
}

/* Override the older reduced-motion block for this requested motion build. */
.dl-motion-v14 *,
.dl-motion-v14 *::before,
.dl-motion-v14 *::after {
  scroll-behavior: auto;
}

/* =========================================================
   Duchy Larder v20260510-15 — blog index polish + header fix
   - Removes the brown header block on blog.php.
   - Gives the news page a stronger editorial/blog index feel.
   ========================================================= */
body.blog-index-page {
  background:
    radial-gradient(circle at 8% 0%, rgba(184,135,68,.18), transparent 28rem),
    radial-gradient(circle at 92% 18%, rgba(98,112,90,.11), transparent 34rem),
    linear-gradient(180deg, #fff8ed 0%, #f5e6d2 48%, #fff7ec 100%) !important;
}

.blog-index-page .dl-site-header,
.blog-index-page.dl-scrolled .dl-site-header,
.dl-motion-v15 .blog-index-page .dl-site-header {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.blog-index-page .dl-nav {
  color: #2b1b12 !important;
  background: rgba(255,250,242,.88) !important;
  border: 1px solid rgba(73,45,27,.14) !important;
  box-shadow: 0 18px 52px rgba(36,26,18,.12), inset 0 1px 0 rgba(255,255,255,.74) !important;
  backdrop-filter: blur(20px) saturate(1.12);
}
.blog-index-page .dl-nav a {
  color: rgba(36,26,18,.78) !important;
}
.blog-index-page .dl-nav a:hover {
  color: #241a12 !important;
  background: rgba(184,135,68,.14) !important;
}
.blog-index-page .dl-nav .primary {
  color: #fffaf2 !important;
  background: linear-gradient(135deg, #dca256 0%, #a66b2d 100%) !important;
}
.blog-index-page .dl-nav .secondary {
  color: #fffaf2 !important;
  background: linear-gradient(135deg, #2b1b12 0%, #5b3823 100%) !important;
}

.blog-index-shell {
  padding-top: 0 !important;
  overflow: hidden;
}

.blog-index-hero,
.blog-feature-section,
.blog-index-section {
  width: min(1180px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.blog-index-hero {
  margin-top: clamp(148px, 16vw, 196px);
  margin-bottom: clamp(28px, 5vw, 58px);
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 310px);
  gap: clamp(22px, 4vw, 54px);
  align-items: end;
  padding: clamp(30px, 6vw, 74px);
  border-radius: clamp(30px, 5vw, 54px);
  position: relative;
  overflow: hidden;
  color: #fffaf2;
  background:
    radial-gradient(circle at 18% 20%, rgba(239,189,115,.34), transparent 22rem),
    radial-gradient(circle at 86% 12%, rgba(164,81,57,.28), transparent 24rem),
    linear-gradient(135deg, #21150f 0%, #56351f 56%, #1b110b 100%) !important;
  box-shadow: 0 38px 120px rgba(36,26,18,.22), inset 0 1px 0 rgba(255,255,255,.12);
}
.blog-index-hero::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,250,242,.12);
  border-radius: inherit;
  pointer-events: none;
}
.blog-index-hero::after {
  content: "Journal";
  position: absolute;
  right: -18px;
  bottom: -30px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(96px, 16vw, 210px);
  line-height: .75;
  color: rgba(255,250,242,.055);
  pointer-events: none;
}
.blog-index-hero-copy,
.blog-index-note {
  position: relative;
  z-index: 1;
}
.blog-index-hero .eyebrow {
  color: #efbd73;
}
.blog-index-hero h1 {
  max-width: 830px;
  margin: 12px 0 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(48px, 7.5vw, 104px);
  line-height: .92;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.blog-index-hero p {
  max-width: 710px;
  margin: 0;
  color: rgba(255,250,242,.78);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.72;
}
.blog-index-note {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 230px;
  padding: 24px;
  border-radius: 30px;
  background: rgba(255,250,242,.09);
  border: 1px solid rgba(255,250,242,.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09);
  backdrop-filter: blur(8px);
}
.blog-index-note span,
.blog-index-note small {
  color: rgba(255,250,242,.74);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.blog-index-note strong {
  margin: 16px 0 6px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 86px;
  line-height: .8;
  color: #efbd73;
}

.blog-feature-section {
  margin-bottom: clamp(42px, 7vw, 82px);
}
.blog-feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  overflow: hidden;
  border-radius: 42px;
  background: rgba(255,250,242,.92);
  border: 1px solid rgba(60,39,26,.12);
  box-shadow: 0 30px 95px rgba(36,26,18,.14), inset 0 1px 0 rgba(255,255,255,.6);
  text-decoration: none;
}
.blog-feature-image {
  min-height: 430px;
  overflow: hidden;
  background: #2b1b12;
}
.blog-feature-image img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 900ms cubic-bezier(.19,1,.22,1), filter 900ms cubic-bezier(.19,1,.22,1);
}
.blog-feature-card:hover .blog-feature-image img {
  transform: scale(1.055);
  filter: saturate(1.06) contrast(1.03);
}
.blog-feature-content {
  padding: clamp(30px, 5vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-feature-content time,
.blog-index-card time {
  display: block;
  margin-top: 12px;
  color: #a66b2d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.blog-feature-content h2 {
  margin: 12px 0 14px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(40px, 5.4vw, 72px);
  line-height: .96;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.blog-feature-content p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}
.blog-read-more,
.blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: #8f5c2d;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.blog-read-more::after,
.blog-card-link::after {
  content: "→";
  font-size: 16px;
  line-height: 1;
}

.blog-index-section {
  margin-bottom: clamp(70px, 9vw, 124px);
}
.blog-index-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 420px);
  gap: 24px;
  align-items: end;
  margin-bottom: 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(36,26,18,.12);
}
.blog-index-section-head h2 {
  margin: 8px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(36px, 5vw, 64px);
  line-height: .98;
  letter-spacing: -.04em;
}
.blog-index-section-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.blog-index-grid {
  width: 100% !important;
  margin: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.blog-index-card {
  border-radius: 32px !important;
  background: linear-gradient(135deg, rgba(255,250,242,.96), rgba(247,234,216,.88)) !important;
}
.blog-index-card-image {
  overflow: hidden;
  background: #2b1b12;
}
.blog-index-card-image img {
  display: block;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 850ms cubic-bezier(.19,1,.22,1), filter 850ms cubic-bezier(.19,1,.22,1);
}
.blog-index-card:hover .blog-index-card-image img {
  transform: scale(1.055);
  filter: saturate(1.06) contrast(1.03);
}
.blog-index-card .blog-landing-card-content {
  padding: 26px !important;
}
.blog-index-card h2 {
  font-size: clamp(28px, 3.1vw, 40px) !important;
}
.blog-index-empty {
  width: min(900px, 100%);
  margin: 0 auto;
}

/* Keep motion subtle on the blog index and never create a top brown strip. */
.dl-motion-v15 .blog-index-hero,
.dl-motion-v15 .blog-feature-card,
.dl-motion-v15 .blog-index-card {
  will-change: transform, opacity;
}
.dl-motion-v15 .blog-index-card:hover,
.dl-motion-v15 .blog-feature-card:hover {
  transform: none !important;
}

@media (max-width: 980px) {
  .blog-index-hero,
  .blog-feature-card,
  .blog-index-section-head {
    grid-template-columns: 1fr;
  }
  .blog-index-note {
    min-height: auto;
  }
  .blog-feature-image,
  .blog-feature-image img {
    min-height: 320px;
  }
  .blog-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 680px) {
  .blog-index-page .dl-site-header {
    left: 14px !important;
    right: 14px !important;
  }
  .blog-index-hero {
    width: min(100% - 24px, 1180px);
    margin-top: 132px;
    padding: 28px;
    border-radius: 32px;
  }
  .blog-index-hero h1 {
    font-size: clamp(42px, 13vw, 64px);
  }
  .blog-feature-section,
  .blog-index-section {
    width: min(100% - 24px, 1180px);
  }
  .blog-feature-card {
    border-radius: 30px;
  }
  .blog-feature-content {
    padding: 26px;
  }
  .blog-index-grid {
    grid-template-columns: 1fr !important;
  }
}

/* V18 print menu refinement: white A4 menu, centred logo, no site chrome */
.print-menu-notes { display: none; }

@media print {
  @page {
    size: A4;
    margin: 10mm 12mm 12mm;
  }

  *, *::before, *::after {
    box-shadow: none !important;
    text-shadow: none !important;
    background-image: none !important;
  }

  html,
  body {
    background: #ffffff !important;
    color: #21170f !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 9.4pt !important;
    line-height: 1.38 !important;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-print-color-adjust: economy;
    print-color-adjust: economy;
  }

  /* Hide website chrome and all non-menu elements when printing. Browser-added
     page headers/footers still need disabling in the print dialog if shown. */
  .dl-site-header,
  header,
  nav,
  .menu-page-hero,
  .menu-tools-bottom,
  .footer-wow,
  footer,
  .find-us-section,
  .dl-signup-section,
  script,
  iframe,
  .no-print {
    display: none !important;
  }

  main,
  .menu-page,
  .menu-layout,
  .menu-content {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
  }

  .print-menu-header {
    display: block !important;
    width: 100% !important;
    margin: 0 0 9mm !important;
    padding: 0 0 6mm !important;
    border: 0 !important;
    background: #ffffff !important;
    text-align: center !important;
    break-after: avoid;
    page-break-after: avoid;
  }

  .print-menu-header img {
    display: block !important;
    width: 34mm !important;
    height: auto !important;
    max-height: 24mm !important;
    object-fit: contain !important;
    margin: 0 auto 5mm !important;
  }

  .print-menu-header div {
    display: block !important;
    text-align: center !important;
  }

  .print-menu-header p {
    margin: 0 0 1.5mm !important;
    font-size: 7.7pt !important;
    font-weight: 800 !important;
    letter-spacing: .17em !important;
    text-transform: uppercase !important;
    color: #7a4a28 !important;
  }

  .print-menu-header h1 {
    margin: 0 !important;
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 25pt !important;
    line-height: 1 !important;
    letter-spacing: -.02em !important;
    color: #21170f !important;
  }

  .print-menu-header span {
    display: block !important;
    max-width: 145mm !important;
    margin: 2.5mm auto 0 !important;
    font-size: 8.8pt !important;
    line-height: 1.45 !important;
    color: #5f5145 !important;
  }

  .menu-section {
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 0 7mm !important;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .menu-section h2 {
    margin: 0 0 3mm !important;
    padding: 0 !important;
    border: 0 !important;
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 15.5pt !important;
    line-height: 1.08 !important;
    letter-spacing: -.01em !important;
    color: #7a4a28 !important;
  }

  .menu-section h2::after {
    display: none !important;
    content: none !important;
  }

  .menu-section > p {
    margin: 0 0 3mm !important;
    font-size: 8.6pt !important;
    line-height: 1.45 !important;
    color: #5f5145 !important;
  }

  .menu-item {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 18mm !important;
    gap: 7mm !important;
    align-items: start !important;
    padding: 1.45mm 0 !important;
    border: 0 !important;
    background: #ffffff !important;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .menu-item h3 {
    margin: 0 !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 9.7pt !important;
    line-height: 1.22 !important;
    font-weight: 800 !important;
    color: #21170f !important;
  }

  .menu-item p {
    margin: .75mm 0 0 !important;
    font-size: 8.3pt !important;
    line-height: 1.32 !important;
    color: #5f5145 !important;
  }

  .menu-price {
    font-size: 9.5pt !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    text-align: right !important;
    color: #7a4a28 !important;
    white-space: nowrap !important;
  }

  .menu-tags {
    display: block !important;
    margin-top: 1mm !important;
  }

  .menu-tags span {
    display: inline !important;
    padding: 0 !important;
    margin-right: 2mm !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #776758 !important;
    font-size: 7.1pt !important;
    font-weight: 700 !important;
  }

  .print-menu-notes {
    display: block !important;
    margin-top: 8mm !important;
    padding-top: 4mm !important;
    border-top: .35pt solid #d7c8ba !important;
    color: #5f5145 !important;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .print-menu-notes p {
    margin: 0 0 2mm !important;
    font-size: 7.8pt !important;
    line-height: 1.38 !important;
  }

  .print-menu-notes strong {
    color: #7a4a28 !important;
  }
}


/* v20260512-20: make hero image discoverable as a real LCP candidate while keeping the visual treatment. */
.dl-hero { position: relative; overflow: hidden; }
.dl-hero-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}
.dl-hero::before {
  z-index: 1;
  background:
    radial-gradient(circle at 28% 35%, rgba(239,189,115,.22), transparent 24rem),
    linear-gradient(90deg, rgba(23,14,9,.94) 0%, rgba(35,22,14,.72) 42%, rgba(35,22,14,.20) 100%) !important;
}
.dl-hero::after { z-index: 2; }
.dl-hero-inner { position: relative; z-index: 3; }
