/* GenbaRelay 正式LP
   Industrial Editorial / Modern Architecture / Premium BtoB */

:root {
  --paper: #ffffff;
  --paper-soft: #f5f5f2;
  --gray: #eceeeb;
  --line: #c8cdca;
  --line-dark: #464b4a;
  --charcoal: #171a1b;
  --charcoal-soft: #242829;
  --text: #1d2122;
  --text-soft: #505657;
  --muted: #747a7a;
  --green: #285b4d;
  --green-light: #a8c0b8;
  --focus: #9c661f;
  --page: 1720px;
  --content: 1420px;
  --sans:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Hiragino Sans",
    "Yu Gothic UI",
    "Yu Gothic",
    Meiryo,
    sans-serif;
  --serif:
    "Yu Mincho",
    "YuMincho",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.85;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
p,
figure,
ul,
ol,
dl,
dd {
  margin-top: 0;
}

p:last-child,
figure:last-child {
  margin-bottom: 0;
}

.page-width,
.content-width {
  width: min(calc(100% - 96px), var(--page));
  margin-inline: auto;
}

.content-width {
  max-width: var(--content);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--charcoal);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

/* Header */
.site-header {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 40px;
}

.brand {
  display: flex;
  width: fit-content;
  flex-direction: column;
  text-decoration: none;
}

.brand strong {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.brand span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.57rem;
  line-height: 1.2;
  letter-spacing: 0.14em;
}

.header-inner nav {
  display: flex;
  gap: 36px;
}

.header-inner nav a {
  color: var(--text-soft);
  font-size: 0.72rem;
  font-weight: 650;
  text-decoration: none;
}

.header-inner nav a:hover {
  color: var(--green);
}

.header-status {
  justify-self: end;
  padding-left: 16px;
  color: var(--green);
  border-left: 2px solid var(--green);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

/* Shared editorial type */
.overline,
.section-index {
  margin-bottom: 24px;
  color: var(--green);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.section-index-light {
  color: var(--green-light);
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 34px;
  font-size: clamp(3.5rem, 5.4vw, 6.4rem);
  line-height: 1.18;
}

h3 {
  margin-bottom: 22px;
  font-size: clamp(2.2rem, 3.4vw, 4rem);
  line-height: 1.25;
}

/* Hero */
.hero {
  background: var(--paper-soft);
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  min-height: calc(100vh - 88px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(480px, 0.92fr);
  align-items: stretch;
  gap: clamp(50px, 5vw, 96px);
  padding-top: 54px;
  padding-bottom: 54px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 0;
}

.hero-copy h1 {
  margin-bottom: 46px;
  font-size: clamp(5.2rem, 7.4vw, 9rem);
  line-height: 1.08;
}

.hero-copy h1 em {
  color: var(--green);
  font-style: normal;
}

.hero-name {
  margin-bottom: 46px;
  padding-top: 26px;
  border-top: 1px solid var(--text);
  font-size: clamp(1.5rem, 2.1vw, 2.3rem);
  font-weight: 760;
  letter-spacing: -0.03em;
}

.hero-description {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 50px;
}

.hero-description p {
  max-width: 600px;
  margin: 0;
  color: var(--text-soft);
  font-size: 0.96rem;
}

.arrow-link {
  padding-bottom: 7px;
  color: var(--green);
  border-bottom: 1px solid var(--green);
  font-size: 0.75rem;
  font-weight: 760;
  text-decoration: none;
  white-space: nowrap;
}

.arrow-link span {
  margin-left: 14px;
}

.beta-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 38px 0 0;
  color: var(--muted);
  font-size: 0.67rem;
}

.beta-note span {
  width: 26px;
  height: 2px;
  background: var(--green);
}

.hero-photo {
  min-height: 720px;
  display: grid;
  grid-template-rows: 1fr auto;
  margin: 0;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  display: block;
  object-fit: cover;
  object-position: 58% center;
}

.hero-photo figcaption,
.materials-photo figcaption,
.issues-photo figcaption,
.listening-section figcaption,
.contact-section figcaption {
  margin-top: 11px;
  color: var(--muted);
  font-size: 0.61rem;
  letter-spacing: 0.08em;
}

/* Opening statement */
.statement-section {
  padding: 170px 0;
  background: var(--paper);
}

.statement-grid {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 60px;
}

.statement-grid .section-index {
  padding-top: 14px;
}

.statement-lead {
  max-width: 1180px;
  margin-bottom: 58px;
  font-family: var(--serif);
  font-size: clamp(4.2rem, 6.8vw, 8rem);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.06em;
}

.statement-body {
  max-width: 760px;
  margin-left: auto;
  color: var(--text-soft);
  font-size: 1.03rem;
}

/* Issues */
.issues-section {
  padding: 150px 0;
  background: var(--gray);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.issues-heading {
  display: grid;
  grid-template-columns: 180px minmax(0, 1.25fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 90px;
}

.issues-heading h2,
.issues-heading > p:last-child {
  margin-bottom: 0;
}

.issues-heading > p:last-child {
  color: var(--text-soft);
  font-size: 0.91rem;
}

.issues-layout {
  display: grid;
  grid-template-columns: minmax(500px, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: 86px;
}

.issue-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--text);
  list-style: none;
}

.issue-list li {
  min-height: 126px;
  display: grid;
  grid-template-columns: 72px minmax(150px, 0.7fr) minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.issue-list span {
  color: var(--green);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.issue-list strong {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.issue-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.77rem;
}

.issues-photo {
  margin: 0;
}

.issues-photo img {
  width: 100%;
  height: 690px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

/* Keep the existing workflow */
.materials-section {
  padding: 160px 0;
  background: var(--paper);
}

.materials-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(500px, 0.94fr);
  align-items: center;
  gap: clamp(70px, 8vw, 150px);
}

.materials-photo {
  margin: 0;
}

.materials-photo img {
  width: 100%;
  height: 800px;
  display: block;
  object-fit: cover;
  object-position: 58% center;
}

.materials-copy h2 {
  margin-bottom: 52px;
}

.material-words {
  margin: 0 0 50px;
  padding: 0;
  border-top: 1px solid var(--text);
  list-style: none;
}

.material-words li {
  padding: 11px 0 13px;
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-size: clamp(2.6rem, 4vw, 4.8rem);
  line-height: 1.25;
  letter-spacing: -0.05em;
}

.materials-copy > p:last-child {
  max-width: 650px;
  color: var(--text-soft);
}

/* Full-width equipment image */
.full-bleed-photo {
  margin: 0;
  background: var(--charcoal);
}

.full-bleed-photo img {
  width: 100%;
  height: min(78vh, 960px);
  min-height: 690px;
  display: block;
  object-fit: cover;
  object-position: center 48%;
}

.full-bleed-photo figcaption {
  min-height: 62px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: #b6bcba;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.17em;
}

/* Typographic connection */
.connection-section {
  padding: 160px 0;
  color: var(--paper);
  background: var(--charcoal);
  border-top: 1px solid var(--line-dark);
}

.connection-heading {
  display: grid;
  grid-template-columns: 160px minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 96px;
}

.connection-heading h2,
.connection-heading > p:last-child {
  margin-bottom: 0;
}

.connection-heading > p:last-child {
  color: #b7bdbb;
  font-size: 0.89rem;
}

.connection-type {
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  align-items: center;
  padding: 55px 0;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.connection-type small {
  display: block;
  margin-bottom: 26px;
  color: var(--green-light);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.connection-type ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 45px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.connection-type li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line-dark);
  font-family: var(--serif);
  font-size: clamp(2.5rem, 4vw, 4.6rem);
  line-height: 1.3;
  letter-spacing: -0.05em;
}

.connection-arrow {
  color: var(--green-light);
  font-size: 3rem;
  text-align: center;
}

.small-disclaimer,
.mock-disclaimer,
.photo-note {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 0.66rem;
  text-align: center;
}

.connection-section .small-disclaimer {
  color: #8b9290;
}

/* Flat UI mock */
.mock-section {
  padding: 160px 0;
  background: var(--paper-soft);
  border-bottom: 1px solid var(--line);
}

.mock-heading {
  display: grid;
  grid-template-columns: 160px minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 80px;
}

.mock-heading h2,
.mock-heading > p:last-child {
  margin-bottom: 0;
}

.mock-heading > p:last-child {
  color: var(--text-soft);
  font-size: 0.89rem;
}

.work-sheet {
  background: var(--paper);
  border: 1px solid var(--text);
}

.sheet-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 34px;
  color: var(--paper);
  background: var(--charcoal);
}

.sheet-header > div {
  display: flex;
  align-items: baseline;
  gap: 18px;
}

.sheet-header strong {
  font-size: 1.05rem;
}

.sheet-header span,
.sheet-header p {
  color: #b7bdbb;
  font-size: 0.63rem;
}

.sheet-header p {
  margin: 0;
  padding-left: 18px;
  border-left: 2px solid var(--green-light);
}

.sheet-case {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
  padding: 42px 46px;
  border-bottom: 1px solid var(--line);
}

.sheet-case small,
.sheet-case p {
  color: var(--muted);
  font-size: 0.63rem;
}

.sheet-case h3 {
  margin: 8px 0 5px;
  font-family: var(--sans);
  font-size: 1.7rem;
  font-weight: 720;
  letter-spacing: -0.025em;
}

.sheet-case p {
  margin-bottom: 0;
}

.sheet-case > div:last-child {
  min-width: 190px;
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.sheet-case > div:last-child strong {
  display: block;
  margin-top: 7px;
  color: var(--green);
  font-size: 0.82rem;
}

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

.sheet-columns section {
  min-height: 400px;
  padding: 40px;
  border-right: 1px solid var(--line);
}

.sheet-columns section:last-child {
  border-right: 0;
}

.sheet-number {
  margin-bottom: 36px;
  color: var(--green);
  font-size: 0.65rem;
  font-weight: 800;
}

.sheet-columns h4 {
  margin-bottom: 36px;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.sheet-columns dl {
  margin: 0;
  border-top: 1px solid var(--text);
}

.sheet-columns dl div {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.sheet-columns dt {
  font-size: 0.77rem;
  font-weight: 650;
}

.sheet-columns dd {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.66rem;
}

.sheet-footer {
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 0 46px;
  color: var(--text-soft);
  background: var(--gray);
  border-top: 1px solid var(--line);
  font-size: 0.69rem;
}

/* Industry stories */
.fields-section {
  padding: 170px 0;
  background: var(--paper);
}

.fields-heading {
  display: grid;
  grid-template-columns: 180px minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 110px;
}

.fields-heading h2,
.fields-heading > p:last-child {
  margin-bottom: 0;
}

.fields-heading > p:last-child {
  color: var(--text-soft);
}

.field-story {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
  align-items: center;
  gap: clamp(60px, 7vw, 130px);
  margin-bottom: 140px;
}

.field-story-reverse {
  grid-template-columns: minmax(360px, 0.65fr) minmax(0, 1.35fr);
}

.field-story-reverse figure {
  order: 2;
}

.field-story-reverse > div {
  order: 1;
}

.field-story figure {
  margin: 0;
}

.field-story img {
  width: 100%;
  height: 720px;
  display: block;
  object-fit: cover;
}

.field-story:first-of-type img {
  object-position: center 42%;
}

.field-story > div {
  padding-top: 28px;
  border-top: 1px solid var(--text);
}

.field-story > div > span {
  display: block;
  margin-bottom: 48px;
  color: var(--green);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.field-story > div p {
  color: var(--text-soft);
  font-size: 0.88rem;
}

.photo-note {
  margin-top: 0;
}

/* Listening */
.listening-section {
  padding: 160px 0;
  background: var(--gray);
  border-top: 1px solid var(--line);
}

.listening-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(500px, 1.15fr);
  align-items: center;
  gap: clamp(70px, 8vw, 150px);
}

.listening-grid figure {
  margin: 0;
}

.listening-grid img {
  width: 100%;
  height: 760px;
  display: block;
  object-fit: cover;
  object-position: center 43%;
}

.listening-grid > div {
  max-width: 760px;
}

.listening-grid > div > p:not(.section-index) {
  color: var(--text-soft);
}

.listening-grid > div > small {
  display: block;
  margin-top: 45px;
  padding-top: 22px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.69rem;
}

/* Final CTA */
.contact-section {
  min-height: 820px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: var(--paper);
  background: var(--charcoal);
}

.contact-section figure {
  min-height: 820px;
  display: grid;
  grid-template-rows: 1fr auto;
  margin: 0;
  padding-bottom: 26px;
  background: var(--paper-soft);
}

.contact-section figure img {
  width: 100%;
  height: 100%;
  min-height: 760px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.contact-section figcaption {
  margin: 16px 28px 0;
}

.contact-copy {
  max-width: 850px;
  align-self: center;
  padding: 100px clamp(60px, 7vw, 150px);
}

.contact-copy h2 {
  margin-bottom: 45px;
  font-size: clamp(4rem, 6vw, 7.4rem);
  line-height: 1.12;
}

.contact-copy > p:not(.section-index) {
  max-width: 610px;
  margin-bottom: 42px;
  color: #bec3c1;
}

.contact-button {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 24px;
  color: var(--charcoal);
  background: var(--paper);
  border: 1px solid var(--paper);
  font-size: 0.82rem;
  font-weight: 760;
  text-decoration: none;
}

.contact-button:hover {
  color: var(--paper);
  background: transparent;
}

.contact-copy > small {
  display: block;
  margin-top: 18px;
  color: #888f8d;
  font-size: 0.64rem;
}

/* Footer */
.site-footer {
  color: #a9afad;
  background: #101314;
  border-top: 1px solid var(--line-dark);
}

.footer-grid {
  min-height: 150px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 40px;
}

.footer-grid > div {
  display: flex;
  flex-direction: column;
}

.footer-grid strong {
  color: var(--paper);
  font-size: 1.05rem;
}

.footer-grid span,
.footer-grid small,
.footer-grid p {
  font-size: 0.62rem;
}

.footer-grid > p {
  margin: 0;
}

.footer-grid > div:last-child {
  justify-self: end;
  text-align: right;
}

/* 1366px前後のノートPC */
@media (max-width: 1366px) {
  .page-width,
  .content-width {
    width: min(calc(100% - 64px), var(--page));
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.88fr);
    gap: 54px;
  }

  .hero-copy h1 {
    font-size: clamp(4.6rem, 7vw, 6.4rem);
  }

  .hero-description {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 24px;
  }

  .arrow-link {
    width: fit-content;
  }

  .issues-heading,
  .connection-heading,
  .mock-heading,
  .fields-heading {
    grid-template-columns: 120px minmax(0, 1.15fr) minmax(280px, 0.75fr);
    gap: 42px;
  }

  .issues-layout {
    grid-template-columns: minmax(460px, 0.9fr) minmax(0, 1.1fr);
    gap: 50px;
  }

  .issue-list li {
    grid-template-columns: 54px minmax(140px, 0.75fr) minmax(0, 1fr);
  }

  .materials-grid {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.9fr);
    gap: 70px;
  }

  .field-story {
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  }

  .field-story-reverse {
    grid-template-columns: minmax(330px, 0.8fr) minmax(0, 1.2fr);
  }

  .contact-copy {
    padding-right: 60px;
    padding-left: 60px;
  }
}

/* Tablet */
@media (max-width: 980px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .header-inner nav {
    display: none;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 70px;
  }

  .hero-copy {
    padding: 0 0 55px;
  }

  .hero-copy h1 {
    font-size: clamp(4.5rem, 11vw, 7rem);
  }

  .hero-photo,
  .hero-photo img {
    min-height: 650px;
  }

  .statement-section,
  .materials-section,
  .connection-section,
  .mock-section,
  .fields-section,
  .listening-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .statement-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .statement-lead {
    font-size: clamp(3.8rem, 10vw, 6rem);
  }

  .issues-heading,
  .connection-heading,
  .mock-heading,
  .fields-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 65px;
  }

  .issues-layout {
    grid-template-columns: 1fr;
  }

  .issues-photo img {
    height: 600px;
  }

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

  .materials-photo img {
    height: 650px;
  }

  .materials-copy {
    max-width: 760px;
  }

  .full-bleed-photo img {
    height: 720px;
    min-height: 0;
  }

  .connection-type {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .connection-arrow {
    transform: rotate(90deg);
  }

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

  .sheet-columns section {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .field-story,
  .field-story-reverse {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 100px;
  }

  .field-story-reverse figure,
  .field-story-reverse > div {
    order: initial;
  }

  .field-story img {
    height: 650px;
  }

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

  .listening-grid img {
    height: 650px;
  }

  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-section figure,
  .contact-section figure img {
    min-height: 620px;
  }

  .contact-copy {
    max-width: none;
    padding: 100px 48px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-grid > div:last-child {
    justify-self: start;
    text-align: left;
  }
}

/* Smartphone：すべて通常の縦方向フローで表示し、要素を重ねません。 */
@media (max-width: 640px) {
  html {
    scroll-behavior: auto;
  }

  body {
    font-size: 15px;
  }

  .page-width,
  .content-width {
    width: min(calc(100% - 32px), var(--page));
  }

  .header-inner {
    min-height: 72px;
  }

  .brand strong {
    font-size: 1.05rem;
  }

  .header-status {
    font-size: 0.58rem;
  }

  h2 {
    font-size: clamp(2.8rem, 14vw, 4.3rem);
  }

  h2 br {
    display: none;
  }

  .hero-grid {
    padding-top: 50px;
    padding-bottom: 28px;
  }

  .hero-copy h1 {
    font-size: clamp(3.7rem, 17vw, 5.4rem);
    line-height: 1.12;
  }

  .hero-name {
    margin-bottom: 30px;
  }

  .hero-description {
    gap: 28px;
  }

  .hero-photo,
  .hero-photo img {
    min-height: 500px;
  }

  .statement-section,
  .materials-section,
  .connection-section,
  .mock-section,
  .fields-section,
  .listening-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .statement-lead {
    margin-bottom: 36px;
    font-size: clamp(3rem, 15vw, 4.7rem);
  }

  .statement-body {
    font-size: 0.92rem;
  }

  .issues-section {
    padding: 78px 0;
  }

  .issues-heading {
    margin-bottom: 44px;
  }

  .issues-layout {
    gap: 44px;
  }

  .issue-list li {
    min-height: 118px;
    grid-template-columns: 40px 1fr;
    gap: 6px 15px;
    padding: 18px 0;
  }

  .issue-list p {
    grid-column: 2;
  }

  .issue-list strong {
    font-size: 1.35rem;
  }

  .issues-photo img,
  .materials-photo img,
  .listening-grid img,
  .field-story img {
    height: 430px;
  }

  .material-words li {
    font-size: 2.7rem;
  }

  .full-bleed-photo img {
    height: 540px;
  }

  .connection-heading,
  .mock-heading,
  .fields-heading {
    margin-bottom: 45px;
  }

  .connection-type {
    padding: 38px 0;
  }

  .connection-type ul {
    grid-template-columns: 1fr;
  }

  .connection-type li {
    font-size: 2.8rem;
  }

  .sheet-header {
    min-height: 96px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 20px;
  }

  .sheet-header > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .sheet-header p {
    padding-left: 0;
    border-left: 0;
  }

  .sheet-case {
    grid-template-columns: 1fr;
    padding: 28px 20px;
  }

  .sheet-case > div:last-child {
    padding-top: 18px;
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .sheet-columns section {
    padding: 28px 20px;
  }

  .sheet-footer {
    min-height: 80px;
    padding: 18px 20px;
  }

  .field-story,
  .field-story-reverse {
    gap: 28px;
    margin-bottom: 75px;
  }

  .field-story > div > span {
    margin-bottom: 28px;
  }

  .listening-grid {
    gap: 50px;
  }

  .contact-section figure,
  .contact-section figure img {
    min-height: 450px;
  }

  .contact-copy {
    padding: 75px 24px;
  }

  .contact-copy h2 {
    font-size: clamp(3.3rem, 15vw, 5rem);
  }

  .contact-button {
    min-height: 72px;
  }

  .footer-grid {
    min-height: 190px;
  }
}

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