﻿:root {
  --page-top: #fbf6f1;
  --page-mid: #f6eee8;
  --page-bottom: #f2e8e0;
  --section-soft-top: rgba(255, 249, 245, 0.92);
  --section-soft-bottom: rgba(247, 238, 231, 0.92);
  --section-ivory-top: rgba(252, 246, 240, 0.98);
  --section-ivory-bottom: rgba(250, 242, 235, 0.98);
  --surface-top: rgba(255, 252, 248, 0.96);
  --surface-bottom: rgba(252, 245, 239, 0.92);
  --surface-light: rgba(255, 255, 255, 0.62);
  --surface-subtle: rgba(255, 247, 239, 0.08);
  --ink: #2a1615;
  --ink-soft: #6a4740;
  --ink-muted: #9e6f5f;
  --hero-text: #fff7ef;
  --hero-accent: #f1d3a2;
  --accent: #94070a;
  --accent-strong: #b11519;
  --accent-deep: #5d0c10;
  --accent-deeper: #460b0e;
  --accent-button: #7a1618;
  --gold: #d8b06a;
  --gold-soft: rgba(216, 176, 106, 0.28);
  --gold-faint: rgba(255, 233, 197, 0.34);
  --border: rgba(148, 7, 10, 0.12);
  --border-soft: rgba(148, 7, 10, 0.08);
  --border-cream: rgba(255, 223, 181, 0.16);
  --shadow-header: 0 10px 28px rgba(96, 38, 33, 0.06);
  --shadow-card: 0 18px 36px rgba(98, 42, 36, 0.08);
  --shadow-soft-card: 0 12px 34px rgba(76, 28, 24, 0.12);
  --shadow-glow: 0 0 28px rgba(216, 176, 106, 0.24);
  --radius-24: 24px;
  --radius-18: 18px;
  --radius-16: 16px;
  --radius-15: 15px;
  --radius-pill: 999px;
  --header-width: 1000px;
  --header-height: 77px;
  --header-height-mobile: 73px;
  --section-width: 1094px;
  --transition: 220ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  padding-top: var(--header-height);
  font-family: "Noto Sans SC", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 0 0, rgba(148, 7, 10, 0.1), transparent 25%),
    radial-gradient(circle at 88% 10%, rgba(196, 152, 75, 0.14), transparent 18%),
    linear-gradient(180deg, var(--page-top) 0%, var(--page-mid) 48%, var(--page-bottom) 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  overflow-x: hidden;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  padding-top: 16px;
  padding-bottom: 16px;
  background: rgba(255, 249, 244, 0.76);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  backdrop-filter: blur(10px) saturate(140%);
  border-bottom: 1px solid rgba(148, 7, 10, 0.08);
  box-shadow: var(--shadow-header);
}

#hero,
#about,
#technology,
#news,
#join,
#contact {
  scroll-margin-top: 108px;
}

.header-inner,
.footer-inner {
  width: min(var(--header-width), calc(100% - 32px));
  margin: 0 auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 83.156px;
  height: 44px;
}

.brand-logo {
  width: 83.156px;
  height: 44px;
  object-fit: cover;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  width: auto;
  height: 43px;
}

.site-nav a {
  position: static;
  display: inline-flex;
  align-items: center;
  height: 43px;
  font-size: 14.4px;
  color: #714a44;
  white-space: nowrap;
  transition: color var(--transition);
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--accent);
}

.nav-contact {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 91.609px;
  height: 43px;
  padding: 11px 17px;
  border: 1px solid rgba(148, 7, 10, 0.16);
  border-radius: var(--radius-pill);
  background: rgba(255, 252, 249, 0.84);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255, 252, 249, 0.9);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--accent);
}

.hero {
  position: relative;
  min-height: 610px;
  background: linear-gradient(157.94deg, rgba(70, 11, 14, 0.97) 3.67%, rgba(113, 16, 20, 0.95) 51.85%, rgba(148, 7, 10, 0.92) 96.33%);
}

.hero::before {
  content: "";
  position: absolute;
  left: -160px;
  top: -320px;
  width: 915px;
  height: 610px;
  opacity: 1;
  mix-blend-mode: soft-light;
  background: url("assets/hero-bg.png") center / cover no-repeat;
  transform: rotate(180deg);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(1263px, 100%);
  min-height: 610px;
  margin: 0 auto;
  padding: 0 140px;
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 544px;
}

.hero-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-eyebrow,
.hero-kicker {
  margin: 0;
  font-family: "Inter", "Noto Sans SC", sans-serif;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0.1584em;
  color: rgba(255, 235, 210, 0.78);
  text-transform: uppercase;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  letter-spacing: 0.1152em;
}

.hero-kicker-line {
  width: 58px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(0, 0, 0, 0));
}

.hero-copy h1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  font-family: "Noto Serif SC", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 49.286px;
  letter-spacing: -1.4496px;
}

.hero-title-main {
  color: var(--hero-text);
}

.hero-title-accent {
  color: var(--hero-accent);
}

.hero-graphic {
  position: relative;
  width: 580px;
  height: 580px;
  margin-left: auto;
  border-radius: 31.596px;
  overflow: hidden;
}

.orbit {
  position: absolute;
  border-style: solid;
  border-radius: 50%;
}

.orbit-large {
  left: 83.19px;
  top: 83.19px;
  width: 414.26px;
  height: 414.26px;
  border-width: 1.755px;
  border-color: rgba(216, 176, 106, 0.28);
  transform: rotate(54deg);
}

.orbit-medium {
  left: 135.44px;
  top: 135.53px;
  width: 308.94px;
  height: 308.94px;
  border-width: 1.755px;
  border-color: rgba(216, 176, 106, 0.28);
  transform: rotate(-9.5deg);
}

.orbit-small {
  left: 193.46px;
  top: 193.46px;
  width: 193.087px;
  height: 193.087px;
  border-width: 1.755px;
  border-color: rgba(255, 233, 197, 0.34);
  transform: rotate(98.18deg);
}

.orbit-axis {
  position: absolute;
}

.orbit-axis-horizontal {
  left: 83.01px;
  top: 289.4px;
  width: 414.26px;
  height: 1.755px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(216, 176, 106, 0.48), rgba(0, 0, 0, 0));
}

.orbit-axis-vertical {
  left: 289.03px;
  top: 45.94px;
  width: 1.755px;
  height: 487.984px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(216, 176, 106, 0.48), rgba(0, 0, 0, 0));
}

.orbit-core {
  position: absolute;
  left: 277.55px;
  top: 277.92px;
  width: 24.715px;
  height: 24.715px;
  opacity: 0.82;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 245, 223, 1) 0%, rgba(236, 211, 165, 0.96) 20%, rgba(216, 176, 106, 0.92) 40%, rgba(216, 176, 106, 0) 72%);
  box-shadow: 0 0 59.682px rgba(216, 176, 106, 0.3);
}

.orbit-node {
  position: absolute;
  width: 15.798px;
  height: 15.798px;
  border-radius: 50%;
}

.orbit-node-a,
.orbit-node-b,
.orbit-node-c {
  background: var(--gold);
  box-shadow: 0 0 28.085px rgba(216, 176, 106, 0.24);
}

.orbit-node-d {
  background: #c2442a;
  box-shadow: 0 0 28.085px rgba(194, 68, 42, 0.24);
}

.orbit-node-a {
  left: 357.16px;
  top: 94.77px;
}

.orbit-node-b {
  left: 145.06px;
  top: 192.52px;
}

.orbit-node-c {
  left: 331.29px;
  top: 424.64px;
}

.orbit-node-d {
  left: 186.45px;
  top: 351.35px;
}

.page-section {
  padding: 72px 0;
}

.page-section-soft {
  background: linear-gradient(180deg, var(--section-soft-top), var(--section-soft-bottom));
}

.page-section-ivory {
  background: linear-gradient(180deg, var(--section-ivory-top), var(--section-ivory-bottom));
}

.section-shell {
  width: min(var(--section-width), calc(100% - 32px));
  margin: 0 auto;
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.section-heading-wide {
  width: 100%;
  margin-bottom: 0;
}

.section-heading-about {
  gap: 16px;
  margin-bottom: 18px;
}

.section-heading-tech {
  gap: 8px;
  margin-bottom: 17px;
  padding: 2px 0;
}

.section-heading-news {
  margin-bottom: 15px;
}

.section-eyebrow {
  margin: 0;
  font-family: "Sora", "Noto Sans SC", sans-serif;
  font-size: 11.52px;
  letter-spacing: 0.22em;
  color: var(--accent);
  text-transform: uppercase;
}

.section-heading-tech .section-eyebrow,
.section-heading-join .section-eyebrow,
.section-heading-news .section-eyebrow {
  font-size: 14px;
  letter-spacing: 2.5344px;
}

.section-heading h2 {
  margin: 0;
  font-family: "Noto Serif SC", serif;
  font-size: 35.52px;
  font-weight: 700;
  line-height: 35.52px;
  letter-spacing: -1.0656px;
  color: var(--ink);
}

.section-intro,
.surface-card p,
.about-value-card p {
  margin: 0;
  font-size: 18px;
  line-height: 160%;
  color: var(--ink-soft);
}

.section-intro-about {
  width: 100%;
}

.section-intro-technology {
  width: 988px;
}

.section-intro-news {
  width: 988px;
}

.section-intro,
.section-intro-about,
.section-intro-technology,
.section-intro-news {
  font-size: 18px;
  line-height: 160%;
}

.surface-card {
  background: linear-gradient(180deg, var(--surface-top), var(--surface-bottom));
  border: 1px solid var(--border);
  border-radius: var(--radius-24);
  box-shadow: var(--shadow-card);
}

.card-kicker {
  display: block;
  margin: 0;
  font-size: 11.2px;
  letter-spacing: 0.08em;
  color: var(--ink-muted);
}

.pill-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill-row span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 31px;
  padding: 0 10px;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  background: rgba(148, 7, 10, 0.04);
  font-family: "Sora", "Noto Sans SC", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #6e4942;
}

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

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

.about-manifesto {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 559px;
  padding: 19px;
  overflow: hidden;
}

.about-manifesto::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  aspect-ratio: 1082 / 514;
  height: auto;
  background: url("assets/bg1.png") left bottom / 100% auto no-repeat;
  z-index: 0;
  pointer-events: none;
}

.about-manifesto > * {
  position: relative;
  z-index: 1;
}

.about-manifesto p {
  font-size: 22px;
  line-height: 160%;
}

.stack-panel {
  display: grid;
  gap: 10px;
}

.feature-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

.feature-row-wide {
  gap: 12px;
}

.pillar-card {
  position: relative;
  padding: 15px 20px;
}

.stack-panel .pillar-card:nth-child(1) {
  min-height: 158px;
}

.stack-panel .pillar-card:nth-child(2) {
  min-height: 176px;
}

.stack-panel .pillar-card:nth-child(3) {
  min-height: 205px;
}

.pillar-card h3,
.about-value-card h3,
.feature-card h3,
.join-card h3,
.figure-card h3,
.concept-copy h3,
.contact-copy h2 {
  margin: 0;
  font-size: 18px;
  line-height: normal;
  color: var(--ink);
}

.pillar-card h3 {
  margin: 10px 0;
}

.about-bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.about-value-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 215px;
  padding: 15px 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius-24);
  background: linear-gradient(180deg, var(--surface-top), var(--surface-bottom));
  box-shadow: var(--shadow-card);
}

.value-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  border-radius: var(--radius-15);
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  font-size: 11.2px;
  letter-spacing: 0.08em;
  color: #fff8f2;
}

.tech-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 17px;
  margin-bottom: 17px;
}

.figure-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 466.75px;
  padding: 20px;
}

.figure-card img {
  width: 100%;
  height: 258.75px;
  object-fit: cover;
}

.figure-card figcaption {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.figure-card h3 {
  margin: 0;
}

.figure-card p {
  font-size: 18px;
  line-height: 160%;
  color: #6a4740;
}

.concept-card {
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: 100%;
  padding: 20px;
  overflow: hidden;
}

.concept-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.concept-copy h3 {
  margin: 0;
  font-size: 17.28px;
}

.concept-copy p {
  width: 100%;
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #6a4740;
}

.concept-pill-row {
  flex-wrap: nowrap;
  width: 100%;
  min-height: 31px;
}

.concept-visual {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  height: 149px;
  min-height: 149px;
  min-width: 1px;
  border: 1px solid rgba(148, 7, 10, 0.08);
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 251, 247, 0.68) 0%, rgba(252, 242, 236, 0.72) 100%),
    linear-gradient(90deg, #fffaf5 0%, #fffaf5 100%);
}

.concept-media {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  min-height: 1px;
}

.concept-visual-image {
  position: absolute;
  left: 0;
  top: -67.75px;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  max-width: none;
  pointer-events: none;
}

.concept-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.concept-caption-marker {
  width: 2px;
  height: 11px;
  background: #eed4d0;
  flex: 0 0 auto;
}

.concept-caption p {
  flex: 1 0 0;
  margin: 0;
  color: #9e6f5f;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.064em;
}

.feature-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 20px;
}

.feature-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.feature-card h3 {
  margin: 0;
  font-size: 16px;
}

.feature-card .value-index {
  margin-bottom: 0;
  flex: 0 0 auto;
}

.news-article-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  overflow: hidden;
}

.news-article-card-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition);
}

.news-article-card-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 40px rgba(98, 42, 36, 0.1);
}

.news-article-card-link:focus-visible {
  outline: 2px solid rgba(148, 7, 10, 0.32);
  outline-offset: 2px;
}

.news-list-cover {
  position: relative;
  flex: 0 0 264px;
  width: 264px;
  min-width: 264px;
  height: 198px;
  border-radius: 10px;
  overflow: hidden;
}

.news-list-cover-image {
  position: absolute;
  top: 0;
  left: -6.8%;
  width: 141.92%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
}

.news-article-content {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 20px;
  min-width: 1px;
}

.news-article-date {
  margin: 0;
  font-family: "Inter", "Noto Sans SC", sans-serif;
  font-size: 14px;
  letter-spacing: 0.064em;
  color: #9e6f5f;
}

.news-article-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.news-article-copy h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  color: var(--ink);
}

.news-article-copy p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink-soft);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-article-meta {
  display: flex;
  align-items: flex-start;
}

.news-article-meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 29px;
  padding: 8px 11px;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  background: rgba(148, 7, 10, 0.04);
  font-family: "Sora", "Noto Sans SC", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #6e4942;
}

.join-stack {
  display: grid;
  gap: 20px;
  margin-top: 15px;
}

.join-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: var(--radius-24);
  background: linear-gradient(180deg, var(--surface-top), var(--surface-bottom));
}

.join-card-large {
  padding: 15px 20px;
}

.join-card-small {
  padding: 15px 20px;
}

.join-card-partner {
  min-height: 117px;
}

.join-partner-title {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.join-partner-flag {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.join-card-partner h3 {
  width: min(430.359px, 100%);
  font-size: 20px;
}

.join-card-partner p {
  font-size: 14.08px;
  line-height: 22.81px;
  white-space: nowrap;
}

.join-card .card-kicker {
  font-size: 14px;
  letter-spacing: 0.064em;
  color: var(--ink-muted);
  margin: 0;
}

.join-card p {
  margin: 0;
  font-size: 18px;
  line-height: 22.81px;
  color: var(--ink-soft);
}

.role-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.role-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 10px;
  background: linear-gradient(-72.29deg, rgb(148, 7, 10) 2.6%, rgb(241, 211, 162) 216.17%);
  box-shadow: 0 0 18px rgba(148, 7, 10, 0.12);
  font-size: 14px;
  font-weight: 600;
  line-height: 17.28px;
  color: #fff;
  white-space: nowrap;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: clamp(12px, 2vw, 36px);
  min-height: 152px;
  padding: 15px 20px;
}

.contact-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 1px;
  min-height: 1px;
  white-space: normal;
}

.contact-card .contact-eyebrow {
  margin: 0;
  font-family: "Sora";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.534px;
  color: #94070A;
  text-transform: uppercase;
}

.contact-copy h2 {
  font-size: 16px;
}

.contact-card .contact-description {
  margin: 0;
  font-size: 18px;
  line-height: 23.373px;
  color: var(--ink-soft);
}

.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 156px;
  height: 56px;
  padding: 0 26px 0 21px;
  border: 1px solid rgba(148, 7, 10, 0.16);
  border-radius: var(--radius-pill);
  background: rgba(148, 7, 10, 0.06);
  font-size: 16px;
  font-weight: 700;
  color: var(--accent-button);
  transition: transform var(--transition), background var(--transition);
}

.contact-button:hover {
  transform: translateY(-1px);
  background: rgba(148, 7, 10, 0.1);
}

.contact-button-arrow {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.site-footer {
  padding-top: 18px;
  padding-bottom: 24px;
  min-height: 135px;
  background: linear-gradient(180deg, var(--accent-deep), var(--accent-deeper));
}

.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 93px;
  padding-top: 19px;
  border-top: 1px solid rgba(255, 236, 211, 0.14);
}

.footer-copy {
  width: 224px;
}

.footer-brand {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff5ec;
}

.footer-meta {
  margin: 0;
  font-size: 10.88px;
  letter-spacing: 0.06em;
  color: rgba(255, 233, 205, 0.7);
}

.footer-links {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  width: auto;
  height: auto;
}

.footer-links a {
  font-size: 16px;
  color: #fff5ec;
}

@media (max-width: 1180px) {
  .hero-inner {
    padding: 56px 32px;
  }

  .section-intro-about,
  .section-intro-technology,
  .section-intro-news,
  .concept-copy p {
    width: auto;
  }

  .about-top,
  .tech-bottom {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 980px) {
  #hero,
  #about,
  #technology,
  #news,
  #join,
  #contact {
    scroll-margin-top: 92px;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 16px;
    width: min(280px, calc(100vw - 32px));
    height: auto;
    display: none;
    padding: 16px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: rgba(255, 250, 246, 0.98);
    box-shadow: var(--shadow-card);
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav a,
  .nav-contact {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav-contact {
    padding: 11px 17px;
    border: 1px solid rgba(148, 7, 10, 0.16);
    background: rgba(255, 252, 249, 0.84);
    border-radius: var(--radius-pill);
    text-align: left;
  }

  .nav-toggle {
    display: block;
  }

  .hero-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    min-height: auto;
  }

  .hero-copy,
  .hero-graphic {
    width: 100%;
  }

  .hero-graphic {
    max-width: 580px;
    height: auto;
    aspect-ratio: 1;
    margin: 0 auto;
  }

  .about-bottom,
  .tech-gallery,
  .role-row {
    grid-template-columns: 1fr;
  }

  .feature-row {
    grid-template-columns: 1fr;
  }

  .news-article-card {
    flex-direction: column;
  }

  .news-list-cover {
    width: 100%;
    flex-basis: auto;
    min-width: 0;
    height: 180px;
  }

  .news-list-cover-image {
    left: 0;
    width: 100%;
  }

  .news-article-copy p {
    -webkit-line-clamp: 3;
  }

  .concept-card {
    height: auto;
  }

  .concept-media {
    flex: 0 0 auto;
  }

  .concept-visual {
    height: auto;
    min-height: 0;
    aspect-ratio: 585 / 378;
  }

  .concept-visual-image {
    top: 0;
    height: 100%;
    object-fit: cover;
  }

  .contact-card {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .contact-copy {
    white-space: normal;
  }

  .footer-inner {
    padding-bottom: 20px;
  }

  .footer-links {
    position: static;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    height: auto;
    gap: 18px;
  }

  .footer-links a {
    position: static;
  }

}

@media (max-width: 640px) {
  body {
    padding-top: var(--header-height-mobile);
  }

  .header-inner,
  .footer-inner,
  .section-shell {
    width: calc(100% - 24px);
  }

  .contact-card {
    row-gap: 14px;
  }

  .contact-copy,
  .contact-card .contact-description {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .site-header {
    padding-top: 12px;
  }

  .page-section {
    padding: 56px 0;
  }

  .hero-inner {
    padding: 48px 12px;
  }

  .hero-copy h1 {
    font-size: 38px;
    line-height: 1.08;
    letter-spacing: -1px;
  }

  .section-heading h2 {
    font-size: 28px;
    line-height: 1.12;
  }

  .surface-card,
  .join-card,
  .contact-card {
    border-radius: 20px;
  }

  .figure-card,
  .concept-card,
  .about-manifesto {
    padding: 16px;
  }

  .figure-card img {
    width: 100%;
    height: auto;
  }

  .contact-button {
    width: 100%;
    justify-content: center;
  }

  .concept-pill-row {
    flex-wrap: wrap;
    min-height: 0;
  }

  .concept-pill-row span {
    width: auto !important;
  }

  .join-card-partner p {
    white-space: normal;
  }
}
