@import url("../../styles/base.css");
@import url("../../styles/components-header.css");
@import url("../../styles/components-footer.css");

.modern-home {
  background: var(--paper);
}

.hero {
  position: relative;
  min-height: min(900px, 100svh);
  overflow: hidden;
  background: var(--night);
  color: #fff;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: hero-drift 16s ease-out both;
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(10, 10, 9, 0.84) 0%, rgba(10, 10, 9, 0.48) 48%, rgba(10, 10, 9, 0.12) 100%), linear-gradient(0deg, rgba(10, 10, 9, 0.54), transparent 46%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(var(--max-width), calc(100% - 64px));
  min-height: min(900px, 100svh);
  margin: 0 auto;
  padding: 180px 0 40px;
  display: grid;
  align-content: center;
}

.hero-copy {
  max-width: 760px;
  min-width: 0;
  width: 100%;
}

.hero-copy .eyebrow {
  color: #ffb5a8;
}

.hero h1 {
  width: 100%;
  max-width: 760px;
  margin: 0;
  overflow-wrap: anywhere;
  font-family: var(--display);
  font-size: clamp(3.5rem, 8vw, 8rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.hero-description {
  max-width: 470px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
}

.hero-actions,
.visit-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-actions .button-quiet {
  color: #fff;
}

.hero-context {
  align-self: end;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.section-pad {
  width: min(var(--max-width), calc(100% - 64px));
  margin: 0 auto;
  padding-top: clamp(90px, 12vw, 170px);
  padding-bottom: clamp(90px, 12vw, 170px);
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(140px, 0.6fr) minmax(280px, 1.1fr) minmax(240px, 0.8fr);
  align-items: start;
  gap: clamp(28px, 5vw, 88px);
}

.intro-label {
  padding-top: 10px;
}

.intro-label .eyebrow {
  margin-bottom: 20px;
}

.intro-line {
  display: block;
  width: 54px;
  height: 1px;
  background: var(--red);
}

.intro-copy h2,
.section-heading h2,
.visit-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.5rem, 5vw, 5.3rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.intro-copy p {
  max-width: 470px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 24px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--red);
}

.intro-image {
  margin: 0;
}

.intro-image img {
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
}

.favorites-section {
  background: var(--paper-deep);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 54px;
}

.section-heading .text-link {
  margin: 0 0 5px;
}

.dish-list {
  border-top: 1px solid var(--line);
}

.dish-row {
  display: grid;
  grid-template-columns: 56px 150px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 26px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  transition: padding 220ms ease, color 220ms ease;
}

.dish-row:hover {
  padding-right: 10px;
  padding-left: 10px;
  color: var(--red-dark);
}

.dish-number,
.dish-type,
.dish-arrow {
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dish-image {
  overflow: hidden;
  aspect-ratio: 1.2;
}

.dish-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.dish-row:hover .dish-image img {
  transform: scale(1.06);
}

.dish-type {
  margin: 0 0 7px;
}

.dish-copy h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.dish-copy > p:last-child {
  max-width: 560px;
  margin: 9px 0 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.experience-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  background: var(--night);
  color: var(--paper);
}

.experience-image {
  min-height: 680px;
}

.experience-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience-copy {
  align-self: center;
  max-width: 620px;
  padding: 100px clamp(32px, 7vw, 120px);
}

.experience-copy .eyebrow {
  color: #ffb5a8;
}

.experience-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.5rem, 5vw, 5.6rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.experience-copy p:not(.eyebrow) {
  max-width: 470px;
  margin: 28px 0 0;
  color: rgba(244, 240, 232, 0.72);
}

.proof-section {
  display: grid;
  grid-template-columns: 0.5fr 2fr;
  gap: 44px;
  align-items: start;
}

.proof-mark {
  color: var(--red);
  font-family: var(--display);
  font-size: 8rem;
  line-height: 0.6;
}

.proof-section blockquote {
  max-width: 960px;
  margin: 0;
}

.proof-section blockquote p {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4.7rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.proof-section blockquote footer {
  margin-top: 30px;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-section blockquote footer span {
  padding: 0 6px;
  color: var(--red);
}

.visit-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  background: var(--red);
  color: #fff;
}

.visit-copy {
  align-self: center;
  padding: 90px clamp(32px, 8vw, 140px);
}

.visit-copy .eyebrow {
  color: #ffd3c8;
}

.visit-copy h2 {
  max-width: 440px;
}

.visit-copy > p:not(.eyebrow) {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.86);
}

.visit-copy .button-primary {
  background: var(--night);
}

.visit-copy .button-primary:hover,
.visit-copy .button-primary:focus-visible {
  background: #000;
}

.visit-copy .text-link:hover,
.visit-copy .text-link:focus-visible {
  color: #fff;
}

.visit-image {
  min-height: 510px;
}

.visit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes hero-drift {
  from { transform: scale(1.08); }
  to { transform: scale(1); }
}

@media (max-width: 900px) {
  .intro-section {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .intro-image {
    grid-column: 2;
    max-width: 520px;
  }

  .dish-row {
    grid-template-columns: 40px 130px minmax(0, 1fr) 20px;
    gap: 18px;
  }
}

@media (max-width: 720px) {
  .hero-content {
    width: min(var(--max-width), calc(100vw - 36px));
    min-height: 100svh;
    padding: 135px 0 28px;
  }

  .hero h1 {
    font-size: clamp(2rem, 10.2vw, 4.9rem);
  }

  .hero-actions {
    display: grid;
    gap: 10px;
  }

  .hero-context {
    display: grid;
    gap: 6px;
  }

  .section-pad {
    width: min(var(--max-width), calc(100% - 36px));
  }

  .intro-section,
  .experience-section,
  .proof-section,
  .visit-section {
    display: grid;
    grid-template-columns: 1fr;
  }

  .intro-copy {
    grid-column: auto;
  }

  .intro-image {
    grid-column: auto;
    max-width: none;
  }

  .intro-image img {
    aspect-ratio: 1.1;
  }

  .section-heading {
    display: grid;
    align-items: start;
    gap: 22px;
  }

  .section-heading .text-link {
    width: max-content;
  }

  .dish-row {
    grid-template-columns: 28px minmax(0, 1fr) 18px;
    gap: 12px;
  }

  .dish-image {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    aspect-ratio: 1.55;
  }

  .dish-copy {
    grid-column: 2;
    grid-row: 2;
  }

  .dish-arrow {
    grid-column: 3;
    grid-row: 1;
    align-self: start;
  }

  .dish-number {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
    padding-top: 4px;
  }

  .experience-image {
    min-height: 400px;
  }

  .experience-copy,
  .visit-copy {
    padding: 76px 36px;
  }

  .proof-mark {
    font-size: 6rem;
  }

  .proof-section blockquote p {
    font-size: clamp(2rem, 10vw, 3.4rem);
  }

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