:root {
  color-scheme: light;
  --ink: #113847;
  --ink-deep: #092a36;
  --paper: #f8fbf9;
  --sky: #e9f3f1;
  --sun: #f4c84a;
  --sun-dark: #d09d10;
  --white: #fffef9;
  --line: rgba(17, 56, 71, 0.22);
  --shadow: 0 24px 70px rgba(9, 42, 54, 0.16);
  --radius: 28px;
  --container: 1320px;
  --display: "Avenir Next", "Segoe UI", Helvetica, sans-serif;
  --body: "Trebuchet MS", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--sun-dark); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--white); border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  width: min(calc(100% - 48px), var(--container));
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid rgba(255, 254, 249, 0.48);
  color: var(--white);
}
.brand { display: inline-grid; text-decoration: none; line-height: 0.95; font-family: var(--display); font-weight: 800; letter-spacing: -0.04em; }
.brand-top { font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 4px; }
.brand-bottom { font-size: 1.12rem; }
.primary-navigation { display: flex; justify-content: flex-end; align-items: center; gap: clamp(18px, 2.4vw, 36px); }
.primary-navigation a { text-decoration: none; font-weight: 700; white-space: nowrap; }
.primary-navigation a:not(.nav-cta) { text-shadow: 0 1px 1px rgba(9, 42, 54, 0.32); }
.nav-cta { padding: 11px 19px; background: var(--sun); color: var(--ink-deep); border-radius: 999px; }
.menu-button { display: none; }

.hero {
  min-height: 100dvh;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.98fr);
  background: var(--ink);
  color: var(--white);
}
.hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 118px max(40px, calc((100vw - var(--container)) / 2)) 72px;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(3.6rem, 6.5vw, 7rem); line-height: 0.92; letter-spacing: -0.045em; }
.hero-copy > p { max-width: 540px; margin-bottom: 32px; font-size: clamp(1.05rem, 1.4vw, 1.28rem); color: #eff7f5; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border: 2px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; white-space: nowrap; transition: transform 180ms ease, background-color 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(1px); }
.button-primary { background: var(--sun); color: var(--ink-deep); border-color: var(--sun); }
.button-primary:hover { background: #ffd968; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; font-weight: 800; text-underline-offset: 5px; }
.hero-visual { min-width: 0; min-height: 100dvh; margin: 0; overflow: hidden; background: var(--sky); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; }

.morning-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: var(--sun);
  color: var(--ink-deep);
}
.morning-band p { margin: 0; padding: 22px 28px; text-align: center; font-family: var(--display); font-weight: 800; border-right: 1px solid rgba(9, 42, 54, 0.22); }
.morning-band p:last-child { border-right: 0; }

.breakfast-story { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; padding: clamp(88px, 10vw, 150px) 0; }
.story-heading { max-width: 780px; margin: 0 0 66px 8%; }
h2 { margin-bottom: 22px; font-size: clamp(2.7rem, 5.1vw, 5.4rem); line-height: 0.98; letter-spacing: -0.035em; }
.story-heading p { max-width: 610px; margin-bottom: 0; font-size: 1.16rem; color: #3c5d68; }
.food-collage { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr); align-items: end; gap: clamp(24px, 5vw, 72px); }
.food-collage figure { margin: 0; }
.food-collage img { width: 100%; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.pancake-photo img { aspect-ratio: 3 / 2; }
.omelet-photo { transform: translateY(72px); }
.omelet-photo img { aspect-ratio: 1 / 1.05; }
figcaption { padding-top: 13px; font-size: 0.92rem; font-weight: 700; color: #45636d; }

.order-panel {
  width: min(calc(100% - 48px), var(--container));
  margin: 72px auto clamp(96px, 11vw, 160px);
  padding: clamp(40px, 6vw, 78px);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 42px;
  background: var(--ink);
  color: var(--white);
  border-radius: var(--radius);
}
.order-copy h2 { max-width: 760px; margin-bottom: 18px; }
.order-copy p { max-width: 520px; margin-bottom: 0; color: #eff7f5; font-size: 1.08rem; }
.button-light { background: var(--white); color: var(--ink-deep); }
.button-light:hover { background: var(--sun); }

.visit { display: grid; grid-template-columns: minmax(340px, 0.7fr) minmax(0, 1.3fr); background: var(--sky); }
.visit-details { padding: clamp(72px, 9vw, 128px) max(36px, calc((100vw - var(--container)) / 2)); }
.visit-details h2 { max-width: 540px; }
address { margin: 34px 0 28px; font-style: normal; font-size: 1.08rem; }
address strong { font-family: var(--display); font-size: 1.28rem; }
.contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.hours { margin-top: 52px; padding-top: 24px; border-top: 1px solid var(--line); }
.hours h3 { margin-bottom: 8px; font-size: 1rem; text-transform: uppercase; letter-spacing: 0.14em; }
.hours p { margin-bottom: 0; }
.map-shell { min-height: 640px; }
.map-shell iframe { width: 100%; height: 100%; min-height: 640px; display: block; border: 0; }

.site-footer {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
  padding: 48px 0 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: start;
}
.footer-brand { margin-bottom: 4px; font-family: var(--display); font-size: 1.22rem; font-weight: 800; }
.site-footer p { margin-bottom: 0; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; justify-content: flex-end; }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; font-weight: 700; text-underline-offset: 5px; }
.demo-note { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid var(--line); font-size: 0.78rem; color: #53717a; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms cubic-bezier(.16, 1, .3, 1), transform 700ms cubic-bezier(.16, 1, .3, 1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero { grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr); }
  h1 { font-size: clamp(3.4rem, 7.5vw, 5.8rem); }
  .visit { grid-template-columns: 1fr; }
  .visit-details { padding-left: max(28px, calc((100vw - 760px) / 2)); padding-right: max(28px, calc((100vw - 760px) / 2)); }
  .map-shell, .map-shell iframe { min-height: 500px; }
}

@media (max-width: 900px) {
  .site-header { width: calc(100% - 32px); min-height: 68px; grid-template-columns: 1fr auto; }
  .menu-button { width: 48px; height: 48px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; background: rgba(9,42,54,.32); color: var(--white); }
  .menu-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .menu-lines { display: grid; gap: 6px; }
  .menu-lines span { width: 19px; height: 2px; background: currentColor; transition: transform 180ms ease; }
  .menu-button[aria-expanded="true"] .menu-lines span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] .menu-lines span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .primary-navigation { position: absolute; top: 68px; left: 0; right: 0; display: none; padding: 18px; background: var(--ink-deep); border-radius: 0 0 18px 18px; box-shadow: 0 22px 42px rgba(9,42,54,.25); }
  .primary-navigation.is-open { display: grid; }
  .primary-navigation a { min-height: 48px; display: flex; align-items: center; }
  .primary-navigation .nav-cta { justify-content: center; margin-top: 4px; }
  .hero { min-height: 100dvh; grid-template-columns: 1fr; grid-template-rows: auto minmax(360px, 48dvh); }
  .hero-copy { min-height: 52dvh; padding: 104px 24px 44px; }
  h1 { max-width: 520px; margin-bottom: 18px; font-size: clamp(3.2rem, 15vw, 5.1rem); }
  .hero-copy > p { margin-bottom: 24px; font-size: 1rem; }
  .hero-actions { width: 100%; gap: 18px; }
  .hero-visual { min-height: 0; }
  .morning-band { grid-template-columns: 1fr; }
  .morning-band p { padding: 14px 20px; border-right: 0; border-bottom: 1px solid rgba(9,42,54,.18); }
  .morning-band p:last-child { border-bottom: 0; }
  .breakfast-story { width: calc(100% - 32px); padding: 76px 0 92px; }
  .story-heading { margin: 0 0 40px; }
  h2 { font-size: clamp(2.7rem, 13vw, 4.4rem); }
  .food-collage { grid-template-columns: 1fr; gap: 28px; }
  .omelet-photo { width: 82%; justify-self: end; transform: none; }
  .order-panel { width: calc(100% - 32px); margin: 0 auto 88px; padding: 36px 24px; grid-template-columns: 1fr; align-items: start; gap: 26px; }
  .visit { grid-template-columns: 1fr; }
  .visit-details { padding: 72px 24px 54px; }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  .map-shell, .map-shell iframe { min-height: 440px; }
  .site-footer { width: calc(100% - 32px); grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .demo-note { grid-column: 1; }
}

@media (max-width: 420px) {
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .text-link { padding-inline: 2px; }
  .omelet-photo { width: 90%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .js .reveal { opacity: 1; transform: none; }
}
