/** Shopify CDN: Minification failed

Line 143:2 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:handbook-library2 (INDEX:26) */
.hl-section { width: 100%; }
  .hl-wrap { max-width: 1180px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }

  .hl-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
  .hl-eyebrow {
    font-family: "Inter", system-ui, sans-serif;
    font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; display: block;
  }
  .hl-title {
    font-family: "Fraunces", Georgia, serif; font-weight: 600;
    font-size: clamp(2rem, 3.6vw, 2.7rem); line-height: 1.08; letter-spacing: -.01em; margin: .5rem 0 0;
  }
  .hl-sub { font-family: "Inter", system-ui, sans-serif; font-size: .95rem; line-height: 1.55; margin: .8rem 0 0; }

  .hl-grid { display: grid; gap: 24px; }

  .hl-card {
    display: flex; flex-direction: column; border: 1px solid; border-radius: 18px; overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease;
  }
  .hl-card:hover { transform: translateY(-6px); box-shadow: 0 14px 40px -22px rgba(31,58,51,.45); }

  .hl-pic { aspect-ratio: 4 / 3; display: grid; place-items: center; position: relative; padding: 24px; text-decoration: none; }
  .hl-pic img { max-height: 100%; max-width: 80%; width: auto; object-fit: contain; border-radius: 8px; box-shadow: 0 14px 28px -12px rgba(0,0,0,.42); }
  .hl-ribbon {
    position: absolute; top: 12px; left: 12px; color: #fff;
    font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
    padding: .3rem .55rem; border-radius: 6px;
  }
  .hl-ribbon--best { background: #B4472E; }
  .hl-ribbon--new { background: #F5B841; color: #3a2c05; }

  .hl-info { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: .4rem; flex: 1; }
  .hl-aud { font-family: "Inter", system-ui, sans-serif; font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
  .hl-name { font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: 1.22rem; line-height: 1.1; text-decoration: none; }
  .hl-hook { font-family: "Inter", system-ui, sans-serif; font-size: .86rem; line-height: 1.45; margin: 0; }
  .hl-rate { min-height: 16px; }
  .hl-foot { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; padding-top: .6rem; }
  .hl-price { font-family: "Inter", system-ui, sans-serif; font-weight: 700; font-size: 1.05rem; }
  .hl-fmt { font-family: "Inter", system-ui, sans-serif; font-size: .72rem; font-weight: 500; }
  .hl-add { font-family: "Inter", system-ui, sans-serif; font-size: .82rem; font-weight: 600; padding: .5rem .9rem; border-radius: 9px; text-decoration: none; white-space: nowrap; }

  .hl-more { text-align: center; margin-top: 42px; }
  .hl-morebtn { display: inline-block; font-family: "Inter", system-ui, sans-serif; font-weight: 600; font-size: .98rem; padding: .85rem 1.4rem; border-radius: 12px; text-decoration: none; transition: transform .15s ease; }
  .hl-morebtn:hover { transform: translateY(-2px); }
  .hl-empty { text-align: center; opacity: .65; font-family: "Inter", system-ui, sans-serif; padding: 30px 0; }

  .hl-reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
  .hl-reveal.hl-in { opacity: 1; transform: none; }
  @media (prefers-reduced-motion: reduce) { .hl-reveal { opacity: 1; transform: none; transition: none; } }
/* END_SECTION:handbook-library2 */

/* START_SECTION:hero-handbook (INDEX:31) */
.hh-section { position: relative; overflow: hidden; width: 100%; }
  .hh-section { background-image: linear-gradient(160deg, rgba(255,255,255,.03) 0%, rgba(0,0,0,.22) 100%); }
  .hh-section::after {
    content: ""; position: absolute; right: -160px; top: -120px;
    width: 520px; height: 520px; pointer-events: none;
    background: radial-gradient(circle, rgba(91,133,117,.40), transparent 65%); filter: blur(10px);
  }
  .hh-wrap { max-width: 1180px; margin: 0 auto; padding-left: 24px; padding-right: 24px; position: relative; z-index: 2; }
  .hh-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }

  .hh-eyebrow {
    font-family: "Inter", system-ui, sans-serif;
    font-size: .72rem; font-weight: 700; letter-spacing: .16em;
    text-transform: uppercase; display: block;
  }
  .hh-title {
    font-family: "Fraunces", Georgia, serif; font-weight: 600;
    font-size: clamp(2.4rem, 5vw, 3.8rem); line-height: 1.08;
    letter-spacing: -.01em; margin: .8rem 0 0;
  }
  .hh-title em { font-style: italic; }
  .hh-body {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1.1rem; line-height: 1.6; max-width: 40ch; margin: 1.1rem 0 0;
  }

  .hh-cta { display: flex; gap: .8rem; margin-top: 1.8rem; flex-wrap: wrap; }
  .hh-btn {
    display: inline-flex; align-items: center; cursor: pointer;
    font-family: "Inter", system-ui, sans-serif; font-weight: 600; font-size: .98rem;
    padding: .85rem 1.4rem; border-radius: 12px; text-decoration: none; border: 0;
    transition: transform .15s ease;
  }
  .hh-btn:hover { transform: translateY(-2px); }
  .hh-btn--ghost { background: transparent; border: 1.5px solid; }

  .hh-rating { display: flex; align-items: center; gap: .7rem; margin-top: 1.6rem; flex-wrap: wrap;
    font-family: "Inter", system-ui, sans-serif; font-size: .9rem; }
  .hh-stars { letter-spacing: 2px; font-size: .95rem; }
  .hh-num { font-weight: 700; }

  .hh-stage { position: relative; display: grid; place-items: center; min-height: 380px; }
  .hh-cover {
    width: clamp(220px, 80%, 300px); height: auto;
    border-radius: 14px; box-shadow: 0 34px 70px -22px rgba(0,0,0,.6);
    transform: rotate(-3deg);
  }
  .hh-cover--placeholder { display: grid; place-items: center; background: rgba(255,255,255,.06); aspect-ratio: 3/4; transform: rotate(-3deg); }
  .hh-cover--placeholder svg { width: 55%; opacity: .4; }

  .hh-badge {
    position: absolute; z-index: 5; background: #fff; color: #20302A;
    border-radius: 14px; padding: 10px 14px; line-height: 1.2; font-size: .78rem;
    box-shadow: 0 14px 40px -22px rgba(0,0,0,.55);
    display: flex; align-items: center; gap: .5rem;
    font-family: "Inter", system-ui, sans-serif;
  }
  .hh-badge b { font-family: "Fraunces", Georgia, serif; font-size: 1.05rem; font-weight: 600; }
  .hh-badge--1 { left: 2%; bottom: 10%; }
  .hh-badge--2 { right: 0; top: 10%; }
  .hh-badge-star { color: #F5B841; }

  .hh-reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
  .hh-reveal.hh-in { opacity: 1; transform: none; }

@media (max-width: 900px) {
    .hh-grid { grid-template-columns: 1fr; gap: 16px; }
    .hh-stage { order: -1; min-height: auto; }
    .hh-badge { display: none; }
  }
  @media (max-width: 600px) {
    .hh-grid { gap: 14px; }
    .hh-title { font-size: clamp(1.85rem, 7.5vw, 2.3rem); line-height: 1.0; }
    .hh-body { font-size: .98rem; line-height: 1.5; margin-top: .8rem; }
    .hh-cover { width: clamp(150px, 42%, 185px); }
    .hh-cta { flex-direction: column; align-items: stretch; gap: .7rem; margin-top: 1.2rem; }
    .hh-btn--primary { width: 100%; justify-content: center; padding: .8rem 1.1rem; font-size: .98rem; }
    .hh-btn--ghost { border: 0; background: transparent; padding: .2rem; font-size: .95rem; text-decoration: underline; text-underline-offset: 3px; align-self: center; }
  }
  }
  @media (prefers-reduced-motion: reduce) {
    .hh-reveal { opacity: 1; transform: none; transition: none; }
  }
/* END_SECTION:hero-handbook */

/* START_SECTION:more-resources (INDEX:33) */
.mr-section { width: 100%; }
  .mr-wrap { max-width: 1180px; margin: 0 auto; padding-left: 24px; padding-right: 24px; text-align: center; }

  .mr-eyebrow {
    font-family: "Inter", system-ui, sans-serif;
    font-size: .72rem; font-weight: 700; letter-spacing: .16em;
    text-transform: uppercase; display: block;
  }
  .mr-title {
    font-family: "Fraunces", Georgia, serif; font-weight: 600;
    font-size: clamp(1.6rem, 2.6vw, 2.1rem); line-height: 1.1;
    letter-spacing: -.01em; margin: .4rem 0 0;
  }
  .mr-sub {
    font-family: "Inter", system-ui, sans-serif;
    font-size: .95rem; line-height: 1.55; max-width: 50ch; margin: .6rem auto 0;
  }

  .mr-row { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 26px; }
  .mr-chip {
    display: inline-flex; align-items: center; gap: .5rem;
    border-radius: 999px; padding: .7rem 1.3rem; border: 1px solid;
    font-family: "Inter", system-ui, sans-serif; font-weight: 600; font-size: .92rem;
    text-decoration: none; transition: transform .15s ease;
  }
  .mr-chip:hover { transform: translateY(-3px); }
  .mr-chip svg { width: 20px; height: 20px; flex: none; fill: none; stroke-width: 1.7; }

  .mr-reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
  .mr-reveal.mr-in { opacity: 1; transform: none; }
  @media (prefers-reduced-motion: reduce) {
    .mr-reveal { opacity: 1; transform: none; transition: none; }
  }
/* END_SECTION:more-resources */

/* START_SECTION:reviews-judgeme (INDEX:45) */
.jrev-section { width: 100%; }
  .jrev-wrap { max-width: 1180px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }

  .jrev-head { text-align: center; margin-bottom: 42px; }
  .jrev-stars { font-size: 1.4rem; letter-spacing: 2px; line-height: 1; }
  .jrev-score {
    font-family: "Fraunces", Georgia, serif; font-weight: 600;
    font-size: clamp(2rem, 4vw, 2.6rem); line-height: 1.1; margin-top: .25rem;
  }
  .jrev-sub {
    font-family: "Inter", system-ui, sans-serif;
    font-size: .95rem; line-height: 1.5; margin: .45rem 0 0;
  }

  .jrev-reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
  .jrev-reveal.jrev-in { opacity: 1; transform: none; }
  @media (prefers-reduced-motion: reduce) {
    .jrev-reveal { opacity: 1; transform: none; transition: none; }
  }
/* END_SECTION:reviews-judgeme */

/* START_SECTION:schools-districts (INDEX:46) */
.po-section { width: 100%; }
  .po-wrap { max-width: 1180px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }

  .po-card {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; border-radius: 26px; padding: 48px 50px;
  }

  .po-eyebrow {
    font-family: "Inter", system-ui, sans-serif;
    font-size: .72rem; font-weight: 700; letter-spacing: .16em;
    text-transform: uppercase; display: block;
  }
  .po-title {
    font-family: "Fraunces", Georgia, serif; font-weight: 600;
    font-size: clamp(1.7rem, 2.8vw, 2.3rem); line-height: 1.08;
    letter-spacing: -.01em; margin: .5rem 0 0;
  }

  .po-list { list-style: none; padding: 0; margin: 1.2rem 0 0; display: grid; gap: .7rem; }
  .po-list li {
    display: flex; gap: .6rem; align-items: flex-start;
    font-family: "Inter", system-ui, sans-serif; font-size: .95rem; line-height: 1.5;
  }
  .po-list svg { width: 20px; height: 20px; flex: none; margin-top: 2px; fill: none; stroke-width: 1.8; }

  .po-panel {
    background: #fff; border-radius: 18px; padding: 30px;
    box-shadow: 0 14px 40px -22px rgba(31,58,51,.45);
  }
  .po-panel-title {
    font-family: "Fraunces", Georgia, serif; font-weight: 600;
    font-size: 1.3rem; line-height: 1.1; margin: 0;
  }
  .po-panel-text {
    font-family: "Inter", system-ui, sans-serif;
    font-size: .92rem; line-height: 1.55; margin: .5rem 0 0;
  }
  .po-actions { margin-top: 1.4rem; display: flex; flex-direction: column; gap: .8rem; align-items: flex-start; }
  .po-btn {
    display: inline-block; width: 100%; text-align: center; box-sizing: border-box;
    font-family: "Inter", system-ui, sans-serif; font-weight: 600; font-size: .98rem;
    padding: .85rem 1.4rem; border-radius: 12px; text-decoration: none;
    transition: transform .15s ease;
  }
  .po-btn:hover { transform: translateY(-2px); }
  .po-link { font-family: "Inter", system-ui, sans-serif; font-size: .85rem; font-weight: 600; text-decoration: none; }

  .po-reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
  .po-reveal.po-in { opacity: 1; transform: none; }

  @media (max-width: 900px) {
    .po-card { grid-template-columns: 1fr; gap: 28px; padding: 34px 26px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .po-reveal { opacity: 1; transform: none; transition: none; }
  }
/* END_SECTION:schools-districts */

/* START_SECTION:spotlight-release (INDEX:79) */
.sp-section { width: 100%; }
  .sp-wrap { max-width: 1180px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }

  .sp-card {
    display: grid; grid-template-columns: 1.1fr 1fr;
    border-radius: 26px; overflow: hidden;
  }

  .sp-copy { padding: 54px 50px; }
  .sp-eyebrow {
    font-family: "Inter", system-ui, sans-serif;
    font-size: .72rem; font-weight: 700; letter-spacing: .16em;
    text-transform: uppercase; display: block;
  }
  .sp-title {
    font-family: "Fraunces", Georgia, serif; font-weight: 600;
    font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.08;
    letter-spacing: -.01em; margin: .6rem 0 0;
  }
  .sp-body {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1rem; line-height: 1.6; max-width: 44ch; margin: 1rem 0 0;
  }
  .sp-list { list-style: none; padding: 0; margin: 1.4rem 0 0; display: grid; gap: .6rem; }
  .sp-list li {
    display: flex; gap: .6rem; align-items: flex-start;
    font-family: "Inter", system-ui, sans-serif; font-size: .94rem; line-height: 1.45;
  }
  .sp-list svg { width: 19px; height: 19px; flex: none; margin-top: 3px; fill: none; stroke-width: 2; }

  .sp-btn {
    display: inline-block; margin-top: 1.8rem;
    font-family: "Inter", system-ui, sans-serif; font-weight: 600; font-size: .98rem;
    padding: .85rem 1.4rem; border-radius: 12px; text-decoration: none;
    transition: transform .15s ease;
  }
  .sp-btn:hover { transform: translateY(-2px); }

  .sp-vis { display: grid; place-items: center; padding: 40px; }
  .sp-img {
    width: clamp(200px, 70%, 300px); height: auto;
    border-radius: 14px; box-shadow: 0 34px 70px -22px rgba(0,0,0,.5);
  }
  .sp-img--placeholder { display: grid; place-items: center; background: rgba(255,255,255,.06); aspect-ratio: 3/4; }
  .sp-img--placeholder svg { width: 60%; opacity: .4; }

  .sp-reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
  .sp-reveal.sp-in { opacity: 1; transform: none; }

  @media (max-width: 900px) {
    .sp-card { grid-template-columns: 1fr; }
    .sp-copy { padding: 40px 28px 8px; }
    .sp-vis { padding: 0 28px 40px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .sp-reveal { opacity: 1; transform: none; transition: none; }
  }
/* END_SECTION:spotlight-release */

/* START_SECTION:trust-bar (INDEX:82) */
.tb-section { width: 100%; }
  .tb-wrap { max-width: 1180px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }

  .tb-row {
    display: flex; flex-wrap: wrap; justify-content: space-between;
    align-items: center; gap: 14px 18px;
  }
  .tb-item {
    display: flex; align-items: center; gap: .6rem;
    font-family: "Inter", system-ui, sans-serif; font-size: .9rem; font-weight: 500;
  }
  .tb-item svg { width: 20px; height: 20px; flex: none; fill: none; stroke-width: 1.7; }

  .tb-reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
  .tb-reveal.tb-in { opacity: 1; transform: none; }

  @media (max-width: 760px) {
    .tb-row { justify-content: flex-start; gap: 12px 22px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .tb-reveal { opacity: 1; transform: none; transition: none; }
  }
/* END_SECTION:trust-bar */

/* START_SECTION:why-handbooks (INDEX:83) */
.why-section { width: 100%; }
  .why-wrap { max-width: 1180px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }

  .why-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
  .why-eyebrow {
    font-family: "Inter", system-ui, sans-serif;
    font-size: .72rem; font-weight: 700; letter-spacing: .16em;
    text-transform: uppercase; display: block;
  }
  .why-title {
    font-family: "Fraunces", Georgia, serif; font-weight: 600;
    font-size: clamp(2rem, 3.6vw, 2.7rem); line-height: 1.08;
    letter-spacing: -.01em; margin: .5rem 0 0;
  }

  .why-grid { display: grid; gap: clamp(24px, 4vw, 48px); }

  .why-col { text-align: center; padding: 10px; }
  .why-ic {
    width: 54px; height: 54px; border-radius: 14px;
    display: grid; place-items: center; margin: 0 auto 14px;
  }
  .why-ic svg { width: 27px; height: 27px; stroke: currentColor; stroke-width: 1.7; }
  .why-col-title {
    font-family: "Fraunces", Georgia, serif; font-weight: 600;
    font-size: 1.2rem; line-height: 1.1; margin: 0;
  }
  .why-col-text {
    font-family: "Inter", system-ui, sans-serif;
    font-size: .9rem; line-height: 1.55; margin: .4rem 0 0;
  }

  .why-reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
  .why-reveal.why-in { opacity: 1; transform: none; }
  @media (prefers-reduced-motion: reduce) {
    .why-reveal { opacity: 1; transform: none; transition: none; }
  }
/* END_SECTION:why-handbooks */