/* SEEEx Mobile Card v1.3 — official imagery, complete news and source-linked leaf drawers */

.topbar {
  justify-content: flex-start;
  gap: 8px;
}

.topbar-brand {
  margin-right: auto;
}

.route-back {
  display: grid;
  flex: 0 0 44px;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.035);
  color: var(--soft);
  cursor: pointer;
}

.route-back[hidden] {
  display: none;
}

.route-back span {
  font-size: 20px;
  font-weight: 300;
  transform: translateY(-1px);
}

.route-page {
  min-height: 100svh;
  overflow: clip;
  background:
    radial-gradient(circle at 88% 16%, rgba(59, 215, 210, 0.08), transparent 28rem),
    var(--bg);
}

.home-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding: calc(92px + env(safe-area-inset-top, 0px)) 20px 98px;
  overflow: hidden;
  isolation: isolate;
}

.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.home-hero::before {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 6, 7, 0.08), rgba(3, 6, 7, 0.2) 52%, #030607 100%),
    radial-gradient(circle at 75% 53%, rgba(55, 197, 189, 0.17), transparent 35%);
}

.home-hero::after {
  right: -20%;
  bottom: 9%;
  width: 70vw;
  height: 70vw;
  border: 1px solid rgba(59, 215, 210, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(59, 215, 210, 0.08) inset;
}

.home-atmosphere {
  opacity: 0.76;
}

.home-hero .hero-grid {
  z-index: 2;
  opacity: 0.44;
}

.home-hero-copy {
  position: relative;
  z-index: 5;
  align-self: start;
  width: min(100%, 720px);
}

.home-hero-copy > p {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 0;
  color: var(--cyan);
  font-size: 8px;
  letter-spacing: 0.15em;
}

.home-hero-copy > p::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.home-hero-copy h1 {
  margin: 20px 0 0;
  font-size: clamp(48px, 15vw, 76px);
  font-weight: 480;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.home-hero-copy > strong {
  display: block;
  margin-top: 22px;
  color: var(--soft);
  font-size: 14px;
  font-weight: 440;
  letter-spacing: 0.05em;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.home-actions .cta {
  min-height: 48px;
}

.home-products {
  position: absolute;
  z-index: 4;
  right: -10%;
  bottom: 9%;
  width: min(108vw, 760px);
  max-width: none;
  transform: translate3d(0, var(--parallax-y, 0), 0);
  filter: drop-shadow(0 30px 45px rgba(0, 0, 0, 0.55));
  pointer-events: none;
}

.home-scroll-cue {
  position: absolute;
  z-index: 7;
  bottom: calc(78px + var(--safe-bottom));
  left: 20px;
  display: flex;
  gap: 9px;
  align-items: center;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.home-scroll-cue span {
  width: 32px;
  height: 1px;
  background: var(--green);
  box-shadow: 0 0 10px rgba(139, 223, 70, 0.5);
}

.home-scroll-cue em {
  font-size: 8px;
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-directory {
  position: relative;
  padding: 82px 20px calc(122px + var(--safe-bottom));
  background:
    radial-gradient(circle at 8% 10%, rgba(139, 223, 70, 0.08), transparent 24rem),
    #04090a;
}

.home-directory > * {
  width: min(100%, var(--max));
  margin-right: auto;
  margin-left: auto;
}

.home-statement p {
  margin: 0;
  color: var(--green);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.home-statement h2 {
  max-width: 880px;
  margin: 14px 0 0;
  color: var(--soft);
  font-size: clamp(20px, 6.2vw, 38px);
  font-weight: 440;
  line-height: 1.55;
  letter-spacing: -0.035em;
}

.home-gateway-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 44px;
}

.home-gateway-grid > a {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 184px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #081011;
  isolation: isolate;
}

.home-gateway-grid > a::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 8, 9, 0.12), rgba(3, 8, 9, 0.95) 78%);
}

.home-gateway-grid img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.64;
  object-fit: cover;
}

.home-gateway-grid span {
  color: var(--cyan);
  font-size: 8px;
  letter-spacing: 0.1em;
}

.home-gateway-grid strong {
  margin-top: auto;
  font-size: clamp(18px, 5.6vw, 27px);
  font-weight: 520;
  line-height: 1.1;
}

.home-gateway-grid i {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: var(--green);
  font-style: normal;
}

.route-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 410px;
  padding: calc(104px + env(safe-area-inset-top, 0px)) 20px 42px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(9, 24, 25, 0.95), rgba(3, 7, 8, 0.98)),
    #061011;
}

.route-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(3, 6, 7, 0.08), rgba(3, 6, 7, 0.2) 44%, rgba(3, 6, 7, 0.96)),
    radial-gradient(circle at 72% 22%, rgba(59, 215, 210, 0.15), transparent 34%);
}

.route-hero-media {
  position: absolute;
  inset: 0;
}

.route-hero-media img {
  width: 100%;
  height: 100%;
  opacity: 0.68;
  object-fit: cover;
}

.route-hero-media span {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 7, 8, 0.5), transparent 70%);
}

.solutions-route .route-hero-media img,
.solution-detail-route .route-hero-media img,
.shop-route .route-hero-media img,
.product-category-route .route-hero-media img {
  object-fit: contain;
  background: #071012;
}

.route-hero-copy {
  position: relative;
  z-index: 3;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.route-hero-copy > p {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
  color: var(--cyan);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.route-hero-copy > p span {
  display: inline-grid;
  place-items: center;
  min-width: 35px;
  height: 22px;
  border: 1px solid rgba(59, 215, 210, 0.28);
  border-radius: 99px;
}

.route-hero-copy h1 {
  max-width: 920px;
  margin: 17px 0 0;
  font-size: clamp(38px, 12vw, 70px);
  font-weight: 480;
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.route-hero-copy > div {
  max-width: 720px;
  margin-top: 20px;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.72;
}

.solution-detail-route .route-hero-copy h1 {
  font-size: clamp(31px, 9vw, 58px);
  line-height: 1.12;
}

.route-content {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 64px 20px calc(112px + var(--safe-bottom));
}

.route-section-title {
  margin-bottom: 30px;
}

.route-section-title > p {
  margin: 0;
  color: var(--cyan);
  font-size: 9px;
  letter-spacing: 0.14em;
}

.route-section-title > h2 {
  margin: 10px 0 0;
  font-size: clamp(30px, 9vw, 48px);
  font-weight: 480;
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.route-section-title > div {
  max-width: 680px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.directory-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 184px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 17px;
  background:
    linear-gradient(145deg, rgba(59, 215, 210, 0.055), transparent 56%),
    rgba(9, 17, 19, 0.76);
}

.directory-card > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}

.directory-card span {
  color: var(--green);
  font-size: 9px;
}

.directory-card em {
  color: var(--muted);
  font-size: 7px;
  font-style: normal;
  letter-spacing: 0.08em;
}

.directory-card h2 {
  margin: auto 22px 0 0;
  font-size: clamp(19px, 5.7vw, 28px);
  font-weight: 520;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.directory-card p {
  display: -webkit-box;
  margin: 9px 16px 0 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.directory-card > i {
  position: absolute;
  right: 14px;
  bottom: 14px;
  color: var(--cyan);
  font-style: normal;
}

.story-copy {
  max-width: 830px;
}

.story-copy p {
  margin: 0;
  color: var(--soft);
  font-size: 15px;
  line-height: 1.9;
}

.story-copy p + p {
  margin-top: 20px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 46px;
}

.metric-grid > div {
  min-height: 112px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
}

.metric-grid strong,
.metric-grid span {
  display: block;
}

.metric-grid strong {
  color: var(--green);
  font-size: 29px;
  font-weight: 520;
}

.metric-grid span {
  margin-top: 15px;
  color: var(--muted);
  font-size: 9px;
}

.content-disclosure {
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(7, 15, 16, 0.72);
}

.metric-grid + .content-disclosure {
  margin-top: 34px;
}

.content-disclosure summary {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 36px;
  min-height: 78px;
  padding: 16px 12px 16px 17px;
  list-style: none;
  cursor: pointer;
}

.content-disclosure summary::-webkit-details-marker {
  display: none;
}

.content-disclosure summary > span,
.content-disclosure summary > em {
  display: block;
  grid-column: 1;
}

.content-disclosure summary > span {
  align-self: end;
  font-size: 15px;
  font-weight: 560;
}

.content-disclosure summary > em {
  margin-top: 5px;
  color: var(--muted);
  font-size: 9px;
  font-style: normal;
  line-height: 1.5;
}

.content-disclosure summary > i {
  display: grid;
  grid-row: 1 / 3;
  grid-column: 2;
  place-items: center;
  width: 36px;
  height: 36px;
  align-self: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--green);
  font-style: normal;
  transition: transform 320ms var(--ease);
}

.content-disclosure[open] summary > i {
  transform: rotate(45deg);
}

.content-disclosure > ol,
.content-disclosure > .disclosure-list,
.content-disclosure > .solution-detail-grid {
  padding: 0 17px 20px;
  margin: 0;
  border-top: 1px solid var(--line);
}

.content-disclosure > ol {
  padding-top: 8px;
  padding-left: 42px;
}

.content-disclosure > ol li {
  padding: 12px 5px;
  color: var(--soft);
  font-size: 12px;
  line-height: 1.6;
}

.disclosure-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding-top: 18px !important;
}

.disclosure-list span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 99px;
  color: var(--soft);
  font-size: 9px;
}

.technology-banner-line {
  margin-bottom: 18px;
  color: var(--cyan);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-align: center;
}

.route-technology-visual {
  width: min(100%, 720px);
  height: min(88vw, 620px);
  min-height: 310px;
  margin: 0 auto 62px;
}

.route-technology-visual .tech-orbit span {
  max-width: 92px;
  padding: 6px 7px;
  font-size: 6.5px;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
}

.route-technology-visual .tech-orbit span:nth-child(1) {
  top: 7%;
  left: 12%;
}

.route-technology-visual .tech-orbit span:nth-child(2) {
  top: 47%;
  right: -1%;
}

.route-technology-visual .tech-orbit span:nth-child(3) {
  bottom: 7%;
  left: 23%;
}

.route-technology-visual .tech-core {
  width: 40%;
  height: 40%;
}

.route-technology-visual .tech-core strong {
  font-size: clamp(17px, 5vw, 29px);
}

.route-technology-visual .tech-core em {
  margin-top: 5px;
  font-size: 6px;
  letter-spacing: 0.08em;
}

.official-technology-layers {
  margin-top: 0;
}

.official-technology-layers article {
  border-radius: 14px;
}

.official-technology-layers article > div {
  min-height: auto;
}

.official-technology-layers h3 {
  font-size: 18px;
  line-height: 1.32;
}

.route-proof {
  margin-top: 36px;
}

.vision-grid h2 {
  margin: 14px 0 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
}

.value-grid {
  margin-top: 0;
}

.route-primary-link,
.route-secondary-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 32px;
  padding: 10px 16px;
  border-radius: 13px;
  font-size: 12px;
  text-align: center;
}

.route-primary-link {
  border: 1px solid var(--green);
  background: var(--green);
  color: #071006;
  font-weight: 650;
}

.route-secondary-link {
  border: 1px solid var(--line-strong);
  color: var(--soft);
}

.route-action-grid {
  display: grid;
  gap: 8px;
  margin-top: 36px;
}

.route-action-grid .route-primary-link,
.route-action-grid .route-secondary-link {
  margin-top: 0;
}

.relation-detail {
  max-width: 760px;
}

.contact-person-card,
.partner-statement {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(9, 18, 19, 0.74);
}

.contact-person-card > span,
.partner-statement > p {
  margin: 0;
  color: var(--cyan);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.contact-person-card h2,
.partner-statement h2 {
  margin: 16px 0 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

.contact-person-card a {
  display: block;
  margin-top: 12px;
  color: var(--soft);
  font-size: 13px;
}

.contact-route-content .contact-primary,
.contact-route-content .contact-roles,
.contact-route-content .office-list {
  width: 100%;
}

.route-news-list {
  display: grid;
  gap: 10px;
}

.route-news-list > a {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 20px;
  gap: 14px;
  align-items: center;
  min-height: 132px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(8, 16, 18, 0.78);
}

.route-news-list img {
  width: 96px;
  height: 110px;
  border-radius: 10px;
  object-fit: cover;
}

.route-news-list p,
.route-news-list h2,
.route-news-list span {
  margin: 0;
}

.route-news-list p {
  color: var(--cyan);
  font-size: 8px;
}

.route-news-list h2 {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 540;
  line-height: 1.45;
}

.route-news-list span {
  display: -webkit-box;
  margin-top: 8px;
  overflow: hidden;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.route-news-list i {
  color: var(--green);
  font-style: normal;
}

.solution-directory {
  display: grid;
  gap: 11px;
}

.solution-directory > a {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  min-height: 178px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(8, 16, 18, 0.76);
}

.solution-directory-media {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at center, rgba(59, 215, 210, 0.18), transparent 64%);
}

.solution-directory-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.solution-directory-media span {
  position: absolute;
  top: 11px;
  left: 11px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: rgba(3, 8, 9, 0.7);
  color: var(--green);
  font-size: 8px;
}

.solution-directory > a > div:last-child {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 17px 16px;
}

.solution-directory p {
  margin: 0;
  color: var(--cyan);
  font-size: 8px;
  letter-spacing: 0.08em;
}

.solution-directory h2 {
  margin: 12px 18px 0 0;
  font-size: 18px;
  font-weight: 530;
  line-height: 1.34;
}

.solution-directory strong {
  margin-top: auto;
  color: var(--muted);
  font-size: 9px;
  font-weight: 430;
  line-height: 1.5;
}

.solution-directory i {
  position: absolute;
  right: 14px;
  top: 14px;
  color: var(--green);
  font-style: normal;
}

.solution-intro-copy p {
  max-width: 820px;
  margin: 0;
  color: var(--soft);
  font-size: 15px;
  line-height: 1.85;
}

.solution-detail-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: 30px 0 34px;
}

.solution-detail-stats span {
  display: grid;
  place-items: center;
  min-height: 62px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: #a8d9d5;
  font-size: 9px;
  line-height: 1.4;
  text-align: center;
}

.solution-detail-grid {
  display: grid;
  gap: 24px;
  padding-top: 20px !important;
}

.solution-detail-grid h3 {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 9px;
  letter-spacing: 0.1em;
}

.solution-detail-grid ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.solution-detail-grid li {
  padding: 11px 0;
  border-top: 1px solid var(--line);
  color: var(--soft);
  font-size: 11px;
  line-height: 1.5;
}

.shop-directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.shop-directory > a {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(8, 16, 18, 0.78);
}

.shop-directory img {
  width: 100%;
  height: 118px;
  object-fit: contain;
  background: radial-gradient(circle at center, rgba(59, 215, 210, 0.16), transparent 64%);
}

.shop-directory > a > div {
  padding: 15px;
}

.shop-directory span {
  color: var(--cyan);
  font-size: 8px;
}

.shop-directory h2 {
  margin: 11px 0 0;
  font-size: 20px;
  font-weight: 520;
}

.shop-directory p {
  min-height: 44px;
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.55;
}

.shop-directory strong {
  display: block;
  margin-top: 14px;
  color: var(--green);
  font-size: 9px;
  font-weight: 560;
}

.route-product-list {
  margin-top: 0;
}

.route-product-list .product-item {
  min-height: 126px;
  border-radius: 14px;
}

.route-footer {
  display: grid;
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 30px 0 calc(112px + var(--safe-bottom));
  border-top: 1px solid var(--line);
}

.route-footer img {
  width: 146px;
}

.route-footer > div {
  margin-top: 18px;
}

.route-footer span,
.route-footer p {
  display: block;
  margin: 0;
  color: var(--muted);
  font-size: 8px;
}

.route-footer span {
  letter-spacing: 0.11em;
}

.route-footer p {
  margin-top: 6px;
}

.route-footer button {
  justify-self: start;
  min-height: 44px;
  margin-top: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--soft);
  font-size: 10px;
  cursor: pointer;
}

.mobile-dock a {
  display: grid;
  place-content: center;
  min-width: 0;
  min-height: 48px;
  padding: 0;
  border-radius: 14px;
  color: var(--muted);
}

.mobile-dock a.is-active,
.mobile-dock a[aria-current="page"] {
  background: rgba(139, 223, 70, 0.12);
  color: var(--green);
}

.mobile-dock a span,
.mobile-dock a strong {
  display: block;
  text-align: center;
}

.mobile-dock a span {
  font-size: 7px;
}

.mobile-dock a strong {
  margin-top: 3px;
  font-size: 10px;
  font-weight: 550;
}

.menu-links a {
  display: grid;
  grid-template-columns: 32px 1fr 22px;
  gap: 10px;
  align-items: center;
  min-height: 68px;
  border-bottom: 1px solid var(--line);
}

.menu-links a span {
  color: var(--cyan);
  font-size: 9px;
}

.menu-links a strong {
  font-size: 20px;
  font-weight: 510;
}

.menu-links a i {
  color: var(--muted);
  font-style: normal;
}

.menu-links a.is-active {
  color: var(--green);
}

@media (max-height: 720px) and (max-width: 700px) {
  .home-hero {
    min-height: 720px;
    padding-top: calc(84px + env(safe-area-inset-top, 0px));
  }

  .home-hero-copy h1 {
    font-size: 44px;
  }

  .home-hero-copy > strong {
    margin-top: 13px;
    font-size: 12px;
  }

  .home-actions {
    margin-top: 17px;
  }

  .home-actions .cta {
    min-height: 44px;
    padding: 0 13px;
    font-size: 10px;
  }

  .home-products {
    right: -4%;
    bottom: 9%;
    width: 88vw;
  }
}

@media (min-width: 720px) {
  .topbar {
    padding-right: 30px;
    padding-left: 30px;
  }

  .home-hero {
    padding: 150px 6vw 110px;
  }

  .home-products {
    right: 2vw;
    bottom: 4%;
    width: 66vw;
  }

  .home-scroll-cue {
    left: 6vw;
  }

  .home-directory {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .home-gateway-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-gateway-grid > a {
    min-height: 260px;
  }

  .route-hero {
    min-height: 520px;
    padding: 150px 6vw 70px;
  }

  .route-content {
    padding: 88px 6vw 140px;
  }

  .directory-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .directory-card {
    min-height: 235px;
    padding: 22px;
  }

  .metric-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .official-technology-layers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-directory > a {
    grid-template-columns: 190px minmax(0, 1fr);
    min-height: 230px;
  }

  .solution-directory h2 {
    font-size: 23px;
  }

  .shop-directory {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .shop-directory img {
    height: 190px;
  }

  .route-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-footer {
    grid-template-columns: auto 1fr auto;
    gap: 28px;
    align-items: center;
    width: min(calc(100% - 12vw), var(--max));
  }

  .route-footer > div,
  .route-footer button {
    margin-top: 0;
  }

  .mobile-dock {
    right: 50%;
    left: auto;
    width: min(520px, calc(100% - 40px));
    transform: translate(50%, calc(100% + 30px));
  }

  .mobile-dock.is-visible {
    transform: translateX(50%);
  }
}

@media (min-width: 1100px) {
  .home-hero-copy h1 {
    font-size: 86px;
  }

  .home-products {
    width: 58vw;
    max-width: 900px;
  }

  .route-hero-copy h1 {
    font-size: 72px;
  }

  .solution-detail-route .route-hero-copy h1 {
    font-size: 62px;
  }

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

  .directory-grid.two-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-news-list > a {
    grid-template-columns: 150px minmax(0, 1fr) 20px;
  }

  .route-news-list img {
    width: 150px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .route-back,
  .content-disclosure summary > i {
    transition: none;
  }
}

/* v1.3 official media cards, compact news scrolling and terminal source links */

.news-list-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.news-list-meta strong,
.news-list-meta span {
  font-size: 9px;
  line-height: 1.4;
}

.news-list-meta strong {
  color: var(--soft);
  font-weight: 560;
}

.news-list-meta span {
  color: var(--muted);
}

.route-product-list .product-item {
  grid-template-columns: 92px minmax(0, 1fr) 18px;
  gap: 13px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(59, 215, 210, 0.045), transparent 56%),
    rgba(8, 17, 19, 0.82);
  color: var(--text);
}

.product-item-media,
.solution-module-media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(59, 215, 210, 0.14);
  border-radius: 11px;
  background:
    radial-gradient(circle at 50% 45%, rgba(59, 215, 210, 0.16), transparent 64%),
    #071011;
}

.product-item-media {
  width: 92px;
  height: 104px;
}

.product-item-media img,
.solution-module-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), filter 280ms ease;
}

.product-item-media span,
.solution-module-media span {
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 7px;
  display: grid;
  place-items: center;
  min-width: 25px;
  height: 25px;
  padding: 0 6px;
  border: 1px solid rgba(59, 215, 210, 0.28);
  border-radius: 99px;
  background: rgba(3, 8, 9, 0.72);
  color: var(--cyan);
  font-size: 7px;
  backdrop-filter: blur(8px);
}

.route-product-list .product-item p {
  color: var(--cyan);
}

.route-product-list .product-item strong {
  color: var(--text);
}

.route-product-list .product-item em {
  color: var(--muted);
}

.solution-module-grid > button {
  grid-template-columns: 94px minmax(0, 1fr) 18px;
  align-items: center;
  min-height: 118px;
  padding: 10px;
}

.solution-module-media {
  width: 94px;
  height: 96px;
}

.sheet-gallery-section {
  overflow: hidden;
}

.sheet-gallery {
  display: grid;
  grid-auto-columns: minmax(78%, 320px);
  grid-auto-flow: column;
  gap: 10px;
  margin-right: -20px;
  padding: 1px 20px 10px 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(59, 215, 210, 0.32) transparent;
  -webkit-overflow-scrolling: touch;
}

.sheet-gallery::-webkit-scrollbar {
  height: 3px;
}

.sheet-gallery::-webkit-scrollbar-thumb {
  border-radius: 99px;
  background: rgba(59, 215, 210, 0.32);
}

.sheet-gallery figure {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid var(--line);
  border-radius: 13px;
  background:
    radial-gradient(circle at 50% 48%, rgba(59, 215, 210, 0.13), transparent 66%),
    #071011;
}

.sheet-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sheet-source-action {
  grid-template-columns: minmax(0, 1fr);
}

.sheet-source-action a {
  width: 100%;
}

@media (max-width: 719px) {
  .news-category-route .route-news-list {
    max-height: min(58svh, 620px);
    padding-right: 4px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(59, 215, 210, 0.3) transparent;
    -webkit-overflow-scrolling: touch;
  }

  .news-category-route .route-news-list::-webkit-scrollbar {
    width: 3px;
  }

  .news-category-route .route-news-list::-webkit-scrollbar-thumb {
    border-radius: 99px;
    background: rgba(59, 215, 210, 0.3);
  }
}

@media (hover: hover) and (pointer: fine) {
  .product-item:hover .product-item-media img,
  .solution-module-grid > button:hover .solution-module-media img {
    transform: scale(1.045);
    filter: brightness(1.08);
  }
}

/* v1.2 brand-first mobile website and leaf drawers */

#app {
  transform-origin: 50% 0;
  transition: transform 480ms cubic-bezier(0.16, 1, 0.3, 1), filter 480ms ease, border-radius 480ms ease;
}

body.has-detail-sheet #app {
  overflow: hidden;
  transform: translateY(-8px) scale(0.97);
  border-radius: 26px;
  filter: brightness(0.56) saturate(0.78);
}

[data-route-direction="forward"] .route-page {
  animation: route-in-forward 440ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

[data-route-direction="back"] .route-page {
  animation: route-in-back 360ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

[data-route-direction="cross"] .route-page {
  animation: route-in-cross 400ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes route-in-forward {
  from { transform: translateX(8vw) scale(0.992); opacity: 0; }
  to { transform: none; opacity: 1; }
}

@keyframes route-in-back {
  from { transform: translateX(-5vw) scale(0.992); opacity: 0; }
  to { transform: none; opacity: 1; }
}

@keyframes route-in-cross {
  from { transform: translateY(14px) scale(0.995); opacity: 0; }
  to { transform: none; opacity: 1; }
}

[data-reveal] {
  transform: translateY(22px) scale(0.988);
  filter: blur(10px);
  opacity: 0;
  transition: transform 760ms cubic-bezier(0.16, 1, 0.3, 1), filter 760ms ease, opacity 640ms ease;
}

[data-reveal].is-visible {
  transform: none;
  filter: none;
  opacity: 1;
}

.home-brand-logo {
  display: block;
  width: min(230px, 62vw);
  height: auto;
  margin: 0 0 24px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 14px 34px rgba(0, 0, 0, 0.38));
}

.home-hero-copy > .home-hero-intro {
  max-width: 400px;
  margin-top: 20px;
  color: rgba(221, 234, 233, 0.74);
  font-size: 11px;
  line-height: 1.75;
}

.home-company,
.home-technology-preview {
  position: relative;
  width: 100%;
  padding: 78px 20px;
  overflow: hidden;
}

.home-company {
  background:
    radial-gradient(circle at 92% 8%, rgba(139, 223, 70, 0.08), transparent 25rem),
    #04090a;
}

.home-company::after {
  content: "SEEEX";
  position: absolute;
  right: -0.08em;
  bottom: -0.22em;
  color: rgba(255, 255, 255, 0.018);
  font-size: clamp(120px, 40vw, 360px);
  font-weight: 700;
  letter-spacing: -0.09em;
  pointer-events: none;
}

.home-company > *,
.home-technology-preview > * {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin-right: auto;
  margin-left: auto;
}

.home-company-copy > p,
.home-tech-heading > p {
  margin: 0;
  color: var(--cyan);
  font-size: 9px;
  letter-spacing: 0.13em;
}

.home-company-copy h2 {
  max-width: 880px;
  margin: 17px 0 0;
  font-size: clamp(23px, 7vw, 42px);
  font-weight: 460;
  line-height: 1.5;
  letter-spacing: -0.035em;
}

.home-company-copy > div {
  max-width: 760px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.85;
}

.home-company-copy > a,
.inline-route-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  min-height: 46px;
  margin-top: 26px;
  padding: 0 17px;
  border: 1px solid rgba(139, 223, 70, 0.34);
  border-radius: 99px;
  color: var(--green);
  font-size: 10px;
}

.home-metrics {
  margin-top: 48px;
}

.home-technology-preview {
  padding-bottom: 96px;
  background:
    linear-gradient(180deg, #051011, #030708),
    #030708;
}

.home-tech-heading h2 {
  max-width: 880px;
  margin: 15px 0 0;
  font-size: clamp(31px, 10vw, 64px);
  font-weight: 470;
  line-height: 1.1;
  letter-spacing: -0.055em;
}

.home-tech-visual {
  margin-top: 42px;
}

.home-tech-rail {
  display: grid;
  grid-auto-columns: min(82vw, 330px);
  grid-auto-flow: column;
  gap: 10px;
  margin-top: 30px;
  padding-bottom: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.home-tech-rail::-webkit-scrollbar {
  display: none;
}

.home-tech-rail article {
  min-height: 230px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 8%, rgba(59, 215, 210, 0.1), transparent 48%),
    rgba(8, 18, 20, 0.9);
  scroll-snap-align: start;
}

.home-tech-rail article > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(59, 215, 210, 0.32);
  border-radius: 50%;
  color: var(--cyan);
  font-size: 9px;
}

.home-tech-rail h3 {
  margin: 45px 0 0;
  font-size: 20px;
  font-weight: 520;
  line-height: 1.35;
}

.home-tech-rail p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.72;
}

.home-news-feature {
  position: relative;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) 18px;
  gap: 14px;
  align-items: center;
  width: 100%;
  min-height: 150px;
  margin-top: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(8, 17, 19, 0.88);
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.home-news-feature img {
  width: 104px;
  height: 128px;
  border-radius: 12px;
  object-fit: cover;
}

.home-news-feature p,
.home-news-feature h2,
.home-news-feature span {
  margin: 0;
}

.home-news-feature p {
  color: var(--cyan);
  font-size: 8px;
  letter-spacing: 0.08em;
}

.home-news-feature h2 {
  margin-top: 9px;
  font-size: 16px;
  font-weight: 530;
  line-height: 1.42;
}

.home-news-feature span {
  display: -webkit-box;
  margin-top: 9px;
  overflow: hidden;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-news-feature > i {
  color: var(--green);
  font-style: normal;
}

.compact-route .route-hero {
  min-height: 310px;
  padding-top: calc(108px + env(safe-area-inset-top, 0px));
  padding-bottom: 34px;
}

.compact-route .route-hero-copy h1 {
  font-size: clamp(34px, 10vw, 58px);
}

.compact-route[data-route-level="3"] .route-hero {
  min-height: 270px;
}

.route-news-list > button {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 20px;
  gap: 14px;
  align-items: center;
  width: 100%;
  min-height: 132px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(8, 16, 18, 0.78);
  color: var(--text);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.solution-detail-grid {
  grid-template-columns: 1fr;
  margin-bottom: 52px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(8, 17, 19, 0.68);
}

.solution-module-grid {
  display: grid;
  gap: 9px;
}

.solution-module-grid > button {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  gap: 13px;
  align-items: start;
  width: 100%;
  min-height: 116px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background:
    linear-gradient(135deg, rgba(59, 215, 210, 0.045), transparent 55%),
    rgba(8, 17, 19, 0.82);
  color: var(--text);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.solution-module-grid > button > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(59, 215, 210, 0.3);
  border-radius: 50%;
  color: var(--cyan);
  font-size: 8px;
}

.solution-module-grid h3,
.solution-module-grid p {
  margin: 0;
}

.solution-module-grid h3 {
  font-size: 15px;
  font-weight: 540;
  line-height: 1.42;
}

.solution-module-grid p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}

.solution-module-grid i {
  color: var(--green);
  font-style: normal;
}

.partner-cloud {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.partner-cloud span {
  display: grid;
  place-items: center;
  min-height: 78px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(8, 17, 19, 0.72);
  color: var(--soft);
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

.contact-person-card > p {
  margin: 18px 0 24px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}

.contact-person-card > strong {
  display: block;
  margin-top: 18px;
  color: var(--green);
  font-size: 13px;
}

.shop-belief {
  margin-top: 44px;
  padding: 28px 22px;
  border-left: 1px solid var(--green);
  background: linear-gradient(90deg, rgba(139, 223, 70, 0.06), transparent);
}

.shop-belief p,
.shop-belief strong {
  display: block;
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
}

.shop-belief p {
  color: var(--muted);
}

.shop-belief strong {
  margin-top: 10px;
  color: var(--soft);
  font-weight: 520;
}

.directory-card,
.home-gateway-grid > a,
.solution-directory > a,
.shop-directory > a,
.product-item,
.route-news-list > button,
.solution-module-grid > button,
.home-news-feature {
  transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1), border-color 280ms ease, background-color 280ms ease, filter 280ms ease;
  -webkit-tap-highlight-color: transparent;
}

.directory-card:active,
.home-gateway-grid > a:active,
.solution-directory > a:active,
.shop-directory > a:active,
.product-item:active,
.route-news-list > button:active,
.solution-module-grid > button:active,
.home-news-feature:active {
  transform: translateY(1px) scale(0.985);
  border-color: rgba(59, 215, 210, 0.42);
  filter: brightness(1.12);
}

.sheet-panel {
  --sheet-drag: 0px;
  transform: translateY(100%);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.detail-sheet.is-open .sheet-panel {
  transform: translateY(var(--sheet-drag));
}

.detail-sheet.is-dragging .sheet-panel {
  transition: none;
}

.sheet-handle {
  width: 76px;
  height: 30px;
  margin: 0 auto -22px;
  background: transparent;
  cursor: grab;
  touch-action: none;
}

.sheet-handle::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  width: 44px;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.34);
}

.detail-sheet.is-dragging .sheet-handle {
  cursor: grabbing;
}

.news-sheet-hero,
.solution-leaf-sheet-hero {
  height: 280px;
}

.news-sheet-hero img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  transform: none;
  opacity: 0.68;
  object-fit: cover;
}

.solution-leaf-sheet-hero img {
  opacity: 0.82;
}

.article-sheet-copy > article {
  margin-top: 30px;
}

.article-sheet-copy > article p {
  margin: 0;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.95;
}

.article-sheet-copy > article p + p {
  margin-top: 18px;
}

.sheet-actions button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 15px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}

@media (min-width: 720px) {
  .home-company,
  .home-technology-preview {
    padding: 110px 6vw;
  }

  .home-tech-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: initial;
    overflow: visible;
  }

  .home-tech-rail article {
    min-height: 280px;
  }

  .home-news-feature {
    grid-template-columns: 180px minmax(0, 1fr) 22px;
    min-height: 210px;
    padding: 14px;
  }

  .home-news-feature img {
    width: 180px;
    height: 180px;
  }

  .route-news-list > button {
    grid-template-columns: 150px minmax(0, 1fr) 20px;
  }

  .route-news-list > button img {
    width: 150px;
  }

  .solution-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-cloud {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (hover: hover) and (pointer: fine) {
  .directory-card:hover,
  .home-gateway-grid > a:hover,
  .solution-directory > a:hover,
  .shop-directory > a:hover,
  .product-item:hover,
  .route-news-list > button:hover,
  .solution-module-grid > button:hover,
  .home-news-feature:hover {
    transform: translateY(-4px);
    border-color: rgba(59, 215, 210, 0.34);
    filter: brightness(1.08);
  }
}

@media (max-height: 720px) and (max-width: 700px) {
  .home-brand-logo {
    width: 170px;
    margin-bottom: 15px;
  }

  .home-hero-copy > .home-hero-intro {
    max-width: 330px;
    margin-top: 12px;
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #app,
  .route-page,
  [data-reveal],
  .sheet-panel,
  .directory-card,
  .home-gateway-grid > a,
  .solution-directory > a,
  .shop-directory > a,
  .product-item,
  .route-news-list > button,
  .solution-module-grid > button,
  .home-news-feature {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    transform: none;
    filter: none;
    opacity: 1;
  }
}

/* Keep the v1.3 media layout above the inherited v1.2 card rules. */
.solution-module-grid > button {
  grid-template-columns: 94px minmax(0, 1fr) 18px;
  align-items: center;
  min-height: 118px;
  padding: 10px;
}

@media (max-width: 390px) {
  .route-product-list .product-item {
    grid-template-columns: 82px minmax(0, 1fr) 16px;
    gap: 10px;
  }

  .product-item-media {
    width: 82px;
    height: 96px;
  }

  .solution-module-grid > button {
    grid-template-columns: 84px minmax(0, 1fr) 16px;
    gap: 10px;
  }

  .solution-module-media {
    width: 84px;
    height: 90px;
  }
}
