
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root {
  --black: #070707;
  --ink: #15120e;
  --gold: #c9a961;
  --red: #8b1f18;
  --green: #173f34;
  --cream: #f4efe2;
  --paper: #fffaf0;
  --muted: #b9ad96;
  --line: rgba(244, 239, 226, .16);
  --shadow: 0 20px 55px rgba(0, 0, 0, .22);
  --serif: "Playfair Display", Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--cream);
  background: var(--black);
  font-family: var(--sans);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  align-items: center;
  background: #0F0C0A;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 5vw, 64px);
  position: fixed;
  right: 0;
  top: 0;
  transition: background .25s ease, padding .25s ease;
  z-index: 50;
}

.site-header.scrolled {
  background: #0F0C0A;
  padding-block: 9px;
}

.brand {
  align-items: center;
  display: flex;
  gap: 12px;
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.logo-frame {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  overflow: visible;
  width: 76px;
}

.brand img {
  border-radius: 0;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, .45));
  height: 56px;
  object-fit: contain;
  object-position: center;
  padding: 0;
  width: 74px;
}

.brand img.logo-mark {
  object-fit: contain;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: clamp(14px, 2vw, 28px);
  font-size: .85rem;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav a {
  color: rgba(244, 239, 226, .84);
}

.site-nav a:hover {
  color: var(--gold);
}

.nav-cta,
.button {
  border: 1px solid var(--gold);
  border-radius: 6px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  text-transform: uppercase;
}

.nav-cta {
  color: var(--black) !important;
  background: var(--gold);
}

.nav-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 42px;
  width: 42px;
}

.nav-toggle span {
  background: var(--cream);
  display: block;
  height: 2px;
  margin: 8px 0;
  width: 26px;
}

.hero {
  min-height: 100vh;
  overflow: hidden;
  padding: 140px clamp(20px, 6vw, 88px) 72px;
  position: relative;
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 760px) minmax(260px, 360px);
  gap: clamp(28px, 6vw, 80px);
}

.hero-bg,
.hero-shade {
  inset: 0;
  position: absolute;
}

.hero-bg {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(7, 7, 7, .95), rgba(7, 7, 7, .7) 45%, rgba(7, 7, 7, .18)), linear-gradient(0deg, rgba(7, 7, 7, .92), transparent 42%);
}

.hero-content,
.hero-panel {
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--gold);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(2.5rem, 4.8vw, 4.8rem);
  line-height: 1;
  margin-bottom: 22px;
  max-width: 900px;
}

h1 {
  font-size: clamp(2.9rem, 6.8vw, 6.4rem);
  line-height: 1;
  margin-bottom: 22px;
  max-width: 900px;
}

h2 {
  font-size: clamp(2rem, 4.6vw, 3.7rem);
  margin-bottom: 16px;
}

h3 {
  font-size: 1.35rem;
}

.brand-lockup {
  border-bottom: 1px solid rgba(201, 169, 97, .55);
  border-top: 1px solid rgba(201, 169, 97, .55);
  display: inline-grid;
  gap: 4px;
  margin-bottom: 24px;
  padding: 14px 0;
  text-transform: uppercase;
}

.brand-lockup span {
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.4vw, 2.25rem);
  font-weight: 800;
  line-height: 1;
}

.brand-lockup small,
.brand-lockup em {
  color: var(--gold);
  font-size: .78rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .12em;
}

.hero-line {
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.8vw, 1.8rem);
  margin: 14px 0 16px;
}

.hero-brand-block {
  border-bottom: 1px solid rgba(201, 169, 97, .55);
  border-top: 1px solid rgba(201, 169, 97, .55);
  display: inline-grid;
  gap: 2px;
  margin-bottom: 22px;
  padding: 12px 0;
  text-align: left;
}

.hero-brand-title {
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.8vw, 2.6rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
}

.hero-brand-subtitle {
  color: var(--gold);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-brand-year {
  color: var(--gold);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.hero-quote {
  background: transparent;
  border-left: 3px solid var(--gold);
  box-shadow: none;
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-style: italic;
  letter-spacing: 0.04em;
  margin: 0 0 18px;
  padding: 8px 0 8px 18px;
}

.locations-bar {
  background: #0c0b09;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  justify-content: center;
  padding: 14px clamp(20px, 6vw, 88px);
  text-align: center;
}

.locations-bar span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.locations-bar a {
  color: var(--gold);
  font-size: .9rem;
  font-weight: 700;
}

.hero-copy,
.section-heading p,
.story-copy p,
.card p,
.image-card p,
.feature-card p,
.destination-card p,
.location-card p,
.reserve-copy p,
.corporate .section-heading p {
  color: rgba(244, 239, 226, .8);
  font-size: 1.02rem;
  max-width: 650px;
}

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

.button.primary {
  background: var(--gold);
  color: var(--black);
}

.button.ghost {
  color: var(--cream);
}

.hero-panel {
  align-self: end;
  border-left: 4px solid var(--gold);
  background: rgba(7, 7, 7, .56);
  box-shadow: var(--shadow);
  padding: 24px;
}

.hero-panel strong,
.hero-panel span {
  display: block;
}

.hero-panel strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.35rem;
}

.hero-panel span {
  color: rgba(244, 239, 226, .8);
  margin-top: 8px;
}

.scroll-cue {
  border: 1px solid rgba(244, 239, 226, .55);
  border-radius: 999px;
  bottom: 28px;
  height: 44px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 26px;
  z-index: 1;
}

.scroll-cue::after {
  animation: cue 1.5s infinite;
  background: var(--gold);
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 9px;
  transform: translateX(-50%);
  width: 4px;
}

@keyframes cue {
  0%, 100% { opacity: .3; transform: translate(-50%, 0); }
  50% { opacity: 1; transform: translate(-50%, 12px); }
}

.section {
  padding: clamp(72px, 9vw, 120px) clamp(20px, 6vw, 88px);
}

.section-heading {
  max-width: 800px;
  margin-bottom: 36px;
}

.centered {
  margin-inline: auto;
  text-align: center;
}

.legacy,
.story-split,
.testimonials {
  background: var(--paper);
  color: var(--ink);
}

.legacy .section-heading p,
.story-copy p,
.testimonial-grid blockquote,
.story-copy blockquote {
  color: rgba(21, 18, 14, .78);
}

.timeline,
.press-grid,
.craft-grid,
.card-grid,
.testimonial-grid,
.gallery-grid,
.destinations-grid,
.corporate-grid {
  display: grid;
  gap: 18px;
}

.timeline {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.timeline article,
.card,
.location-card,
.booking-form,
.contact-form,
.image-card,
.destination-card {
  background: #14110d;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
  padding: 24px;
}

.legacy .timeline article {
  background: #f7efe0;
  color: var(--ink);
  box-shadow: none;
}

.legacy .timeline h3 {
  color: var(--red);
  margin-bottom: 12px;
}

.press-grid,
.craft-grid,
.card-grid,
.testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card h3,
.image-card h3,
.destination-card h3,
.location-card h3 {
  margin-bottom: 10px;
}

.story-split {
  display: grid;
  gap: 38px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.story-image img,
.destination-card img,
.image-card img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.story-copy blockquote {
  border-left: 3px solid var(--gold);
  font-family: "Playfair Display";
  font-size: 1.35rem;
  margin: 24px 0;
  padding-left: 18px;
}

.craft,
.biere,
.kitchen,
.destinations,
.experiences,
.gallery-section,
.corporate,
.reserve,
.contact-section {
  background: #0c0b09;
}

.image-card {
  padding: 0;
  overflow: hidden;
}

.image-card img {
  aspect-ratio: 4 / 3;
}

.image-card h3,
.destination-card div {
  padding: 18px 20px 20px;
}

.image-card p {
  margin: -10px 20px 20px;
}

.feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.2fr .8fr;
}

.feature-card {
  background: #14110d;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  overflow: hidden;
}

.feature-card.large {
  grid-row: span 2;
}

.feature-card img {
  aspect-ratio: 16 / 10;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.feature-card.large img {
  aspect-ratio: 1 / .86;
}

.feature-card div {
  padding: 20px;
}

.destinations-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.destination-card {
  padding: 0;
  overflow: hidden;
}

.destination-card img {
  aspect-ratio: 16 / 10;
}

.destination-card img {
  min-height: 360px;
  object-position: center;
}

.destination-card:first-child img {
  object-position: center top;
}

.gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-grid img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.testimonial-grid blockquote {
  border-top: 2px solid var(--gold);
  padding-top: 16px;
  margin: 0;
}

.testimonial-grid cite {
  display: block;
  color: var(--red);
  font-style: normal;
  margin-top: 8px;
}

.corporate-grid {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.contact-form,
.booking-form {
  display: grid;
  gap: 12px;
}

.contact-form label,
.booking-form label {
  display: grid;
  gap: 6px;
  color: rgba(244, 239, 226, .84);
}

.contact-form input,
.contact-form textarea,
.booking-form input,
.booking-form select,
.booking-form textarea {
  border: 1px solid rgba(244, 239, 226, .2);
  border-radius: 6px;
  background: rgba(255, 255, 255, .04);
  color: var(--cream);
  padding: 12px 14px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder,
.booking-form input::placeholder,
.booking-form select::placeholder,
.booking-form textarea::placeholder {
  color: rgba(244, 239, 226, .55);
}

.reserve {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  align-items: start;
}

.contact-section {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.map-section {
  background: #0c0b09;
  padding: clamp(60px, 8vw, 100px) clamp(20px, 6vw, 88px);
}

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

.map-card {
  background: #14110d;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.map-card iframe {
  border: 0;
  display: block;
  height: 260px;
  width: 100%;
}

.map-card .map-info {
  padding: 18px 20px;
}

.map-card h3 {
  color: var(--gold);
  margin-bottom: 6px;
}

.map-card p {
  color: rgba(244, 239, 226, .74);
  font-size: .9rem;
  margin: 0;
}

.footer {
  background: #070707;
  border-top: 1px solid rgba(244, 239, 226, .1);
  padding: 32px clamp(20px, 6vw, 88px) 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}

.footer-logo-frame {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  height: 78px;
  justify-content: center;
  overflow: visible;
  width: 122px;
}

.footer img {
  border-radius: 0;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, .38));
  height: 72px;
  object-fit: contain;
  width: 116px;
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: rgba(244, 239, 226, .74);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .45s ease, transform .45s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-nav {
    background: #0F0C0A;
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    left: 20px;
    padding: 18px;
    position: absolute;
    right: 20px;
    top: calc(100% + 10px);
  }

  .site-nav.open {
    display: flex;
  }

  .nav-toggle {
    display: block;
  }

  .hero,
  .story-split,
  .reserve,
  .contact-section,
  .corporate-grid,
  .destinations-grid,
  .feature-grid,
  .timeline,
  .press-grid,
  .craft-grid,
  .card-grid,
  .testimonial-grid,
  .gallery-grid,
  .map-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding-inline: 16px;
  }

  .hero {
    padding-top: 112px;
  }

  .section {
    padding-inline: 18px;
  }

  .hero h1 {
    font-size: 2.8rem;
  }

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

  .locations-bar {
    flex-direction: column;
    gap: 8px;
  }
}

.beer-card span {
  color: var(--gold);
  display: block;
  font-size: .78rem;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.beer-card p {
  color: rgba(244, 239, 226, .72);
  min-height: 52px;
}

.beer-card strong,
.beer-card small {
  display: block;
}

.beer-card strong {
  color: var(--gold);
}

.beer-card small {
  color: var(--muted);
  margin-top: 8px;
}

.food-layout {
  align-items: stretch;
}

.food-list {
  display: grid;
  gap: 14px;
}

.food-list div {
  border-bottom: 1px solid rgba(21, 18, 14, .14);
  display: grid;
  gap: 5px;
  padding: 0 0 16px;
}

.food-list strong {
  color: var(--red);
  font-family: var(--serif);
  font-size: 1.3rem;
}

.food-list span {
  color: rgba(21, 18, 14, .7);
}

.food-list em {
  color: var(--green);
  font-style: normal;
  font-weight: 800;
}

.ambience {
  background: var(--green);
}

.mosaic {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.mosaic img {
  height: 260px;
  object-fit: cover;
  width: 100%;
}

.mosaic img:first-child {
  background: var(--paper);
  grid-column: span 2;
  object-fit: contain;
}

.event-row,
.review-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.event-card {
  min-height: 180px;
}

.event-card strong {
  color: var(--gold);
  display: block;
  font-family: var(--serif);
  font-size: 1.45rem;
  margin-bottom: 12px;
}

.event-card span {
  color: rgba(244, 239, 226, .72);
}

.gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-grid img {
  aspect-ratio: 1 / .78;
  background: #0c0b09;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
  width: 100%;
}

.gallery-grid img:hover {
  transform: scale(.985);
}

.review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

blockquote {
  background: #fff;
  border-left: 4px solid var(--red);
  box-shadow: 0 16px 35px rgba(21, 18, 14, .08);
  color: var(--ink);
  margin: 0;
  padding: 24px;
}

cite {
  color: var(--red);
  display: block;
  font-style: normal;
  font-weight: 800;
  margin-top: 18px;
}

.reserve {
  align-items: start;
}

.reserve-copy p {
  color: rgba(244, 239, 226, .74);
}

.booking-form {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

label {
  color: var(--muted);
  display: grid;
  font-size: .78rem;
  font-weight: 800;
  gap: 6px;
  text-transform: uppercase;
}

input,
select {
  background: #191612;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--cream);
  font: inherit;
  min-height: 46px;
  padding: 10px 12px;
}

.booking-form button {
  cursor: pointer;
  grid-column: span 2;
}

.contact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 0;
}

.location-card h3 {
  color: var(--gold);
}

.location-card p,
.location-card span {
  color: rgba(244, 239, 226, .74);
}

.location-card a,
.location-card span {
  display: block;
  margin-top: 12px;
}

.footer {
  align-items: center;
  background: #050505;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px;
  justify-items: center;
  padding: 42px 20px;
  text-align: center;
}

.footer img {
  height: 72px;
  object-fit: contain;
  padding: 0;
  width: 116px;
}

.footer img.logo-mark {
  object-fit: contain;
}

.footer p {
  color: var(--muted);
  margin: 0;
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-nav {
    background: #0F0C0A;
    border-bottom: 1px solid var(--line);
    display: none;
    flex-direction: column;
    left: 0;
    padding: 24px;
    position: absolute;
    right: 0;
    top: 74px;
  }

  .site-nav.open {
    display: flex;
  }

  .nav-toggle {
    display: block;
  }

  .hero,
  .intro-grid,
  .split,
  .food-layout,
  .reserve,
  .contact,
  .ambience {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 92vh;
  }

  .beer-grid,
  .event-row,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .brand > span:not(.logo-frame) {
    display: none;
  }

  .brand .logo-frame {
    display: inline-flex;
    height: 50px;
    width: 64px;
  }

  .brand img {
    height: 48px;
    width: 62px;
  }

  .nav-toggle {
    align-items: center;
    border: 1px solid rgba(244, 239, 226, .24);
    border-radius: 6px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
  }

  .nav-toggle span {
    margin: 4px 0;
  }

  .hero {
    padding-top: 116px;
  }

  .hero h1,
  h1 {
    font-size: clamp(2.2rem, 11vw, 3.6rem);
  }

  .hero-panel {
    display: none;
  }

  .stats,
  .beer-grid,
  .event-row,
  .gallery-grid,
  .review-grid,
  .booking-form {
    grid-template-columns: 1fr;
  }

  .booking-form button {
    grid-column: auto;
  }

  .feature-image,
  .split-image,
  .food-image {
    min-height: 260px;
  }

  .mosaic {
    grid-template-columns: 1fr;
  }

  .mosaic img:first-child {
    grid-column: auto;
  }
}

/* Reference-style hero and destination panels */
.site-header {
  background: #0F0C0A;
  border-bottom: 0;
}

.site-header.scrolled {
  background: #0F0C0A;
}

.nav-cta,
.button.primary {
  background: #e50914;
  border-color: #e50914;
  color: #fff !important;
}

.nav-cta:hover,
.button.primary:hover {
  background: #c90710;
  border-color: #c90710;
  color: #fff !important;
}

.button.ghost {
  background: rgba(12, 7, 3, .35);
  border-color: rgba(255, 250, 240, .48);
  color: #fff;
}

.hero {
  align-items: center;
  display: flex;
  min-height: 100vh;
  padding: 128px clamp(24px, 6vw, 80px) 78px;
}

.hero-bg {
  filter: saturate(.92) contrast(1.06);
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(10, 5, 2, .82) 0%, rgba(10, 5, 2, .58) 44%, rgba(10, 5, 2, .18) 100%),
    linear-gradient(0deg, rgba(10, 5, 2, .68), rgba(10, 5, 2, .08) 58%);
}

.hero-content {
  max-width: 900px;
}

.hero .eyebrow {
  color: #ffb05c;
  font-size: .88rem;
  letter-spacing: .34em;
}

.hero h1 {
  color: #fffaf0;
  font-size: clamp(4.2rem, 8.4vw, 7.6rem);
  letter-spacing: 0;
  line-height: .92;
  margin-bottom: 24px;
  max-width: 1040px;
  text-shadow: 0 8px 34px rgba(0, 0, 0, .4);
}

.hero-brand-block {
  margin-bottom: 24px;
  padding: 18px 0;
}

.hero-brand-title {
  font-size: clamp(2.2rem, 5.2vw, 4.8rem);
  text-shadow: 0 8px 34px rgba(0, 0, 0, .42);
}

.hero-brand-subtitle {
  font-size: clamp(.92rem, 1.7vw, 1.25rem);
}

.hero-brand-year {
  font-size: clamp(.78rem, 1.3vw, 1rem);
}

.hero-quote {
  border-left: 3px solid #ffb05c;
  border-top: 0;
  color: #fffaf0;
  font-family: "Playfair Display";
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  max-width: 780px;
  padding: 8px 0 8px 18px;
  text-transform: none;
}

.hero-copy {
  color: #fff;
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  font-weight: 700;
  max-width: 720px;
}

.hero-actions {
  gap: 18px;
  margin-top: 36px;
}

.hero-actions .button {
  border-radius: 0;
  min-width: 248px;
  padding: 14px 26px;
}

.scroll-cue {
  border: 0;
  border-radius: 0;
  bottom: 28px;
  color: #fffaf0;
  font-size: .72rem;
  font-weight: 900;
  height: auto;
  letter-spacing: .28em;
  text-transform: uppercase;
  width: auto;
}

.scroll-cue::after {
  display: none;
}

.destinations {
  background: #f2eee4;
  padding: 0;
}

.destinations .section-heading {
  background: #f2eee4;
  color: var(--ink);
  margin: 0 auto;
  padding: clamp(58px, 8vw, 92px) 20px 34px;
}

.destinations .section-heading p {
  color: var(--red);
}

.destinations-grid {
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.destination-card {
  background: #080604;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 520px;
  position: relative;
}

.destination-card img {
  aspect-ratio: auto;
  border-radius: 0;
  height: 100%;
  inset: 0;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.destination-card::after {
  background:
    linear-gradient(90deg, rgba(6, 4, 2, .72), rgba(6, 4, 2, .2)),
    linear-gradient(0deg, rgba(6, 4, 2, .76), rgba(6, 4, 2, .1));
  content: "";
  inset: 0;
  position: absolute;
}

.destination-card:nth-child(2)::after {
  background:
    linear-gradient(90deg, rgba(6, 48, 36, .82), rgba(6, 48, 36, .34)),
    linear-gradient(0deg, rgba(6, 48, 36, .72), rgba(6, 48, 36, .08));
}

.destination-card:nth-child(3)::after {
  background:
    linear-gradient(90deg, rgba(53, 12, 10, .82), rgba(53, 12, 10, .34)),
    linear-gradient(0deg, rgba(53, 12, 10, .72), rgba(53, 12, 10, .08));
}

.destination-card div {
  bottom: clamp(42px, 7vw, 78px);
  left: clamp(28px, 7vw, 56px);
  max-width: 540px;
  padding: 0;
  position: absolute;
  right: clamp(24px, 5vw, 48px);
  z-index: 1;
}

.destination-card span {
  color: #ffb05c;
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: .82rem;
  font-style: italic;
  font-weight: 800;
  letter-spacing: .18em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.destination-card h3 {
  color: #fffaf0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  margin-bottom: 18px;
  text-shadow: 0 6px 26px rgba(0, 0, 0, .5);
}

.destination-card p {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 28px;
  max-width: 470px;
}

.destination-card a {
  background: #e50914;
  border: 1px solid #e50914;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-family: "Playfair Display", Georgia, serif;
  font-size: .86rem;
  font-style: italic;
  font-weight: 800;
  justify-content: center;
  min-width: 208px;
  padding: 14px 24px;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.destination-card a:hover {
  background: #c90710;
  border-color: #c90710;
  transform: translateY(-2px);
}

.story-copy .eyebrow {
  color: var(--ink);
  display: inline-block;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 22px;
  text-transform: none;
}

.story-copy blockquote {
  font-family: "Playfair Display", Georgia, serif;
}

.footer {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  text-align: center;
  width: 100%;
}

.footer nav {
  justify-content: center;
}

.footer-contact {
  display: grid;
  gap: 8px;
  justify-items: center;
  margin-inline: auto;
  max-width: 760px;
  text-align: center;
  width: 100%;
}

.footer-contact h3 {
  color: var(--gold);
  font-size: 1.4rem;
  margin: 0;
}

.footer-contact p {
  color: rgba(244, 239, 226, .76);
  margin: 0;
  text-align: center;
}

.footer-contact strong,
.footer-contact a {
  color: var(--cream);
}

.social-follow {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
}

.social-follow span {
  color: rgba(244, 239, 226, .76);
  font-size: .9rem;
  font-weight: 700;
}

.instagram-link {
  align-items: center;
  border: 1px solid rgba(244, 239, 226, .28);
  border-radius: 999px;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.instagram-link svg {
  fill: none;
  height: 21px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 21px;
}

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

  .hero {
    min-height: 92vh;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 11vw, 6rem);
  }

  .destination-card {
    min-height: 460px;
  }
}

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

  .hero h1 {
    font-size: clamp(2.7rem, 14vw, 4.4rem);
  }

  .hero-actions .button {
    min-width: min(100%, 280px);
    width: 100%;
  }

  .hero-quote {
    font-size: clamp(.98rem, 4.6vw, 1.12rem);
    line-height: 1.35;
    max-width: 100%;
    overflow-wrap: break-word;
    padding-left: 14px;
  }

  .destinations .section-heading {
    padding-bottom: 26px;
  }

  .destination-card {
    min-height: 420px;
  }
}
