/* Hologracy website v2 — visual clarity and supplied artwork */

.site-header {
  top: 18px;
  left: clamp(18px, 3vw, 48px);
  right: clamp(18px, 3vw, 48px);
  height: 72px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(5, 18, 39, 0.72);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

/* Orientation: sovereign individual to planetary whole */
.orientation-section {
  grid-template-columns: minmax(340px, .86fr) minmax(520px, 1.14fr);
  align-items: center;
  gap: clamp(48px, 6vw, 104px);
  background: #f5f2e9;
}

.orientation-copy {
  max-width: 700px;
}

.orientation-copy .section-number {
  margin-bottom: 24px;
}

.orientation-section .intro-statement {
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.14;
}

.orientation-columns {
  margin-top: 36px;
  font-size: 16px;
}

.orientation-visual {
  width: 100%;
  max-width: 920px;
  margin: 0;
  justify-self: center;
}

.orientation-visual img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1000px) {
  .orientation-section {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .orientation-copy {
    max-width: 800px;
  }

  .orientation-section .intro-columns {
    grid-column: auto;
  }

  .orientation-visual {
    max-width: 900px;
  }
}

@media (max-width: 680px) {
  .orientation-section {
    gap: 34px;
  }

  .orientation-section .intro-statement {
    font-size: 31px;
  }

  .orientation-columns {
    margin-top: 28px;
    font-size: 15px;
  }

  .orientation-visual {
    width: calc(100% + 28px);
    margin-left: -14px;
    margin-right: -14px;
  }
}

.brand {
  gap: 13px;
}

.brand-logo {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  object-fit: contain;
  padding: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 0 12px rgba(72, 161, 255, 0.58));
}

.brand > span:last-child {
  font-size: 14px;
}

.desktop-nav {
  gap: 7px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
}

.desktop-nav a {
  padding: 9px 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #d1dfed;
  font-size: 13px;
  font-weight: 650;
  transition: color .2s, background .2s, border-color .2s, transform .2s;
}

.desktop-nav a:hover {
  color: #fff;
  border-color: rgba(69, 216, 223, 0.32);
  background: rgba(69, 216, 223, 0.11);
  transform: translateY(-1px);
}

.nav-cta {
  min-height: 46px;
  padding: 0 18px 0 21px;
  border: 1px solid rgba(255, 229, 153, 0.7);
  border-radius: 999px;
  background: linear-gradient(135deg, #f6cc68, #e9ae3c);
  color: var(--navy);
  box-shadow: 0 10px 28px rgba(235, 184, 76, 0.25);
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  transition: transform .2s, box-shadow .2s, filter .2s;
}

.nav-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.07);
  box-shadow: 0 14px 34px rgba(235, 184, 76, 0.36);
}

.nav-cta span {
  color: var(--navy);
}

.button {
  min-height: 60px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 13px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(8px);
}

.hero-logo {
  width: 68%;
  height: 68%;
  object-fit: contain;
  padding: 8%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0 38px rgba(69, 216, 223, 0.3);
}

.hero-core > span {
  margin-top: 9px;
  font-size: 11px;
}

.hero-label,
.scroll-cue,
.eyebrow {
  font-size: 12px;
}

.section-number {
  font-size: 13px;
}

.feature-visual {
  width: min(100%, 1480px);
  margin: 10px auto 0;
  overflow: hidden;
  border-radius: 26px;
  position: relative;
}

.feature-visual-dark {
  border: 1px solid rgba(113, 199, 255, 0.34);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 35px 95px rgba(0, 0, 0, 0.32), 0 0 60px rgba(31, 121, 200, 0.16);
}

.feature-visual-light {
  border: 1px solid rgba(31, 121, 200, 0.24);
  background: #fff;
  box-shadow: 0 32px 85px rgba(11, 23, 48, 0.15);
}

.visual-scroll {
  overflow-x: auto;
  scrollbar-color: var(--blue) rgba(31, 121, 200, 0.1);
  scrollbar-width: thin;
}

.visual-scroll img {
  width: 100%;
  height: auto;
  image-rendering: auto;
}

.feature-visual figcaption {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 26px;
  border-top: 1px solid rgba(31, 121, 200, 0.17);
  color: var(--ink-soft);
  background: linear-gradient(90deg, #fff, #f4f9ff);
  font-size: 16px;
  line-height: 1.55;
}

.feature-visual figcaption strong {
  color: var(--ink);
}

.hologron-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(31, 121, 200, 0.2);
}

.principle-pair {
  margin-top: 54px;
}

.principle-pair span,
.card-number,
.cell-label,
.flow,
.definition-list span,
.kernel-core span,
.kernel-core small,
.orbit-label,
.law-strip i,
.twin-person small,
.twin-ai small,
.bridge-lock,
.twin-output span,
.twin-points > article > span,
.network > span,
.regen-arrow,
.seed-caption,
.shield-label,
.safeguard-list > article > span,
.doc-top,
.doc-author,
.footer-note span,
.footer-note small,
.footer-bottom {
  font-size: 12px;
}

.principle-pair p,
.definition-list p,
.twin-points p {
  font-size: 15px;
}

.orbit-node {
  font-size: 12px;
  padding: 9px 13px;
}

.kernel-core span,
.kernel-core small {
  line-height: 1.2;
}

.potential.section-pad {
  background: #ebb84c;
  min-height: 0;
  padding-top: 68px;
  padding-bottom: 84px;
}

.potential-kicker {
  max-width: 900px;
  margin: 22px auto 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.48;
}

.potential h2 {
  font-size: clamp(46px, 5.8vw, 80px);
}

.potential-body {
  max-width: 880px;
  margin-top: 30px;
  font-size: 17px;
  line-height: 1.68;
}

.potential-body + .potential-body {
  margin-top: 16px;
}

.potential-words {
  margin-top: 38px;
}

.potential-words span {
  padding: 13px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 12px;
}

.robustness .feature-visual {
  margin-top: 0;
}

.seed-hologron-icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  box-shadow: 0 0 34px rgba(69, 216, 223, 0.42);
}

.shield-core strong {
  font-size: 12px;
}

.safeguard-list p,
.promise-card p,
.participation > p,
.not-section > p {
  font-size: 15px;
}

.footer-main > div > p,
.footer-links a {
  font-size: 13px;
}

.participation-copy > p {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.75;
}

.participation-copy > p a {
  color: var(--blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.participation-copy > p a:hover,
.participation-copy > p a:focus-visible {
  color: var(--navy);
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 19px;
}

.footer-contact a {
  color: #d5e2ef;
  font-size: 13px;
  font-weight: 650;
}

.footer-contact a:hover,
.footer-contact a:focus-visible,
.footer-links a:focus-visible {
  color: var(--gold);
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-menu {
    display: block;
    position: relative;
  }

  .mobile-menu summary {
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    display: flex;
    align-items: center;
    font-size: 13px;
  }

  .mobile-menu nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: absolute;
    right: 0;
    top: 54px;
    width: 220px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: rgba(5, 18, 39, 0.98);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
  }

  .mobile-menu nav a {
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 10px;
    left: 10px;
    right: 10px;
    height: 64px;
    padding: 0 13px;
    border-radius: 15px;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .brand > span:last-child {
    font-size: 12px;
  }

  .mobile-menu summary {
    min-height: 40px;
    padding: 0 13px;
  }

  .feature-visual {
    border-radius: 18px;
  }

  .visual-scroll img {
    min-width: 900px;
  }

  .visual-scroll::after {
    content: "Swipe to explore the full diagram →";
    display: block;
    position: sticky;
    left: 0;
    width: max-content;
    margin: 0;
    padding: 11px 16px;
    color: #fff;
    background: var(--blue);
    font-size: 12px;
    font-weight: 700;
  }

  .feature-visual figcaption {
    min-height: 0;
    padding: 16px;
    align-items: flex-start;
    font-size: 15px;
  }

  .hologron-icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .principle-pair span {
    font-size: 12px;
  }

  .orbit-node {
    font-size: 10px;
  }

  .potential.section-pad {
    min-height: 0;
    padding-top: 52px;
    padding-bottom: 66px;
  }

  .potential h2 {
    font-size: 48px;
  }

  .potential-body {
    font-size: 16px;
  }

  .potential-words {
    margin-top: 32px;
  }

  .seed-hologron-icon {
    width: 66px;
    height: 66px;
  }

  .footer-bottom {
    font-size: 11px;
  }
}

/* Four promises: luminous Hologracy icon system */
.promise-icon {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 34px 0 30px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(72, 161, 255, .38);
  border-radius: 50%;
  background: #061b3f;
  box-shadow:
    0 14px 30px rgba(7, 21, 45, .16),
    0 0 22px rgba(69, 216, 223, .14);
}

.promise-icon::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(196, 235, 255, .62);
  pointer-events: none;
}

.promise-icon img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
}

.promise-card:nth-child(1) .promise-icon img {
  transform: scale(1.16);
}

.promise-card:nth-child(2) .promise-icon img {
  transform: scale(1.06);
}

.promise-card:nth-child(2) .promise-icon {
  border-color: rgba(118, 205, 255, .78);
  background: #0a69ca;
}

.promise-card:nth-child(3) .promise-icon img {
  transform: scale(1.10);
}

.promise-card:nth-child(4) .promise-icon img {
  transform: scale(1.05);
}

.closing-quote {
  color: var(--gold);
  display: inline-block;
  margin-left: .08em;
  font: 1.45em/.6 Georgia, serif;
  vertical-align: -.12em;
}

/* Approved section artwork */

.hero {
  background:
    radial-gradient(circle at 24% 46%, rgba(31, 121, 200, .12), transparent 34%),
    linear-gradient(90deg, #061126 0%, #061126 38%, #010f2a 64%, #010f2a 100%);
}

.hero h1 {
  font-size: clamp(58px, 7vw, 108px);
  line-height: .88;
}

.holographic {
  background: #01071d;
}

.framework {
  background: #e8f2f6;
}

.twin {
  background: #f7f5ef;
}

.seed {
  background: #01091b;
}

.library {
  background: #e0e5ea;
}

.section-visual {
  min-width: 0;
  margin: 0;
  position: relative;
}

.section-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.section-visual-wide {
  width: 100%;
}

.section-visual-square {
  width: 100%;
  max-width: 650px;
}

.hero-art-image {
  z-index: 1;
  width: min(52vw, 860px);
  max-width: none;
  height: auto;
  max-height: none;
  margin-right: min(-3vw, -22px);
  justify-self: end;
  pointer-events: none;
}

.hero-art-image::after {
  display: none;
}

.hero-art-image img {
  width: 100%;
  height: auto;
  display: block;
}

.holographic .section-visual-dark {
  width: min(100%, 1480px);
  margin: 0 auto;
  background: transparent;
}

.holographic .section-visual-dark img {
  background: #01071d;
}

.architecture-visual {
  place-self: center;
  max-width: 640px;
}

.twin-layout {
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
  gap: clamp(40px, 5vw, 82px);
}

.twin .section-heading {
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 52px;
}

.twin .section-heading h2 {
  max-width: 980px;
}

.twin-copy {
  align-self: center;
}

.twin-intro {
  max-width: 690px;
  margin: 0 0 30px;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.72;
}

.twin-points article {
  padding-top: 21px;
  padding-bottom: 21px;
}

.twin-visual-image {
  align-self: center;
}

.potential-visual {
  width: min(100%, 1320px);
  margin: 46px auto 0;
}

.potential-visual img {
  background: #ebb84c;
}

.potential-words {
  margin-top: 30px;
}

.robustness-visual {
  width: min(100%, 1480px);
  margin: 0 auto;
}

.robustness-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 64px);
  max-width: 1180px;
  margin: -24px auto 54px;
}

.robustness-copy p {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.75;
}

.robustness-visual img {
  background: var(--paper);
}

.seed {
  grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr);
  gap: clamp(24px, 4vw, 70px);
  background: #01091b;
}

.seed-art-image {
  z-index: 1;
  width: min(48vw, 760px);
  margin-right: 0;
  justify-self: end;
  align-self: center;
}

.seed-art-image img {
  background: #01091b;
}

.safeguard-visual-image {
  place-self: center;
  max-width: 650px;
}

.library {
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  gap: clamp(36px, 5vw, 84px);
}

.booklet-visual {
  width: 100%;
  max-width: 760px;
  justify-self: end;
}

.booklet-visual img {
  background: #e0e5ea;
}

@media (max-width: 1000px) {
  .hero-art-image {
    width: min(108%, 780px);
    height: auto;
    margin: 24px -4% 0;
    justify-self: center;
  }

  .twin-layout,
  .seed,
  .library {
    grid-template-columns: 1fr;
  }

  .architecture-visual,
  .safeguard-visual-image {
    margin: 24px auto 0;
  }

  .seed-art-image {
    width: min(112%, 920px);
    margin: 20px -6% 0;
    justify-self: center;
  }

  .booklet-visual {
    width: min(100%, 760px);
    margin: 26px auto 0;
    justify-self: center;
  }

  .robustness-copy {
    grid-template-columns: 1fr;
    margin-top: -8px;
  }
}

@media (max-width: 760px) {
  .hero h1 {
    font-size: clamp(48px, 14vw, 62px);
  }

  .hero-art-image {
    width: 118%;
    height: auto;
    margin: 28px -9% 0;
  }

  .section-visual-wide .visual-scroll img {
    min-width: 900px;
  }

  .architecture-visual,
  .safeguard-visual-image,
  .potential-visual,
  .twin-visual-image,
  .booklet-visual {
    width: calc(100% + 20px);
    margin-left: -10px;
  }

  .seed-art-image {
    width: 126%;
    margin-left: -13%;
    margin-right: -13%;
  }

  .potential-visual {
    margin-top: 34px;
  }

  .potential-words {
    margin-top: 24px;
  }
}
