:root {
  --cream: #f8f3eb;
  --paper: #fffdf9;
  --ink: #1d2a21;
  --muted: #687067;
  --sage: #dfe7dc;
  --sage-dark: #415448;
  --lilac: #d9c2e7;
  --lilac-soft: #eee3f4;
  --lilac-dark: #735f7d;
  --gold: #cbb67f;
  --line: #ded8cf;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", Arial, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; }
img { width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; min-height: 82px; padding: 14px clamp(22px,5vw,72px); border-bottom: 1px solid rgba(29,42,33,.08); background: rgba(255,253,249,.92); backdrop-filter: blur(16px); }
.brand,.footer-brand { display: inline-flex; flex-direction: column; line-height: .84; }
.brand-main { font-family: "Cormorant Garamond",serif; font-size: 2.2rem; font-weight: 700; letter-spacing: .055em; }
.brand-sub { margin-top: 8px; font-size: .56rem; letter-spacing: .42em; }
.nav { display: flex; align-items: center; gap: 30px; font-size: .88rem; font-weight: 600; }
.nav a:not(.nav-cta):hover { opacity: .58; }
.nav-cta { padding: 11px 17px; border-radius: 999px; background: var(--ink); color: #fff; }
.menu-toggle { display: none; border: 0; background: transparent; font: inherit; font-weight: 600; }
.hero { min-height: 790px; display: grid; grid-template-columns: .88fr 1.12fr; background: var(--cream); overflow: hidden; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px,8vw,125px) clamp(30px,6vw,100px); position: relative; z-index: 2; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .2em; font-size: .72rem; font-weight: 700; color: var(--lilac-dark); }
h1,h2,h3 { font-family: "Cormorant Garamond",Georgia,serif; line-height: .98; margin: 0; }
h1 { max-width: 700px; font-size: clamp(3.9rem,6.5vw,7.2rem); letter-spacing: -.04em; }
h1 em { color: var(--lilac-dark); font-weight: 500; }
h2 { font-size: clamp(2.8rem,4.7vw,5.3rem); letter-spacing: -.035em; }
h3 { font-size: 2.15rem; }
.hero-text { max-width: 610px; margin: 28px 0; font-size: 1.05rem; color: #4f5950; }
.hero-actions,.visit-actions,.inline-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 0 21px; border-radius: 999px; font-size: .9rem; font-weight: 700; transition: transform .2s ease, opacity .2s ease; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--ink); color: #fff; }
.secondary { border: 1px solid var(--ink); }
.light { background: #fff; color: var(--ink); }
.trust-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; max-width: 640px; margin-top: 46px; padding-top: 24px; border-top: 1px solid #d7d0c8; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.trust-strip strong { display: block; color: var(--ink); font-size: .8rem; }
.hero-collage { position: relative; min-height: 700px; background: var(--lilac-soft); }
.hero-main { position: absolute; inset: 0 18% 0 0; margin: 0; overflow: hidden; }
.hero-main img { height: 100%; object-fit: cover; object-position: 53% 44%; }
.hero-float { position: absolute; right: 4%; bottom: 5%; width: 37%; aspect-ratio: .82; margin: 0; overflow: hidden; border: 12px solid var(--cream); border-radius: 160px 160px 24px 24px; box-shadow: 0 25px 60px rgba(39,31,41,.15); }
.hero-float img { height: 100%; object-fit: cover; object-position: 50% 38%; }
.hero-stamp { position: absolute; left: -66px; bottom: 80px; width: 135px; height: 135px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--gold); border: 8px solid var(--cream); font-family: "Cormorant Garamond",serif; font-size: 1.05rem; line-height: 1.1; transform: rotate(-7deg); }
.marquee { overflow: hidden; padding: 16px 0; background: var(--ink); color: #fff; white-space: nowrap; font-family: "Cormorant Garamond",serif; letter-spacing: .13em; font-size: 1.05rem; }
.marquee div { width: max-content; animation: marquee 28s linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }
.section { padding: clamp(85px,10vw,145px) clamp(22px,7vw,110px); }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: end; margin-bottom: 54px; }
.section-heading > p { max-width: 580px; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-auto-rows: 340px; gap: 18px; }
.product-card { position: relative; overflow: hidden; border-radius: 24px; background: var(--cream); }
.product-wide { grid-column: span 2; }
.product-tall { grid-row: span 2; }
.product-card img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover img { transform: scale(1.035); }
.product-card:nth-child(1) img { object-position: 50% 48%; }
.product-card:nth-child(2) img { object-position: 52% 39%; }
.product-card:nth-child(3) img { object-position: 50% 40%; }
.product-card:nth-child(4) img { object-position: 50% 55%; }
.product-card:nth-child(5) img { object-position: 50% 42%; }
.product-card:nth-child(6) img { object-position: 50% 48%; }
.product-card::after { content:""; position:absolute; inset: 30% 0 0; background: linear-gradient(transparent,rgba(14,21,16,.72)); }
.product-overlay { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 26px; color: #fff; }
.product-overlay span { display:inline-block; margin-bottom: 8px; padding: 4px 8px; border-radius:999px; background:rgba(255,255,255,.18); backdrop-filter: blur(5px); font-size:.65rem; text-transform:uppercase; letter-spacing:.12em; }
.product-overlay p { max-width: 390px; margin: 8px 0 0; color: #f0eee9; font-size: .88rem; }
.shed-feature { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px,7vw,105px); align-items: center; padding: clamp(85px,10vw,145px) clamp(22px,7vw,110px); background: var(--lilac-soft); }
.shed-photo { position: relative; max-width: 650px; }
.shed-photo > img { height: min(75vw,720px); max-height: 720px; object-fit: cover; object-position: 50% 50%; border-radius: 260px 260px 30px 30px; }
.shed-note { position:absolute; right:-32px; bottom:48px; width:128px; height:128px; display:grid; place-content:center; text-align:center; border-radius:50%; background:var(--sage); border:7px solid var(--lilac-soft); font-family:"Cormorant Garamond",serif; font-size:1rem; transform:rotate(6deg); }
.shed-copy > p:not(.eyebrow) { max-width: 610px; margin: 26px 0; color: #566058; }
.address-card { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 34px 0; padding: 26px; border: 1px solid rgba(29,42,33,.12); border-radius: 20px; background: rgba(255,255,255,.55); }
.address-card div + div { border-left: 1px solid rgba(29,42,33,.12); padding-left: 18px; }
.address-card span { display:block; margin-bottom:7px; font-size:.66rem; text-transform:uppercase; letter-spacing:.16em; color:var(--lilac-dark); font-weight:700; }
.address-card strong { font-size:.92rem; }
.text-link { font-weight: 700; border-bottom: 1px solid currentColor; }
.custom { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px,7vw,105px); align-items: center; background: var(--sage-dark); color: #fff; }
.custom .eyebrow { color: #d7c6e2; }
.custom-copy p:not(.eyebrow) { max-width: 560px; margin: 25px 0 30px; color: #dce2dc; }
.custom-gallery { position: relative; min-height: 650px; }
.custom-gallery figure { margin:0; overflow:hidden; }
.custom-big { position:absolute; inset:0 24% 8% 0; border-radius:28px; }
.custom-small { position:absolute; width:44%; aspect-ratio:.82; right:0; bottom:0; border-radius:22px; border:10px solid var(--sage-dark); }
.custom-gallery img { height:100%; object-fit:cover; }
.custom-big img { object-position:50% 42%; }
.custom-small img { object-position:50% 52%; }
.menu-section { display:grid; grid-template-columns:.9fr 1.1fr; gap:clamp(50px,7vw,105px); align-items:center; }
.menu-copy > p:not(.eyebrow) { max-width:620px; color:var(--muted); }
.flavour-list { display:flex; flex-wrap:wrap; gap:8px; margin:28px 0 34px; }
.flavour-list span { padding:7px 11px; border-radius:999px; background:var(--cream); border:1px solid var(--line); font-size:.78rem; }
.menu-poster { display:block; padding:16px; border-radius:28px; background:var(--cream); box-shadow:0 22px 60px rgba(40,32,34,.08); transform:rotate(1deg); transition:transform .25s ease; }
.menu-poster:hover { transform:rotate(0deg) translateY(-3px); }
.menu-poster img { border-radius:16px; }
.visit { display:grid; grid-template-columns:.72fr 1.28fr; gap:clamp(50px,7vw,105px); align-items:center; background:var(--cream); }
.visit-image img { height:560px; object-fit:cover; object-position:50% 50%; border-radius:24px; }
.visit-copy p:not(.eyebrow) { max-width:620px; color:var(--muted); margin:24px 0 30px; }
footer { padding:52px clamp(22px,7vw,110px); display:flex; align-items:end; justify-content:space-between; gap:30px; border-top:1px solid var(--line); color:var(--muted); font-size:.8rem; }
footer p { margin:0; text-align:right; }
.footer-brand { color:var(--ink); }
@media (max-width: 980px) {
  .menu-toggle { display:block; }
  .nav { display:none; position:absolute; top:74px; left:16px; right:16px; padding:22px; flex-direction:column; align-items:stretch; background:var(--paper); border:1px solid var(--line); border-radius:18px; box-shadow:0 20px 50px rgba(0,0,0,.08); }
  .nav.open { display:flex; }
  .hero,.shed-feature,.custom,.menu-section,.visit { grid-template-columns:1fr; }
  .hero-copy { order:1; }
  .hero-collage { order:2; min-height:620px; }
  .hero-stamp { left:28px; }
  .section-heading { grid-template-columns:1fr; gap:20px; }
  .product-grid { grid-template-columns:1fr 1fr; }
  .product-wide { grid-column:span 2; }
  .product-tall { grid-row:auto; }
  .custom-gallery { min-height:600px; }
  .visit-image img { height:620px; }
}
@media (max-width: 620px) {
  .site-header { min-height:72px; }
  .brand-main { font-size:1.9rem; }
  h1 { font-size:clamp(3.35rem,15vw,4.7rem); }
  h2 { font-size:clamp(2.7rem,12vw,3.8rem); }
  .hero { min-height:0; }
  .hero-collage { min-height:490px; }
  .hero-main { inset:0 12% 0 0; }
  .hero-float { width:42%; right:3%; bottom:4%; border-width:7px; }
  .hero-stamp { width:105px; height:105px; left:14px; bottom:28px; border-width:5px; font-size:.88rem; }
  .hero-copy { padding:58px 22px 68px; }
  .trust-strip { grid-template-columns:1fr; gap:10px; margin-top:34px; }
  .section,.shed-feature { padding:74px 22px; }
  .product-grid { grid-template-columns:1fr; grid-auto-rows:360px; }
  .product-wide { grid-column:auto; }
  .product-tall { min-height:430px; }
  .shed-photo > img { height:620px; border-radius:180px 180px 24px 24px; }
  .shed-note { right:-5px; width:106px; height:106px; border-width:5px; }
  .address-card { grid-template-columns:1fr; }
  .address-card div + div { border-left:0; border-top:1px solid rgba(29,42,33,.12); padding:16px 0 0; }
  .custom-gallery { min-height:520px; }
  .custom-big { inset:0 13% 9% 0; }
  .custom-small { width:48%; border-width:7px; }
  .visit-image img { height:520px; }
  footer { flex-direction:column; align-items:flex-start; }
  footer p { text-align:left; }
}
.social-links { display:flex; flex-wrap:wrap; gap:10px 18px; margin-top:24px; }
.social-links a, .footer-socials a { color:var(--ink); text-decoration:none; font-size:.78rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase; border-bottom:1px solid rgba(29,42,33,.25); padding-bottom:3px; }
.social-links a:hover, .footer-socials a:hover { border-color:var(--ink); }
.footer-socials { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:8px 16px; margin-bottom:12px; }
@media (max-width:620px) { .footer-socials { justify-content:flex-start; } }

/* Dedicated social discovery section */
.social-hub { background: var(--cream); text-align:center; padding-top:76px; padding-bottom:82px; }
.social-hub .section-heading { max-width:720px; margin:0 auto 34px; }
.social-hub .section-heading p:not(.eyebrow) { max-width:600px; margin:14px auto 0; }
.social-grid { max-width:980px; margin:0 auto; display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.social-card { min-height:180px; padding:28px 22px; border:1px solid rgba(29,42,33,.16); border-radius:20px; background:rgba(255,255,255,.42); color:var(--ink); text-decoration:none; display:flex; flex-direction:column; align-items:flex-start; text-align:left; transition:transform .2s ease, box-shadow .2s ease, background .2s ease; }
.social-card:hover { transform:translateY(-4px); box-shadow:0 14px 34px rgba(29,42,33,.08); background:#fff; }
.social-card .social-icon { font-family:Georgia,serif; font-size:1.5rem; margin-bottom:28px; }
.social-card strong { font-family:Georgia,serif; font-size:1.35rem; font-weight:500; }
.social-card span:last-child { margin-top:8px; font-size:.84rem; line-height:1.45; opacity:.72; }
.social-hub .linktree-row { margin-top:28px; }
@media (max-width:820px) { .social-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:520px) { .social-hub { padding-top:58px; padding-bottom:62px; } .social-grid { grid-template-columns:1fr; } .social-card { min-height:145px; } }


/* Latest bakes image gallery */
.latest-bakes { background: var(--paper); }
.latest-bakes-heading { margin-bottom: 38px; }
.latest-bakes-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr .92fr;
  grid-template-rows: 310px 310px;
  gap: 18px;
}
.latest-bake {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: var(--cream);
}
.latest-bake img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.latest-bake:hover img { transform: scale(1.025); }
.latest-bake-a { grid-row: 1 / span 2; }
.latest-bake-b { grid-column: 2; grid-row: 1; }
.latest-bake-c { grid-column: 3; grid-row: 1; }
.latest-bake-d { grid-column: 2; grid-row: 2; }
.latest-bake-e { grid-column: 3; grid-row: 2; }
.latest-bake-a img { object-position: 50% 47%; }
.latest-bake-b img { object-position: 50% 54%; }
.latest-bake-c img { object-position: 50% 55%; }
.latest-bake-d img { object-position: 50% 57%; }
.latest-bake-e img { object-position: 50% 50%; }
.latest-bakes-cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 900px) {
  .latest-bakes-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 500px 320px 320px;
  }
  .latest-bake-a { grid-column: 1 / span 2; grid-row: 1; }
  .latest-bake-b { grid-column: 1; grid-row: 2; }
  .latest-bake-c { grid-column: 2; grid-row: 2; }
  .latest-bake-d { grid-column: 1; grid-row: 3; }
  .latest-bake-e { grid-column: 2; grid-row: 3; }
}
@media (max-width: 620px) {
  .latest-bakes-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 430px 300px 300px;
    gap: 10px;
  }
  .latest-bake { border-radius: 18px; }
  .latest-bake-a { grid-column: 1 / span 2; grid-row: 1; }
  .latest-bake-b { grid-column: 1; grid-row: 2; }
  .latest-bake-c { grid-column: 2; grid-row: 2; }
  .latest-bake-d { grid-column: 1; grid-row: 3; }
  .latest-bake-e { grid-column: 2; grid-row: 3; }
  .latest-bake-b img { object-position: 50% 50%; }
  .latest-bake-c img { object-position: 50% 52%; }
  .latest-bake-d img { object-position: 50% 52%; }
}

/* Centre the social hub heading above the social cards */
.social-hub .section-heading {
  display: block;
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}
.social-hub .section-heading .eyebrow {
  margin-bottom: 14px;
}
.social-hub .section-heading h2 {
  margin: 0 auto;
}
.social-hub .section-heading p:not(.eyebrow) {
  max-width: 600px;
  margin: 22px auto 0;
}

/* Multi-page additions */
.nav a.active:not(.nav-cta) { color: var(--lilac-dark); }
.page-hero { min-height: 500px; display:grid; grid-template-columns:1fr 1fr; background:var(--cream); overflow:hidden; }
.page-hero-copy { padding:clamp(70px,8vw,125px) clamp(22px,7vw,110px); display:flex; flex-direction:column; justify-content:center; }
.page-hero-copy p:not(.eyebrow) { max-width:620px; margin:26px 0 0; color:var(--muted); font-size:1.02rem; }
.page-hero-media { min-height:500px; overflow:hidden; background:var(--lilac-soft); }
.page-hero-media img { width:100%; height:100%; object-fit:cover; }
.page-hero-media.cookies img { object-position:50% 46%; }
.page-hero-media.shed img { object-position:50% 48%; }
.page-hero-media.custom-order img { object-position:50% 48%; }
.page-hero-media.menu-page img { object-position:50% 50%; }
.page-hero-media.enquiries img { object-position:50% 50%; }
.page-lead { max-width:780px; }
.page-cta { margin-top:32px; display:flex; gap:12px; flex-wrap:wrap; }

.home-feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.home-feature-card { background:var(--cream); border-radius:24px; overflow:hidden; }
.home-feature-card img { height:330px; object-fit:cover; }
.home-feature-card div { padding:24px; }
.home-feature-card h3 { font-size:2rem; }
.home-feature-card p { color:var(--muted); margin:10px 0 18px; }

.info-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.info-card { padding:30px; border:1px solid var(--line); border-radius:22px; background:rgba(255,255,255,.5); }
.info-card .eyebrow { margin-bottom:8px; }
.info-card h3 { font-size:1.85rem; margin-bottom:10px; }
.info-card p { color:var(--muted); margin:0; }

.bake-category-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.bake-category { position:relative; min-height:470px; border-radius:24px; overflow:hidden; background:var(--cream); }
.bake-category img { width:100%; height:100%; object-fit:cover; }
.bake-category::after { content:""; position:absolute; inset:35% 0 0; background:linear-gradient(transparent, rgba(14,21,16,.78)); }
.bake-category-copy { position:absolute; z-index:2; left:0; right:0; bottom:0; padding:28px; color:#fff; }
.bake-category-copy h3 { font-size:2.3rem; }
.bake-category-copy p { margin:8px 0 0; color:#f4f1eb; }
.bake-category.cookies img { object-position:50% 48%; }
.bake-category.brownies img { object-position:50% 40%; }
.bake-category.blondies img { object-position:50% 48%; }
.bake-category.pies img { object-position:50% 43%; }
.bake-category.cupcakes img { object-position:50% 52%; }
.bake-category.celebration img { object-position:50% 43%; }

.menu-layout { display:grid; grid-template-columns:.9fr 1.1fr; gap:clamp(45px,7vw,90px); align-items:start; }
.menu-details { position:sticky; top:120px; }
.menu-details h2 { margin-bottom:20px; }
.menu-details > p { color:var(--muted); }
.menu-meta { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin:28px 0; }
.menu-meta div { padding:18px; border-radius:16px; background:var(--cream); border:1px solid var(--line); }
.menu-meta span { display:block; font-size:.68rem; text-transform:uppercase; letter-spacing:.15em; color:var(--lilac-dark); font-weight:700; }
.menu-meta strong { display:block; margin-top:6px; }
.menu-list-columns { display:grid; grid-template-columns:1fr 1fr; gap:28px; margin-top:30px; }
.menu-list h3 { font-size:1.7rem; margin-bottom:10px; }
.menu-list ul { margin:0; padding-left:18px; color:var(--muted); }
.menu-list li { margin:6px 0; }
.menu-image-frame { padding:16px; border-radius:28px; background:var(--cream); box-shadow:0 20px 55px rgba(40,32,34,.08); }
.menu-image-frame img { border-radius:16px; }

.shed-gallery { display:grid; grid-template-columns:1.15fr .85fr; grid-template-rows:390px 390px; gap:18px; }
.shed-gallery figure { margin:0; overflow:hidden; border-radius:24px; }
.shed-gallery figure:first-child { grid-row:1 / span 2; }
.shed-gallery img { width:100%; height:100%; object-fit:cover; }
.shed-gallery .main img { object-position:50% 50%; }
.shed-gallery .closed img { object-position:50% 50%; }
.shed-gallery .hygiene img { object-position:50% 50%; }

.custom-showcase { display:grid; grid-template-columns:1fr 1fr 1fr; gap:18px; }
.custom-showcase figure { margin:0; height:480px; overflow:hidden; border-radius:24px; }
.custom-showcase img { width:100%; height:100%; object-fit:cover; }
.custom-showcase figure:nth-child(1) img { object-position:50% 44%; }
.custom-showcase figure:nth-child(2) img { object-position:50% 50%; }
.custom-showcase figure:nth-child(3) img { object-position:50% 47%; }
.custom-options { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:32px; }
.custom-option { padding:24px; border-radius:18px; background:var(--cream); border:1px solid var(--line); }
.custom-option strong { display:block; margin-bottom:6px; }
.custom-option span { color:var(--muted); font-size:.88rem; }

.enquiry-layout { display:grid; grid-template-columns:.75fr 1.25fr; gap:clamp(50px,7vw,100px); align-items:start; }
.enquiry-aside { position:sticky; top:120px; }
.enquiry-aside > p:not(.eyebrow) { color:var(--muted); }
.enquiry-aside .address-card { grid-template-columns:1fr; }
.enquiry-aside .address-card div + div { border-left:0; border-top:1px solid rgba(29,42,33,.12); padding:16px 0 0; }
.enquiry-form { padding:clamp(26px,4vw,48px); border-radius:28px; background:var(--cream); border:1px solid var(--line); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.form-field { display:flex; flex-direction:column; gap:7px; }
.form-field.full { grid-column:1 / -1; }
.form-field label { font-size:.82rem; font-weight:700; }
.form-field input,.form-field select,.form-field textarea { width:100%; border:1px solid #cfc8be; background:#fffdf9; color:var(--ink); border-radius:12px; padding:13px 14px; font:inherit; }
.form-field textarea { min-height:150px; resize:vertical; }
.form-help { margin:18px 0 24px; color:var(--muted); font-size:.82rem; }
.form-status { display:none; margin-top:16px; padding:14px 16px; border-radius:12px; background:var(--sage); }

.simple-cta { text-align:center; background:var(--lilac-soft); }
.simple-cta h2 { max-width:800px; margin:0 auto 22px; }
.simple-cta p { max-width:650px; margin:0 auto 28px; color:var(--muted); }
.footer-links { display:flex; flex-wrap:wrap; gap:12px 20px; margin-bottom:10px; justify-content:flex-end; }
.footer-links a { font-weight:600; color:var(--ink); }

@media (max-width:980px) {
  .page-hero,.menu-layout,.enquiry-layout { grid-template-columns:1fr; }
  .page-hero-copy { order:1; }
  .page-hero-media { order:2; min-height:500px; }
  .menu-details,.enquiry-aside { position:static; }
  .home-feature-grid,.bake-category-grid { grid-template-columns:1fr 1fr; }
  .info-grid { grid-template-columns:1fr; }
  .shed-gallery { grid-template-columns:1fr 1fr; grid-template-rows:520px 300px; }
  .shed-gallery figure:first-child { grid-column:1 / -1; grid-row:1; }
  .custom-showcase { grid-template-columns:1fr 1fr; }
  .custom-showcase figure:first-child { grid-column:1 / -1; }
  .custom-options { grid-template-columns:1fr 1fr; }
}
@media (max-width:620px) {
  .page-hero { min-height:0; }
  .page-hero-copy { padding:58px 22px 64px; }
  .page-hero-media { min-height:420px; }
  .home-feature-grid,.bake-category-grid,.custom-showcase { grid-template-columns:1fr; }
  .home-feature-card img { height:360px; }
  .bake-category { min-height:420px; }
  .menu-list-columns,.menu-meta,.form-grid,.custom-options { grid-template-columns:1fr; }
  .form-field.full { grid-column:auto; }
  .shed-gallery { grid-template-columns:1fr; grid-template-rows:520px 430px 430px; }
  .shed-gallery figure:first-child { grid-column:auto; grid-row:auto; }
  .custom-showcase figure,.custom-showcase figure:first-child { grid-column:auto; height:430px; }
  .footer-links { justify-content:flex-start; }
}

/* Menu page - text-only hero to avoid duplicating the current menu image */
.page-hero.menu-hero {
  grid-template-columns: 1fr;
  min-height: 380px;
}
.page-hero.menu-hero .page-hero-copy {
  width: min(100%, 980px);
  margin: 0 auto;
  text-align: center;
  align-items: center;
  padding: clamp(70px, 8vw, 110px) 22px;
}
.page-hero.menu-hero .page-hero-copy p:not(.eyebrow) {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 700px) {
  .page-hero.menu-hero { min-height: 0; }
  .page-hero.menu-hero .page-hero-copy { padding: 56px 22px 62px; }
}
