.hero {
  position: relative;
  overflow: hidden;
  padding: 154px 0 0;
  background:
    radial-gradient(circle at 86% 22%, rgba(143, 172, 137, 0.15), transparent 24%),
    var(--color-green);
  color: var(--color-white);
}

.hero::before {
  position: absolute;
  top: 18%;
  right: 9%;
  width: 370px;
  height: 370px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
}

.hero .eyebrow,
.closing-panel .eyebrow {
  color: var(--color-coral-soft);
}

.hero-grid {
  position: relative;
  display: grid;
  min-height: 570px;
  align-items: center;
  gap: 70px;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 70px;
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 30px;
  font-family: var(--font-display);
  font-size: clamp(4rem, 7.4vw, 7.4rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.86;
}

.hero h1 em {
  color: var(--color-sage);
  font-weight: 400;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.69);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.availability-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

.availability-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #83c691;
  box-shadow: 0 0 0 5px rgba(131, 198, 145, 0.12);
}

.hero-art {
  position: relative;
  min-height: 490px;
}

.plate {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(34vw, 440px);
  aspect-ratio: 1;
  transform: translate(-46%, -52%);
}

.plate-shadow,
.plate-rim,
.food {
  position: absolute;
  display: block;
  border-radius: 50%;
}

.plate-shadow {
  inset: 7% 1% -2% 10%;
  background: rgba(0, 0, 0, 0.2);
  filter: blur(25px);
}

.plate-rim {
  inset: 0;
  border: 26px solid rgba(255, 255, 255, 0.83);
  background: #e7e1d6;
  box-shadow:
    inset 0 0 0 2px rgba(20, 60, 53, 0.12),
    0 38px 80px rgba(0, 0, 0, 0.2);
}

.food-main {
  top: 27%;
  left: 24%;
  width: 53%;
  height: 40%;
  border-radius: 42% 58% 48% 52%;
  background: #d39a4f;
  transform: rotate(-12deg);
}

.food-green {
  top: 25%;
  right: 24%;
  width: 18%;
  height: 31%;
  border-radius: 58% 42% 61% 39%;
  background: #487553;
  transform: rotate(28deg);
}

.food-coral {
  right: 29%;
  bottom: 27%;
  width: 25%;
  height: 15%;
  border-radius: 52% 48%;
  background: var(--color-coral);
  transform: rotate(14deg);
}

.food-dot-one {
  top: 28%;
  left: 29%;
  width: 8%;
  height: 8%;
  background: #f0ce73;
}

.food-dot-two {
  bottom: 31%;
  left: 31%;
  width: 6%;
  height: 6%;
  background: #264d3c;
}

.art-note {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.76rem;
  line-height: 1.4;
}

.art-note-top {
  top: 2%;
  right: 2%;
}

.art-note-top span {
  color: var(--color-gold);
}

.art-note-top strong {
  color: var(--color-white);
}

.art-note-bottom {
  right: 5%;
  bottom: 8%;
}

.hero-foot {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 78px;
  align-items: center;
  border-top: 1px solid var(--color-line-light);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  font-weight: 650;
  grid-template-columns: repeat(3, 1fr);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-foot span:nth-child(2) {
  text-align: center;
}

.hero-foot span:last-child {
  text-align: right;
}

.concept-section {
  padding: 120px 0;
  background: var(--color-paper-soft);
}

.section-heading {
  display: grid;
  align-items: end;
  gap: 80px;
  grid-template-columns: 1.2fr 0.8fr;
}

.section-heading h2,
.restaurant-copy h2 {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 6vw, 5.8rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.section-heading > p {
  max-width: 460px;
  margin-bottom: 5px;
  color: var(--color-muted);
}

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

.principle-card {
  position: relative;
  min-height: 310px;
  padding: 28px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-medium);
  background: var(--color-white);
}

.featured-card {
  background: var(--color-green);
  color: var(--color-white);
}

.card-number {
  color: var(--color-muted);
  font-size: 0.72rem;
  font-weight: 750;
}

.featured-card .card-number {
  color: rgba(255, 255, 255, 0.45);
}

.card-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--color-paper);
  color: var(--color-green);
}

.featured-card .card-icon {
  background: rgba(255, 255, 255, 0.11);
  color: var(--color-white);
}

.principle-card h3 {
  margin: 126px 0 12px;
  font-family: var(--font-display);
  font-size: 2.15rem;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.principle-card p {
  max-width: 290px;
  margin-bottom: 0;
  color: var(--color-muted);
  font-size: 0.91rem;
}

.featured-card p {
  color: rgba(255, 255, 255, 0.62);
}

.featured-restaurants-section {
  padding: 110px 0;
  background: var(--color-paper);
}

.featured-restaurants-heading {
  display: grid;
  align-items: end;
  margin-bottom: 52px;
  gap: 70px;
  grid-template-columns: 1.15fr 0.85fr;
}

.featured-restaurants-heading h2 {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 6vw, 5.8rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.featured-restaurants-heading > div:last-child > p {
  max-width: 480px;
  margin-bottom: 21px;
  color: var(--color-muted);
}

.restaurant-section {
  padding: 110px 0;
  background: var(--color-paper-soft);
}

.restaurant-grid {
  display: grid;
  align-items: center;
  gap: 80px;
  grid-template-columns: 0.78fr 1.22fr;
}

.restaurant-copy > p:not(.eyebrow) {
  margin: 28px 0;
  color: var(--color-muted);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--color-ink);
  font-size: 0.86rem;
  font-weight: 750;
}

.menu-preview {
  overflow: hidden;
  padding: 26px;
  border-radius: var(--radius-large);
  background: var(--color-white);
  box-shadow: var(--shadow-soft);
}

.preview-topline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 8px 18px;
  border-bottom: 1px solid var(--color-line);
  color: var(--color-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.preview-dish {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding: 24px 8px;
  border-bottom: 1px solid var(--color-line);
}

.preview-dish:last-child {
  border-bottom: 0;
}

.dish-label {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--color-coral);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.preview-dish h3 {
  margin-bottom: 5px;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 400;
}

.preview-dish p {
  margin-bottom: 0;
  color: var(--color-muted);
  font-size: 0.78rem;
}

.preview-dish > strong {
  white-space: nowrap;
  font-size: 0.94rem;
}

.muted-dish {
  opacity: 0.67;
}

.closing-section {
  padding: 110px 0;
  background: var(--color-paper-soft);
}

.closing-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 420px;
  align-items: end;
  padding: clamp(38px, 7vw, 82px);
  border-radius: var(--radius-large);
  background:
    radial-gradient(circle at 88% 20%, rgba(143, 172, 137, 0.22), transparent 24%),
    var(--color-green);
  color: var(--color-white);
  gap: 70px;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.75fr);
}

.closing-panel::after {
  position: absolute;
  top: -110px;
  right: -90px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.closing-copy,
.closing-action {
  position: relative;
  z-index: 1;
}

.closing-copy h2 {
  max-width: 760px;
  margin-bottom: 24px;
  font-family: var(--font-display);
  font-size: clamp(3rem, 5.6vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.closing-copy > p:last-child {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.64);
}

.closing-action {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 18px;
}

.closing-action .status-pill {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.66);
}

.closing-action small {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.72rem;
}

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

  .hero-copy {
    padding-bottom: 0;
  }

  .hero-art {
    min-height: 440px;
  }

  .plate {
    width: min(72vw, 420px);
  }

  .section-heading,
  .restaurant-grid,
  .featured-restaurants-heading,
  .closing-panel {
    gap: 45px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .hero {
    padding-top: 126px;
  }

  .hero-grid {
    min-height: auto;
    gap: 30px;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 16vw, 5rem);
    line-height: 0.91;
  }

  .hero-lead {
    font-size: 0.98rem;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-art {
    min-height: 365px;
  }

  .plate {
    width: min(88vw, 360px);
    transform: translate(-50%, -53%);
  }

  .plate-rim {
    border-width: 21px;
  }

  .art-note-top {
    top: -3%;
  }

  .art-note-bottom {
    right: 0;
    bottom: 5%;
  }

  .hero-foot {
    min-height: 100px;
    padding: 20px 0;
    gap: 8px;
    grid-template-columns: 1fr;
  }

  .hero-foot span,
  .hero-foot span:nth-child(2),
  .hero-foot span:last-child {
    text-align: left;
  }

  .concept-section,
  .featured-restaurants-section,
  .restaurant-section,
  .closing-section {
    padding: 78px 0;
  }

  .section-heading h2,
  .restaurant-copy h2 {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .principles-grid {
    margin-top: 45px;
    grid-template-columns: 1fr;
  }

  .principle-card {
    min-height: 250px;
  }

  .principle-card h3 {
    margin-top: 80px;
  }

  .menu-preview {
    padding: 18px;
    border-radius: 24px;
  }

  .preview-dish {
    gap: 16px;
    padding: 20px 4px;
  }

  .closing-panel {
    width: min(calc(100% - 28px), var(--container));
    min-height: auto;
    border-radius: 24px;
  }
}
