/* ========================================================================== 
   METHODS — THE CURIOUS RESEARCHER
   Approved editorial composition: Question → Evidence → Insight → Opportunity
   → Strategy → Impact
   ========================================================================== */

.methods-page {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 250, 241, 0.82), rgba(255, 250, 241, 0.82)),
    url("../images/textures/watercolor-paper.jpg") center top / 520px auto repeat;
  color: var(--ink);
}

.methods-canvas {
  position: relative;
  width: min(1480px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.35rem clamp(1rem, 3vw, 3.8rem) 1rem;
}

.methods-canvas::before,
.methods-canvas::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 6px solid rgba(157, 101, 45, 0.18);
  border-left-color: transparent;
  border-radius: 50%;
}

.methods-canvas::before {
  width: 118px;
  height: 118px;
  left: -64px;
  top: 2.8rem;
  transform: rotate(-14deg);
}

.methods-canvas::after {
  width: 138px;
  height: 138px;
  right: -74px;
  top: 56%;
  transform: rotate(11deg);
}

.methods-page h1,
.methods-page h2,
.methods-page h3,
.methods-page dt {
  font-family: var(--font-heading);
  font-weight: 300;
}

.methods-page p,
.methods-page li,
.methods-page dd,
.methods-page figcaption {
  font-family: var(--font-body);
}

.methods-hero {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  align-items: center;
}

.hero-copy {
  grid-column: 1 / span 4;
  z-index: 4;
  align-self: center;
  padding-top: 0;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(4.25rem, 7vw, 7rem);
  line-height: 0.83;
  letter-spacing: -0.065em;
}

.hero-hand,
.spread-heading p,
.toolkit-sheet h2,
.strategy-sheet h2,
.practice-copy h2,
.thesis-hand,
.methods-pagination span,
.paper-note p {
  color: var(--purple);
  font-family: var(--font-hand) !important;
  font-weight: 600;
}

.hero-hand {
  margin: 1.2rem 0 1rem;
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
  line-height: 1.08;
}

.hero-intro {
  max-width: 29ch;
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
}

.hero-scene {
  grid-column: 5 / -1;
  width: 100%;
  margin: 0;
  z-index: 1;
  align-self: center;
  justify-self: end;
  overflow: visible;
  transform: translateX(2.35rem);
}

.hero-scene img {
  display: block;
  width: 120%;
  height: auto;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: top center;
  filter: saturate(0.96) contrast(0.98);
}

.hero-note {
  position: absolute;
  top: 3.3rem;
  left: 30%;
  z-index: 5;
  width: 150px;
  transform: rotate(-2deg) scale(0.88);
}

.paper-note,
.torn-sheet {
  position: relative;
  background: rgba(255, 252, 241, 0.94);
  box-shadow: 0 14px 30px rgba(58, 45, 31, 0.14);
}

.paper-note {
  padding: 1rem 1.1rem;
}

.paper-note::before,
.torn-sheet::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 38%;
  width: 62px;
  height: 19px;
  background: rgba(219, 191, 132, 0.62);
  transform: rotate(-4deg);
}

.paper-note p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.1;
}

.hero-bag,
.hero-field-notes {
  position: absolute;
  z-index: 6;
  filter: drop-shadow(0 12px 16px rgba(56, 42, 29, 0.17));
}

.hero-bag {
  left: 20%;
  bottom: 0.35rem;
  width: 114px;
  transform: rotate(-2deg);
}

.hero-field-notes {
  left: 29.4%;
  bottom: -0.1rem;
  width: 72px;
  transform: rotate(-7deg);
}

.journey-spread {
  position: relative;
  margin: -4.5rem 0 2.4rem;
  padding: 1.35rem 1.3rem 1.55rem;
  background: rgba(255, 250, 238, 0.55);
  border-top: 1px solid rgba(66, 50, 35, 0.12);
  border-bottom: 1px solid rgba(66, 50, 35, 0.12);
}

.spread-heading p {
  width: fit-content;
  margin: 0 auto 1.4rem;
  padding: 0 1rem 0.18rem;
  border-bottom: 2px solid rgba(75, 44, 122, 0.55);
  font-size: clamp(1.6rem, 2vw, 2.1rem);
}

.journey-path {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 0;
  padding: 0;
}

.journey-path li {
  position: relative;
  min-width: 0;
}

.journey-path li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 1.2rem;
  right: -1rem;
  color: var(--purple);
  font-family: var(--font-hand);
  font-size: 1.7rem;
}

.journey-mark {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin: 0 auto 0.55rem;
  color: var(--purple);
  font-family: Georgia, serif;
  font-size: 2.25rem;
  border: 2px solid rgba(75, 44, 122, 0.38);
  border-radius: 50%;
  transform: rotate(-3deg);
}

.journey-path li:nth-child(even) .journey-mark {
  transform: rotate(3deg);
}

.journey-path h2 {
  margin: 0 0 0.25rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.journey-path p {
  margin: 0 0 0.4rem;
  font-size: 0.82rem;
  line-height: 1.4;
}

.journey-path em {
  display: block;
  color: var(--purple);
  font-family: var(--font-hand);
  font-size: 1.06rem;
  font-style: normal;
  line-height: 1.12;
}

.methods-strategy {
  position: relative;
  display: grid;
  grid-template-columns: 0.8fr 1.45fr 1fr;
  gap: clamp(1.1rem, 2.4vw, 2.4rem);
  align-items: start;
  margin: 2.6rem 0 1.5rem;
}

.torn-sheet {
  padding: 1.3rem 1.35rem;
}

.torn-sheet::after {
  content: "";
  position: absolute;
  inset: auto 0 -8px;
  height: 16px;
  background: linear-gradient(135deg, transparent 8px, rgba(255,252,241,0.94) 0) 0 0 / 16px 16px repeat-x;
}

.toolkit-sheet {
  transform: rotate(-1.2deg) translateY(1rem);
}

.toolkit-sheet h2,
.strategy-sheet h2,
.practice-copy h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.65rem, 2.2vw, 2.3rem);
  line-height: 1.02;
}

.toolkit-sheet p {
  margin: 0 0 0.7rem;
  font-size: 0.92rem;
  line-height: 1.5;
}

.toolkit-sheet ul {
  margin: 0;
  padding-left: 1.15rem;
  columns: 1;
}

.toolkit-sheet li {
  margin-bottom: 0.16rem;
  font-family: var(--font-hand);
  font-size: 1.04rem;
  line-height: 1.18;
}

.strategy-scene {
  margin: 0;
  transform: rotate(0.35deg);
}

.strategy-scene img {
  width: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: center;
}

.strategy-scene figcaption {
  margin: 0.45rem auto 0;
  max-width: 52ch;
  color: var(--purple);
  font-family: var(--font-hand);
  font-size: 1.15rem;
  text-align: center;
}

.strategy-sheet {
  transform: rotate(0.8deg) translateY(1rem);
}

.strategy-sheet dl {
  margin: 0;
}

.strategy-sheet dl div {
  position: relative;
  padding: 0.46rem 0 0.5rem 2rem;
  border-bottom: 1px solid rgba(66, 50, 35, 0.12);
}

.strategy-sheet dl div:last-child {
  border-bottom: 0;
}

.strategy-sheet dl div::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0.44rem;
  color: var(--purple);
  font-size: 1.15rem;
}

.strategy-sheet dt {
  color: var(--ink-dark);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
}

.strategy-sheet dd {
  margin: 0.15rem 0 0;
  font-size: 0.8rem;
  line-height: 1.35;
}

.strategy-note {
  position: absolute;
  right: -0.2rem;
  bottom: -2.8rem;
  width: 190px;
  transform: rotate(5deg);
  z-index: 4;
}

.decision-quote {
  width: min(900px, 86%);
  margin: 3.5rem auto 2.6rem;
  padding: 1.35rem 2rem 1.5rem;
  text-align: center;
  transform: rotate(-0.35deg);
}

.decision-quote p {
  margin: 0;
  color: var(--ink-dark);
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2.5vw, 2.35rem);
  line-height: 1.18;
}

.decision-quote strong {
  display: block;
  margin-top: 0.25rem;
  color: var(--purple);
  font-family: var(--font-hand);
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  font-weight: 600;
  line-height: 1.08;
}

.practice-spread {
  position: relative;
  display: grid;
  grid-template-columns: 0.58fr 2.3fr;
  gap: 1.5rem;
  align-items: center;
  margin: 0 0 2rem;
  padding: 0.9rem 0 0;
}

.practice-copy {
  align-self: start;
  padding-top: 0.8rem;
}

.practice-copy p {
  margin: 0;
  max-width: 27ch;
  font-size: 0.92rem;
  line-height: 1.5;
}

.practice-scenes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.practice-scenes figure {
  position: relative;
  margin: 0;
  padding: 0.55rem 0.55rem 0.75rem;
  background: rgba(255, 252, 245, 0.95);
  box-shadow: 0 12px 25px rgba(58, 45, 31, 0.14);
}

.practice-scenes figure::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 40%;
  width: 58px;
  height: 18px;
  background: rgba(219, 191, 132, 0.6);
}

.practice-scenes figure:nth-child(1) { transform: rotate(-1.4deg); }
.practice-scenes figure:nth-child(2) { transform: rotate(1deg) translateY(0.45rem); }
.practice-scenes figure:nth-child(3) { transform: rotate(-0.6deg); }

.practice-scenes img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center top;
}

.practice-scenes figcaption {
  margin-top: 0.42rem;
  color: var(--ink-dark);
  font-family: var(--font-hand);
  font-size: 1.12rem;
  text-align: center;
}

.practice-note {
  position: absolute;
  left: 0.7rem;
  bottom: -4.4rem;
  width: 185px;
  transform: rotate(-5deg);
}

.methods-thesis {
  position: relative;
  margin-top: 5.4rem;
  padding: 1.55rem 18rem 1.15rem 3.5rem;
  border-top: 1px solid rgba(66, 50, 35, 0.16);
  border-bottom: 1px solid rgba(66, 50, 35, 0.16);
  text-align: center;
}

.methods-thesis h2 {
  margin: 0;
  transform: translateX(50px);
  color: var(--purple);
  font-size: clamp(2.15rem, 4vw, 4rem);
  line-height: 1;
}

.methods-thesis > p:not(.thesis-hand) {
  margin: 0.15rem 0 0;
  transform: translateX(50px);
  color: var(--purple);
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 2.7vw, 2.6rem);
  line-height: 1.08;
}

.thesis-hand {
  margin: 0.75rem auto 0;
  transform: translateX(50px);
  max-width: 900px;
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  line-height: 1.15;
}

.closing-still-life {
  position: absolute;
  right: 1.5rem;
  bottom: -0.55rem;
  width: 235px;
  height: 170px;
}

.closing-notebook,
.closing-coffee {
  position: absolute;
  filter: drop-shadow(0 10px 16px rgba(58,45,31,0.15));
}

.closing-notebook {
  right: 52px;
  bottom: 0;
  width: 145px;
  transform: rotate(-7deg);
}

.closing-coffee {
  right: 0;
  bottom: 3px;
  width: 86px;
  transform: rotate(5deg);
}

.methods-pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1.45rem 0 0.75rem;
}

.methods-pagination a {
  color: var(--purple);
  font-family: var(--font-hand);
  font-size: 1.35rem;
  font-weight: 600;
  text-decoration: none;
}

.methods-pagination a:last-child {
  justify-self: end;
}

.methods-pagination span {
  font-size: 1.65rem;
}

@media (max-width: 1100px) {
  .hero-scene {
    width: 100%;
    transform: translateX(1rem);
  }

  .hero-scene img {
    width: 112%;
  }

  .hero-note {
    left: 27%;
  }

  .hero-bag {
    left: 17%;
  }

  .hero-field-notes {
    left: 28%;
  }

  .journey-path {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 2rem;
  }

  .journey-path li:nth-child(3)::after,
  .journey-path li:nth-child(6)::after {
    display: none;
  }

  .methods-strategy {
    grid-template-columns: 0.85fr 1.35fr;
  }

  .strategy-sheet {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 1.4rem;
    transform: rotate(0.3deg);
  }

  .strategy-note {
    right: 1rem;
    bottom: -3.4rem;
  }
}

@media (max-width: 760px) {
  .methods-canvas {
    width: min(100% - 1rem, 680px);
    padding-inline: 0.8rem;
  }

  .methods-hero {
    display: block;
    min-height: 0;
    padding-bottom: 2rem;
  }

  .hero-copy {
    padding: 0.5rem 0 1.2rem;
  }

  .hero-copy h1 {
    font-size: clamp(4rem, 18vw, 6rem);
  }

  .hero-intro {
    max-width: 36ch;
  }

  .hero-scene {
    width: auto;
    transform: none;
  }

  .hero-scene img {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .hero-note {
    top: 43%;
    left: auto;
    right: 0.2rem;
    width: 145px;
    transform: rotate(-2deg);
  }

  .hero-bag {
    left: -0.2rem;
    bottom: 0.6rem;
    width: 118px;
  }

  .hero-field-notes {
    left: 6rem;
    bottom: 0;
    width: 78px;
  }

  .journey-spread {
    margin-top: 0;
    padding-inline: 0.7rem;
  }

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

  .journey-path li:nth-child(even)::after {
    display: none;
  }

  .journey-path li:nth-child(3)::after {
    display: block;
  }

  .methods-strategy,
  .practice-spread,
  .strategy-sheet {
    display: block;
  }

  .toolkit-sheet,
  .strategy-sheet,
  .strategy-scene {
    margin-bottom: 1.3rem;
    transform: none;
  }

  .strategy-scene img {
    min-height: 0;
  }

  .strategy-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(230px, 75%);
    margin: -0.2rem 0 1rem auto;
  }

  .decision-quote {
    width: 96%;
    margin-top: 2rem;
    padding-inline: 1rem;
  }

  .practice-copy {
    margin-bottom: 1.2rem;
  }

  .practice-copy p {
    max-width: 40ch;
  }

  .practice-scenes {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }

  .practice-scenes figure,
  .practice-scenes figure:nth-child(n) {
    transform: none;
  }

  .practice-note {
    position: relative;
    left: auto;
    bottom: auto;
    width: min(230px, 80%);
    margin: 1rem 0 0;
  }

  .methods-thesis {
    margin-top: 2.5rem;
    padding: 1.4rem 0.5rem 11rem;
  }

  .methods-thesis h2,
  .methods-thesis > p:not(.thesis-hand),
  .thesis-hand {
    transform: none;
  }

  .closing-still-life {
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
  }

  .methods-pagination {
    grid-template-columns: 1fr 1fr;
  }

  .methods-pagination span {
    grid-column: 1 / -1;
    grid-row: 1;
    text-align: center;
  }

  .methods-pagination a {
    grid-row: 2;
  }
}

@media (max-width: 460px) {
  .journey-path {
    grid-template-columns: 1fr;
  }

  .journey-path li::after {
    display: none !important;
  }

  .journey-mark {
    margin-left: 0;
  }

  .hero-note {
    position: relative;
    top: auto;
    right: auto;
    width: 165px;
    margin: -1rem 0 1rem auto;
  }
}