.brand-seo-page {
  --profile-blue: #0b4bbf;
  --profile-blue-dark: #073a96;
  --profile-purple: #5734b5;
  --profile-coral: #d85f42;
  --profile-gold: #b17b12;
}

.brand-seo-main {
  width: 100%;
  margin: 0;
  padding: 0;
}

.brand-profile-stage {
  position: relative;
  min-height: 34rem;
  overflow: hidden;
  background: #d7d4cd;
  isolation: isolate;
}

.brand-profile-stage.has-no-brand-art { background: var(--paper-deep); }

.brand-seo-hero-art {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.brand-seo-hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-profile-stage-inner {
  width: min(100% - 2rem, 86rem);
  margin: 0 auto;
  padding: clamp(1.15rem, 3vw, 2rem) 0 clamp(2rem, 5vw, 3.5rem);
}

.brand-seo-breadcrumbs {
  display: inline-flex;
  max-width: 100%;
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
  padding: .55rem .75rem;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 8px 28px rgba(16, 18, 16, .12);
  color: #252723;
  font-size: .73rem;
  font-weight: 750;
  backdrop-filter: blur(18px);
}

.brand-seo-breadcrumbs ol {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: .4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.brand-seo-breadcrumbs li + li::before {
  margin-right: .4rem;
  color: #6c6e68;
  content: "/";
}

.brand-seo-breadcrumbs a { text-underline-offset: .18em; }

.brand-seo-hero-grid {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}

.brand-profile-stage.has-product-showcase .brand-seo-hero-grid {
  grid-template-columns: minmax(20rem, 31rem) minmax(0, 1fr);
}

.brand-profile-stage:not(.has-product-showcase) .brand-seo-hero { max-width: 31rem; }

.brand-seo-hero,
.brand-product-showcase {
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 20px 60px rgba(16, 18, 16, .2), inset 0 1px 0 rgba(255, 255, 255, .58);
  backdrop-filter: blur(26px) saturate(112%);
  -webkit-backdrop-filter: blur(26px) saturate(112%);
}

.brand-seo-hero {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.3rem, 3vw, 2.25rem);
}

.brand-seo-lockup {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: clamp(.9rem, 2.5vw, 1.5rem);
  margin-bottom: 1rem;
}

.brand-seo-lockup h1 {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  font-size: clamp(2.7rem, 6vw, 4.8rem);
  font-weight: 560;
  letter-spacing: -.055em;
  line-height: .9;
}

.brand-seo-logo {
  display: grid;
  width: clamp(5.75rem, 10vw, 7.4rem);
  aspect-ratio: 1;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  padding: .9rem;
  border: 1px solid rgba(24, 26, 23, .12);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 28px rgba(24, 26, 23, .14);
}

.brand-seo-logo--dark { background: #171a17; }
.brand-seo-logo img { width: 100%; height: 100%; object-fit: contain; }
.brand-seo-monogram { color: var(--red-dark); font-family: var(--serif); font-size: clamp(2rem, 6vw, 3.6rem); font-weight: 700; }
.brand-seo-logo--dark .brand-seo-monogram { color: #fff; }

.brand-seo-hero .eyebrow,
.brand-story-card > header .eyebrow,
.brand-lens .eyebrow {
  margin: 0;
  color: var(--red-dark);
  font-size: .7rem;
  font-weight: 880;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.brand-seo-identity-facts {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 0;
  margin: .9rem 0 0;
}

.brand-seo-identity-facts > div {
  display: flex;
  align-items: center;
  gap: .35rem;
  padding: 0 .85rem;
  border-left: 1px solid rgba(24, 26, 23, .2);
}

.brand-seo-identity-facts > div:first-child { padding-left: 0; border-left: 0; }
.brand-seo-identity-facts dt { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.brand-seo-identity-facts dd { margin: 0; color: #292b27; font-size: .82rem; font-weight: 720; }

.brand-seo-lede {
  margin: 1rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(24, 26, 23, .18);
  color: #30322e;
  font-size: .9rem;
  line-height: 1.55;
}

.brand-seo-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem 1.4rem;
  margin-top: 1.3rem;
}

.brand-seo-actions .primary-button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: .65rem 1.2rem;
  background: var(--profile-blue);
  text-decoration: none;
}

.brand-seo-actions .primary-button:hover { background: var(--profile-blue-dark); }

.brand-explore-link {
  color: var(--profile-blue);
  font-size: .82rem;
  font-weight: 820;
  text-underline-offset: .22em;
}

.brand-product-showcase {
  display: grid;
  min-width: 0;
  align-content: start;
  padding: .65rem;
}

.brand-product-showcase > header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .4rem 1.2rem;
  padding: .35rem .75rem .7rem;
}

.brand-product-showcase > header h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 560;
  letter-spacing: -.035em;
  line-height: 1;
}

.brand-product-showcase > header p {
  margin: 0;
  color: #5e605a;
  font-size: .69rem;
}

.brand-carousel-frame { position: relative; min-width: 0; }

.brand-product-viewport {
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.brand-product-viewport::-webkit-scrollbar,
.brand-related-viewport::-webkit-scrollbar { display: none; }

.brand-product-viewport ul {
  display: flex;
  gap: .65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.brand-product-card {
  min-width: min(16rem, 32%);
  flex: 0 0 min(16rem, 32%);
  overflow: hidden;
  border: 1px solid rgba(24, 26, 23, .12);
  border-radius: .7rem;
  background: #fff;
  box-shadow: 0 4px 14px rgba(24, 26, 23, .08);
  scroll-snap-align: start;
}

.brand-product-card > a {
  position: relative;
  display: grid;
  height: 100%;
  color: var(--ink);
  text-decoration: none;
}

.brand-product-card > a:focus-visible,
.brand-related-card > a:focus-visible { outline-offset: -3px; }

.brand-product-media {
  display: grid;
  aspect-ratio: 1.28;
  place-items: center;
  overflow: hidden;
  background: #f3f1ec;
}

.brand-product-media img { width: 100%; height: 100%; object-fit: contain; }

.brand-product-copy {
  display: grid;
  gap: .12rem;
  min-height: 4.5rem;
  align-content: center;
  padding: .72rem 2.6rem .72rem .8rem;
}

.brand-product-copy strong { font-family: var(--serif); font-size: .98rem; line-height: 1.15; }
.brand-product-copy span { font-size: .78rem; }

.brand-product-external {
  position: absolute;
  right: .8rem;
  bottom: .92rem;
  width: 1.05rem;
  height: 1.05rem;
}

.brand-carousel-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -.35rem;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(24, 26, 23, .14);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 18px rgba(24, 26, 23, .14);
  transform: translateY(-50%);
  transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.brand-carousel-arrow.is-previous { right: auto; left: -.35rem; }
.brand-carousel-arrow img { width: 1.15rem; height: 1.15rem; transform: rotate(-90deg); transition: transform .18s ease; }
.brand-carousel-arrow.is-previous img { transform: rotate(90deg); }

@media (hover: hover) {
  .brand-product-showcase .brand-carousel-arrow:not(.is-previous):hover:not(:disabled) {
    background: #f7faff;
    box-shadow: 0 9px 24px rgba(11, 75, 191, .22);
    transform: translate(.14rem, -50%) scale(1.06);
  }

  .brand-product-showcase .brand-carousel-arrow.is-previous:hover:not(:disabled) {
    background: #f7faff;
    box-shadow: 0 9px 24px rgba(11, 75, 191, .22);
    transform: translate(-.14rem, -50%) scale(1.06);
  }

  .brand-carousel-arrow:not(.is-previous):hover:not(:disabled) img { transform: rotate(-90deg) scale(1.08); }
  .brand-carousel-arrow.is-previous:hover:not(:disabled) img { transform: rotate(90deg) scale(1.08); }
}

.brand-product-showcase .brand-carousel-arrow:active:not(:disabled) { transform: translateY(-50%) scale(.96); }

.brand-carousel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .8rem .75rem .2rem;
}

.brand-carousel-progress {
  display: grid;
  width: min(100%, 31rem);
  grid-template-columns: repeat(8, minmax(1rem, 1fr));
  gap: clamp(.3rem, 1vw, .75rem);
}

.brand-carousel-progress span {
  height: .42rem;
  border-radius: 999px;
  background: #c6c7c3;
}

.brand-carousel-progress span.is-active { background: var(--profile-blue); }

.brand-carousel-pause {
  min-height: 2.45rem;
  padding: .35rem .9rem;
  border: 1px solid rgba(24, 26, 23, .14);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: .72rem;
  font-weight: 800;
}

.brand-profile-content {
  width: min(100% - 2rem, 86rem);
  margin: 0 auto;
  padding: 1rem 0 5rem;
}

.brand-lens,
.brand-story-card,
.brand-seo-related,
.brand-seo-topics {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(255, 253, 250, .92);
  box-shadow: var(--shadow-sm);
}

.brand-lens { margin-bottom: 1rem; padding: clamp(.85rem, 1.8vw, 1.2rem); }

.brand-lens-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .65rem;
}

.brand-lens-heading h2,
.brand-story-card h2,
.brand-seo-related h2,
.brand-seo-topics h2 {
  margin: .15rem 0 0;
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  font-weight: 560;
  letter-spacing: -.04em;
  line-height: 1;
}

.brand-lens-heading p:not(.eyebrow),
.brand-seo-related > header p { margin: .35rem 0 0; color: var(--ink-soft); font-size: .72rem; }
.brand-lens-review span { font-weight: 780; }

.brand-lens-heading nav { display: flex; flex-wrap: wrap; gap: .8rem; }
.brand-lens-heading a,
.brand-seo-related a,
.brand-seo-topics a,
.brand-evidence-card a,
.brand-seo-detail a { color: var(--profile-blue); font-weight: 780; text-underline-offset: .2em; }

.brand-lens-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }

.brand-lens-card {
  --lens-accent: var(--profile-gold);
  position: relative;
  min-width: 0;
  padding: .55rem .9rem .65rem;
  border-left: 1px solid var(--line);
}

.brand-lens-card:first-child { border-left: 0; }
.brand-lens-card.is-environment { --lens-accent: var(--green); }
.brand-lens-card.is-production { --lens-accent: var(--profile-blue); }
.brand-lens-card.is-transparency { --lens-accent: var(--profile-purple); }
.brand-lens-card.is-size { --lens-accent: var(--profile-coral); }

.brand-lens-card > header { display: flex; align-items: center; gap: .5rem; min-height: 2.2rem; }
.brand-lens-card h3 { margin: 0; font-family: var(--serif); font-size: .92rem; line-height: 1.1; }

.brand-lens-icon {
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #f1eee6;
}

.brand-lens-icon img { width: 1.2rem; height: 1.2rem; }

.brand-lens-native-meter {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.brand-lens-visual {
  position: relative;
  width: 100%;
  min-height: 4rem;
  margin: .35rem 0 .15rem;
}

.brand-lens-visual-marker {
  position: absolute;
  z-index: 3;
  width: .82rem;
  height: .82rem;
  border: .16rem solid #fff;
  border-radius: 50%;
  background: #171a17;
  box-shadow: 0 0 0 .12rem #171a17, 0 .12rem .3rem rgba(20, 22, 20, .22);
}

.brand-lens-scale-ends {
  display: flex;
  justify-content: space-between;
  gap: .5rem;
  color: #62645f;
  font-size: .56rem;
  line-height: 1.15;
}

.brand-lens-scale-ends span:last-child { text-align: right; }

.brand-lens-visual--price,
.brand-lens-visual--size {
  display: grid;
  align-content: center;
  gap: .38rem;
}

.brand-lens-dot-track,
.brand-lens-size-track {
  position: relative;
  display: grid;
  min-height: 1.25rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
}

.brand-lens-dot-track::before,
.brand-lens-size-track::before {
  position: absolute;
  right: .22rem;
  left: .22rem;
  height: .12rem;
  background: #aeb0ac;
  content: "";
}

.brand-lens-dot,
.brand-lens-size-node {
  position: relative;
  z-index: 1;
  display: block;
  width: .45rem;
  height: .45rem;
  justify-self: center;
  border-radius: 50%;
  background: #aeb0ac;
}

.brand-lens-dot.is-current {
  width: .82rem;
  height: .82rem;
  background: var(--profile-blue);
  box-shadow: 0 0 0 .12rem #fff;
}

.brand-lens-dot .brand-lens-visual-marker,
.brand-lens-size-node .brand-lens-visual-marker { display: none; }

.brand-lens-visual--environment {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .14rem;
  align-items: center;
  padding: .7rem 0;
}

.brand-lens-evidence-segment {
  position: relative;
  display: block;
  height: 1.35rem;
}

.brand-lens-evidence-segment:first-child { border-radius: .35rem 0 0 .35rem; }
.brand-lens-evidence-segment:last-child { border-radius: 0 .35rem .35rem 0; }
.brand-lens-evidence-segment:nth-child(1) { background: #efdba9; }
.brand-lens-evidence-segment:nth-child(2) { background: #dcb75e; }
.brand-lens-evidence-segment:nth-child(3) { background: #a8c4a8; }
.brand-lens-evidence-segment:nth-child(4) { background: #639b76; }
.brand-lens-evidence-segment:nth-child(5) { background: #167254; }

.brand-lens-evidence-segment .brand-lens-visual-marker {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.brand-lens-visual--production {
  display: grid;
  height: 4rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .22rem;
  align-items: end;
  padding: .5rem .35rem .15rem;
}

.brand-lens-scope-bar {
  position: relative;
  display: block;
  min-height: .52rem;
  border-radius: .12rem .12rem 0 0;
  background: #9fbce5;
}

.brand-lens-scope-bar:nth-child(1) { height: 28%; background: #cbdcf3; }
.brand-lens-scope-bar:nth-child(2) { height: 42%; background: #a9c6ea; }
.brand-lens-scope-bar:nth-child(3) { height: 58%; background: #7fa8dd; }
.brand-lens-scope-bar:nth-child(4) { height: 76%; background: #477fc5; }
.brand-lens-scope-bar:nth-child(5) { height: 96%; background: #0b4f9d; }

.brand-lens-scope-bar .brand-lens-visual-marker {
  top: 0;
  left: 50%;
  transform: translate(-50%, -42%);
}

.brand-lens-visual--transparency {
  display: grid;
  width: 3.5rem;
  min-height: 0;
  aspect-ratio: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .13rem;
  margin: .45rem auto .35rem;
}

.brand-lens-ring-segment { display: block; }
.brand-lens-ring-segment:nth-child(1) { border-radius: 100% 0 0; background: #d8cfee; }
.brand-lens-ring-segment:nth-child(2) { border-radius: 0 100% 0 0; background: #a898d2; }
.brand-lens-ring-segment:nth-child(3) { border-radius: 0 0 100%; background: #5b3caf; }
.brand-lens-ring-segment:nth-child(4) { border-radius: 0 0 0 100%; background: #8069c0; }

.brand-lens-ring-hole {
  position: absolute;
  z-index: 2;
  inset: 29%;
  border: 1px solid rgba(24, 26, 23, .08);
  border-radius: 50%;
  background: #fffdfa;
}

.brand-lens-visual--transparency > .brand-lens-visual-marker { transform: translate(-50%, -50%); }
.brand-lens-visual--transparency.is-position-0 > .brand-lens-visual-marker { top: 4%; left: 50%; }
.brand-lens-visual--transparency.is-position-1 > .brand-lens-visual-marker { top: 50%; left: 96%; }
.brand-lens-visual--transparency.is-position-2 > .brand-lens-visual-marker { top: 96%; left: 50%; }
.brand-lens-visual--transparency.is-position-3 > .brand-lens-visual-marker { top: 50%; left: 4%; }

.brand-lens-size-track::before { background: #aa6f95; }
.brand-lens-size-node:nth-child(1) { background: #df9b79; }
.brand-lens-size-node:nth-child(2) { background: #ce7f86; }
.brand-lens-size-node:nth-child(3) { background: #b66491; }
.brand-lens-size-node:nth-child(4) { background: #8f4b9c; }
.brand-lens-size-node:nth-child(5) { background: #593492; }

.brand-lens-size-node.is-current {
  width: .72rem;
  height: .72rem;
  border: .18rem solid #fff;
  background: #171a17;
  box-shadow: 0 0 0 .12rem #171a17;
}

.brand-lens-visual--price.is-evidence-outcome .brand-lens-dot.is-current,
.brand-lens-visual--size.is-evidence-outcome .brand-lens-size-node.is-current {
  border: .14rem solid #686b66;
  background: #fffdfa;
  box-shadow: 0 0 0 .12rem #fff;
}

.brand-lens-visual.is-unpositioned .brand-lens-evidence-segment,
.brand-lens-visual.is-unpositioned .brand-lens-scope-bar,
.brand-lens-visual.is-unpositioned .brand-lens-ring-segment { background: #d7d8d4; }
.brand-lens-visual--size.is-unpositioned .brand-lens-size-track::before,
.brand-lens-visual--size.is-unpositioned .brand-lens-size-node { background: #b9bbb7; }

.brand-lens-card > strong {
  display: block;
  margin-top: .12rem;
  font-family: var(--serif);
  font-size: .9rem;
  text-align: center;
}
.brand-lens-card > p { margin: .5rem 0; color: var(--ink-soft); font-size: .7rem; line-height: 1.45; }
.brand-lens-card > a { font-size: .68rem; }
.brand-lens-card.is-not-assessed,
.brand-lens-card.is-not-applicable { color: #696b66; }
.brand-lens-card.is-not-assessed .brand-lens-icon,
.brand-lens-card.is-not-applicable .brand-lens-icon { opacity: .58; }
.brand-lens-unassessed { margin-top: .55rem !important; font-weight: 760; text-align: center; }
.brand-lens-evidence-outcome,
.brand-lens-not-applicable { color: #3d403b; }

.brand-lens-details { margin-top: .35rem; color: var(--ink-soft); font-size: .66rem; }
.brand-lens-details summary { color: var(--profile-blue); font-weight: 800; text-align: center; text-underline-offset: .18em; cursor: pointer; }
.brand-lens-details p { margin: .45rem 0; line-height: 1.45; }
.brand-lens-details a { color: var(--profile-blue); font-weight: 800; text-underline-offset: .18em; }
.brand-lens-details--evidence-gap { padding-top: .12rem; border-top: 1px solid rgba(24, 26, 23, .1); }
.brand-lens-semantic-note { color: #454842; font-weight: 680; }

.brand-story-layout { display: grid; gap: 1rem; }

.brand-story-card { min-width: 0; padding: clamp(1.25rem, 3vw, 2rem); }
.brand-story-intro { max-width: 64rem; margin: 1rem 0 1.35rem; color: #343631; font-size: .95rem; line-height: 1.65; }

.brand-seo-detail {
  margin: 1rem 0 1.4rem;
  padding: .9rem 1rem;
  border-left: .18rem solid var(--profile-blue);
  background: #f1f4fb;
}

.brand-seo-detail p { margin: 0 0 .35rem; color: var(--ink-soft); }

.brand-evidence-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  gap: 0;
  border-block: 1px solid var(--line);
}

.brand-evidence-card {
  min-width: 0;
  padding: 1rem;
  border-left: 1px solid var(--line);
}

.brand-evidence-card:first-child { border-left: 0; }
.brand-evidence-card h3 { margin: 0 0 .65rem; font-family: var(--serif); font-size: 1rem; line-height: 1.15; }
.brand-evidence-card p { margin: .35rem 0; color: var(--ink-soft); font-size: .75rem; line-height: 1.55; }
.brand-evidence-card > a { display: inline-block; margin-top: .55rem; font-size: .7rem; }
.brand-evidence-card dl { margin: .65rem 0 0; }
.brand-evidence-card dt { color: var(--ink-soft); font-size: .62rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.brand-evidence-card dd { margin: .2rem 0 0; color: var(--ink-soft); font-size: .7rem; line-height: 1.4; }
.brand-evidence-card.is-made-in-canada { box-shadow: inset 0 .18rem var(--profile-blue); }
.brand-evidence-card.is-mixed-origin { box-shadow: inset 0 .18rem var(--profile-gold); }
.brand-evidence-card.is-origin-unknown { box-shadow: inset 0 .18rem #8b8d87; }

.brand-seo-classification {
  display: inline-flex;
  margin: 0 0 .35rem !important;
  padding: .28rem .5rem;
  border-radius: 999px;
  background: #edf2fc;
  color: #173c7d !important;
  font-size: .66rem !important;
  font-weight: 840;
}

.brand-seo-source-list {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .7rem;
  margin: .7rem 0 0;
  padding: 0;
  list-style: none;
}

.brand-seo-source-list a { color: var(--profile-blue); font-size: .68rem; font-weight: 800; text-underline-offset: .18em; }
.brand-review-card strong,
.brand-review-card time { display: block; }

.brand-seo-caveat {
  margin: 1rem 0 0;
  padding: .75rem .9rem;
  border-left: .2rem solid var(--red);
  background: var(--red-soft);
  color: var(--ink-soft);
  font-size: .72rem;
  line-height: 1.5;
}

.brand-seo-related { min-width: 0; padding: 1rem; }

.brand-seo-related > header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: .8rem;
  margin-bottom: .8rem;
}

.brand-seo-related h2 { font-size: 1.3rem; }
.brand-related-controls { display: flex; gap: .4rem; }
.brand-related-controls .brand-carousel-arrow { position: static; width: 2.5rem; height: 2.5rem; transform: none; box-shadow: none; }

@media (hover: hover) {
  .brand-related-controls .brand-carousel-arrow:not(.is-previous):hover:not(:disabled) {
    background: #f7faff;
    box-shadow: 0 6px 16px rgba(11, 75, 191, .16);
    transform: translateX(.12rem) scale(1.05);
  }

  .brand-related-controls .brand-carousel-arrow.is-previous:hover:not(:disabled) {
    background: #f7faff;
    box-shadow: 0 6px 16px rgba(11, 75, 191, .16);
    transform: translateX(-.12rem) scale(1.05);
  }
}

.brand-related-controls .brand-carousel-arrow:active:not(:disabled) { transform: scale(.96); }

.brand-related-viewport {
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.brand-related-viewport ul { display: flex; gap: .65rem; margin: 0; padding: 0; list-style: none; }

.brand-related-card {
  min-width: 9rem;
  flex: 0 0 9rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: .7rem;
  background: #fff;
  scroll-snap-align: start;
}

.brand-related-card > a { display: grid; height: 100%; color: var(--ink); text-decoration: none; }
.brand-related-media { position: relative; display: grid; aspect-ratio: 1.16; place-items: center; overflow: hidden; background: var(--paper-deep); }
.brand-related-art { display: block; width: 100%; height: 100%; }
.brand-related-art img { width: 100%; height: 100%; object-fit: cover; }
.brand-related-neutral { display: grid; width: 100%; height: 100%; place-items: center; padding: 1rem; }
.brand-related-neutral .brand-seo-logo { width: 5rem; }

.brand-related-logo {
  position: absolute;
  right: .5rem;
  bottom: .5rem;
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  padding: .35rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 4px 12px rgba(24, 26, 23, .18);
}

.brand-related-logo.is-dark { background: rgba(23, 26, 23, .92); }
.brand-related-logo .brand-seo-logo { width: 100%; padding: 0; border: 0; background: transparent; box-shadow: none; }
.brand-related-logo .brand-seo-monogram { font-size: 1rem; }
.brand-related-copy { display: grid; gap: .1rem; padding: .6rem; }
.brand-related-copy strong { font-family: var(--serif); font-size: .82rem; line-height: 1.1; }
.brand-related-copy span { color: var(--ink-soft); font-size: .62rem; line-height: 1.3; }
.brand-related-copy small { color: var(--ink-soft); font-size: .58rem; }

.brand-related-more { display: inline-block; margin-top: .9rem; font-size: .7rem; }

.brand-seo-topics { margin-top: 1rem; padding: clamp(1.1rem, 2.5vw, 1.6rem); }
.brand-seo-topics h2 { font-size: 1.45rem; }
.brand-seo-topics ul { display: flex; flex-wrap: wrap; gap: .55rem 1.2rem; margin: .9rem 0 0; padding: 0; list-style: none; }
.brand-seo-topics a { font-size: .75rem; }

/* The directory also imports this file for the server-rendered A–Z graph. */
.brand-seo-az { margin: 2rem 0; padding: clamp(1.2rem, 4vw, 2.2rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.brand-seo-az > header { max-width: 48rem; margin-bottom: 1.5rem; }
.brand-seo-az > header h2 { margin: 0 0 .5rem; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.brand-seo-az > header p { color: var(--ink-soft); }
.brand-seo-az nav { display: grid; gap: 1.4rem; }
.brand-seo-az-group { display: grid; grid-template-columns: 2rem minmax(0, 1fr); gap: 1rem; scroll-margin-top: 6rem; }
.brand-seo-az-group h3 { margin: 0; color: var(--red-dark); font-size: 1.25rem; }
.brand-seo-az-group ul { display: grid; grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr)); gap: .55rem 1rem; margin: 0; padding: 0; list-style: none; }
.brand-seo-az-group a { color: var(--ink); font-size: .86rem; font-weight: 720; text-underline-offset: .16em; }

@media (min-width: 64rem) {
  .brand-story-layout { grid-template-columns: minmax(0, 2.1fr) minmax(18rem, 1fr); }
}

@media (max-width: 71.999rem) {
  .brand-profile-stage.has-product-showcase .brand-seo-hero-grid { grid-template-columns: 1fr; }
  .brand-lens-grid {
    grid-auto-columns: minmax(14rem, 74vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
  }
  .brand-lens-card { border-left: 1px solid var(--line); scroll-snap-align: start; }
  .brand-lens-card:first-child { border-left: 0; }
}

@media (max-width: 47.999rem) {
  .brand-profile-stage { min-height: 0; }
  .brand-profile-stage-inner,
  .brand-profile-content { width: min(100% - 1rem, 42rem); }
  .brand-profile-stage-inner { padding-top: .75rem; }
  .brand-seo-breadcrumbs { margin-bottom: 5.5rem; border-radius: .75rem; }
  .brand-seo-hero { padding: 1.1rem; }
  .brand-seo-lockup { align-items: center; }
  .brand-seo-lockup h1 { font-size: clamp(2.35rem, 12vw, 3.8rem); }
  .brand-seo-logo { width: clamp(5rem, 24vw, 6.5rem); }
  .brand-seo-identity-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-seo-identity-facts > div { padding: .3rem .65rem; border-left: 1px solid rgba(24, 26, 23, .16); }
  .brand-seo-identity-facts > div:nth-child(odd) { padding-left: 0; border-left: 0; }
  .brand-seo-actions { align-items: stretch; }
  .brand-seo-actions .primary-button { width: 100%; }
  .brand-explore-link { min-height: 2.75rem; display: inline-flex; align-items: center; }
  .brand-product-showcase { padding: .5rem; }
  .brand-product-showcase > header { display: block; }
  .brand-product-showcase > header p { margin-top: .3rem; }
  .brand-product-card { min-width: 78%; flex-basis: 78%; }
  .brand-carousel-arrow { width: 2.6rem; height: 2.6rem; }
  .brand-carousel-footer { align-items: end; }
  .brand-carousel-progress { gap: .25rem; }
  .brand-carousel-progress span { height: .35rem; }
  .brand-lens-heading { display: grid; }
  .brand-lens-heading nav { gap: .6rem; }
  .brand-lens-grid {
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-template-columns: minmax(0, 1fr);
    overflow-x: visible;
    scroll-snap-type: none;
  }
  .brand-lens-card,
  .brand-lens-card:first-child {
    padding: .9rem .65rem 1rem;
    border-top: 1px solid var(--line);
    border-left: 0;
    scroll-snap-align: none;
  }
  .brand-lens-card:first-child { border-top: 0; }
  .brand-evidence-grid { grid-template-columns: 1fr; }
  .brand-evidence-card,
  .brand-evidence-card:first-child { border-top: 1px solid var(--line); border-left: 0; }
  .brand-evidence-card:first-child { border-top: 0; }
  .brand-seo-topics ul { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  .brand-product-viewport,
  .brand-related-viewport { scroll-behavior: auto; }
  .brand-carousel-arrow,
  .brand-carousel-arrow img { transition: none; }

  .brand-product-showcase .brand-carousel-arrow:not(.is-previous):hover:not(:disabled),
  .brand-product-showcase .brand-carousel-arrow.is-previous:hover:not(:disabled),
  .brand-product-showcase .brand-carousel-arrow:active:not(:disabled) { transform: translateY(-50%); }

  .brand-related-controls .brand-carousel-arrow:hover:not(:disabled),
  .brand-related-controls .brand-carousel-arrow:active:not(:disabled) { transform: none; }

  .brand-carousel-arrow:not(.is-previous):hover:not(:disabled) img { transform: rotate(-90deg); }
  .brand-carousel-arrow.is-previous:hover:not(:disabled) img { transform: rotate(90deg); }
}

@media (forced-colors: active) {
  .brand-seo-hero,
  .brand-product-showcase,
  .brand-seo-breadcrumbs { border-color: CanvasText; background: Canvas; color: CanvasText; backdrop-filter: none; }
  .brand-carousel-progress span { border: 1px solid CanvasText; }
  .brand-carousel-progress span.is-active { background: Highlight; }
  .brand-lens-dot-track::before,
  .brand-lens-size-track::before { background: CanvasText; }
  .brand-lens-dot,
  .brand-lens-size-node,
  .brand-lens-evidence-segment,
  .brand-lens-scope-bar,
  .brand-lens-ring-segment { border: 1px solid CanvasText; background: Canvas; forced-color-adjust: auto; }
  .brand-lens-dot.is-current,
  .brand-lens-size-node.is-current,
  .brand-lens-visual-marker { border-color: HighlightText; background: Highlight; box-shadow: 0 0 0 2px CanvasText; }
  .brand-lens-ring-hole { border-color: CanvasText; background: Canvas; }
}
