/* Focused overrides layered after the legacy Brandy template styles. */
a:focus-visible,
.btn:focus-visible {
  outline: 2px solid goldenrod;
  outline-offset: 4px;
}

:root {
  --brandy-radius: 6px;
  --brandy-hairline: rgba(255, 255, 255, 0.1);
}

.brandy-nav {
  display: none;
}

.headline h1.large {
  line-height: 0.98 !important;
  text-wrap: balance;
}

.headline .subhead.brandy {
  max-width: 760px;
  line-height: 1.2 !important;
}

.headline h2.text-light {
  line-height: 1.08 !important;
  text-wrap: balance;
}

.content-block h2.text-light,
h2.text-light.tight {
  max-width: 940px;
  line-height: 1.06 !important;
  text-wrap: balance;
}

.feature-item-wrapper h4 {
  line-height: 1.12 !important;
}

.brandy-proof-strip,
.brandy-modern-section,
.brandy-proof-strip *,
.brandy-modern-section * {
  box-sizing: border-box;
}

.brandy-proof-strip,
.brandy-modern-section {
  min-width: 0 !important;
  width: 100%;
}

.brandy-modern-section {
  position: relative;
  z-index: 2;
}

.brandy-proof-strip {
  position: relative;
  z-index: 2;
}

.brandy-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 5vw;
  background: #1c1c1c;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brandy-proof-item {
  min-height: 118px;
  padding: 2.6rem 2.2rem;
  background: #1c1c1c;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.brandy-proof-item:last-child {
  border-right: 0;
}

.brandy-proof-item strong,
.brandy-proof-item span {
  display: block;
}

.brandy-proof-item strong {
  font: 400 4rem/0.95 "Old Standard TT", serif;
  color: #ffffff;
}

.brandy-proof-item span {
  margin-top: 1.2rem;
  font: 700 1.1rem/1.5 "Montserrat", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  color: goldenrod;
}

.brandy-modern-section {
  padding: 7.5rem 5vw;
}

.brandy-modern-section-dark {
  background:
    linear-gradient(135deg, rgba(218, 165, 32, 0.09), rgba(17, 17, 17, 0) 42%),
    #111111;
}

.brandy-modern-section-slate {
  background:
    linear-gradient(135deg, rgba(218, 165, 32, 0.06), rgba(255, 255, 255, 0) 45%),
    #1c1c1c;
}

.brandy-modern-inner {
  max-width: 1180px;
  margin: 0 auto;
  min-width: 0;
}

.brandy-section-kicker {
  margin-bottom: 1.8rem;
  font: 800 1.1rem/1.4 "Montserrat", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  color: goldenrod;
}

.brandy-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr);
  gap: 5vw;
  align-items: end;
  margin-bottom: 4rem;
  min-width: 0;
}

.brandy-section-heading h2 {
  margin: 0;
  font-size: clamp(3.8rem, 5.2vw, 6.8rem);
  line-height: 1.02;
  color: #ffffff;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.brandy-section-heading p {
  margin: 0;
  max-width: 640px;
  font: 400 1.75rem/1.72 "Raleway", sans-serif;
  color: rgba(255, 255, 255, 0.72);
}

.brandy-featured-episode {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.65fr);
  gap: 5vw;
  align-items: center;
  padding: 4rem;
  border: 1px solid rgba(218, 165, 32, 0.24);
  border-radius: var(--brandy-radius);
  background: rgba(17, 17, 17, 0.52);
}

.brandy-featured-copy h2 {
  margin: 0 0 2rem;
  font-size: clamp(3.8rem, 5.1vw, 6.6rem);
  line-height: 1.02;
  color: #ffffff;
}

.brandy-featured-copy p {
  max-width: 760px;
  margin: 0;
  font: 400 1.8rem/1.72 "Raleway", sans-serif;
  color: rgba(255, 255, 255, 0.72);
}

.brandy-featured-actions {
  display: grid;
  gap: 1.4rem;
}

.brandy-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: -1rem 0 3rem;
}

.brandy-filter-button {
  min-height: 42px;
  border: 1px solid rgba(218, 165, 32, 0.36);
  border-radius: var(--brandy-radius);
  padding: 0 1.6rem;
  background: rgba(25, 25, 25, 0.9);
  font: 800 1rem/1.2 "Montserrat", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
}

.brandy-filter-button.active,
.brandy-filter-button:hover,
.brandy-filter-button:focus-visible {
  background: goldenrod;
  color: #111111;
}

.brandy-episode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.brandy-episode-card {
  min-height: 258px;
  padding: 2.7rem;
  background: rgba(25, 25, 25, 0.96);
  border: 1px solid rgba(218, 165, 32, 0.2);
  border-radius: var(--brandy-radius);
  color: #ffffff !important;
  text-decoration: none !important;
  transition: background 0.2s ease, transform 0.2s ease;
  min-width: 0;
}

.brandy-episode-card:hover {
  background: rgba(35, 31, 29, 0.98);
  transform: translateY(-2px);
}

.brandy-episode-card span,
.brandy-episode-card small {
  font: 800 1rem/1.4 "Montserrat", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brandy-episode-card span {
  color: goldenrod;
}

.brandy-episode-card h3 {
  margin: 1.6rem 0 1.2rem;
  font-size: clamp(2.3rem, 2.5vw, 2.75rem);
  line-height: 1.1;
  color: #ffffff;
}

.brandy-episode-card p {
  margin: 0 0 1.8rem;
  font: 400 1.55rem/1.7 "Raleway", sans-serif;
  color: rgba(255, 255, 255, 0.68);
}

.brandy-episode-card small {
  color: rgba(255, 255, 255, 0.68);
}

.brandy-episode-card[hidden] {
  display: none;
}

.brandy-service-bridge {
  margin-top: 4rem;
  min-width: 0;
  padding: 3.4rem;
  border: 1px solid rgba(218, 165, 32, 0.24);
  border-radius: var(--brandy-radius);
  background: rgba(28, 28, 28, 0.86);
}

.brandy-service-bridge span {
  display: block;
  font: 800 1rem/1.4 "Montserrat", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  color: goldenrod;
}

.brandy-service-bridge h3 {
  max-width: 760px;
  margin: 1.4rem 0 1.2rem;
  font-size: clamp(3rem, 4vw, 5rem);
  line-height: 1.04;
  color: #ffffff;
}

.brandy-service-bridge p {
  max-width: 760px;
  margin: 0;
  font: 400 1.65rem/1.72 "Raleway", sans-serif;
  color: rgba(255, 255, 255, 0.72);
}

.brandy-resource-panel {
  margin-top: 1.4rem;
  padding: 2.8rem;
  background: rgba(25, 25, 25, 0.96);
  border: 1px solid rgba(218, 165, 32, 0.2);
  border-radius: var(--brandy-radius);
}

.brandy-resource-panel > span {
  font: 800 1rem/1.4 "Montserrat", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  color: goldenrod;
}

.brandy-resource-panel h3 {
  max-width: 760px;
  margin: 1.4rem 0 2.2rem;
  font-size: clamp(2.35rem, 2.6vw, 3.2rem);
  line-height: 1.08;
  color: #ffffff;
}

.brandy-resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
  width: 100%;
  min-width: 0;
}

.brandy-service-bridge .brandy-resource-grid {
  margin-top: 2.4rem;
}

.brandy-resource-link {
  display: flex;
  min-width: 0;
  min-height: 148px;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.8rem;
  padding: 1.8rem;
  background: rgba(17, 17, 17, 0.72);
  border: 1px solid var(--brandy-hairline);
  border-radius: var(--brandy-radius);
  text-decoration: none !important;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.brandy-resource-link strong {
  font: 400 2rem/1.08 "Old Standard TT", serif;
  color: #ffffff;
  overflow-wrap: anywhere;
}

.brandy-resource-link span {
  font: 700 1rem/1.4 "Montserrat", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  color: goldenrod;
}

.brandy-resource-link:hover {
  background: rgba(218, 165, 32, 0.08);
  border-color: rgba(218, 165, 32, 0.45);
  transform: translateY(-1px);
}

.brandy-modern-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin-top: 4rem;
}

.brandy-faq-list {
  display: grid;
  gap: 1.2rem;
}

.brandy-faq-list details {
  background: rgba(25, 25, 25, 0.96);
  border: 1px solid rgba(218, 165, 32, 0.2);
  border-radius: var(--brandy-radius);
  padding: 2.6rem 3.2rem;
}

.brandy-faq-list summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.1rem;
  align-items: baseline;
  cursor: pointer;
  list-style: none;
  font: 400 2.35rem/1.16 "Old Standard TT", serif;
  color: #ffffff;
}

.brandy-faq-list summary::-webkit-details-marker {
  display: none;
}

.brandy-faq-list summary::before {
  content: "\25B8";
  transform: translateY(-0.05em);
  color: #ffffff;
}

.brandy-faq-list details[open] summary::before {
  content: "\25BE";
}

.brandy-faq-list p {
  max-width: 860px;
  margin: 1.6rem 0 0 3.2rem;
  font: 400 1.55rem/1.75 "Raleway", sans-serif;
  color: rgba(255, 255, 255, 0.72);
}

.brandy-primary-link,
.brandy-secondary-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  font: 800 1.1rem/1.2 "Montserrat", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: var(--brandy-radius);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.brandy-primary-link {
  background: goldenrod;
  color: #111111 !important;
}

.brandy-secondary-link {
  border: 1px solid rgba(218, 165, 32, 0.5);
  color: #ffffff !important;
}

.brandy-primary-link:hover,
.brandy-secondary-link:hover {
  transform: translateY(-1px);
}

.btn,
.btn-s,
.countdown img,
.apple-podcast-button img,
.spotify-podcast-button img,
.others-podcast-button img {
  border-radius: var(--brandy-radius) !important;
}

.btn-s .btn-caption {
  letter-spacing: 0 !important;
}

@media only screen and (min-width: 992px) {
  .brandy-nav {
    position: absolute;
    top: 50%;
    right: 3vw;
    display: flex;
    gap: 1.4rem;
    transform: translateY(-50%);
  }

  .brandy-nav a {
    font: 800 0.9rem/1.2 "Montserrat", sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.76);
  }

  .brandy-nav a:hover {
    color: goldenrod;
  }
}

@media only screen and (max-width: 900px) {
  .brandy-proof-strip,
  .brandy-episode-grid,
  .brandy-section-heading {
    grid-template-columns: 1fr;
  }

  .brandy-featured-episode {
    grid-template-columns: 1fr;
    padding: 3rem 2.2rem;
  }

  .brandy-resource-grid {
    grid-template-columns: 1fr;
  }

  .brandy-proof-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .brandy-proof-item:last-child {
    border-bottom: 0;
  }

  .brandy-modern-section {
    padding: 5.4rem 5vw;
  }

  .brandy-section-heading h2 {
    font-size: clamp(3.4rem, 10vw, 5rem);
  }

  .brandy-featured-copy h2 {
    font-size: clamp(3.4rem, 10vw, 5rem);
  }

  .brandy-filter-bar {
    margin-top: 0;
  }

  .brandy-filter-button {
    flex: 1 1 auto;
  }

  .brandy-service-bridge {
    padding: 2.6rem 2rem;
  }

  .brandy-resource-panel {
    padding: 2.4rem 2.2rem;
  }

  .brandy-faq-list details {
    padding: 2.4rem 2.2rem;
  }

  .brandy-faq-list summary {
    gap: 0.9rem;
    font-size: 2.2rem;
  }

  .brandy-faq-list p {
    margin-left: 2.8rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .headline.bottom {
    max-width: 88vw !important;
  }

  h1.large,
  h1.large > span {
    max-width: 88vw !important;
    white-space: normal !important;
  }

  .headline__animate span {
    white-space: normal !important;
  }
}

@media only screen and (max-width: 767px) {
  body,
  .main {
    min-width: 0 !important;
  }

  .main .color-layer-black-02 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.76) 58%, rgba(0, 0, 0, 0.42) 100%) !important;
  }

  .headline.bottom {
    bottom: 32px !important;
    max-width: 94vw !important;
    padding-right: 12vw !important;
    transform: none !important;
  }

  h1.large,
  h1.large > span {
    font-size: clamp(3.2rem, 12vw, 4.8rem) !important;
    line-height: 0.96 !important;
    max-width: 76vw !important;
    width: 76vw !important;
    margin-bottom: 1.6rem !important;
    white-space: normal !important;
  }

  .headline__animate span {
    white-space: normal !important;
  }

  .subhead.brandy {
    font-size: clamp(1.9rem, 5.4vw, 2.3rem) !important;
    line-height: 1.16 !important;
    max-width: 78vw !important;
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }

  .headline__btnholder.bottom a {
    margin-right: 1.4rem !important;
    margin-bottom: 1rem !important;
  }

  .btn-s {
    height: auto !important;
    min-height: 30px !important;
    line-height: 1.2 !important;
    overflow: visible !important;
  }

  .btn-s .btn-caption {
    font-size: 1rem !important;
    letter-spacing: 0 !important;
  }

  .to-top {
    right: 10px !important;
    bottom: 10px !important;
    width: 34px !important;
    height: 34px !important;
    line-height: 34px !important;
    border-radius: var(--brandy-radius) !important;
  }

  #order {
    background-attachment: scroll !important;
  }
}
