:root {
  --cocoa: #24120f;
  --cocoa-2: #3a1d18;
  --ink: #2b1712;
  --muted: #735e56;
  --paper: #fffaf3;
  --surface: #ffffff;
  --cream: #f6eadb;
  --brass: #b88642;
  --red: #b8272f;
  --red-dark: #8f1720;
  --line: rgba(43, 23, 18, 0.14);
  --shadow: 0 24px 70px rgba(36, 18, 15, 0.14);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(184, 134, 66, 0.08) 1px, transparent 1px) 0 0 / 74px 74px,
    linear-gradient(180deg, #fffaf3 0%, #f9efe2 48%, #ffffff 100%);
  color: var(--ink);
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 64px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(36, 18, 15, 0.94);
  color: #fffaf3;
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 190px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 250, 243, 0.4);
  color: #fffaf3;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
}

.brand small {
  color: rgba(255, 250, 243, 0.72);
  font-size: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 34px);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-links a,
.header-action,
.footer-links a {
  text-decoration: none;
}

.header-action {
  border: 1px solid rgba(255, 250, 243, 0.36);
  padding: 10px 14px;
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 800;
}

.section {
  padding: clamp(72px, 9vw, 124px) clamp(20px, 5vw, 64px);
}

.hero {
  min-height: calc(100svh - 79px);
  display: grid;
  grid-template-columns: minmax(470px, 0.95fr) minmax(320px, 0.9fr) minmax(280px, 0.68fr);
  align-items: center;
  gap: clamp(24px, 3vw, 44px);
  padding-top: clamp(46px, 7vw, 82px);
  padding-bottom: clamp(38px, 5vw, 76px);
  background: radial-gradient(circle at 54% 48%, rgba(184, 134, 66, 0.22), transparent 28%);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 640px;
  font-size: clamp(54px, 5.8vw, 86px);
  overflow-wrap: normal;
}

h2 {
  font-size: clamp(38px, 5vw, 74px);
}

h3 {
  font-size: clamp(24px, 2.4vw, 34px);
}

p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.65;
}

.hero-copy p {
  max-width: 560px;
  margin-top: 28px;
}

.hero-actions,
.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.button.primary {
  border-color: var(--red);
  background: var(--red);
  color: #fffaf3;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
}

.cookie-stage {
  position: relative;
  min-height: min(57vw, 640px);
  display: grid;
  place-items: center;
}

.cookie-stage::before {
  position: absolute;
  inset: 13% 8%;
  content: "";
  border: 1px solid rgba(184, 134, 66, 0.38);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.cookie-stage img {
  position: relative;
  width: min(560px, 86%);
  filter: drop-shadow(0 42px 34px rgba(36, 18, 15, 0.22));
  transform: rotate(-5deg);
}

.ingredient-note {
  position: absolute;
  max-width: 170px;
  border-left: 2px solid var(--brass);
  padding-left: 12px;
  color: var(--cocoa);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.note-one {
  left: 2%;
  top: 20%;
}

.note-two {
  right: 2%;
  bottom: 25%;
}

.visit-status,
.visit-tool,
.route-card,
details,
.anatomy-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.visit-status {
  padding: 24px;
}

.status-topline {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--red-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--red);
}

.visit-status h2 {
  margin-top: 16px;
  font-size: 38px;
}

.visit-status p {
  margin-top: 12px;
  font-size: 15px;
}

dl {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
}

dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

dd {
  margin: 3px 0 0;
  font-size: 17px;
  font-weight: 850;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: clamp(24px, 6vw, 92px);
  align-items: end;
  max-width: 1220px;
  margin: 0 auto 42px;
}

.section-heading.narrow {
  display: block;
  max-width: 820px;
  margin-left: 0;
}

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

.story-grid,
.location {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: stretch;
}

.photo-panel {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.photo-panel img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

figcaption {
  padding: 14px 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.anatomy {
  display: grid;
  gap: 14px;
  align-content: center;
}

.anatomy-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  padding: 24px;
  box-shadow: none;
}

.number {
  color: var(--brass);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
}

.anatomy-item p {
  grid-column: 2;
  margin-top: -6px;
  font-size: 15px;
}

.visit {
  background: var(--cocoa);
  color: #fffaf3;
}

.visit p,
.visit .section-heading p {
  color: rgba(255, 250, 243, 0.72);
}

.planner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  margin-top: 42px;
}

.timeline {
  display: grid;
  gap: 10px;
}

.timeline-row {
  display: grid;
  grid-template-columns: 150px 1fr 1.3fr;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid rgba(255, 250, 243, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 250, 243, 0.06);
}

.timeline-row time {
  color: #f5c56f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.timeline-row span {
  color: rgba(255, 250, 243, 0.68);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.timeline-row strong {
  font-size: 18px;
}

.timeline-row.best {
  background: rgba(184, 39, 47, 0.25);
  border-color: rgba(245, 197, 111, 0.34);
}

.visit-tool {
  align-self: start;
  padding: 24px;
  background: #fffaf3;
  color: var(--ink);
}

.visit-tool h3 {
  font-size: 31px;
  margin-bottom: 22px;
}

.visit-tool label {
  display: block;
  margin: 16px 0 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

select,
input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  padding: 0 12px;
  font: 800 15px/1 Inter, ui-sans-serif, system-ui, sans-serif;
}

output {
  display: block;
  margin-top: 18px;
  border-left: 3px solid var(--red);
  padding-left: 14px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
}

.location {
  align-items: center;
}

.location-copy p {
  max-width: 620px;
  margin-top: 22px;
}

address {
  margin-top: 26px;
  color: var(--cocoa);
  font-style: normal;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.45;
}

.route-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: var(--cocoa);
}

.route-card img {
  width: 100%;
  height: min(62vw, 620px);
  min-height: 440px;
  object-fit: cover;
}

.route-overlay {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-radius: var(--radius);
  background: rgba(255, 250, 243, 0.94);
  color: var(--cocoa);
}

.route-overlay span {
  color: var(--red-dark);
  font-weight: 900;
}

.faq {
  background: #fff;
}

.faq-list {
  max-width: 940px;
  margin-top: 36px;
}

details {
  box-shadow: none;
  background: #fffaf3;
}

details + details {
  margin-top: 12px;
}

summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
}

details p {
  padding: 0 24px 24px;
  font-size: 16px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(20px, 5vw, 64px);
  background: var(--cocoa);
  color: #fffaf3;
}

.site-footer p {
  margin-top: 6px;
  color: rgba(255, 250, 243, 0.68);
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
  color: rgba(255, 250, 243, 0.76);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 1040px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  }

  .cookie-stage {
    order: 3;
    grid-column: 1 / -1;
    min-height: 420px;
  }

  .section-heading,
  .story-grid,
  .location,
  .planner {
    grid-template-columns: 1fr;
  }

  .planner {
    max-width: 780px;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: static;
    align-items: flex-start;
    padding: 14px 18px;
  }

  .nav-links {
    display: none;
  }

  .brand {
    min-width: 0;
  }

  .header-action {
    padding: 9px 10px;
    white-space: nowrap;
  }

  .section {
    padding: 60px 18px;
  }

  .hero {
    min-height: auto;
    display: block;
    padding-top: 44px;
  }

  h1 {
    font-size: clamp(48px, 15vw, 68px);
  }

  h2 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .cookie-stage {
    min-height: 330px;
    margin: 24px 0;
  }

  .ingredient-note {
    max-width: 132px;
    font-size: 11px;
  }

  .visit-status,
  .visit-tool,
  .anatomy-item {
    padding: 18px;
  }

  .anatomy-item {
    grid-template-columns: 54px 1fr;
  }

  .anatomy-item p {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .timeline-row {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 18px;
  }

  .route-card img {
    min-height: 360px;
  }

  .route-overlay,
  .site-footer {
    display: block;
  }

  .footer-links {
    justify-content: flex-start;
    margin-top: 18px;
  }
}

/* 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;
  }
}

