:root {
  color-scheme: light;
  --ink: #15231c;
  --muted: #617069;
  --paper: #fffdf6;
  --panel: #f4f0df;
  --leaf: #1f6a45;
  --lime: #b8d95f;
  --chilli: #d44c2f;
  --gold: #e0b642;
  --blue: #264d7e;
  --line: rgba(21, 35, 28, 0.14);
  --shadow: 0 24px 80px rgba(21, 35, 28, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body::selection {
  background: var(--lime);
  color: var(--ink);
}

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

img {
  display: block;
  width: 100%;
}

main,
section,
.hero-copy,
.hero-visual,
.intro-text,
.principles,
.section-heading,
.feature-grid,
.menu-columns,
.order-grid,
.meal-prep-copy,
.meal-prep-image,
.story-copy,
.story-image,
.visit-card,
.page-hero,
.full-menu,
.menu-category,
.story-detail,
.catering-detail,
.catering-grid,
.enquiry-band {
  min-width: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 22px;
  min-height: 74px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 246, 0.92);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.header-actions,
.hero-actions,
.proof-strip,
.footer-links,
.site-footer div {
  display: flex;
  align-items: center;
}

.brand {
  flex: 0 0 auto;
}

.brand-logo {
  width: clamp(104px, 10vw, 136px);
  height: auto;
  object-fit: contain;
}

.nav-links {
  flex: 1;
  gap: clamp(16px, 3vw, 34px);
  justify-content: center;
  min-width: 300px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.nav-links a:hover,
.nav-links a[aria-current="page"],
.site-footer a:hover {
  color: var(--leaf);
}

.header-action,
.button,
.order-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 7px;
  font-weight: 900;
  transition:
    transform 160ms ease,
    background 160ms ease,
    color 160ms ease,
    border-color 160ms ease;
}

.header-action {
  padding: 0 18px;
  background: var(--ink);
  color: white;
}

.header-actions {
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.delivery-action {
  border: 1px solid var(--line);
  background: white;
  color: var(--ink);
}

.button {
  min-width: 138px;
  padding: 0 22px;
  border: 1px solid transparent;
}

.hero-meal-prep-link {
  min-width: 260px;
}

.primary {
  background: var(--leaf);
  color: white;
}

.ghost {
  border-color: rgba(21, 35, 28, 0.22);
  background: rgba(255, 253, 246, 0.72);
}

.header-action:hover,
.button:hover,
.order-grid a:hover {
  transform: translateY(-1px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(380px, 1fr);
  gap: clamp(28px, 4vw, 64px);
  min-height: calc(100svh - 74px);
  padding: clamp(34px, 6vw, 78px) clamp(18px, 5vw, 72px) clamp(40px, 7vw, 90px);
  align-items: center;
  background:
    linear-gradient(120deg, rgba(184, 217, 95, 0.32), rgba(255, 253, 246, 0) 48%),
    var(--paper);
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--chilli);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  max-width: 8.8ch;
  font-size: clamp(3.25rem, 5.6vw, 5.9rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.7vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
  line-height: 1.2;
}

p {
  color: var(--muted);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 30px;
  font-size: clamp(1.05rem, 1.45vw, 1.24rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.hero-visual {
  position: relative;
  align-self: stretch;
  min-height: clamp(360px, 50vw, 560px);
}

.hero-visual img {
  height: 100%;
  min-height: clamp(360px, 50vw, 560px);
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: cover;
  object-position: center center;
}

.hero-note {
  position: absolute;
  right: clamp(12px, 3vw, 30px);
  bottom: clamp(12px, 3vw, 30px);
  width: min(320px, calc(100% - 24px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background: rgba(21, 35, 28, 0.78);
  color: white;
  backdrop-filter: blur(16px);
}

.hero-note strong,
.hero-note span {
  display: block;
}

.hero-note span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
}

.proof-strip {
  justify-content: space-between;
  gap: 20px;
  padding: 22px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  color: white;
}

.proof-strip div {
  display: grid;
  gap: 3px;
}

.proof-strip strong {
  font-size: 1rem;
}

.proof-strip span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
}

.section-pad {
  padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(30px, 5vw, 78px);
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.intro-text {
  max-width: 640px;
}

.intro h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.intro-text p:not(.eyebrow) {
  max-width: 600px;
  font-size: 1.06rem;
}

.principles,
.order-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 16px;
}

.order-grid article,
.menu-group {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.principles {
  align-content: start;
  gap: 0;
  grid-template-columns: 1fr;
}

.principles article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.principles article:last-child {
  border-bottom: 1px solid var(--line);
}

.principles span,
.order-grid span,
.tag {
  color: var(--leaf);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.principles h3 {
  margin-bottom: 6px;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
}

.principles p {
  max-width: 620px;
  margin-bottom: 0;
  font-size: 1.02rem;
}

.menu {
  background: var(--panel);
}

.section-heading {
  max-width: 950px;
  margin-bottom: 34px;
}

.section-heading h2 {
  max-width: 840px;
}

.section-heading.compact {
  max-width: 780px;
}

.section-heading p:not(.eyebrow) {
  max-width: 670px;
  font-size: 1.06rem;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: center;
  background:
    linear-gradient(120deg, rgba(184, 217, 95, 0.26), rgba(255, 253, 246, 0) 48%),
    var(--paper);
}

.page-hero h1 {
  max-width: 10ch;
  font-size: clamp(3.2rem, 6vw, 6.2rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 700px;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
}

.page-hero img {
  aspect-ratio: 5 / 4;
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: cover;
  object-position: center center;
}

.story-page-hero,
.catering-page-hero {
  background:
    linear-gradient(120deg, rgba(212, 76, 47, 0.11), rgba(255, 253, 246, 0) 48%),
    var(--paper);
}

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

.menu-key-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  color: white;
}

.menu-key-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  font-weight: 800;
}

.menu-key-strip strong {
  color: white;
}

.menu-photo-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 18px clamp(18px, 5vw, 72px);
  background: var(--paper);
}

.menu-photo-strip img {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  object-position: center center;
}

.full-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  background: var(--panel);
}

.menu-category {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 246, 0.82);
}

.menu-category-heading h2 {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.menu-category-heading p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 0;
}

.dish-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.dish {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid rgba(21, 35, 28, 0.1);
}

.dish-name {
  color: var(--ink);
  font-weight: 800;
}

.dish-meta {
  display: inline-flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  max-width: 190px;
  color: var(--chilli);
  text-align: right;
}

.marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 28px;
  padding: 0 8px;
  border: 1px solid rgba(31, 106, 69, 0.2);
  border-radius: 999px;
  background: rgba(31, 106, 69, 0.09);
  color: var(--leaf);
  font-size: 0.72rem;
  font-weight: 900;
}

.category-note {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(21, 35, 28, 0.1);
  font-size: 0.92rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.78fr);
  gap: 18px;
}

.feature-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.feature-card.large {
  grid-row: span 2;
}

.feature-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center center;
}

.feature-card.large img {
  aspect-ratio: 16 / 12;
}

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

.feature-card strong {
  color: var(--chilli);
}

.menu-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.menu-group {
  padding: 22px;
  background: rgba(255, 253, 246, 0.74);
}

.menu-group ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.menu-group li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(21, 35, 28, 0.1);
}

.menu-group li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.menu-group span {
  color: var(--muted);
}

.menu-group strong {
  white-space: nowrap;
}

.order-grid {
  grid-template-columns: minmax(320px, 1.25fr) repeat(2, minmax(240px, 0.88fr));
}

.order-grid article {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  overflow: hidden;
  padding: 0;
}

.order-grid article img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
}

.order-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 22px 4px;
}

.order-grid p {
  flex: 1;
}

.order-grid a {
  width: calc(100% - 44px);
  margin: 0 22px 22px;
  padding: 0 16px;
  border: 1px solid var(--line);
  background: white;
}

.order-card-large .order-card-copy {
  padding-bottom: 22px;
}

.split-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.order-grid .split-actions a {
  width: 100%;
  margin: 0;
}

.order-grid .split-actions a:first-child {
  border-color: transparent;
  background: var(--leaf);
  color: white;
}

.meal-prep {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(30px, 7vw, 86px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(212, 76, 47, 0.12), rgba(255, 253, 246, 0) 44%),
    var(--paper);
}

.meal-prep-copy {
  max-width: 760px;
}

.meal-prep-copy p:not(.eyebrow) {
  max-width: 650px;
  font-size: 1.08rem;
}

.meal-prep-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 28px;
}

.meal-prep-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 900;
}

.meal-prep-image img {
  aspect-ratio: 5 / 4;
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: cover;
  object-position: center center;
}

.feature-card img[src$="pate-toast.jpg"],
.menu-photo-strip img[src$="pate-toast.jpg"] {
  object-position: center 72%;
}

.feature-card img[src$="fried-rice.jpg"],
.menu-photo-strip img[src$="fried-rice.jpg"],
.order-grid article img[src$="meal-prep.jpg"],
.meal-prep-image img[src$="meal-prep.jpg"] {
  object-position: center 58%;
}

.story {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(30px, 7vw, 94px);
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f8f6ec;
}

.story-image img {
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.story-copy p {
  max-width: 680px;
  font-size: 1.06rem;
}

blockquote {
  max-width: 680px;
  margin-bottom: 0;
  padding: 24px;
  border-left: 5px solid var(--chilli);
  border-radius: 0 8px 8px 0;
  background: white;
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 700;
}

cite {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.88rem;
  font-style: normal;
}

.story-detail {
  display: grid;
  gap: 26px;
  background: var(--panel);
}

.story-detail .section-heading {
  margin-bottom: 0;
}

.story-text-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 52px);
  max-width: 1160px;
}

.story-text-grid p {
  margin-bottom: 0;
  font-size: 1.08rem;
}

.catering-detail {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  background: var(--panel);
}

.catering-detail .section-heading {
  margin-bottom: 0;
}

.catering-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.catering-grid article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  min-height: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 246, 0.82);
}

.catering-grid span {
  display: block;
  color: var(--leaf);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.catering-grid p {
  margin-bottom: 0;
}

.enquiry-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 26px clamp(18px, 5vw, 72px);
  background: var(--ink);
  color: white;
}

.enquiry-band div {
  display: grid;
  gap: 3px;
}

.enquiry-band strong {
  font-size: 1.3rem;
}

.enquiry-band span {
  color: rgba(255, 255, 255, 0.72);
}

.visit {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: center;
  background: var(--leaf);
  color: white;
}

.visit .eyebrow {
  color: var(--gold);
}

.visit p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
}

.visit-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.64fr);
  overflow: hidden;
  border-radius: 8px;
  background: white;
  color: var(--ink);
}

.visit-card img {
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.visit-card div {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 26px;
}

.visit-card span {
  color: var(--muted);
}

.visit-card a {
  color: var(--leaf);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.map-embed {
  grid-column: 1 / -1;
  width: 100%;
  min-height: clamp(280px, 36vw, 430px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--muted);
}

.site-footer strong {
  color: var(--ink);
}

.footer-identity {
  display: grid;
  gap: 2px;
}

.footer-identity span,
.footer-identity a {
  font-size: 0.82rem;
}

.footer-identity a {
  color: var(--leaf);
  overflow-wrap: anywhere;
}

.site-footer p {
  margin: 0;
}

.site-footer div {
  gap: 18px;
  font-weight: 800;
}

.legal-hero {
  display: grid;
  gap: 18px;
  background:
    linear-gradient(120deg, rgba(184, 217, 95, 0.28), rgba(255, 253, 246, 0) 50%),
    var(--paper);
}

.legal-hero h1 {
  max-width: 980px;
  font-size: clamp(3rem, 7vw, 6.6rem);
}

.legal-hero > p {
  max-width: 780px;
  font-size: 1.12rem;
}

.business-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 960px;
}

.business-details span,
.business-details a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
}

.legal-content {
  display: grid;
  gap: 18px;
  background: var(--panel);
}

.legal-section {
  max-width: 1040px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 246, 0.82);
}

.legal-section h2 {
  max-width: 860px;
  font-size: clamp(1.7rem, 4vw, 3rem);
}

.legal-section h3 {
  margin-top: 26px;
}

.legal-section p,
.legal-list {
  max-width: 840px;
}

.legal-section a {
  color: var(--leaf);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.policy-date {
  color: var(--leaf);
  font-weight: 900;
}

.legal-list {
  display: grid;
  gap: 10px;
  padding-left: 22px;
  color: var(--muted);
}

@media (max-width: 980px) {
  .hero,
  .intro,
  .story,
  .visit,
  .meal-prep,
  .page-hero,
  .feature-grid,
  .menu-columns,
  .full-menu,
  .story-text-grid,
  .catering-detail,
  .catering-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 420px;
  }

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

  .order-card-large {
    grid-column: 1 / -1;
  }

  .page-hero h1 {
    max-width: 12ch;
  }

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

@media (max-width: 1180px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-links {
    order: 3;
    justify-content: flex-start;
    width: 100%;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  h1 {
    max-width: 11ch;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 68px;
  }

  .nav-links {
    display: none;
  }

  .proof-strip,
  .site-footer,
  .visit-card,
  .enquiry-band {
    align-items: stretch;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .proof-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .principles,
  .order-grid {
    grid-template-columns: 1fr;
  }

  .order-grid article {
    min-height: 0;
  }

  .split-actions {
    grid-template-columns: 1fr;
  }

  .dish {
    display: grid;
    gap: 8px;
  }

  .dish-meta {
    justify-content: flex-start;
    max-width: 100%;
    text-align: left;
  }

  h2,
  .intro h2 {
    font-size: clamp(2rem, 10vw, 3.1rem);
  }
}

@media (max-width: 520px) {
  .hero {
    min-height: auto;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.85rem, 15vw, 4rem);
  }

  .hero-visual,
  .hero-visual img {
    min-height: 340px;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .menu-photo-strip {
    grid-template-columns: 1fr;
  }

  .button,
  .hero-actions,
  .header-actions,
  .header-action {
    width: 100%;
  }

  .site-header {
    flex-wrap: wrap;
  }

  .business-details span,
  .business-details a {
    width: 100%;
  }
}
