:root {
  color-scheme: dark;
  --bg: #050505;
  --surface: #0b0b0b;
  --surface-raised: #111111;
  --text: #f1efe9;
  --text-soft: #c5c2bb;
  --muted: #8f8d87;
  --line: rgb(241 239 233 / 16%);
  --line-strong: rgb(241 239 233 / 28%);
  --blue: #2b6cff;
  --blue-soft: #7ca2ff;
  --max: 1280px;
  --radius: 4px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family:
    -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Yu Gothic', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
}

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

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

[id] {
  scroll-margin-top: 104px;
}

.skip-link {
  background: var(--text);
  border: 0;
  color: var(--bg);
  font-weight: 750;
  left: max(18px, env(safe-area-inset-left));
  padding: 10px 16px;
  position: fixed;
  top: -80px;
  z-index: 100;
}

.skip-link:focus {
  top: max(0px, env(safe-area-inset-top));
}

.shell {
  margin-inline: auto;
  max-width: var(--max);
  padding-inline: clamp(24px, 4.5vw, 64px);
  width: 100%;
}

.site-header {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: rgb(5 5 5 / 82%);
  border-bottom: 1px solid rgb(241 239 233 / 9%);
  position: sticky;
  top: 0;
  z-index: 50;
}

.nav {
  align-items: center;
  display: flex;
  height: 82px;
  justify-content: space-between;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 620;
  gap: 14px;
  letter-spacing: 0.32em;
  min-height: 44px;
  text-transform: uppercase;
}

.brand-mark {
  align-items: center;
  border: 1px solid rgb(241 239 233 / 58%);
  color: var(--text);
  display: inline-flex;
  font-family: ui-monospace, 'SFMono-Regular', Menlo, monospace;
  font-size: 0.68rem;
  height: 28px;
  justify-content: center;
  letter-spacing: -0.08em;
  width: 28px;
}

.desktop-nav {
  align-items: center;
  display: flex;
  gap: clamp(24px, 3vw, 48px);
}

.desktop-nav a {
  color: var(--text-soft);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  min-height: 44px;
  padding-block: 12px;
  text-transform: uppercase;
}

.desktop-nav a:hover {
  color: var(--text);
}

.mobile-nav {
  display: none;
  position: relative;
}

.mobile-nav summary {
  align-items: center;
  border: 1px solid var(--line-strong);
  cursor: pointer;
  display: flex;
  font-size: 0.68rem;
  font-weight: 650;
  justify-content: center;
  letter-spacing: 0.2em;
  list-style: none;
  min-height: 44px;
  padding: 8px 14px;
  text-transform: uppercase;
}

.mobile-nav summary::-webkit-details-marker {
  display: none;
}

.mobile-panel {
  background: rgb(9 9 9 / 98%);
  border: 1px solid var(--line);
  box-shadow: 0 28px 80px rgb(0 0 0 / 50%);
  display: grid;
  min-width: 220px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 52px;
}

.mobile-panel a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  font-size: 0.72rem;
  font-weight: 620;
  letter-spacing: 0.18em;
  min-height: 48px;
  padding-inline: 10px;
  text-transform: uppercase;
}

.mobile-panel a:last-child {
  border-bottom: 0;
}

.brand:focus-visible,
.desktop-nav a:focus-visible,
.mobile-nav summary:focus-visible,
.mobile-panel a:focus-visible,
.button:focus-visible,
.footer a:focus-visible,
.text-link:focus-visible,
.card-link:focus-visible,
.faq summary:focus-visible,
.scroll-cue:focus-visible,
.contact-line:focus-visible,
.selected-project:focus-visible,
.company-facts a:focus-visible {
  outline: 2px solid var(--blue-soft);
  outline-offset: 5px;
}

/* One-page home */

.home-page main {
  overflow: clip;
}

.home-hero {
  border-bottom: 1px solid var(--line);
  min-height: calc(100svh - 82px);
  overflow: clip;
  position: relative;
}

.home-hero::before {
  background: radial-gradient(circle, rgb(43 108 255 / 10%), transparent 68%);
  content: '';
  filter: blur(12px);
  height: 60vw;
  max-height: 900px;
  max-width: 900px;
  position: absolute;
  right: -28vw;
  top: -34vw;
  width: 60vw;
}

.home-hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(48px, 7vw, 110px);
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  min-height: calc(100svh - 82px);
  padding-block: clamp(72px, 8vw, 124px);
  position: relative;
}

.home-hero-copy {
  position: relative;
  z-index: 2;
}

.home-hero h1 {
  font-family: 'Iowan Old Style', 'Baskerville', 'Times New Roman', 'Yu Mincho', serif;
  font-size: clamp(4.3rem, 8.4vw, 8.5rem);
  font-weight: 400;
  letter-spacing: -0.072em;
  line-height: 0.82;
  margin: 0;
  text-wrap: balance;
}

.home-hero h1 span {
  display: block;
}

.home-kicker {
  color: var(--text-soft);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.42em;
  margin: 40px 0 0;
}

.hero-sculpture {
  aspect-ratio: 0.82;
  justify-self: end;
  max-height: 720px;
  max-width: 620px;
  min-height: 460px;
  overflow: visible;
  position: relative;
  width: 100%;
}

.sculpture-plane {
  background:
    linear-gradient(108deg, rgb(255 255 255 / 2%) 10%, rgb(255 255 255 / 10%) 52%, transparent 53%),
    linear-gradient(165deg, #020202 0%, #121212 52%, #050505 100%);
  border: 1px solid rgb(255 255 255 / 7%);
  box-shadow: 0 48px 90px rgb(0 0 0 / 72%);
  clip-path: polygon(15% 0, 100% 8%, 86% 100%, 0 86%);
  inset: 8% 0 3% 10%;
  position: absolute;
  transform: perspective(900px) rotateY(-9deg) rotateZ(1deg);
}

.sculpture-plane::after {
  background-image: repeating-linear-gradient(
    98deg,
    transparent 0,
    transparent 4px,
    rgb(255 255 255 / 1.5%) 5px
  );
  content: '';
  inset: 0;
  mix-blend-mode: screen;
  position: absolute;
}

.sculpture-ribbon {
  border: 1px solid rgb(241 239 233 / 72%);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  height: 78%;
  left: -9%;
  position: absolute;
  top: -6%;
  transform: rotate(28deg) skewX(-12deg);
  width: 118%;
}

.sculpture-edge {
  background: linear-gradient(180deg, transparent, var(--blue) 38%, transparent 84%);
  box-shadow: 0 0 30px rgb(43 108 255 / 42%);
  height: 76%;
  position: absolute;
  right: 12%;
  top: 15%;
  transform: skewY(-7deg);
  width: 2px;
}

.scroll-cue {
  align-items: center;
  bottom: clamp(26px, 3vw, 48px);
  color: var(--muted);
  display: flex;
  font-size: 0.58rem;
  gap: 10px;
  letter-spacing: 0.24em;
  position: absolute;
  right: clamp(24px, 4.5vw, 64px);
  text-transform: uppercase;
}

.scroll-cue i {
  background: var(--line-strong);
  display: block;
  height: 58px;
  width: 1px;
}

.editorial-section {
  border-bottom: 1px solid var(--line);
  min-height: 88svh;
  padding-block: clamp(110px, 14vw, 210px);
  position: relative;
}

.editorial-grid {
  align-items: center;
  display: grid;
  gap: clamp(44px, 7vw, 110px);
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
}

.section-index {
  align-items: center;
  align-self: start;
  color: var(--text-soft);
  display: flex;
  font-size: 0.64rem;
  font-weight: 600;
  gap: 12px;
  letter-spacing: 0.3em;
  margin: 0;
  text-transform: uppercase;
}

.section-index span {
  background: var(--line-strong);
  display: inline-block;
  height: 1px;
  width: 28px;
}

.editorial-copy {
  grid-column: 1;
}

.editorial-copy h2 {
  font-family: 'Iowan Old Style', 'Baskerville', 'Times New Roman', 'Yu Mincho', serif;
  font-size: clamp(3rem, 5.8vw, 6.2rem);
  font-weight: 400;
  letter-spacing: -0.058em;
  line-height: 0.98;
  margin: 0;
}

.editorial-copy p {
  color: var(--muted);
  font-size: clamp(0.9rem, 1.3vw, 1.05rem);
  letter-spacing: 0.05em;
  margin: 36px 0 0;
}

.approach-landscape {
  align-self: stretch;
  background:
    radial-gradient(ellipse at 48% 70%, rgb(255 255 255 / 18%), transparent 23%),
    linear-gradient(165deg, #050505 0 48%, #0d0d0d 49% 100%);
  border: 1px solid rgb(255 255 255 / 5%);
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.approach-landscape::before {
  background: linear-gradient(170deg, transparent 0 48%, #1b1b1b 49%, #050505 76%);
  clip-path: polygon(0 66%, 33% 53%, 56% 58%, 100% 22%, 100% 100%, 0 100%);
  content: '';
  inset: 0;
  position: absolute;
}

.approach-landscape::after {
  background: linear-gradient(90deg, transparent, rgb(241 239 233 / 48%), transparent);
  content: '';
  height: 1px;
  left: 15%;
  position: absolute;
  right: 5%;
  top: 62%;
  transform: rotate(-12deg);
}

.approach-landscape span {
  background-image: radial-gradient(rgb(255 255 255 / 7%) 0.8px, transparent 0.8px);
  background-size: 5px 5px;
  inset: 0;
  opacity: 0.18;
  position: absolute;
}

.field-section {
  background: #030303;
}

.field-copy {
  grid-column: 1;
}

.field-copy h2 {
  font-family: 'Iowan Old Style', 'Baskerville', 'Times New Roman', 'Yu Mincho', serif;
  font-size: clamp(3rem, 5.8vw, 6.2rem);
  font-weight: 400;
  letter-spacing: -0.058em;
  line-height: 0.98;
  margin: 0;
}

.business-list {
  display: grid;
  list-style: none;
  margin: 46px 0 0;
  padding: 0;
}

.business-list li {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
  padding-block: 19px;
}

.business-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.business-list strong {
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.business-list span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.75;
}

.selected-project {
  border: 1px solid var(--line);
  display: grid;
  gap: 9px;
  margin-top: 32px;
  padding: 22px;
  position: relative;
  transition:
    border-color 180ms ease,
    background-color 180ms ease;
}

.selected-project:hover {
  background: rgb(255 255 255 / 2%);
  border-color: var(--line-strong);
}

.selected-project > span {
  color: var(--blue-soft);
  font-size: 0.58rem;
  font-weight: 650;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.selected-project > strong {
  font-family: 'Iowan Old Style', 'Baskerville', 'Times New Roman', serif;
  font-size: 1.55rem;
  font-weight: 400;
}

.selected-project > small {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.7;
}

.selected-project > i {
  bottom: 22px;
  color: var(--text-soft);
  font-size: 0.62rem;
  font-style: normal;
  letter-spacing: 0.12em;
  position: absolute;
  right: 22px;
  text-transform: uppercase;
}

.field-orbit {
  align-self: stretch;
  background: linear-gradient(180deg, #030303, #070707);
  border: 1px solid rgb(255 255 255 / 4%);
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.field-orbit::before {
  background:
    radial-gradient(circle at 50% 12%, rgb(70 117 255 / 26%), transparent 16%),
    radial-gradient(circle at 45% 95%, #161616 0, #060606 53%, #010101 71%);
  border-radius: 50%;
  box-shadow:
    0 -2px 0 var(--blue),
    0 -10px 40px rgb(43 108 255 / 48%),
    inset 0 18px 40px rgb(255 255 255 / 4%);
  content: '';
  height: 116%;
  left: -8%;
  position: absolute;
  top: 45%;
  width: 116%;
}

.field-orbit span {
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 4%), transparent);
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}

.company-facts {
  display: grid;
  gap: 0;
  grid-column: 1;
  margin: 0;
}

.company-facts div {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 22px;
  grid-template-columns: 90px minmax(0, 1fr);
  padding-block: 18px;
}

.company-facts div:last-child {
  border-bottom: 1px solid var(--line);
}

.company-facts dt {
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.company-facts dd {
  color: var(--text-soft);
  font-family: 'Iowan Old Style', 'Baskerville', 'Times New Roman', serif;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  margin: 0;
  overflow-wrap: anywhere;
}

.company-facts a {
  text-decoration: underline;
  text-decoration-color: var(--line-strong);
  text-underline-offset: 5px;
}

.company-object {
  align-self: stretch;
  background: #080808;
  border: 1px solid rgb(255 255 255 / 4%);
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.company-object::before {
  background: linear-gradient(142deg, #222 0, #0d0d0d 42%, #020202 100%);
  box-shadow: 28px 48px 80px rgb(0 0 0 / 70%);
  clip-path: polygon(24% 14%, 94% 0, 100% 72%, 36% 100%, 0 58%);
  content: '';
  inset: 13% 4% 8% 8%;
  position: absolute;
}

.company-object::after {
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 70%), transparent);
  content: '';
  height: 1px;
  left: 8%;
  position: absolute;
  right: 4%;
  top: 56%;
  transform: rotate(-15deg);
}

.company-object span {
  background: linear-gradient(180deg, transparent, rgb(43 108 255 / 20%), transparent);
  height: 65%;
  position: absolute;
  right: 18%;
  top: 16%;
  width: 1px;
}

.home-contact {
  border-bottom: 1px solid var(--line);
  padding-block: clamp(120px, 16vw, 240px);
}

.home-contact .section-index {
  margin-bottom: clamp(54px, 8vw, 110px);
}

.contact-line {
  align-items: center;
  border-bottom: 1px solid var(--line-strong);
  display: flex;
  font-family: 'Iowan Old Style', 'Baskerville', 'Times New Roman', 'Yu Mincho', serif;
  font-size: clamp(2.9rem, 7.2vw, 7rem);
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: -0.06em;
  line-height: 1;
  padding-bottom: 24px;
}

.contact-line i {
  color: var(--blue-soft);
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.38em;
  font-style: normal;
}

.contact-email {
  color: var(--muted);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  margin: 22px 0 0;
}

/* Inner pages */

.page-hero {
  border-bottom: 1px solid var(--line);
  padding-block: clamp(90px, 12vw, 170px);
}

.eyebrow {
  color: var(--blue-soft);
  font-size: 0.64rem;
  font-weight: 650;
  letter-spacing: 0.28em;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.page-hero h1 {
  font-family: 'Iowan Old Style', 'Baskerville', 'Times New Roman', 'Yu Mincho', serif;
  font-size: clamp(3.2rem, 7vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.95;
  margin: 0;
}

.page-lead {
  color: var(--muted);
  font-size: clamp(0.95rem, 1.7vw, 1.1rem);
  margin: 30px 0 0;
  max-width: 680px;
}

.section {
  padding-block: clamp(78px, 10vw, 140px);
}

.section-muted {
  background: var(--surface);
  border-block: 1px solid var(--line);
}

.section-header {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.66fr);
  margin-bottom: 52px;
}

.section-header h2,
.content-heading {
  font-family: 'Iowan Old Style', 'Baskerville', 'Times New Roman', 'Yu Mincho', serif;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1.05;
  margin: 0;
}

.section-header > p:last-child {
  align-self: end;
  color: var(--muted);
  margin: 0;
}

.grid-2,
.grid-3 {
  display: grid;
  gap: 16px;
}

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

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

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
  padding: clamp(28px, 4vw, 46px);
}

.card-dark {
  background: linear-gradient(145deg, #101010, #050505);
}

.card-kicker {
  color: var(--blue-soft);
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.22em;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.card h3 {
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  font-weight: 550;
  letter-spacing: -0.035em;
  line-height: 1.3;
  margin: 0;
}

.card p {
  color: var(--muted);
  margin: 16px 0 0;
}

.card-link {
  color: var(--blue-soft);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 650;
  gap: 8px;
  margin-top: 30px;
}

.metric {
  border-top: 1px solid var(--line);
  margin-top: 30px;
  padding-top: 22px;
}

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

.metric span {
  color: var(--muted);
  font-size: 0.82rem;
  margin-top: 4px;
}

.content {
  max-width: 900px;
}

.content-section {
  border-top: 1px solid var(--line);
  padding-block: 36px;
}

.content-section:first-child {
  border-top: 0;
  padding-top: 0;
}

.content-section h2 {
  font-size: clamp(1.35rem, 2.8vw, 1.9rem);
  font-weight: 580;
  letter-spacing: -0.03em;
  line-height: 1.35;
  margin: 0 0 17px;
}

.content-section h3 {
  font-size: 1.05rem;
  margin: 26px 0 8px;
}

.content-section p,
.content-section li {
  color: var(--text-soft);
}

.content-section p {
  margin: 10px 0 0;
}

.content-section ul,
.content-section ol {
  margin: 12px 0 0;
  padding-left: 1.4rem;
}

.content-section li + li {
  margin-top: 8px;
}

.download-link {
  margin-top: 28px !important;
}

.notice {
  background: #0c1425;
  border: 1px solid rgb(124 162 255 / 28%);
  border-left: 2px solid var(--blue);
  border-radius: var(--radius);
  color: var(--text-soft);
  margin-bottom: 32px;
  padding: 20px 22px;
}

.data-table {
  border-collapse: collapse;
  width: 100%;
}

.data-table th,
.data-table td {
  border-bottom: 1px solid var(--line);
  padding: 18px 12px;
  text-align: left;
  vertical-align: top;
}

.data-table th {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 620;
  letter-spacing: 0.04em;
  width: 32%;
}

.data-table td {
  color: var(--text-soft);
  font-size: 0.92rem;
  overflow-wrap: anywhere;
}

.feature-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.feature-list li {
  align-items: flex-start;
  border-top: 1px solid var(--line);
  color: var(--text-soft);
  display: grid;
  gap: 15px;
  grid-template-columns: 34px 1fr;
  padding-top: 15px;
}

.feature-list .number {
  color: var(--blue-soft);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.faq {
  display: grid;
  gap: 10px;
}

.faq details {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 20px;
}

.faq summary {
  cursor: pointer;
  font-weight: 650;
}

.faq p {
  color: var(--muted);
  margin: 13px 0 2px;
}

.button {
  align-items: center;
  border: 1px solid var(--line-strong);
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 650;
  gap: 9px;
  justify-content: center;
  min-height: 48px;
  padding: 10px 20px;
}

.button-primary {
  background: var(--text);
  border-color: var(--text);
  color: var(--bg);
}

.button-disabled {
  cursor: default;
  opacity: 0.56;
}

.button-secondary {
  background: transparent;
}

.contact-card {
  align-items: start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr auto;
  padding: clamp(30px, 5vw, 58px);
}

.contact-card h2 {
  font-family: 'Iowan Old Style', 'Baskerville', 'Times New Roman', serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.1;
  margin: 0;
}

.contact-card p {
  color: var(--muted);
  margin: 13px 0 0;
}

.contact-card .button {
  align-self: center;
}

.text-link {
  color: var(--blue-soft);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: rgb(124 162 255 / 42%);
  text-underline-offset: 4px;
}

/* Shared footer */

.footer {
  background: #020202;
  border-top: 1px solid var(--line);
  padding-block: 72px max(34px, env(safe-area-inset-bottom));
}

.footer-top {
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(210px, 0.8fr) minmax(0, 1.2fr);
}

.footer-label {
  color: var(--text);
  font-size: 0.66rem !important;
  font-weight: 650;
  letter-spacing: 0.34em;
  margin: 0 !important;
}

.footer-brand p:last-child {
  color: var(--muted);
  font-family: 'Iowan Old Style', 'Baskerville', 'Times New Roman', serif;
  font-size: 1.1rem;
  margin: 14px 0 0;
}

.footer-links {
  display: grid;
  gap: 6px 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer-links a {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 0.72rem;
  min-height: 40px;
}

.footer-links a:hover {
  color: var(--text);
}

.footer-bottom {
  border-top: 1px solid var(--line);
  color: #6f6e69;
  display: flex;
  font-size: 0.66rem;
  justify-content: space-between;
  letter-spacing: 0.08em;
  margin-top: 58px;
  padding-top: 22px;
}

.footer-wordmark {
  color: var(--text);
  display: block;
  font-family: 'Iowan Old Style', 'Baskerville', 'Times New Roman', serif;
  font-size: clamp(4rem, 14vw, 11.5rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 0.82;
  margin-top: clamp(70px, 10vw, 130px);
  max-width: 100%;
  padding-left: 0;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .home-hero-inner,
  .editorial-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-hero-inner {
    align-items: start;
    min-height: auto;
  }

  .home-hero-copy {
    padding-top: 24px;
  }

  .hero-sculpture {
    justify-self: stretch;
    max-width: none;
    min-height: 520px;
  }

  .scroll-cue {
    bottom: 32px;
  }

  .editorial-section {
    min-height: 0;
  }

  .editorial-copy,
  .field-copy,
  .company-facts,
  .approach-landscape,
  .field-orbit,
  .company-object {
    grid-column: 1;
    grid-row: auto;
  }

  .approach-landscape,
  .field-orbit,
  .company-object {
    min-height: 500px;
  }

  .section-header,
  .footer-top,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .contact-card .button {
    justify-self: start;
  }
}

@media (max-width: 820px) {
  [id] {
    scroll-margin-top: calc(68px + env(safe-area-inset-top) + 16px);
  }

  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .nav {
    height: calc(68px + env(safe-area-inset-top));
    padding-top: env(safe-area-inset-top);
  }
}

@media (max-width: 640px) {
  .shell {
    padding-inline: max(22px, env(safe-area-inset-left));
  }

  .brand {
    font-size: 0.76rem;
    letter-spacing: 0.24em;
  }

  .home-hero-inner {
    gap: 42px;
    padding-block: 62px 112px;
  }

  .home-hero h1 {
    font-size: clamp(3.55rem, 17.5vw, 5.2rem);
    line-height: 0.86;
  }

  .home-kicker {
    font-size: 0.58rem;
    margin-top: 30px;
  }

  .hero-sculpture {
    min-height: 390px;
  }

  .sculpture-plane {
    inset: 8% -16% 3% 4%;
  }

  .scroll-cue {
    left: max(22px, env(safe-area-inset-left));
    right: auto;
  }

  .scroll-cue i {
    height: 42px;
  }

  .editorial-section {
    padding-block: 104px;
  }

  .editorial-grid {
    gap: 44px;
  }

  .editorial-copy h2 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .editorial-copy p {
    font-size: 0.86rem;
    line-height: 1.9;
    margin-top: 26px;
  }

  .field-copy h2 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .business-list {
    margin-top: 34px;
  }

  .selected-project {
    padding: 20px;
  }

  .selected-project > i {
    margin-top: 8px;
    position: static;
  }

  .approach-landscape,
  .field-orbit,
  .company-object {
    min-height: 360px;
  }

  .company-facts div {
    gap: 14px;
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .company-facts dd {
    font-size: 1rem;
  }

  .home-contact {
    padding-block: 110px;
  }

  .home-contact .section-index {
    margin-bottom: 58px;
  }

  .contact-line {
    align-items: flex-end;
    font-size: clamp(2.7rem, 13vw, 4rem);
    gap: 20px;
  }

  .contact-line span {
    max-width: 8ch;
  }

  .page-hero {
    padding-block: 76px 92px;
  }

  .page-hero h1 {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .section-header,
  .grid-2 {
    grid-template-columns: 1fr;
  }

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

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .footer-wordmark {
    font-size: clamp(3.25rem, 15vw, 5.5rem);
    letter-spacing: 0.06em;
  }

  .data-table,
  .data-table tbody,
  .data-table tr,
  .data-table th,
  .data-table td {
    display: block;
    width: 100%;
  }

  .data-table tr {
    border-bottom: 1px solid var(--line);
    padding-block: 14px;
  }

  .data-table th,
  .data-table td {
    border: 0;
    padding: 2px 0;
  }
}

@media (max-width: 380px) {
  .home-hero h1 {
    font-size: 3.25rem;
  }

  .hero-sculpture {
    min-height: 330px;
  }

  .approach-landscape,
  .field-orbit,
  .company-object {
    min-height: 310px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media print {
  :root {
    color-scheme: light;
  }

  body {
    background: #fff;
    color: #111;
  }

  .site-header,
  .footer,
  .hero-sculpture,
  .approach-landscape,
  .field-orbit,
  .company-object,
  .scroll-cue {
    display: none;
  }

  .page-hero,
  .section,
  .content-section,
  .editorial-section {
    min-height: 0;
    padding-block: 20px;
  }
}
