.lbm26-hero {
  position: relative;
  display: flex;
  min-height: 640px;
  height: 78svh;
  align-items: flex-end;
  overflow: hidden;
  background: var(--lbp-forest);
  color: #fff;
  isolation: isolate;
}

.lbm26-hero__media {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.lbm26-hero__media img {
  height: 100%;
  object-fit: cover;
  object-position: var(--lbm-hero-position, center);
  transform: scale(1.025);
  animation: lbp-hero-in 1.35s cubic-bezier(.22, 1, .36, 1) both;
}

.lbm26-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 17, 15, .4), rgba(8, 17, 15, .09) 42%, rgba(8, 17, 15, .88) 100%);
  content: "";
}

.lbm26-hero__content {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 clamp(78px, 10vh, 112px);
}

.lbm26-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 23px;
  color: rgba(255, 255, 255, .68);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.lbm26-breadcrumb a { text-decoration: none; }
.lbm26-breadcrumb a:hover { color: #fff; }
.lbm26-breadcrumb span[aria-hidden="true"] { opacity: .55; }

.lbm26-hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: var(--lbp-display);
  font-size: clamp(40px, 4.96vw, 67.2px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
}

.lbm26-hero p {
  max-width: 620px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.78;
}

.lbm26-menu {
  padding: clamp(105px, 13vw, 170px) 0;
  background: var(--lbp-paper);
}

.lbm26-menu__layout {
  display: grid;
  grid-template-columns: minmax(190px, .34fr) minmax(0, 1fr);
  gap: clamp(70px, 10vw, 150px);
  align-items: start;
}

.lbm26-index {
  position: sticky;
  top: 132px;
}

.lbm26-index__label {
  display: block;
  margin-bottom: 23px;
  color: var(--lbp-gold);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.lbm26-index__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.lbm26-index__links a {
  padding: 5px 0;
  color: #66716d;
  font-family: var(--lbp-display);
  font-size: 20px;
  line-height: 1.24;
  text-decoration: none;
  transition: color .25s ease, transform .35s cubic-bezier(.22, 1, .36, 1);
}

.lbm26-index__links a:hover {
  color: var(--lbp-ink);
  transform: translateX(5px);
}

.lbm26-index__links a.is-active {
  color: var(--lbp-ink);
  transform: translateX(5px);
}

.lbm26-index__back {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  margin-top: 34px;
  border-bottom: 1px solid currentColor;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
}

.lbm26-content { min-width: 0; }

.lbm26-section {
  padding-bottom: clamp(82px, 9vw, 118px);
  scroll-margin-top: 120px;
}

.lbm26-section:last-of-type { padding-bottom: 0; }

.lbm26-section__kicker {
  display: block;
  margin-bottom: 32px;
  color: var(--lbp-gold);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.lbm26-section > h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.lbm26-items {
  display: grid;
  gap: 31px;
}

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

.lbm26-item h3 {
  margin: 0;
  font-family: var(--lbp-display);
  font-size: clamp(21px, 2.2vw, 29px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.18;
}

.lbm26-item p {
  max-width: 680px;
  margin: 8px 0 0;
  color: #66716d;
  font-size: 11.5px;
  line-height: 1.65;
}

.lbm26-price {
  min-width: 62px;
  padding-top: 5px;
  color: #6e7773;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
  text-align: right;
  white-space: nowrap;
}

.lbm26-wine-heading,
.lbm26-wine-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 110px 90px;
  gap: 28px;
  align-items: baseline;
}

.lbm26-wine-heading {
  margin-bottom: 22px;
  color: #89918e;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lbm26-wine-heading span:not(:first-child) { text-align: right; }

.lbm26-wine-item h3 {
  margin: 0;
  font-family: var(--lbp-display);
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 400;
  letter-spacing: -.022em;
  line-height: 1.2;
}

.lbm26-wine-item span {
  color: #6e7773;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .03em;
  text-align: right;
  white-space: nowrap;
}

.lbm26-notes {
  margin-top: clamp(90px, 11vw, 145px);
  color: #4f5b56;
}

.lbm26-notes > p {
  max-width: 800px;
  margin: 0;
  font-size: 12.5px;
  line-height: 1.7;
}

.lbm26-notes > p + p { margin-top: 12px; }

.lbm26-notes details { margin-top: 28px; }

.lbm26-notes summary {
  width: max-content;
  max-width: 100%;
  min-height: 44px;
  padding: 13px 0;
  color: var(--lbp-ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.lbm26-notes details div {
  max-width: 860px;
  padding-top: 20px;
}

.lbm26-notes details p,
.lbm26-notes details li {
  font-size: 13px;
  line-height: 1.7;
}

.lbm26-notes details p { margin: 0 0 13px; }
.lbm26-notes details ol { columns: 2; gap: 42px; margin: 18px 0 0; padding-left: 20px; }
.lbm26-notes details li { break-inside: avoid; margin-bottom: 5px; }

.lbm26-related {
  padding: clamp(90px, 11vw, 135px) 0;
  background: var(--lbp-cream);
}

.lbm26-related__grid {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
  gap: clamp(65px, 10vw, 140px);
  align-items: start;
}

.lbm26-related h2 {
  max-width: 470px;
  margin: 0;
  font-family: var(--lbp-display);
  font-size: clamp(27.2px, 3.2vw, 41.6px);
  font-weight: 400;
  letter-spacing: -.038em;
  line-height: 1.06;
}

.lbm26-related__links { display: grid; gap: 18px; }

.lbm26-related__links a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 5px 0;
  font-family: var(--lbp-display);
  font-size: clamp(21px, 2.3vw, 30px);
  text-decoration: none;
  transition: color .25s ease, transform .35s cubic-bezier(.22, 1, .36, 1);
}

.lbm26-related__links a::after {
  color: #7c8581;
  content: var(--lb-copy-1, "Apri");
  font-family: var(--lbp-body);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lbm26-related__links a:hover {
  color: var(--lbp-rust);
  transform: translateX(5px);
}

.lbm26-menu a:focus-visible,
.lbm26-related a:focus-visible,
.lbm26-book a:focus-visible { outline-color: var(--lbp-rust); }

@media (max-width: 980px) {
  .lbm26-menu__layout,
  .lbm26-related__grid { grid-template-columns: 1fr; }
  .lbm26-index { position: static; }
  .lbm26-index__links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lbm26-index__links a:hover { transform: none; }
}

@media (max-width: 700px) {
  .lbm26-hero { min-height: 570px; height: 76svh; }
  .lbm26-hero__content { width: calc(100% - 30px); padding-bottom: 62px; }
  .lbm26-hero h1 { font-size: clamp(33.6px, 9.6vw, 46.4px); }
  .lbm26-hero p { max-width: 340px; margin-top: 19px; font-size: 12px; line-height: 1.65; }
  .lbm26-breadcrumb { margin-bottom: 18px; }
  .lbm26-menu { padding: 90px 0 100px; }
  .lbm26-menu__layout { gap: 76px; }
  .lbm26-index__links { grid-template-columns: 1fr; gap: 4px; }
  .lbm26-index__links a { font-size: 18px; }
  .lbm26-section { padding-bottom: 88px; }
  .lbm26-items { gap: 29px; }
  .lbm26-item { grid-template-columns: 1fr; gap: 6px; }
  .lbm26-item h3 { font-size: 23px; }
  .lbm26-price { padding-top: 0; text-align: left; }
  .lbm26-wine-heading { display: none; }
  .lbm26-wine-item { grid-template-columns: minmax(0, 1fr) auto; gap: 10px 18px; }
  .lbm26-wine-item h3 { grid-column: 1; grid-row: 1 / span 2; font-size: 22px; }
  .lbm26-wine-item span { font-size: 10px; }
  .lbm26-wine-item span::before { margin-right: 7px; color: #9aa09d; font-size: 6px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
  .lbm26-wine-item span:empty { display: none; }
  .lbm26-wine-item span:nth-of-type(1):not(:empty)::before { content: var(--lb-copy-2, "Bott."); }
  .lbm26-wine-item span:nth-of-type(2):not(:empty)::before { content: var(--lb-copy-3, "Calice"); }
  .lbm26-notes { margin-top: 92px; }
  .lbm26-notes details ol { columns: 1; }
  .lbm26-related { padding: 92px 0; }
  .lbm26-related__grid { gap: 48px; }
  .lbm26-related h2 { font-size: 29.6px; }
  .lbm26-related__links a { font-size: 23px; }
}
