.brand-page-body,
.brand-doc-page {
  background: linear-gradient(180deg, #f4f6f5 0%, #ffffff 24%, #ffffff 100%);
}

.brand-topbar {
  position: relative;
  z-index: 20;
  padding-top: 28px;
  padding-bottom: 18px;
  background: #f4f6f5;
}

.brand-topbar-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0;
}

.brand-topbar-logo img {
  width: 126px;
  height: auto;
}

.brand-topbar-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand-topbar-link {
  color: #22302c;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  opacity: 0.88;
}

.brand-topbar-link:hover {
  color: #111111;
  opacity: 1;
}

.brand-topbar-cta {
  color: #ffffff;
  background: #247b68;
  padding: 12px 22px;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.brand-topbar-cta:hover {
  color: #ffffff;
  background: #111111;
}

.brand-page-hero {
  position: relative;
  overflow: hidden;
  padding-top: 28px;
  padding-bottom: 64px;
  background:
    linear-gradient(135deg, rgba(7, 22, 19, 0.82), rgba(36, 123, 104, 0.72)),
    url("../img/hero/coffee.jpeg") center/cover no-repeat;
}

.brand-page-hero.press-hero {
  background:
    linear-gradient(135deg, rgba(7, 22, 19, 0.84), rgba(36, 123, 104, 0.7)),
    url("../img/hero/bowling.jpeg") center/cover no-repeat;
}

.brand-page-hero::before,
.brand-page-hero::after {
  display: none;
}

.brand-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 32px;
  align-items: end;
  padding-top: 42px;
}

.brand-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 760px;
}

.brand-kicker {
  display: inline-flex;
  align-self: flex-start;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-page-hero h1 {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 58px;
  line-height: 1.02;
  margin: 0;
}

.brand-hero-subtitle {
  color: rgba(255, 255, 255, 0.92);
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  line-height: 1.55;
  max-width: 680px;
}

.brand-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.brand-meta-pill {
  color: rgba(255, 255, 255, 0.88);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.brand-hero-side {
  display: flex;
}

.brand-side-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0;
}

.brand-side-card-title {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  line-height: 1.25;
}

.brand-side-card-copy {
  color: rgba(255, 255, 255, 0.86);
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

.brand-side-card-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.brand-side-link {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.brand-side-link:hover {
  color: #ffffff;
  opacity: 0.84;
}

.brand-side-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.brand-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.brand-btn-primary {
  color: #ffffff;
  background: #247b68;
}

.brand-btn-primary:hover {
  color: #ffffff;
  background: #111111;
}

.brand-btn.brand-btn-primary,
.brand-doc-button.brand-btn-primary,
.brand-prose a.brand-btn.brand-btn-primary,
.brand-prose a.brand-doc-button.brand-btn-primary {
  color: #ffffff;
}

.brand-btn-light {
  color: #0d2420;
  background: #ffffff;
}

.brand-btn-light:hover {
  color: #ffffff;
  background: #247b68;
}

.brand-btn.brand-btn-light,
.brand-doc-button.brand-btn-light,
.brand-prose a.brand-btn.brand-btn-light,
.brand-prose a.brand-doc-button.brand-btn-light {
  color: #0d2420;
}

.brand-prose a.brand-btn.brand-btn-light:hover,
.brand-prose a.brand-doc-button.brand-btn-light:hover {
  color: #ffffff;
}

.brand-btn-outline {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.brand-btn-outline:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
}

.brand-btn.brand-btn-outline,
.brand-doc-button.brand-btn-outline,
.brand-prose a.brand-btn.brand-btn-outline,
.brand-prose a.brand-doc-button.brand-btn-outline {
  color: #ffffff;
}

.brand-doc-actions,
.brand-article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.brand-doc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.brand-badge-row {
  display: none;
}

.brand-badge {
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(36, 123, 104, 0.1);
  color: #247b68;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.brand-article-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}

.brand-article-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand-article-brand img {
  width: 132px;
  height: auto;
}

.brand-summary-section {
  display: none;
}

.brand-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.brand-summary-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(36, 123, 104, 0.08);
  box-shadow: 0 16px 36px rgba(16, 32, 28, 0.06);
}

.brand-summary-label {
  color: #247b68;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-summary-value {
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 1.35;
}

.brand-summary-copy {
  color: #5d6571;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.brand-page-section {
  padding-top: 56px;
  padding-bottom: 96px;
}

.brand-content-shell {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.8fr);
  gap: 28px;
  align-items: start;
}

.brand-press-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(260px, 0.75fr);
  gap: 28px;
  align-items: start;
}

.brand-aside-card,
.brand-content-card {
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.brand-aside-card {
  padding: 0;
  position: sticky;
  top: 28px;
}

.brand-aside-title {
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  margin-bottom: 16px;
}

.brand-aside-copy {
  color: #5d6571;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.brand-aside-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.brand-aside-list li,
.brand-aside-list a {
  color: #15463b;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.brand-content-card {
  padding: 0;
}

.brand-content-card + .brand-content-card {
  margin-top: 24px;
}

.brand-prose {
  color: #5d6571;
}

.brand-prose > p:first-of-type {
  color: #33414c;
  font-size: 19px;
  line-height: 1.85;
}

.brand-prose h2,
.brand-prose h3,
.brand-prose h4,
.brand-prose h5,
.brand-prose h6 {
  color: #111111;
  font-family: "Poppins", sans-serif;
  margin-top: 32px;
  margin-bottom: 12px;
}

.brand-prose h2:first-child,
.brand-prose h3:first-child,
.brand-prose h4:first-child {
  margin-top: 0;
}

.brand-prose p,
.brand-prose li {
  color: #5d6571;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  line-height: 1.75;
}

.brand-prose a {
  color: #247b68;
}

.brand-prose ul,
.brand-prose ol {
  list-style: revert;
  margin: 12px 0 12px 20px;
  padding: 0;
}

.brand-prose ul[style],
.brand-prose ol[style] {
  margin: 12px 0 !important;
  padding: 0 0 0 20px !important;
}

.brand-toc {
  padding: 20px 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(36, 123, 104, 0.12);
  border-bottom: 1px solid rgba(36, 123, 104, 0.12);
}

.brand-toc h3 {
  margin: 0 0 14px;
}

.brand-toc ol {
  margin: 0 0 0 18px;
}

.brand-toc li + li {
  margin-top: 8px;
}

.brand-toc a {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.brand-legal-note {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.9fr);
  gap: 18px;
  margin-bottom: 32px;
  padding: 0 0 24px;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(36, 123, 104, 0.12);
}

.brand-legal-note h3,
.brand-legal-note h4,
.brand-legal-note p {
  margin: 0;
}

.brand-legal-note h3 {
  font-size: 24px;
}

.brand-legal-note p {
  color: #465360;
}

.brand-legal-mini-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}

.brand-legal-mini-card h4 {
  font-size: 18px;
}

.brand-legal-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(36, 123, 104, 0.12);
}

.brand-legal-contact-card {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.brand-legal-contact-card h3 {
  margin-top: 0;
}

.brand-press-story {
  display: grid;
  gap: 28px;
}

.brand-press-story-block {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.brand-press-story-block h2 {
  margin-top: 0;
}

.brand-quote-card {
  padding: 0 0 0 20px;
  border-radius: 0;
  background: transparent;
  color: #111111;
  border-left: 3px solid #247b68;
}

.brand-quote-card p,
.brand-quote-card h3 {
  color: #111111;
  margin: 0;
}

.brand-quote-card p {
  font-size: 18px;
  line-height: 1.8;
}

.brand-quote-card h3 {
  margin-top: 14px;
  font-size: 17px;
}

.brand-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.brand-feature-list-item {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.brand-feature-list-item strong {
  display: block;
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin-bottom: 6px;
}

.brand-feature-list-item span {
  color: #5d6571;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.brand-press-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.brand-press-links a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.brand-prose .wpembed-index,
.brand-prose .embed-preview {
  width: 100%;
}

.brand-prose .wpembed-index ol {
  margin-left: 18px;
}

.brand-press-highlights {
  display: none;
}

.brand-highlight-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.brand-highlight-card h3 {
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  margin: 0;
}

.brand-highlight-card p {
  color: #5d6571;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.brand-press-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.brand-press-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.brand-press-note,
.brand-press-cta {
  padding: 0 0 22px;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid rgba(36, 123, 104, 0.12);
}

.brand-press-note h3,
.brand-press-cta h3 {
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
}

.brand-store-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.brand-store-badges img {
  display: block;
}

.brand-small-note {
  color: #5d6571;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .brand-hero-grid,
  .brand-content-shell,
  .brand-press-layout {
    grid-template-columns: 1fr;
  }

  .brand-aside-card {
    position: static;
  }

  .brand-summary-grid,
  .brand-press-highlights {
    grid-template-columns: 1fr;
  }

  .brand-legal-note,
  .brand-legal-contact-grid,
  .brand-feature-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .brand-topbar-shell {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-topbar-links {
    width: 100%;
    flex-wrap: wrap;
  }

  .brand-page-hero {
    padding-bottom: 56px;
  }

  .brand-page-hero h1 {
    font-size: 40px;
  }

  .brand-hero-subtitle {
    font-size: 18px;
  }

  .brand-side-card,
  .brand-content-card,
  .brand-aside-card {
    padding: 0;
    border-radius: 0;
  }

  .brand-page-section {
    padding-top: 56px;
    padding-bottom: 72px;
  }

  .brand-article-header,
  .brand-article-brand,
  .brand-doc-actions,
  .brand-article-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
