:root {
  --navy: #062d4b;
  --deep: #031f35;
  --teal: #0799aa;
  --aqua: #bfe8e5;
  --ivory: #f4f0e7;
  --paper: #fffdf8;
  --ink: #0d3148;
  --muted: #687b84;
  --line: rgba(6, 45, 75, 0.13);
  --serif: Georgia, 'Times New Roman', serif;
  --sans:
    Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
}
button,
a {
  font: inherit;
}
.site-header {
  position: absolute;
  z-index: 10;
  top: 22px;
  left: 50%;
  width: min(1180px, calc(100% - 32px));
  height: 72px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px 8px 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 23px;
  background: rgba(255, 253, 248, 0.93);
  box-shadow: 0 16px 50px rgba(1, 25, 43, 0.14);
  backdrop-filter: blur(18px);
}
.brand img {
  display: block;
  width: 206px;
}
.contact,
.button {
  text-decoration: none;
}
.contact {
  padding: 13px 20px;
  border-radius: 15px;
  background: var(--navy);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.2em;
}
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  padding: 135px max(28px, calc((100% - 1160px) / 2)) 82px;
  background: #e4eef2;
  overflow: hidden;
}
.hero:after {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: 0.74;
  background-image:
    url('/partners-assets/seanodos-lighthouse-home-clean.png'),
    url('/partners-assets/seanodos-lighthouse-home-clean.png');
  background-position: center, center;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-blend-mode: multiply;
  filter: contrast(1.12) saturate(1.04) brightness(0.98);
}
.hero:before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(235, 243, 247, 0) 34%,
    rgba(235, 243, 247, 0.28) 57%,
    rgba(244, 248, 249, 0.88) 79%
  );
}
.hero h1,
.section-intro h2,
.closing h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.05em;
}
.hero-copy {
  position: relative;
  z-index: 1;
  width: 57%;
  max-width: 760px;
  margin-left: auto;
}
.hero-logo {
  display: block;
  width: 245px;
  height: auto;
  margin: 0 0 32px;
}
.hero h1 {
  max-width: 760px;
  font-size: clamp(62px, 6.8vw, 100px);
  line-height: 0.91;
}
.hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 17px;
  background: var(--teal);
  color: #fff;
  font-size: 14px;
  font-weight: 850;
}
.hero-orbit {
  position: relative;
  aspect-ratio: 1;
  max-width: 550px;
  width: 100%;
  justify-self: center;
  border: 1px solid rgba(6, 45, 75, 0.11);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.34);
  box-shadow: inset 0 0 0 70px rgba(255, 255, 255, 0.13);
}
.hero-orbit:before,
.hero-orbit:after {
  content: '';
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(7, 153, 170, 0.25);
  border-radius: 50%;
}
.hero-orbit:after {
  inset: 29%;
}
.orbit-core {
  position: absolute;
  z-index: 2;
  inset: 34%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 20px 55px rgba(6, 45, 75, 0.16);
  text-align: center;
}
.orbit-core img {
  width: 76%;
}
.orbit-core span {
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
}
.orbit-point {
  position: absolute;
  z-index: 3;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.94);
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(6, 45, 75, 0.13);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}
.orbit-point:hover,
.orbit-point:focus-visible {
  transform: translateY(-2px);
  outline: none;
  box-shadow: 0 14px 34px rgba(6, 45, 75, 0.2);
}
.orbit-point.active {
  background: var(--navy);
  color: #fff;
  box-shadow:
    0 0 0 7px rgba(7, 153, 170, 0.14),
    0 14px 34px rgba(6, 45, 75, 0.2);
}
.p1 {
  top: 5%;
  left: 38%;
}
.p2 {
  top: 23%;
  right: 0;
}
.p3 {
  bottom: 22%;
  right: 2%;
}
.p4 {
  bottom: 4%;
  left: 39%;
}
.p5 {
  bottom: 24%;
  left: 0;
}
.p6 {
  top: 24%;
  left: 0;
}
.section-intro {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}
.section-intro h2 {
  font-size: clamp(48px, 5vw, 70px);
  line-height: 1;
}
.section-intro > p:last-child {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
}
.product {
  padding: 110px max(20px, calc((100% - 1120px) / 2));
  background: var(--paper);
}
.surface-shell {
  display: grid;
  grid-template-columns: 220px minmax(320px, 430px) minmax(220px, 1fr);
  align-items: center;
  gap: 46px;
  min-height: 720px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 38px;
  background: linear-gradient(135deg, #e1f2ef, #f6f0e6);
  box-shadow: 0 28px 75px rgba(6, 45, 75, 0.11);
}
.surface-tabs {
  display: grid;
  gap: 16px;
}
.surface-tab,
.journey-point,
.role-point {
  border: 0;
  cursor: pointer;
  color: var(--ink);
}
.surface-tab {
  position: relative;
  min-height: 94px;
  padding: 18px 20px 18px 52px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  text-align: left;
  font-weight: 850;
  box-shadow: 0 10px 25px rgba(6, 45, 75, 0.07);
}
.surface-tab:before {
  content: '';
  position: absolute;
  left: 18px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  border: 3px solid var(--teal);
  border-radius: 50%;
  background: #fff;
}
.surface-tab.active {
  background: var(--navy);
  color: #fff;
}
.surface-tab.active:before {
  background: var(--teal);
  box-shadow: 0 0 0 7px rgba(191, 232, 229, 0.2);
}
.surface-tab span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}
.surface-tab.active span {
  color: rgba(255, 255, 255, 0.65);
}
.surface-stage {
  height: 650px;
  overflow: hidden;
  border: 9px solid #fff;
  border-radius: 38px;
  background: #fff;
  box-shadow: 0 30px 75px rgba(6, 45, 75, 0.23);
}
.surface-stage iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.surface-caption strong {
  display: block;
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 500;
}
.surface-caption span {
  display: block;
  max-width: 280px;
  margin-top: 13px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}
.journey {
  position: relative;
  padding: 110px max(24px, calc((100% - 1120px) / 2));
  background: var(--deep);
  color: #fff;
}
.light h2 {
  color: #fff;
}
.journey-board {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: center;
}
.journey-points {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
}
.journey-points:before {
  content: '';
  position: absolute;
  top: 53px;
  left: 6%;
  right: 6%;
  height: 3px;
  background: rgba(191, 232, 229, 0.2);
}
.journey-point {
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 12px;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
}
.journey-point b {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 2px solid rgba(191, 232, 229, 0.38);
  border-radius: 50%;
  background: var(--deep);
}
.journey-point.active {
  color: #fff;
}
.journey-point.active b {
  border-color: var(--aqua);
  background: var(--teal);
  box-shadow: 0 0 0 10px rgba(7, 153, 170, 0.15);
}
.journey-point span {
  font-size: 12px;
  font-weight: 800;
}
.journey-detail {
  min-height: 250px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
}
.journey-detail small,
.role-detail small {
  color: var(--aqua);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.18em;
}
.journey-detail h3,
.role-detail h3 {
  margin: 19px 0 12px;
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 500;
  line-height: 1.05;
}
.journey-detail p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 17px;
  line-height: 1.6;
}
.partner-value {
  position: relative;
  padding: 110px max(24px, calc((100% - 1120px) / 2));
  background: linear-gradient(180deg, #fffdf8 0%, #dff2ef 100%);
  text-align: center;
}
.partner-value-intro {
  max-width: 900px;
  margin: 0 auto 58px;
}
.partner-value h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 5.8vw, 76px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.98;
}
.partner-value-intro > p:last-child {
  max-width: 720px;
  margin: 25px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.partner-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.partner-value-grid article {
  min-height: 230px;
  padding: 32px 36px 36px;
}
.partner-value-grid article + article {
  border-left: 1px solid var(--line);
}
.partner-value-grid span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.18em;
}
.partner-value-grid h3 {
  margin: 24px 0 12px;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.05;
}
.partner-value-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
.ecosystem {
  position: relative;
  padding: 110px max(24px, calc((100% - 1120px) / 2));
  background: linear-gradient(180deg, #dff2ef 0%, #eef1e9 65%, #f4f0e7 100%);
}
.ecosystem-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  align-items: center;
}
.role-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.role-point {
  min-height: 92px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 800;
  text-align: left;
}
.role-point:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  border: 3px solid var(--teal);
  border-radius: 50%;
  vertical-align: -2px;
}
.role-point.active {
  background: var(--navy);
  color: #fff;
}
.role-point.active:before {
  background: var(--teal);
}
.role-detail {
  min-height: 310px;
  padding: 48px;
  border-radius: 34px;
  background: var(--paper);
  box-shadow: 0 28px 70px rgba(6, 45, 75, 0.12);
}
.role-detail small {
  color: var(--teal);
}
.role-detail p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
.closing {
  position: relative;
  padding: 100px 20px;
  text-align: center;
}
.closing img {
  width: 245px;
  margin-bottom: 26px;
}
.closing .eyebrow {
  margin-bottom: 22px;
}
.closing h2 {
  font-size: clamp(44px, 5vw, 70px);
}
.closing-copy {
  max-width: 680px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
.button.dark {
  margin-top: 28px;
  background: var(--navy);
}
footer {
  display: flex;
  justify-content: space-between;
  padding: 25px max(24px, calc((100% - 1120px) / 2));
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-orbit {
    max-width: 500px;
  }
  .surface-shell {
    grid-template-columns: 1fr;
    padding: 28px;
  }
  .surface-tabs {
    grid-template-columns: repeat(3, 1fr);
  }
  .surface-tab {
    min-height: 76px;
    padding: 14px;
    text-align: center;
  }
  .surface-tab:before {
    display: none;
  }
  .surface-stage {
    width: min(430px, 100%);
    justify-self: center;
  }
  .surface-caption {
    text-align: center;
  }
  .surface-caption span {
    margin-left: auto;
    margin-right: auto;
  }
  .journey-board,
  .partner-value-grid,
  .ecosystem-layout {
    grid-template-columns: 1fr;
  }
  .partner-value-grid article {
    min-height: 0;
  }
  .partner-value-grid article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}
@media (max-width: 580px) {
  .hero {
    min-height: 100svh;
    align-items: flex-end;
    padding: 60px 18px 42px;
  }
  .hero:after {
    opacity: 0.72;
    background-image:
      url('/partners-assets/seanodos-lighthouse-mobile-clean.png'),
      url('/partners-assets/seanodos-lighthouse-mobile-clean.png');
    background-position:
      center top,
      center top;
    background-size: cover, cover;
    background-blend-mode: multiply;
    filter: contrast(1.14) saturate(1.04) brightness(0.98);
  }
  .hero:before {
    background: linear-gradient(
      180deg,
      rgba(235, 243, 247, 0) 45%,
      rgba(239, 245, 247, 0.08) 56%,
      rgba(244, 248, 249, 0.84) 73%,
      rgba(244, 248, 249, 0.98) 100%
    );
  }
  .hero-copy {
    width: 100%;
    margin: 0;
  }
  .hero-logo {
    width: 175px;
    margin-bottom: 18px;
  }
  .hero h1 {
    font-size: 46px;
  }
  .hero-copy > p:not(.eyebrow) {
    margin-top: 22px;
    font-size: 15px;
  }
  .product,
  .journey,
  .partner-value,
  .ecosystem {
    padding: 80px 12px;
  }
  .partner-value-intro {
    margin-bottom: 40px;
  }
  .partner-value h2 {
    font-size: 42px;
  }
  .partner-value-intro > p:last-child {
    font-size: 15px;
  }
  .partner-value-grid article {
    padding: 28px 20px;
  }
  .section-intro {
    margin-bottom: 32px;
  }
  .section-intro h2 {
    font-size: 42px;
  }
  .surface-shell {
    padding: 14px;
    border-radius: 26px;
    gap: 22px;
  }
  .surface-tabs {
    gap: 7px;
  }
  .surface-tab {
    min-height: 65px;
    padding: 10px 5px;
    border-radius: 15px;
    font-size: 12px;
  }
  .surface-tab:before {
    display: none;
  }
  .surface-stage {
    height: 600px;
    border-width: 6px;
    border-radius: 28px;
  }
  .surface-caption strong {
    font-size: 37px;
  }
  .surface-caption span {
    font-size: 15px;
  }
  .journey-points {
    padding: 18px 0;
  }
  .journey-points:before {
    top: 42px;
  }
  .journey-point b {
    width: 48px;
    height: 48px;
  }
  .journey-point span {
    font-size: 10px;
  }
  .journey-detail {
    min-height: 220px;
  }
  .journey-detail h3,
  .role-detail h3 {
    font-size: 35px;
  }
  .role-points {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .role-point {
    min-height: 82px;
    padding: 12px;
    font-size: 12px;
  }
  .role-detail {
    min-height: 270px;
    padding: 30px;
  }
  .closing {
    padding: 80px 18px;
  }
  footer {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}
.product {
  padding: 100px max(20px, calc((100% - 1280px) / 2));
  background: var(--paper);
}
.surface-gallery {
  display: grid;
  gap: 28px;
}
.surface-shot {
  position: relative;
}
.surface-gallery img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(6, 45, 75, 0.14);
}
.platform-availability {
  max-width: 850px;
  margin: 68px auto 0;
  padding: 30px 34px 32px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(
    135deg,
    rgba(191, 232, 229, 0.28),
    rgba(244, 240, 231, 0.55)
  );
  text-align: center;
}
.platform-availability > p:first-child {
  margin: 0 0 17px;
  color: var(--teal);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.platform-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}
.platform-list span {
  position: relative;
  padding: 0 20px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(24px, 2.7vw, 34px);
  line-height: 1.2;
}
.platform-list span + span::before {
  content: '·';
  position: absolute;
  left: -2px;
  color: var(--teal);
}
.platform-note {
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.partner-proof {
  position: relative;
  padding: 110px max(20px, calc((100% - 1280px) / 2));
  background:
    radial-gradient(
      circle at 86% 12%,
      rgba(191, 232, 229, 0.52),
      transparent 27%
    ),
    linear-gradient(180deg, #f1eee7 0%, #e9f1ed 100%);
}
.partner-proof .section-intro {
  max-width: 900px;
}
.proof-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(6, 45, 75, 0.11);
  border-radius: 28px;
  background: var(--paper);
  box-shadow:
    0 2px 5px rgba(6, 45, 75, 0.05),
    0 28px 75px rgba(6, 45, 75, 0.12);
}
.proof-media {
  position: relative;
}
.proof-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top center;
  border-bottom: 1px solid var(--line);
}
.product-screen-label {
  position: absolute;
  z-index: 2;
  bottom: 16px;
  right: 18px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(6, 45, 75, 0.72);
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(6, 45, 75, 0.14);
  font-size: 10px !important;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1 !important;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.proof-card-route .proof-media {
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.proof-card-route .proof-media img {
  width: 122%;
  max-width: none;
  height: auto;
  object-position: top left;
}
.proof-card figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 28px;
  padding: 24px 28px 26px;
}
.proof-card strong {
  flex: 0 0 auto;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
}
.proof-card figcaption span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  text-align: right;
}
.proof-card-route {
  margin-bottom: 28px;
}
.partner-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.proof-payoff {
  max-width: 860px;
  margin: 54px auto 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.04em;
  line-height: 1.05;
  text-align: center;
}
@media (max-width: 580px) {
  .surface-gallery {
    gap: 16px;
  }
  .surface-gallery img {
    border-radius: 18px;
  }
  .platform-availability {
    margin-top: 42px;
    padding: 25px 18px 27px;
    border-radius: 20px;
  }
  .platform-list span {
    padding: 0 11px;
    font-size: 23px;
  }
  .platform-note {
    max-width: 290px;
  }
  .partner-proof {
    padding: 80px 12px;
  }
  .partner-proof-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .proof-card,
  .proof-card-route {
    border-radius: 18px;
  }
  .proof-card-route {
    margin-bottom: 18px;
  }
  .proof-card figcaption {
    display: block;
    padding: 18px 20px 20px;
  }
  .proof-card strong {
    display: block;
    font-size: 24px;
  }
  .proof-card figcaption span {
    display: block;
    margin-top: 7px;
    text-align: left;
  }
  .product-screen-label {
    bottom: 10px;
    right: 10px;
    display: inline-flex !important;
    width: auto;
    margin: 0;
    padding: 8px 10px;
    font-size: 9px !important;
  }
  .proof-payoff {
    margin-top: 38px;
  }
}

/* Premium finish */
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
::selection {
  background: rgba(7, 153, 170, 0.22);
  color: var(--navy);
}
.hero-copy {
  animation: hero-in 0.85s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}
.product {
  position: relative;
  background: linear-gradient(180deg, #fffdf8 0%, #f7f3eb 72%, #f1eee7 100%);
}
.product::after,
.partner-proof::after,
.journey::after,
.ecosystem::after {
  content: '';
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: -9px;
  width: 14px;
  height: 14px;
  transform: translateX(-50%);
  border-radius: 50%;
}
.product::after {
  border: 3px solid var(--deep);
  background: var(--aqua);
  box-shadow: 0 0 0 7px rgba(191, 232, 229, 0.2);
}
.partner-proof::after {
  border: 3px solid var(--deep);
  background: var(--paper);
  box-shadow: 0 0 0 7px rgba(255, 253, 248, 0.34);
}
.journey::after {
  border: 3px solid #e3efeb;
  background: var(--teal);
  box-shadow: 0 0 0 7px rgba(7, 153, 170, 0.13);
}
.ecosystem::after {
  border: 3px solid var(--teal);
  background: var(--paper);
  box-shadow: 0 0 0 7px rgba(255, 253, 248, 0.42);
}
.surface-gallery {
  gap: 34px;
}
.surface-gallery img {
  border: 1px solid rgba(6, 45, 75, 0.11);
  box-shadow:
    0 2px 5px rgba(6, 45, 75, 0.05),
    0 32px 90px rgba(6, 45, 75, 0.13);
  transition:
    transform 0.35s cubic-bezier(0.2, 0.75, 0.2, 1),
    box-shadow 0.35s ease;
}
.surface-gallery img:hover {
  transform: translateY(-4px);
  box-shadow:
    0 4px 9px rgba(6, 45, 75, 0.06),
    0 40px 105px rgba(6, 45, 75, 0.17);
}
.journey {
  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(7, 153, 170, 0.13),
      transparent 28%
    ),
    var(--deep);
}
.journey-point,
.role-point {
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}
.journey-point:hover,
.journey-point:focus-visible {
  transform: translateY(-3px);
  outline: none;
}
.journey-detail {
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.06),
    0 24px 65px rgba(0, 0, 0, 0.13);
}
.ecosystem {
  border: 0;
}
.role-point:hover,
.role-point:focus-visible {
  transform: translateY(-2px);
  outline: none;
  box-shadow: 0 12px 28px rgba(6, 45, 75, 0.1);
}
.role-detail {
  border: 1px solid rgba(6, 45, 75, 0.07);
  box-shadow:
    0 3px 7px rgba(6, 45, 75, 0.04),
    0 30px 80px rgba(6, 45, 75, 0.12);
}
.closing {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(
      circle at 50% 15%,
      rgba(191, 232, 229, 0.34),
      transparent 38%
    ),
    linear-gradient(180deg, #f4f0e7 0%, #fffdf8 100%);
}
.button {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
  box-shadow: 0 14px 32px rgba(6, 45, 75, 0.2);
}
footer {
  background: rgba(255, 253, 248, 0.72);
}
.footer-links {
  display: flex;
  gap: 22px;
}
.footer-links a {
  color: inherit;
  text-decoration: none;
}
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--teal);
  outline: none;
}
.legal-page {
  min-height: 100vh;
  padding: 42px 20px 80px;
  background:
    radial-gradient(
      circle at 18% 8%,
      rgba(191, 232, 229, 0.48),
      transparent 34%
    ),
    var(--ivory);
}
.legal-shell {
  width: min(860px, 100%);
  margin: 0 auto;
}
.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 58px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.legal-back:hover,
.legal-back:focus-visible {
  color: var(--teal);
  outline: none;
}
.legal-logo {
  display: block;
  width: 220px;
  margin-bottom: 34px;
}
.legal-card {
  padding: clamp(30px, 6vw, 64px);
  border: 1px solid var(--line);
  border-radius: 32px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 28px 80px rgba(6, 45, 75, 0.11);
}
.legal-card h1 {
  max-width: 670px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(46px, 7vw, 72px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.96;
}
.legal-card h2 {
  margin: 42px 0 10px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
}
.legal-card p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.legal-card a {
  color: var(--teal);
  font-weight: 750;
}
.legal-meta {
  margin-top: 44px !important;
  font-size: 13px !important;
}
@keyframes hero-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .hero-copy {
    animation: none;
  }
  .surface-gallery img,
  .journey-point,
  .role-point,
  .button {
    transition: none;
  }
}
@media (max-width: 580px) {
  .surface-gallery {
    gap: 18px;
  }
  .surface-gallery img:hover {
    transform: none;
  }
  .closing {
    min-height: 420px;
  }
  .footer-links {
    justify-content: center;
  }
  .legal-page {
    padding-top: 26px;
  }
  .legal-back {
    margin-bottom: 34px;
  }
  .legal-logo {
    width: 180px;
  }
  .legal-card {
    border-radius: 24px;
  }
}
