/* Twelve comparison links; the established directions keep their own visual systems. */
:root {
  scroll-padding-top: 115px;
}
.review-bar nav {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
body.refined {
  --paper: #f4f1ea;
  --card: #fbf9f4;
  --ink: #1c1a17;
  --muted: #6b6459;
  --line: #dcd7cd;
  --accent: #007d5a;
}
.refined .wrap {
  max-width: 1180px;
}
.refined .site-header {
  border: 0;
  height: 95px;
}
.refined .brand {
  font-size: 23px;
  font-weight: 750;
}
.maora-mark {
  display: block;
  width: 45px;
  height: 40px;
  color: currentColor;
  flex-shrink: 0;
}
.refined .brand .maora-mark {
  color: #007d5a;
}
.refined .primary {
  background: #00c88a;
  border: 1px solid #1c1a17;
  color: #14291f;
  box-shadow: 3px 3px 0 #1c1a17;
  border-radius: 8px;
}
.refined h2 {
  font-weight: 650;
}
.refined-hero {
  text-align: center;
  padding-block: 50px 40px;
}
.refined-hero h1 {
  font-size: clamp(45px, 5.2vw, 75px);
  letter-spacing: -3.5px;
  line-height: 1.08;
  font-weight: 750;
}
.refined-hero h1 em {
  color: #007d5a;
}
.refined-intro {
  max-width: 730px;
  margin: 24px auto 0;
  font-size: 16px;
  color: var(--muted);
}
.refined-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 26px;
}
.refined-actions a {
  font-size: 12px;
  padding: 12px 0;
}
.refined-meta {
  font-size: 10px;
  color: var(--muted);
  margin-top: 19px;
}
.constellation-section {
  padding-block: 20px 40px;
}
.constellation-heading {
  text-align: center;
  margin-bottom: 30px;
}
.constellation-heading .eyebrow {
  margin-bottom: 10px;
}
.constellation-heading h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.6px;
}
.constellation-heading h2 br {
  display: none;
}
.constellation-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px minmax(0, 1fr);
  gap: 75px;
  align-items: center;
  position: relative;
  isolation: isolate;
  padding: 25px 45px;
}
.constellation-map::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border: 1px solid #cadbd1;
  background: #e1eee280;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.constellation-side {
  display: grid;
  gap: 25px;
  min-width: 0;
}
.constellation-node {
  position: relative;
  min-width: 0;
}
.constellation-node::after {
  content: "";
  position: absolute;
  width: 75px;
  top: 50%;
  border-top: 1px dashed #99b9a9;
  z-index: -1;
}
.left-side .constellation-node::after {
  right: -75px;
}
.right-side .constellation-node::after {
  left: -75px;
}
.constellation-node button {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 16px 19px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--card);
  display: grid;
  color: var(--ink);
  transition:
    border-color 0.18s,
    background 0.18s;
}
.constellation-node button:hover {
  border-color: #007d5a;
  background: #f1f8f0;
}
.constellation-node svg {
  width: 83px;
  height: 48px;
  color: #3d7961;
  margin-bottom: 10px;
}
.node-name {
  font-size: 17px;
  font-weight: 650;
}
.node-caption {
  font-size: 11px;
  line-height: 1.5;
  color: var(--muted);
  margin-top: 5px;
}
.node-plus {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 15px;
  color: var(--muted);
}
.node-1 svg {
  color: #ad7453;
}
.node-2 svg {
  color: #7171a1;
}
.node-4 svg {
  color: #a57934;
}
.node-5 svg {
  color: #517e91;
}
.constellation-core {
  min-width: 0;
  width: 100%;
  padding: 12px;
  border: 1px solid #9cb8a8;
  border-radius: 20px;
  background: #fbf9f4;
  box-shadow: 6px 6px 0 #c5d7c6;
}
.core-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: #1c1a17;
}
.core-heading strong {
  font-size: 17px;
  letter-spacing: 0.5px;
}
.core-heading small {
  display: block;
  font-size: 8px;
  margin-top: 4px;
  color: #6b6459;
  letter-spacing: 0.8px;
}
.core-dot {
  width: 7px;
  height: 7px;
  background: #00b17c;
  border-radius: 50%;
  margin-left: auto;
  margin-right: 10px;
}
.constellation-core .image-button {
  border-radius: 12px;
  box-shadow: none;
}
.constellation-core figcaption {
  font-size: 8px;
  color: #6b6459;
  text-align: center;
  margin-top: 12px;
  line-height: 1.4;
}
.constellation-foot {
  margin-top: 28px;
  text-align: center;
  color: var(--muted);
  font-size: 12px;
}
.creator-promise {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 35px 0;
  border-block: 1px solid var(--line);
  margin-block: 25px 15px;
}
.promise-symbol {
  width: 65px;
  height: 65px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 35px;
  background: #e0f1e5;
  color: #007d5a;
  border-radius: 50%;
}
.creator-promise h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.creator-promise p {
  font-size: 13px;
}
.creator-promise p strong {
  font-weight: 500;
}
.creator-promise details {
  margin-top: 14px;
  font-size: 11px;
  color: var(--muted);
  max-width: 800px;
}
.creator-promise summary {
  cursor: pointer;
  padding: 8px 0;
}
.creator-promise details p {
  margin-top: 12px;
  font-size: 12px;
}
.creator-promise .promise-draft {
  font-size: 10px;
}
.refined .compatibility {
  border-top: 0;
}
.refined .compatibility h2 {
  font-size: 30px;
}
.refined-signal {
  padding-block: 48px;
  background: #0f1b15;
  color: #f3f5ec;
  text-align: center;
}
.refined-signal .eyebrow {
  color: #a8cfb7;
}
.refined-signal h2 {
  font-size: clamp(34px, 3.7vw, 53px);
  font-weight: 650;
  letter-spacing: -1.6px;
}
.refined-signal h2 em {
  color: #aaffbf;
}
.signal-ambition {
  color: #bbcebf;
  font-size: 14px;
  margin: 23px auto 0;
  max-width: 650px;
}
.signal-ambition strong {
  display: block;
  margin-top: 12px;
  color: #e6f1e7;
  font-weight: 500;
}
.refined-signal .signal-visual {
  height: 245px;
  margin-top: 15px;
}
.refined-signal .signal-core {
  width: 106px;
  height: 106px;
  background: #162f22;
  border-radius: 28px;
  box-shadow: 0 0 55px #b1ffc222;
}
.refined-signal .maora-mark {
  width: 80px;
  height: 72px;
}
.refined-signal .signal-orbit {
  width: 350px;
  height: 140px;
  border-color: #aaffbf40;
}
.refined-signal .signal-caption {
  font-size: 8px;
  color: #afcfb8;
}
.refined-signal .light {
  margin-top: 18px;
  background: #b3f9c9;
  color: #153421;
  border-color: #b3f9c9;
}
.signal-stage {
  color: #afc7b6;
  font-size: 9px;
  margin-top: 20px;
}
.refined .minimal-community {
  border-bottom: 0;
}

/* Restore Mentor styling only inside the four selected Complice sections. */
.complice-mentor-sections .wrap {
  max-width: 1260px;
}
.complice-mentor-sections h2 {
  font-size: clamp(33px, 3.5vw, 48px);
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.1;
}
.complice-mentor-sections .eyebrow {
  font-weight: 750;
  letter-spacing: 1.7px;
  margin-bottom: 20px;
}
.complice-mentor-sections .section-heading {
  gap: 60px;
  margin-bottom: 38px;
}
.complice-mentor-sections .section-heading > p {
  font-size: 13px;
  max-width: 310px;
}
.complice-mentor-sections .button {
  border-radius: 8px;
  padding: 16px 22px;
}
.complice-mentor-sections .secondary {
  border-color: #1c1a17;
}
.complice-mentor-sections .compatibility {
  padding-block: 75px;
}
.complice-mentor-sections .compatibility h2 {
  font-size: clamp(33px, 3.5vw, 48px);
}
.complice-mentor-sections .daw-grid {
  gap: 14px;
  border: 0;
}
.complice-mentor-sections .daw-card {
  padding: 25px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--card);
  text-align: left;
}
.complice-mentor-sections .daw-card.deployed {
  padding: 25px 16px;
  border: 2px solid #00825e;
  border-radius: 14px;
  background: #e0f5eb;
  text-align: left;
  color: #1c1a17;
}
.complice-mentor-sections .daw-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
}
.complice-mentor-sections .daw-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}
.complice-mentor-sections .daw-status {
  font-size: 11px;
  padding: 6px 11px;
  border: 1px solid var(--line);
  color: var(--ink);
}
.complice-mentor-sections .deployed .daw-status {
  background: #006447;
  border-color: #006447;
  color: #fff;
}
.complice-mentor-sections .daw-clarification {
  gap: 22px;
  border-block: 1px solid var(--line);
  padding: 23px 0;
  margin-top: 25px;
}
.complice-mentor-sections .daw-clarification > span {
  display: block;
}
.complice-mentor-sections .daw-clarification p {
  font-size: 13px;
  color: var(--ink);
}
.complice-mentor-sections .daw-clarification > a {
  font-size: 13px;
}
.complice-mentor-sections .daw-fine {
  font-size: 10px;
  margin-top: 14px;
}
.complice-mentor-sections .horizon h2 {
  font-size: clamp(44px, 5.2vw, 70px);
  line-height: 1.03;
  letter-spacing: -3px;
}
.complice-mentor-sections .community h2 {
  font-size: 35px;
}
.complice-mentor-sections .closing h2 {
  font-size: clamp(43px, 5.8vw, 78px);
  letter-spacing: -3px;
}
@media (max-width: 850px) {
  .complice-mentor-sections .section-heading {
    gap: 25px;
  }
  .complice-mentor-sections .section-heading > p {
    max-width: 260px;
  }
  .complice-mentor-sections .daw-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .complice-mentor-sections .compatibility {
    padding-block: 50px;
  }
  .complice-mentor-sections .daw-clarification {
    gap: 12px;
  }
  .complice-mentor-sections .daw-clarification > a {
    margin-left: 46px;
  }
  .complice-mentor-sections .horizon h2 {
    font-size: 51px;
  }
  .complice-mentor-sections .community h2 {
    font-size: 30px;
  }
}
@media (max-width: 560px) {
  .complice-mentor-sections .section-heading {
    gap: 18px;
  }
  .complice-mentor-sections .section-heading > p {
    max-width: none;
  }
  .complice-mentor-sections .daw-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .complice-mentor-sections .daw-card {
    padding: 20px 12px;
  }
  .complice-mentor-sections .daw-card.deployed {
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 20px;
    align-items: center;
    padding: 20px 12px;
  }
  .complice-mentor-sections .deployed .daw-icon {
    margin-bottom: 0;
  }
  .complice-mentor-sections .deployed h3 {
    margin-bottom: 7px;
  }
  .complice-mentor-sections .daw-clarification > span {
    display: none;
  }
  .complice-mentor-sections .daw-clarification > a {
    margin-left: 0;
  }
  .complice-mentor-sections .horizon h2 {
    font-size: 45px;
    letter-spacing: -2px;
  }
  .complice-mentor-sections .community h2 {
    font-size: 30px;
  }
  .complice-mentor-sections .closing h2 {
    font-size: 55px;
  }
  .complice-mentor-sections .access-card .button {
    font-size: 11px;
    padding-inline: 10px;
  }
}

/* Orbite: the same warm Mentor identity, with an open, circular feature field. */
[data-concept="orbite"] .refined-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 0.7fr);
  text-align: left;
  gap: 60px;
  align-items: center;
}
[data-concept="orbite"] .refined-hero h1 {
  font-size: clamp(45px, 4.5vw, 66px);
}
[data-concept="orbite"] .refined-intro {
  margin-left: 0;
}
[data-concept="orbite"] .refined-actions {
  justify-content: flex-start;
}
.hero-emblem {
  display: grid;
  place-items: center;
  position: relative;
  min-width: 0;
  height: 290px;
  color: #007d5a;
}
.hero-emblem .maora-mark {
  width: 150px;
  height: 140px;
}
.hero-emblem > span {
  position: absolute;
  width: 250px;
  height: 250px;
  border: 1px solid #b7ccba;
  border-radius: 50%;
  background: #deeddf;
  z-index: -1;
}
.hero-emblem small {
  font-size: 8px;
  letter-spacing: 1px;
  position: absolute;
  bottom: 10px;
}
[data-concept="orbite"] .constellation-map {
  background: #e7eee3;
  border-radius: 38px;
  padding: 35px 50px;
  gap: 60px;
}
[data-concept="orbite"] .constellation-map::before {
  background: transparent;
  border: 1px solid #adc7b6;
  width: 520px;
  height: 520px;
}
[data-concept="orbite"] .constellation-node button {
  text-align: center;
  justify-items: center;
  background: transparent;
  border-color: transparent;
}
[data-concept="orbite"] .constellation-node button:hover {
  background: #f8faf3;
  border-color: #b7ccba;
}
[data-concept="orbite"] .constellation-node svg {
  background: #fbf9f4;
  width: 94px;
  height: 70px;
  padding: 10px;
  border-radius: 24px;
}
[data-concept="orbite"] .constellation-node::after {
  width: 60px;
}
[data-concept="orbite"] .left-side .constellation-node::after {
  right: -60px;
}
[data-concept="orbite"] .right-side .constellation-node::after {
  left: -60px;
}
[data-concept="orbite"] .node-plus {
  top: 20px;
  right: 5px;
}
[data-concept="orbite"] .refined-signal .signal-orbit,
[data-concept="complice"] .refined-signal .signal-orbit {
  width: 420px;
  height: 135px;
}

/* Complice: a compact studio map, using the Mentor's cards rather than a new palette. */
[data-concept="complice"] .refined-hero {
  padding-bottom: 25px;
}
[data-concept="complice"] .constellation-map {
  border-block: 1px solid var(--line);
  gap: 45px;
  padding: 30px 0;
}
[data-concept="complice"] .constellation-map::before {
  display: none;
}
[data-concept="complice"] .constellation-node button {
  grid-template-columns: 65px 1fr;
  column-gap: 15px;
  padding: 23px 15px;
  border-radius: 8px;
  box-shadow: 3px 3px 0 #dddace;
  align-items: center;
}
[data-concept="complice"] .constellation-node svg {
  grid-row: span 2;
  width: 65px;
  height: 50px;
  margin: 0;
}
[data-concept="complice"] .node-name {
  font-size: 16px;
  padding-right: 12px;
}
[data-concept="complice"] .node-caption {
  grid-column: 2;
}
[data-concept="complice"] .constellation-node::after {
  width: 45px;
  border-top-style: solid;
}
[data-concept="complice"] .left-side .constellation-node::after {
  right: -45px;
}
[data-concept="complice"] .right-side .constellation-node::after {
  left: -45px;
}
[data-concept="complice"] .creator-promise {
  background: #e0f1e5;
  border: 0;
  border-radius: 12px;
  padding: 30px;
}
[data-concept="complice"] .promise-symbol {
  background: #fbf9f4;
}
.logo-preview-note {
  flex-basis: 100%;
  text-align: right;
  font-size: 10px;
  color: #c7eed7;
  padding: 4px 0;
}
[data-concept="complice"] .review-bar {
  flex-wrap: wrap;
  row-gap: 3px;
}
@media (max-width: 560px) {
  .logo-preview-note {
    text-align: center;
  }
}

@media (max-width: 1150px) {
  .constellation-map {
    gap: 35px;
    padding-inline: 15px;
    grid-template-columns: minmax(0, 1fr) 260px minmax(0, 1fr);
  }
  .constellation-node::after {
    width: 35px;
  }
  .left-side .constellation-node::after {
    right: -35px;
  }
  .right-side .constellation-node::after {
    left: -35px;
  }
  [data-concept="orbite"] .constellation-map {
    gap: 30px;
    padding-inline: 20px;
  }
  [data-concept="orbite"] .constellation-node::after {
    width: 30px;
  }
  [data-concept="orbite"] .left-side .constellation-node::after {
    right: -30px;
  }
  [data-concept="orbite"] .right-side .constellation-node::after {
    left: -30px;
  }
  [data-concept="complice"] .constellation-map {
    gap: 25px;
  }
  [data-concept="complice"] .constellation-node button {
    grid-template-columns: 45px 1fr;
    gap: 8px;
    padding: 18px 10px;
  }
  [data-concept="complice"] .constellation-node svg {
    width: 45px;
  }
  [data-concept="complice"] .constellation-node::after {
    width: 25px;
  }
  [data-concept="complice"] .left-side .constellation-node::after {
    right: -25px;
  }
  [data-concept="complice"] .right-side .constellation-node::after {
    left: -25px;
  }
  [data-concept="orbite"] .refined-hero {
    gap: 30px;
  }
  .hero-emblem > span {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 850px) {
  :root {
    scroll-padding-top: 175px;
  }
  .review-bar nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .constellation-map,
  [data-concept="orbite"] .constellation-map,
  [data-concept="complice"] .constellation-map {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    padding: 25px;
  }
  .constellation-core {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 290px;
    justify-self: center;
  }
  .constellation-map::before,
  [data-concept="orbite"] .constellation-map::before {
    width: 440px;
    height: 440px;
    top: 260px;
  }
  .constellation-node::after {
    display: none;
  }
  .constellation-side {
    align-self: stretch;
    grid-template-rows: repeat(3, 1fr);
    gap: 15px;
  }
  .constellation-node button {
    height: 100%;
  }
  [data-concept="orbite"] .refined-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }
  [data-concept="orbite"] .refined-intro {
    margin-inline: auto;
  }
  [data-concept="orbite"] .refined-actions {
    justify-content: center;
  }
  .hero-emblem {
    display: none;
  }
  .creator-promise {
    gap: 20px;
  }
}
@media (max-width: 560px) {
  :root {
    scroll-padding-top: 210px;
  }
  .refined .site-header {
    height: 78px;
  }
  .refined .brand {
    font-size: 20px;
    gap: 6px;
  }
  .refined .brand .maora-mark {
    width: 30px;
    height: 28px;
  }
  .refined .brand-divider {
    display: none;
  }
  .refined .brand small {
    font-size: 9px;
  }
  .refined-hero {
    padding-block: 30px 25px;
  }
  .refined-hero h1,
  [data-concept="orbite"] .refined-hero h1 {
    font-size: clamp(38px, 10.5vw, 53px);
    letter-spacing: -2px;
  }
  .refined-intro {
    font-size: 14px;
    margin-top: 20px;
  }
  .refined-actions {
    gap: 15px;
  }
  .refined-actions .button {
    width: 100%;
  }
  .refined-meta {
    font-size: 9px;
  }
  .constellation-heading h2 {
    font-size: 21px;
  }
  .constellation-heading h2 br {
    display: initial;
  }
  .constellation-map,
  [data-concept="orbite"] .constellation-map,
  [data-concept="complice"] .constellation-map {
    gap: 22px 10px;
    padding: 15px 0;
  }
  .constellation-core {
    width: min(270px, 100%);
  }
  .constellation-map::before,
  [data-concept="orbite"] .constellation-map::before {
    width: 100%;
    height: 390px;
    top: 230px;
  }
  .constellation-side {
    gap: 10px;
  }
  .constellation-node button,
  [data-concept="complice"] .constellation-node button {
    display: grid;
    grid-template-columns: 1fr;
    padding: 15px 12px;
    text-align: left;
  }
  .constellation-node svg,
  [data-concept="complice"] .constellation-node svg {
    width: 65px;
    height: 40px;
    grid-row: auto;
    margin-bottom: 10px;
  }
  .node-name,
  [data-concept="complice"] .node-name {
    font-size: 14px;
    line-height: 1.4;
  }
  .node-caption,
  [data-concept="complice"] .node-caption {
    grid-column: 1;
    font-size: 10px;
    line-height: 1.5;
  }
  .node-plus {
    font-size: 12px;
    right: 10px;
    top: 12px;
  }
  [data-concept="orbite"] .constellation-map {
    border-radius: 20px;
  }
  [data-concept="orbite"] .constellation-node button {
    padding-inline: 8px;
    text-align: center;
  }
  [data-concept="orbite"] .constellation-node svg {
    width: 75px;
    height: 55px;
  }
  [data-concept="orbite"] .node-plus {
    right: 8px;
    top: 12px;
  }
  .constellation-foot {
    font-size: 10px;
    margin-top: 20px;
  }
  .creator-promise {
    padding-block: 25px;
  }
  .promise-symbol {
    display: none;
  }
  .creator-promise h2 {
    font-size: 25px;
  }
  [data-concept="complice"] .creator-promise {
    padding: 23px;
  }
  .refined .compatibility h2 {
    font-size: 27px;
  }
  .refined-signal {
    padding-block: 35px;
  }
  .refined-signal h2 {
    font-size: 32px;
    letter-spacing: -1px;
  }
  .signal-ambition {
    font-size: 13px;
  }
  .refined-signal .signal-visual {
    height: 230px;
  }
  .refined-signal .signal-caption {
    font-size: 7px;
  }
  .signal-stage {
    font-size: 8px;
  }
}
