/* ==========================================================================
   Homepage — AGI Kitchen
   ========================================================================== */

/* Hero
   ========================================================================== */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8rem clamp(1.5rem, 5vw, 4rem) 4rem;
  color: var(--cream);
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__bg-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 25% 30%, rgba(179, 74, 42, 0.65) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(74, 82, 64, 0.55) 0%, transparent 50%),
    linear-gradient(160deg, #1a1612 0%, #2d1810 50%, #1a1f17 100%);
}

.hero__bg-pattern {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 35px,
      rgba(201, 169, 97, 0.03) 35px,
      rgba(201, 169, 97, 0.03) 36px
    );
}

.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, transparent 0%, rgba(26, 22, 18, 0.4) 100%);
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 9vw, 8.5rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin: 1.5rem 0 2rem;
}

.hero__title-line {
  display: block;
  overflow: hidden;
}

.hero__title em {
  color: var(--gold);
  font-style: italic;
  font-family: var(--font-serif);
  font-weight: 400;
}

.hero__lede {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  font-style: italic;
  color: rgba(245, 239, 230, 0.85);
  max-width: 500px;
  margin-bottom: 3rem;
  line-height: 1.5;
}

.hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero__meta {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: auto;
  padding-top: 4rem;
  flex-wrap: wrap;
}

.hero__meta-item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.hero__meta-label {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
}

.hero__meta-value {
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--cream);
}

.hero__meta-divider {
  width: 1px;
  height: 30px;
  background: rgba(245, 239, 230, 0.2);
}

.hero__scroll-cue {
  position: absolute;
  bottom: 2rem;
  right: clamp(1.5rem, 5vw, 4rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  z-index: 3;
}

.hero__scroll-cue span {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  writing-mode: vertical-rl;
}

.hero__scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, var(--gold) 50%, transparent 50%);
  background-size: 100% 200%;
  animation: scrollCue 2s var(--ease-elegant) infinite;
}

@keyframes scrollCue {
  0% { background-position: 0 -100%; }
  100% { background-position: 0 100%; }
}

/* Philosophy
   ========================================================================== */

.philosophy__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}

.philosophy__copy h2 {
  margin: 1.5rem 0 2rem;
}

.philosophy__copy h2 em {
  color: var(--terracotta);
}

.philosophy__body {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: var(--charcoal);
  max-width: 460px;
}

.philosophy__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-top: 1rem;
  position: relative;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--terracotta);
  transition: gap 0.3s var(--ease-elegant);
}

.philosophy__link:hover { gap: 1rem; }

.philosophy__visual {
  position: relative;
  height: 600px;
}

.philosophy__image {
  position: absolute;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 30px 60px rgba(26, 22, 18, 0.2);
}

.philosophy__image--1 {
  width: 70%;
  height: 75%;
  top: 0;
  right: 0;
}

.philosophy__image--2 {
  width: 50%;
  height: 55%;
  bottom: 0;
  left: 0;
  z-index: 2;
}

/* Signatures
   ========================================================================== */

.signatures__header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto var(--space-lg);
}

.signatures__header h2 {
  margin: 1rem 0 1.5rem;
}

.signatures__header h2 em { color: var(--gold); }

.signatures__intro {
  font-style: italic;
  color: rgba(245, 239, 230, 0.75);
  font-size: 1.1rem;
}

.signatures__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.dish {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
  background: rgba(245, 239, 230, 0.04);
  border: 1px solid rgba(245, 239, 230, 0.08);
  transition: all 0.4s var(--ease-elegant);
  position: relative;
}

.dish:hover {
  background: rgba(245, 239, 230, 0.08);
  transform: translateY(-6px);
  border-color: var(--gold);
}

.dish__visual {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  transition: transform 0.6s var(--ease-elegant);
}

.dish:hover .dish__visual {
  transform: rotate(-5deg) scale(1.05);
}

.dish__category {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.dish h3 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

.dish__description {
  font-size: 0.95rem;
  color: rgba(245, 239, 230, 0.7);
  line-height: 1.5;
  font-style: italic;
  margin-bottom: 1rem;
}

.dish__price {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--gold);
}

.dish__price::before {
  content: "$";
  font-size: 0.8em;
  margin-right: 0.1em;
  opacity: 0.7;
}

.signatures__cta {
  text-align: center;
  margin-top: var(--space-lg);
}

/* Cellar
   ========================================================================== */

.cellar {
  padding: 0;
}

.cellar__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 80vh;
}

.cellar__visual {
  position: relative;
  overflow: hidden;
}

.cellar__visual svg {
  width: 100%;
  height: 100%;
  display: block;
}

.cellar__copy {
  display: flex;
  align-items: center;
  background: var(--cream-soft);
  padding: var(--space-xl) clamp(2rem, 5vw, 5rem);
}

.cellar__inner { max-width: 500px; }

.cellar__inner h2 {
  margin: 1.5rem 0 2rem;
}

.cellar__inner h2 em { color: var(--terracotta); }

.cellar__body {
  font-size: 1.1rem;
  color: var(--charcoal);
  margin-bottom: 1.5rem;
}

/* Reservation strip
   ========================================================================== */

.reserve-strip__inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 5rem;
  align-items: center;
}

.reserve-strip__copy h2 {
  margin: 1rem 0 1.5rem;
}

.reserve-strip__copy h2 em { color: var(--terracotta); }

.reserve-strip__copy p {
  color: rgba(245, 239, 230, 0.7);
  font-style: italic;
}

.reserve-strip__form {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr auto;
  gap: 1rem;
  align-items: end;
  background: rgba(245, 239, 230, 0.05);
  padding: 2rem;
  border: 1px solid rgba(201, 169, 97, 0.2);
}

.reserve-strip__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.reserve-strip__field label {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
}

.reserve-strip__field input,
.reserve-strip__field select {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(245, 239, 230, 0.3);
  padding: 0.5rem 0;
  color: var(--cream);
  font-family: var(--font-serif);
  font-size: 1rem;
  outline: none;
  transition: border-color 0.3s;
  cursor: pointer;
}

.reserve-strip__field input:focus,
.reserve-strip__field select:focus {
  border-color: var(--gold);
}

.reserve-strip__field select option {
  background: var(--ink);
  color: var(--cream);
}

.reserve-strip__form button {
  height: fit-content;
}

.reserve-strip__note {
  margin-top: 2rem;
  text-align: center;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  color: rgba(245, 239, 230, 0.5);
  letter-spacing: 0.05em;
}

.reserve-strip__note strong {
  color: var(--gold);
  font-weight: 500;
}

/* Press marquee
   ========================================================================== */

.press {
  padding: var(--space-lg) 0;
  background: var(--bone);
  overflow: hidden;
}

.press__marquee {
  margin-top: 2rem;
  overflow: hidden;
  position: relative;
}

.press__marquee::before,
.press__marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

.press__marquee::before {
  left: 0;
  background: linear-gradient(to right, var(--bone), transparent);
}

.press__marquee::after {
  right: 0;
  background: linear-gradient(to left, var(--bone), transparent);
}

.press__track {
  display: flex;
  gap: 3rem;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--charcoal);
}

.press__track span { font-style: italic; }
.press__dot {
  color: var(--terracotta);
  font-style: normal !important;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Visit section
   ========================================================================== */

.visit__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.visit__copy h2 {
  margin: 1.5rem 0 2rem;
}

.visit__copy h2 em { color: var(--gold); }

.visit__address {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.4;
  margin-bottom: 2.5rem;
  color: var(--cream);
}

.visit__hours h4 {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.visit__hours ul {
  list-style: none;
  margin-bottom: 2.5rem;
}

.visit__hours li {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px dashed rgba(245, 239, 230, 0.15);
  font-family: var(--font-serif);
  font-size: 1rem;
}

.visit__hours li span:last-child { color: var(--gold-light); }

.visit__map {
  height: 500px;
  border: 1px solid rgba(201, 169, 97, 0.2);
  overflow: hidden;
  position: relative;
}

.visit__map svg {
  width: 100%;
  height: 100%;
}

/* Responsive
   ========================================================================== */

@media (max-width: 1100px) {
  .signatures__grid { grid-template-columns: repeat(2, 1fr); }
  .reserve-strip__form { grid-template-columns: 1fr 1fr; }
  .reserve-strip__form button { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .hero { padding-top: 7rem; }
  .hero__meta { gap: 1.5rem; }
  .hero__meta-divider { display: none; }
  .hero__scroll-cue { display: none; }

  .philosophy__grid,
  .cellar__split,
  .reserve-strip__inner,
  .visit__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .philosophy__visual { height: 450px; }
  .cellar__visual { min-height: 400px; }
  .visit__map { height: 350px; }
}

@media (max-width: 600px) {
  .signatures__grid { grid-template-columns: 1fr; }
  .hero__title { font-size: 3rem; }
  .reserve-strip__form { grid-template-columns: 1fr; }
}
