:root {
  --bg: #f4efe4;
  --surface: #fbf7ef;
  --surface-deep: #efe4d0;
  --forest: #1e3328;
  --forest-soft: #365644;
  --moss: #6e8469;
  --gold: #b8844f;
  --clay: #7d5a40;
  --text: #1f241f;
  --text-soft: #5b6258;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(25, 37, 31, 0.14);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --site-width: min(1180px, calc(100vw - 2rem));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(184, 132, 79, 0.12), transparent 28%),
    linear-gradient(180deg, #f8f3ea 0%, var(--bg) 100%);
}

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

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

.hero {
  position: relative;
  min-height: 100svh;
  color: var(--white);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(111, 142, 117, 0.34), transparent 22%),
    radial-gradient(circle at 80% 18%, rgba(184, 132, 79, 0.22), transparent 18%),
    linear-gradient(135deg, #14231c 0%, #22372d 45%, #31493b 100%);
}

.site-nav {
  position: relative;
  z-index: 3;
  width: var(--site-width);
  margin: 0 auto;
  padding: 1.4rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
}

.brand-mark,
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.73rem;
  font-weight: 700;
}

.brand-name,
h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
}

.brand-name {
  font-size: 2.2rem;
  font-weight: 600;
}

.nav-links {
  display: flex;
  gap: 1.25rem;
  font-size: 0.95rem;
}

.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(10, 17, 14, 0.22) 0%, rgba(10, 17, 14, 0.52) 55%, rgba(10, 17, 14, 0.72) 100%),
    radial-gradient(circle at 20% 20%, rgba(122, 170, 132, 0.25), transparent 30%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: var(--site-width);
  margin: 0 auto;
  padding: 16vh 0 10vh;
  max-width: 760px;
}

h1 {
  margin: 0.35rem 0 1rem;
  font-size: clamp(3.8rem, 9vw, 6.8rem);
  line-height: 0.92;
  font-weight: 600;
}

.hero-copy {
  max-width: 42rem;
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
}

.hero-actions,
.visit-actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.85rem 1.3rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  transition: transform 160ms ease, background-color 160ms ease;
}

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

.button-primary {
  background: var(--gold);
  color: var(--white);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.section {
  width: var(--site-width);
  margin: 0 auto;
  padding: 5.5rem 0;
}

.story-section,
.visit-section,
.menu-grid-section {
  display: grid;
  gap: 2rem;
}

.story-section,
.visit-section {
  grid-template-columns: 1.2fr 0.9fr;
  align-items: start;
}

.menu-grid-section {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: start;
}

.section-copy h2,
.gallery-heading h2 {
  margin: 0.35rem 0 1rem;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.95;
  font-weight: 600;
}

.section-copy p,
.menu-note,
.visit-copy p,
.guide-grid p,
.story-card,
.coffee-copy p {
  color: var(--text-soft);
  line-height: 1.85;
}

.story-card,
.menu-card,
.map-frame,
.coffee-highlight {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.story-card {
  background: linear-gradient(180deg, rgba(54, 86, 68, 0.96), rgba(30, 51, 40, 0.96));
  color: var(--white);
  padding: 2rem;
}

.card-label {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.76);
}

.feature-list {
  margin: 0;
  padding-left: 1.1rem;
  line-height: 2;
}

.menu-intro {
  padding-bottom: 1.5rem;
}

.menu-column-wide {
  min-width: 0;
}

.menu-card {
  background: var(--surface);
  padding: 1.5rem;
}

.menu-card-soft {
  background: linear-gradient(180deg, #f8f2e7, #f2eadb);
}

.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(30, 51, 40, 0.08);
}

.menu-item:first-child {
  padding-top: 0;
}

.menu-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.menu-item h3 {
  margin: 0 0 0.45rem;
  font-size: 1.8rem;
  font-weight: 600;
}

.menu-item h3 span {
  font-family: "Manrope", sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--moss);
}

.menu-item p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.7;
}

.menu-item strong {
  font-size: 1.05rem;
  color: var(--clay);
  white-space: nowrap;
}

.menu-subline {
  margin-top: 0.55rem !important;
  font-size: 0.92rem;
}

.menu-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.menu-tag-row span {
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(54, 86, 68, 0.08);
  color: var(--forest);
  font-size: 0.9rem;
  font-weight: 600;
}

.coffee-highlight {
  display: grid;
  grid-template-columns: 1fr;
  background: linear-gradient(180deg, rgba(30, 51, 40, 0.98), rgba(49, 73, 59, 0.98));
  color: var(--white);
  margin-top: 1.25rem;
}

.coffee-copy {
  padding: 1.5rem 1.5rem 0;
}

.visit-list {
  margin: 1.5rem 0 0;
  display: grid;
  gap: 1rem;
}

.visit-list div {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(30, 51, 40, 0.08);
}

.visit-list dt {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--moss);
  margin-bottom: 0.4rem;
}

.visit-list dd {
  margin: 0;
  line-height: 1.8;
  color: var(--text-soft);
}

.map-frame {
  min-height: 100%;
  background: var(--surface-deep);
}

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

.site-footer {
  width: var(--site-width);
  margin: 0 auto;
  padding: 0 0 7rem;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.mobile-bar {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 10;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  padding: 0.65rem;
  border-radius: 24px;
  background: rgba(18, 29, 24, 0.9);
  box-shadow: 0 18px 44px rgba(12, 17, 14, 0.28);
  backdrop-filter: blur(12px);
}

.mobile-bar a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 700;
}

@media (max-width: 980px) {
  .story-section,
  .visit-section,
  .menu-grid-section,
}

@media (max-width: 760px) {
  .site-nav {
    padding-top: 1rem;
  }

  .nav-links {
    display: none;
  }

  .hero-content {
    padding-top: 18vh;
  }

  h1 {
    font-size: 3.8rem;
  }

  .section {
    padding: 4rem 0;
  }

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

  .mobile-bar {
    display: grid;
  }

  .site-footer {
    padding-bottom: 8.5rem;
  }
}
