:root {
  --green: #28704f;
  --green-dark: #144631;
  --gold: #d7a357;
  --gold-light: #efc46b;
  --cream: #fbf8ef;
  --paper: #fffdf7;
  --ink: #4b382e;
  --muted: #74665c;
  --line: rgba(75, 56, 46, 0.14);
  --shadow: 0 24px 80px rgba(31, 24, 18, 0.18);
  --sidebar: 296px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
}

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

img[loading="lazy"] {
  content-visibility: auto;
}

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

button,
input,
textarea {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.scroll-meter {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 100;
  width: var(--scroll, 0%);
  height: 4px;
  background: linear-gradient(90deg, var(--gold), #fff2b7);
  box-shadow: 0 0 20px rgba(239, 196, 107, 0.8);
}

.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 50;
  width: var(--sidebar);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  padding: 34px 28px;
  color: #fffaf0;
  background:
    radial-gradient(circle at 30% 10%, rgba(239, 196, 107, 0.24), transparent 28%),
    linear-gradient(180deg, #2b7654, var(--green-dark));
  box-shadow: 16px 0 50px rgba(10, 28, 19, 0.25);
}

.brand {
  width: 188px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 8px;
  border-radius: 999px;
  background: var(--paper);
  border: 5px solid var(--gold);
  box-shadow: 0 16px 40px rgba(12, 30, 21, 0.28);
}

.brand img {
  border-radius: 999px;
}

.site-nav {
  width: 100%;
  display: grid;
  gap: 12px;
}

.nav-link {
  min-height: 52px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 700;
  transition: background 180ms ease, transform 180ms ease, color 180ms ease;
}

.nav-link:hover,
.nav-link.active {
  color: #fff;
  background: linear-gradient(135deg, var(--gold), #c69249);
  transform: translateX(4px);
}

.sidebar-card {
  margin-top: auto;
  width: 100%;
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.quick-line {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: start;
  font-weight: 700;
}

.quick-line span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--green-dark);
  background: var(--gold);
}

.menu-toggle {
  display: none;
}

main {
  margin-left: var(--sidebar);
  overflow: hidden;
}

.section {
  padding: clamp(72px, 9vw, 128px) clamp(24px, 6vw, 92px);
}

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

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 0.96;
  letter-spacing: 0;
}

h1 {
  max-width: 880px;
  color: #fffaf2;
  font-size: clamp(4rem, 8.4vw, 8.7rem);
  text-shadow: 0 18px 55px rgba(0, 0, 0, 0.38);
}

h2 {
  font-size: clamp(2.7rem, 5.6vw, 5.7rem);
}

h3 {
  font-size: 2rem;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: clamp(110px, 12vw, 170px) clamp(24px, 7vw, 100px) clamp(42px, 7vw, 86px);
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(14, 38, 27, 0.72), rgba(14, 38, 27, 0.36) 48%, rgba(14, 38, 27, 0.68)),
    var(--hero-bg, url("/assets/backgrounds/hero-tea-table.jpeg")) center / cover fixed;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 42%;
  background: linear-gradient(0deg, rgba(20, 70, 49, 0.8), transparent);
}

.hero-backdrop {
  position: absolute;
  inset: 44px 6vw auto auto;
  z-index: -1;
  width: min(26vw, 330px);
  aspect-ratio: 1;
  border: 1px solid rgba(239, 196, 107, 0.45);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.12);
  backdrop-filter: blur(8px);
  animation: slow-spin 26s linear infinite;
}

.hero-copy {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 250, 242, 0.9);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.hero-actions,
.stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 24px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button:focus-visible,
.nav-link:focus-visible,
.tab-button:focus-visible,
.card-actions a:focus-visible,
.back-link:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 4px;
}

.button.primary {
  color: #2f2119;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 16px 34px rgba(20, 70, 49, 0.22);
}

.button.ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.button.ghost.dark {
  color: var(--green-dark);
  border-color: rgba(20, 70, 49, 0.24);
  background: rgba(255, 255, 255, 0.72);
}

.button.glass {
  color: #fff;
  border: 1px solid rgba(37, 211, 102, 0.5);
  background: rgba(37, 211, 102, 0.2);
  backdrop-filter: blur(16px);
}

.hours-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 280px));
  gap: 16px;
  margin: 44px 0 0;
}

.hours-strip div {
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.hours-strip dt {
  color: rgba(255, 250, 242, 0.76);
  font-weight: 700;
}

.hours-strip dd {
  margin: 4px 0 0;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1;
}

.hero-mini-card {
  position: absolute;
  right: clamp(20px, 5vw, 74px);
  bottom: clamp(18px, 5vw, 56px);
  width: min(340px, calc(100% - 40px));
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  color: #fffaf2;
  background: rgba(20, 70, 49, 0.7);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.hero-mini-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-light);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-mini-card strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.6rem;
  line-height: 1.08;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.86fr);
  gap: clamp(36px, 7vw, 86px);
  align-items: center;
}

.copy-block p {
  max-width: 740px;
  color: var(--muted);
  font-size: 1.06rem;
}

.stats-row span {
  flex: 1 1 150px;
  padding: 16px;
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.58);
}

.stats-row strong {
  display: block;
  color: var(--green);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.2rem;
  line-height: 1;
}

.image-stack {
  position: relative;
  min-height: 560px;
}

.stack-main,
.stack-float {
  position: absolute;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.stack-main {
  inset: 0 0 auto auto;
  width: 82%;
  height: 78%;
}

.stack-float {
  inset: auto auto 0 0;
  width: 58%;
  height: 46%;
  border: 8px solid var(--cream);
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 0;
}

.feature-pill {
  min-height: 230px;
  display: grid;
  align-content: end;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 253, 247, 0.95)),
    radial-gradient(circle at 15% 15%, rgba(215, 163, 87, 0.2), transparent 32%);
  box-shadow: 0 16px 42px rgba(31, 24, 18, 0.08);
}

.feature-pill span,
.rental-card span,
.featured-menu span,
.action-button span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.feature-pill p,
.rental-card p,
.review-card p,
.action-button small {
  color: var(--muted);
}

.fixed-break {
  min-height: 58svh;
  display: grid;
  place-items: center;
  padding: clamp(64px, 10vw, 130px) clamp(24px, 7vw, 100px);
  color: #fffaf2;
  text-align: center;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  isolation: isolate;
  position: relative;
}

.fixed-break::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(20, 70, 49, 0.82), rgba(75, 56, 46, 0.52)),
    radial-gradient(circle at 50% 40%, rgba(239, 196, 107, 0.26), transparent 34%);
}

.cafe-break {
  background-image: var(--cafe-break-bg, url("/assets/backgrounds/iced-latte.jpeg"));
}

.book-break {
  background-image: url("/assets/backgrounds/book-cafe-room.jpeg");
}

.break-content {
  max-width: 900px;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 36px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.06rem;
}

.menu-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 34px;
}

.tab-button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}

.tab-button.active,
.tab-button:hover {
  color: #fff;
  border-color: var(--green);
  background: var(--green);
}

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

.menu-showcase {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(360px, 1.22fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: start;
}

.featured-menu {
  position: sticky;
  top: 32px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.featured-menu img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}

.featured-menu div {
  padding: 28px;
}

.featured-menu p {
  color: var(--muted);
}

.featured-menu strong {
  display: inline-flex;
  margin-top: 6px;
  color: var(--green);
  font-size: 1.3rem;
}

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

.menu-line {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.84);
  box-shadow: 0 10px 26px rgba(31, 24, 18, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.menu-line:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(31, 24, 18, 0.12);
}

.menu-line.is-hidden {
  display: none;
}

.menu-line img {
  width: 78px;
  height: 78px;
  border-radius: 8px;
  object-fit: cover;
}

.menu-line h3 {
  font-size: 1.55rem;
}

.menu-line p {
  margin: 2px 0 0;
  color: var(--muted);
}

.menu-line strong {
  color: var(--green);
  font-size: 1.05rem;
}

.menu-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 12px 35px rgba(31, 24, 18, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, opacity 180ms ease;
}

.menu-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.menu-card.is-hidden {
  display: none;
}

.menu-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.menu-card div {
  padding: 24px;
}

.cms-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.cms-card {
  overflow: hidden;
  border: 1px solid rgba(75, 56, 46, 0.14);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 16px 42px rgba(31, 24, 18, 0.08);
}

.cms-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.cms-card div {
  padding: 22px;
}

.page-hero {
  padding: 120px clamp(24px, 6vw, 92px);
  color: #fffaf2;
  background: var(--green-dark);
}

.page-hero h1 {
  font-size: clamp(3rem, 7vw, 6rem);
}

.article {
  max-width: 860px;
  margin: auto;
}

.article img {
  width: 100%;
  max-height: 460px;
  margin-bottom: 24px;
  border-radius: 8px;
  object-fit: cover;
}

.menu-card span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.menu-card p {
  color: var(--muted);
}

.events-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 253, 247, 0.78)),
    var(--paper);
}

.event-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(340px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(26px, 5vw, 62px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.9), rgba(255, 255, 255, 0.62)),
    url("/assets/backgrounds/hero-tea-table.jpeg") center / cover;
  box-shadow: var(--shadow);
}

.notice {
  display: inline-block;
  margin: 8px 0 22px;
  padding: 10px 14px;
  border-left: 4px solid var(--gold);
  font-weight: 800;
  background: rgba(215, 163, 87, 0.16);
}

.event-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.event-photo-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
}

.event-photo-grid img:nth-child(3) {
  grid-column: 1 / -1;
  height: 240px;
}

.rental-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.rental-card,
.review-card {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.86);
  box-shadow: 0 16px 42px rgba(31, 24, 18, 0.08);
}

.rental-card h3 {
  margin-top: 12px;
}

.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 230px;
  gap: 18px;
}

.gallery-tile {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 0 14px 38px rgba(31, 24, 18, 0.12);
}

.gallery-tile.tall {
  grid-row: span 2;
}

.gallery-tile.wide {
  grid-column: span 2;
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease, opacity 220ms ease;
}

.gallery-tile:hover img {
  transform: scale(1.06);
  opacity: 0.78;
}

.gallery-tile span {
  position: absolute;
  inset: auto 16px 16px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  background: rgba(20, 70, 49, 0.82);
  backdrop-filter: blur(10px);
}

.reviews-section {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.92), rgba(251, 248, 239, 1)),
    var(--paper);
}

.review-card {
  margin: 0;
  display: grid;
  align-content: space-between;
}

.review-card p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.3vw, 2rem);
  line-height: 1.12;
}

.review-card cite {
  margin-top: 22px;
  color: var(--green);
  font-style: normal;
  font-weight: 900;
}

.contact-section {
  background:
    linear-gradient(rgba(251, 248, 239, 0.88), rgba(251, 248, 239, 0.9)),
    var(--contact-bg, url("/assets/backgrounds/cinnamon-rolls.jpeg")) center / cover fixed;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
  padding: clamp(26px, 5vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.contact-list a {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
}

.contact-list span {
  grid-row: span 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--green-dark);
  background: var(--gold);
  font-weight: 900;
}

.contact-list strong {
  display: block;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.action-panel {
  display: grid;
  gap: 14px;
}

.map-embed {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 42px rgba(31, 24, 18, 0.1);
}

.map-embed iframe {
  display: block;
  width: 100%;
  height: clamp(260px, 34vw, 420px);
}

.action-button {
  display: grid;
  gap: 4px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.action-button:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(31, 24, 18, 0.14);
}

.action-button.whatsapp {
  color: #fff;
  border-color: rgba(37, 211, 102, 0.42);
  background: linear-gradient(135deg, #25d366, #168a45);
}

.action-button.whatsapp span,
.action-button.whatsapp small {
  color: rgba(255, 255, 255, 0.84);
}

.action-button strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.social-row a,
.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--green-dark);
  font-weight: 900;
  background: rgba(215, 163, 87, 0.2);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(75, 56, 46, 0.18);
  border-radius: 8px;
  padding: 14px 16px;
  color: var(--ink);
  background: #fff;
  outline: none;
  transition: border 160ms ease, box-shadow 160ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(215, 163, 87, 0.18);
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  background: #25d366;
  box-shadow: 0 16px 40px rgba(13, 84, 42, 0.32);
}

.site-footer {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 28px clamp(24px, 6vw, 92px);
  color: #fffaf2;
  background: var(--green-dark);
}

.site-footer img {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: var(--paper);
}

.site-footer p {
  margin: 4px 0 0;
  color: rgba(255, 250, 242, 0.78);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.mobile-cta {
  display: none;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(10, 18, 14, 0.82);
  backdrop-filter: blur(10px);
}

.lightbox.open {
  display: grid;
}

.lightbox img {
  max-width: min(1080px, 92vw);
  max-height: 82vh;
  border-radius: 8px;
  object-fit: contain;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.14);
  cursor: pointer;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 700ms ease, transform 700ms ease;
}

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
}

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

.media-hero {
  position: relative;
  min-height: 62svh;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(120px, 13vw, 180px) clamp(24px, 7vw, 100px) clamp(58px, 8vw, 100px);
  background:
    linear-gradient(90deg, rgba(20, 70, 49, 0.88), rgba(20, 70, 49, 0.42) 58%, rgba(75, 56, 46, 0.72)),
    var(--page-hero-bg, url("/assets/backgrounds/book-cafe-room.jpeg")) center / cover fixed;
}

.media-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 46%;
  background: linear-gradient(0deg, rgba(20, 70, 49, 0.82), transparent);
}

.page-hero-inner {
  max-width: 920px;
}

.page-hero-inner p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 250, 242, 0.88);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
}

.content-chips,
.article-meta,
.card-actions,
.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.content-chips {
  margin-top: 28px;
}

.content-chips span,
.article-meta span,
.event-meta span,
.card-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--green-dark);
  background: rgba(239, 196, 107, 0.9);
  font-size: 0.78rem;
  font-weight: 900;
}

.editorial-section {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.94), rgba(251, 248, 239, 1)),
    var(--cream);
}

.featured-story {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  margin-bottom: clamp(50px, 8vw, 86px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.featured-story > img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.featured-story > div {
  padding: clamp(24px, 5vw, 52px);
}

.featured-story h2 {
  font-size: clamp(2.6rem, 5vw, 5rem);
}

.featured-story p,
.refined-article,
.event-list-card p {
  color: var(--muted);
}

.refined-grid .cms-card {
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.refined-grid .cms-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.refined-grid .cms-card img {
  transition: transform 500ms ease;
}

.refined-grid .cms-card:hover img {
  transform: scale(1.04);
}

.card-kicker {
  margin-bottom: 12px;
  background: rgba(215, 163, 87, 0.2);
}

.card-actions {
  margin-top: 18px;
}

.card-actions a,
.back-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--green-dark);
  background: rgba(215, 163, 87, 0.22);
  font-weight: 900;
}

.article-hero {
  min-height: 68svh;
}

.article-meta {
  margin-top: 24px;
}

.refined-article {
  max-width: 900px;
  font-size: 1.1rem;
}

.refined-article p {
  margin-top: 0;
}

.back-link {
  width: fit-content;
  margin-bottom: 22px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.article-cta {
  margin-top: 42px;
  padding: clamp(24px, 5vw, 44px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.95), rgba(255, 255, 255, 0.72)),
    url("/assets/backgrounds/hero-tea-table.jpeg") center / cover;
  box-shadow: 0 16px 42px rgba(31, 24, 18, 0.08);
}

.article-cta h2 {
  font-size: clamp(2.3rem, 4.5vw, 4.5rem);
}

.related-section {
  padding-top: 0;
}

@keyframes slow-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1100px) {
  :root {
    --sidebar: 238px;
  }

  .brand {
    width: 154px;
  }

  .menu-grid,
  .gallery-mosaic,
  .feature-strip,
  .rental-grid,
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-grid,
  .event-card,
  .contact-panel,
  .menu-showcase {
    grid-template-columns: 1fr;
  }

  .featured-menu {
    position: relative;
    top: auto;
  }

  .image-stack {
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  :root {
    --sidebar: 0px;
  }

  .sidebar {
    width: 100%;
    height: 76px;
    inset: 0 0 auto 0;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 16px;
  }

  .brand {
    width: 58px;
    border-width: 2px;
    padding: 2px;
  }

  .menu-toggle {
    width: 46px;
    height: 46px;
    display: grid;
    gap: 5px;
    place-content: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
  }

  .menu-toggle span:not(.sr-only) {
    width: 20px;
    height: 2px;
    display: block;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-nav {
    position: absolute;
    inset: 76px 12px auto;
    display: none;
    padding: 14px;
    border-radius: 8px;
    background: rgba(20, 70, 49, 0.96);
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: grid;
  }

  .nav-link {
    min-height: 44px;
    font-size: 1.35rem;
  }

  .sidebar-card {
    display: none;
  }

  main {
    margin-left: 0;
  }

  .hero {
    min-height: 92svh;
    padding-top: 126px;
    padding-bottom: 168px;
    background-attachment: scroll;
  }

  .hero-mini-card {
    right: 14px;
    bottom: 72px;
  }

  h1 {
    font-size: clamp(3.2rem, 16vw, 4.8rem);
  }

  .hours-strip {
    grid-template-columns: 1fr;
  }

  .fixed-break,
  .contact-section,
  .media-hero {
    background-attachment: scroll;
  }

  .menu-grid,
  .gallery-mosaic,
  .event-photo-grid,
  .feature-strip,
  .rental-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

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

  .featured-story {
    grid-template-columns: 1fr;
  }

  .featured-story > img {
    min-height: 280px;
    height: 320px;
  }

  .media-hero {
    min-height: 64svh;
    padding-top: 128px;
  }

  .menu-line {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .menu-line img {
    width: 64px;
    height: 64px;
  }

  .menu-line strong {
    grid-column: 2;
  }

  .gallery-tile,
  .gallery-tile.tall,
  .gallery-tile.wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 260px;
  }

  .image-stack {
    min-height: 360px;
  }

  .stack-main {
    width: 88%;
    height: 76%;
  }

  .stack-float {
    width: 66%;
    height: 42%;
    border-width: 5px;
  }

  .whatsapp-float {
    display: none;
  }

  .mobile-cta {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    background: rgba(20, 70, 49, 0.88);
    box-shadow: 0 18px 44px rgba(10, 28, 19, 0.28);
    backdrop-filter: blur(18px);
  }

  .mobile-cta a {
    min-height: 46px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.12);
  }

  .mobile-cta a:last-child {
    color: var(--green-dark);
    background: var(--gold-light);
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding-bottom: 98px;
    text-align: center;
  }

  .site-footer img {
    margin: 0 auto;
  }

  .footer-links {
    justify-content: center;
  }
}

@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;
  }

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