
:root {
  --red:#b72a1d;
  --red-dark:#962217;
  --blue:#143a78;
  --blue-dark:#0d274e;
  --cream:#f2e7d3;
  --cream-2:#f8f1e7;
  --gold:#efb33d;
  --ink:#1a2435;
  --muted:#5d5a57;
  --line:rgba(26,36,53,.12);
  --shell:1180px;
}

* { box-sizing:border-box; }
html { scroll-behavior:smooth; }

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

a { color:inherit; }
img { max-width:100%; display:block; }

.skip-link {
  position:absolute;
  left:-999px;
  top:0;
  z-index:1000;
  background:#fff;
  color:#000;
  padding:.8rem 1rem;
}
.skip-link:focus { left:1rem; top:1rem; }

.site-header {
  background:rgba(255,255,255,.98);
  border-bottom:1px solid rgba(20,58,120,.12);
  position:sticky;
  top:0;
  z-index:100;
}

.header-inner {
  width:min(calc(100% - 2rem), var(--shell));
  margin:0 auto;
  min-height:92px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:2rem;
}

.logo-lockup {
  display:inline-flex;
  align-items:center;
  gap:.95rem;
  text-decoration:none;
}

.logo-image {
  width:auto;
  height:84px;
  border-radius:12px;
}

.logo-text {
  display:flex;
  flex-direction:column;
  line-height:1.05;
}

.logo-title {
  font-weight:900;
  letter-spacing:-.02em;
  color:var(--blue);
}

.logo-place {
  color:#666;
  font-size:.9rem;
}

.nav {
  display:flex;
  align-items:center;
  gap:.5rem;
  flex-wrap:wrap;
}

.nav a {
  color:var(--blue);
  text-decoration:none;
  font-weight:800;
  font-size:.9rem;
  padding:.7rem .78rem;
  border-radius:999px;
}

.nav a:hover,
.nav a.active {
  color:#fff;
  background:var(--red);
}

.nav .cta-nav {
  background:var(--blue);
  color:#fff;
}

.top-banner {
  background:var(--blue-dark);
  color:#fff;
  font-weight:700;
  font-size:.95rem;
}

.top-banner-inner {
  width:min(calc(100% - 2rem), var(--shell));
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  gap:1rem;
  padding:.55rem 0;
}

.hero {
  background:
    linear-gradient(90deg, rgba(242,231,211,.98) 0%, rgba(242,231,211,.95) 42%, rgba(242,231,211,.2) 72%),
    url("assets/hero-breakfast.jpg") center right / cover no-repeat;
  border-bottom:1px solid var(--line);
}

.hero-inner {
  width:min(calc(100% - 2rem), var(--shell));
  margin:0 auto;
  min-height:560px;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:2rem;
  align-items:center;
  padding:3.4rem 0 2.6rem;
}

.badge {
  display:inline-grid;
  place-items:center;
  width:160px;
  height:160px;
  border-radius:999px;
  background:var(--red);
  color:#fff;
  text-align:center;
  font-family:Georgia, "Times New Roman", serif;
  font-style:italic;
  font-size:1.05rem;
  line-height:1.15;
  border:4px double rgba(255,255,255,.78);
  box-shadow:0 14px 32px rgba(0,0,0,.12);
}

.brand-lockup {
  margin-top:1rem;
}

.brand-small {
  display:block;
  color:var(--blue);
  font-family:Georgia, "Times New Roman", serif;
  font-style:italic;
  font-size:1.2rem;
  margin-left:1rem;
}

.hero h1 {
  margin:.2rem 0 0;
  font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(4.1rem, 9vw, 6.9rem);
  line-height:.84;
  letter-spacing:-.06em;
  color:var(--red);
  font-style:italic;
}

.hero h1 + p {
  margin:.2rem 0 0;
  color:var(--blue);
  font-size:clamp(2.2rem, 5vw, 3.6rem);
  font-weight:900;
  line-height:.9;
  text-transform:uppercase;
  letter-spacing:.02em;
}

.est-line {
  margin:1rem 0;
  color:var(--blue);
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.tagline {
  margin:0 0 1.2rem;
  max-width:500px;
  color:var(--blue);
  font-family:Georgia, "Times New Roman", serif;
  font-size:2rem;
  font-style:italic;
  line-height:1.1;
}

.button-row {
  display:flex;
  flex-wrap:wrap;
  gap:.8rem;
  align-items:center;
}

.primary-button,
.secondary-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border-radius:8px;
  padding:1rem 1.35rem;
  font-weight:900;
  transition:transform .18s ease, filter .18s ease;
  min-width:160px;
}

.primary-button {
  background:linear-gradient(135deg, var(--red), var(--red-dark));
  color:#fff;
  box-shadow:0 14px 32px rgba(183,42,29,.22);
}

.secondary-button {
  background:linear-gradient(135deg, var(--blue), var(--blue-dark));
  color:#fff;
}

.primary-button:hover,
.secondary-button:hover {
  transform:translateY(-1px);
  filter:brightness(1.04);
}

.hero-photo {
  position:relative;
  min-height:420px;
}

.served-badge {
  position:absolute;
  right:0;
  bottom:-18px;
  width:145px;
  height:145px;
  border-radius:999px;
  display:grid;
  place-items:center;
  text-align:center;
  background:var(--gold);
  color:#1f1b15;
  font-weight:900;
  text-transform:uppercase;
  line-height:1.05;
  border:4px double rgba(20,58,120,.65);
  box-shadow:0 16px 34px rgba(0,0,0,.16);
}

.welcome-section {
  padding:0 max(1rem, calc((100vw - var(--shell)) / 2));
  background:var(--cream);
  border-bottom:1px solid rgba(0,0,0,.08);
}

.welcome-grid {
  display:grid;
  grid-template-columns:330px 1fr 290px;
  gap:1.8rem;
  align-items:stretch;
}

.welcome-interior {
  overflow:hidden;
  min-height:280px;
}

.welcome-interior img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.welcome-copy {
  padding:1.1rem 0;
}

.script-title {
  margin:0 0 .5rem;
  color:var(--red);
  font-family:Georgia, "Times New Roman", serif;
  font-size:2.2rem;
  font-style:italic;
  line-height:1;
}

.welcome-copy p {
  margin:.55rem 0;
  font-size:1.06rem;
  color:#25314a;
}

.welcome-sign {
  display:grid;
  place-items:center;
  align-self:center;
}

.sign-card {
  background:#f8f4ec;
  border:2px solid rgba(183,42,29,.28);
  border-radius:16px;
  padding:1.6rem 1.2rem;
  text-align:center;
  box-shadow:0 12px 28px rgba(0,0,0,.08);
}

.sign-card strong {
  display:block;
  font-size:2rem;
  line-height:1.12;
  color:#241e1a;
}

.chalkboard-section {
  padding:1.5rem max(1rem, calc((100vw - var(--shell)) / 2)) 2.4rem;
  background:var(--cream);
}

.chalkboard {
  background:linear-gradient(180deg, #232323, #161616);
  color:#fff;
  border:8px solid #5b3820;
  border-radius:6px;
  box-shadow:0 22px 50px rgba(0,0,0,.18);
  padding:1.25rem 1.3rem 1.4rem;
}

.chalkboard-title {
  text-align:center;
  color:var(--gold);
  font-family:Georgia, "Times New Roman", serif;
  font-size:2.1rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.menu-columns {
  margin-top:1rem;
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:1rem;
}

.menu-col {
  padding:0 .8rem;
  border-right:1px dashed rgba(255,255,255,.24);
}

.menu-col:last-child {
  border-right:0;
}

.menu-col h3 {
  margin:0 0 .8rem;
  text-align:center;
  color:var(--gold);
  font-size:1.9rem;
  font-family:Georgia, "Times New Roman", serif;
  line-height:1;
}

.menu-list {
  margin:0;
}

.menu-list div {
  display:grid;
  grid-template-columns:1fr auto;
  gap:.8rem;
  padding:.28rem 0;
  border-bottom:1px dotted rgba(255,255,255,.28);
}

.menu-list dt {
  color:#f7f2e7;
}

.menu-list dd {
  margin:0;
  color:#fff;
  font-weight:800;
}

.note-text {
  margin-top:1rem;
  text-align:center;
  color:#bed0ff;
  font-family:Georgia, "Times New Roman", serif;
  font-style:italic;
  font-size:1.5rem;
}

.breakfast-favs {
  padding:2.3rem max(1rem, calc((100vw - var(--shell)) / 2)) 2.7rem;
  background:var(--cream-2);
}

.section-band-title {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:1rem;
  margin-bottom:1.2rem;
  color:var(--blue);
  font-family:Georgia, "Times New Roman", serif;
  text-transform:uppercase;
  letter-spacing:.05em;
  font-size:2rem;
  font-weight:700;
}

.section-band-title::before,
.section-band-title::after {
  content:"";
  width:66px;
  height:4px;
  background:var(--red);
}

.favs-layout {
  display:grid;
  grid-template-columns:1fr 290px;
  gap:1.2rem;
  align-items:start;
}

.favs-grid {
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:1rem;
}

.fav-card {
  background:#fff9ee;
  border:2px solid rgba(239,179,61,.55);
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 12px 28px rgba(0,0,0,.06);
}

.fav-card img {
  width:100%;
  aspect-ratio:1.2/.82;
  object-fit:cover;
}

.fav-body {
  padding:.9rem .9rem 1rem;
  text-align:center;
}

.fav-body h3 {
  margin:0 0 .25rem;
  color:var(--blue);
  font-size:1.25rem;
  text-transform:uppercase;
  letter-spacing:.03em;
}

.fav-body p {
  margin:0;
  color:#4f4b45;
  font-size:.92rem;
}

.price {
  display:block;
  margin-top:.5rem;
  color:var(--red);
  font-weight:900;
  font-size:1.65rem;
}

.specials-board {
  background:linear-gradient(180deg, #1a1a1a, #101010);
  color:#fff;
  border:8px solid #5b3820;
  border-radius:6px;
  box-shadow:0 18px 42px rgba(0,0,0,.16);
  padding:1rem;
}

.specials-board h3 {
  margin:0 0 .8rem;
  color:var(--gold);
  font-family:Georgia, "Times New Roman", serif;
  font-style:italic;
  font-size:2rem;
  text-align:center;
}

.specials-board dl {
  margin:0;
}

.specials-board div {
  padding:.7rem 0;
  border-bottom:1px dashed rgba(255,255,255,.24);
}

.specials-board dt {
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:.15rem;
}

.specials-board dd {
  margin:0;
  display:flex;
  justify-content:space-between;
  gap:.7rem;
  color:#f6efe5;
}

.specials-board small {
  display:block;
  margin-top:1rem;
  text-align:center;
  color:#bed0ff;
  font-family:Georgia, "Times New Roman", serif;
  font-style:italic;
  font-size:1.25rem;
}

.love-strip {
  background:var(--blue);
  color:#fff;
  padding:1rem max(1rem, calc((100vw - var(--shell)) / 2));
}

.love-grid {
  display:grid;
  grid-template-columns:1.25fr repeat(5, 1fr);
  gap:1rem;
  align-items:center;
}

.love-title {
  color:#fff9ee;
  font-family:Georgia, "Times New Roman", serif;
  font-size:1.95rem;
  line-height:1;
}

.love-item {
  border-left:1px dotted rgba(255,255,255,.38);
  padding-left:1rem;
}

.love-item strong {
  display:block;
  font-size:.95rem;
  text-transform:uppercase;
}

.info-section {
  padding:2rem max(1rem, calc((100vw - var(--shell)) / 2)) 2.6rem;
  background:var(--cream-2);
}

.info-grid {
  display:grid;
  grid-template-columns:1fr 1fr 1fr 1fr;
  gap:1rem;
}

.info-card {
  background:#fbf5ea;
  border:1px solid rgba(20,58,120,.12);
  border-radius:14px;
  padding:1.25rem;
  box-shadow:0 12px 28px rgba(0,0,0,.04);
}

.info-card h2 {
  margin:0 0 .9rem;
  color:var(--red);
  text-transform:uppercase;
  font-size:1.35rem;
  letter-spacing:.03em;
}

.info-card p {
  margin:0 0 .6rem;
  color:#2a3550;
}

.hours-list {
  margin:0;
}

.hours-list div {
  display:grid;
  grid-template-columns:118px 1fr;
  gap:.6rem;
  margin-bottom:.28rem;
}

.hours-list dt {
  font-weight:850;
}

.hours-list dd {
  margin:0;
}

.map-box {
  min-height:170px;
  border-radius:12px;
  background:
    linear-gradient(135deg, #eef4db, #e4efe1);
  border:1px solid rgba(0,0,0,.08);
  position:relative;
  overflow:hidden;
}

.map-box::before {
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(60deg, transparent 46%, rgba(255,255,255,.5) 46%, rgba(255,255,255,.5) 54%, transparent 54%),
    linear-gradient(0deg, transparent 48%, rgba(255,255,255,.45) 48%, rgba(255,255,255,.45) 52%, transparent 52%);
}

.map-pin {
  position:absolute;
  top:48%;
  left:58%;
  transform:translate(-50%, -50%);
  width:22px;
  height:22px;
  border-radius:999px;
  background:var(--red);
  border:4px solid #fff;
  box-shadow:0 0 0 4px rgba(183,42,29,.18);
}

.map-label {
  position:absolute;
  top:58%;
  left:61%;
  background:#fff;
  padding:.3rem .5rem;
  border-radius:8px;
  font-size:.84rem;
  box-shadow:0 8px 18px rgba(0,0,0,.1);
}

.takeaway-visual {
  display:grid;
  grid-template-columns:1fr 110px;
  gap:.8rem;
  align-items:end;
}

.takeaway-visual img {
  width:100%;
  max-width:110px;
  justify-self:end;
}

.bottom-cta {
  background:linear-gradient(135deg, var(--red), var(--red-dark));
  color:#fff;
  position:relative;
}

.bottom-cta::after {
  content:"";
  display:block;
  height:20px;
  background:
    linear-gradient(45deg, var(--blue) 25%, transparent 25%, transparent 75%, var(--blue) 75%),
    linear-gradient(45deg, var(--blue) 25%, transparent 25%, transparent 75%, var(--blue) 75%);
  background-size:20px 20px;
  background-position:0 0,10px 10px;
  opacity:.95;
}

.bottom-cta-inner {
  width:min(calc(100% - 2rem), var(--shell));
  margin:0 auto;
  padding:1.6rem 0 1.35rem;
  display:grid;
  grid-template-columns:1fr auto;
  gap:1.5rem;
  align-items:center;
}

.bottom-cta h2 {
  margin:0;
  font-family:Georgia, "Times New Roman", serif;
  font-size:3rem;
  font-style:italic;
  line-height:1;
}

.bottom-cta p {
  margin:.4rem 0 0;
  color:rgba(255,255,255,.88);
  font-size:1.2rem;
}

.cta-box {
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.24);
  border-radius:10px;
  padding:1rem 1.25rem;
  text-align:center;
  min-width:310px;
}

.cta-box strong {
  display:block;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.84rem;
}

.cta-box a {
  color:#fff;
  text-decoration:none;
  font-weight:850;
}

.example-note {
  color:#eee1ce;
  font-size:.88rem;
}

.site-footer {
  background:var(--blue-dark);
  color:#fff;
}

.footer-inner {
  width:min(calc(100% - 2rem), var(--shell));
  margin:0 auto;
  display:grid;
  grid-template-columns:1.25fr .7fr .85fr;
  gap:3rem;
  padding:2.6rem 0;
}

.footer-logo {
  width:110px;
  border-radius:999px;
  margin-bottom:.9rem;
}

.footer-brand-block p {
  color:rgba(255,255,255,.72);
  max-width:390px;
}

.footer-tagline { color:#fff !important; }

.site-footer h3 {
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.95rem;
}

.footer-links {
  margin:0;
  padding:0;
  list-style:none;
}

.footer-links li { margin-bottom:.42rem; }

.footer-links a,
.site-footer a {
  color:rgba(255,255,255,.84);
}

.footer-bottom {
  width:min(calc(100% - 2rem), var(--shell));
  margin:0 auto;
  padding:1.25rem 0;
  border-top:1px solid rgba(255,255,255,.1);
  display:flex;
  justify-content:space-between;
  gap:1rem;
  color:rgba(255,255,255,.6);
  font-size:.9rem;
}

@media (max-width:1100px) {
  .header-inner,
  .top-banner-inner {
    align-items:flex-start;
    flex-direction:column;
    padding:1rem 0;
  }
  .hero-inner,
  .welcome-grid,
  .favs-layout,
  .love-grid,
  .info-grid,
  .footer-inner,
  .bottom-cta-inner,
  .menu-columns {
    grid-template-columns:1fr;
  }
  .favs-grid {
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:720px) {
  .logo-image { height:70px; }
  .logo-text { display:none; }
  .nav { gap:.1rem; }
  .nav a { font-size:.82rem; padding:.55rem .62rem; }
  .hero {
    background:
      linear-gradient(90deg, rgba(242,231,211,.98), rgba(242,231,211,.92)),
      url("assets/hero-breakfast.jpg") center / cover no-repeat;
  }
  .hero-inner {
    grid-template-columns:1fr;
    min-height:auto;
    padding:2.8rem 0 2.2rem;
  }
  .hero-photo {
    min-height:140px;
  }
  .served-badge {
    position:static;
    margin-top:1rem;
  }
  .tagline {
    font-size:1.65rem;
  }
  .chalkboard-title {
    font-size:1.6rem;
  }
  .section-band-title {
    font-size:1.5rem;
  }
  .favs-grid {
    grid-template-columns:1fr;
  }
  .hours-list div {
    grid-template-columns:1fr;
    gap:.02rem;
  }
  .bottom-cta h2 {
    font-size:2.2rem;
  }
  .cta-box {
    min-width:0;
  }
  .footer-bottom {
    flex-direction:column;
  }
}
