:root {
  --ink: #11100f;
  --paper: #fbf7ef;
  --paper-strong: #fffdf8;
  --line: rgba(45, 33, 22, 0.18);
  --wood: #1a100b;
  --wood-soft: #2c180f;
  --magenta: #e2177b;
  --magenta-dark: #ba0f61;
  --yellow: #ffd40d;
  --muted: #655a51;
  --water: #cde9f4;
  --shadow: 0 18px 40px rgba(17, 16, 15, 0.22);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
}

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

button,
a {
  overflow-wrap: anywhere;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  min-height: 76px;
  padding: 0 36px;
  background: rgba(15, 14, 13, 0.96);
  border-bottom: 3px solid var(--magenta);
  color: white;
}

.brand {
  color: var(--magenta);
  font-family: var(--sans);
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  gap: 36px;
  align-items: center;
  margin-right: 28px;
  font-family: var(--serif);
  font-size: 1.03rem;
}

.nav-links a {
  padding: 8px 0;
  white-space: nowrap;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 23px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
}

.nav-cta,
.button-primary {
  background: var(--magenta);
  color: white;
  box-shadow: 0 8px 22px rgba(226, 23, 123, 0.28);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.76);
  color: white;
  background: rgba(255, 255, 255, 0.04);
}

.hero {
  display: grid;
  grid-template-columns: minmax(420px, 43%) 1fr;
  min-height: 570px;
  background:
    radial-gradient(circle at 9% 24%, rgba(226, 23, 123, 0.12), transparent 22%),
    linear-gradient(90deg, #11100f 0%, #11100f 36%, #211109 100%);
  color: white;
}

.hero-copy {
  align-self: center;
  padding: 28px 36px 32px;
}

.concept-label {
  position: relative;
  display: inline-block;
  max-width: 236px;
  margin: 0 0 24px;
  padding: 13px 16px 14px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.22;
  text-transform: uppercase;
}

.speech-card::after {
  content: "";
  position: absolute;
  left: 48px;
  bottom: -22px;
  width: 0;
  height: 0;
  border-top: 28px solid var(--yellow);
  border-right: 22px solid transparent;
}

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

h1 {
  margin-bottom: 16px;
  color: var(--magenta);
  font-family: var(--serif);
  font-size: clamp(3.8rem, 6.75vw, 5.95rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}

h1::first-line {
  color: var(--paper-strong);
}

.lede {
  max-width: 435px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.7vw, 1.5rem);
  line-height: 1.25;
}

.hero-rule {
  width: 74px;
  height: 3px;
  margin: 18px 0 20px;
  background: var(--magenta);
}

.address-line {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
  font-family: var(--serif);
  font-size: 1.1rem;
  overflow-wrap: anywhere;
}

.address-line span {
  color: var(--magenta);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-media {
  min-height: 570px;
  background:
    linear-gradient(90deg, rgba(17, 16, 15, 0.42), rgba(17, 16, 15, 0) 32%),
    url("assets/hero-cafe-interior.png") center / cover no-repeat;
}

.info-band {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr 1fr;
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
  padding: 52px clamp(34px, 6vw, 88px);
  background:
    linear-gradient(90deg, rgba(251, 247, 239, 0.92), rgba(255, 253, 248, 0.96)),
    radial-gradient(circle at 7% 50%, rgba(255, 212, 13, 0.12), transparent 25%);
  border-bottom: 1px solid var(--line);
}

.speech-card {
  position: relative;
  justify-self: center;
  max-width: 210px;
  padding: 19px 22px;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.speech-card p {
  margin: 0;
  font-size: 1.18rem;
  font-weight: 950;
  line-height: 1.08;
  text-transform: uppercase;
}

.section-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 11px;
}

h2 {
  margin-bottom: 0;
  color: var(--magenta);
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.hours-list {
  margin: 0;
}

.hours-list div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
}

.hours-list dt,
.hours-list dd {
  margin: 0;
  font-size: 1rem;
}

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

.hours-list dd {
  font-variant-numeric: tabular-nums;
}

.contact-panel {
  border-left: 1px solid rgba(45, 33, 22, 0.25);
  padding-left: 40px;
}

.contact-row {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.round-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--magenta);
  color: white;
  font-size: 1.45rem;
}

.contact-row strong,
.contact-row small {
  display: block;
  overflow-wrap: anywhere;
}

.contact-row strong {
  text-transform: uppercase;
}

.contact-row small {
  color: var(--muted);
  font-size: 0.9rem;
}

.row-arrow {
  color: var(--magenta);
  font-size: 2rem;
}

.visit-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) 1.6fr;
  min-height: 250px;
  border-bottom: 1px solid var(--line);
}

.visit-copy {
  padding: 30px clamp(34px, 6vw, 88px);
}

.visit-address {
  margin: 16px 0 10px;
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.1;
}

.visit-copy p:not(.visit-address) {
  max-width: 360px;
  color: #3d3128;
  font-family: var(--serif);
}

.visit-copy .button {
  margin-top: 8px;
}

.map-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  background:
    linear-gradient(0deg, rgba(255, 253, 248, 0.55), rgba(255, 253, 248, 0.55)),
    repeating-linear-gradient(35deg, rgba(121, 104, 87, 0.18) 0 1px, transparent 1px 37px),
    var(--paper-strong);
}

.water,
.street,
.map-pin,
.map-label {
  position: absolute;
}

.water {
  height: 42px;
  background: var(--water);
  opacity: 0.88;
  transform: rotate(-33deg);
}

.water-one {
  top: 54px;
  left: -60px;
  width: 72%;
}

.water-two {
  right: -72px;
  bottom: 50px;
  width: 70%;
}

.street {
  height: 8px;
  background: rgba(145, 128, 108, 0.28);
  border-radius: 999px;
}

.street-one {
  top: 110px;
  left: 18%;
  width: 68%;
  transform: rotate(12deg);
}

.street-two {
  top: 70px;
  right: 18%;
  width: 45%;
  transform: rotate(63deg);
}

.street-three {
  bottom: 74px;
  left: 23%;
  width: 52%;
  transform: rotate(-9deg);
}

.map-pin {
  top: 44%;
  left: 60%;
  color: var(--magenta);
  font-size: 3rem;
  filter: drop-shadow(0 8px 18px rgba(226, 23, 123, 0.2));
}

.map-label {
  top: calc(44% + 55px);
  left: calc(60% - 42px);
  color: #6f6259;
  font-size: 0.95rem;
  font-weight: 800;
}

.atmosphere-section {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 48px;
  padding: 34px clamp(34px, 6vw, 88px) 38px;
  background: var(--paper);
}

.atmosphere-copy p {
  max-width: 365px;
  margin-top: 20px;
  font-family: var(--serif);
  color: #3f3329;
}

.image-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  align-items: stretch;
}

.image-strip img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: var(--wood);
}

.image-strip img:nth-child(2) {
  object-fit: contain;
  padding: 14px;
  background: #fff;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 36px;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--serif);
  font-size: 0.9rem;
}

.footer p {
  margin: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding: 12px 20px;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .info-band,
  .visit-section,
  .atmosphere-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    padding: 42px 24px 34px;
  }

  .hero-media {
    min-height: 330px;
  }

  .info-band {
    padding: 38px 24px;
  }

  .speech-card {
    justify-self: start;
  }

  .contact-panel {
    border-left: 0;
    padding-left: 0;
  }

  .visit-copy {
    padding: 30px 24px 20px;
  }

  .map-card {
    min-height: 260px;
  }

  .atmosphere-section {
    padding: 34px 24px;
  }

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

  .footer {
    flex-direction: column;
    padding: 20px 24px;
  }
}

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

  .brand {
    font-size: 1.55rem;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.85rem;
  }

  h1 {
    font-size: clamp(4.15rem, 20vw, 5.6rem);
  }

  .lede {
    font-size: 1.24rem;
  }

  .button {
    width: 100%;
    white-space: normal;
  }

  .section-heading {
    display: block;
  }

  .section-heading p {
    margin-top: 7px;
  }

  .hours-list div {
    gap: 14px;
  }
}

/* Shared Google Maps fix: replace decorative map sketches with real embedded maps. */
.google-map-section {
  width: min(1180px, calc(100% - 32px));
  margin: clamp(42px, 6vw, 86px) auto;
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(300px, 1.18fr);
  gap: clamp(16px, 3vw, 28px);
  align-items: stretch;
}

.google-map-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  min-width: 0;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid rgba(25, 25, 25, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  color: inherit;
  box-shadow: 0 18px 45px rgba(20, 20, 20, 0.08);
}

.google-map-kicker {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.72;
}

.google-map-copy h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: 0;
}

.google-map-copy p:not(.google-map-kicker) {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.google-map-link {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid currentColor;
  color: inherit;
  font-weight: 800;
  text-decoration: none;
}

.google-map-frame {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 8px;
  background: #e6ebef;
  box-shadow: 0 18px 45px rgba(20, 20, 20, 0.12);
}

.map-sketch,
.mini-map,
.map-card:not(.google-map-card),
.map-panel:not(.google-map-panel),
.map[aria-label*="map" i] {
  display: none !important;
}

@media (max-width: 760px) {
  .google-map-section {
    grid-template-columns: 1fr;
    width: min(100% - 24px, 560px);
    margin: 36px auto;
  }

  .google-map-frame {
    min-height: 300px;
  }
}

/* Shared real menu fix: menu category buttons now reveal actual menu items. */
.real-menu-section {
  width: min(1180px, calc(100% - 32px));
  margin: clamp(42px, 6vw, 86px) auto;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(25, 25, 25, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: inherit;
  box-shadow: 0 18px 45px rgba(20, 20, 20, 0.08);
}

.real-menu-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 22px;
}

.real-menu-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.72;
}

.real-menu-head h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.05;
  letter-spacing: 0;
}

.real-menu-head p:not(.real-menu-kicker) {
  max-width: 540px;
  margin: 0;
  line-height: 1.55;
  opacity: 0.82;
}

.real-menu-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.real-menu-tab {
  min-height: 42px;
  border: 1px solid rgba(25, 25, 25, 0.18);
  border-radius: 6px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  font: inherit;
  font-weight: 800;
}

.real-menu-tab[aria-selected="true"] {
  background: #151515;
  color: #fff;
  border-color: #151515;
}

.real-menu-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.real-menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 18px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(25, 25, 25, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.real-menu-item h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
}

.real-menu-item p {
  grid-column: 1 / -1;
  margin: 0;
  line-height: 1.45;
  opacity: 0.78;
}

.real-menu-price {
  font-weight: 850;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .real-menu-section {
    width: min(100% - 24px, 560px);
    margin: 36px auto;
    padding: 18px;
  }

  .real-menu-head {
    display: grid;
    align-items: start;
  }

  .real-menu-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .real-menu-tab {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
  }

  .real-menu-panel {
    grid-template-columns: 1fr;
  }
}

