:root {
  --orange: #f47b20;
  --deep: #111411;
  --green: #21412d;
  --cream: #fff6e7;
  --muted: #6b6257;
  --card: #ffffff;
  --line: rgba(17, 20, 17, 0.12);
  --shadow: 0 24px 70px rgba(17, 20, 17, 0.16);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
  background: var(--cream);
  color: var(--deep);
  line-height: 1.6;
}

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

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

.love-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

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

h1,
h2,
h3 {
  font-family: "Syne", sans-serif;
  line-height: 1.05;
}

h1 {
  font-size: clamp(2.5rem, 6vw, 5.8rem);
  letter-spacing: -0.06em;
  max-width: 780px;
}

h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -0.05em;
}

.love-hero {
  min-height: 92vh;
  padding: 80px 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(244, 123, 32, 0.24), transparent 32%),
    linear-gradient(135deg, rgba(17, 20, 17, 0.92), rgba(33, 65, 45, 0.92)),
    url("walloflove_assets/restaurant-lights-1.jpeg") center/cover;
  color: #fff;
  display: flex;
  align-items: center;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 46px;
  align-items: center;
}

.hero-text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.1rem;
  max-width: 620px;
  margin-top: 24px;
}

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

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  transition: 0.25s ease;
}

.primary-btn {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 12px 28px rgba(244, 123, 32, 0.34);
}

.secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}

.primary-btn:hover,
.secondary-btn:hover {
  transform: translateY(-3px);
}

.hero-media {
  position: relative;
}

.love-video {
  height: 620px;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.rating-card {
  position: absolute;
  left: -28px;
  bottom: 28px;
  width: min(310px, calc(100% - 30px));
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 246, 231, 0.94);
  color: var(--deep);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.rating-card strong,
.rating-card small {
  display: block;
}

.stars {
  color: var(--orange);
  letter-spacing: 0.08em;
  font-size: 0.9rem;
}

.story-section {
  padding: 110px 0;
}

.story-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 70px;
  align-items: center;
}

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

.story-img {
  object-fit: cover;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.img-large {
  height: 560px;
}

.img-small {
  position: absolute;
  right: -28px;
  bottom: 0;
  width: 48%;
  height: 260px;
  border: 10px solid var(--cream);
}

.story-content > p:not(.eyebrow) {
  color: black;
  margin-top: 18px;
  font-size: 1.04rem;
}

.story-points {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.story-points article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.55);
}

.story-points span {
  color: black;
  font-weight: 900;
}

.story-points h3 {
  margin: 8px 0;
  font-size: 1.35rem;
}

.story-points p {
  color: rgb(34, 33, 33);
}

.gallery-strip {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  gap: 16px;
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.gallery-strip img {
  height: 390px;
  object-fit: cover;
  border-radius: 30px;
}

.reviews-section {
  padding: 110px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading p:last-child {
  color: rgb(41, 37, 37);
  margin-top: 14px;
  font-size: 1.05rem;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.review-card {
  padding: 26px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 12px 34px rgba(17, 20, 17, 0.07);
}

.featured-review {
  grid-column: span 2;
  background: var(--deep);
  color: #fff;
}

.review-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.88rem;
}

.featured-review .review-top {
  color: rgba(255, 255, 255, 0.65);
}

.review-card p {
  font-size: 1.02rem;
  color: rgb(54, 51, 51);
}

.featured-review p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.18rem;
}

.review-card h3 {
  margin-top: 22px;
  font-size: 1.1rem;
}

.cta-section {
  padding: 0 0 90px;
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 42px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(33, 65, 45, 0.92), rgba(17, 20, 17, 0.92)),
    url("walloflove_assets/dining-corner-3.jpeg") center/cover;
  color: #fff;
}

.cta-box p:last-child {
  color: rgba(255, 255, 255, 0.74);
  max-width: 650px;
  margin-top: 12px;
}

@media (max-width: 980px) {
  .hero-grid,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .love-video {
    height: 480px;
  }

  .story-image-stack {
    min-height: 520px;
  }

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

@media (max-width: 680px) {
  .love-container,
  .gallery-strip {
    width: min(100% - 24px, 1180px);
  }

  .love-hero {
    padding: 56px 0;
  }

  .love-video {
    height: 390px;
    border-radius: 24px;
  }

  .rating-card {
    position: static;
    margin-top: 14px;
    width: 100%;
  }

  .story-section,
  .reviews-section {
    padding: 70px 0;
  }

  .story-image-stack {
    min-height: auto;
  }

  .img-large,
  .img-small {
    position: static;
    width: 100%;
    height: 340px;
    border: 0;
    margin-top: 14px;
  }

  .gallery-strip,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .gallery-strip img {
    height: 290px;
  }

  .featured-review {
    grid-column: span 1;
  }

  .cta-box {
    padding: 28px;
    flex-direction: column;
    align-items: flex-start;
  }
}
