/*
Theme Name: Linnie Cafe
Description: Original Linnie Cafe design with an editable cafe dashboard.
Version: 1.0.2
Requires at least: 6.5
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: linnie-cafe
*/
*,:before,:after{box-sizing:border-box;border:0 solid}h1,h2,h3,h4,p,figure,blockquote,ul,ol{margin:0;padding:0}button,input,textarea{font:inherit}button{cursor:pointer}img,iframe{vertical-align:middle} :root{--font-geist-sans:Geist}
@font-face{font-family:Geist;src:url(geist.woff2) format("woff2");font-weight:100 900;font-display:swap}


:root {
  --blue: #0a43ae;
  --blue-dark: #062b75;
  --blue-light: #dce8ff;
  --cream: #fbf7ee;
  --cream-deep: #f0e7d5;
  --yellow: #ffc62f;
  --ink: #17202a;
  --muted: #68717b;
  --line: rgba(23, 32, 42, 0.16);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(28, 32, 38, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

body,
button,
a {
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--blue-dark);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.section-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.opening-ribbon {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 8px 20px;
  background: var(--yellow);
  color: var(--blue-dark);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(10, 67, 174, 0.94);
  color: var(--white);
  backdrop-filter: blur(16px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.48rem;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.brand img,
.footer-brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--cream);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.86rem;
  font-weight: 700;
}

.site-nav > a {
  position: relative;
  padding: 8px 0;
}

.site-nav > a:not(.nav-instagram)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav > a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-instagram {
  padding: 11px 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  transition: background 180ms ease, color 180ms ease;
}

.nav-instagram:hover {
  background: var(--white);
  color: var(--blue);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
}

.hero {
  min-height: auto;
  overflow: hidden;
  background: var(--blue);
  color: var(--white);
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 48px));
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  column-gap: clamp(52px, 7vw, 100px);
  align-items: end;
  margin-inline: auto;
  padding-block: clamp(64px, 7vw, 96px) clamp(54px, 6vw, 82px);
}

.hero .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 24px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--yellow);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow.blue {
  color: var(--blue);
}

.eyebrow.yellow {
  color: var(--yellow);
}

.hero h1,
.section-heading h2,
.story-copy h2,
.menu-intro h2,
.instagram-inner h2,
.visit-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.hero h1 {
  grid-column: 1;
  grid-row: 2 / span 2;
  max-width: 730px;
  font-size: clamp(4.8rem, 7.1vw, 6rem);
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero h1 .hero-line-two {
  font-size: 0.86em;
}

.hero-intro {
  grid-column: 2;
  grid-row: 2;
  max-width: 460px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  line-height: 1.65;
}

.hero-actions {
  grid-column: 2;
  grid-row: 3;
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-yellow {
  background: var(--yellow);
  color: var(--blue-dark);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.17);
}

.button-yellow:hover {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
}

.button-blue {
  background: var(--blue);
  color: var(--white);
}

.text-link {
  display: inline-flex;
  align-items: center;
  padding-block: 6px;
  border-bottom: 1px solid currentColor;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 800;
}

.text-link.light {
  color: var(--white);
}

.hero-visual {
  position: relative;
  min-height: clamp(540px, 58vw, 760px);
  overflow: hidden;
  isolation: isolate;
}

.hero-slider {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--blue-dark);
}

.hero-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 900ms ease, visibility 900ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.hero-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.01) brightness(0.97);
  transform: scale(1.035);
  transition: transform 8s ease-out;
}

.hero-slide.is-active img {
  transform: scale(1);
}

.hero-slide-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5, 24, 59, 0.02) 36%, rgba(5, 24, 59, 0.76) 100%),
    linear-gradient(90deg, rgba(5, 24, 59, 0.12), transparent 50%);
}

.hero-slide-copy {
  position: absolute;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 105px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  max-width: min(520px, calc(100% - 48px));
  color: var(--white);
  text-align: right;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 420ms ease 260ms, transform 620ms cubic-bezier(0.22, 1, 0.36, 1) 230ms;
}

.hero-slide.is-active .hero-slide-copy {
  opacity: 1;
  transform: translateY(0);
}

.hero-slide-copy small {
  color: var(--yellow);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-slide-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4.5vw, 4.7rem);
  letter-spacing: -0.04em;
  line-height: 0.94;
}

.hero-slider-controls {
  position: absolute;
  right: 0;
  bottom: 28px;
  left: 50%;
  z-index: 4;
  width: min(1180px, calc(100% - 48px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
}

.hero-slider-buttons,
.hero-dots {
  display: flex;
  align-items: center;
}

.hero-slider-buttons {
  gap: 8px;
}

.hero-dots {
  gap: 9px;
}

.hero-arrow,
.hero-rotation-toggle {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  background: rgba(5, 35, 88, 0.66);
  color: var(--white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.hero-arrow {
  font-size: 1.1rem;
}

.hero-rotation-toggle {
  font-size: 0.72rem;
}

.hero-arrow:hover,
.hero-rotation-toggle:hover {
  background: var(--blue-dark);
  border-color: var(--yellow);
  transform: translateY(-1px);
}

.hero-arrow:focus-visible,
.hero-rotation-toggle:focus-visible,
.hero-dot:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.hero-rotation-toggle span {
  min-width: 12px;
  font-size: 0.66rem;
  line-height: 1;
  text-align: center;
}

.hero-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  cursor: pointer;
  transition: width 260ms ease, background 180ms ease, border-color 180ms ease;
}

.hero-dot.is-active {
  width: 30px;
  border-color: var(--yellow);
  background: var(--yellow);
}

.hero-stamp {
  position: absolute;
  top: 28px;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: auto;
  z-index: 3;
  width: 108px;
  height: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--blue);
  border-radius: 50%;
  background: var(--yellow);
  color: var(--blue-dark);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.18);
  rotate: 6deg;
}

.hero-stamp span {
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.hero-stamp strong {
  margin: 3px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.68rem;
  line-height: 1;
}

.quick-facts {
  width: min(1100px, calc(100% - 48px));
  margin: -32px auto 0;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 22px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.quick-facts > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 28px 34px;
}

.quick-facts > div + div {
  border-left: 1px solid var(--line);
}

.quick-facts strong,
.quick-facts a {
  color: var(--blue-dark);
  font-size: 1.08rem;
  font-weight: 850;
}

.quick-facts > div > span:last-child {
  color: var(--muted);
  font-size: 0.85rem;
}

.fact-label {
  color: var(--blue);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.story {
  display: grid;
  grid-template-columns: minmax(350px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(56px, 9vw, 120px);
  align-items: center;
  padding-block: 150px 130px;
}

.story-image-wrap {
  position: relative;
  isolation: isolate;
  padding: 24px 0 0 24px;
}

.story-image-wrap::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -24px;
  z-index: -1;
  width: 62%;
  height: 44%;
  border-radius: 999px 999px 24px 24px;
  background: var(--yellow);
}

.story-image-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 190px 190px 20px 20px;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(29, 35, 47, 0.17);
}

.story-block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 72%;
  height: 72%;
  border-radius: 180px 180px 20px 20px;
  background: var(--blue);
}

.story-copy {
  min-width: 0;
  max-width: 610px;
}

.story-copy h2,
.section-heading h2,
.menu-intro h2,
.instagram-inner h2,
.visit-copy h2 {
  font-size: clamp(3rem, 5vw, 5.2rem);
}

.story-copy .lead {
  margin: 30px 0 16px;
  color: var(--blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 1.7vw, 1.62rem);
  line-height: 1.5;
}

.story-copy > p:not(.eyebrow):not(.lead) {
  max-width: 540px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.story-copy .text-link {
  margin-top: 22px;
}

.menu-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0 0;
  background: var(--blue);
  color: var(--white);
}

.menu-section::before {
  content: "";
  position: absolute;
  top: -320px;
  right: -220px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(255, 198, 47, 0.35);
  border-radius: 50%;
  box-shadow: inset 0 0 0 90px rgba(255, 198, 47, 0.05), inset 0 0 0 180px rgba(255, 198, 47, 0.05);
}

.menu-intro {
  position: relative;
  z-index: 1;
  max-width: 900px;
  text-align: center;
}

.menu-intro p:last-child {
  max-width: 680px;
  margin: 26px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.03rem;
  line-height: 1.7;
}

.menu-paper {
  position: relative;
  z-index: 2;
  margin-top: 78px;
  padding: clamp(40px, 7vw, 86px);
  border-radius: 30px 30px 0 0;
  background: var(--cream);
  color: var(--ink);
  box-shadow: 0 -18px 60px rgba(0, 0, 0, 0.12);
}

.menu-category {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 70px;
  padding-block: 64px;
  border-bottom: 1px solid var(--line);
}

.menu-category:first-child {
  padding-top: 0;
}

.menu-category-heading {
  position: sticky;
  top: 120px;
  align-self: start;
}

.menu-category-heading > span {
  display: block;
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.menu-category-heading h2 {
  margin: 0;
  color: var(--blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 3.3vw, 3.7rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.menu-category-heading p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.menu-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
}

.menu-item {
  min-width: 0;
  padding: 0 0 26px;
}

.menu-item-line {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.menu-item h3 {
  flex: 0 1 auto;
  margin: 0;
  color: var(--blue-dark);
  font-size: 0.92rem;
  font-weight: 850;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.menu-dots {
  flex: 1;
  min-width: 20px;
  border-bottom: 1px dotted rgba(23, 32, 42, 0.34);
}

.menu-item strong {
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 0.92rem;
}

.menu-item > p {
  margin: 7px 0 0;
  color: #4d5660;
  font-size: 0.82rem;
  line-height: 1.5;
}

.menu-item .menu-extra {
  color: var(--blue);
  font-size: 0.78rem;
  font-style: italic;
  font-weight: 650;
}

.compact-category {
  border-bottom: 0;
}

.extras-box {
  grid-column: 2;
  margin-top: 20px;
  padding: 24px;
  border: 1px solid rgba(10, 67, 174, 0.28);
  border-radius: 14px;
  background: rgba(10, 67, 174, 0.045);
}

.extras-box h3 {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.extras-box p {
  margin: 4px 0;
  color: #4d5660;
  font-size: 0.82rem;
  line-height: 1.55;
}

.menu-notes {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 30px;
  align-items: center;
  margin-top: 18px;
  padding: 30px;
  border-radius: 16px;
  background: var(--yellow);
  color: var(--blue-dark);
}

.menu-notes p {
  max-width: 650px;
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.5;
}

.menu-notes strong,
.menu-notes a {
  font-size: 0.8rem;
  font-weight: 900;
}

.menu-notes a {
  border-bottom: 1px solid currentColor;
}

.gallery {
  padding-block: 150px;
}

.gallery-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 60px;
}

.gallery-heading > p,
.bakery-heading > p {
  margin: 0 0 6px;
  color: var(--muted);
  line-height: 1.7;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
  gap: 18px;
}

.gallery-grid figure {
  position: relative;
  grid-column: span 4;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: var(--cream-deep);
}

.gallery-grid .gallery-large {
  grid-column: span 8;
  grid-row: span 2;
}

.gallery-grid .gallery-wide {
  grid-column: span 8;
}

.gallery-grid .gallery-tall {
  grid-row: span 2;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.gallery-grid figure:hover img {
  transform: scale(1.035);
}

.gallery-grid figcaption,
.bakery-grid figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(8, 38, 95, 0.86);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  backdrop-filter: blur(8px);
}

.bakery-section {
  padding-block: 125px;
  background: var(--cream-deep);
}

.bakery-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 52px;
}

.bakery-heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.bakery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 280px;
  grid-auto-flow: dense;
  gap: 16px;
}

.bakery-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: var(--cream);
  box-shadow: 0 12px 34px rgba(29, 35, 47, 0.1);
}

.bakery-grid .bakery-feature {
  grid-column: span 2;
}

.bakery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.bakery-grid figure:hover img {
  transform: scale(1.035);
}

.instagram-section {
  position: relative;
  overflow: hidden;
  padding-block: 105px;
  background: var(--blue);
  color: var(--white);
}

.instagram-section::before,
.instagram-section::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 198, 47, 0.38);
  border-radius: 50%;
}

.instagram-section::before {
  top: -180px;
  left: -100px;
  width: 440px;
  height: 440px;
}

.instagram-section::after {
  right: -120px;
  bottom: -250px;
  width: 560px;
  height: 560px;
}

.instagram-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(54px, 8vw, 100px);
  align-items: center;
}

.instagram-copy {
  max-width: 560px;
}

.instagram-copy > p:last-of-type {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}

.instagram-handle {
  width: min(100%, 360px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 36px;
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  font-size: 1.05rem;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease;
}

.instagram-handle strong {
  font-size: 1.45rem;
}

.instagram-handle:hover {
  background: var(--yellow);
  color: var(--blue-dark);
}

.instagram-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 235px;
  gap: 16px;
}

.instagram-mosaic img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 18px 50px rgba(1, 21, 60, 0.25);
}

.instagram-mosaic .instagram-feature {
  grid-column: span 2;
}

.visit {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
  padding-block: 150px;
}

.visit-copy h2 {
  max-width: 610px;
}

.visit-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 50px;
  margin: 46px 0 38px;
}

.visit-details h3 {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.visit-details p {
  margin: 0;
  color: #4d5660;
  font-size: 0.94rem;
  line-height: 1.65;
}

.visit-details a {
  border-bottom: 1px solid currentColor;
}

.map-wrap {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border-radius: 220px 220px 22px 22px;
  background: var(--cream-deep);
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.7) contrast(1.03);
}

.map-card {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  border-radius: 12px;
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.24);
  font-size: 0.9rem;
  font-weight: 800;
}

.map-card img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--cream);
}

.site-footer {
  background: var(--blue-dark);
  color: var(--white);
}

.footer-top {
  min-height: 170px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: center;
}

.footer-top > p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  font-size: 0.84rem;
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-block: 22px 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.72rem;
}

@media (max-width: 1050px) {
  .hero-copy {
    display: block;
  }

  .hero-intro { margin: 28px 0 0; max-width: 600px; }
  .hero-actions { margin-top: 28px; }

  .hero h1 {
    font-size: clamp(4.2rem, 7.4vw, 5.35rem);
  }

  .menu-category {
    grid-template-columns: 210px 1fr;
    gap: 42px;
  }

  .menu-list {
    grid-template-columns: 1fr;
  }

  .visit {
    gap: 50px;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 90px;
  }

  .section-shell {
    width: min(100% - 36px, 680px);
  }

  .opening-ribbon {
    gap: 9px;
    font-size: 0.61rem;
    letter-spacing: 0.08em;
  }

  .site-header {
    height: 68px;
    padding-inline: 18px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 12px 18px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    background: var(--blue);
    box-shadow: 0 18px 44px rgba(5, 30, 75, 0.2);
  }

  .site-nav.is-open {
    display: flex;
    flex-direction: column;
  }

  .site-nav > a {
    padding: 15px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .site-nav > a::after {
    display: none;
  }

  .site-nav .nav-instagram {
    margin-top: 12px;
    padding-inline: 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.45);
    text-align: center;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    width: min(100% - 36px, 680px);
    display: block;
    margin-inline: auto;
    padding: 70px 0 50px;
  }

  .hero .eyebrow {
    margin-bottom: 20px;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 12.5vw, 5.45rem);
  }

  .hero-intro {
    max-width: 600px;
    margin: 28px 0 0;
  }

  .hero-actions {
    margin-top: 28px;
  }

  .hero-visual {
    min-height: clamp(540px, 82vw, 650px);
  }

  .hero-slide-copy {
    right: 24px;
    bottom: 98px;
  }

  .hero-stamp {
    top: 24px;
    right: 24px;
  }

  .quick-facts {
    width: min(100% - 36px, 680px);
    grid-template-columns: 1fr;
    margin-top: -10px;
  }

  .quick-facts > div {
    padding: 20px 24px;
  }

  .quick-facts > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .story {
    grid-template-columns: minmax(0, 1fr);
    gap: 72px;
    padding-block: 120px 110px;
  }

  .story-image-wrap {
    width: min(76vw, 500px);
    margin-inline: auto;
  }

  .menu-section {
    padding-top: 90px;
  }

  .menu-paper {
    margin-top: 58px;
    padding: 48px 28px;
    border-radius: 24px 24px 0 0;
  }

  .menu-category {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-block: 48px;
  }

  .menu-category-heading {
    position: static;
  }

  .extras-box {
    grid-column: 1;
  }

  .menu-notes {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gallery {
    padding-block: 110px;
  }

  .gallery-heading,
  .bakery-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gallery-grid {
    grid-auto-rows: 220px;
  }

  .gallery-grid figure,
  .gallery-grid .gallery-wide {
    grid-column: span 6;
  }

  .gallery-grid .gallery-large {
    grid-column: span 12;
    grid-row: span 2;
  }

  .bakery-section {
    padding-block: 100px;
  }

  .bakery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 250px;
  }

  .bakery-grid .bakery-feature {
    grid-column: span 2;
  }

  .instagram-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .instagram-handle {
    width: min(100%, 420px);
    min-width: 0;
  }

  .instagram-mosaic {
    width: 100%;
    grid-auto-rows: 220px;
  }

  .visit {
    grid-template-columns: 1fr;
    padding-block: 110px;
  }

  .map-wrap {
    min-height: 540px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 22px;
    justify-items: start;
    padding-block: 46px;
  }

  .footer-top > p {
    text-align: left;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .opening-ribbon span:nth-child(2),
  .opening-ribbon span:nth-child(3) {
    display: none;
  }

  .brand {
    font-size: 1.28rem;
  }

  .hero-copy {
    padding: 60px 0 44px;
  }

  .hero h1 {
    font-size: clamp(2.4rem, 13.2vw, 4.1rem);
  }

  .hero h1 .hero-line-two {
    font-size: 0.82em;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .hero-visual {
    min-height: 540px;
  }

  .hero-slide-copy {
    right: 18px;
    bottom: 96px;
    max-width: calc(100% - 36px);
  }

  .hero-slide-copy strong {
    font-size: clamp(2.25rem, 11vw, 3rem);
  }

  .hero-slider-controls {
    bottom: 22px;
    width: calc(100% - 36px);
  }

  .hero-arrow,
  .hero-rotation-toggle {
    width: 40px;
    height: 40px;
  }

  .hero-dots {
    gap: 7px;
  }

  .hero-stamp {
    top: 18px;
    right: 18px;
    width: 88px;
    height: 88px;
  }

  .hero-stamp strong {
    font-size: 1.48rem;
  }

  .hero-stamp span {
    font-size: 0.5rem;
  }

  .story-copy h2,
  .section-heading h2,
  .menu-intro h2,
  .instagram-inner h2,
  .visit-copy h2 {
    font-size: clamp(2.35rem, 12vw, 4rem);
  }

  .story-image-wrap {
    width: calc(100% - 18px);
  }

  .menu-paper {
    width: calc(100% - 18px);
    padding: 42px 20px;
  }

  .menu-item-line {
    align-items: flex-start;
  }

  .menu-item h3 {
    max-width: 74%;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }

  .gallery-grid figure,
  .gallery-grid .gallery-large,
  .gallery-grid .gallery-wide,
  .gallery-grid .gallery-tall {
    grid-column: 1;
    grid-row: auto;
  }

  .bakery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
  }

  .bakery-grid .bakery-feature {
    grid-column: 1;
  }

  .instagram-section {
    padding-block: 85px;
  }

  .instagram-mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .instagram-mosaic .instagram-feature {
    grid-column: 1;
  }

  .visit-details {
    grid-template-columns: 1fr;
  }

  .map-wrap {
    min-height: 460px;
    border-radius: 150px 150px 18px 18px;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .hero-rotation-toggle {
    display: none;
  }
}

body.admin-bar .site-header{top:32px}@media(max-width:782px){body.admin-bar .site-header{top:46px}}

/* Keep carousel markers easy to tap without enlarging their visible dots. */
.hero-dot,
.hero-dot.is-active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 44px;
  border: 0;
  background: transparent;
}
.hero-dots { gap: 3px; }
.hero-dot::before {
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
}
.hero-dot.is-active::before {
  width: 18px;
  border-color: var(--yellow);
  background: var(--yellow);
}
@media(max-width:600px) { body.admin-bar .site-header { top: 0; } }

.site-nav { gap: 22px; }
.site-nav .nav-order {
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--blue-dark);
  text-align: center;
  white-space: nowrap;
}
.site-nav .nav-order::after { display: none; }
.nav-order:hover { background: var(--cream); }
.menu-intro > .order-link { margin-top: 26px; }
.visit-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
@media (max-width: 1050px) {
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute; top: calc(100% + 1px); left: 0; right: 0;
    display: none; gap: 0; padding: 12px 18px 22px;
    max-height: calc(100vh - 120px); overflow-y: auto;
    background: var(--blue); box-shadow: 0 18px 44px rgba(5,30,75,.2);
  }
  .site-nav.is-open { display: flex; flex-direction: column; align-items: stretch; }
  .site-nav > a { padding: 15px 4px; border-bottom: 1px solid rgba(255,255,255,.15); }
  .site-nav > a::after { display: none; }
  .site-nav .nav-instagram { margin-top: 12px; text-align: center; }
  .site-nav .nav-order { margin-top: 12px; padding: 14px 18px; }
}
