:root {
  --bg: #fbf8ee;
  --paper: #fffdf7;
  --paper-2: #f4ead5;
  --ink: #0b130f;
  --muted: #6e6559;
  --green: #093d26;
  --green-2: #0f5b38;
  --gold: #c99537;
  --gold-2: #f0cf78;
  --line: rgba(11, 19, 15, 0.1);
  --shadow: 0 24px 70px rgba(7, 21, 15, 0.16);
  --soft-shadow: 0 16px 40px rgba(7, 21, 15, 0.1);
  --radius: 24px;
  --radius-sm: 16px;
  --shell: min(1120px, calc(100vw - 32px));
  --header-h: 74px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(201, 149, 55, 0.14), transparent 30%),
    radial-gradient(circle at 98% 14%, rgba(9, 61, 38, 0.12), transparent 24%),
    linear-gradient(180deg, #fffaf0 0%, #fbf8ee 40%, #f7efdf 100%);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

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

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

button, input, textarea, select {
  font: inherit;
  font-size: 16px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 1000;
  transform: translateY(-180%);
  background: #fff;
  color: var(--ink);
  padding: 10px 14px;
  border-radius: 12px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(251, 248, 238, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(11, 19, 15, 0.06);
  transition: background 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 253, 247, 0.9);
  box-shadow: 0 14px 40px rgba(7, 21, 15, 0.08);
  border-color: rgba(11, 19, 15, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,0.12));
}

.brand span {
  display: grid;
  line-height: 1.1;
}

.brand strong {
  font-size: 15px;
  letter-spacing: 0.01em;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.nav-actions {
  display: none;
  align-items: center;
  gap: 8px;
}

.nav-actions a {
  font-size: 14px;
  color: rgba(11, 19, 15, 0.76);
  padding: 10px 12px;
  border-radius: 999px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-actions a:hover {
  background: rgba(9, 61, 38, 0.08);
  color: var(--green);
  transform: translateY(-1px);
}

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

.nav-actions .nav-cta:hover {
  color: #fff;
  background: var(--green-2);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--mx, 70%) var(--my, 20%), rgba(240, 207, 120, 0.22), transparent 28%),
    linear-gradient(135deg, #07150f 0%, #0b2d1d 48%, #112f21 100%);
  color: #fff;
  padding: 54px 0 30px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.55), transparent 70%);
  z-index: -2;
}

.hero::after {
  content: "COFFEE · CREPES · BAGELS · PASTRIES · BEANS";
  position: absolute;
  left: -12px;
  bottom: 6px;
  font-size: clamp(36px, 10vw, 148px);
  font-weight: 900;
  letter-spacing: -0.08em;
  white-space: nowrap;
  color: rgba(255,255,255,0.035);
  z-index: -1;
  animation: slowDrift 16s ease-in-out infinite alternate;
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.55;
  z-index: -1;
}

.hero-glow-one {
  width: 260px;
  height: 260px;
  right: -100px;
  top: -110px;
  background: rgba(240, 207, 120, 0.26);
}

.hero-glow-two {
  width: 220px;
  height: 220px;
  left: -90px;
  bottom: 10%;
  background: rgba(68, 199, 112, 0.18);
}

.hero-grid {
  display: grid;
  gap: 28px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-kicker {
  margin: 0 0 10px;
  color: var(--gold-2);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  font-weight: 800;
}

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

h1 {
  margin-bottom: 14px;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(42px, 11vw, 78px);
  line-height: 0.93;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.hero-intro {
  margin-bottom: 18px;
  max-width: 650px;
  color: rgba(255,255,255,0.82);
  font-size: 17px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}

.hero-badges span {
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.92);
  border-radius: 999px;
  padding: 8px 10px;
  font-size: 13px;
  backdrop-filter: blur(10px);
}

.hero-actions,
.location-actions,
.order-actions,
.center-action {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 17px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  border: 1px solid transparent;
  transition: transform 190ms ease, box-shadow 190ms ease, background 190ms ease, border-color 190ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #1c1406;
  box-shadow: 0 14px 28px rgba(201, 149, 55, 0.28);
}

.btn-primary:hover {
  box-shadow: 0 18px 36px rgba(201, 149, 55, 0.34);
}

.btn-light {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border-color: rgba(255,255,255,0.2);
  backdrop-filter: blur(12px);
}

.btn-light:hover {
  background: rgba(255,255,255,0.18);
}

.btn-outline {
  background: transparent;
  color: var(--green);
  border-color: rgba(9, 61, 38, 0.18);
}

.btn-outline:hover {
  background: rgba(9, 61, 38, 0.07);
}

.mini-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  color: rgba(255,255,255,0.68);
  font-size: 13px;
}

.mini-info span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mini-info span + span::before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--gold-2);
  border-radius: 50%;
}

.hero-visual {
  position: relative;
  max-width: 530px;
  margin-inline: auto;
  width: 100%;
}

.hero-photo-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 30px;
  box-shadow: 0 28px 90px rgba(0,0,0,0.32);
  transform: rotate(1deg);
  animation: heroFloat 6s ease-in-out infinite;
}

.hero-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,0.45));
  pointer-events: none;
}

.hero-photo-card img {
  width: 100%;
  aspect-ratio: 4 / 4.7;
  object-fit: cover;
}

.floating-rating {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255,253,247,0.92);
  color: var(--ink);
  box-shadow: 0 18px 35px rgba(0,0,0,0.2);
  backdrop-filter: blur(14px);
}

.floating-rating strong {
  color: var(--green);
  font-size: 18px;
}

.floating-rating span {
  color: var(--muted);
  font-size: 12px;
}

.hero-product-card {
  position: absolute;
  right: -6px;
  bottom: -18px;
  width: min(42%, 185px);
  padding: 10px;
  border-radius: 22px;
  background: rgba(255,253,247,0.94);
  color: var(--ink);
  box-shadow: 0 24px 60px rgba(0,0,0,0.28);
  animation: beanFloat 5.4s ease-in-out infinite;
}

.hero-product-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.hero-product-card span {
  display: block;
  padding: 0 4px 4px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.quick-info {
  position: relative;
  margin-top: -18px;
  z-index: 4;
}

.card-row {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quick-card {
  padding: 15px;
  border-radius: 18px;
  background: rgba(255,253,247,0.9);
  border: 1px solid rgba(11,19,15,0.08);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(14px);
}

.quick-card small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.quick-card strong {
  display: block;
  margin: 4px 0 2px;
  color: var(--green);
  font-size: 16px;
}

.quick-card span {
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 58px 0;
}

.section-head {
  max-width: 720px;
  margin-bottom: 22px;
}

.section-head-row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.section-head h2,
.section-copy h2,
.order-copy h2,
.location-copy h2,
.video-wrap h2 {
  margin-bottom: 10px;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(30px, 7vw, 52px);
  line-height: 1;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.section-head p,
.owner-note p,
.order-copy p,
.location-copy p,
.video-wrap p {
  color: var(--muted);
}

.split {
  display: grid;
  gap: 20px;
}

.owner-note {
  padding: 22px;
  border: 1px solid rgba(11,19,15,0.08);
  border-radius: var(--radius);
  background: rgba(255,253,247,0.72);
  box-shadow: var(--soft-shadow);
}

.owner-note p:last-child { margin-bottom: 0; }

.order-section {
  padding-top: 24px;
}

.order-card-premium {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 20px;
  padding: 24px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(9,61,38,0.95), rgba(7,21,15,0.96)),
    linear-gradient(135deg, #0f5b38, #07150f);
  color: #fff;
  box-shadow: var(--shadow);
}

.order-card-premium::before {
  content: "";
  position: absolute;
  width: 290px;
  height: 290px;
  right: -120px;
  top: -120px;
  background: radial-gradient(circle, rgba(240,207,120,0.34), transparent 68%);
}

.order-card-premium::after {
  content: "ORDER ONLINE";
  position: absolute;
  right: 18px;
  bottom: -8px;
  color: rgba(255,255,255,0.06);
  font-size: clamp(42px, 10vw, 104px);
  font-weight: 900;
  letter-spacing: -0.06em;
}

.order-copy,
.order-actions {
  position: relative;
  z-index: 1;
}

.order-card-premium .section-kicker { color: var(--gold-2); }
.order-card-premium p { color: rgba(255,255,255,0.74); }
.order-card-premium .btn-outline { color: #fff; border-color: rgba(255,255,255,0.24); background: rgba(255,255,255,0.08); }
.order-card-premium .btn-outline:hover { background: rgba(255,255,255,0.14); }

.menu-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 0 12px;
  scrollbar-width: none;
}
.menu-tabs::-webkit-scrollbar { display: none; }

.menu-tab {
  flex: 0 0 auto;
  cursor: pointer;
  border: 1px solid rgba(11,19,15,0.08);
  background: rgba(255,253,247,0.8);
  color: var(--muted);
  border-radius: 999px;
  padding: 11px 14px;
  font-size: 14px;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.menu-tab[aria-selected="true"] {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}

.menu-tab:hover { transform: translateY(-1px); }

.menu-panel {
  border-radius: var(--radius);
  background: rgba(255,253,247,0.78);
  border: 1px solid rgba(11,19,15,0.08);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.menu-panel-intro {
  display: grid;
  gap: 2px;
  padding: 18px;
  border-bottom: 1px solid rgba(11,19,15,0.08);
  color: var(--muted);
}

.menu-panel-intro strong {
  color: var(--green);
  font-size: 18px;
}

.menu-grid {
  display: grid;
  gap: 1px;
  background: rgba(11,19,15,0.08);
}

.menu-item {
  min-height: 102px;
  padding: 16px;
  background: rgba(255,253,247,0.95);
}

.menu-item-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.menu-item h3 {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.25;
}

.price {
  color: var(--green);
  font-weight: 900;
  white-space: nowrap;
}

.tag,
.bean-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 5px 8px;
  background: rgba(201,149,55,0.15);
  color: #875c13;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.beans-section {
  position: relative;
}

.beans-grid {
  display: grid;
  gap: 14px;
}

.bean-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(255,253,247,0.85);
  border: 1px solid rgba(11,19,15,0.08);
  box-shadow: var(--soft-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.bean-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(7, 21, 15, 0.16);
  border-color: rgba(201,149,55,0.28);
}

.bean-image {
  display: grid;
  place-items: center;
  min-height: 260px;
  background:
    radial-gradient(circle at 50% 40%, rgba(240,207,120,0.22), transparent 54%),
    linear-gradient(180deg, #fffaf0, #f4ead5);
}

.bean-image img {
  width: min(78%, 260px);
  max-height: 260px;
  object-fit: contain;
  filter: drop-shadow(0 22px 25px rgba(0,0,0,0.14));
  transform: scale(1);
  transition: transform 260ms ease;
}

.bean-card:hover .bean-image img { transform: scale(1.04) rotate(-1deg); }

.bean-body {
  padding: 18px;
}

.bean-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.bean-body h3 {
  margin-bottom: 4px;
  font-size: 22px;
  color: var(--green);
}

.bean-roast {
  margin-bottom: 8px;
  color: #8f6a24 !important;
  font-weight: 800;
}

.bean-body p {
  color: var(--muted);
}

.center-action {
  justify-content: center;
  margin-top: 20px;
}

.desktop-only { display: none; }

.gallery-section {
  background: rgba(255,253,247,0.5);
}

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

.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  min-height: 180px;
  border: 1px solid rgba(11,19,15,0.08);
  border-radius: 22px;
  background: var(--paper);
  padding: 0;
  box-shadow: var(--soft-shadow);
}

.gallery-item:first-child {
  grid-column: 1 / -1;
  min-height: 240px;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.1));
  opacity: 0;
  transition: opacity 200ms ease;
}

.gallery-item:hover::after { opacity: 1; }

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 340ms ease;
}

.gallery-item:not(:first-child) img { object-fit: contain; padding: 16px; background: #fffaf0; }
.gallery-item:hover img { transform: scale(1.05); }

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(7,21,15,0.78);
  backdrop-filter: blur(16px);
  animation: fadeIn 160ms ease both;
}

.gallery-modal img {
  max-height: min(82vh, 900px);
  width: auto;
  max-width: min(94vw, 1000px);
  border-radius: 24px;
  box-shadow: 0 40px 90px rgba(0,0,0,0.35);
}

.gallery-close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  background: rgba(255,255,255,0.14);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

.video-section {
  background: linear-gradient(135deg, #07150f, #0d2b1d);
  color: #fff;
}

.video-wrap {
  display: grid;
  gap: 22px;
  align-items: center;
}

.video-wrap p { color: rgba(255,255,255,0.72); }

.video-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  box-shadow: 0 30px 70px rgba(0,0,0,0.25);
}

.video-card img,
.video-card video {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, transparent 0%, rgba(0,0,0,0.22) 78%);
  pointer-events: none;
}

.play-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(255,253,247,0.92);
  color: var(--green);
  font-weight: 900;
  box-shadow: 0 20px 40px rgba(0,0,0,0.24);
}

.play-badge::before {
  content: "▶";
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-size: 12px;
}

.review-grid {
  display: grid;
  gap: 12px;
}

.review-card {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,253,247,0.8);
  border: 1px solid rgba(11,19,15,0.08);
  box-shadow: var(--soft-shadow);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(7,21,15,0.13);
}

.stars {
  color: var(--gold);
  letter-spacing: 0.08em;
  font-size: 13px;
}

.review-card p {
  margin: 10px 0 12px;
  color: var(--muted);
}

.review-card strong {
  color: var(--green);
}

.location-section {
  padding-bottom: 78px;
}

.location-grid {
  display: grid;
  gap: 18px;
}

.location-copy {
  padding: 22px;
  border-radius: var(--radius);
  background: rgba(255,253,247,0.75);
  border: 1px solid rgba(11,19,15,0.08);
  box-shadow: var(--soft-shadow);
}

.location-copy .btn-light {
  background: #fff;
  color: var(--green);
  border-color: rgba(9,61,38,0.12);
}

.details-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(11,19,15,0.08);
}

.details-list p {
  margin: 0;
  color: var(--muted);
}

.details-list strong {
  color: var(--green);
}

.map-card {
  min-height: 360px;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(11,19,15,0.08);
  box-shadow: var(--soft-shadow);
  background: #fff;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

.site-footer {
  padding: 34px 0 92px;
  background: #07150f;
  color: #fff;
}

.footer-inner {
  display: grid;
  gap: 22px;
}

.footer-brand {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer-brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.footer-brand p {
  margin: 0;
  color: rgba(255,255,255,0.72);
}
.footer-brand strong { color: #fff; }

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.82);
  font-size: 13px;
  font-weight: 800;
  transition: background 180ms ease, transform 180ms ease;
}

.social-link:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-1px);
}

.social-link span {
  display: grid;
  place-items: center;
  min-width: 30px;
  height: 26px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #211506;
  font-size: 10px;
  font-weight: 950;
}

.built-by a {
  color: rgba(255,255,255,0.56);
  font-size: 12px;
}

.mobile-bar {
  position: fixed;
  z-index: 100;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 18px;
  background: rgba(7,21,15,0.88);
  box-shadow: 0 20px 60px rgba(0,0,0,0.26);
  backdrop-filter: blur(18px);
}

.mobile-bar a {
  display: grid;
  place-items: center;
  min-height: 44px;
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.mobile-bar a:first-child {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #1c1406;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 620ms ease var(--reveal-delay, 0ms), transform 620ms ease var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroFloat {
  0%, 100% { transform: rotate(1deg) translateY(0); }
  50% { transform: rotate(0deg) translateY(-8px); }
}

@keyframes beanFloat {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-10px) rotate(1deg); }
}

@keyframes slowDrift {
  from { transform: translateX(0); }
  to { transform: translateX(-5%); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

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

  .reveal { opacity: 1; transform: none; }
}

@media (min-width: 620px) {
  .nav-actions { display: flex; }

  .hero { padding: 78px 0 44px; }

  .card-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .beans-grid,
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gallery-item:first-child {
    grid-column: span 2;
    grid-row: span 2;
  }

  .footer-inner {
    grid-template-columns: 1fr 1.4fr;
    align-items: center;
  }
}

@media (min-width: 860px) {
  :root { --header-h: 82px; }

  .hero-grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.86fr);
    gap: 58px;
  }

  .hero-copy { padding: 26px 0 34px; }

  .hero-intro { font-size: 19px; }

  .split,
  .video-wrap,
  .location-grid,
  .order-card-premium {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
  }

  .order-card-premium {
    padding: 36px;
  }

  .order-actions {
    justify-content: end;
  }

  .beans-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .bean-card {
    display: flex;
    flex-direction: column;
  }

  .bean-image { min-height: 210px; }
  .bean-image img { width: 88%; max-height: 210px; }

  .bean-body { padding: 16px; }
  .bean-body h3 { font-size: 18px; }
  .bean-body p { font-size: 13px; }
  .bean-meta { align-items: start; flex-direction: column; gap: 8px; }

  .review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .location-section { padding-bottom: 86px; }

  .desktop-only { display: inline-flex; }

  .center-action { display: none; }

  .mobile-bar { display: none; }

  .site-footer { padding-bottom: 38px; }
}

@media (min-width: 1120px) {
  .beans-grid { gap: 16px; }
  .hero-product-card { right: -24px; }
}

@media (max-width: 380px) {
  :root { --shell: min(100vw - 24px, 1120px); }

  .hero { padding-top: 40px; }
  .btn { width: 100%; }
  .hero-actions .btn { width: calc(50% - 5px); padding-inline: 8px; }
  .card-row { grid-template-columns: 1fr; }
  h1 { font-size: 38px; }
}


/* V4 polish: more customer-focused, compact mobile menu, cleaner transparent product display, autoplay video controls and warm map */
.bean-image {
  background:
    radial-gradient(circle at 50% 44%, rgba(240,207,120,0.26), transparent 50%),
    linear-gradient(180deg, rgba(255,253,247,0.72), rgba(244,234,213,0.42));
}

.bean-image img {
  mix-blend-mode: normal;
}

.gallery-item:not(:first-child) img {
  background: transparent;
}

.gallery-item:nth-child(n+5) {
  background:
    radial-gradient(circle at 50% 45%, rgba(240,207,120,0.18), transparent 55%),
    rgba(255,253,247,0.86);
}

.video-card {
  isolation: isolate;
}

.video-card video {
  cursor: pointer;
}

.video-replay {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  transform: translate(-50%, -50%) scale(0.92);
  display: grid;
  place-items: center;
  gap: 6px;
  width: 104px;
  height: 104px;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 50%;
  background: rgba(255,253,247,0.94);
  color: var(--green);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 24px 60px rgba(0,0,0,0.28);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.video-replay span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #211506;
  font-size: 22px;
  line-height: 1;
}

.video-replay.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.video-sound {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 5;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 12px;
  background: rgba(7,21,15,0.64);
  color: #fff;
  padding: 9px 11px;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  backdrop-filter: blur(14px);
}

.map-card {
  position: relative;
  border-color: rgba(201,149,55,0.28);
}

.map-card iframe {
  filter: sepia(0.22) saturate(0.88) hue-rotate(346deg) brightness(1.03) contrast(0.98);
}

.map-open-btn {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 14px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #201404;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(7,21,15,0.2);
}

@media (max-width: 619px) {
  :root {
    --shell: min(100vw - 28px, 1120px);
    --header-h: 70px;
  }

  .site-header {
    background: rgba(255,253,247,0.9);
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .hero {
    padding: 24px 0 20px;
  }

  .hero-grid {
    gap: 20px;
  }

  .hero-actions .btn {
    flex: 1 1 calc(50% - 5px);
    padding-inline: 10px;
  }

  .quick-info {
    margin-top: -10px;
  }

  .quick-card {
    padding: 13px;
    border-radius: 16px;
  }

  .section {
    padding: 42px 0;
  }

  .section-head {
    margin-bottom: 16px;
  }

  .section-head p,
  .owner-note p,
  .order-copy p,
  .location-copy p,
  .video-wrap p {
    font-size: 15px;
  }

  .menu-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding: 0 0 12px;
  }

  .menu-tab {
    width: 100%;
    min-height: 44px;
    border-radius: 14px;
    padding: 10px 8px;
    font-size: 14px;
    letter-spacing: -0.01em;
  }

  .menu-tab:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .menu-panel {
    border-radius: 20px;
  }

  .menu-panel-intro {
    padding: 14px 15px;
  }

  .menu-panel-intro strong {
    font-size: 17px;
  }

  .menu-panel-intro span {
    font-size: 14px;
  }

  .menu-item {
    min-height: 74px;
    padding: 12px 14px;
  }

  .menu-item h3 {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .menu-item-top {
    align-items: start;
  }

  .price {
    font-size: 15px;
  }

  .tag,
  .bean-badge {
    padding: 4px 7px;
    font-size: 10px;
  }

  .beans-grid {
    gap: 12px;
  }

  .bean-card {
    border-radius: 22px;
  }

  .bean-image {
    min-height: 220px;
  }

  .bean-image img {
    width: min(70%, 240px);
    max-height: 230px;
  }

  .bean-body {
    padding: 15px;
  }

  .bean-body h3 {
    font-size: 20px;
  }

  .gallery-grid {
    gap: 10px;
  }

  .gallery-item {
    min-height: 150px;
    border-radius: 18px;
  }

  .gallery-item:first-child {
    min-height: 220px;
  }

  .video-card,
  .video-card img,
  .video-card video {
    min-height: 390px;
  }

  .video-replay {
    width: 92px;
    height: 92px;
    font-size: 13px;
  }

  .location-copy {
    padding: 18px;
  }

  .mobile-bar {
    left: 12px;
    right: 12px;
    bottom: 10px;
    padding: 7px;
    border-radius: 18px;
    gap: 6px;
  }

  .mobile-bar a {
    min-height: 42px;
    border-radius: 12px;
    font-size: 13px;
  }

  .site-footer {
    padding-bottom: 88px;
  }
}

@media (min-width: 620px) {
  .menu-tabs {
    flex-wrap: wrap;
    overflow: visible;
  }

  .menu-tab {
    border-radius: 14px;
  }
}


/* V5 final small polish: balanced location map, map button away from map controls, TikTok button, clearer Don credit */
.built-by a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.map-open-btn {
  left: auto;
  right: 14px;
  top: 14px;
  bottom: auto;
}

@media (min-width: 860px) {
  .location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .location-copy,
  .map-card {
    height: 100%;
    min-height: 392px;
  }

  .map-card iframe {
    height: 100%;
    min-height: 392px;
  }
}

@media (max-width: 619px) {
  .map-open-btn {
    right: 12px;
    top: 12px;
    bottom: auto;
    min-height: 40px;
    padding: 10px 13px;
  }
}

/* FINAL GALLERY IMAGE FIX */
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0 !important;
  background: transparent !important;
  display: block;
}

/* Keep coffee bag/product images clean if they are used in gallery slots 5 onwards */
.gallery-item:nth-child(n+5) img {
  object-fit: cover;
  padding: 0 !important;
}

/* FINAL GALLERY CROPPING FIX */
.gallery-item {
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center center;
  padding: 0 !important;
  background: transparent !important;
  display: block;
}

/* Desktop: zoom the gallery images that still have white space inside the image file */
@media (min-width: 769px) {
  .gallery-item:nth-child(3) img,
  .gallery-item:nth-child(4) img,
  .gallery-item:nth-child(6) img {
    transform: scale(1.22);
    transform-origin: center center;
  }
}

/* Mobile: only fix the one that is wrong on phone */
@media (max-width: 768px) {
  .gallery-item:nth-child(3) img {
    transform: scale(1.28);
    transform-origin: center center;
  }
}