:root {
  --bg: #f5f3ef;
  --paper: #f8f6f2;
  --surface: #ffffff;
  --ink: #111111;
  --muted: #66615a;
  --line: rgba(17, 17, 17, 0.12);
  --line-strong: rgba(17, 17, 17, 0.18);
  --accent: #8f1116;
  --shadow-soft: 0 18px 60px rgba(0, 0, 0, 0.08);
  --shadow-card: 0 20px 50px rgba(0, 0, 0, 0.1);
  --max: 1360px;
  --pad: clamp(20px, 3vw, 44px);
  --radius: 22px;
  --header-h: 82px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

button {
  font: inherit;
}

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

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   HEADER
   ========================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 var(--pad);
  background: rgba(248, 246, 242, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand img {
  width: auto;
  height: 40px;
}

.brand-name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: Arial, Helvetica, sans-serif;
}

.site-nav a {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #222;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 250ms ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.nav-toggle span {
  width: 18px;
  height: 1.5px;
  background: #111;
  display: block;
}

/* =========================
   HERO
   ========================= */

.hero-2026 {
  position: relative;
  min-height: calc(100svh - var(--header-h));
  overflow: clip;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-carousel {
  position: absolute;
  inset: 0;
}

.hero-viewport {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.hero-track {
  display: flex;
  height: 100%;
  transition: transform 600ms ease;
  will-change: transform;
}

.hero-slide {
  flex: 0 0 100%;
  position: relative;
  overflow: hidden;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
  transform: scale(1.03);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to right,
      rgba(13, 13, 13, 0.62) 0%,
      rgba(13, 13, 13, 0.36) 38%,
      rgba(13, 13, 13, 0.14) 62%,
      rgba(13, 13, 13, 0.34) 100%
    ),
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.38) 0%,
      rgba(0, 0, 0, 0.06) 42%,
      rgba(0, 0, 0, 0.12) 100%
    );
  pointer-events: none;
}

.hero-shell {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 40px), var(--max));
  min-height: calc(100svh - var(--header-h));
  margin: 0 auto;
  padding: clamp(56px, 9vh, 110px) 32px 80px;
  display: grid;
  align-content: end;
}

.hero-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 26px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.hero-type-wrap {
  position: relative;
  max-width: 980px;
}

.hero-type-back {
  position: absolute;
  left: 0;
  top: clamp(-28px, -3vw, -18px);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(56px, 14vw, 200px);
  letter-spacing: 0.12em;
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.05);
  pointer-events: none;
  user-select: none;
}

.hero-title {
  margin: 0;
  color: #fff;
  line-height: 0.92;
  font-weight: 500;
  font-size: clamp(52px, 9vw, 132px);
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.hero-title-line {
  display: block;
  position: relative;
}

.hero-title-line-front {
  text-shadow:
    0px 1px 0 rgba(255, 255, 255, 0.05),
    6px 8px 18px rgba(0, 0, 0, 0.22);
}

.hero-type-meta {
  margin-top: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.hero-copy {
  width: min(100%, 520px);
  margin-top: 28px;
  transform: translate(-12px);
}

.hero-copy p {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

.hero-caption-panel {
  margin-top: 34px;
  width: min(100%, 460px);
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.hero-caption-label {
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}

.hero-caption-title {
  font-size: 26px;
  line-height: 1.1;
  color: #fff;
}

.hero-caption-sub {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.hero-prev {
  left: 20px;
}
.hero-next {
  right: 20px;
}

.hero-scroll-mark {
  position: absolute;
  right: clamp(20px, 4vw, 42px);
  bottom: 22px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}

.hero-scroll-mark span:first-child {
  width: 48px;
  height: 1px;
  background: rgba(255, 255, 255, 0.42);
}

/* =========================
   SECTIONS
   ========================= */

main {
  overflow: clip;
}

.archive-intro-block,
.story-panel,
.archive-rail-section,
.authority-section,
.selected-work {
  position: relative;
  padding: clamp(60px, 8vw, 110px) 0;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head h2,
.intro-copy h2,
.story-sticky h2,
.authority-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-weight: 500;
  text-wrap: balance;
}

.section-head p,
.intro-copy p,
.story-sticky p,
.authority-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.intro-copy p + p {
  margin-top: 16px;
}

.intro-stat-stack {
  display: grid;
  gap: 16px;
}

.stat-card {
  padding: 22px 22px 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.stat-label {
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.stat-value {
  font-size: 24px;
  line-height: 1.15;
}

/* =========================
   STORY
   ========================= */

.story-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}

.story-sticky {
  position: sticky;
  top: calc(var(--header-h) + 28px);
}

.story-sticky-inner {
  padding: 28px 28px 32px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.82),
    rgba(255, 255, 255, 0.66)
  );
  box-shadow: var(--shadow-soft);
}

.story-label {
  margin-bottom: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.story-steps {
  display: grid;
  gap: 18px;
}

.story-step {
  padding: 24px 24px 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
}

.story-step-number {
  margin-bottom: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

.story-step h3 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.05;
}

.story-step p {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: var(--muted);
}

.archive-intro-block {
  background: #f7f4f0;
  margin-top: -60px;
  position: relative;
  z-index: 2;

  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}
/* =========================
   ARCHIVE RAIL
   ========================= */

.archive-rail-section {
  padding-top: clamp(90px, 10vw, 140px);
}

.archive-rail-band {
  position: absolute;
  left: 50%;
  top: 160px;
  transform: translateX(-50%);
  width: min(94vw, 1680px);
  height: 340px;
  border-radius: 34px;
  background: linear-gradient(
    to right,
    rgba(17, 17, 17, 0.05),
    rgba(17, 17, 17, 0.08),
    rgba(17, 17, 17, 0.05)
  );
  border: 1px solid rgba(17, 17, 17, 0.06);
}

.rail-shell {
  position: relative;
  z-index: 1;
}

.archive-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 300px);
  gap: 24px;
  overflow-x: auto;
  overflow-y: visible;
  padding: 14px 2px 18px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.archive-rail::-webkit-scrollbar {
  display: none;
}

.archive-card {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  min-height: 480px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-card);
  transform: translateY(0);
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease;
}

.archive-card:hover {
  transform: translateY(-8px);
  border-color: rgba(17, 17, 17, 0.18);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.14);
}

.archive-card-image {
  aspect-ratio: 0.84 / 1;
  overflow: hidden;
}

.archive-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.archive-card:hover .archive-card-image img {
  transform: scale(1.04);
}

.archive-card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 20px 24px;
}

.archive-card-meta {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}

.archive-card-title {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 500;
  margin-top: 8px;
}

.archive-card-text {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

/* =========================
   AUTHORITY
   ========================= */

.authority-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
}

.authority-image {
  position: relative;
}

.authority-image::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 62%;
  height: 62%;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 30px;
  pointer-events: none;
}

.authority-image img {
  border-radius: 28px;
  box-shadow: var(--shadow-card);
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
}

.authority-copy p {
  margin-bottom: 18px;
}

.authority-list {
  margin: 0 0 24px;
  padding-left: 20px;
  color: var(--muted);
}

.authority-list li {
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.6;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--accent);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

/* =========================
   SELECTED WORK
   ========================= */

.selected-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 80px;
}

.selected-work-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0 0 28px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
  transition:
    transform 280ms ease,
    box-shadow 280ms ease;
}

.selected-work-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.13);
}

.selected-work-image {
  aspect-ratio: 1.08 / 0.86;
  overflow: hidden;
}

.selected-work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.selected-work-meta,
.selected-work-card-title,
.selected-work-card-text {
  padding-left: 22px;
  padding-right: 22px;
}

.selected-work-meta {
  margin-top: 14px;
  margin-bottom: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.selected-work-card-title {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 500;
  margin-top: 8px;
}

.selected-work-card-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.62;
  color: var(--muted);
  margin-top: 8px;
}

/* =========================
   FOOTER
   ========================= */

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px var(--pad) 34px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.6);
}

.footer-link:hover {
  color: #111;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1100px) {
  .site-nav {
    gap: 16px;
  }

  .site-nav a {
    font-size: 11px;
  }

  .intro-grid,
  .story-grid,
  .authority-grid {
    grid-template-columns: 1fr;
  }

  .story-sticky {
    position: relative;
    top: auto;
  }

  .selected-work-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  :root {
    --header-h: 74px;
  }

  .brand-text {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 20px;
    left: 20px;
    display: grid;
    gap: 0;
    padding: 10px 0;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 22px;
    background: rgba(248, 246, 242, 0.96);
    backdrop-filter: blur(16px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 250ms ease,
      transform 250ms ease;
  }

  .site-nav a {
    padding: 14px 18px;
  }

  body.nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero-arrow {
    display: none;
  }

  .hero-type-meta {
    max-width: 340px;
    line-height: 1.6;
  }

  .archive-rail-band {
    width: calc(100% - 24px);
    height: 280px;
    top: 170px;
  }

  .archive-rail {
    grid-auto-columns: minmax(260px, 78vw);
  }
}

@media (max-width: 700px) {
  .section-shell {
    width: min(calc(100% - 28px), var(--max));
  }

  .hero-shell {
    width: min(calc(100% - 28px), var(--max));
    align-content: end;
    padding: 38px 0 70px;
  }

  .hero-kicker {
    margin-bottom: 18px;
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  .hero-title {
    font-size: clamp(36px, 10vw, 48px);
    line-height: 0.95;
  }

  .hero-type-back {
    font-size: clamp(46px, 18vw, 86px);
    top: -18px;
  }

  .hero-copy p {
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-caption-panel {
    width: 100%;
    padding: 14px 16px;
    border-radius: 16px;
  }

  .hero-caption-title {
    font-size: 18px;
  }

  .hero-caption-sub {
    font-size: 14px;
  }

  .hero-scroll-mark {
    right: 16px;
    bottom: 16px;
  }

  .section-head h2,
  .intro-copy h2,
  .story-sticky h2,
  .authority-copy h2 {
    font-size: 36px;
    line-height: 1.02;
  }

  .section-head p,
  .intro-copy p,
  .story-sticky p,
  .authority-copy p,
  .story-step p,
  .authority-list li {
    font-size: 16px;
  }

  .stat-value {
    font-size: 20px;
  }

  .archive-rail-section {
    padding-top: 84px;
  }

  .archive-rail-band {
    top: 150px;
    height: 250px;
    border-radius: 28px;
  }

  .archive-rail-band {
    display: none;
  }

  .rail-shell {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-radius: 24px;
    padding: 18px 18px 20px;
  }

  .archive-rail-section .section-head {
    margin-bottom: 14px;
  }

  .archive-rail-section .section-head h2 {
    margin-bottom: 8px;
  }

  .archive-rail-section .section-head p {
    margin-bottom: 0;
  }
  .archive-card {
    min-height: 430px;
    border-radius: 22px;
  }

  .archive-card-body {
    padding: 18px 18px 20px;
  }

  .archive-card-title,
  .selected-work-card-title {
    font-size: 24px;
  }

  .site-footer {
    padding-left: 14px;
    padding-right: 14px;
  }
  .site-footer {
    display: grid;
    grid-template-columns: 1.2fr auto 1fr;
    align-items: center;
    gap: 12px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .site-footer > div {
    text-align: left;
  }

  .site-footer .social-icon {
    justify-self: center;
  }

  .site-footer .footer-link {
    justify-self: end;
    text-align: right;
  }
}
/* =========================
   METHODOLOGY PAGE
   ========================= */

.method-hero {
  padding: clamp(60px, 8vw, 110px) 0 42px;
}

.method-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) 320px;
  gap: 28px;
  align-items: start;
}

.method-hero__kicker {
  display: inline-block;
  margin-bottom: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.method-hero__title {
  margin: 0 0 16px;
  font-size: clamp(44px, 6vw, 74px);
  line-height: 0.94;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.method-hero__lead {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.62;
}

.method-hero__panel {
  padding: 24px 24px 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
}

.method-hero__panel-label {
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.method-hero__panel-title {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.06;
  font-weight: 500;
}

.method-hero__panel-text {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.method-nav {
  padding: 0 0 28px;
}

.method-nav__line {
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(17, 17, 17, 0.14),
    transparent
  );
  margin: 0 0 28px;
}

.method-nav__head {
  margin-bottom: 18px;
}

.method-nav__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.5);
}

.method-nav__title {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  font-weight: 500;
}

.method-nav__strip {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 2px 0 4px;
  scrollbar-width: none;
}

.method-nav__strip::-webkit-scrollbar {
  display: none;
}

.method-nav__strip a {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.68);
  transition:
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.method-nav__strip a:hover {
  border-color: var(--line-strong);
  color: var(--ink);
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.96);
}

.method-layout {
  padding: 10px 0 78px;
}

.method-layout__shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: start;
}

.method-side {
  position: sticky;
  top: calc(var(--header-h) + 28px);
}

.method-side__inner {
  padding: 24px 22px 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.82),
    rgba(255, 255, 255, 0.66)
  );
  box-shadow: var(--shadow-soft);
}

.method-side__label {
  margin-bottom: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.method-side__list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.method-side__list li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.62;
}

.method-side__list li:last-child {
  margin-bottom: 0;
}

.method-stream {
  display: grid;
  gap: 22px;
}

.method-block {
  padding: 28px 0 32px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.method-block:first-child {
  border-top: 0;
  padding-top: 0;
}

.method-block__meta,
.method-card__meta {
  margin-bottom: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.48);
}

.method-block__title,
.method-card__title {
  margin: 0 0 14px;
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.method-block__body {
  max-width: 860px;
}

.method-block__body p,
.method-card__body p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.74;
  color: rgba(17, 17, 17, 0.82);
}

.method-block__body p:last-child,
.method-card__body p:last-child {
  margin-bottom: 0;
}

.method-points {
  margin: 0;
  padding-left: 20px;
}

.method-points li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.72;
  color: rgba(17, 17, 17, 0.82);
}

.method-points li:last-child {
  margin-bottom: 0;
}

.method-card {
  padding: 24px 24px 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-soft);
}

@media (max-width: 1100px) {
  .method-hero__grid,
  .method-layout__shell {
    grid-template-columns: 1fr;
  }

  .method-side {
    position: relative;
    top: auto;
  }
}

@media (max-width: 700px) {
  .method-hero {
    padding: 42px 0 28px;
  }

  .method-hero__title {
    font-size: clamp(38px, 11vw, 54px);
  }

  .method-hero__lead {
    font-size: 17px;
    line-height: 1.58;
  }

  .method-nav {
    padding-bottom: 22px;
  }

  .method-layout {
    padding-bottom: 56px;
  }

  .method-block {
    padding: 24px 0 28px;
  }

  .method-card {
    padding: 20px 18px 22px;
  }

  .method-block__body p,
  .method-card__body p,
  .method-points li {
    font-size: 15px;
    line-height: 1.68;
  }
}
/* =========================
   SERVICES PAGE
   ========================= */

.service-hero {
  padding: clamp(60px, 8vw, 110px) 0 42px;
}

.service-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) 320px;
  gap: 28px;
  align-items: start;
}

.service-hero__kicker {
  display: inline-block;
  margin-bottom: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.service-hero__title {
  margin: 0 0 16px;
  font-size: clamp(44px, 6vw, 74px);
  line-height: 0.94;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.service-hero__lead {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.62;
}

.service-hero__panel {
  padding: 24px 24px 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
}

.service-hero__panel-label {
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.service-hero__panel-title {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.06;
  font-weight: 500;
}

.service-hero__panel-text {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.service-grid-section {
  padding: 10px 0 56px;
}

.service-grid-head {
  margin-bottom: 28px;
}

.service-grid-head__line {
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(17, 17, 17, 0.14),
    transparent
  );
  margin: 0 0 24px;
}

.service-grid-head__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.48);
}

.service-grid-head__title {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 500;
}

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

.service-panel {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-card);
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease;
}

.service-panel:hover {
  transform: translateY(-16px);
  border-color: rgba(17, 17, 17, 0.18);
  box-shadow: 0 32px 72px rgba(0, 0, 0, 0.16);
}

.service-panel__media {
  aspect-ratio: 1 / 0.78;
  overflow: hidden;
  background: rgba(17, 17, 17, 0.04);
}

.service-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-panel__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 20px 24px;
}

.service-panel__meta {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.service-panel__title {
  margin: 0;
  font-size: 28px;
  line-height: 1.04;
  font-weight: 500;
}

.service-panel__text {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.service-panel__list {
  margin: 2px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.service-panel__list li {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.55;
}

.service-panel__list li:last-child {
  margin-bottom: 0;
}

.service-note-section {
  padding: 0 0 36px;
}

.service-note {
  max-width: 760px;
  padding-top: 24px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.service-note p {
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
  color: var(--muted);
}

.service-inquiry-section {
  padding: 0 0 84px;
}

.service-inquiry {
  max-width: 760px;
  padding: 28px 28px 32px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.82),
    rgba(255, 255, 255, 0.66)
  );
  box-shadow: var(--shadow-soft);
}

.service-inquiry__meta {
  margin-bottom: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.48);
}

.service-inquiry__title {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.03;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.service-inquiry__text {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.service-inquiry__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.service-inquiry__button:hover {
  transform: translateY(-2px);
  border-color: rgba(17, 17, 17, 0.2);
  background: rgba(255, 255, 255, 0.96);
}

@media (max-width: 1180px) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .service-hero__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .service-hero {
    padding: 42px 0 28px;
  }

  .service-hero__title {
    font-size: clamp(38px, 11vw, 54px);
  }

  .service-hero__lead {
    font-size: 17px;
    line-height: 1.58;
  }

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

  .service-panel__title {
    font-size: 24px;
  }

  .service-panel__text,
  .service-panel__list li,
  .service-note p,
  .service-inquiry__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .service-inquiry {
    padding: 22px 18px 24px;
  }
}
