:root {
  --bg: #f4eee8;
  --bg-soft: #f8f2eb;
  --surface: #f6efe8;
  --surface-deep: #ebe0d4;
  --ink: #3d2f29;
  --muted: #887164;
  --accent: #6b4536;
  --accent-soft: #d7a98c;
  --accent-glow: #d99c7d;
  --line: rgba(125, 92, 71, 0.18);
  --shadow: 0 20px 40px rgba(96, 63, 50, 0.08);
  --art-scroll: 0px;
  --grain-opacity: 0.035;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top, rgba(255, 250, 244, 0.9), transparent 34%),
    linear-gradient(180deg, #f8f2eb 0%, var(--bg) 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: var(--grain-opacity);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.05' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23grain)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  mix-blend-mode: multiply;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.1;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 108'%3E%3Cpath d='M36 4c17 0 28 18 28 44S53 104 36 104 8 74 8 48 19 4 36 4Z' fill='none' stroke='%23b8937d' stroke-width='2.1' stroke-opacity='0.32'/%3E%3Cpath d='M36 16c8 10 8 66 0 76' fill='none' stroke='%23b8937d' stroke-width='1.8' stroke-opacity='0.22' stroke-linecap='round'/%3E%3C/svg%3E") 7% 14% / 34px 52px no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 108'%3E%3Cpath d='M36 4c17 0 28 18 28 44S53 104 36 104 8 74 8 48 19 4 36 4Z' fill='none' stroke='%23b8937d' stroke-width='2.1' stroke-opacity='0.32'/%3E%3Cpath d='M36 16c8 10 8 66 0 76' fill='none' stroke='%23b8937d' stroke-width='1.8' stroke-opacity='0.22' stroke-linecap='round'/%3E%3C/svg%3E") 18% 62% / 28px 44px no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 108'%3E%3Cpath d='M36 4c17 0 28 18 28 44S53 104 36 104 8 74 8 48 19 4 36 4Z' fill='none' stroke='%23b8937d' stroke-width='2.1' stroke-opacity='0.32'/%3E%3Cpath d='M36 16c8 10 8 66 0 76' fill='none' stroke='%23b8937d' stroke-width='1.8' stroke-opacity='0.22' stroke-linecap='round'/%3E%3C/svg%3E") 82% 18% / 30px 46px no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 108'%3E%3Cpath d='M36 4c17 0 28 18 28 44S53 104 36 104 8 74 8 48 19 4 36 4Z' fill='none' stroke='%23b8937d' stroke-width='2.1' stroke-opacity='0.32'/%3E%3Cpath d='M36 16c8 10 8 66 0 76' fill='none' stroke='%23b8937d' stroke-width='1.8' stroke-opacity='0.22' stroke-linecap='round'/%3E%3C/svg%3E") 88% 72% / 36px 56px no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 108'%3E%3Cpath d='M36 4c17 0 28 18 28 44S53 104 36 104 8 74 8 48 19 4 36 4Z' fill='none' stroke='%23b8937d' stroke-width='2.1' stroke-opacity='0.32'/%3E%3Cpath d='M36 16c8 10 8 66 0 76' fill='none' stroke='%23b8937d' stroke-width='1.8' stroke-opacity='0.22' stroke-linecap='round'/%3E%3C/svg%3E") 63% 52% / 24px 38px no-repeat;
}

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

.art-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: min(1180px, calc(100% - 44px));
  margin: 18px auto;
  padding: 18px 24px 26px;
  border-radius: 34px;
  border: 1.5px solid rgba(215, 169, 140, 0.22);
  background:
    linear-gradient(180deg, rgba(252, 246, 240, 0.96), rgba(243, 233, 224, 0.96));
  box-shadow:
    0 28px 64px rgba(96, 63, 50, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.art-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.38;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 108'%3E%3Cpath d='M36 4c17 0 28 18 28 44S53 104 36 104 8 74 8 48 19 4 36 4Z' fill='none' stroke='%23b8937d' stroke-width='2.1' stroke-opacity='0.34'/%3E%3Cpath d='M36 16c8 10 8 66 0 76' fill='none' stroke='%23b8937d' stroke-width='1.8' stroke-opacity='0.24' stroke-linecap='round'/%3E%3C/svg%3E") 6% 9% / 34px 52px no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 108'%3E%3Cpath d='M36 4c17 0 28 18 28 44S53 104 36 104 8 74 8 48 19 4 36 4Z' fill='none' stroke='%23b8937d' stroke-width='2.1' stroke-opacity='0.34'/%3E%3Cpath d='M36 16c8 10 8 66 0 76' fill='none' stroke='%23b8937d' stroke-width='1.8' stroke-opacity='0.24' stroke-linecap='round'/%3E%3C/svg%3E") 17% 34% / 26px 40px no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 108'%3E%3Cpath d='M36 4c17 0 28 18 28 44S53 104 36 104 8 74 8 48 19 4 36 4Z' fill='none' stroke='%23b8937d' stroke-width='2.1' stroke-opacity='0.34'/%3E%3Cpath d='M36 16c8 10 8 66 0 76' fill='none' stroke='%23b8937d' stroke-width='1.8' stroke-opacity='0.24' stroke-linecap='round'/%3E%3C/svg%3E") 9% 67% / 30px 46px no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 108'%3E%3Cpath d='M36 4c17 0 28 18 28 44S53 104 36 104 8 74 8 48 19 4 36 4Z' fill='none' stroke='%23b8937d' stroke-width='2.1' stroke-opacity='0.34'/%3E%3Cpath d='M36 16c8 10 8 66 0 76' fill='none' stroke='%23b8937d' stroke-width='1.8' stroke-opacity='0.24' stroke-linecap='round'/%3E%3C/svg%3E") 26% 82% / 24px 38px no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 108'%3E%3Cpath d='M36 4c17 0 28 18 28 44S53 104 36 104 8 74 8 48 19 4 36 4Z' fill='none' stroke='%23b8937d' stroke-width='2.1' stroke-opacity='0.34'/%3E%3Cpath d='M36 16c8 10 8 66 0 76' fill='none' stroke='%23b8937d' stroke-width='1.8' stroke-opacity='0.24' stroke-linecap='round'/%3E%3C/svg%3E") 48% 18% / 22px 34px no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 108'%3E%3Cpath d='M36 4c17 0 28 18 28 44S53 104 36 104 8 74 8 48 19 4 36 4Z' fill='none' stroke='%23b8937d' stroke-width='2.1' stroke-opacity='0.34'/%3E%3Cpath d='M36 16c8 10 8 66 0 76' fill='none' stroke='%23b8937d' stroke-width='1.8' stroke-opacity='0.24' stroke-linecap='round'/%3E%3C/svg%3E") 58% 52% / 28px 44px no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 108'%3E%3Cpath d='M36 4c17 0 28 18 28 44S53 104 36 104 8 74 8 48 19 4 36 4Z' fill='none' stroke='%23b8937d' stroke-width='2.1' stroke-opacity='0.34'/%3E%3Cpath d='M36 16c8 10 8 66 0 76' fill='none' stroke='%23b8937d' stroke-width='1.8' stroke-opacity='0.24' stroke-linecap='round'/%3E%3C/svg%3E") 69% 80% / 24px 38px no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 108'%3E%3Cpath d='M36 4c17 0 28 18 28 44S53 104 36 104 8 74 8 48 19 4 36 4Z' fill='none' stroke='%23b8937d' stroke-width='2.1' stroke-opacity='0.34'/%3E%3Cpath d='M36 16c8 10 8 66 0 76' fill='none' stroke='%23b8937d' stroke-width='1.8' stroke-opacity='0.24' stroke-linecap='round'/%3E%3C/svg%3E") 82% 22% / 32px 50px no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 108'%3E%3Cpath d='M36 4c17 0 28 18 28 44S53 104 36 104 8 74 8 48 19 4 36 4Z' fill='none' stroke='%23b8937d' stroke-width='2.1' stroke-opacity='0.34'/%3E%3Cpath d='M36 16c8 10 8 66 0 76' fill='none' stroke='%23b8937d' stroke-width='1.8' stroke-opacity='0.24' stroke-linecap='round'/%3E%3C/svg%3E") 91% 58% / 26px 40px no-repeat;
}

.art-frame > * {
  position: relative;
  z-index: 1;
}

.art-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.art-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding-bottom: 22px;
}

.art-brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
}

.art-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  gap: 22px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.art-nav a.is-current {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.art-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: #2d1a15;
  color: #fff8f3;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.art-page {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 40px;
}

.art-page::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 24px;
  bottom: 26px;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    rgba(199, 155, 120, 0),
    rgba(199, 155, 120, 0.34) 12%,
    rgba(199, 155, 120, 0.18) 50%,
    rgba(199, 155, 120, 0.34) 88%,
    rgba(199, 155, 120, 0)
  );
  pointer-events: none;
}

.art-page > * {
  position: relative;
  z-index: 1;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 26px;
  align-items: center;
}

.eyebrow,
.section-label,
.tiny-label {
  margin: 0;
  color: #b08e7d;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-copy h1,
.menu-hero h1,
.section-intro h2 {
  margin: 12px 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.2rem, 6.5vw, 5.5rem);
  line-height: 0.9;
  letter-spacing: -0.02em;
  font-variant-ligatures: common-ligatures;
  font-feature-settings: "liga" 1, "clig" 1, "kern" 1;
  text-wrap: balance;
}

.hero-copy h1 span {
  display: inline-block;
  font-style: italic;
}

.menu-hero h1 {
  margin-bottom: 10px;
}

.hero-text,
.roast-copy-card p,
.space-note-card p,
.brew-panel p,
.section-note {
  margin: 0;
  max-width: 46ch;
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 43ch;
  text-wrap: pretty;
}

.hero-text::first-letter {
  float: left;
  margin: 0.08em 0.12em 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.3rem;
  line-height: 0.75;
  color: #8e624e;
}

.hero-actions,
.brew-tags,
.menu-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.button,
.brew-tags span,
.menu-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button-dark {
  background: #2f1d18;
  color: white;
}

.button-soft {
  background: #efc7b1;
  color: #5b3b2f;
}

.button,
.art-order {
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 420ms ease,
    background-color 260ms ease,
    color 260ms ease;
}

.button:hover,
.art-order:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(71, 49, 39, 0.12);
}

.button-dark:hover {
  background: var(--accent);
  box-shadow:
    0 0 20px rgba(217, 156, 125, 0.3),
    0 18px 32px rgba(71, 49, 39, 0.14);
}

.hero-visual-card {
  position: relative;
  min-height: 520px;
  overflow: visible;
  isolation: isolate;
}

.hero-visual-card::before,
.hero-visual-card::after,
.featured-section::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(112, 81, 63, 0.22);
  border-radius: 50% 50% 42% 42% / 60% 60% 40% 40%;
  background:
    linear-gradient(90deg, transparent 48%, rgba(176, 142, 125, 0.22) 48% 52%, transparent 52%);
  box-shadow: inset 0 0 0 1px rgba(255, 247, 241, 0.1);
  pointer-events: none;
}

.hero-visual-card::before {
  top: 42px;
  left: 10px;
  width: 56px;
  height: 84px;
  opacity: 0.52;
  transform: translateY(calc(var(--art-scroll) * -0.035)) rotate(-18deg);
}

.hero-visual-card::after {
  top: 126px;
  right: 18px;
  width: 46px;
  height: 70px;
  opacity: 0.38;
  transform: translateY(calc(var(--art-scroll) * -0.02)) rotate(15deg);
}

.menu-hero {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.menu-pills {
  margin-top: 0;
  max-width: 360px;
  justify-content: flex-end;
}

.latte-panel {
  position: absolute;
  inset: 0 0 34px 52px;
  border-radius: 40px;
  background:
    linear-gradient(180deg, rgba(17, 19, 22, 0.18), rgba(17, 19, 22, 0.08)),
    url("img/coffee.jpg");
  background-size: auto, 104%;
  background-position: center, 50% 50%;
  background-repeat: no-repeat, no-repeat;
  box-shadow: 0 26px 48px rgba(12, 13, 16, 0.22);
  animation: heroKenBurns 18s ease-in-out infinite alternate;
}

.latte-cup {
  display: none;
}

.latte-cup::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 24%;
  width: 34%;
  height: 48%;
  transform: translateX(-50%);
  border-radius: 60% 60% 72% 72% / 72% 72% 52% 52%;
  background: rgba(255, 246, 238, 0.94);
  clip-path: polygon(50% 0%, 72% 18%, 88% 42%, 78% 66%, 58% 100%, 42% 100%, 22% 66%, 12% 42%, 28% 18%);
}

.latte-cup::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 18%;
  width: 6px;
  height: 52%;
  transform: translateX(-50%);
  background: rgba(255, 246, 238, 0.94);
  border-radius: 999px;
}

.hero-floating-card {
  position: absolute;
  left: 0;
  bottom: 70px;
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 24px;
  background: rgba(255, 247, 241, 0.68);
  backdrop-filter: blur(14px) saturate(125%);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  box-shadow:
    0 20px 40px rgba(71, 49, 39, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  animation: cozyFloat 6s ease-in-out infinite;
}

.hero-floating-card strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-variant-numeric: oldstyle-nums;
}

.hero-floating-card span {
  color: var(--muted);
  font-size: 0.8rem;
}

.section-row,
.section-intro {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
}

.section-row h2,
.section-intro h2,
.brew-panel h2 {
  margin: 10px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.96fr;
  gap: 16px;
  margin-top: 22px;
}

.featured-section {
  position: relative;
}

.featured-section::after {
  top: 12px;
  right: 11%;
  width: 60px;
  height: 90px;
  opacity: 0.34;
  transform: translateY(calc(var(--art-scroll) * -0.025)) rotate(22deg);
}

.roast-copy-card,
.roast-accent-card,
.roast-share-card,
.space-note-card,
.brew-panel {
  border: 1.5px solid var(--line);
  border-radius: 32px;
  background: rgba(255, 249, 245, 0.86);
}

.roast-copy-card,
.roast-accent-card,
.roast-share-card,
.space-note-card {
  padding: 18px;
  transition:
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.6s ease,
    border-color 0.35s ease,
    background-color 0.35s ease;
  will-change: transform;
}

.roast-copy-card:hover,
.roast-copy-card:focus-within,
.roast-accent-card:hover,
.roast-accent-card:focus-within,
.roast-share-card:hover,
.roast-share-card:focus-within {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(71, 49, 39, 0.12);
}

.roast-copy-card h3,
.space-note-card strong,
.roast-accent-card strong {
  margin: 8px 0 8px;
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  line-height: 0.95;
}

.beans-card {
  position: relative;
  grid-column: 1 / span 2;
  min-height: 340px;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(180deg, #e3c9b5, #9f6640);
  box-shadow: var(--shadow);
}

.beans-visual {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(44, 24, 16, 0.16), rgba(44, 24, 16, 0.04)),
    url("img/roast.jpg");
  background-size: auto, 106%;
  background-position: center, 50% 50%;
  background-repeat: no-repeat, no-repeat;
  animation: roastDrift 16s ease-in-out infinite alternate;
}

.beans-badge {
  position: absolute;
  left: 26px;
  bottom: 22px;
  padding: 18px 24px;
  border-radius: 24px;
  background: rgba(48, 93, 111, 0.54);
  color: #f7fcff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-style: italic;
  border: 1.5px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(14px) saturate(135%);
  box-shadow:
    0 18px 28px rgba(32, 56, 67, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.roast-accent-card {
  background: rgba(255, 243, 236, 0.92);
}

.roast-accent-card span {
  color: var(--muted);
  line-height: 1.6;
}

.roast-share-card {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  background: #9c6a4f;
  color: #fff7f2;
}

.share-mark {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 28% 28%, #fff5ed 0 10%, transparent 11%),
    radial-gradient(circle at 72% 30%, #fff5ed 0 10%, transparent 11%),
    radial-gradient(circle at 50% 74%, #fff5ed 0 10%, transparent 11%),
    linear-gradient(140deg, transparent 47%, #fff5ed 48% 52%, transparent 53%),
    linear-gradient(220deg, transparent 47%, #fff5ed 48% 52%, transparent 53%);
}

.space-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 0.78fr;
  gap: 18px;
  margin-top: 20px;
}

.interior-card,
.barista-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
}

.interior-card {
  min-height: 340px;
  background:
    linear-gradient(180deg, rgba(39, 23, 16, 0.08), rgba(39, 23, 16, 0.03)),
    url("img/cafe.jpg");
  background-size: auto, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  box-shadow: var(--shadow);
}

.interior-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0 72%, rgba(70, 46, 34, 0.12) 100%);
}

.barista-card {
  min-height: 260px;
  background:
    linear-gradient(180deg, rgba(20, 14, 12, 0.04), rgba(20, 14, 12, 0.14)),
    url("img/barista.jpg");
  background-size: auto, cover;
  background-position: center, 50% 32%;
  background-repeat: no-repeat, no-repeat;
  box-shadow: var(--shadow);
}

.barista-card::before {
  content: "";
  position: absolute;
  right: 16%;
  bottom: 0;
  width: 32%;
  height: 74%;
  border-radius: 42px 42px 0 0;
  background: linear-gradient(180deg, rgba(9, 13, 17, 0.1), rgba(15, 18, 22, 0.92));
}

.space-side {
  display: grid;
  gap: 18px;
}

.space-note-card {
  min-height: 230px;
}

.space-note-card strong {
  font-size: 1.55rem;
}

.brew-panel {
  padding: 32px;
  text-align: center;
  background: linear-gradient(180deg, #714a38, #5e3d31);
  color: #fff7f2;
}

.brew-panel .tiny-label,
.brew-panel p {
  color: rgba(255, 242, 234, 0.78);
}

.brew-tags {
  justify-content: center;
}

.brew-tags span {
  background: rgba(255, 245, 238, 0.14);
  border: 1px solid rgba(255, 245, 238, 0.22);
  color: #fff8f3;
}

.art-footer {
  position: relative;
  margin-top: 24px;
  padding-top: 24px;
  color: var(--muted);
  font-size: 0.78rem;
}

.art-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 12px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 16' preserveAspectRatio='none'%3E%3Cpath d='M0 8 C 120 2, 220 14, 340 8 S 560 3, 680 8 S 900 14, 1020 8 S 1140 3, 1200 8' fill='none' stroke='%23b8937d' stroke-width='1.6' stroke-linecap='round' opacity='0.7'/%3E%3C/svg%3E")
    center / 100% 12px no-repeat;
  opacity: 0.65;
}

.menu-board,
.pastry-section {
  display: grid;
  gap: 20px;
}

.menu-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) 0.95fr;
  gap: 18px;
}

.menu-column {
  display: grid;
  gap: 16px;
}

.menu-section-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
}

.menu-section-head span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-item-list,
.pastry-grid {
  display: grid;
  gap: 12px;
}

.menu-item,
.tea-room-card,
.pastry-card,
.pastry-feature-card {
  border: 1.5px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 249, 245, 0.88);
}

.menu-item,
.pastry-card {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
}

.menu-item strong,
.tea-room-copy strong,
.pastry-card strong,
.pastry-feature-card strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  line-height: 0.95;
}

.menu-item p,
.pastry-card p,
.pastry-feature-card p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.menu-item span:last-child,
.pastry-card span,
.pastry-feature-card span {
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}

.menu-item-list-soft .menu-item {
  background: rgba(247, 238, 232, 0.92);
}

.menu-visual-card {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border-radius: 28px;
  background: #1a1718;
}

.menu-visual {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: 22px;
}

.menu-visual-coffee {
  height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    linear-gradient(135deg, #34221c, #140f0f);
}

.menu-visual-coffee::before {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 16%;
  height: 40%;
  border-radius: 16px 16px 22px 22px;
  background: rgba(255, 247, 240, 0.92);
}

.menu-visual-coffee::after {
  content: "";
  position: absolute;
  right: 22%;
  bottom: 30%;
  width: 16%;
  height: 16%;
  border: 5px solid rgba(255, 247, 240, 0.92);
  border-left: 0;
  border-radius: 0 50% 50% 0;
}

.menu-visual-label {
  position: absolute;
  left: 22px;
  top: 20px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 248, 242, 0.12);
  color: #fff7f2;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tea-room-card {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 16px;
  padding: 18px;
}

.tea-room-copy {
  display: grid;
  gap: 10px;
  align-content: start;
}

.menu-visual-tea {
  min-height: 160px;
  background: linear-gradient(135deg, #e7d5c8, #c39a7b);
}

.menu-visual-tea::before {
  content: "";
  position: absolute;
  left: 34%;
  right: 34%;
  top: 16%;
  bottom: 12%;
  border-radius: 10px;
  background:
    linear-gradient(180deg, #171414 0 16%, #9d7654 16% 22%, #171414 22% 100%);
  box-shadow: 0 18px 24px rgba(60, 40, 30, 0.16);
}

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

.pastry-feature-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px;
  padding: 18px;
}

.menu-visual-croissant {
  min-height: 150px;
  background:
    radial-gradient(circle at 48% 54%, rgba(255, 191, 88, 0.98) 0 24%, rgba(214, 121, 45, 0.96) 25% 50%, transparent 51%),
    linear-gradient(135deg, #ffd176, #df7e37);
}

.pastry-card-dark {
  background: linear-gradient(180deg, #6d4736, #5a3a2e);
  color: #fff7f2;
}

.pastry-card-dark p,
.pastry-card-dark span {
  color: rgba(255, 244, 237, 0.82);
}

.art-frame-menu {
  width: min(1040px, calc(100% - 44px));
}

.menu-page {
  gap: 34px;
}

.menu-heading {
  display: grid;
  gap: 10px;
  max-width: 620px;
}

.menu-heading h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.8rem, 7vw, 5.8rem);
  line-height: 0.88;
  letter-spacing: -0.05em;
}

.menu-heading-copy {
  margin: 0;
  max-width: 56ch;
  color: var(--muted);
  line-height: 1.7;
}

.menu-grid {
  display: grid;
  grid-template-columns: 0.72fr 1fr 0.94fr;
  gap: 16px 18px;
  align-items: start;
  grid-template-areas:
    "intro board board"
    "photo board board"
    "extras extras tea";
}

.coffee-intro {
  grid-area: intro;
  display: grid;
  gap: 10px;
  align-content: start;
}

.coffee-intro h2,
.pastry-heading h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.35rem;
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.coffee-intro p,
.pastry-heading p,
.tea-room-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.signature-board,
.coffee-photo-card,
.ritual-card,
.tea-room-feature,
.pastry-feature-copy,
.pastry-highlight-dark,
.pastry-mini-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 249, 245, 0.9);
}

.signature-board {
  grid-area: board;
  padding: 18px 20px;
}

.signature-kicker-row {
  display: flex;
  justify-content: flex-start;
}

.board-kicker {
  color: #b08e7d;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.signature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 26px;
  row-gap: 0;
}

.signature-subhead {
  grid-column: 1 / -1;
  padding: 16px 0 10px;
  margin-top: 2px;
  border-top: 1px solid rgba(77, 52, 42, 0.1);
  color: #b08e7d;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.signature-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(77, 52, 42, 0.08);
}

.signature-item:nth-child(3),
.signature-item:nth-child(4),
.signature-item-inline {
  border-bottom: 0;
}

.signature-item strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  line-height: 0.95;
}

.signature-item p {
  margin: 7px 0 0;
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.88rem;
}

.signature-item span:last-child {
  color: var(--accent);
  font-size: 0.85rem;
  font-weight: 800;
  white-space: nowrap;
}

.signature-item-soft strong,
.signature-item-inline strong {
  font-size: 1.18rem;
}

.signature-item-soft p,
.signature-item-inline p {
  font-size: 0.82rem;
}

.coffee-photo-card {
  grid-area: photo;
  position: relative;
  min-height: 218px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(25, 19, 15, 0.08), rgba(25, 19, 15, 0.24)),
    url("img/cappuccino.jpg");
  background-size: auto, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  box-shadow: var(--shadow);
}

.coffee-photo-label {
  position: absolute;
  top: 16px;
  left: 18px;
  color: #fff7f2;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.coffee-glass {
  display: none;
}

.coffee-glass::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -12px;
  height: 12px;
  border-radius: 0 0 18px 18px;
  background: rgba(228, 219, 212, 0.9);
}

.coffee-lower-cards {
  grid-area: extras;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.ritual-card {
  padding: 16px;
  background: rgba(245, 235, 229, 0.88);
}

.ritual-list {
  display: grid;
  gap: 14px;
  margin-top: 10px;
}

.ritual-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.ritual-list strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  line-height: 0.95;
}

.ritual-list span {
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
}

.tea-room-feature {
  grid-area: tea;
  display: grid;
  gap: 16px;
  padding: 18px;
}

.tea-room-copy h3 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 0.92;
}

.tea-room-visual {
  position: relative;
  min-height: 184px;
  overflow: hidden;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(24, 20, 18, 0.1), rgba(24, 20, 18, 0.18)),
    url("img/tea.jpg");
  background-size: auto, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
}

.tea-room-visual::before {
  display: none;
}

.tea-room-visual::after {
  display: none;
}

.pastry-showcase {
  display: grid;
  gap: 18px;
}

.pastry-heading {
  display: grid;
  gap: 8px;
  max-width: 420px;
}

.pastry-layout {
  display: grid;
  grid-template-columns: 1.02fr 1fr 0.82fr;
  gap: 14px;
  grid-template-areas:
    "hero feature dark"
    "mini1 mini2 mini3";
}

.pastry-hero-visual {
  grid-area: hero;
  min-height: 182px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(66, 38, 19, 0.06), rgba(66, 38, 19, 0.16)),
    url("img/croissant.jpg");
  background-size: auto, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  box-shadow: var(--shadow);
}

.pastry-feature-copy {
  grid-area: feature;
  display: grid;
  gap: 10px;
  padding: 18px;
}

.pastry-feature-copy strong,
.pastry-highlight-dark strong,
.pastry-mini-card strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  line-height: 0.95;
}

.pastry-feature-copy p,
.pastry-mini-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.pastry-feature-copy span,
.pastry-highlight-dark span,
.pastry-mini-card span {
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 800;
}

.pastry-highlight-dark {
  grid-area: dark;
  display: grid;
  align-content: end;
  min-height: 182px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(47, 26, 20, 0.24), rgba(47, 26, 20, 0.58)),
    url("img/brownie.jpg");
  background-size: auto, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  color: #fff7f2;
}

.pastry-highlight-dark span {
  color: rgba(255, 245, 238, 0.82);
}

.pastry-mini-card {
  display: grid;
  gap: 8px;
  padding: 16px;
  background: rgba(245, 237, 232, 0.92);
}

.pastry-layout > .pastry-mini-card:nth-of-type(1) {
  grid-area: mini1;
}

.pastry-layout > .pastry-mini-card:nth-of-type(2) {
  grid-area: mini2;
}

.pastry-layout > .pastry-mini-card:nth-of-type(3) {
  grid-area: mini3;
}

.menu-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 26px;
  padding-top: 14px;
  border-top: 1px solid rgba(77, 52, 42, 0.08);
  color: var(--muted);
  font-size: 0.76rem;
}

.menu-footer div {
  display: grid;
  gap: 4px;
}

.menu-footer-brand {
  color: var(--ink);
  font-weight: 800;
}

.menu-footer nav {
  display: flex;
  align-items: center;
  gap: 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.art-frame-story {
  width: min(1040px, calc(100% - 44px));
}

.story-house {
  position: relative;
  display: grid;
  gap: 14px;
  padding-top: 56px;
}

.story-house::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 4px;
  width: min(44%, 360px);
  height: 68px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(231, 210, 194, 0.96), rgba(208, 174, 148, 0.94));
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  box-shadow: 0 16px 28px rgba(96, 63, 50, 0.08);
  pointer-events: none;
}

.story-house::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 66px;
  width: min(56%, 460px);
  height: 8px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(151, 111, 88, 0.24);
  pointer-events: none;
}

.house-floor {
  position: relative;
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 22px clamp(18px, 3vw, 28px) 24px;
  border: 1.5px solid rgba(125, 92, 71, 0.16);
  background: linear-gradient(180deg, rgba(252, 246, 241, 0.94), rgba(243, 233, 224, 0.94));
  box-shadow: 0 18px 34px rgba(96, 63, 50, 0.06);
}

.house-floor::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(199, 155, 120, 0), rgba(199, 155, 120, 0.4), rgba(199, 155, 120, 0));
}

.floor-attic {
  width: min(84%, 760px);
  border-radius: 28px 28px 18px 18px;
}

.floor-upper {
  width: min(90%, 860px);
  border-radius: 18px;
}

.floor-main {
  width: min(96%, 940px);
  border-radius: 18px;
}

.floor-ground {
  border-radius: 18px 18px 28px 28px;
  padding-bottom: 30px;
}

.floor-plate {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(125, 92, 71, 0.14);
  border-radius: 999px;
  background: rgba(255, 249, 245, 0.92);
  color: #9a7464;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.floor-plate::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(217, 156, 125, 0.72);
}

.story-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 320px;
  gap: 22px;
  align-items: center;
}

.story-hero-copy h1 {
  margin: 10px 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.5rem, 6.6vw, 5.6rem);
  line-height: 0.88;
  letter-spacing: -0.05em;
}

.story-hero-copy h1 span {
  display: inline-block;
  font-style: italic;
}

.story-hero-text {
  margin: 0;
  max-width: 46ch;
  color: var(--muted);
  line-height: 1.7;
}

.story-hero-visual {
  min-height: 330px;
}

.story-steam-card {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 330px;
  border-radius: 8px 26px 26px 26px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(20, 13, 11, 0.18), rgba(20, 13, 11, 0.46)),
    url("img/coffee_brewing.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.story-steam-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 42% 24%, rgba(255, 240, 228, 0.2), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(0deg, rgba(16, 10, 8, 0.2), transparent 42%);
}

.story-cup {
  display: none;
}

.story-cup::before {
  content: none;
}

.story-cup::after {
  content: none;
}

.heritage-row {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 18px;
  align-items: start;
}

.heritage-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.heritage-tile,
.roasting-visual {
  min-height: 168px;
  border-radius: 10px 24px 24px 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.heritage-tile-interior {
  background:
    linear-gradient(180deg, rgba(19, 14, 12, 0.12), rgba(19, 14, 12, 0.28)),
    url("img/cafe.jpg");
  background-size: cover;
  background-position: center;
}

.heritage-tile-hands {
  background:
    linear-gradient(180deg, rgba(255, 249, 244, 0.04), rgba(34, 20, 16, 0.18)),
    url("img/barista.jpg");
  background-size: cover;
  background-position: 58% center;
}

.heritage-copy-card,
.story-note-card,
.story-quote-card,
.roasting-note {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 249, 245, 0.9);
}

.heritage-copy-card {
  padding: 18px 20px;
}

.heritage-copy-card h2 {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.1rem;
  line-height: 0.92;
}

.heritage-copy-card p,
.story-note-card p,
.story-quote-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.heritage-copy-card p + p {
  margin-top: 12px;
}

.sourcing-banner {
  position: relative;
  min-height: 280px;
  padding: 24px;
  border-radius: 12px 28px 28px 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(25, 37, 18, 0.24), rgba(18, 38, 17, 0.62)),
    url("img/coffee.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.sourcing-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(165deg, transparent 0 34%, rgba(159, 202, 92, 0.32) 35% 38%, transparent 39% 52%, rgba(159, 202, 92, 0.22) 53% 56%, transparent 57%),
    linear-gradient(195deg, transparent 0 24%, rgba(135, 179, 78, 0.28) 25% 28%, transparent 29% 46%, rgba(135, 179, 78, 0.2) 47% 50%, transparent 51%);
}

.sourcing-banner-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  max-width: 430px;
  color: #f8f6f1;
}

.sourcing-banner-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  line-height: 0.9;
}

.sourcing-banner-copy p {
  margin: 0;
  color: rgba(248, 246, 241, 0.82);
  line-height: 1.7;
}

.sourcing-actions {
  display: flex;
  gap: 12px;
  margin-top: 6px;
}

.story-duo-cards {
  display: grid;
  grid-template-columns: 1.08fr 0.82fr;
  gap: 14px;
}

.story-note-card,
.story-quote-card {
  padding: 18px;
}

.story-note-card strong,
.story-quote-card strong {
  display: block;
  margin: 10px 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.65rem;
  line-height: 0.95;
}

.story-note-card span {
  display: inline-block;
  margin-top: 14px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-quote-card {
  display: grid;
  place-content: center;
  text-align: center;
  background: linear-gradient(180deg, #6a4737, #56392e);
  color: #fff7f2;
}

.story-quote-card p {
  color: rgba(255, 244, 237, 0.82);
}

.roasting-row {
  display: grid;
  grid-template-columns: 0.55fr 1.25fr;
  gap: 16px;
  align-items: stretch;
}

.roasting-note {
  padding: 18px;
  background: #f4d7c7;
}

.roasting-points {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.roasting-points li {
  position: relative;
  padding-left: 18px;
  color: #4f3a31;
  line-height: 1.6;
}

.roasting-points li::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4f3126;
}

.roasting-visual {
  min-height: 260px;
  background:
    linear-gradient(180deg, rgba(8, 8, 10, 0.08), rgba(8, 8, 10, 0.36)),
    url("img/roast.jpg");
  background-size: cover;
  background-position: center;
}

.roasting-visual::before {
  content: none;
}

.story-cta {
  display: grid;
  gap: 10px;
  justify-items: center;
  padding-top: 6px;
  text-align: center;
}

.story-cta-kicker {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  font-style: italic;
  color: #936f61;
}

.story-cta p:last-of-type {
  margin: 0;
  max-width: 46ch;
  color: var(--muted);
  line-height: 1.7;
}

.story-cta-actions {
  display: flex;
  gap: 12px;
  margin-top: 4px;
}

.art-frame-visit {
  width: min(1040px, calc(100% - 44px));
}

.visit-page {
  gap: 30px;
}

.visit-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: start;
}

.visit-hero-title h1 {
  margin: 10px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.6rem, 6.8vw, 5.8rem);
  line-height: 0.88;
  letter-spacing: -0.05em;
}

.visit-hero-title h1 span {
  display: inline-block;
  font-style: italic;
}

.visit-hero-copy {
  max-width: 32ch;
  padding-top: 20px;
  color: var(--muted);
  line-height: 1.75;
}

.visit-overview {
  display: grid;
  grid-template-columns: 1.2fr 0.68fr;
  gap: 18px;
  align-items: stretch;
}

.visit-map-card,
.visit-hours-card,
.visit-form,
.visit-cup-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 249, 245, 0.9);
}

.visit-map-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  background:
    linear-gradient(135deg, #b7b3b2, #8d8a8c);
  box-shadow: var(--shadow);
}

.visit-map-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(255, 255, 255, 0.34) 12% 14%, transparent 14% 28%, rgba(255, 255, 255, 0.28) 28% 30%, transparent 30% 44%, rgba(255, 255, 255, 0.28) 44% 46%, transparent 46% 62%, rgba(255, 255, 255, 0.24) 62% 64%, transparent 64%),
    linear-gradient(0deg, transparent 0 14%, rgba(255, 255, 255, 0.28) 14% 16%, transparent 16% 32%, rgba(255, 255, 255, 0.24) 32% 34%, transparent 34% 54%, rgba(255, 255, 255, 0.26) 54% 56%, transparent 56% 72%, rgba(255, 255, 255, 0.24) 72% 74%, transparent 74%);
}

.visit-map-pin {
  position: absolute;
  left: 50%;
  top: 42%;
  width: 34px;
  height: 34px;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 50% 50% 50% 0;
  background: #603f32;
  box-shadow: 0 14px 22px rgba(71, 49, 39, 0.24);
}

.visit-map-pin::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: #f6eee8;
}

.visit-map-tag {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 249, 245, 0.92);
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visit-hours-card {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 22px 20px;
  background: rgba(245, 234, 228, 0.9);
}

.visit-hours-list {
  display: grid;
  gap: 14px;
}

.visit-hours-list div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--ink);
  font-size: 0.9rem;
}

.visit-hours-list span:last-child,
.visit-hours-card p {
  color: var(--muted);
}

.visit-hours-card p {
  margin: 6px 0 0;
  font-size: 0.86rem;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 22px;
}

.contact-left {
  display: grid;
  gap: 18px;
  align-content: start;
}

.contact-copy h2 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  line-height: 0.92;
}

.contact-copy p,
.contact-details span {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.contact-details {
  display: grid;
  gap: 14px;
}

.contact-details div {
  display: grid;
  gap: 4px;
}

.contact-details strong {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.visit-cup-card {
  min-height: 180px;
  overflow: hidden;
  background:
    radial-gradient(circle at 34% 70%, rgba(218, 165, 88, 0.94) 0 16%, rgba(89, 57, 42, 0.96) 17% 28%, rgba(17, 14, 14, 0.96) 29% 40%, transparent 41%),
    linear-gradient(135deg, #4b3b30, #121011);
  box-shadow: var(--shadow);
}

.visit-form {
  padding: 18px;
  background: rgba(250, 242, 237, 0.94);
}

.visit-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.visit-form label {
  display: grid;
  gap: 8px;
}

.visit-form label span {
  color: #b08e7d;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.visit-form input,
.visit-form select,
.visit-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(77, 52, 42, 0.08);
  border-radius: 14px;
  background: rgba(244, 234, 228, 0.82);
  color: var(--ink);
  font: inherit;
}

.visit-form textarea {
  min-height: 158px;
  resize: vertical;
}

.visit-form-wide {
  grid-column: 1 / -1;
}

.visit-submit {
  margin-top: 18px;
  min-width: 170px;
}

.visit-form-note {
  margin: 14px 2px 0;
  color: var(--muted);
  line-height: 1.6;
}

.visit-form-note.is-success {
  color: #2f5b46;
}

.visit-form-note.is-error {
  color: #8a3c2f;
}

.visit-form input.is-invalid,
.visit-form select.is-invalid,
.visit-form textarea.is-invalid {
  border-color: rgba(138, 60, 47, 0.46);
  box-shadow: 0 0 0 1px rgba(138, 60, 47, 0.12);
}

@keyframes heroKenBurns {
  from {
    background-size: auto, 104%;
    background-position: center, 50% 50%;
  }

  to {
    background-size: auto, 110%;
    background-position: center, 54% 46%;
  }
}

@keyframes cozyFloat {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes roastDrift {
  from {
    background-size: auto, 106%;
    background-position: center, 50% 50%;
  }

  to {
    background-size: auto, 112%;
    background-position: center, 48% 46%;
  }
}

@media (max-width: 980px) {
  .art-header {
    grid-template-columns: auto auto;
    align-items: start;
    gap: 14px 18px;
  }

  .art-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    order: 3;
    padding-top: 4px;
  }

  .art-order {
    align-self: start;
  }

  .hero,
  .space-grid,
  .menu-columns,
  .featured-grid {
    grid-template-columns: 1fr;
  }

  .art-frame-menu {
    width: min(100%, calc(100% - 20px));
  }

  .menu-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "photo"
      "board"
      "extras"
      "tea";
  }

  .pastry-layout {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "hero feature"
      "dark dark"
      "mini1 mini2"
      "mini3 mini3";
  }

  .art-frame-story {
    width: min(100%, calc(100% - 20px));
  }

  .story-house {
    padding-top: 42px;
  }

  .story-house::before {
    width: min(56%, 320px);
    height: 54px;
  }

  .story-house::after {
    top: 54px;
    width: min(66%, 420px);
  }

  .floor-attic,
  .floor-upper,
  .floor-main,
  .floor-ground {
    width: 100%;
  }

  .art-frame-visit {
    width: min(100%, calc(100% - 20px));
  }

  .story-hero,
  .heritage-row,
  .story-duo-cards,
  .roasting-row {
    grid-template-columns: 1fr;
  }

  .visit-hero,
  .visit-overview,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .menu-hero,
  .section-row,
  .section-intro {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-pills {
    justify-content: flex-start;
    max-width: none;
  }

  .hero-visual-card {
    min-height: 420px;
  }

  .latte-panel {
    inset: 0 0 26px 0;
  }

  .hero-floating-card {
    left: 18px;
  }

  .beans-card {
    grid-column: auto;
    height: 340px
  ;
  }

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

  .pastry-feature-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  body {
    background: linear-gradient(180deg, #f8f2eb 0%, var(--bg) 100%);
  }

  .art-frame {
    width: min(100%, calc(100% - 20px));
    margin: 10px auto;
    padding: 16px 14px 22px;
  }

  .art-header,
  .section-row,
  .section-intro,
  .menu-hero,
  .menu-section-head,
  .tea-room-card,
  .menu-footer,
  .art-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .art-header {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px 10px;
    padding-bottom: 18px;
  }

  .art-brand {
    font-size: 1.3rem;
  }

  .art-nav {
    grid-column: 1 / -1;
    order: 3;
    width: 100%;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 12px;
    border-top: 1px solid rgba(125, 92, 71, 0.12);
    font-size: 0.68rem;
  }

  .hero-copy h1,
  .menu-hero h1,
  .section-intro h2,
  .section-row h2,
  .brew-panel h2 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .hero-visual-card {
    min-height: 360px;
  }

  .art-page::before,
  .hero-visual-card::before,
  .hero-visual-card::after,
  .featured-section::after {
    display: none;
  }

  .latte-cup {
    inset: 34px;
  }

  .hero-actions,
  .brew-tags,
  .menu-pills,
  .story-cta-actions,
  .sourcing-actions {
    flex-direction: column;
  }

  .button,
  .brew-tags span,
  .menu-pills span,
  .art-order {
    width: 100%;
  }

  .art-order {
    width: auto;
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.68rem;
  }

  .story-house {
    gap: 12px;
    padding-top: 18px;
  }

  .story-house::before,
  .story-house::after {
    display: none;
  }

  .house-floor {
    padding: 18px 14px 20px;
    border-radius: 22px;
  }

  .floor-plate {
    margin-bottom: 14px;
    padding: 6px 10px;
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .pastry-grid,
  .pastry-feature-card {
    grid-template-columns: 1fr;
  }

  .signature-grid,
  .coffee-lower-cards,
  .pastry-layout {
    grid-template-columns: 1fr;
  }

  .signature-grid {
    display: grid;
  }

  .signature-item,
  .ritual-list div,
  .menu-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-footer nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .pastry-layout {
    grid-template-areas:
      "hero"
      "feature"
      "dark"
      "mini1"
      "mini2"
      "mini3";
  }

  .visit-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button,
  .art-order,
  .roast-copy-card,
  .roast-accent-card,
  .roast-share-card,
  .latte-panel,
  .beans-visual,
  .hero-floating-card {
    transition: none;
    animation: none;
  }

  .hero-visual-card::before,
  .hero-visual-card::after,
  .featured-section::after {
    transform: none;
  }
}
