/*
CTC Separate Stylesheet
Updated: 2020-09-02 04:06:52
*/

/* PLANT IVY STANDALONE DESIGN — copied from the approved source */
@layer theme {
  :root, :host { --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --spacing: .25rem; --default-font-family: var(--font-sans); --default-mono-font-family: var(--font-mono); }
}
@layer base {
  *, ::after, ::before, ::backdrop { box-sizing: border-box; border: 0px solid; margin: 0px; padding: 0px; }
  ::file-selector-button { box-sizing: border-box; border: 0px solid; margin: 0px; padding: 0px; }
  html, :host { text-size-adjust: 100%; tab-size: 4; line-height: 1.5; font-family: var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"); font-feature-settings: var(--default-font-feature-settings,normal); font-variation-settings: var(--default-font-variation-settings,normal); -webkit-tap-highlight-color: transparent; }
  hr { height: 0px; color: inherit; border-top-width: 1px; }
  abbr:where([title]) { text-decoration: underline dotted; }
  h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
  a { color: inherit; text-decoration: inherit; }
  b, strong { font-weight: bolder; }
  code, kbd, samp, pre { font-family: var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace); font-feature-settings: var(--default-mono-font-feature-settings,normal); font-variation-settings: var(--default-mono-font-variation-settings,normal); font-size: 1em; }
  small { font-size: 80%; }
  sub, sup { vertical-align: baseline; font-size: 75%; line-height: 0; position: relative; }
  sub { bottom: -0.25em; }
  sup { top: -0.5em; }
  table { text-indent: 0px; border-color: inherit; border-collapse: collapse; }
  progress { vertical-align: baseline; }
  summary { display: list-item; }
  ol, ul, menu { list-style: none; }
  img, svg, video, canvas, audio, iframe, embed, object { vertical-align: middle; display: block; }
  img, video { max-width: 100%; height: auto; }
  button, input, select, optgroup, textarea { font: inherit; letter-spacing: inherit; color: inherit; opacity: 1; background-color: rgba(0, 0, 0, 0); border-radius: 0px; }
  ::file-selector-button { font: inherit; letter-spacing: inherit; color: inherit; opacity: 1; background-color: rgba(0, 0, 0, 0); border-radius: 0px; }
  :where(select:is([multiple], [size])) optgroup { font-weight: bolder; }
  :where(select:is([multiple], [size])) optgroup option { padding-inline-start: 20px; }
  ::file-selector-button { margin-inline-end: 4px; }
  ::placeholder { opacity: 1; }
  @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
  ::placeholder { color: currentcolor; }
  @supports (color:color-mix(in lab, red, red)) {
  ::placeholder { color: color-mix(currentcolor, transparent); }
}
}
  textarea { resize: vertical; }
  ::-webkit-search-decoration { appearance: none; }
  ::-webkit-date-and-time-value { min-height: 1lh; text-align: inherit; }
  ::-webkit-datetime-edit { display: inline-flex; }
  ::-webkit-datetime-edit-fields-wrapper { padding: 0px; }
  ::-webkit-datetime-edit { padding-block: 0px; }
  ::-webkit-datetime-edit-year-field { padding-block: 0px; }
  ::-webkit-datetime-edit-month-field { padding-block: 0px; }
  ::-webkit-datetime-edit-day-field { padding-block: 0px; }
  ::-webkit-datetime-edit-hour-field { padding-block: 0px; }
  ::-webkit-datetime-edit-minute-field { padding-block: 0px; }
  ::-webkit-datetime-edit-second-field { padding-block: 0px; }
  ::-webkit-datetime-edit-millisecond-field { padding-block: 0px; }
  ::-webkit-datetime-edit-meridiem-field { padding-block: 0px; }
  ::-webkit-calendar-picker-indicator { line-height: 1; }
  button, input:where([type="button"], [type="reset"], [type="submit"]) { appearance: button; }
  ::file-selector-button { appearance: button; }
  ::-webkit-inner-spin-button { height: auto; }
  ::-webkit-outer-spin-button { height: auto; }
  [hidden]:where(:not([hidden="until-found"])) { display: none !important; }
}
@layer components;
@layer utilities {
  .visible { visibility: visible; }
  .relative { position: relative; }
  .start { inset-inline-start: var(--spacing); }
  .table { display: table; }
  .antialiased { -webkit-font-smoothing: antialiased; }
}
:root { --forest: #174d35; --deep: #0c3526; --lime: #bada55; --cream: #f4f0e4; --paper: #fbfaf6; --orange: #ed6a2c; --ink: #14251d; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); margin: 0px; font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.notice { background: var(--deep); color: rgb(255, 255, 255); text-align: center; letter-spacing: 0.08em; padding: 10px 20px; font-size: 12px; font-weight: 700; }
.site-header { background: var(--paper); z-index: 10; border-bottom: 1px solid rgb(217, 214, 202); justify-content: space-between; align-items: center; gap: 30px; height: 96px; padding: 0px clamp(22px, 5vw, 78px); display: flex; position: relative; }
.brand { flex: 0 0 auto; line-height: 0; display: block; }
.brand img { width: 172px; height: auto; display: block; }
.brand-plant { letter-spacing: -0.07em; color: var(--forest); font-size: 28px; font-weight: 950; }
.brand-ivy { color: rgb(75, 139, 69); margin-left: 5px; font: italic 38px Georgia, serif; }
.brand small { letter-spacing: 0.08em; grid-column: 1 / 3; margin-top: 9px; font-size: 7px; font-weight: 800; }
nav { gap: clamp(14px, 2.2vw, 34px); font-size: 13px; font-weight: 700; display: flex; }
nav a:hover { color: var(--orange); }
.button { background: var(--orange); color: rgb(255, 255, 255); letter-spacing: 0.02em; border-radius: 4px; justify-content: center; align-items: center; padding: 16px 24px; font-size: 13px; font-weight: 800; display: inline-flex; box-shadow: rgba(12, 53, 38, 0.12) 0px 7px; }
.button-small { box-shadow: none; padding: 12px 18px; }
.hero { background: var(--cream); grid-template-columns: 1.02fr 0.98fr; min-height: 650px; display: grid; overflow: hidden; }
.hero-copy { flex-direction: column; align-items: flex-start; padding: 100px 7vw 70px; display: flex; }
.eyebrow { letter-spacing: 0.18em; color: rgb(90, 110, 98); margin: 0px 0px 22px; font-size: 11px; font-weight: 900; }
.hero h1 { letter-spacing: -0.045em; color: var(--deep); margin: 0px; font: 700 clamp(47px, 5.5vw, 82px) / 0.98 Georgia, serif; }
.hero h1 em { color: var(--orange); font-weight: 400; }
.lede { color: rgb(64, 86, 74); max-width: 590px; margin: 30px 0px 32px; font-size: 19px; line-height: 1.65; }
.hero-actions { align-items: center; gap: 26px; display: flex; }
.text-link { color: var(--forest); border-bottom: 1px solid rgb(117, 146, 127); padding: 8px 0px; font-size: 13px; font-weight: 850; }
.text-link span { margin-left: 10px; }
.text-link.dark { color: var(--ink); }
.location-chip { border-top: 1px solid rgb(203, 197, 180); align-items: flex-start; gap: 12px; width: min(100%, 500px); margin-top: 48px; padding-top: 24px; display: flex; }
.location-chip .pin { color: var(--orange); font-size: 17px; }
.location-chip strong, .location-chip small { display: block; }
.location-chip strong { font-size: 14px; }
.location-chip small { color: rgb(104, 121, 111); margin-top: 4px; font-size: 12px; }
.service-times { gap: 14px; width: 100%; display: grid; }
.service-times > div { align-items: flex-start; gap: 12px; display: flex; }
.service-times > div + div { border-top: 1px solid rgb(217, 211, 195); padding-top: 14px; }
.hero-visual { background: var(--forest); place-items: center; min-height: 590px; display: grid; position: relative; }
.featured-photo { aspect-ratio: 1 / 1.08; background: rgb(216, 223, 197); border: 10px solid rgba(255, 255, 255, 0.18); border-radius: 50% 50% 45% 45%; width: min(76%, 500px); position: relative; overflow: hidden; transform: rotate(2deg); box-shadow: rgba(0, 0, 0, 0.26) 0px 34px 70px; }
.featured-photo img { object-fit: cover; width: 100%; height: 100%; display: block; }
.featured-caption { color: rgb(255, 255, 255); text-align: center; background: rgba(5, 31, 22, 0.9); border-radius: 4px; flex-direction: column; padding: 18px 18px 16px; display: flex; position: absolute; bottom: 7%; left: 12%; right: 12%; }
.featured-caption span { letter-spacing: 0.17em; color: var(--lime); font-size: 9px; font-weight: 900; }
.featured-caption strong { margin: 7px 0px 4px; font: 700 clamp(23px, 2.2vw, 31px) / 1.05 Georgia, serif; }
.featured-caption small { font-size: 12px; font-weight: 800; }
.carousel-dots { z-index: 2; gap: 9px; display: flex; position: absolute; bottom: 7%; right: 8%; }
.carousel-dots button { cursor: pointer; background: 0px 0px; border: 1px solid rgb(255, 255, 255); border-radius: 50%; width: 11px; height: 11px; padding: 0px; }
.carousel-dots button.active { background: var(--lime); border-color: var(--lime); }
.stamp { background: var(--lime); text-align: center; border-radius: 50%; place-content: center; width: 110px; height: 110px; font: 900 23px / 1 Arial; display: grid; position: absolute; bottom: 11%; left: 10%; transform: rotate(-9deg); box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px; }
.stamp span { margin-top: 4px; font-size: 10px; }
.leaf { color: rgb(142, 192, 104); font-size: 55px; position: absolute; transform: rotate(45deg); }
.leaf-one { top: 15%; right: 7%; }
.leaf-two { font-size: 35px; top: 22%; left: 10%; }
.quick-links { background: var(--deep); color: rgb(255, 255, 255); grid-template-columns: repeat(3, 1fr); padding: 0px 7vw; display: grid; }
.quick-links a { border-right: 1px solid rgba(255, 255, 255, 0.18); grid-template-columns: 38px 1fr; gap: 3px 10px; padding: 30px 32px; display: grid; }
.quick-links a:last-child { border: 0px; }
.quick-links span { color: var(--lime); grid-row: 1 / 3; font-size: 11px; font-weight: 900; }
.quick-links strong { font: 700 20px Georgia, serif; }
.quick-links small { color: rgb(185, 203, 193); font-size: 11px; }
.section { padding: 100px 7vw; }
.section-heading { justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 44px; display: flex; }
.section h2, .schedule-band h2, .impact h2 { letter-spacing: -0.035em; color: var(--deep); margin: 0px; font: 700 clamp(38px, 4.5vw, 62px) / 1.03 Georgia, serif; }
.special-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; display: grid; }
.special-card { background: rgb(255, 255, 255); border: 1px solid rgb(221, 216, 202); box-shadow: rgba(14, 53, 38, 0.06) 0px 12px 30px; }
.dish-photo { aspect-ratio: 1.45 / 1; object-fit: cover; width: 100%; display: block; }
.card-copy { padding: 26px; }
.card-copy span, .connect article span { color: var(--orange); letter-spacing: 0.16em; font-size: 10px; font-weight: 950; }
.card-copy h3, .connect h3 { margin: 9px 0px; font: 700 27px Georgia, serif; }
.card-copy p, .connect p { color: rgb(96, 112, 103); font-size: 13px; line-height: 1.65; }
.side-note { text-align: center; color: rgb(90, 110, 98); margin: 32px 0px 0px; font-size: 12px; font-weight: 700; }
.add-ons { background: var(--cream); grid-template-columns: 1fr 1fr; align-items: center; gap: 7vw; display: grid; }
.add-on-photo { border-radius: 4px 80px 4px 4px; overflow: hidden; box-shadow: rgb(223, 232, 187) 18px 18px; }
.add-on-photo img { aspect-ratio: 1.25 / 1; object-fit: cover; width: 100%; display: block; }
.add-on-copy h3 { margin: 0px 0px 10px; font: 700 30px Georgia, serif; }
.add-on-copy article { border-left: 7px solid var(--orange); background: rgb(255, 255, 255); justify-content: space-between; align-items: flex-start; gap: 20px; padding: 28px; display: flex; }
.add-on-copy article p { color: rgb(91, 109, 99); margin: 0px; line-height: 1.65; }
.add-on-copy article > span { background: var(--lime); color: var(--deep); letter-spacing: 0.15em; padding: 8px 10px; font-size: 9px; font-weight: 950; }
.availability { color: rgb(107, 122, 113); margin-top: 20px; font-size: 12px; font-weight: 700; }
.schedule-band { background: var(--orange); grid-template-columns: 1fr 1fr; align-items: center; gap: 10%; padding: 82px 7vw; display: grid; }
.schedule-band h2 { color: rgb(255, 255, 255); }
.eyebrow.light { color: rgb(255, 224, 205); }
.schedule-card { background: var(--paper); border-left: 9px solid var(--lime); padding: 38px; box-shadow: rgba(12, 53, 38, 0.17) 12px 12px; }
.schedule-card span { color: var(--orange); font-size: 11px; font-weight: 900; }
.schedule-card strong { margin: 10px 0px 5px; font: 700 30px Georgia, serif; display: block; }
.schedule-card p { margin: 0px; font-size: 14px; }
.schedule-service { padding: 4px 0px 18px; }
.schedule-service + .schedule-service { border-top: 1px solid rgb(221, 215, 200); padding-top: 16px; }
.schedule-card a { color: var(--forest); border-bottom: 1px solid; margin-top: 8px; font-size: 12px; font-weight: 900; display: inline-block; }
.catering { background: var(--cream); grid-template-columns: 1fr 1fr; padding: 0px; display: grid; }
.catering-photo { background: var(--forest); color: rgb(255, 255, 255); min-height: 610px; position: relative; overflow: hidden; }
.catering-photo > img { object-fit: cover; object-position: center top; filter: brightness(0.72); opacity: 0; width: 100%; height: 100%; transition: opacity 1s; position: absolute; inset: 0px; }
.catering-photo > img.active { opacity: 1; }
.catering-photo > img:first-child { object-position: center 18%; }
.catering-photo > img:nth-child(2) { object-position: center top; }
.catering-photo > div:not(.catering-dots) { background: linear-gradient(rgba(0, 0, 0, 0) 38%, rgba(9, 40, 29, 0.82)); flex-direction: column; justify-content: flex-end; padding: 70px; display: flex; position: absolute; inset: 0px; }
.catering-photo span { letter-spacing: 0.2em; font-size: 10px; }
.catering-photo strong { margin-top: 15px; font: italic 48px / 1.05 Georgia, serif; }
.catering-dots { z-index: 2; gap: 9px; display: flex; position: absolute; bottom: 28px; right: 28px; }
.catering-dots button { cursor: pointer; background: 0px 0px; border: 2px solid rgb(255, 255, 255); border-radius: 50%; width: 11px; height: 11px; padding: 0px; box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 7px; }
.catering-dots button.active { background: rgb(255, 255, 255); }
.catering-dots button:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.catering-copy { padding: 90px 8vw 90px 7vw; }
.catering-copy h2 { font-size: 50px; }
.catering-copy > p { color: rgb(80, 101, 90); font-size: 16px; line-height: 1.7; }
.catering-copy ul { margin: 28px 0px; padding: 0px; list-style: none; }
.catering-copy li { border-bottom: 1px solid rgb(203, 197, 182); padding: 11px 0px; font-size: 13px; font-weight: 800; }
.catering-copy li::before { content: "✓"; color: var(--orange); margin-right: 10px; }
.impact { background: var(--deep); color: rgb(255, 255, 255); grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: 8%; padding: 90px 7vw; display: grid; }
.impact h2 { color: rgb(255, 255, 255); }
.impact > div > p:last-child { color: rgb(184, 202, 191); line-height: 1.7; }
.impact dl { grid-template-columns: repeat(3, 1fr); margin: 0px; display: grid; }
.impact dl div { border-left: 1px solid rgb(88, 116, 101); padding: 10px 22px; }
.impact dt { color: var(--lime); font: 700 clamp(30px, 3.4vw, 50px) Georgia, serif; }
.impact dd { color: rgb(192, 207, 199); margin: 10px 0px 0px; font-size: 11px; line-height: 1.5; }
.connect-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; display: grid; }
.connect article { background: rgb(255, 255, 255); border: 1px solid rgb(216, 211, 197); flex-direction: column; min-height: 270px; padding: 36px; display: flex; }
.connect article a { color: var(--forest); border-bottom: 1px solid; width: max-content; margin-top: auto; padding-bottom: 5px; font-size: 12px; font-weight: 900; }
footer { color: rgb(233, 239, 233); background: rgb(9, 40, 29); grid-template-columns: 1fr 1fr auto; align-items: end; gap: 30px; padding: 55px 7vw; display: grid; }
.footer-brand .brand-plant { color: rgb(255, 255, 255); }
.footer-brand .brand-ivy { color: var(--lime); }
footer p { color: rgb(183, 200, 191); margin: 0px; font-size: 12px; line-height: 1.7; }
.copyright { text-align: right; }
@media (width <= 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 70px 7vw; }
  .hero-visual { min-height: 590px; }
  .quick-links { grid-template-columns: 1fr; }
  .quick-links a { border-bottom: 1px solid rgba(255, 255, 255, 0.18); border-right: 0px; }
  .special-grid, .connect-grid, .schedule-band, .catering, .impact, .add-ons { grid-template-columns: 1fr; }
  .catering-photo { min-height: 450px; }
  .impact dl { margin-top: 25px; }
  footer { grid-template-columns: 1fr; }
  .copyright { text-align: left; }
}
@media (width <= 560px) {
  .button-small { display: none; }
  .site-header { height: 82px; }
  .brand img { width: 145px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 12px; }
  .section { padding: 70px 6vw; }
  .section-heading { flex-direction: column; align-items: flex-start; }
  .featured-photo { width: 82%; }
  .featured-caption strong { font-size: 26px; }
  .stamp { width: 88px; height: 88px; font-size: 18px; }
  .impact dl { grid-template-columns: 1fr; }
  .impact dl div { border-top: 1px solid rgb(88, 116, 101); border-left: 0px; padding: 20px 0px; }
  .schedule-band { padding: 65px 7vw; }
  .catering-copy { padding: 70px 7vw; }
  .catering-copy h2 { font-size: 40px; }
}
.menu-header nav .active { color: var(--orange); }
.menu-hero { background: var(--deep); color: rgb(255, 255, 255); padding: 88px 7vw 74px; position: relative; overflow: hidden; }
.menu-hero::after { content: ""; border: 70px solid rgba(186, 218, 85, 0.12); border-radius: 50%; width: 340px; height: 340px; position: absolute; top: -100px; right: -40px; }
.menu-hero h1 { letter-spacing: -0.05em; max-width: 850px; margin: 0px; font: 700 clamp(54px, 7vw, 94px) / 0.92 Georgia, serif; }
.menu-hero h1 em { color: var(--lime); font-weight: 400; }
.menu-hero > p:last-child { color: rgb(194, 210, 201); max-width: 640px; margin: 28px 0px 0px; font-size: 17px; line-height: 1.6; }
.menu-jump { z-index: 20; background: var(--paper); border-bottom: 1px solid rgb(215, 210, 197); gap: 0px; padding: 0px 7vw; display: flex; position: sticky; top: 0px; overflow-x: auto; }
.menu-jump a { white-space: nowrap; border-right: 1px solid rgb(225, 221, 210); padding: 20px 22px; font-size: 11px; font-weight: 900; }
.menu-jump a:hover { color: var(--orange); }
.menu-content { padding: 30px 7vw 100px; }
.menu-section { border-bottom: 1px solid rgb(217, 212, 199); grid-template-columns: minmax(220px, 0.34fr) 1fr; gap: 7vw; padding: 82px 0px; scroll-margin-top: 70px; display: grid; }
.menu-section-title { align-self: start; position: sticky; top: 90px; }
.menu-section-title h2 { color: var(--deep); margin: 0px; font: 700 clamp(39px, 4vw, 60px) / 1 Georgia, serif; }
.menu-section-title > p:last-child:not(.eyebrow) { color: rgb(97, 114, 104); margin-top: 20px; font-size: 13px; line-height: 1.6; }
.menu-list { grid-template-columns: 1fr 1fr; gap: 20px; display: grid; }
.menu-item { background: rgb(255, 255, 255); border: 1px solid rgb(222, 217, 204); min-height: 190px; padding: 28px; }
.menu-item.with-image { padding: 0px; overflow: hidden; }
.menu-item.with-image > img { aspect-ratio: 1.55 / 1; object-fit: cover; width: 100%; display: block; }
.menu-item-copy { padding: 0px; }
.menu-item.with-image .menu-item-copy { padding: 26px; }
.menu-item-heading { justify-content: space-between; align-items: start; gap: 20px; display: flex; }
.menu-item h3 { color: var(--deep); margin: 0px; font: 700 25px / 1.08 Georgia, serif; }
.menu-item-heading strong { color: var(--orange); font-size: 13px; }
.menu-item p { color: rgb(96, 112, 103); margin: 15px 0px 0px; font-size: 13px; line-height: 1.68; }
.menu-tags { gap: 7px; margin-top: 12px; display: flex; }
.menu-tags span { letter-spacing: 0.12em; background: var(--lime); color: var(--deep); padding: 6px 8px; font-size: 9px; font-weight: 900; }
.menu-specials .menu-list { grid-template-columns: repeat(3, 1fr); }
.compact-section .menu-item { min-height: 150px; }
.add-on-menu { border-bottom: 0px; }
.add-on-layout { grid-template-columns: 0.72fr 1fr; align-items: center; gap: 30px; display: grid; }
.add-on-layout > img { aspect-ratio: 1.1 / 1; object-fit: cover; border-radius: 4px 50px 4px 4px; width: 100%; }
.add-on-pills { flex-wrap: wrap; gap: 10px; display: flex; }
.add-on-pills span { background: rgb(255, 255, 255); border: 1px solid rgb(215, 209, 195); padding: 11px 14px; font-size: 11px; font-weight: 800; }
.corn-note { color: rgb(95, 112, 102); margin-top: 26px; font-size: 13px; line-height: 1.6; }
.corn-note strong { color: var(--orange); }
.menu-note { border-left: 8px solid var(--lime); background: rgb(231, 237, 207); grid-template-columns: 150px 1fr; gap: 25px; margin-top: 10px; padding: 28px 32px; display: grid; }
.menu-note strong { font: 700 20px Georgia, serif; }
.menu-note p { color: rgb(82, 100, 89); margin: 0px; font-size: 12px; line-height: 1.65; }
.menu-page .footer-brand img { filter: brightness(0) invert(); width: 170px; }
.ivy-sprig { z-index: 3; pointer-events: none; opacity: 0.8; width: 180px; height: 220px; position: absolute; }
.ivy-sprig::before { content: ""; transform-origin: center top; background: rgb(75, 139, 69); width: 2px; height: 220px; position: absolute; top: 4px; left: 88px; transform: rotate(24deg); }
.ivy-sprig i { background: rgb(110, 165, 90); border-radius: 100% 0px; width: 34px; height: 20px; position: absolute; transform: rotate(35deg); box-shadow: rgba(12, 53, 38, 0.08) 0px 2px; }
.ivy-sprig i:first-child { top: 15px; left: 82px; }
.ivy-sprig i:nth-child(2) { top: 54px; left: 105px; transform: rotate(135deg); }
.ivy-sprig i:nth-child(3) { top: 92px; left: 60px; }
.ivy-sprig i:nth-child(4) { top: 134px; left: 92px; transform: rotate(135deg); }
.ivy-sprig i:nth-child(5) { top: 174px; left: 38px; }
.ivy-menu { opacity: 0.55; top: 10px; right: 4%; transform: rotate(-18deg); }
.hero { position: relative; }
.ivy-home { opacity: 0.32; top: 120px; left: -5px; transform: rotate(165deg); }
.menu-page footer { position: relative; overflow: hidden; }
.menu-page footer::after { content: ""; opacity: 0.25; background: radial-gradient(at 30% 20%, rgb(110, 165, 90) 0px, rgb(110, 165, 90) 12%, rgba(0, 0, 0, 0) 13%), radial-gradient(at 65% 42%, rgb(110, 165, 90) 0px, rgb(110, 165, 90) 13%, rgba(0, 0, 0, 0) 14%), radial-gradient(at 35% 68%, rgb(110, 165, 90) 0px, rgb(110, 165, 90) 12%, rgba(0, 0, 0, 0) 13%); width: 140px; height: 180px; position: absolute; top: -40px; right: 4%; transform: rotate(-20deg); }
@media (width <= 1000px) {
  .menu-section { grid-template-columns: 1fr; }
  .menu-section-title { position: static; }
  .menu-specials .menu-list { grid-template-columns: 1fr; }
  .add-on-layout { grid-template-columns: 1fr 1fr; }
}
@media (width <= 700px) {
  .menu-hero { padding: 65px 7vw; }
  .menu-content { padding-inline: 6vw; }
  .menu-section { padding: 58px 0px; }
  .menu-list, .add-on-layout, .menu-note { grid-template-columns: 1fr; }
  .menu-jump { padding: 0px; }
  .menu-jump a { padding: 17px 16px; }
  .menu-item { min-height: auto; }
}
.site-header nav .active { color: var(--orange); }
.inner-page .footer-brand img { filter: brightness(0) invert(); width: 170px; }
.inner-content { padding: 90px 7vw; }
.inner-hero { background: var(--deep); color: rgb(255, 255, 255); padding: 95px 7vw 85px; position: relative; overflow: hidden; }
.inner-hero h1, .split-hero h1, .story-overlay h1 { letter-spacing: -0.05em; margin: 0px; font: 700 clamp(53px, 7vw, 92px) / 0.92 Georgia, serif; }
.inner-hero h1 em, .split-hero h1 em, .story-overlay h1 em { color: var(--lime); font-weight: 400; }
.inner-hero > p:last-child { color: rgb(197, 212, 204); max-width: 650px; margin: 28px 0px 0px; font-size: 17px; line-height: 1.65; }
.ivy-inner { opacity: 0.42; top: 20px; right: 5%; transform: rotate(-15deg); }
.page-intro { max-width: 680px; }
.page-intro.centered { text-align: center; margin: 0px auto 55px; }
.page-intro h2, .calendar-board h2, .quote-panel h2, .story-content h2, .shop-feature h2 { color: var(--deep); letter-spacing: -0.035em; margin: 0px; font: 700 clamp(38px, 4.7vw, 62px) / 1.02 Georgia, serif; }
.page-intro > p:last-child { color: rgb(92, 109, 100); font-size: 15px; line-height: 1.7; }
.schedule-grid { grid-template-columns: 1fr 1fr; gap: 24px; margin: 50px 0px 85px; display: grid; }
.service-card { border-top: 8px solid var(--forest); background: rgb(255, 255, 255); padding: 38px; box-shadow: rgba(12, 53, 38, 0.08) 0px 14px 35px; }
.service-card.orange { border-color: var(--orange); }
.service-card > span { letter-spacing: 0.15em; color: var(--orange); font-size: 10px; font-weight: 950; }
.service-card h3 { margin: 11px 0px 18px; font: 700 30px Georgia, serif; }
.service-card strong { color: var(--forest); font: 700 34px Georgia, serif; }
.service-card p { color: rgb(97, 113, 104); font-size: 13px; }
.calendar-board { background: var(--cream); padding: 48px; }
.calendar-board-head { justify-content: space-between; align-items: end; gap: 30px; display: flex; }
.calendar-legend { flex-wrap: wrap; gap: 14px; display: flex; }
.calendar-legend span { font-size: 10px; font-weight: 800; }
.calendar-legend i { border-radius: 50%; width: 9px; height: 9px; margin-right: 5px; display: inline-block; }
.lunch-dot { background: var(--forest); }
.dinner-dot { background: var(--orange); }
.event-dot { background: var(--lime); }
.closed-dot { background: rgb(139, 147, 142); }
.calendar-empty { text-align: center; background: rgba(255, 255, 255, 0.45); border: 2px dashed rgb(199, 194, 180); margin-top: 38px; padding: 65px; }
.calendar-empty strong { font: 700 28px Georgia, serif; }
.calendar-empty p { color: rgb(97, 113, 104); font-size: 13px; }
.split-hero { background: var(--cream); grid-template-columns: 1fr 1fr; min-height: 650px; display: grid; }
.split-hero-copy { flex-direction: column; justify-content: center; align-items: flex-start; padding: 100px 7vw; display: flex; }
.split-hero-copy h1 { color: var(--deep); }
.split-hero-copy h1 em { color: var(--orange); }
.split-hero-copy > p:not(.eyebrow) { color: rgb(83, 102, 91); max-width: 560px; margin: 28px 0px; font-size: 17px; line-height: 1.65; }
.split-hero-photo { background: var(--forest); position: relative; overflow: hidden; }
.split-hero-photo > img { object-fit: cover; width: 100%; height: 100%; display: block; }
.ivy-photo { opacity: 0.7; top: -20px; right: -30px; }
.offering-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; display: grid; }
.offering-grid article { background: rgb(255, 255, 255); border: 1px solid rgb(221, 216, 202); min-height: 245px; padding: 34px; }
.offering-grid article > span { color: var(--orange); }
.offering-grid h3, .social-grid h3 { margin: 18px 0px 12px; font: 700 28px Georgia, serif; }
.offering-grid p, .social-grid p { color: rgb(97, 113, 104); font-size: 13px; line-height: 1.65; }
.catering-gallery { grid-template-columns: 1.2fr 0.8fr 0.8fr; gap: 12px; margin: 75px 0px; display: grid; }
.catering-gallery img { object-fit: cover; width: 100%; height: 310px; }
.quote-panel { background: var(--deep); color: rgb(255, 255, 255); justify-content: space-between; align-items: center; gap: 45px; padding: 60px; display: flex; }
.quote-panel h2 { color: rgb(255, 255, 255); }
.quote-panel p { color: rgb(189, 206, 196); line-height: 1.6; }
.quote-panel .button { white-space: nowrap; }
.story-hero { background: var(--deep); height: 640px; position: relative; overflow: hidden; }
.story-hero > img { object-fit: cover; object-position: center 48%; filter: brightness(0.58); width: 100%; height: 100%; }
.story-overlay { color: rgb(255, 255, 255); position: absolute; bottom: 70px; left: 7vw; }
.ivy-story { opacity: 0.8; top: 40px; right: 5%; }
.story-content { padding: 95px 7vw; }
.story-lead { grid-template-columns: 0.8fr 1.2fr; align-items: start; gap: 8vw; display: grid; }
.story-lead > p:last-child { color: rgb(80, 99, 89); margin-top: 0px; font-size: 18px; line-height: 1.75; }
.story-chapters { gap: 0px; margin: 80px 0px; display: grid; }
.story-chapters article { border-top: 1px solid rgb(214, 209, 196); grid-template-columns: 80px 1fr; gap: 28px; padding: 35px 0px; display: grid; }
.story-chapters article > span { color: var(--orange); font-size: 11px; font-weight: 950; }
.story-chapters h3 { margin: 0px 0px 10px; font: 700 30px Georgia, serif; }
.story-chapters p { color: rgb(94, 112, 102); max-width: 760px; margin: 0px; font-size: 14px; line-height: 1.7; }
.impact-strip { background: var(--deep); color: rgb(255, 255, 255); grid-template-columns: repeat(3, 1fr); display: grid; }
.impact-strip div { border-right: 1px solid rgb(69, 100, 85); padding: 42px; }
.impact-strip strong { color: var(--lime); font: 700 42px Georgia, serif; display: block; }
.impact-strip span { color: rgb(195, 210, 202); font-size: 11px; }
.story-next { background: var(--cream); margin-top: 60px; padding: 55px; }
.story-next p { color: rgb(93, 110, 100); line-height: 1.7; }
.shop-feature-grid { grid-template-columns: 1fr 1fr; gap: 24px; display: grid; }
.shop-feature { background: var(--orange); color: rgb(255, 255, 255); flex-direction: column; align-items: flex-start; min-height: 440px; padding: 55px; display: flex; }
.shop-feature.loyalty { background: var(--forest); }
.shop-feature > span { letter-spacing: 0.17em; color: rgb(255, 227, 210); font-size: 10px; font-weight: 950; }
.shop-feature h2 { color: rgb(255, 255, 255); margin: 25px 0px; }
.shop-feature p { color: rgb(255, 240, 231); font-size: 15px; line-height: 1.7; }
.shop-feature .button { background: var(--deep); margin-top: auto; }
.shop-feature .button-green { background: var(--lime); color: var(--deep); }
.social-section { padding: 90px 0px 45px; }
.social-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 45px; display: grid; }
.social-grid article { background: rgb(255, 255, 255); border: 1px solid rgb(220, 215, 202); flex-direction: column; min-height: 230px; padding: 32px; display: flex; }
.social-grid article > span { color: var(--orange); font-size: 20px; }
.social-grid a { color: var(--forest); margin-top: auto; font-size: 12px; font-weight: 900; }
.shop-note { border-left: 8px solid var(--lime); background: rgb(231, 237, 207); grid-template-columns: 160px 1fr; gap: 20px; padding: 28px 32px; display: grid; }
.shop-note strong { font: 700 20px Georgia, serif; }
.shop-note p { color: rgb(82, 100, 89); margin: 0px; font-size: 12px; line-height: 1.65; }
@media (width <= 900px) {
  .schedule-grid, .split-hero, .shop-feature-grid, .story-lead { grid-template-columns: 1fr; }
  .split-hero-photo { min-height: 520px; }
  .offering-grid, .social-grid, .catering-gallery { grid-template-columns: 1fr; }
  .quote-panel { flex-direction: column; align-items: flex-start; }
  .impact-strip { grid-template-columns: 1fr; }
  .impact-strip div { border-bottom: 1px solid rgb(69, 100, 85); border-right: 0px; }
  .calendar-board-head { flex-direction: column; align-items: flex-start; }
}
@media (width <= 560px) {
  .inner-hero { padding: 65px 7vw; }
  .inner-content, .story-content { padding: 65px 6vw; }
  .calendar-board { padding: 30px 22px; }
  .calendar-empty { padding: 45px 20px; }
  .service-card strong { font-size: 27px; }
  .split-hero-copy { padding: 70px 7vw; }
  .split-hero-photo { min-height: 420px; }
  .shop-feature { padding: 38px 28px; }
  .story-hero { height: 560px; }
  .story-overlay { bottom: 50px; left: 6vw; }
  .quote-panel { padding: 42px 28px; }
  .shop-note { grid-template-columns: 1fr; }
}
main { position: relative; overflow: hidden; }
main::before, main::after { content: ""; z-index: 3; pointer-events: none; opacity: 0.24; background: radial-gradient(22px 12px at 13px 30px, rgb(71, 108, 54) 0px, rgb(71, 108, 54) 68%, rgba(0, 0, 0, 0) 72%), radial-gradient(22px 12px at 51px 78px, rgb(111, 141, 69) 0px, rgb(111, 141, 69) 68%, rgba(0, 0, 0, 0) 72%), radial-gradient(22px 12px at 18px 127px, rgb(71, 108, 54) 0px, rgb(71, 108, 54) 68%, rgba(0, 0, 0, 0) 72%), radial-gradient(22px 12px at 54px 178px, rgb(111, 141, 69) 0px, rgb(111, 141, 69) 68%, rgba(0, 0, 0, 0) 72%), radial-gradient(22px 12px at 17px 231px, rgb(71, 108, 54) 0px, rgb(71, 108, 54) 68%, rgba(0, 0, 0, 0) 72%), radial-gradient(22px 12px at 52px 286px, rgb(111, 141, 69) 0px, rgb(111, 141, 69) 68%, rgba(0, 0, 0, 0) 72%), radial-gradient(22px 12px at 19px 343px, rgb(71, 108, 54) 0px, rgb(71, 108, 54) 68%, rgba(0, 0, 0, 0) 72%), linear-gradient(82deg, rgba(0, 0, 0, 0) 47%, rgb(71, 108, 54) 48%, rgb(71, 108, 54) 51%, rgba(0, 0, 0, 0) 52%); width: 76px; height: 430px; position: absolute; }
.inner-page::before { top: 300px; }
.inner-page::after { top: 980px; }
@media (width <= 760px) {
  main::before, main::after { opacity: 0.16; width: 55px; }
  main::before { left: -30px; }
  main::after { right: -30px; }
}
.story-photo-grid { gap: 72px; margin: 90px 0px; display: grid; }
.story-photo-grid article { grid-template-columns: 0.85fr 1.15fr; align-items: center; gap: 7vw; display: grid; }
.story-photo-grid article.reverse { grid-template-columns: 1.15fr 0.85fr; }
.story-photo-grid article.reverse img { order: 2; }
.story-photo-grid img { object-fit: cover; border-radius: 3px 70px 3px 3px; width: 100%; height: 390px; box-shadow: rgb(223, 232, 187) 16px 16px; }
.story-photo-grid article.reverse img { border-radius: 70px 3px 3px; box-shadow: rgb(245, 199, 171) -16px 16px; }
.story-photo-grid span { color: var(--orange); letter-spacing: 0.14em; font-size: 11px; font-weight: 950; }
.story-photo-grid h3 { color: var(--deep); margin: 14px 0px; font: 700 clamp(30px, 3.3vw, 45px) / 1.05 Georgia, serif; }
.story-photo-grid p { color: rgb(85, 104, 94); max-width: 660px; font-size: 15px; line-height: 1.75; }
.story-dream { background: var(--deep); color: rgb(255, 255, 255); padding: 70px; position: relative; }
.story-dream h2 { color: rgb(255, 255, 255); max-width: 820px; }
.story-dream > p:not(.eyebrow) { color: rgb(194, 209, 201); max-width: 850px; line-height: 1.75; }
.story-dream .button { margin-top: 18px; display: inline-block; }
.catering-dish-grid { grid-template-columns: 1fr 1fr; gap: 26px; margin-bottom: 85px; display: grid; }
.catering-dish-grid article { background: rgb(255, 255, 255); border: 1px solid rgb(220, 215, 202); overflow: hidden; }
.catering-dish-grid img { object-fit: cover; width: 100%; height: 390px; display: block; }
.catering-dish-grid article > div { padding: 34px; }
.catering-dish-grid h3 { color: var(--deep); margin: 0px; font: 700 32px Georgia, serif; }
.catering-dish-grid p { color: rgb(90, 108, 98); font-size: 14px; line-height: 1.75; }
.catering-options { background: var(--forest); color: rgb(255, 255, 255); grid-template-columns: 1fr 1fr; gap: 7vw; margin-bottom: 50px; padding: 65px; display: grid; }
.catering-options h2 { color: rgb(255, 255, 255); margin: 0px; font: 700 clamp(38px, 4.5vw, 58px) / 1.02 Georgia, serif; }
.catering-options p:not(.eyebrow) { color: rgb(209, 222, 215); line-height: 1.7; }
.catering-options ul { margin: 0px; padding: 0px; list-style: none; }
.catering-options li { border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding: 15px 0px; font-size: 13px; font-weight: 800; }
.catering-options li::before { content: "◆"; color: var(--lime); margin-right: 12px; }
@media (width <= 800px) {
  .story-photo-grid article, .story-photo-grid article.reverse, .catering-dish-grid, .catering-options { grid-template-columns: 1fr; }
  .story-photo-grid article.reverse img { order: 0; }
  .story-dream, .catering-options { padding: 45px 28px; }
  .catering-dish-grid img, .story-photo-grid img { height: 310px; }
}
.catering-experience { padding: 10px 0px 90px; }
.catering-experience-copy { grid-template-columns: 0.5fr 1fr 1fr; align-items: start; gap: 4vw; margin-bottom: 38px; display: grid; }
.catering-experience-copy h2 { color: var(--deep); margin: 0px; font: 700 clamp(35px, 4vw, 54px) / 1.02 Georgia, serif; }
.catering-experience-copy > p:last-child { color: rgb(90, 108, 98); margin: 0px; font-size: 14px; line-height: 1.75; }
.catering-experience-photos { grid-template-columns: 1.22fr 0.8fr 0.8fr; gap: 14px; display: grid; }
.catering-experience-photos figure { background: var(--deep); margin: 0px; position: relative; overflow: hidden; }
.catering-experience-photos img { object-fit: cover; width: 100%; height: 330px; transition: transform 0.35s; display: block; }
.catering-experience-photos figure:hover img { transform: scale(1.02); }
.catering-experience-photos figcaption { color: rgb(255, 255, 255); letter-spacing: 0.08em; background: rgba(9, 40, 29, 0.88); padding: 9px 12px; font-size: 10px; font-weight: 900; position: absolute; bottom: 15px; left: 15px; }
.loyalty-truck-banner { background: var(--deep); grid-template-columns: 1.35fr 0.65fr; align-items: center; margin-top: 62px; display: grid; overflow: hidden; }
.loyalty-truck-banner img { object-fit: cover; width: 100%; height: 100%; min-height: 390px; display: block; }
.loyalty-truck-banner > div { color: rgb(255, 255, 255); padding: 45px; }
.loyalty-truck-banner h2 { color: rgb(255, 255, 255); margin: 0px; font: 700 clamp(34px, 4vw, 52px) / 1.02 Georgia, serif; }
.loyalty-truck-banner > div > p:not(.eyebrow) { color: rgb(196, 211, 203); font-size: 14px; line-height: 1.7; }
.loyalty-truck-banner .button { margin-top: 12px; display: inline-block; }
.catering-experience-photos .experience-wide img { object-position: center top; }
@media (width <= 900px) {
  .catering-experience-copy { grid-template-columns: 1fr; }
  .catering-experience-photos { grid-template-columns: 1fr 1fr; }
  .catering-experience-photos .experience-wide { grid-column: 1 / -1; }
  .loyalty-truck-banner { grid-template-columns: 1fr; }
  .loyalty-truck-banner img { aspect-ratio: 2 / 1; min-height: 0px; }
}
@media (width <= 560px) {
  .catering-experience-photos { grid-template-columns: 1fr; }
  .catering-experience-photos .experience-wide { grid-column: auto; }
  .catering-experience-photos img { height: 280px; }
  .loyalty-truck-banner > div { padding: 36px 26px; }
  .loyalty-truck-banner img { aspect-ratio: 1.7 / 1; }
}
.store-wide { min-height: 330px; }
.about-mission { border-bottom: 1px solid rgb(217, 212, 199); grid-template-columns: 1.05fr 0.95fr; align-items: start; gap: 7vw; padding: 95px 0px; display: grid; }
.about-mission h2 { color: var(--deep); margin: 0px; font: 700 clamp(39px, 4.8vw, 62px) / 1.02 Georgia, serif; }
.about-mission p { color: rgb(86, 105, 95); font-size: 15px; line-height: 1.75; }
.about-mission blockquote { color: var(--forest); border-left: 7px solid var(--lime); margin: 35px 0px 0px; padding: 8px 0px 8px 28px; font: italic 25px / 1.45 Georgia, serif; }
.about-mission ul { background: var(--cream); margin: 0px; padding: 0px; list-style: none; }
.about-mission li { border-bottom: 1px solid rgb(213, 208, 195); padding: 21px 26px; font-size: 13px; font-weight: 800; }
.about-mission li::before { content: "◆"; color: var(--orange); margin-right: 12px; }
.about-faq { grid-template-columns: 0.65fr 1.35fr; gap: 8vw; padding: 95px 0px; display: grid; }
.faq-list details { border-top: 1px solid rgb(213, 208, 195); padding: 0px; }
.faq-list details:last-child { border-bottom: 1px solid rgb(213, 208, 195); }
.faq-list summary { cursor: pointer; color: var(--deep); padding: 24px 45px 24px 0px; font: 700 21px / 1.3 Georgia, serif; list-style: none; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--orange); font: 400 30px Georgia, serif; position: absolute; top: 20px; right: 5px; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { color: rgb(90, 108, 98); margin: 0px; padding: 0px 45px 25px 0px; font-size: 14px; line-height: 1.75; }
.about-gallery { background: var(--cream); margin-inline: -7vw; padding: 90px 0px 10px; padding-inline: 7vw; }
.about-gallery-grid { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 12px; display: grid; }
.about-gallery-grid figure { margin: 0px; overflow: hidden; }
.about-gallery-grid .gallery-wide { grid-column: span 2; }
.about-gallery-grid img { object-fit: cover; width: 100%; height: 100%; transition: transform 0.35s; display: block; }
.about-gallery-grid figure:hover img { transform: scale(1.03); }
@media (width <= 900px) {
  .about-mission, .about-faq { grid-template-columns: 1fr; }
  .about-gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (width <= 560px) {
  .about-mission, .about-faq { padding: 65px 0px; }
  .about-gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 270px; }
  .about-gallery-grid .gallery-wide { grid-column: auto; }
}
.ivy-sprig, .ivy-sprig::before, .ivy-sprig i { display: none; }
main::before, main::after { opacity: 0.15; filter: saturate(0.88); z-index: 2; background-image: url("https://plantivy.net/wp-content/uploads/2026/08/pivy-live-plant-ivy-leafy-vine-clean.png"), url("https://plantivy.net/wp-content/uploads/2026/08/pivy-live-plant-ivy-leafy-vine-clean.png"), url("https://plantivy.net/wp-content/uploads/2026/08/pivy-live-plant-ivy-leafy-vine-clean.png"); background-position: 0px 0px, 100% center, 0px 100%; background-repeat: no-repeat; background-size: 205px, 145px, 230px; width: 300px; height: 1050px; }
main::before { top: 470px; left: -108px; transform: rotate(23deg) scale(0.88, 1.12); }
main::after { top: 1420px; right: -104px; transform: rotate(-31deg) scaleX(-1); }
footer { position: relative; overflow: hidden; }
footer::after, .menu-page footer::after { display: none; }
.menu-page::before { top: 570px; left: -92px; transform: rotate(68deg) scale(0.72, 1.18); }
.menu-page::after { top: 2050px; right: -118px; transform: rotate(-52deg) scale(-0.82, 1.08); }
.calendar-page::before { top: 365px; left: -105px; transform: rotate(40deg) scale(0.8, 1.15); }
.calendar-page::after { top: 1170px; right: -95px; transform: rotate(-18deg) scale(-0.72, 1.1); }
.catering-page::before { top: 520px; left: -120px; transform: rotate(86deg) scale(0.75, 1.22); }
.catering-page::after { top: 1780px; right: -90px; transform: rotate(-40deg) scale(-0.9, 1.06); }
.story-page::before { top: 540px; left: -112px; transform: rotate(54deg) scale(0.82, 1.15); }
.story-page::after { top: 2320px; right: -112px; transform: rotate(-65deg) scale(-0.72, 1.2); }
.shop-page::before { top: 390px; left: -105px; transform: rotate(74deg) scale(0.74, 1.12); }
.shop-page::after { top: 1190px; right: -100px; transform: rotate(-27deg) scale(-0.86, 1.12); }
@media (width <= 760px) {
  main::before, main::after { opacity: 0.09; background-size: 125px, 90px, 145px; width: 165px; height: 760px; }
  .ivy-sprig { width: 145px; height: 180px; }
}
.shop-page .social-grid { grid-template-columns: repeat(3, 1fr); }
@media (width <= 700px) {
  .shop-page .social-grid { grid-template-columns: 1fr; }
}
.schedule-band { grid-template-columns: 0.72fr 0.82fr 1.1fr; gap: 4%; }
.weekly-calendar { min-width: 0px; }
.google-calendar-frame { background: rgb(255, 255, 255); border: 0px; width: 100%; height: 680px; display: block; }
.google-calendar-frame.compact { height: 330px; }
.google-calendar-placeholder { text-align: center; background: rgba(255, 255, 255, 0.55); border: 2px dashed rgb(199, 194, 180); flex-direction: column; justify-content: center; align-items: center; min-height: 480px; margin-top: 38px; padding: 42px; display: flex; }
.google-calendar-placeholder.compact { background: var(--paper); border-right: 0px; border-bottom: 0px; border-left: 0px; border-image: none; border-top: 7px solid var(--lime); min-height: 300px; margin: 0px; box-shadow: rgba(12, 53, 38, 0.17) 12px 12px; }
.google-calendar-placeholder span { letter-spacing: 0.16em; color: var(--orange); font-size: 10px; font-weight: 950; }
.google-calendar-placeholder strong { color: var(--deep); margin: 12px 0px 8px; font: 700 26px / 1.15 Georgia, serif; }
.google-calendar-placeholder p { color: rgb(97, 113, 104); max-width: 420px; margin: 0px; font-size: 12px; line-height: 1.6; }
@media (width <= 1100px) {
  .schedule-band { grid-template-columns: 1fr 1fr; }
  .weekly-calendar { grid-column: 1 / -1; }
  .google-calendar-placeholder.compact { min-height: 240px; }
}
@media (width <= 700px) {
  .schedule-band { grid-template-columns: 1fr; }
  .weekly-calendar { grid-column: auto; }
  .google-calendar-frame { height: 560px; }
  .google-calendar-frame.compact { height: 360px; }
}
.catering-hero-actions { flex-wrap: wrap; align-items: center; gap: 22px; display: flex; }
.gallery-slideshow { max-width: 1050px; margin: 0px auto; }
.gallery-stage { background: var(--deep); height: min(64vw, 610px); min-height: 430px; position: relative; overflow: hidden; box-shadow: rgba(9, 40, 29, 0.14) 0px 20px 55px; }
.gallery-stage figure { opacity: 0; visibility: hidden; margin: 0px; transition: opacity 0.55s; position: absolute; inset: 0px; }
.gallery-stage figure.active { opacity: 1; visibility: visible; }
.gallery-stage img { object-fit: cover; width: 100%; height: 100%; display: block; }
.gallery-stage figure.portrait-photo { background: rgb(17, 29, 23); }
.gallery-stage figure.portrait-photo img { object-fit: contain; }
.gallery-stage figcaption { color: rgb(255, 255, 255); background: rgba(9, 40, 29, 0.88); max-width: 70%; padding: 11px 15px; font-size: 11px; font-weight: 800; position: absolute; bottom: 20px; left: 22px; }
.gallery-arrow { z-index: 2; width: 48px; height: 48px; color: var(--deep); cursor: pointer; background: rgba(255, 255, 255, 0.9); border: 0px; border-radius: 50%; font: 38px / 1 Georgia, serif; position: absolute; top: 50%; transform: translateY(-50%); box-shadow: rgba(0, 0, 0, 0.18) 0px 8px 22px; }
.gallery-arrow.previous { left: 18px; }
.gallery-arrow.next { right: 18px; }
.gallery-count { z-index: 2; background: var(--orange); color: rgb(255, 255, 255); padding: 9px 12px; font-size: 10px; font-weight: 900; position: absolute; bottom: 20px; right: 22px; }
.gallery-dots { flex-wrap: wrap; justify-content: center; gap: 9px; max-width: 520px; margin: 20px auto 0px; display: flex; }
.gallery-dots button { border: 1px solid var(--forest); cursor: pointer; background: 0px 0px; border-radius: 50%; width: 10px; height: 10px; padding: 0px; }
.gallery-dots button.active { background: var(--orange); border-color: var(--orange); }
@media (width <= 600px) {
  .gallery-stage { height: 420px; min-height: 0px; }
  .gallery-arrow { width: 42px; height: 42px; }
  .gallery-stage figcaption { max-width: 62%; }
}
footer a { color: inherit; }
.location-contact { background: var(--cream); grid-template-columns: 1.1fr 0.9fr; min-height: 500px; margin-top: 72px; display: grid; }
.location-map iframe { border: 0px; width: 100%; height: 100%; min-height: 500px; display: block; }
.location-contact-copy { flex-direction: column; justify-content: center; padding: 62px 5vw; display: flex; }
.location-contact-copy h2 { color: var(--deep); margin: 0px 0px 24px; font: 700 clamp(36px, 4vw, 55px) / 1.03 Georgia, serif; }
.location-contact-copy > p:not(.eyebrow) { color: rgb(83, 102, 91); font-size: 14px; line-height: 1.75; }
.contact-actions { flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 18px; display: flex; }
.map-link { color: var(--forest); margin-top: 28px; font-size: 12px; font-weight: 900; display: inline-block; }
@media (width <= 850px) {
  .location-contact { grid-template-columns: 1fr; }
  .location-map iframe { min-height: 380px; }
  .location-contact-copy { padding: 50px 7vw; }
}
.verified-reviews { background: var(--cream); }
.verified-reviews .section-heading > div { max-width: 760px; }
.verified-reviews .section-heading p:last-child { color: rgb(90, 108, 98); line-height: 1.7; }
.review-card-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 22px; display: grid; }
.review-card-grid article { border-top: 7px solid var(--forest); background: rgb(255, 255, 255); flex-direction: column; min-height: 330px; padding: 34px; display: flex; box-shadow: rgba(12, 53, 38, 0.08) 0px 14px 35px; }
.review-card-grid article:nth-child(2) { border-color: var(--orange); }
.review-stars { color: rgb(238, 111, 50); letter-spacing: 0.1em; font-size: 20px; }
.review-card-grid blockquote { color: var(--deep); margin: 24px 0px; font: italic 22px / 1.48 Georgia, serif; }
.review-credit { flex-direction: column; gap: 5px; margin-top: auto; display: flex; }
.review-credit strong { font-size: 13px; }
.review-credit span { color: rgb(102, 118, 109); font-size: 10px; }
.review-card-grid a { color: var(--forest); margin-top: 20px; font-size: 11px; font-weight: 900; }
@media (width <= 900px) {
  .review-card-grid { grid-template-columns: 1fr; }
  .review-card-grid article { min-height: 0px; }
}
body::after { content: ""; z-index: 9999; pointer-events: none; mix-blend-mode: soft-light; background: radial-gradient(circle at 8% 20%, rgba(112, 151, 84, 0.13), rgba(0, 0, 0, 0) 26%), radial-gradient(circle at 92% 48%, rgba(239, 119, 57, 0.08), rgba(0, 0, 0, 0) 28%), linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(204, 221, 178, 0.06) 48%, rgba(255, 248, 238, 0.09)); position: fixed; inset: 0px; }
.story-photo-grid article:nth-child(5) img { object-position: center 22%; }
.catering-dish-grid article:first-child img { object-position: center 54%; }
.split-hero-photo > img, .loyalty-truck-banner img, .menu-item.with-image > img, .gallery-stage img { object-position: center center; }
.button, .text-link, .map-link, .review-card-grid a { transition: opacity 0.2s, transform 0.2s; }
.button:hover, .text-link:hover, .map-link:hover, .review-card-grid a:hover { opacity: 0.82; }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
@media (width <= 900px) {
  .site-header { flex-wrap: wrap; height: auto; min-height: 82px; padding-block: 15px; }
  .site-header nav { scrollbar-width: thin; order: 3; gap: 20px; width: 100%; padding: 12px 0px 2px; display: flex; overflow-x: auto; }
  .site-header nav a { white-space: nowrap; }
  .menu-jump { display: flex; }
  .catering-photo > div:not(.catering-dots) { padding: 50px 7vw; }
}
@media (width <= 560px) {
  .catering-photo strong { font-size: 38px; }
  .gallery-stage { height: 360px; }
  .story-photo-grid { gap: 54px; }
  .story-photo-grid img { height: 280px; }
}

/* Calendar hero title contrast */
.calendar-page .inner-hero h1{color:#fff}
