.paradigm-page {
  background: var(--paper);
  color: var(--ink);
}

.paradigm-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #16110d;
}

.paradigm-hero-image,
.paradigm-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.paradigm-hero-image {
  object-fit: cover;
  object-position: 58% center;
}

.paradigm-hero-shade {
  background: linear-gradient(to top, rgba(247,243,236,.58) 0%, rgba(247,243,236,.18) 17%, rgba(247,243,236,0) 38%);
}

.paradigm-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 760px;
  padding-top: calc(var(--header-height) + 58px);
  padding-bottom: 70px;
}

.paradigm-hero-copy {
  max-width: 670px;
  margin-left: clamp(22px, 3.4vw, 54px);
  color: var(--white);
  text-shadow: 0 2px 16px rgba(0,0,0,.82), 0 1px 3px rgba(0,0,0,.95);
}

.paradigm-hero-copy .hero-kicker {
  color: var(--gold-light);
}

.paradigm-hero-copy h1 {
  max-width: 590px;
  margin: 15px 0 22px;
  color: var(--white);
  font-size: clamp(4rem, 7.2vw, 7.2rem);
  line-height: .83;
  letter-spacing: -.055em;
}

html[lang="hu"] .paradigm-hero-copy h1 {
  font-size: clamp(3.3rem, 5.5vw, 5.4rem);
  line-height: .9;
}

.paradigm-hero-copy > p:not(.hero-kicker) {
  max-width: 610px;
  margin-bottom: 30px;
  color: rgba(255, 253, 250, .88);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.62;
}

.paradigm-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 8vw, 118px);
  align-items: start;
}

.paradigm-intro h2,
.paradigm-insight h2,
.paradigm-contexts h2,
.paradigm-held h2,
.paradigm-closing h2 {
  margin-top: 14px;
  font-size: clamp(2.7rem, 5.4vw, 5rem);
  line-height: .98;
}

.paradigm-intro-copy p + p {
  margin-top: 1.25rem;
}

.paradigm-intro-copy .large-copy,
.insight-copy .large-copy {
  color: #6f2517;
}

.paradigm-methods {
  padding-bottom: clamp(80px, 10vw, 150px);
}

.paradigm-methods .section-heading {
  max-width: 820px;
  margin-bottom: clamp(52px, 7vw, 94px);
}

.paradigm-methods .section-heading h2 {
  color: var(--white);
}

.method-story {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  gap: clamp(38px, 7vw, 96px);
  align-items: center;
  padding: clamp(34px, 5vw, 68px) 0;
  border-top: 1px solid rgba(255,255,255,.14);
}

.method-story:last-child {
  border-bottom: 1px solid rgba(255,255,255,.14);
}

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

.method-story figure {
  min-height: 470px;
  overflow: hidden;
  background: #080706;
}

.method-story img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

#glasswalking img { object-position: 50% 54%; }
#arrow-breaking figure {
  width: min(100%, 520px);
  min-height: 640px;
  justify-self: center;
}
#arrow-breaking img {
  min-height: 640px;
  object-position: center;
}
#spoon-bending img { object-position: 54% center; }
#rebar-bending img {
  object-fit: contain;
  object-position: center;
}

.method-story-copy > span,
.context-grid article > span {
  color: var(--gold-light);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.method-story-copy > span {
  font-size: 1.14rem;
  letter-spacing: .12em;
}

.method-story h3 {
  margin: 12px 0 21px;
  color: var(--white);
  font-size: clamp(2.5rem, 4.5vw, 4.7rem);
  line-height: 1;
}

.method-story p {
  color: rgba(255,255,255,.72);
}

.method-story p + p {
  margin-top: 1.1rem;
}

.insight-layout,
.held-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .92fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}

.insight-copy > p + p {
  margin-top: 1.15rem;
}

.insight-questions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 35px;
  background: rgba(50, 35, 25, .18);
  border: 1px solid rgba(50, 35, 25, .18);
}

.insight-questions span {
  padding: 22px;
  background: var(--paper-deep);
  color: #5e2619;
  font-weight: 700;
}

.insight-image {
  background: #191511;
}

.insight-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 22% center;
}

.insight-image figcaption {
  padding: 19px 22px;
  color: var(--gold-light);
  font-family: var(--display);
  font-size: 1.06rem;
  font-style: italic;
}

.contexts-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
}

.context-grid {
  border-top: 1px solid var(--line);
}

.context-grid article {
  display: grid;
  grid-template-columns: 52px minmax(190px, .45fr) minmax(0, 1fr);
  gap: 22px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}

.context-grid article > span {
  color: var(--wine);
}

.context-grid h3 {
  font-size: clamp(1.45rem, 2.1vw, 2rem);
}

.context-grid p {
  color: var(--muted);
}

.held-grid figure {
  min-height: 540px;
}

.held-grid figure img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: 43% center;
}

.paradigm-held h2 {
  color: var(--white);
}

.paradigm-held p {
  color: rgba(255,255,255,.72);
}

.paradigm-held p + p {
  margin-top: 1.15rem;
}

.paradigm-held .text-link {
  margin-top: 24px;
}

.held-quote {
  display: block;
  margin: 0;
  padding: 24px 28px;
  border-top: 4px solid var(--gold);
  background: #efe2cd;
  color: #33251d;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  font-style: italic;
  line-height: 1.35;
}

.held-quote cite {
  display: block;
  margin-top: 8px;
  color: #7b3b27;
  font-family: var(--sans);
  font-size: .78rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.held-grid .held-figure {
  min-height: 0;
}

.held-grid .held-figure img {
  display: block;
  height: 540px;
  min-height: 0;
}

.paradigm-closing {
  position: relative;
  display: flex;
  min-height: 680px;
  align-items: center;
  overflow: hidden;
  padding: clamp(88px, 12vw, 160px) 28px;
  background: #c9d9e8;
}

.paradigm-closing-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.paradigm-closing-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 590px);
  margin: 0 4vw 0 auto;
  padding: clamp(30px, 4vw, 46px);
  background: rgba(255,253,250,.78);
  backdrop-filter: blur(4px);
  text-align: left;
  box-shadow: 0 24px 60px rgba(18,15,12,.18);
}

.paradigm-closing h2 {
  max-width: 680px;
}

.paradigm-closing-inner > p:not(.eyebrow) {
  max-width: 650px;
  margin: 24px 0 0;
}

.paradigm-closing .button-row {
  justify-content: flex-start;
  margin-top: 32px;
}

@media (max-width: 960px) {
  .paradigm-hero,
  .paradigm-hero-inner { min-height: 700px; }
  .paradigm-hero-image { object-position: 64% center; }
  .paradigm-hero-copy { max-width: 600px; }
  .paradigm-intro-grid,
  .insight-layout,
  .held-grid,
  .contexts-layout { grid-template-columns: 1fr; }
  .method-story { grid-template-columns: 1fr; }
  .method-story-reverse figure { order: 0; }
  #arrow-breaking figure { min-height: 580px; }
  #arrow-breaking img { min-height: 580px; }
  .insight-image img { aspect-ratio: 16 / 10; }
  .held-grid figure,
  .held-grid figure img { min-height: 430px; }
  .held-grid .held-figure,
  .held-grid .held-figure img { min-height: 0; }
  .held-grid .held-figure img { height: 430px; }
}

@media (max-width: 620px) {
  .paradigm-hero,
  .paradigm-hero-inner { min-height: 690px; }
  .paradigm-hero-image { object-position: 70% center; }
  .paradigm-hero-inner { align-items: flex-end; padding-top: 130px; padding-bottom: 58px; }
  .paradigm-hero-copy h1 { font-size: clamp(4rem, 20vw, 6rem); }
  html[lang="hu"] .paradigm-hero-copy h1 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .paradigm-hero-copy { margin-left: 8px; }
  .method-story figure,
  .method-story img { min-height: 360px; }
  #arrow-breaking figure { min-height: 500px; }
  #arrow-breaking img { min-height: 500px; }
  .insight-questions { grid-template-columns: 1fr; }
  .context-grid article { grid-template-columns: 42px 1fr; }
  .context-grid article p { grid-column: 2; }
  .held-grid figure,
  .held-grid figure img { min-height: 360px; }
  .held-grid .held-figure,
  .held-grid .held-figure img { min-height: 0; }
  .held-grid .held-figure img { height: 360px; }
  .paradigm-closing { min-height: 720px; align-items: flex-end; padding: 28px 18px; }
  .paradigm-closing-image { object-position: 38% center; }
  .paradigm-closing-inner { margin: 0; padding: 30px 24px; }
}

@media (max-width: 620px) {
  .method-story figure,
  .method-story img,
  #arrow-breaking figure,
  #arrow-breaking img,
  .held-grid .held-figure,
  .held-grid .held-figure img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
  }
  .method-story figure,
  .held-grid .held-figure,
  .insight-image { background: transparent; }
  .method-story figure,
  .held-grid .held-figure,
  .insight-image {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
  .method-story img,
  #rebar-bending img,
  .held-grid .held-figure img { display: block; object-fit: contain; }
  .insight-image img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: contain;
  }
  .insight-image figcaption {
    color: var(--ink);
  }
}
