:root {
  --paper: #dfc68f;
  --paper-light: #ead8ac;
  --ink: #24170d;
  --red: #8c2318;
  --line: #6f4c28;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: #29190d;
  font-family: Georgia, "Times New Roman", serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.site-header {
  background: var(--paper);
}
.scenic-brand {
  display: block;
  width: 100%;
  height: clamp(235px, 39vw, 520px);
  background: url("images/miami-vintage-header.png") center 62%/cover no-repeat;
}
.top-nav {
  min-height: 92px;
  padding: 14px 5vw;
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 180px));
  justify-content: center;
  gap: 18px;
  border-top: 2px solid rgba(76, 43, 18, 0.65);
  border-bottom: 2px solid rgba(76, 43, 18, 0.65);
  background: #d5b776;
}
.top-nav a {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 12px;
  border: 2px solid var(--line);
  color: #3b2414;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: inset 0 0 0 3px rgba(255, 244, 203, 0.28);
  transition: 0.2s ease;
}
.top-nav a:hover,
.top-nav a.active {
  color: #f4dfad;
  background: var(--red);
  transform: translateY(-2px);
}
.vintage-page {
  position: relative;
  overflow: hidden;
  padding: 100px 7vw 55px;
  background-color: var(--paper);
  background-image:
    radial-gradient(
      circle at 20% 10%,
      rgba(255, 246, 204, 0.55),
      transparent 25%
    ),
    repeating-linear-gradient(
      0deg,
      rgba(85, 49, 17, 0.04) 0,
      rgba(85, 49, 17, 0.04) 1px,
      transparent 1px,
      transparent 4px
    );
}
.vintage-page:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 110px rgba(62, 32, 7, 0.35);
}
.background-words {
  position: absolute;
  inset: 0;
  pointer-events: none;
  color: rgba(102, 66, 30, 0.38);
  font-weight: 800;
  text-transform: uppercase;
}
.word {
  position: absolute;
  font-size: clamp(18px, 3.5vw, 52px);
}
.word-1 {
  top: 1%;
  left: 8%;
  transform: rotate(-3deg);
}
.word-2 {
  top: 1%;
  right: 12%;
}
.word-3 {
  top: 5%;
  right: 2%;
  writing-mode: vertical-rl;
}
.word-4 {
  top: 12%;
  left: 1%;
  writing-mode: vertical-rl;
}
.word-5 {
  top: 25%;
  left: 3%;
  writing-mode: vertical-rl;
}
.word-6 {
  top: 22%;
  right: 3%;
  writing-mode: vertical-rl;
}
.word-7 {
  top: 34%;
  left: 1%;
  transform: rotate(-7deg);
}
.word-8 {
  top: 37%;
  left: 4%;
  writing-mode: vertical-rl;
}
.word-9 {
  top: 45%;
  left: 1%;
}
.word-10 {
  top: 54%;
  left: 2%;
  writing-mode: vertical-rl;
}
.word-11 {
  top: 40%;
  right: 1%;
  writing-mode: vertical-rl;
}
.word-12 {
  top: 51%;
  right: 1%;
  transform: rotate(-10deg);
}
.word-13 {
  top: 61%;
  right: 1%;
  writing-mode: vertical-rl;
}
.word-14 {
  top: 76%;
  left: 2%;
  writing-mode: vertical-rl;
}
.framed {
  position: relative;
  z-index: 1;
  border: 2px solid rgba(94, 58, 26, 0.72);
  box-shadow: inset 0 0 0 5px rgba(109, 66, 28, 0.09);
  background: rgba(234, 216, 172, 0.68);
}
.hero {
  max-width: 1120px;
  min-height: 570px;
  margin: auto;
  padding: 75px 8vw 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ornament {
  color: var(--red);
  font-size: 30px;
}
h1 {
  margin: 25px 0;
  font-size: clamp(58px, 8.5vw, 126px);
  line-height: 0.88;
  letter-spacing: -0.055em;
  font-weight: 700;
}
h1 em,
h2 em {
  color: var(--red);
  font-weight: 500;
}
.divider {
  width: 230px;
  margin: 8px 0 20px;
  color: var(--red);
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 1em;
}
.hero p {
  margin: 0;
  font-size: clamp(20px, 2vw, 29px);
}
.palm-mark {
  margin-top: 24px;
  color: #a57922;
  font-size: 36px;
  transform: rotate(180deg);
}
.highlights {
  max-width: 1120px;
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.highlights article {
  min-height: 280px;
  padding: 42px 34px;
  text-align: center;
  border-right: 1px dashed rgba(71, 43, 18, 0.65);
}
.highlights article:last-child {
  border: 0;
}
.feature-icon {
  display: block;
  height: 58px;
  font-size: 48px;
  line-height: 1;
}
.highlights h2 {
  margin: 22px 0 14px;
  color: var(--red);
  font-size: 25px;
  text-transform: uppercase;
}
.highlights p {
  margin: 0 auto;
  max-width: 250px;
  font-size: 18px;
  line-height: 1.45;
}
.online-order {
  max-width: 1120px;
  margin: 70px auto 0;
  padding: 54px 5vw;
  text-align: center;
}
.online-order h2 {
  margin: 0 0 34px;
  color: var(--red);
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1;
}
.language-picker {
  width: min(100%, 390px);
  margin: 0 auto 30px;
  display: grid;
  gap: 9px;
  color: var(--red);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.language-picker select {
  width: 100%;
  min-height: 52px;
  padding: 10px 42px 10px 16px;
  border: 2px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: #f2dfb0;
  font: 700 18px Georgia, "Times New Roman", serif;
}
.delivery-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.delivery-button {
  min-height: 82px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid #3a2616;
  background: #fff;
  font-family: Arial, sans-serif;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.04em;
  box-shadow: 0 5px 0 rgba(70, 42, 19, 0.28);
  transition: 0.2s ease;
}
.delivery-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 0 rgba(70, 42, 19, 0.25);
}
.delivery-button img {
  width: min(190px, 90%);
  height: 58px;
  object-fit: contain;
}
.uber-eats { color: #050505; }
.uber-eats .eats-word { color: #06a357; }
.doordash { color: #e8472f; }
.grubhub { color: #f04438; }
.coming-sections {
  max-width: 1120px;
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.coming-sections article {
  min-height: 340px;
  padding: 55px;
}
.section-label {
  margin: 0 0 25px;
  color: var(--red);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
.coming-sections h2,
.reservation h2,
.location h2 {
  margin: 0;
  font-size: clamp(39px, 4.5vw, 64px);
  line-height: 1;
  letter-spacing: -0.035em;
}
.coming-sections article > p:last-child {
  max-width: 440px;
  font-size: 18px;
  line-height: 1.55;
}
.reservation {
  max-width: 1120px;
  margin: 70px auto 0;
  padding: 65px 8vw;
  text-align: center;
}
.reservation h2 {
  color: var(--red);
  font-style: italic;
}
.reservation p {
  max-width: 720px;
  margin: 22px auto 30px;
  font-size: 21px;
  line-height: 1.5;
}
.reservation a {
  display: inline-block;
  padding: 16px 30px;
  border: 3px double #e9c987;
  background: var(--red);
  color: #f2dfb7;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 0 0 2px var(--red);
}
.social-section {
  max-width: 1120px;
  margin: 70px auto 0;
  padding: 54px 5vw;
  text-align: center;
}
.social-section h2 { margin: 8px 0 34px; color: var(--red); font-size: clamp(36px, 4.5vw, 62px); }
.social-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.social-button {
  min-height: 92px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 2px solid var(--line);
  background: #fffaf0;
  box-shadow: inset 0 0 0 4px rgba(213, 183, 118, 0.35);
  font: 800 20px Arial, sans-serif;
  transition: transform .2s ease, box-shadow .2s ease;
}
.social-button:hover { transform: translateY(-3px); box-shadow: 0 8px 0 rgba(79, 46, 20, .18), inset 0 0 0 4px rgba(213, 183, 118, .35); }
.social-button img { width: 48px; height: 48px; object-fit: contain; }
.social-button.tiktok img { width: 132px; height: 48px; }
.social-button.facebook { color: #0866ff; }
.social-button.instagram { color: #c13584; }
.location {
  max-width: 1120px;
  margin: 70px auto 0;
  padding: 60px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 55px;
}
.location address {
  align-self: end;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 30px;
  border-left: 2px solid var(--red);
  font-style: normal;
  font-size: 17px;
}
.location address strong {
  font-size: 28px;
}
.location address a {
  width: max-content;
  max-width: 100%;
  border-bottom: 1px solid;
  overflow-wrap: anywhere;
}
footer {
  max-width: 1120px;
  margin: 70px auto 0;
  padding: 42px;
  text-align: center;
}
footer strong {
  font-size: clamp(28px, 3.6vw, 50px);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
footer p {
  margin: 25px 0 0;
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
@media (max-width: 760px) {
  .scenic-brand {
    height: 230px;
    background-size: auto 230px;
  }
  .top-nav {
    min-height: auto;
    padding: 9px;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }
  .top-nav a {
    min-height: 46px;
    font-size: 14px;
  }
  .vintage-page {
    padding: 75px 18px 35px;
  }
  .hero {
    min-height: 440px;
    padding: 45px 22px;
  }
  h1 {
    font-size: 55px;
  }
  .hero p {
    font-size: 18px;
  }
  .highlights {
    grid-template-columns: 1fr;
  }
  .highlights article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px dashed rgba(71, 43, 18, 0.65);
  }
  .online-order, .social-section { padding: 42px 22px; }
  .social-links { grid-template-columns: 1fr; }
  .delivery-links { grid-template-columns: 1fr; }
  .delivery-button { min-height: 70px; }
  .coming-sections {
    grid-template-columns: 1fr;
  }
  .coming-sections article {
    min-height: auto;
    padding: 42px 28px;
  }
  .reservation {
    padding: 50px 26px;
  }
  .location {
    padding: 42px 26px;
    grid-template-columns: 1fr;
  }
  .location address {
    padding-left: 20px;
  }
  .background-words {
    opacity: 0.65;
  }
  .word {
    font-size: 20px;
  }
}
