/* Consumer-first beer garden refresh */
:root {
  --header-height: 82px;
  --consumer-green: #17251c;
  --consumer-forest: #22372a;
  --consumer-amber: #e0bd63;
  --consumer-red: #a64234;
  --consumer-paper: #f4f1e9;
  --consumer-line: rgb(26 42 31 / 18%);
}

.site-header {
  height: var(--header-height);
  border-bottom: 1px solid rgb(255 255 255 / 15%);
  background: var(--brown);
  box-shadow: 0 8px 30px rgb(31 22 15 / 12%);
  transition: box-shadow 280ms ease, background 280ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 10px 32px rgb(31 22 15 / 20%);
}

.header-inner {
  position: relative;
  width: min(1280px, calc(100% - 48px));
  gap: 24px;
}

.brand,
.brand img {
  width: 98px;
  height: 70px;
}

.main-nav {
  justify-content: center;
  gap: 6px;
  padding-right: 0;
  overflow: visible;
}

.nav-link {
  height: 42px;
  padding: 0 14px;
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 600;
}

.nav-link.is-active::before {
  display: none;
}

.nav-link::after {
  right: 14px;
  bottom: 2px;
  left: 14px;
  height: 1px;
  background: var(--consumer-amber);
  transform: scaleX(0);
}

.nav-link:hover::after,
.nav-link.is-active::after {
  transform: scaleX(1);
}

.nav-link:hover,
.nav-link.is-active {
  color: #ffffff;
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.header-booking {
  flex: 0 0 auto;
  padding: 11px 18px;
  border: 1px solid var(--consumer-amber);
  color: #fff1c9;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 240ms ease, color 240ms ease;
}

.header-booking:hover {
  background: var(--consumer-amber);
  color: var(--brown-dark);
}

.consumer-section {
  width: min(calc(100% - 48px), 1320px);
  margin: 108px auto 0;
}

.consumer-kicker {
  display: block;
  color: #a77a29;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.consumer-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.58fr);
  gap: 36px 72px;
  align-items: end;
  margin-bottom: 44px;
}

.consumer-heading .consumer-kicker {
  grid-column: 1 / -1;
  margin-bottom: -18px;
}

.consumer-heading h2,
.food-copy h2,
.sunset-copy h2,
.music-content h2 {
  margin: 0;
  font-family: var(--title-font);
  font-size: 54px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
}

.consumer-heading p,
.food-copy > p,
.sunset-copy > p,
.music-content > p {
  margin: 0;
  color: #56534c;
  font-size: 16px;
  line-height: 1.8;
}

.hero-consumer {
  position: relative;
  height: calc(100svh - 140px);
  min-height: 620px;
  max-height: 760px;
  margin-top: var(--header-height);
  overflow: hidden;
  background: #111a14;
  color: #ffffff;
  isolation: isolate;
}

.hero-consumer .hero-slide {
  transform: scale(1.04);
  transition: opacity 1500ms ease, transform 7800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-consumer .hero-slide img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-consumer .hero-slide:first-child img {
  object-position: center 48%;
}

.hero-consumer .hero-slide.is-active {
  transform: scale(1.01);
}

.hero-shade {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(8 13 10 / 82%) 0%, rgb(8 13 10 / 48%) 44%, rgb(8 13 10 / 12%) 74%),
    linear-gradient(180deg, rgb(0 0 0 / 10%) 52%, rgb(5 10 7 / 68%) 100%);
}

.hero-consumer-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(calc(100% - 48px), 1320px);
  height: 100%;
  margin-inline: auto;
  padding-bottom: 24px;
}

.hero-consumer-content .consumer-kicker {
  color: #f0cc78;
}

.hero-consumer-content h1 {
  max-width: 760px;
  margin: 18px 0 20px;
  font-family: var(--title-font);
  font-size: 82px;
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-consumer-content p {
  max-width: 610px;
  margin: 0;
  color: rgb(255 255 255 / 84%);
  font-size: 18px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.floating-contact-dock {
  position: fixed;
  z-index: 90;
  top: 52%;
  right: 18px;
  display: grid;
  gap: 10px;
  transform: translateY(-50%);
}

.floating-contact-link {
  --contact-color: #132b20;
  position: relative;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 2px solid rgb(255 255 255 / 86%);
  border-radius: 50%;
  color: #ffffff;
  background: var(--contact-color);
  box-shadow: 0 12px 28px rgb(0 0 0 / 32%), 0 0 18px color-mix(in srgb, var(--contact-color) 58%, transparent);
  text-decoration: none;
  animation: contact-dock-float 3.2s ease-in-out infinite;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.floating-contact-link::before {
  position: absolute;
  inset: -6px;
  border: 2px solid color-mix(in srgb, var(--contact-color) 70%, white);
  border-radius: inherit;
  content: "";
  opacity: 0;
  transform: scale(0.9);
  animation: contact-brand-ring 2.3s ease-out infinite;
}

.floating-contact-link:nth-child(2) { animation-delay: 180ms; }
.floating-contact-link:nth-child(3) { animation-delay: 360ms; }
.floating-contact-link:nth-child(4) { animation-delay: 540ms; }
.floating-contact-link:nth-child(2)::before { animation-delay: 380ms; }
.floating-contact-link:nth-child(3)::before { animation-delay: 760ms; }
.floating-contact-link:nth-child(4)::before { animation-delay: 1140ms; }

.floating-contact-link:hover,
.floating-contact-link:focus-visible {
  transform: translateX(-5px) scale(1.08);
  box-shadow: 0 14px 30px rgb(0 0 0 / 32%);
}

.floating-contact-link:hover::before,
.floating-contact-link:focus-visible::before {
  animation-play-state: paused;
  opacity: 0.85;
  transform: scale(1.08);
}

.floating-contact-facebook { --contact-color: #1877f2; }
.floating-contact-tiktok { --contact-color: #111111; }
.floating-contact-zalo { --contact-color: #0068ff; }
.floating-contact-hotline {
  --contact-color: #bf302b;
  animation: contact-dock-float 3.2s ease-in-out 540ms infinite, contact-hotline-ring 2s ease-out infinite;
}

.floating-contact-mark {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  overflow: hidden;
  border-radius: 50%;
}

.floating-contact-mark img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}

.floating-contact-hotline svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.floating-contact-label {
  position: absolute;
  top: 50%;
  right: calc(100% + 12px);
  min-width: max-content;
  padding: 8px 11px;
  border: 1px solid rgb(224 189 99 / 48%);
  border-radius: 3px;
  color: #ffffff;
  background: #132b20;
  box-shadow: 0 8px 20px rgb(0 0 0 / 20%);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  opacity: 0;
  pointer-events: none;
  transform: translate(8px, -50%);
  transition: opacity 200ms ease, transform 200ms ease;
}

.floating-contact-link:hover .floating-contact-label,
.floating-contact-link:focus-visible .floating-contact-label {
  opacity: 1;
  transform: translate(0, -50%);
}

@keyframes contact-dock-float {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -5px; }
}

@keyframes contact-brand-ring {
  0% { opacity: 0.72; transform: scale(0.9); }
  75%, 100% { opacity: 0; transform: scale(1.34); }
}

@keyframes contact-hotline-ring {
  0% { box-shadow: 0 10px 24px rgb(0 0 0 / 24%), 0 0 0 0 rgb(191 48 43 / 42%); }
  72%, 100% { box-shadow: 0 10px 24px rgb(0 0 0 / 24%), 0 0 0 13px rgb(191 48 43 / 0%); }
}

.button-primary,
.button-ghost,
.button-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 240ms ease, background 240ms ease, color 240ms ease, border-color 240ms ease;
}

.button-primary {
  border-color: var(--consumer-amber);
  background: var(--consumer-amber);
  color: #2c2319;
}

.button-ghost {
  border-color: rgb(255 255 255 / 58%);
  color: #ffffff;
}

.button-dark {
  margin-top: 30px;
  border-color: var(--consumer-green);
  background: var(--consumer-green);
  color: #ffffff;
}

.button-primary:hover,
.button-ghost:hover,
.button-dark:hover {
  transform: translateY(-2px);
}

.button-ghost:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #222d25;
}

.hero-note {
  position: absolute;
  z-index: 3;
  right: max(24px, calc((100vw - 1320px) / 2));
  bottom: 34px;
  display: grid;
  gap: 3px;
  padding-left: 18px;
  border-left: 1px solid var(--consumer-amber);
  text-align: right;
}

.hero-note span {
  color: rgb(255 255 255 / 68%);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-note strong {
  font-family: var(--title-font);
  font-size: 20px;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--consumer-green);
  color: #ffffff;
}

.quick-facts > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 4px 16px;
  min-width: 0;
  padding: 30px max(28px, calc((100vw - 1320px) / 6));
  border-right: 1px solid rgb(255 255 255 / 16%);
}

.quick-facts > div:last-child {
  border-right: 0;
}

.quick-facts span {
  grid-row: 1 / 3;
  color: var(--consumer-amber);
  font-family: var(--title-font);
  font-size: 18px;
}

.quick-facts strong {
  font-family: var(--title-font);
  font-size: 19px;
  font-weight: 600;
}

.quick-facts p {
  margin: 0;
  color: rgb(255 255 255 / 62%);
  font-size: 12px;
  line-height: 1.55;
}

.occasion-mosaic {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  grid-template-rows: repeat(2, 310px);
  gap: 12px;
}

.occasion-tile {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #15231a;
  color: #ffffff;
}

.occasion-friends {
  grid-row: 1 / 3;
}

.occasion-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgb(5 11 7 / 88%) 100%);
}

.occasion-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1), filter 500ms ease;
}

.occasion-tile:hover img {
  transform: scale(1.025);
  filter: saturate(1.06);
}

.occasion-tile > div {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
}

.occasion-friends > div {
  padding: 42px;
}

.occasion-tile span {
  color: #f0cc78;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.occasion-tile h3 {
  max-width: 520px;
  margin: 9px 0 0;
  font-family: var(--title-font);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.16;
}

.occasion-friends h3 {
  font-size: 42px;
}

.food-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  min-height: 650px;
  background: var(--consumer-green);
  color: #ffffff;
}

.food-visual {
  min-width: 0;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
}

.food-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.food-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 64px;
}

.food-copy .consumer-kicker,
.music-content .consumer-kicker {
  color: #edc96d;
}

.food-copy h2 {
  margin-top: 18px;
  color: #ffffff;
}

.food-copy > p {
  margin-top: 26px;
  color: rgb(255 255 255 / 70%);
}

.food-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 34px;
  padding: 18px 0;
  border-top: 1px solid rgb(255 255 255 / 18%);
  border-bottom: 1px solid rgb(255 255 255 / 18%);
}

.food-notes span {
  color: rgb(255 255 255 / 80%);
  font-size: 12px;
  font-weight: 600;
}

.text-link {
  width: max-content;
  margin-top: 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--consumer-amber);
  color: #f0cc78;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sunset-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.68fr) minmax(0, 1.32fr);
  gap: 64px;
  align-items: center;
}

.sunset-copy h2 {
  margin-top: 18px;
  color: #23372a;
  font-size: 48px;
}

.sunset-copy > p {
  margin-top: 26px;
}

.sunset-gallery {
  display: grid;
  grid-template-columns: minmax(190px, 0.48fr) minmax(0, 1fr);
  gap: 12px;
  height: 610px;
}

.sunset-gallery figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.sunset-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sunset-portrait img,
.gallery-item.tall img[src$="/ban-ven-song-landmark.webp"] {
  object-position: 5% center;
}

.about-image img[src$="/ban-ven-song-landmark.webp"] {
  object-position: left center;
}

.sunset-wide img {
  object-position: 54% center;
}

.music-section {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 640px;
  overflow: hidden;
  color: #ffffff;
  isolation: isolate;
}

.music-background,
.music-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.music-background {
  z-index: -2;
  object-fit: cover;
}

.music-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgb(8 16 11 / 88%) 0%, rgb(8 16 11 / 62%) 52%, rgb(8 16 11 / 16%) 100%);
}

.music-content {
  width: min(620px, calc(100% - 48px));
  margin-left: max(24px, calc((100% - 1180px) / 2));
  padding: 70px 0;
}

.music-content h2 {
  margin-top: 18px;
}

.music-content > p {
  margin-top: 24px;
  color: rgb(255 255 255 / 76%);
}

.music-formats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid rgb(255 255 255 / 25%);
  border-bottom: 1px solid rgb(255 255 255 / 25%);
}

.music-formats > div {
  display: grid;
  gap: 7px;
  padding: 20px 22px 20px 0;
}

.music-formats > div + div {
  padding-left: 22px;
  border-left: 1px solid rgb(255 255 255 / 25%);
}

.music-formats strong {
  font-family: var(--title-font);
  font-size: 19px;
}

.music-formats span,
.music-content .music-note {
  color: rgb(255 255 255 / 64%);
  font-size: 12px;
  line-height: 1.6;
}

.music-content .music-note {
  margin-top: 18px;
}

.moments-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 270px;
  gap: 12px;
}

.moments-grid .gallery-item {
  grid-column: auto;
  grid-row: auto;
  width: 100%;
  height: 100%;
}

.moments-grid .moment-main {
  grid-row: span 2;
}

.moments-grid .gallery-item:nth-child(4) {
  grid-column: 1 / -1;
  height: 330px;
}

.consumer-booking {
  margin-top: 108px;
  margin-bottom: 0;
}

.consumer-booking .booking-empty,
.consumer-booking .lang-switch {
  display: none;
}

.consumer-booking .booking-form {
  background: #f4f1e9;
}

.consumer-booking .form-head {
  margin-bottom: 34px;
}

.consumer-booking .booking-intro > p {
  max-width: 480px;
}

.site-footer {
  margin-top: 0;
}

.footer-brand-panel h2 {
  font-size: 27px;
}

.footer-brand-panel,
.footer-information {
  padding-top: 30px;
  padding-bottom: 20px;
}

.footer-brand-logo {
  width: 78px;
  height: 60px;
  margin-bottom: 12px;
}

.footer-intro {
  margin-top: 9px;
}

.footer-booking-link {
  margin-top: 14px;
}

@media (max-width: 1120px) {
  .consumer-heading h2,
  .food-copy h2,
  .music-content h2 {
    font-size: 46px;
  }

  .hero-consumer-content h1 {
    font-size: 70px;
  }

  .occasion-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 430px 300px;
  }

  .occasion-friends {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .food-copy {
    padding: 58px 42px;
  }

  .sunset-section {
    gap: 38px;
  }

  .sunset-copy h2 {
    font-size: 42px;
  }
}

@media (max-width: 900px) {
  .header-inner {
    width: calc(100% - 28px);
    gap: 12px;
  }

  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: grid;
    padding: 12px;
    border-top: 1px solid rgb(255 255 255 / 15%);
    background: var(--brown);
    box-shadow: 0 18px 30px rgb(31 22 15 / 22%);
    opacity: 0;
    transform: translateY(-8px);
    visibility: hidden;
    pointer-events: none;
    transition: opacity 220ms ease, transform 260ms ease, visibility 220ms ease;
  }

  .site-header.nav-open .main-nav {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }

  .nav-link {
    justify-content: flex-start;
    height: 42px;
    padding: 0 12px;
  }

  .nav-link::after {
    right: auto;
    left: 12px;
    width: 52px;
  }

  .quick-facts {
    grid-template-columns: 1fr;
  }

  .quick-facts > div {
    padding: 22px 28px;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 16%);
  }

  .quick-facts > div:last-child {
    border-bottom: 0;
  }

  .consumer-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .consumer-heading .consumer-kicker {
    margin-bottom: 0;
  }

  .food-section,
  .sunset-section {
    grid-template-columns: 1fr;
  }

  .food-visual {
    min-height: 480px;
  }

  .sunset-copy {
    max-width: 680px;
  }

  .sunset-gallery {
    height: 560px;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 72px;
  }

  .brand,
  .brand img {
    width: 76px;
    height: 60px;
  }

  .header-booking {
    padding: 9px 12px;
    font-size: 10px;
  }

  .consumer-section {
    width: calc(100% - 24px);
    margin-top: 72px;
  }

  .hero-consumer {
    height: calc(100svh - 105px);
    min-height: 530px;
    max-height: 680px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgb(8 13 10 / 78%) 0%, rgb(8 13 10 / 38%) 100%),
      linear-gradient(180deg, rgb(0 0 0 / 8%) 38%, rgb(5 10 7 / 80%) 100%);
  }

  .hero-consumer-content {
    width: calc(100% - 40px);
    justify-content: flex-end;
    padding-bottom: 84px;
  }

  .hero-consumer-content h1 {
    margin-top: 12px;
    font-size: 50px;
  }

  .hero-consumer-content p {
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .floating-contact-dock {
    top: auto;
    right: 9px;
    bottom: 16px;
    gap: 8px;
    transform: none;
  }

  .floating-contact-link {
    width: 48px;
    height: 48px;
  }

  .floating-contact-label {
    display: none;
  }

  .button-primary,
  .button-ghost,
  .button-dark {
    min-height: 46px;
    padding: 0 17px;
    font-size: 10px;
  }

  .hero-note {
    display: none;
  }

  .consumer-heading {
    margin-bottom: 28px;
  }

  .consumer-heading h2,
  .food-copy h2,
  .sunset-copy h2,
  .music-content h2 {
    font-size: 38px;
  }

  .consumer-heading p,
  .food-copy > p,
  .sunset-copy > p,
  .music-content > p {
    font-size: 14px;
  }

  .occasion-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: 430px 300px 300px;
    gap: 8px;
  }

  .occasion-friends {
    grid-column: auto;
  }

  .occasion-tile > div,
  .occasion-friends > div {
    padding: 24px;
  }

  .occasion-tile h3,
  .occasion-friends h3 {
    font-size: 27px;
  }

  .food-visual {
    min-height: 410px;
  }

  .food-copy {
    padding: 46px 24px 50px;
  }

  .sunset-section {
    gap: 30px;
  }

  .sunset-gallery {
    grid-template-columns: 0.72fr 1fr;
    gap: 8px;
    height: 430px;
  }

  .music-section {
    min-height: 620px;
  }

  .music-shade {
    background: linear-gradient(90deg, rgb(8 16 11 / 88%), rgb(8 16 11 / 55%));
  }

  .music-content {
    width: calc(100% - 48px);
    margin-inline: auto;
    padding: 54px 0;
  }

  .music-formats {
    grid-template-columns: 1fr;
  }

  .music-formats > div + div {
    padding-left: 0;
    border-top: 1px solid rgb(255 255 255 / 25%);
    border-left: 0;
  }

  .moments-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
    gap: 8px;
  }

  .moments-grid .moment-main,
  .moments-grid .gallery-item:nth-child(4) {
    grid-row: auto;
    grid-column: auto;
    height: 260px;
  }

  .consumer-booking {
    margin-top: 72px;
  }

  .consumer-booking .booking-form {
    padding-top: 42px;
  }

  .footer-brand-panel h2 {
    font-size: 21px;
  }
}

/* CMS-driven public content */
[data-cms-multiline] {
  white-space: pre-line;
}

.blog-page-section {
  padding-top: 84px;
  padding-bottom: 110px;
}

.blog-section-heading {
  max-width: 760px;
  margin-bottom: 44px;
}

.blog-section-heading h2 {
  margin: 10px 0 16px;
  color: #18271e;
  font: 700 46px/1.18 var(--consumer-display, "Noto Serif", Georgia, serif);
}

.blog-section-heading p {
  max-width: 620px;
  margin: 0;
  color: #63645f;
  font-size: 17px;
}

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

.public-blog-card {
  min-width: 0;
  border-bottom: 1px solid #cfc9bc;
}

.public-blog-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.public-blog-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 500ms ease, filter 500ms ease;
}

.public-blog-card a:hover img {
  transform: scale(1.015);
  filter: brightness(1.06);
}

.public-blog-card div {
  padding: 22px 2px 26px;
}

.public-blog-card time,
.public-blog-card span {
  color: #977531;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.public-blog-card h3 {
  margin: 9px 0 12px;
  color: #18271e;
  font: 700 25px/1.28 var(--consumer-display, "Noto Serif", Georgia, serif);
}

.public-blog-card p {
  min-height: 52px;
  margin: 0 0 18px;
  color: #676862;
  line-height: 1.7;
}

.blog-empty-state,
.blog-loading {
  grid-column: 1 / -1;
  margin: 0;
  border-top: 1px solid #cfc9bc;
  border-bottom: 1px solid #cfc9bc;
  padding: 42px 0;
  color: #676862;
}

.blog-empty-state h3 {
  margin: 0 0 8px;
  color: #18271e;
  font: 700 26px/1.25 var(--consumer-display, "Noto Serif", Georgia, serif);
}

.blog-empty-state p {
  margin: 0;
}

.public-article {
  min-height: 60vh;
  padding-top: 82px;
}

.article-shell {
  padding-top: 78px;
  padding-bottom: 110px;
}

.article-shell > header {
  max-width: 920px;
  margin: 0 auto 45px;
  text-align: center;
}

.article-shell > header a,
.article-shell > header time {
  color: #977531;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.article-shell h1 {
  margin: 18px 0;
  color: #18271e;
  font: 700 54px/1.16 var(--consumer-display, "Noto Serif", Georgia, serif);
}

.article-cover {
  width: min(1120px, 100%);
  max-height: 680px;
  margin: 0 auto 58px;
  object-fit: cover;
}

.article-content {
  width: min(760px, 100%);
  margin: 0 auto;
  color: #3f423e;
  font-size: 18px;
  line-height: 1.9;
}

.article-content p {
  margin: 0 0 26px;
  white-space: pre-line;
}

.article-loading {
  padding-top: 100px;
  padding-bottom: 120px;
  text-align: center;
}

.article-loading h1 {
  color: #18271e;
  font: 700 42px/1.2 var(--consumer-display, "Noto Serif", Georgia, serif);
}

.article-loading a {
  color: #775d31;
}

@media (max-width: 900px) {
  .blog-public-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-shell h1 {
    font-size: 43px;
  }
}

@media (max-width: 620px) {
  .blog-page-section {
    padding-top: 58px;
    padding-bottom: 78px;
  }

  .blog-section-heading h2 {
    font-size: 35px;
  }

  .blog-public-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .public-blog-card h3 {
    font-size: 23px;
  }

  .article-shell {
    padding-top: 52px;
    padding-bottom: 80px;
  }

  .article-shell h1 {
    font-size: 34px;
  }

  .article-cover {
    margin-bottom: 36px;
  }

  .article-content {
    font-size: 16px;
  }
}
