/* =========================
   Field Guide Notebook System
========================= */

.notebook-stage {
  padding: 1rem;
  background: #f3e5d2;
  color: #3b352f;
  overflow-x: hidden;
}

.notebook-book {
  max-width: 1460px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: calc(100vh - 90px);
  background:
    linear-gradient(90deg, #4a2f19 0 12px, #6a4729 12px 16px, transparent 16px),
    var(--paper-light);
  border: 1px solid rgba(31, 47, 56, 0.16);
  border-radius: 22px;
  overflow: hidden;
  box-shadow:
    0 44px 96px rgba(24, 30, 40, 0.22),
    inset 20px 0 30px rgba(54, 34, 18, 0.2);
}

/* PAGE CANVAS */

.notebook-canvas {
  padding: 0.95rem 1.7rem 1.2rem;
  background:
    linear-gradient(rgba(255, 248, 237, 0.88), rgba(255, 248, 237, 0.88)),
    url("../images/textures/watercolor-paper.jpg");
  background-size: 420px auto;
}

/* HERO */

.nb-hero {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.65rem;
  align-items: start;
  margin-bottom: 0.6rem;
}

.nb-city {
  grid-column: 1 / span 4;
}

.nb-title-block {
  grid-column: 5 / span 4;
  transform: translateY(0.55rem);
}

.nb-hero-photo {
  grid-column: 10 / -1;
  transform: translateX(0.35rem) rotate(1.5deg);
}

.nb-title-block h1 {
  margin: 0 0 0.35rem;
  font-size: clamp(2.35rem, 3.35vw, 3.55rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.field-guide-kicker {
  margin: 0 0 0.25rem;
  color: var(--purple);
  font-family: "Caveat", cursive;
  font-size: 1.08rem;
  font-weight: 700;
}
/* Hero introduction */

.hero-deck {
  margin: 0.6rem 0 0;
  max-width: 410px;
  color: var(--ink-dark);
  font-size: 0.84rem;
  line-height: 1.45;
}

.hero-deck span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--purple);
  font-family: "Caveat", cursive;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.05;
}
/* STORY BOARD */

.nb-board {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.55rem;
  align-items: start;
}

.nb-card {
  position: relative;
  padding: 0.05rem 0;
}

.nb-card h2 {
  margin: 0 0 0.08rem;
  font-size: clamp(1.8rem, 2.55vw, 2.75rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.chapter-thesis {
  margin: 0.1rem 0 0.45rem;
  color: var(--purple);
  font-family: "Caveat", cursive;
  font-size: clamp(1.35rem, 1.75vw, 1.8rem);
  font-weight: 700;
  line-height: 1.08;
}

.nb-card p,
.nb-title-block p {
  color: #3b352f;
  font-size: 0.78rem;
  line-height: 1.5;
}

.nb-card p {
  margin: 0 0 0.55rem;
}

/* ROW 1 */

.nb-found {
  grid-column: 1 / span 5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  transform: rotate(-0.15deg);
}

.nb-found .nb-section-head,
.nb-found .field-quote,
.nb-found .found-body {
  grid-column: 1 / -1;
}

.found-summary {
  grid-column: 2;
  grid-row: 1 / span 2;
  padding-top: 1.85rem;
}

.nb-matters {
  grid-column: 6 / -1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0.6rem;
  transform: translateY(0.75rem) rotate(0.2deg);
}

.nb-matters .nb-section-head,
.nb-matters .artifact-map {
  grid-column: 1;
}

.matters-copy,
.impact-note {
  grid-column: 2;
}

.artifact-map {
  margin-top: 0.15rem;
  transform: translateX(-0.35rem) rotate(-0.4deg);
}

.impact-note {
  transform: translate(0.35rem, -0.2rem) rotate(2.5deg);
}

/* ROW 2 */

.nb-question {
  grid-column: 1 / span 5;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 0.7rem;
  align-items: start;
  margin-top: 0.15rem;
  transform: rotate(-0.15deg);
}

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

.question-image {
  grid-column: 2;
  transform: translateX(0.3rem) rotate(0.8deg);
}

.nb-process {
  grid-column: 6 / -1;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 0.6rem;
  align-items: start;
  transform: translateY(-0.5rem) rotate(0.15deg);
}

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

.process-strip {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0.35rem 0 0;
}

.process-line {
  margin: 0.15rem 0 0;
  color: var(--purple);
  font-family: "Caveat", cursive;
  font-size: 1.25rem;
  line-height: 1.08;
}

/* =========================
   WHAT I LEARNED
========================= */

.nb-learned{
    display:grid;
    grid-template-columns:420px 1fr;
    column-gap:5rem;
    align-items:start;
    margin-top:2rem;
    padding-bottom: .5rem;
}

.learned-copy h2{
    margin:0;
}

.learned-copy .section-note{
    margin:.35rem 0 1.5rem;
}

.learned-copy p{
    max-width:34ch;
}
.learned-copy p:last-child{
    margin-bottom:0;
}
.learned-visual{
    position:relative;
    justify-self:start;
}





/* Sticky note */

.learned-quote{
    position:absolute;
    right:-90px;
    top:115px;

    width:220px;

    background:#fff2b3;
    padding:1rem;

    transform:rotate(-4deg);

    box-shadow:
        0 10px 18px rgba(0,0,0,.12);
}

.learned-quote::before{
    content:"";
    position:absolute;

    top:-10px;
    left:50%;

    transform:translateX(-50%);

    width:52px;
    height:18px;

    background:rgba(232,214,176,.82);
}

.learned-quote p{
    margin:0;
    font-family:"Caveat",cursive;
    font-size:1.35rem;
    line-height:1.15;
}
/* IMAGES */

.notebook-canvas figure {
  margin: 0;
}

.notebook-canvas img {
  width: 100%;
  background: white;
  border: 1px solid rgba(31, 47, 56, 0.14);
  border-radius: 0.16rem;
  box-shadow: 0 12px 28px rgba(31, 47, 56, 0.1);
}

.nb-city img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transform: rotate(-0.6deg);
}

.nb-hero-photo img,
.question-image img,
.learned-image img,
.artifact-map img,
.process-strip img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.nb-hero-photo img {
  width: 92%;
  margin: auto;
  transform: rotate(1.6deg);
}

.question-image img,
.learned-image img,
.artifact-map img {
  width: 88%;
  margin: auto;
}

.process-strip img {
  width: 92%;
  margin: auto;
}

.process-strip figure:nth-child(1) {
  transform: rotate(-1deg);
}

.process-strip figure:nth-child(2) {
  transform: rotate(0.8deg);
}

.process-strip figure:nth-child(3) {
  transform: rotate(0.7deg);
}

.process-strip figure:nth-child(4) {
  transform: rotate(-0.8deg);
}

.notebook-canvas figcaption {
  margin-top: 0.35rem;
  color: #4b2c7a;
  font-family: "Caveat", cursive;
  font-size: 1rem;
  line-height: 1.08;
  text-align: center;
}

/* TAPE / NOTES / QUOTES */

.taped {
  position: relative;
  padding: 0.5rem 0.5rem 0.75rem;
  background: #fffdf8;
  box-shadow: 0 14px 32px rgba(31, 47, 56, 0.13);
  transform: rotate(1.4deg);
}

.taped::before,
.taped-note::before {
  content: "";
  position: absolute;
  top: -0.45rem;
  left: 40%;
  width: 56px;
  height: 18px;
  background: rgba(232, 214, 176, 0.76);
  transform: rotate(-4deg);
  opacity: 0.72;
}

.field-quote {
  position: relative;
  width: 90%;
  margin: 0.35rem auto 0.45rem;
  padding: 0.82rem 1rem;
  background: rgba(255, 253, 248, 0.95);
  border: 1px solid rgba(31, 47, 56, 0.12);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
  transform: translateY(-0.35rem) rotate(-3deg);
}

.field-quote p {
  margin: 0;
  color: var(--purple);
  font-family: "Caveat", cursive;
  font-size: 1.35rem;
  line-height: 1.08;
}

.field-quote cite {
  display: block;
  margin-top: 0.42rem;
  color: var(--ink-dark);
  font-family: "Caveat", cursive;
  font-size: 0.95rem;
  font-style: normal;
  text-align: right;
}

.field-note {
  margin: 0.3rem 0 0;
  padding: 0.72rem 0.88rem;
  background: #fff4c9;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.12);
  transform: rotate(2deg);
}

.field-note p {
  margin: 0;
  color: var(--ink-dark);
  font-family: "Caveat", cursive;
  font-size: 1.12rem;
  line-height: 1.1;
}

/* PAGINATION */

.notebook-pagination {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25rem;
  padding: 0 0.25rem 0.75rem;
  font-family: "Caveat", cursive;
  font-size: 1.35rem;
  transform: none;
}

.notebook-pagination a {
  color: var(--purple);
  text-decoration: none;
  white-space: nowrap;
}
/* RESPONSIVE */

@media (max-width: 760px) {
  .notebook-stage {
    padding: 0;
  }

  .notebook-book {
    display: block;
    border-radius: 0;
  }

  .nb-hero,
  .nb-board,
  .nb-found,
  .nb-matters,
  .nb-question,
  .nb-process,
  .nb-learned {
    display: block;
    transform: none;
  }

  .notebook-canvas figure {
    margin: 1rem 0;
  }

  .nb-card {
    padding: 2rem 0;
  }

  .found-summary {
    padding-top: 0;
  }

  .learned-note {
    position:absolute;
    right:9.5rem;
    bottom:4.2rem;
    width:235px;
    transform:rotate(-5deg);
    z-index:20;
}
.learned-image{
    grid-column:2;
    margin-left:-2rem;
    transform:rotate(-1deg);
}

  .notebook-pagination {
    grid-template-columns: 1fr;
  }
}
.nb-learned {
  padding-left: 0.8rem;
}
.nb-learned {
  grid-column: 1 / -1;
  padding-left: 0.8rem;
}

.notebook-pagination {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;
  padding: 0 0.25rem 1rem;
  font-family: "Caveat", cursive;
  font-size: 1.4rem;
}

.notebook-pagination a {
  color: var(--purple);
  text-decoration: none;
  white-space: nowrap;
}
/* FINAL bottom spacing fix */

.nb-learned {
  margin-bottom: -3rem;
}

.notebook-pagination {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 0 0 0.5rem;
  font-family: "Caveat", cursive;
  font-size: 1.35rem;
  transform: translateY(-2.5rem);
}

.notebook-pagination a {
  color: var(--purple);
  text-decoration: none;
  white-space: nowrap;
}
/* Skincare / template-safe additions */

.section-note {
  margin: 0.35rem 0 1.5rem;
  color: var(--purple);
  font-family: "Caveat", cursive;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}

.found-body {
  grid-column: 1 / -1;
}

.spot-card {
  margin: 0;
}
/* =========================
   METHODS PAGE — REFINED
========================= */

.methods-page {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.methods-panel {
  grid-column: 1 / -1;
  position: relative;
  margin-top: 1.25rem;
}

.methods-panel h2 {
  margin: 0 0 0.25rem;
  font-size: clamp(2rem, 2.55vw, 2.55rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

/* My Toolkit */

.methods-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 0.85rem;
}

.methods-columns div {
  padding: 0.35rem 0.55rem;
  background: rgba(255, 253, 248, 0.34);
  box-shadow: none;
  border-radius: 0;
  transform: none;
}

.methods-columns div + div {
  border-left: 1px solid rgba(75, 44, 122, 0.2);
  padding-left: 1.45rem;
}

.methods-columns h3 {
  margin: 0 0 0.45rem;
  color: var(--purple);
  font-family: "Caveat", cursive;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
}

.methods-columns p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
}

/* How I Think */

.methods-whisper {
  margin: 0.25rem 0 0.8rem;
  color: var(--purple);
  font-family: "Caveat", cursive;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.12;
}

.principle-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem;
  margin-top: 0.85rem;
}

.principle-list article {
  min-height: 160px;
  padding: 0.9rem 0.85rem 1rem;
  background: #fffdf8;
  border: 1px solid rgba(31, 47, 56, 0.08);
  border-radius: 2px;
  box-shadow: 0 9px 20px rgba(0, 0, 0, 0.08);
}

.principle-list article:nth-child(1) {
  transform: rotate(-2.3deg) translateY(0.25rem);
}

.principle-list article:nth-child(2) {
  transform: rotate(1.7deg) translateY(-0.25rem);
}

.principle-list article:nth-child(3) {
  transform: rotate(-0.8deg) translateY(0.15rem);
}

.principle-list article:nth-child(4) {
  transform: rotate(2.2deg) translateY(-0.35rem);
}

.principle-list article:nth-child(5) {
  transform: rotate(-1.8deg) translateY(0.2rem);
}

.principle-list h3 {
  margin: 0.35rem 0 0.5rem;
  color: var(--ink-dark);
  font-size: 1.05rem;
  line-height: 1;
}

.principle-list p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.42;
}

.principle-list .field-guide-kicker {
  display: inline-grid;
  place-items: center;
  width: 1.45rem;
  height: 1.45rem;
  margin: 0;
  border: 1.5px solid var(--purple);
  border-radius: 50%;
  font-size: 0.82rem;
}

/* What Teams Get */

.methods-receive {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr 0.9fr;
  gap: 1rem;
  align-items: center;
  margin-top: 0.5rem;
}

.methods-receive figure {
  margin: 0;
  transform: rotate(-1deg);
}

.methods-outcomes {
  display: grid;
  gap: 0.5rem;
}

.methods-outcomes p {
  margin: 0;
  padding: 0.55rem 0.75rem;
  background: #fff4c9;
  font-family: "Caveat", cursive;
  font-size: 1.12rem;
  line-height: 1.1;
  transform: rotate(1.5deg);
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.methods-outcomes p:nth-child(even) {
  transform: rotate(-1deg);
}

/* Favorite Moments */

.methods-moments {
  margin-top: 1.45rem;
}

.methods-moments .process-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.85rem;
}

.methods-moments .process-strip figure:nth-child(1) {
  transform: rotate(-1.5deg);
}

.methods-moments .process-strip figure:nth-child(2) {
  transform: rotate(1.1deg);
}

.methods-moments .process-strip figure:nth-child(3) {
  transform: rotate(-0.8deg);
}

.methods-moments .process-strip figure:nth-child(4) {
  transform: rotate(1.4deg);
}

.methods-note {
  width: 310px;
  margin: 1rem 0 0 auto;
  transform: rotate(-3deg);
}

@media (max-width: 760px) {
  .methods-page,
  .methods-columns,
  .principle-list,
  .methods-receive,
  .methods-moments .process-strip {
    display: block;
  }

  .methods-columns div,
  .principle-list article,
  .methods-receive figure,
  .methods-moments .process-strip figure {
    margin: 1rem 0;
    transform: none;
  }

  .methods-columns div + div {
    border-left: 0;
    padding-left: 0.55rem;
  }

  .methods-note {
    width: auto;
  }
}/* Methods image sizing + scattered desk props */

.methods-page {
  position: relative;
}

.methods-receive figure {
  max-width: 360px;
  justify-self: center;
}

.methods-moments .process-strip {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.methods-moments .process-strip figure img {
  max-height: 210px;
  object-fit: cover;
}

.desk-props {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.prop {
  position: absolute;
  width: 72px;
  height: auto;
  opacity: 0.92;
  filter: drop-shadow(0 10px 14px rgba(0,0,0,0.12));
}

.prop-cup-1 {
  top: 9.4rem;
  left: 48%;
  width: 76px;
  transform: rotate(-8deg);
}

.prop-pen-1 {
  top: 10.3rem;
  right: 15%;
  width: 105px;
  transform: rotate(-8deg);
}

.prop-bottle {
  top: 18.2rem;
  right: 2.2rem;
  width: 82px;
  transform: rotate(8deg);
}

.prop-laptop {
  top: 25.2rem;
  right: -1.2rem;
  width: 132px;
  transform: rotate(3deg);
}

.prop-cup-2 {
  top: 25.5rem;
  right: 23%;
  width: 74px;
  transform: rotate(5deg);
}

.prop-plant {
  top: 23.6rem;
  left: -0.4rem;
  width: 110px;
  transform: rotate(-17deg);
}

@media (max-width: 760px) {
  .desk-props {
    display: none;
  }

  .methods-receive figure,
  .methods-moments .process-strip {
    max-width: none;
  }
}
/* =========================
   AI TRUST FIELD GUIDE
========================= */

.ai-trust-guide .field-guide-kicker,
.ai-trust-guide .hero-deck span,
.ai-trust-guide .chapter-thesis,
.ai-trust-guide figcaption,
.ai-trust-guide .section-note {
  color: var(--purple);
}

.ai-trust-guide .nb-hero::after {
  content: "";
  position: absolute;
  right: 36%;
  bottom: -0.35rem;
  width: 118px;
  height: 82px;
  background:
    radial-gradient(circle at 35% 45%, transparent 33px, rgba(25, 134, 128, 0.75) 34px, rgba(25, 134, 128, 0.75) 36px, transparent 37px),
    radial-gradient(circle at 62% 43%, transparent 33px, rgba(212, 63, 73, 0.72) 34px, rgba(212, 63, 73, 0.72) 36px, transparent 37px),
    radial-gradient(circle at 50% 66%, transparent 33px, rgba(232, 135, 31, 0.72) 34px, rgba(232, 135, 31, 0.72) 36px, transparent 37px);
  opacity: 0.52;
  transform: rotate(-4deg);
  pointer-events: none;
}

.ai-artifact {
  transform: rotate(-1deg);
}

.ai-note {
  background: #fff0bd;
}

.ai-note p,
.ai-learned-note p {
  font-size: 1.15rem;
}

.ai-process-strip figure:nth-child(1) {
  transform: rotate(-1.5deg);
}

.ai-process-strip figure:nth-child(2) {
  transform: rotate(1.2deg);
}

.ai-process-strip figure:nth-child(3) {
  transform: rotate(-0.8deg);
}

.ai-process-strip figure:nth-child(4) {
  transform: rotate(1.4deg);
}

.ai-learned-note {
  background: #fff2b3;
}

.ai-trust-guide .coffee-mark {
  color: #65451f;
}

@media (max-width: 760px) {
  .ai-trust-guide .nb-hero::after {
    display: none;
  }
}
/* =========================
   AI TRUST FIELD GUIDE FIXES
========================= */

.ai-trust-guide .nb-title-block h1 {
  max-width: 520px;
  font-size: clamp(2.35rem, 3vw, 3.35rem);
}

.ai-trust-guide .nb-city img {
  max-height: 190px;
  object-fit: cover;
}

.ai-trust-guide .nb-hero-photo img {
  max-height: 185px;
  object-fit: cover;
}

.ai-trust-guide .question-image {
  max-width: 250px;
}

.ai-trust-guide .question-image img {
  width: 100%;
  max-height: 190px;
  object-fit: cover;
}

.ai-trust-guide .artifact-map img {
  max-height: 210px;
  object-fit: contain;
}

.ai-trust-guide .process-strip img {
  max-height: 115px;
  object-fit: cover;
}

.ai-trust-guide .notebook-pagination {
  margin-top: 0.25rem;
}
/* =========================
   HEXAGON MENTORSHIP FIELD GUIDE
========================= */

.mentorship-guide .hero-deck span,
.mentorship-guide .chapter-thesis,
.mentorship-guide .section-note,
.mentorship-guide figcaption {
  color: var(--purple);
}

.mentorship-guide .nb-title-block h1 {
  max-width: 560px;
  font-size: clamp(2.25rem, 3vw, 3.25rem);
}

.mentorship-guide .nb-city img,
.mentorship-guide .nb-hero-photo img {
  max-height: 190px;
  object-fit: cover;
}

.mentorship-guide .artifact-map img {
  max-height: 220px;
  object-fit: contain;
}

.mentorship-guide .process-strip img {
  max-height: 120px;
  object-fit: cover;
}

.mentorship-guide .question-image {
  max-width: 265px;
}

.mentorship-guide .question-image img {
  width: 100%;
  max-height: 195px;
  object-fit: cover;
}

.mentorship-guide .impact-note {
  background: #fff2b3;
}

.mentorship-process-strip figure:nth-child(1) {
  transform: rotate(-1.4deg);
}

.mentorship-process-strip figure:nth-child(2) {
  transform: rotate(1.2deg);
}

.mentorship-process-strip figure:nth-child(3) {
  transform: rotate(-0.8deg);
}

.mentorship-process-strip figure:nth-child(4) {
  transform: rotate(1.4deg);
}

@media (max-width: 760px) {
  .mentorship-guide .nb-title-block h1 {
    max-width: none;
  }
}/* =========================
   SUPPORT CHATBOT FIELD GUIDE
========================= */

.chatbot-guide .hero-deck span,
.chatbot-guide .chapter-thesis,
.chatbot-guide .section-note,
.chatbot-guide figcaption {
  color: var(--purple);
}

.chatbot-guide .nb-title-block h1 {
  max-width: 560px;
  font-size: clamp(2.25rem, 3vw, 3.25rem);
}

.chatbot-guide .nb-city img,
.chatbot-guide .nb-hero-photo img {
  max-height: 190px;
  object-fit: cover;
}

.chatbot-guide .artifact-map img {
  max-height: 220px;
  object-fit: contain;
}

.chatbot-guide .process-strip img {
  max-height: 120px;
  object-fit: cover;
}

.chatbot-guide .question-image {
  max-width: 265px;
}

.chatbot-guide .question-image img {
  width: 100%;
  max-height: 195px;
  object-fit: cover;
}

.chatbot-guide .impact-note {
  background: #fff2b3;
}

.chatbot-process-strip figure:nth-child(1) {
  transform: rotate(-1.4deg);
}

.chatbot-process-strip figure:nth-child(2) {
  transform: rotate(1.2deg);
}

.chatbot-process-strip figure:nth-child(3) {
  transform: rotate(-0.8deg);
}

.chatbot-process-strip figure:nth-child(4) {
  transform: rotate(1.4deg);
}

@media (max-width: 760px) {
  .chatbot-guide .nb-title-block h1 {
    max-width: none;
  }
}
/* =========================
   SUPPORT CHATBOT FIELD GUIDE
========================= */

.chatbot-guide .hero-deck span,
.chatbot-guide .chapter-thesis,
.chatbot-guide .section-note,
.chatbot-guide figcaption {
  color: var(--purple);
}

.chatbot-guide .nb-title-block h1 {
  max-width: 560px;
  font-size: clamp(2.25rem, 3vw, 3.25rem);
}

.chatbot-guide .nb-city img,
.chatbot-guide .nb-hero-photo img {
  max-height: 190px;
  object-fit: cover;
}

.chatbot-guide .artifact-map img {
  max-height: 220px;
  object-fit: contain;
}

.chatbot-guide .process-strip img {
  max-height: 120px;
  object-fit: cover;
}

.chatbot-guide .question-image {
  max-width: 265px;
}

.chatbot-guide .question-image img {
  width: 100%;
  max-height: 195px;
  object-fit: cover;
}

.chatbot-guide .impact-note {
  background: #fff2b3;
}

.chatbot-process-strip figure:nth-child(1) {
  transform: rotate(-1.4deg);
}

.chatbot-process-strip figure:nth-child(2) {
  transform: rotate(1.2deg);
}

.chatbot-process-strip figure:nth-child(3) {
  transform: rotate(-0.8deg);
}

.chatbot-process-strip figure:nth-child(4) {
  transform: rotate(1.4deg);
}

@media (max-width: 760px) {
  .chatbot-guide .nb-title-block h1 {
    max-width: none;
  }
}
/* =========================
   HOME NOTEBOOK PAGE
========================= */

.home-notebook .notebook-canvas {
  padding-top: 1.25rem;
}

.home-cover {
  display: grid;
  grid-template-columns: 1.1fr 1.35fr 0.9fr;
  gap: 1.4rem;
  align-items: start;
}

.home-cover-art,
.home-guide-photo {
  margin: 0;
}

.home-cover-art {
  transform: rotate(-1deg);
}

.home-guide-photo {
  transform: rotate(1.5deg);
}

.home-cover-copy h1 {
  margin: 0.1rem 0 0.6rem;
  max-width: 720px;
  font-size: clamp(2.6rem, 4.4vw, 5rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.home-cover-copy .hero-deck {
  max-width: 520px;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.3rem;
}

.home-actions a {
  display: inline-block;
  color: var(--purple);
  font-family: "Caveat", cursive;
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: none;
}

.home-actions a:first-child {
  padding: 0.35rem 0.7rem;
  background: #fff4c9;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  transform: rotate(-1deg);
}

.home-intro-strip {
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 2rem;
  align-items: center;
  margin: 2.5rem 0 1.5rem;
}

.home-intro-strip > p {
  max-width: 62ch;
  margin: 0;
  font-size: 1.05rem;
}

.home-section-head {
  max-width: 760px;
  margin-bottom: 1.4rem;
}

.home-section-head h2,
.home-closing h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(2.4rem, 3.8vw, 4rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.home-section-head p:last-child,
.home-closing p {
  max-width: 62ch;
  margin: 0;
}

.guide-shelf {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.guide-card {
  position: relative;
  display: block;
  color: var(--ink);
  text-decoration: none;
  padding: 0.75rem;
  background: rgba(255, 253, 248, 0.62);
  box-shadow: 0 14px 30px rgba(0,0,0,0.09);
  transform: rotate(-0.6deg);
}

.guide-card:nth-child(even) {
  transform: rotate(0.7deg);
}

.guide-card img {
  width: 100%;
  height: 145px;
  object-fit: cover;
  display: block;
  margin-bottom: 0.65rem;
}

.guide-card span {
  color: var(--purple);
  font-family: "Caveat", cursive;
  font-size: 1.1rem;
  font-weight: 700;
}

.guide-card h3 {
  margin: 0.15rem 0 0.3rem;
  color: var(--ink-dark);
  font-size: 1.45rem;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.guide-card p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.4;
}

.home-closing {
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 2rem;
  align-items: center;
  margin-top: 2.7rem;
}

.home-closing .field-note {
  transform: rotate(-3deg);
}

@media (max-width: 900px) {
  .home-cover,
  .home-intro-strip,
  .home-closing,
  .guide-shelf {
    display: block;
  }

  .home-cover-art,
  .home-guide-photo,
  .guide-card {
    margin: 1rem 0;
    transform: none;
  }

  .guide-card img {
    height: auto;
  }

  .home-intro-strip .field-note,
  .home-closing .field-note {
    margin-top: 1rem;
  }
}

/* Canonical What I Learned illustration sizing — preserve full character */
.learned-visual figure{
    width:460px;
    margin:0;
}

.learned-visual img{
    display:block;
    width:100%;
    height:auto;
    object-fit:contain;
    object-position:top center;
}
