:root {
  color-scheme: light;
  --espresso: #2b1711;
  --coffee: #5a3327;
  --caramel: #c4824f;
  --cream: #fff4e6;
  --foam: #fffaf1;
  --sage: #64705a;
  --ink: #251714;
  --muted: #725f58;
  --shadow: 0 24px 80px rgba(43, 23, 17, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 5%, rgba(196, 130, 79, 0.28), transparent 34rem),
    radial-gradient(circle at 82% 12%, rgba(100, 112, 90, 0.16), transparent 24rem),
    linear-gradient(180deg, #fff8ef 0%, #f6e4ce 48%, #fffaf1 100%);
}

body::before {
  position: fixed;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.32;
  background-image: radial-gradient(rgba(43, 23, 17, 0.18) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 18px clamp(18px, 4vw, 56px);
  backdrop-filter: blur(18px);
  background: rgba(255, 248, 239, 0.76);
  border-bottom: 1px solid rgba(90, 51, 39, 0.08);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  gap: 20px;
}

.brand,
.nav-links,
.nav-cta {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--foam);
  background: var(--espresso);
  border-radius: 50% 50% 46% 46%;
  box-shadow: 0 10px 28px rgba(43, 23, 17, 0.22);
}

.nav-links {
  gap: clamp(18px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.95rem;
}

.nav-links a:hover {
  color: var(--espresso);
}

.nav-cta,
.button {
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nav-cta {
  padding: 12px 18px;
  color: var(--foam);
  background: var(--espresso);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 22px;
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

.primary {
  color: var(--foam);
  background: linear-gradient(135deg, var(--espresso), var(--coffee));
  box-shadow: 0 16px 34px rgba(43, 23, 17, 0.24);
}

.secondary {
  color: var(--espresso);
  background: rgba(255, 250, 241, 0.7);
  border: 1px solid rgba(90, 51, 39, 0.14);
}

.hero,
.section,
.story,
.visit,
.footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.8fr);
  min-height: calc(100vh - 76px);
  align-items: center;
  gap: clamp(34px, 7vw, 88px);
  padding: 54px 0 82px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--caramel);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Noto Serif SC", Georgia, serif;
  color: var(--espresso);
  line-height: 1.08;
}

h1 {
  max-width: 760px;
  font-size: clamp(3rem, 7vw, 6.8rem);
  letter-spacing: -0.08em;
}

h2 {
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  letter-spacing: -0.055em;
}

h3 {
  font-size: 1.55rem;
}

.hero-copy,
.section-heading p,
.story-copy,
.visit-panel p,
.menu-card p,
.experience-card p {
  color: var(--muted);
  line-height: 1.8;
}

.hero-copy {
  max-width: 640px;
  margin: 26px 0 0;
  font-size: clamp(1.02rem, 1.8vw, 1.2rem);
}

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

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 46px;
  max-width: 560px;
}

.stats div,
.menu-card,
.experience-card,
.visit-panel,
.visit-note {
  border: 1px solid rgba(90, 51, 39, 0.12);
  background: rgba(255, 250, 241, 0.68);
  box-shadow: 0 18px 60px rgba(43, 23, 17, 0.08);
}

.stats div {
  padding: 18px;
  border-radius: 26px;
}

.stats strong {
  display: block;
  font-size: 1.9rem;
  color: var(--espresso);
}

.stats span {
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-card {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 44px;
  background:
    linear-gradient(145deg, rgba(255, 250, 241, 0.78), rgba(196, 130, 79, 0.18)),
    radial-gradient(circle at 50% 45%, rgba(90, 51, 39, 0.16), transparent 18rem);
  border: 1px solid rgba(90, 51, 39, 0.12);
  box-shadow: var(--shadow);
}

.hero-card::before,
.hero-card::after {
  position: absolute;
  content: "";
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.4);
}

.hero-card::before {
  width: 210px;
  height: 210px;
  top: 46px;
  right: -80px;
}

.hero-card::after {
  width: 160px;
  height: 160px;
  bottom: 58px;
  left: -48px;
}

.cup {
  position: relative;
  width: 240px;
  height: 188px;
  border-radius: 0 0 78px 78px;
  background: linear-gradient(135deg, #fffaf1, #e9c9a5);
  box-shadow: inset -18px -16px 42px rgba(90, 51, 39, 0.12), 0 34px 70px rgba(43, 23, 17, 0.22);
}

.cup::before {
  position: absolute;
  content: "";
  inset: -24px 18px auto;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(180deg, #5a3327 0%, #2b1711 100%);
  box-shadow: inset 0 7px 16px rgba(255, 250, 241, 0.18);
}

.cup::after {
  position: absolute;
  content: "";
  right: -58px;
  top: 46px;
  width: 74px;
  height: 86px;
  border: 18px solid #eed8bf;
  border-left: 0;
  border-radius: 0 50px 50px 0;
}

.coffee-surface {
  position: absolute;
  top: -13px;
  left: 52px;
  width: 136px;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 45%, #c4824f 0 14%, #5a3327 15% 100%);
}

.saucer {
  position: absolute;
  bottom: 154px;
  width: 310px;
  height: 38px;
  border-radius: 50%;
  transform: translateY(138px);
  background: linear-gradient(90deg, rgba(43, 23, 17, 0.18), rgba(255, 250, 241, 0.95), rgba(43, 23, 17, 0.14));
}

.steam {
  position: absolute;
  top: 124px;
  width: 34px;
  height: 120px;
  border-radius: 50%;
  border-left: 4px solid rgba(255, 250, 241, 0.75);
  filter: blur(0.3px);
  animation: steam 3.6s ease-in-out infinite;
}

.steam-one {
  left: 42%;
}

.steam-two {
  left: 52%;
  animation-delay: 0.8s;
}

@keyframes steam {
  0%, 100% { transform: translateY(16px) scale(0.92); opacity: 0.35; }
  50% { transform: translateY(-18px) scale(1.08); opacity: 0.9; }
}

.roast-note {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: min(250px, calc(100% - 56px));
  padding: 22px;
  border-radius: 28px;
  color: var(--foam);
  background: rgba(43, 23, 17, 0.86);
  box-shadow: 0 18px 46px rgba(43, 23, 17, 0.24);
}

.roast-note span {
  color: #e8b277;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.roast-note strong {
  display: block;
  margin-top: 7px;
  font-size: 1.4rem;
}

.roast-note p {
  margin: 8px 0 0;
  color: rgba(255, 250, 241, 0.74);
  line-height: 1.7;
}

.section {
  padding: 86px 0;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 34px;
}

.menu-grid,
.experience,
.visit {
  display: grid;
  gap: 20px;
}

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

.menu-card {
  min-height: 310px;
  padding: 30px;
  border-radius: 34px;
}

.menu-card.featured {
  background: linear-gradient(160deg, var(--espresso), var(--coffee));
  transform: translateY(-18px);
}

.menu-card.featured h3,
.menu-card.featured .price {
  color: var(--foam);
}

.menu-card.featured p {
  color: rgba(255, 250, 241, 0.72);
}

.tag {
  display: inline-flex;
  margin-bottom: 76px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--coffee);
  background: rgba(196, 130, 79, 0.15);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured .tag {
  color: #ffd6a2;
  background: rgba(255, 250, 241, 0.12);
}

.price {
  margin-top: 24px;
  color: var(--espresso);
  font-size: 1.7rem;
  font-weight: 900;
}

.story {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: clamp(30px, 8vw, 96px);
  padding: 86px clamp(24px, 5vw, 58px);
  border-radius: 44px;
  color: var(--foam);
  background: linear-gradient(135deg, var(--espresso), #3d231b 62%, #6c432f);
  box-shadow: var(--shadow);
}

.story h2,
.story .eyebrow {
  color: var(--foam);
}

.story .eyebrow {
  opacity: 0.72;
}

.story-copy {
  color: rgba(255, 250, 241, 0.76);
  font-size: 1.05rem;
}

.story-copy p:first-child {
  margin-top: 0;
}

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

.experience-card {
  padding: 28px;
  border-radius: 32px;
}

.experience-card.dark {
  color: var(--foam);
  background: var(--sage);
}

.experience-card.dark h3,
.experience-card.dark p {
  color: var(--foam);
}

.visit {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: stretch;
  padding: 28px 0 96px;
}

.visit-panel,
.visit-note {
  padding: clamp(28px, 5vw, 54px);
  border-radius: 38px;
}

.visit-panel .button {
  margin-top: 18px;
}

.visit-note {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--foam);
  background:
    linear-gradient(rgba(43, 23, 17, 0.35), rgba(43, 23, 17, 0.88)),
    radial-gradient(circle at 20% 15%, rgba(255, 250, 241, 0.28), transparent 14rem),
    linear-gradient(135deg, #7d4d35, #2b1711);
}

blockquote {
  margin: 0;
  font-family: "Noto Serif SC", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.7rem);
  line-height: 1.35;
}

.visit-note span {
  margin-top: 22px;
  color: rgba(255, 250, 241, 0.72);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 0 42px;
  color: var(--muted);
  border-top: 1px solid rgba(90, 51, 39, 0.12);
}

@media (max-width: 860px) {
  .nav-links,
  .nav-cta {
    display: none;
  }

  .hero,
  .story,
  .visit {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
  }

  .hero-card {
    min-height: 460px;
  }

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

  .menu-card.featured {
    transform: none;
  }

  .tag {
    margin-bottom: 42px;
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .footer {
    flex-direction: column;
  }
}

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