/* Tawan Chay — homepage (premium restaurant layout) */

/* Section rhythm */
.home-about,
.home-menu-preview,
.home-popular,
.home-gallery,
.home-reviews,
.home-cta {
  padding-block: clamp(4.25rem, 9vw, 7.25rem);
}

.home-section-title {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: var(--green);
}

.section-intro--center {
  text-align: center;
  max-width: 42rem;
  margin-inline: auto;
  margin-bottom: clamp(2.25rem, 4vw, 3rem);
}

/* Hero — sun mark only */
.home-hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: -120px;
  right: -180px;
  background: url('../img/sun-mark.svg') no-repeat center / contain;
  opacity: 0.1;
  transform: rotate(-8deg);
  pointer-events: none;
  z-index: 0;
}

.home-hero {
  position: relative;
  padding: clamp(3.75rem, 8vw, 6rem) 0 clamp(4rem, 9vw, 6.5rem);
  overflow: hidden;
}

.home-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 88% 15%, rgba(184, 122, 26, 0.08) 0%, transparent 58%),
    radial-gradient(ellipse 50% 45% at 12% 90%, rgba(30, 52, 41, 0.06) 0%, transparent 52%),
    linear-gradient(168deg, #fffefb 0%, var(--bg) 52%, var(--bg-soft) 100%);
  pointer-events: none;
  z-index: 0;
}

.home-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 2.75rem);
  z-index: 1;
}

.home-hero__content {
  max-width: 32rem;
}

.home-hero__content .section-eyebrow + .display-heading {
  margin-top: 0;
  margin-bottom: 0.65rem;
}

.home-hero__content .display-heading {
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.home-hero__lead {
  font-size: clamp(1.02rem, 1.7vw, 1.15rem);
  font-weight: 500;
  color: var(--green-mid);
  margin-bottom: 0.55rem;
}

.home-hero__text {
  color: var(--muted);
  font-size: 1rem;
  max-width: 40ch;
  margin-bottom: 1.35rem;
  line-height: 1.68;
}

.home-hero__actions {
  margin-bottom: 1.35rem;
}

.home-hero__meta {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  padding: 0.85rem 1rem;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.78) 0%,
    rgba(255, 255, 255, 0.22) 50%,
    rgba(255, 255, 255, 0.02) 82%,
    transparent 100%
  );
  border-right-color: transparent;
  border-radius: var(--radius);
}

.home-hero__meta li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--text);
}

.home-hero__meta a {
  color: inherit;
  text-decoration: none;
}

.home-hero__meta a:hover {
  color: var(--green-dark);
  text-decoration: underline;
}

.home-hero__meta-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--gold);
  stroke-width: 2;
}

/* Hero visual stack */

.home-hero__visual {
  position: relative;
  min-height: clamp(320px, 40vw, 460px);
  padding-left: 0.5rem;
  padding-bottom: 0.75rem;
}

.home-hero__glow {
  position: absolute;
  inset: 5% -5% 0 8%;
  background: radial-gradient(ellipse at 55% 45%, rgba(184, 122, 26, 0.28) 0%, rgba(184, 122, 26, 0.08) 42%, transparent 72%);
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}

.home-hero__media {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.home-hero__media--main {
  position: relative;
  z-index: 1;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.home-hero__media--main img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero__media--accent {
  position: absolute;
  right: -0.35rem;
  bottom: -1.65rem;
  left: auto;
  z-index: 2;
  width: min(46%, 248px);
  aspect-ratio: 1;
  border: 3px solid #fff;
  border-radius: var(--radius-lg);
  box-shadow:
    0 22px 48px rgba(30, 52, 41, 0.2),
    0 8px 20px rgba(30, 52, 41, 0.1),
    0 0 0 1px rgba(184, 122, 26, 0.12);
}

.home-hero__media--accent img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* About */

.home-about {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--bg) 0%, #fffefb 38%, #ffffff 100%);
}

.home-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
  z-index: 0;
}

.home-about::after {
  content: "";
  position: absolute;
  top: 12%;
  left: 0;
  width: min(62%, 720px);
  height: 76%;
  background: linear-gradient(
    248deg,
    transparent 0%,
    rgba(240, 232, 220, 0.35) 22%,
    rgba(252, 247, 240, 0.55) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.home-about > .container {
  position: relative;
  z-index: 1;
}

.home-about__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  z-index: 1;
}

.home-about__content {
  max-width: 34rem;
  padding-left: clamp(0.5rem, 2vw, 1.25rem);
}

.home-about__content .section-eyebrow + .home-section-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.home-about__text {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 44ch;
  margin-bottom: 1.75rem;
  line-height: 1.72;
}

.home-about__features {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 1.85rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--border);
}

.home-about__features li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  padding: 0 1rem;
  text-align: center;
  transition: transform 0.25s ease;
}

.home-about__features li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: var(--border);
}

.home-about__features li:first-child {
  padding-left: 0;
}

.home-about__features li:last-child {
  padding-right: 0;
}

.home-about__feature-icon {
  display: block;
  width: clamp(1.85rem, 3vw, 2.35rem);
  height: clamp(1.85rem, 3vw, 2.35rem);
  padding: 0.72rem;
  box-sizing: content-box;
  border-radius: 50%;
  color: var(--gold);
  background: transparent;
  stroke-width: 1.65;
  flex-shrink: 0;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.home-about__features li:hover .home-about__feature-icon,
.home-about__features li:focus-within .home-about__feature-icon {
  background: rgba(184, 122, 26, 0.14);
  color: var(--gold-hover);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(184, 122, 26, 0.12);
}

.home-about__feature-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green-mid);
  transition: color 0.25s ease;
}

.home-about__features li:hover .home-about__feature-label,
.home-about__features li:focus-within .home-about__feature-label {
  color: var(--green);
}

.home-about__media {
  position: relative;
  margin: 0 auto 0 0;
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: 420px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(30, 52, 41, 0.14);
}

.home-about__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-about__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 1rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.72);
  background: linear-gradient(to top, rgba(20, 35, 28, 0.5) 0%, transparent 100%);
}

/* Menu preview — editorial text menu */

.home-menu-preview {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fffefb 55%, var(--bg) 100%);
}

.home-menu-preview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
}

.menu-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.menu-preview-col__title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--green);
  margin-bottom: 1.15rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid var(--border);
}

.menu-preview-list {
  list-style: none;
}

.menu-preview-item {
  padding-block: 0.85rem;
  border-bottom: 1px solid rgba(30, 52, 41, 0.1);
}

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

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

.menu-preview-item__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.25rem;
}

.menu-preview-item__name {
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--green);
  flex-shrink: 0;
}

.menu-preview-item__leader {
  display: none;
}

.menu-preview-item__price {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--gold);
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}

.menu-preview-item__desc {
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.55;
  max-width: 36ch;
}

.menu-preview__footer {
  text-align: center;
}

/* Popular dishes */

.home-popular {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--bg) 0%, rgba(240, 232, 220, 0.35) 48%, var(--bg-soft) 100%);
}

.home-popular__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.home-popular__intro {
  max-width: 36rem;
}

.home-popular__intro .section-eyebrow + .home-section-title {
  margin-top: 0;
  margin-bottom: 0.45rem;
}

.home-popular__intro > p:not(.section-eyebrow) {
  color: var(--muted);
  font-size: 1rem;
  margin: 0;
}

.home-popular__cta {
  flex-shrink: 0;
  margin-bottom: 0.15rem;
}

.menu-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.15rem, 2vw, 1.5rem);
}

.menu-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}

.menu-card:not(:hover) {
  transition-duration: 0.65s;
}

.menu-card:hover {
  transform: translateY(-4px);
}

.menu-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  background: var(--card);
  transition:
    box-shadow 0.45s cubic-bezier(0.33, 1, 0.68, 1),
    border-color 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}

.menu-card:not(:hover) .menu-card__link {
  transition-duration: 0.65s;
}

.menu-card:hover .menu-card__link {
  box-shadow: 0 14px 34px rgba(30, 52, 41, 0.11);
  border-color: rgba(30, 52, 41, 0.15);
}

.menu-card__link:hover {
  color: inherit;
}

.menu-card__image {
  position: relative;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  background: #1a2b22;
}

.menu-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-card__image.is-loaded > img {
  transition:
    opacity 0.4s ease,
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-card:hover .menu-card__image img {
  transform: scale(1.04);
}

.menu-card__caption {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  padding: 3.5rem 1.2rem 1.25rem;
  background: linear-gradient(
    to top,
    rgba(8, 14, 11, 0.98) 0%,
    rgba(12, 22, 17, 0.92) 28%,
    rgba(16, 28, 22, 0.72) 52%,
    rgba(18, 30, 24, 0.35) 78%,
    transparent 100%
  );
  color: #fff;
}

.menu-card__caption h3 {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.25rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.menu-card__caption p {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.5;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.menu-card__price {
  display: inline-block;
  margin-top: 0.55rem;
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--gold-light);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

.home-popular__footer {
  display: none;
  margin-top: clamp(2rem, 4vw, 2.5rem);
  text-align: center;
}

/* Gallery editorial grid */

.home-gallery {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--green) 0%, #1a2e24 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.home-gallery .section-intro {
  margin-bottom: clamp(2.25rem, 4vw, 3rem);
}

.home-gallery .home-section-title {
  color: rgba(255, 255, 255, 0.94);
}

.home-gallery__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 176px 176px 148px;
  gap: 0.75rem;
  align-items: stretch;
}

.home-gallery__item {
  display: block;
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-gallery__item:hover {
  transform: scale(1.015);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
  z-index: 1;
}

.home-gallery__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

/* Top: tall food | wide exterior | stacked pair */
.home-gallery__item--slot-a {
  grid-column: 1;
  grid-row: 1 / 3;
}

.home-gallery__item--slot-b {
  grid-column: 2 / 4;
  grid-row: 1 / 3;
}

.home-gallery__item--slot-c {
  grid-column: 4;
  grid-row: 1;
}

.home-gallery__item--slot-d {
  grid-column: 4;
  grid-row: 2;
}

/* Bottom: two equal wide images */
.home-gallery__item--slot-e {
  grid-column: 1 / 3;
  grid-row: 3;
}

.home-gallery__item--slot-f {
  grid-column: 3 / 5;
  grid-row: 3;
}

.home-gallery__footer {
  margin-top: clamp(1.5rem, 3vw, 2rem);
  text-align: center;
}

/* Google reviews — light theme (Google-style summary) */

.home-reviews {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--bg) 0%, rgba(240, 232, 220, 0.35) 48%, var(--bg-soft) 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.home-reviews > .container {
  position: relative;
  z-index: 1;
}

.home-reviews__summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 22rem;
  margin: 0 auto clamp(2.75rem, 5vw, 3.5rem);
}

.home-reviews__label {
  margin: 0 0 0.55rem;
  font-family: var(--font-body);
  font-size: clamp(1.55rem, 3vw, 1.9rem);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.1;
  color: var(--text);
}

.home-reviews__count {
  margin: 0.65rem 0 0.95rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--muted);
}

.home-reviews__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.home-reviews__brand:hover .home-reviews__google-logo {
  opacity: 0.88;
}

.home-reviews__google-logo {
  display: block;
  width: auto;
  height: 48px;
  opacity: 1;
  transition: opacity 180ms ease;
}

@media (min-width: 961px) {
  .home-reviews__google-logo {
    height: 54px;
  }
}

.star-rating--google .star-rating__star {
  stroke-width: 0;
}

.star-rating--google .star-rating__star.is-filled {
  color: #fbbc04;
  fill: #fbbc04;
}

.star-rating--google .star-rating__star.is-empty {
  color: #dadce0;
  fill: #dadce0;
}

.star-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.18rem;
}

.star-rating--summary {
  gap: 0.22rem;
}

.star-rating__star {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
}

.star-rating--summary .star-rating__star {
  width: clamp(1.55rem, 2.8vw, 1.85rem);
  height: clamp(1.55rem, 2.8vw, 1.85rem);
}

.star-rating__partial {
  position: relative;
  display: inline-flex;
  width: 1.15rem;
  height: 1.15rem;
}

.star-rating--summary .star-rating__partial {
  width: clamp(1.55rem, 2.8vw, 1.85rem);
  height: clamp(1.55rem, 2.8vw, 1.85rem);
}

.star-rating__partial .star-rating__star {
  position: absolute;
  inset: 0;
}

.star-rating__partial .star-rating__star.is-filled {
  clip-path: inset(0 calc(100% - var(--star-fill)) 0 0);
}

.home-reviews__carousel {
  --reviews-edge: clamp(2.75rem, 7vw, 4.5rem);
  --reviews-nav-offset: clamp(0.65rem, 2vw, 1.15rem);
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.home-reviews__viewport {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 var(--reviews-edge),
    #000 calc(100% - var(--reviews-edge)),
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 var(--reviews-edge),
    #000 calc(100% - var(--reviews-edge)),
    transparent 100%
  );
}

.home-reviews__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 320px);
  gap: 0.85rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: max(1rem, calc((100vw - min(var(--container), 100% - 2rem)) / 2 + 1rem));
  padding: 0.15rem max(1rem, calc((100vw - min(var(--container), 100% - 2rem)) / 2 + 1rem)) 0.35rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  cursor: grab;
  touch-action: pan-x;
}

.home-reviews__edge {
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--reviews-edge);
  z-index: 2;
  pointer-events: none;
}

.home-reviews__edge--start {
  left: 0;
  background: linear-gradient(
    90deg,
    var(--bg) 0%,
    rgba(250, 246, 240, 0.85) 42%,
    rgba(250, 246, 240, 0) 100%
  );
}

.home-reviews__edge--end {
  right: 0;
  background: linear-gradient(
    270deg,
    var(--bg-soft) 0%,
    rgba(240, 232, 220, 0.85) 42%,
    rgba(240, 232, 220, 0) 100%
  );
}

.home-reviews__track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.home-reviews__track::-webkit-scrollbar {
  display: none;
}

.home-reviews__card {
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  padding: 1.1rem 1.2rem 1.15rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 10px 32px rgba(30, 52, 41, 0.06);
}

.home-reviews__card-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.65rem;
}

.home-reviews__avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--avatar-color);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
}

.home-reviews__author strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
}

.home-reviews__when {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.78rem;
  color: var(--muted);
}

.home-reviews__google-mark,
.home-reviews__google-g {
  display: block;
}

.home-reviews__google-g {
  width: 18px;
  height: 18px;
}

.home-reviews__google-mark {
  text-decoration: none;
}

.home-reviews__google-mark:hover .home-reviews__google-g {
  opacity: 0.85;
}

.home-reviews__card-stars {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.65rem;
}

.star-rating--card .star-rating__star,
.star-rating--card .star-rating__partial {
  width: 0.95rem;
  height: 0.95rem;
}

.home-reviews__verified {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  stroke-width: 2.25;
}

.home-reviews__verified path:first-child {
  fill: #4285f4;
  stroke: #4285f4;
}

.home-reviews__verified path:last-child {
  fill: none;
  stroke: #fff;
}

.home-reviews__body {
  flex: 1;
  min-height: 0;
}

.home-reviews__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--muted);
}

.home-reviews__read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.55rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--green-mid);
  text-decoration: none;
  transition: color 180ms ease;
}

.home-reviews__read-more[hidden] {
  display: none;
}

.home-reviews__read-more:hover {
  color: var(--green);
}

.home-reviews__read-more-icon {
  width: 14px;
  height: 14px;
  stroke-width: 1.75;
  transform: translateY(1px);
}

.home-reviews__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(30, 52, 41, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--green-mid);
  cursor: pointer;
  box-shadow:
    0 4px 18px rgba(30, 52, 41, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-reviews__nav:hover {
  background: var(--card);
  border-color: rgba(30, 52, 41, 0.18);
  color: var(--green);
  box-shadow:
    0 6px 22px rgba(30, 52, 41, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.home-reviews__nav--prev {
  left: var(--reviews-nav-offset);
}

.home-reviews__nav--next {
  right: var(--reviews-nav-offset);
}

.home-reviews__nav-icon {
  width: 18px;
  height: 18px;
  stroke-width: 1.75;
}

/* CTA — cinematic booking band */

.home-cta {
  position: relative;
  overflow: hidden;
  background: #0f1a15;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.home-cta__bg {
  position: absolute;
  inset: -12px;
  background-size: cover;
  background-position: center 42%;
  filter: blur(4px) brightness(0.32);
  transform: scale(1.1);
}

.home-cta__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 14, 11, 0.72) 0%, rgba(10, 18, 14, 0.88) 45%, rgba(8, 14, 11, 0.94) 100%),
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.home-cta__content {
  position: relative;
  max-width: 36rem;
  margin-inline: auto;
  text-align: center;
}

.home-cta__content .section-eyebrow {
  color: rgba(212, 175, 95, 0.92);
}

.home-cta__content .section-eyebrow + .display-heading {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.home-cta__content .display-heading {
  font-size: clamp(2.1rem, 4vw, 3rem);
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.45);
}

.home-cta__content > p:not(.section-eyebrow):not(.eyebrow):not(.section-label) {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
  margin-bottom: 1.85rem;
  max-width: 32ch;
  margin-inline: auto;
  line-height: 1.65;
}

/* Homepage footer rhythm */

main.home + .site-footer {
  padding-top: clamp(3rem, 7vw, 5.25rem);
}

/* Responsive */

@media (max-width: 1024px) {
  .menu-preview-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .menu-preview-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .home-about,
  .home-menu-preview,
  .home-popular,
  .home-gallery,
  .home-reviews,
  .home-cta {
    padding-block: clamp(3.5rem, 10vw, 4.75rem);
  }

  .home-hero::after {
    width: 360px;
    height: 360px;
    top: -80px;
    right: -140px;
    opacity: 0.085;
  }

  .home-about::after {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(252, 247, 240, 0.45) 100%);
  }

  .home-hero__grid,
  .home-about__grid {
    grid-template-columns: 1fr;
  }

  .home-hero__visual {
    order: -1;
    min-height: 0;
    margin-bottom: 0.5rem;
  }

  .home-hero__media--main {
    max-height: 300px;
  }

  .home-hero__media--accent {
    right: 0.5rem;
    left: auto;
    bottom: -1rem;
    width: min(42%, 176px);
  }

  .home-about__features {
    grid-template-columns: repeat(3, 1fr);
  }

  .home-about__features li {
    padding: 0 0.5rem;
  }

  .home-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-hero__actions .btn {
    width: 100%;
  }

  .home-about__media {
    max-height: 320px;
    margin-inline: auto;
    width: 100%;
  }

  .home-popular__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-popular__cta {
    display: none;
  }

  .home-popular__footer {
    display: block;
  }

  .menu-card-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-inline: auto;
  }

  .home-gallery__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 148px 148px 138px 138px 128px;
    gap: 0.65rem;
  }

  .home-gallery__item--slot-a {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .home-gallery__item--slot-b {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .home-gallery__item--slot-c {
    grid-column: 1;
    grid-row: 3;
  }

  .home-gallery__item--slot-d {
    grid-column: 2;
    grid-row: 3;
  }

  .home-gallery__item--slot-e {
    grid-column: 1;
    grid-row: 4;
  }

  .home-gallery__item--slot-f {
    grid-column: 2;
    grid-row: 4;
  }

  .home-reviews__carousel {
    --reviews-edge: clamp(2rem, 10vw, 2.75rem);
    --reviews-nav-offset: 0.5rem;
  }

  .home-reviews__track {
    grid-auto-columns: minmax(260px, calc(100vw - 3.5rem));
    scroll-padding-inline: 1rem;
    padding-inline: 1rem;
  }

  .home-reviews__nav {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 540px) {
  .home-hero__meta {
    flex-direction: column;
    gap: 0.5rem;
  }

  .home-about__features {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    text-align: left;
  }

  .home-about__features li {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    padding: 0;
    text-align: left;
  }

  .home-about__feature-icon {
    width: 1.65rem;
    height: 1.65rem;
    padding: 0.55rem;
  }

  .home-about__features li:not(:last-child)::after {
    display: none;
  }

  .home-about__features li:not(:last-child) {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--border);
  }

  .menu-card__caption {
    padding: 3.25rem 1rem 1.15rem;
  }

  .menu-card__caption h3 {
    font-size: 1.05rem;
  }

  .menu-card__caption p {
    font-size: 0.82rem;
  }

  .home-gallery__grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 136px);
  }

  .home-gallery__item--slot-a,
  .home-gallery__item--slot-b,
  .home-gallery__item--slot-c,
  .home-gallery__item--slot-d,
  .home-gallery__item--slot-e,
  .home-gallery__item--slot-f {
    grid-column: 1;
    grid-row: auto;
  }

  .home-hero::after {
    width: 280px;
    height: 280px;
    top: -60px;
    right: -110px;
    opacity: 0.075;
  }
}

@media (prefers-reduced-motion: reduce) {
  .menu-card,
  .menu-card__image img,
  .home-gallery__item,
  .home-about__feature-icon,
  .home-about__feature-label,
  .home-about__features li {
    transition: none;
  }

  .home-about__features li:hover .home-about__feature-icon,
  .home-about__features li:focus-within .home-about__feature-icon {
    transform: none;
  }
}
