:root {
  --paper: #ebe4d5;
  --paper-strong: #f5efe0;
  --olive: #10281c;
  --olive-mid: #284637;
  --cream: #f7f0df;
  --gold: #e6b45f;
  --rust: #8c4634;
  --muted: #5f695f;
  --white: #fffdf5;
  --line: rgba(16, 40, 28, 0.16);
  --shadow: 0 26px 78px rgba(16, 40, 28, 0.22);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--olive);
  background: var(--paper);
  font-family: var(--sans);
}

section {
  scroll-margin-top: 92px;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

button,
input,
textarea {
  font: inherit;
}

.love-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(18px, 3.4vw, 48px);
  color: var(--olive);
  background: rgba(247, 240, 223, 0.94);
  border-bottom: 1px solid rgba(16, 40, 28, 0.1);
  backdrop-filter: blur(18px);
}

.love-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.love-brand img {
  width: clamp(178px, 18vw, 260px);
  height: auto;
}

.love-header nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 1.8vw, 26px);
  font-size: 15px;
  font-weight: 800;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  color: var(--cream);
  background: var(--olive-mid);
  border-radius: 4px;
  box-shadow: 0 10px 22px rgba(16, 40, 28, 0.18);
}

.love-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(320px, 1fr);
  gap: clamp(28px, 4vw, 72px);
  align-items: end;
  min-height: 100svh;
  padding: 132px clamp(20px, 5vw, 72px) 78px;
  color: var(--cream);
  background:
    linear-gradient(90deg, rgba(4, 14, 9, 0.92) 0%, rgba(4, 14, 9, 0.78) 35%, rgba(4, 14, 9, 0.18) 76%, rgba(4, 14, 9, 0.02) 100%),
    url("assets/images/namorados-jantar-jardim-bg.webp") center / cover;
}

.hero-copy {
  grid-column: 1;
  max-width: 730px;
}

.section-label,
.event-date {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-label::after,
.event-date::after {
  display: block;
  width: 82px;
  height: 5px;
  margin-top: 16px;
  background: currentColor;
  border-radius: 999px;
  content: "";
}

.hero-copy h1,
.ambient-copy h2,
.menu-heading h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.9;
}

.hero-copy h1 {
  max-width: 760px;
  font-size: clamp(66px, 8vw, 124px);
}

.hero-copy p:not(.event-date) {
  max-width: 600px;
  margin: 28px 0 0;
  color: rgba(247, 240, 223, 0.9);
  font-size: clamp(22px, 2.2vw, 31px);
  line-height: 1.34;
}

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

.reservation-section {
  padding: clamp(42px, 6vw, 86px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(180deg, rgba(4, 14, 9, 0.98), rgba(16, 40, 28, 0.92)),
    var(--olive);
}

.reservation-section .booking-panel {
  max-width: 900px;
  margin: 0 auto;
}

.primary-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 26px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 900;
}

.primary-link {
  color: var(--olive);
  background: var(--cream);
}

.secondary-link {
  color: var(--cream);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(247, 240, 223, 0.72);
}

.booking-panel {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 3vw, 36px);
  color: var(--olive);
  background: rgba(247, 240, 223, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.form-intro h2 {
  margin: 0;
  color: var(--olive);
  font-family: var(--serif);
  font-size: clamp(42px, 4.2vw, 58px);
  font-weight: 700;
  line-height: 0.96;
}

.form-intro p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.field-grid,
.choice-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.booking-panel label {
  display: grid;
  gap: 8px;
  color: var(--olive);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.booking-panel input[type="text"],
.booking-panel input[type="tel"],
.booking-panel textarea {
  width: 100%;
  color: var(--olive);
  background: #fffaf0;
  border: 1px solid rgba(16, 40, 28, 0.18);
  border-radius: 4px;
  outline: 0;
  padding: 14px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.booking-panel textarea {
  resize: vertical;
}

.booking-panel input:focus,
.booking-panel textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(230, 180, 95, 0.22);
}

.booking-panel fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.booking-panel legend {
  margin-bottom: 10px;
  color: var(--olive);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.choice-pill {
  display: block !important;
  position: relative;
}

.choice-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-pill span {
  display: block;
  padding: 15px;
  color: var(--olive);
  background: #fffaf0;
  border: 1px solid rgba(16, 40, 28, 0.16);
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.choice-pill input:checked + span {
  color: var(--cream);
  background: var(--olive);
  border-color: var(--olive);
}

.submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  width: 100%;
  color: var(--cream);
  background: var(--olive);
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
}

.submit-button:hover {
  background: var(--olive-mid);
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--olive);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.ambient-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(360px, 1fr);
  gap: clamp(32px, 5vw, 82px);
  align-items: center;
  min-height: 86svh;
  padding: clamp(58px, 7vw, 104px) clamp(20px, 5vw, 72px);
  color: var(--cream);
  background: #06130d;
}

.ambient-copy h2 {
  max-width: 640px;
  font-size: clamp(64px, 7vw, 116px);
}

.ambient-copy p:not(.section-label) {
  max-width: 500px;
  margin: 28px 0 0;
  color: rgba(247, 240, 223, 0.88);
  font-size: clamp(24px, 2.8vw, 44px);
  line-height: 1.22;
}

.ambient-photo {
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.menu-section {
  padding: clamp(58px, 7vw, 104px) clamp(20px, 5vw, 72px);
  background: var(--paper);
}

.menu-heading {
  display: grid;
  gap: 18px;
  max-width: 1080px;
  margin-bottom: 34px;
}

.menu-heading h2 {
  max-width: 900px;
  color: var(--olive);
  font-size: clamp(56px, 7vw, 104px);
}

.menu-heading p:not(.section-label) {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.featured-dishes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.featured-dishes article {
  overflow: hidden;
  background: var(--cream);
  border: 1px solid rgba(16, 40, 28, 0.12);
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.featured-dishes img {
  aspect-ratio: 4 / 4.8;
  height: auto;
}

.featured-dishes div {
  padding: 24px;
}

.featured-dishes span,
.menu-group h3 {
  color: var(--rust);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.featured-dishes h3 {
  margin: 10px 0 0;
  color: var(--olive);
  font-family: var(--serif);
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 700;
  line-height: 0.98;
}

.featured-dishes p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.menu-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.menu-group {
  padding: clamp(24px, 3vw, 34px);
  background: var(--cream);
  border: 1px solid rgba(16, 40, 28, 0.12);
  border-radius: 6px;
}

.menu-group h3 {
  margin: 0 0 18px;
}

.menu-group ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-group li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: baseline;
  color: var(--olive);
  font-size: 15px;
  line-height: 1.45;
}

.menu-group li span {
  min-width: 0;
}

.menu-group li strong {
  color: var(--olive);
  font-weight: 900;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) auto;
  gap: 32px;
  align-items: end;
  padding: clamp(58px, 7vw, 104px) clamp(20px, 5vw, 72px);
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(4, 14, 9, 0.98), rgba(16, 40, 28, 0.94)),
    var(--olive);
}

.final-cta h2 {
  max-width: 620px;
  font-size: clamp(64px, 7vw, 116px);
}

.final-cta p:not(.section-label) {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(247, 240, 223, 0.9);
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.42;
}

@media (max-width: 1060px) {
  .love-hero,
  .ambient-section,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .featured-dishes,
  .menu-board {
    grid-template-columns: 1fr;
  }

  .ambient-photo {
    min-height: 430px;
  }
}

@media (max-width: 760px) {
  .love-header {
    min-height: 66px;
    padding: 12px 18px;
  }

  .love-brand img {
    width: min(52vw, 200px);
  }

  .love-brand span,
  .love-header nav a:not(.header-cta) {
    display: none;
  }

  .header-cta {
    min-height: 42px;
    padding: 11px 14px;
    font-size: 13px;
  }

  .love-hero {
    min-height: 100svh;
    padding: 104px 20px 54px;
    background:
      linear-gradient(180deg, rgba(4, 14, 9, 0.72) 0%, rgba(4, 14, 9, 0.48) 46%, rgba(4, 14, 9, 0.64) 100%),
      url("assets/images/namorados-jantar-jardim-bg.webp") 58% center / cover;
  }

  .hero-copy h1,
  .ambient-copy h2,
  .final-cta h2 {
    font-size: clamp(56px, 15vw, 78px);
  }

  .menu-heading h2 {
    font-size: clamp(48px, 13vw, 72px);
  }

  .field-grid,
  .choice-row {
    grid-template-columns: 1fr;
  }

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

  .ambient-section,
  .menu-section,
  .reservation-section,
  .final-cta {
    padding: 54px 20px;
  }

  .ambient-photo {
    min-height: 310px;
  }

  .featured-dishes div,
  .menu-group {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
