@import "tailwindcss";

:root {
  --sage: #7ea68c;
  --sage-dark: #587c67;
  --blue: #527a8a;
  --blue-dark: #355e6e;
  --mint: #dce9df;
  --cream: #fafaf6;
  --paper: #ffffff;
  --ink: #28332e;
  --muted: #68736d;
  --line: #dfe5df;
  --gold: #d7ae62;
  --coral: #c97f68;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Inter", Arial, sans-serif; font-size: 16px; line-height: 1.65; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
h1, h2, h3, h4, .button, button, .logo { font-family: "Poppins", Arial, sans-serif; }
h1, h2, h3, p { margin-top: 0; }
:focus-visible { outline: 3px solid rgba(82, 122, 138, .35); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 104px 0; }
.eyebrow { display: inline-block; color: var(--blue); font: 600 12px/1.2 "Poppins", sans-serif; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 18px; }
.eyebrow.light { color: #eaf3ed; }

.announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 12px; background: var(--blue); color: white; font-size: 12px; letter-spacing: .02em; padding: 6px 20px; }
.announcement a { font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.55); }
.announcement a span { margin-left: 4px; }
.site-header { background: rgba(250,250,246,.97); position: relative; z-index: 40; border-bottom: 1px solid rgba(40,51,46,.08); }
.header-inner { height: 84px; width: min(1280px, calc(100% - 48px)); margin: 0 auto; display: flex; align-items: center; gap: 32px; }
.logo { display: inline-flex; align-items: center; gap: 11px; flex: none; }
.logo > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.logo strong { font-size: 21px; letter-spacing: -.04em; font-weight: 600; }
.logo small { color: var(--blue); font: 600 7px/1 "Inter", sans-serif; letter-spacing: .29em; margin: 5px 0 0 2px; }
.logo-mark { width: 38px; height: 38px; position: relative; display: inline-grid; place-items: center; flex: none; }
.logo-mark img { width: 100%; height: 100%; display: block; object-fit: contain; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 1.55vw, 25px); margin-left: auto; }
.main-nav > a { position: relative; font-size: 13px; font-weight: 600; white-space: nowrap; padding: 31px 0 29px; }
.main-nav > a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--sage); transition: right .2s ease; }
.main-nav > a:hover:after, .main-nav > a.active:after { right: 0; }
.mobile-actions { display: none; }
.header-actions { display: flex; align-items: center; gap: 7px; margin-left: 3px; }
.login-link { font: 600 11px/1.3 "Poppins", sans-serif; max-width: 77px; text-align: right; color: var(--blue-dark); }
.icon-button, .menu-button { width: 39px; height: 39px; border: 1px solid var(--line); background: transparent; border-radius: 50%; display: grid; place-items: center; cursor: pointer; position: relative; }
.icon-button:hover, .menu-button:hover { background: var(--mint); }
.cart-button em { position: absolute; right: -3px; top: -4px; width: 18px; height: 18px; display: grid; place-items: center; background: var(--blue); color: #fff; border-radius: 50%; font: 600 10px/1 "Inter", sans-serif; font-style: normal; }
.menu-button { display: none; }
.icon { display: block; position: relative; width: 17px; height: 17px; }
.icon-cart { width: 17px; height: 12px; border: 1.7px solid var(--ink); border-top: 0; border-radius: 2px 2px 5px 5px; margin-top: 3px; transform: skew(-4deg); }
.icon-cart:before { content: ""; position: absolute; width: 8px; height: 5px; border: 1.7px solid var(--ink); border-bottom: 0; border-radius: 8px 8px 0 0; left: 3px; top: -5px; }
.icon-cart:after { content: "••"; letter-spacing: 5px; position: absolute; font: 700 9px/1 Arial; left: 2px; bottom: -8px; }
.icon-account:before { content: ""; position: absolute; width: 6px; height: 6px; border: 1.7px solid var(--ink); border-radius: 50%; left: 5px; top: 0; }
.icon-account:after { content: ""; position: absolute; width: 13px; height: 7px; border: 1.7px solid var(--ink); border-bottom: 0; border-radius: 10px 10px 0 0; left: 1px; bottom: 0; }
.icon-search:before { content: ""; position: absolute; width: 10px; height: 10px; border: 1.7px solid var(--muted); border-radius: 50%; left: 0; top: 0; }
.icon-search:after { content: ""; width: 7px; height: 1.7px; background: var(--muted); transform: rotate(45deg); position: absolute; right: 0; bottom: 2px; }
.icon-menu, .icon-close { height: 2px; background: var(--ink); }
.icon-menu:before, .icon-menu:after { content: ""; position: absolute; width: 17px; height: 2px; background: var(--ink); left: 0; }
.icon-menu:before { top: -6px; }.icon-menu:after { top: 6px; }
.icon-close { transform: rotate(45deg); }.icon-close:after { content: ""; position: absolute; width: 17px; height: 2px; background: var(--ink); transform: rotate(90deg); }

.hero { min-height: 680px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 68px; padding-top: 82px; padding-bottom: 78px; }
.hero-copy h1 { font-size: clamp(44px, 5.2vw, 72px); line-height: 1.07; letter-spacing: -.055em; max-width: 670px; margin-bottom: 28px; }
.hero-copy h1 em { color: var(--blue); font-style: normal; position: relative; }
.hero-copy h1 em:after { content: ""; position: absolute; left: 3px; right: 3px; bottom: 2px; height: 6px; background: var(--mint); z-index: -1; border-radius: 50%; }
.hero-copy > p { max-width: 620px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin: 38px 0 38px; }
.button { min-height: 51px; padding: 0 24px; border-radius: 6px; display: inline-flex; justify-content: center; align-items: center; gap: 15px; border: 1px solid transparent; cursor: pointer; font-size: 13px; font-weight: 600; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--blue); color: white; box-shadow: 0 7px 20px rgba(53,94,110,.14); }
.button.primary:hover { background: var(--blue-dark); }
.button.secondary { background: transparent; border-color: #aab8b1; }
.button.secondary:hover { background: #fff; }
.button.compact { min-height: 45px; margin-top: 12px; }
.button.full { width: 100%; }
.button.cream { background: var(--cream); color: var(--ink); }
.button.outline-light { color: #fff; border-color: rgba(255,255,255,.55); }
.hero-foot { border-top: 1px solid var(--line); padding-top: 24px; display: flex; gap: 24px; flex-wrap: wrap; color: var(--muted); font-size: 12px; }
.hero-foot i { width: 19px; height: 19px; display: inline-grid; place-items: center; background: var(--mint); color: var(--sage-dark); border-radius: 50%; font-style: normal; margin-right: 6px; }

.study-scene { width: 100%; aspect-ratio: 1.05; max-width: 520px; margin-left: auto; background: var(--mint); position: relative; border-radius: 46% 54% 51% 49% / 41% 44% 56% 59%; overflow: hidden; box-shadow: 0 25px 60px rgba(70,99,82,.11); }
.study-scene:after { content: ""; position: absolute; width: 420px; height: 160px; border: 2px solid rgba(82,122,138,.19); border-radius: 50%; left: 50px; bottom: 7px; transform: rotate(-5deg); }
.scene-sun { position: absolute; width: 120px; height: 120px; background: #f5dca7; border-radius: 50%; right: 58px; top: 45px; opacity: .78; }
.scene-note { position: absolute; background: #fff; border-radius: 8px; box-shadow: 0 10px 25px rgba(40,51,46,.11); z-index: 3; transform: rotate(-6deg); }
.note-one { width: 62px; height: 54px; left: 34px; top: 72px; color: var(--coral); display: grid; place-items: center; font: 700 22px "Poppins"; }
.note-two { width: 77px; height: 61px; right: 32px; top: 155px; padding: 16px; transform: rotate(7deg); }
.note-two i { display: block; width: 100%; height: 4px; background: var(--mint); margin-bottom: 6px; border-radius: 3px; }.note-two i:nth-child(2) { width: 72%; background: #bdd1c2; }
.progress-card { position: absolute; left: 48px; top: 148px; background: #fff; width: 154px; border-radius: 9px; padding: 13px 15px; z-index: 3; box-shadow: 0 10px 24px rgba(40,51,46,.1); transform: rotate(-3deg); }
.progress-card > span, .progress-card > b { display: block; font-size: 9px; line-height: 1.3; }.progress-card > b { font-size: 15px; font-family: "Poppins"; margin: 3px 0 8px; }
.progress-card div { display: flex; gap: 4px; }.progress-card i, .progress-card em { width: 20px; height: 5px; background: var(--sage); border-radius: 4px; }.progress-card em { background: #e7ebe8; }
.student { position: absolute; width: 135px; height: 200px; bottom: 76px; z-index: 4; }
.student .head { position: absolute; width: 70px; height: 82px; border-radius: 45% 45% 48% 48%; background: #b8785b; left: 30px; top: 22px; z-index: 2; }
.student .hair { position: absolute; width: 80px; height: 51px; border-radius: 50% 50% 25% 25%; background: #28332e; left: 25px; top: 5px; z-index: 3; }
.student .hair:after { content: ""; position: absolute; width: 34px; height: 45px; background: #28332e; border-radius: 50%; right: -7px; top: 20px; }
.student .body { position: absolute; width: 135px; height: 115px; border-radius: 52px 52px 8px 8px; bottom: 0; background: var(--blue); }
.student-one { left: 122px; }.student-two { right: 73px; transform: scale(.92); bottom: 74px; }
.student-two .head { background: #e1b08c; }.student-two .hair { background: #855841; border-radius: 50%; height: 67px; top: 0; }.student-two .hair:before, .student-two .hair:after { content: ""; position: absolute; width: 44px; height: 44px; border-radius: 50%; background: #855841; }.student-two .hair:before { left: -12px; top: 8px; }.student-two .hair:after { right: -12px; top: 8px; }.student-two .body { background: var(--coral); }
.desk { position: absolute; left: 70px; right: 46px; bottom: 52px; height: 30px; background: #ba8964; z-index: 6; transform: skew(-8deg); border-radius: 4px; box-shadow: 0 8px 0 #9b7053; }
.laptop { position: absolute; width: 142px; height: 88px; background: #f5f4ee; border: 5px solid #d4d8d4; border-radius: 7px; left: 135px; bottom: 20px; transform: skew(8deg); box-shadow: 0 4px 0 #afb7b1; }
.mini-logo { width: 20px; height: 20px; border-radius: 50%; background: var(--sage); position: absolute; left: 57px; top: 28px; }
.books { position: absolute; left: 8px; bottom: 21px; }.books i { display: block; width: 94px; height: 13px; margin-top: 4px; border-radius: 3px; background: var(--coral); transform: skew(8deg); }.books i:nth-child(2) { background: var(--gold); width: 81px; margin-left: 8px; }.books i:nth-child(3) { background: var(--blue); width: 100px; }
.pencil { position: absolute; width: 76px; height: 6px; border-radius: 5px; background: var(--gold); right: 5px; bottom: 40px; transform: rotate(-13deg) skew(8deg); }
.scene-leaf { position: absolute; border: 2px solid var(--sage-dark); border-radius: 70% 0 70% 0; width: 34px; height: 58px; z-index: 2; }.leaf-a { left: 45px; bottom: 42px; transform: rotate(-20deg); }.leaf-b { right: 20px; bottom: 70px; transform: rotate(28deg); }

.free-section, .courses-preview, .values-section { background: #f1f6f1; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 45px; }
.section-heading > div { max-width: 690px; }
.section-heading h2 { font-size: clamp(31px, 3.8vw, 46px); line-height: 1.18; letter-spacing: -.04em; margin-bottom: 14px; }
.section-heading p { color: var(--muted); margin-bottom: 0; max-width: 650px; }
.section-link, .text-button { color: var(--blue-dark); font-weight: 700; font-size: 13px; border: 0; background: transparent; cursor: pointer; padding: 0; white-space: nowrap; }
.section-link:hover, .text-button:hover { color: var(--sage-dark); }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.resource-grid.featured { grid-template-columns: repeat(4, 1fr); gap: 18px; }
.resource-card, .product-card, .course-card { background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.resource-card:hover, .product-card:hover, .course-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(40,51,46,.08); }
.resource-visual { height: 140px; position: relative; overflow: hidden; background: var(--mint); }
.resource-visual:before { content: ""; width: 120px; height: 120px; border: 2px solid rgba(255,255,255,.65); border-radius: 50%; position: absolute; left: -25px; top: 45px; }
.resource-visual span { width: 67px; height: 67px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-5deg); display: grid; place-items: center; background: #fff; color: var(--blue); border-radius: 10px; box-shadow: 0 9px 22px rgba(53,94,110,.14); font: 700 28px "Poppins"; z-index: 2; }
.resource-visual i { position: absolute; width: 42px; height: 8px; background: rgba(255,255,255,.8); border-radius: 8px; transform: rotate(-20deg); }.resource-visual i:nth-of-type(1) { right: 23px; top: 35px; }.resource-visual i:nth-of-type(2) { left: 27px; top: 29px; width: 25px; }.resource-visual i:nth-of-type(3) { right: 37px; bottom: 24px; width: 28px; }
.subject-math { background: #dce9df; }.subject-english { background: #e1e9ed; }.subject-study-skills { background: #f0e4c9; }.subject-science { background: #e9ddd8; }
.card-body { padding: 22px; }
.card-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.tag, .status { display: inline-flex; align-items: center; min-height: 24px; padding: 0 9px; border-radius: 3px; font: 600 9px "Poppins"; letter-spacing: .08em; text-transform: uppercase; background: var(--mint); color: var(--sage-dark); }
.tag-popular, .tag-premium { background: #f3e7cb; color: #826525; }.tag-new { background: #e0e9ed; color: var(--blue-dark); }.tag-coming-soon { background: #ececea; color: #696964; }
.card-body h3, .course-card h3 { font-size: 18px; line-height: 1.35; letter-spacing: -.02em; margin-bottom: 10px; }
.card-body p, .course-card p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.card-details { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 13px; margin: 18px 0 16px; color: var(--muted); font-size: 10px; text-transform: uppercase; }

.book-preview-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; background: #f4eee3; border-radius: 14px; padding: 65px; overflow: hidden; }
.book-stack { min-height: 400px; position: relative; }
.stack-book { position: absolute; width: 225px; left: 50%; top: 48%; transform-origin: bottom center; box-shadow: 0 22px 35px rgba(40,51,46,.16); border-radius: 5px; overflow: hidden; }.stack-0 { transform: translate(-72%,-50%) rotate(-9deg); z-index: 1; }.stack-1 { transform: translate(-30%,-52%) rotate(7deg); z-index: 2; }.stack-2 { transform: translate(-50%,-48%) rotate(-1deg); z-index: 3; }
.book-cover { height: 290px; padding: 26px 23px; display: flex; flex-direction: column; color: #fff; position: relative; overflow: hidden; border-radius: 5px; }
.book-cover:before { content: ""; position: absolute; width: 150px; height: 150px; border: 2px solid rgba(255,255,255,.2); border-radius: 50%; right: -50px; bottom: -40px; }.book-cover:after { content: ""; position: absolute; width: 80px; height: 80px; background: rgba(255,255,255,.12); transform: rotate(45deg); right: 20px; top: 95px; border-radius: 12px; }
.cover-sage { background: var(--sage-dark); }.cover-blue { background: var(--blue-dark); }.cover-gold { background: #a8813e; }.cover-coral { background: #a65f4c; }
.cover-kicker { font-size: 7px; letter-spacing: .18em; opacity: .8; position: relative; z-index: 2; }.book-cover b { font: 600 24px/1.2 "Poppins"; margin-top: 28px; position: relative; z-index: 2; }.book-cover small { margin-top: auto; text-transform: uppercase; letter-spacing: .15em; font-size: 8px; position: relative; z-index: 2; }.cover-lines { margin-top: 25px; position: relative; z-index: 2; }.cover-lines i { display: block; width: 45px; height: 2px; background: rgba(255,255,255,.65); margin-bottom: 7px; }.cover-lines i:nth-child(2) { width: 28px; }
.preview-copy h2 { font-size: clamp(30px, 3.3vw, 44px); letter-spacing: -.04em; line-height: 1.17; }.preview-copy > p { color: var(--muted); }.preview-copy ul { list-style: none; padding: 0; margin: 28px 0; }.preview-copy li { margin: 12px 0; }.preview-copy li:before { content: "✓"; display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--mint); color: var(--sage-dark); margin-right: 11px; font-size: 11px; }

.course-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 23px; }.course-grid.home-courses { grid-template-columns: repeat(3, 1fr); }
.course-card { padding: 28px; position: relative; }.course-card:after { content: ""; position: absolute; right: -45px; top: 45px; width: 130px; height: 130px; border: 1px solid rgba(126,166,140,.25); border-radius: 50%; }
.course-top { display: flex; justify-content: space-between; align-items: flex-start; position: relative; z-index: 2; }.status.available { background: var(--mint); color: var(--sage-dark); }.status.upcoming { background: #eeece6; color: #6c6b63; }
.course-number { font: 500 26px "Poppins"; color: #d8dfda; }.course-symbol { height: 80px; margin: 20px 0 16px; position: relative; }.course-symbol i { width: 48px; height: 48px; border-radius: 50%; background: var(--mint); position: absolute; top: 14px; left: 10px; }.course-symbol i:nth-child(2) { width: 42px; height: 42px; background: #fff; border: 2px solid var(--sage); left: 35px; top: 2px; }.course-symbol i:nth-child(3) { width: 37px; height: 7px; background: var(--blue); border-radius: 5px; left: 55px; top: 53px; transform: rotate(-18deg); }
.course-blue .course-symbol i:first-child { background: #dbe5e9; }.course-gold .course-symbol i:first-child { background: #f2e6cc; }.course-coral .course-symbol i:first-child { background: #eeddd7; }
.course-format { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }.course-actions { display: flex; align-items: center; gap: 18px; margin-top: 23px; position: relative; z-index: 3; }
.mini-button { border: 0; background: var(--blue); color: white; border-radius: 5px; min-height: 38px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; font: 600 11px "Poppins"; cursor: pointer; }.mini-button.ghost { background: transparent; color: var(--blue-dark); border: 1px solid var(--line); }

.trust-section { padding-top: 112px; padding-bottom: 112px; }.benefit-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); }.benefit-grid article { padding: 28px 23px 10px; border-right: 1px solid var(--line); }.benefit-grid article:last-child { border: 0; }.benefit-grid article > span, .values-grid article > span { color: var(--sage); font: 600 11px "Poppins"; }.benefit-grid h3 { font-size: 15px; margin: 20px 0 10px; }.benefit-grid p { font-size: 12px; color: var(--muted); }
.community-band { width: min(1060px, calc(100% - 48px)); margin: 0 auto; background: var(--mint); border-radius: 12px; min-height: 355px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; padding: 58px 75px; gap: 70px; }.community-band h2 { font-size: clamp(30px, 3.5vw, 44px); line-height: 1.2; letter-spacing: -.04em; }.community-band p { color: var(--muted); max-width: 560px; }.community-art { min-height: 230px; position: relative; }.mail-card { width: 220px; height: 148px; background: var(--blue); border-radius: 10px; box-shadow: 15px 18px 0 #bfd4c5; position: absolute; left: 35px; top: 40px; transform: rotate(-4deg); padding: 35px; z-index: 2; }.mail-card:before { content: ""; position: absolute; inset: 20px; border: 2px solid rgba(255,255,255,.4); clip-path: polygon(0 0, 50% 47%, 100% 0); }.mail-card i { width: 44px; height: 4px; display: block; background: rgba(255,255,255,.8); margin-bottom: 9px; border-radius: 4px; }.mail-card b { position: absolute; right: -25px; top: -20px; width: 50px; height: 50px; background: #f4dca8; color: var(--blue); border-radius: 50%; display: grid; place-items: center; font-size: 25px; }.orbit { position: absolute; border: 1px solid var(--sage); border-radius: 50%; }.orbit-a { width: 250px; height: 190px; left: 5px; top: 15px; }.orbit-b { width: 150px; height: 150px; left: 110px; top: 45px; }
.faq-section { max-width: 940px; padding-top: 115px; padding-bottom: 115px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); padding: 0 4px; }.faq-list summary { list-style: none; cursor: pointer; min-height: 74px; display: flex; justify-content: space-between; align-items: center; font: 600 15px "Poppins"; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--blue); font-size: 22px; transition: transform .2s; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { color: var(--muted); padding-right: 70px; padding-bottom: 22px; }
.final-cta { background: var(--blue-dark); color: white; padding: 90px 0; text-align: center; position: relative; overflow: hidden; }.final-cta:before, .final-cta:after { content: ""; position: absolute; width: 320px; height: 320px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }.final-cta:before { left: -120px; top: -180px; }.final-cta:after { right: -130px; bottom: -210px; }.final-cta h2 { font-size: clamp(36px, 4.4vw, 57px); line-height: 1.14; letter-spacing: -.045em; }.final-cta p { color: #dce9e1; }.final-cta .button { margin: 20px 5px 0; position: relative; z-index: 2; }

.site-footer { background: #f2f2ec; padding: 70px max(24px, calc((100% - 1180px)/2)) 25px; }.footer-main { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 80px; padding-bottom: 55px; }.footer-main > div:first-child p { color: var(--muted); max-width: 330px; font-size: 13px; margin: 22px 0; }.footer-main h3 { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 20px; }.footer-main > div:not(:first-child) a { display: block; font-size: 13px; color: var(--muted); margin: 11px 0; }.footer-main a:hover { color: var(--blue); }.language { font-size: 11px; font-weight: 600; }.language small { background: var(--mint); color: var(--sage-dark); padding: 3px 6px; border-radius: 3px; margin-left: 7px; }.footer-bottom { border-top: 1px solid #d9ddd9; padding-top: 22px; display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }.footer-bottom div { display: flex; gap: 24px; }

.page-hero { background: #edf3ee; padding: 82px 0 88px; text-align: center; border-bottom: 1px solid var(--line); }.page-hero h1 { font-size: clamp(40px, 5vw, 64px); line-height: 1.1; letter-spacing: -.05em; max-width: 850px; margin: 0 auto 23px; }.page-hero p { max-width: 650px; margin: 0 auto; color: var(--muted); font-size: 17px; }.catalog-section { padding-top: 72px; padding-bottom: 110px; }.catalog-tools { display: grid; grid-template-columns: 1fr 190px 190px; gap: 15px; padding: 16px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }.catalog-tools label { position: relative; }.catalog-tools label > span:not(.icon) { display: block; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; margin-bottom: 5px; }.catalog-tools input, .catalog-tools select { width: 100%; height: 48px; border: 1px solid var(--line); border-radius: 5px; background: #fbfcf9; padding: 0 14px; color: var(--ink); }.catalog-tools .search-field { display: flex; align-items: flex-end; }.search-field .icon { position: absolute; left: 17px; top: 17px; z-index: 2; }.catalog-tools .search-field input { padding-left: 48px; }.results-row { display: flex; justify-content: space-between; margin: 28px 0 20px; color: var(--muted); font-size: 12px; }.results-row button { border: 0; background: none; color: var(--blue); cursor: pointer; font-weight: 600; }.empty-state { text-align: center; padding: 80px; border: 1px dashed var(--line); border-radius: 10px; }.empty-state h2 { font-size: 24px; }.empty-state p { color: var(--muted); }
.chip-filter { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 35px; }.chip-filter button { border: 1px solid var(--line); background: #fff; min-height: 40px; padding: 0 19px; border-radius: 20px; font-size: 12px; cursor: pointer; }.chip-filter button.active { background: var(--blue); color: #fff; border-color: var(--blue); }.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }.product-card { display: grid; grid-template-columns: 180px 1fr; padding: 22px; gap: 10px; }.product-card .book-cover { height: 248px; }.product-card .card-body { padding: 6px 10px 6px 20px; display: flex; flex-direction: column; }.product-type { color: var(--blue); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 9px; }.product-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 8px; margin-top: auto; border-top: 1px solid var(--line); padding-top: 17px; }.product-bottom strong { font: 600 20px "Poppins"; }.product-bottom div { display: flex; gap: 6px; }.catalog-note { margin-top: 65px; border: 1px solid var(--line); border-left: 4px solid var(--sage); background: #f3f7f3; padding: 25px; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 20px; border-radius: 5px; }.catalog-note > span, .support-note > span { width: 38px; height: 38px; display: grid; place-items: center; background: var(--mint); color: var(--sage-dark); font-weight: 700; border-radius: 50%; }.catalog-note h3, .catalog-note p { margin-bottom: 3px; }.catalog-note p { color: var(--muted); font-size: 13px; }.catalog-note a { color: var(--blue); font-size: 12px; font-weight: 700; }
.course-section-title { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 25px; }.course-section-title h2 { font-size: 34px; margin-bottom: 0; }.course-section-title p { color: var(--muted); font-size: 13px; }.upcoming-title { margin-top: 80px; }.courses-preview .course-card { background: #fff; }

.story-section { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; padding-top: 105px; padding-bottom: 105px; }.story-art .study-scene { max-width: 480px; margin: 0; }.story-section h2 { font-size: clamp(32px, 3.5vw, 47px); line-height: 1.18; letter-spacing: -.04em; }.story-section p { color: var(--muted); }.values-section { padding: 100px 0; }.values-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }.values-grid article { background: #fff; padding: 28px; min-height: 210px; border-top: 3px solid var(--sage); }.values-grid h3 { margin: 35px 0 10px; font-size: 16px; }.values-grid p { color: var(--muted); font-size: 12px; }.about-cta { padding-top: 90px; padding-bottom: 100px; text-align: center; }.about-cta h2 { font-size: clamp(32px,4vw,50px); max-width: 780px; margin: 0 auto 30px; letter-spacing: -.04em; }.about-cta .button { margin: 5px; }

.form-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding-top: 90px; padding-bottom: 110px; align-items: start; }.form-benefits h2, .contact-layout h2 { font-size: clamp(30px,3.5vw,43px); line-height: 1.2; letter-spacing: -.04em; }.benefit-line { display: grid; grid-template-columns: 44px 1fr; align-items: center; border-top: 1px solid var(--line); padding: 17px 0; }.benefit-line span { color: var(--sage); font-size: 11px; font-weight: 700; }.benefit-line p { margin: 0; font-weight: 600; }.form-benefits > small { display: block; color: var(--muted); margin-top: 20px; }.signup-form, .contact-form, .profile-panel { background: #fff; border: 1px solid var(--line); padding: 38px; border-radius: 10px; box-shadow: 0 20px 45px rgba(40,51,46,.06); }.signup-form h2 { font-size: 27px; margin-bottom: 8px; }.signup-form > p { color: var(--muted); font-size: 13px; }.signup-form label, .contact-form label, .profile-panel label, .auth-card form label { display: block; font-size: 11px; font-weight: 700; margin-top: 15px; }.signup-form input, .contact-form input, .contact-form select, .contact-form textarea, .profile-panel input, .auth-card form input { width: 100%; border: 1px solid #d8dfda; background: #fbfcfa; border-radius: 5px; min-height: 48px; padding: 11px 13px; margin-top: 6px; color: var(--ink); }.signup-form .button { margin-top: 22px; }.signup-form > small { display: block; text-align: center; margin-top: 13px; color: var(--muted); font-size: 10px; }.signup-form > small a { text-decoration: underline; }.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 95px; padding-top: 90px; padding-bottom: 110px; }.contact-layout > div > p { color: var(--muted); }.contact-email { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; margin-top: 28px; }.contact-email span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.contact-email a { color: var(--blue); font-weight: 700; overflow-wrap: anywhere; }.support-note { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 18px; background: var(--mint); border-radius: 6px; margin-top: 35px; }.support-note p { margin: 0; font-size: 12px; }.contact-form textarea { resize: vertical; min-height: 140px; }.contact-form .button { margin-top: 20px; }

.account-background { min-height: calc(100vh - 119px); display: grid; place-items: center; background: #eaf1eb; padding: 60px 24px; }.auth-card { width: min(1000px, 100%); background: #fff; border-radius: 13px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 25px 70px rgba(40,51,46,.13); }.auth-aside { background: var(--blue-dark); color: #fff; padding: 48px; display: flex; flex-direction: column; justify-content: space-between; min-height: 590px; position: relative; overflow: hidden; }.auth-aside:before, .auth-aside:after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }.auth-aside:before { width: 350px; height: 350px; right: -190px; top: 70px; }.auth-aside:after { width: 250px; height: 250px; left: -120px; bottom: -80px; }.auth-aside .logo-mark { background: var(--cream); border-radius: 7px; padding: 3px; }.auth-aside .logo small { color: #d5e5db; }.auth-aside h1 { font-size: 41px; line-height: 1.15; letter-spacing: -.04em; }.auth-aside p { color: #dbe8df; }.auth-quote { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }.auth-card > form { padding: 65px 55px; }.auth-card form h2 { font-size: 31px; margin-bottom: 6px; }.auth-card form > p { color: var(--muted); font-size: 13px; }.forgot { border: 0; background: none; color: var(--blue); font-size: 11px; margin-top: 9px; padding: 0; cursor: pointer; }.auth-card form .button { margin-top: 25px; }.auth-switch { margin-top: 20px; text-align: center; color: var(--muted); font-size: 12px; }.auth-switch button { border: 0; background: none; color: var(--blue); cursor: pointer; font-weight: 700; }

.dashboard { min-height: 100vh; background: #f4f6f2; display: grid; grid-template-columns: 250px 1fr; }.dash-sidebar { background: #fff; border-right: 1px solid var(--line); padding: 30px 22px; display: flex; flex-direction: column; position: sticky; top: 0; height: 100vh; }.student-mini { display: flex; align-items: center; gap: 11px; margin: 42px 0 25px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }.student-mini > span { width: 40px; height: 40px; background: var(--mint); color: var(--sage-dark); border-radius: 50%; display: grid; place-items: center; font-weight: 700; }.student-mini strong, .student-mini small { display: block; }.student-mini strong { font-size: 12px; }.student-mini small { color: var(--muted); font-size: 10px; }.dash-sidebar nav button { width: 100%; min-height: 45px; border: 0; border-radius: 5px; background: transparent; display: flex; justify-content: space-between; align-items: center; padding: 0 13px; cursor: pointer; font-size: 12px; color: var(--muted); }.dash-sidebar nav button.active { background: var(--mint); color: var(--ink); font-weight: 600; }.dash-sidebar > a { margin-top: auto; font-size: 11px; color: var(--muted); }.dash-content { padding: 55px max(35px, 6vw); max-width: 1250px; width: 100%; }.dash-mobile-top { display: none; }.dashboard-welcome { background: var(--blue-dark); color: #fff; padding: 42px; border-radius: 10px; display: flex; align-items: center; justify-content: space-between; }.dashboard-welcome h1 { font-size: 36px; margin-bottom: 5px; }.dashboard-welcome p { margin: 0; color: #d9e8df; }.progress-ring { width: 115px; height: 115px; border: 9px solid rgba(255,255,255,.18); border-top-color: #b9d4c1; border-right-color: #b9d4c1; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; transform: rotate(25deg); }.progress-ring span, .progress-ring small { transform: rotate(-25deg); }.progress-ring span { font: 600 25px "Poppins"; }.progress-ring small { font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }.dash-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 20px; margin-top: 20px; }.continue-card, .quick-card, .recent-table, .empty-panel, .profile-panel { background: #fff; border: 1px solid var(--line); border-radius: 9px; padding: 30px; }.continue-card h2, .quick-card h2, .recent-table h2 { font-size: 20px; margin-top: 14px; }.continue-card p { color: var(--muted); font-size: 12px; }.progress-bar { height: 7px; background: #e7ebe7; border-radius: 5px; margin: 25px 0; }.progress-bar i { display: block; height: 100%; background: var(--sage); border-radius: 5px; }.quick-card a { min-height: 50px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); }.quick-card a:hover { color: var(--blue); }.recent-table { margin-top: 20px; }.recent-table > div { display: flex; justify-content: space-between; }.recent-table > div a { color: var(--blue); font-size: 11px; }.recent-table article, .empty-panel article { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 13px; border-top: 1px solid var(--line); padding: 15px 0; }.recent-table article h3 { font-size: 12px; margin: 0; }.recent-table article p { margin: 0; font-size: 10px; color: var(--muted); }.recent-table article button { border: 0; background: none; color: var(--blue); font-size: 11px; cursor: pointer; }.file-icon { width: 36px; height: 40px; display: grid; place-items: center; background: var(--mint); color: var(--sage-dark); font-weight: 700; border-radius: 4px; }.file-icon.blue { background: #dce7eb; color: var(--blue-dark); }.empty-panel, .profile-panel { max-width: 800px; min-height: 450px; }.empty-panel h1 { font-size: 38px; margin-bottom: 8px; }.empty-panel > p { color: var(--muted); }.empty-panel article { margin: 35px 0; }.empty-panel article a { color: var(--blue); font-size: 11px; }.disabled-feature { background: #f1f3f0; border: 1px dashed #cdd4ce; padding: 20px; margin: 30px 0; border-radius: 6px; }.disabled-feature span { font-size: 8px; letter-spacing: .1em; color: var(--muted); background: #e1e5e1; border-radius: 3px; padding: 4px 7px; }.disabled-feature h3 { font-size: 14px; margin: 12px 0 3px; }.disabled-feature p { color: var(--muted); font-size: 11px; margin: 0; }

.detail-hero { min-height: 680px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; padding-top: 80px; padding-bottom: 90px; }.detail-cover-wrap { background: #eee9df; border-radius: 11px; min-height: 510px; display: grid; place-items: center; }.book-cover.large { width: 300px; height: 420px; box-shadow: 18px 24px 0 rgba(40,51,46,.12); }.book-cover.large b { font-size: 33px; }.back-link { color: var(--blue); font-size: 11px; font-weight: 700; display: block; margin-bottom: 32px; }.detail-copy h1 { font-size: clamp(40px,4.8vw,61px); line-height: 1.1; letter-spacing: -.05em; }.detail-copy > p { color: var(--muted); max-width: 620px; }.detail-list { display: flex; flex-direction: column; gap: 9px; margin: 25px 0; font-size: 13px; }.detail-list span::first-letter { color: var(--sage-dark); }.purchase-box { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 0; display: flex; justify-content: space-between; align-items: center; margin: 25px 0 12px; }.purchase-box strong { font: 600 31px "Poppins"; }.detail-copy > small { color: var(--muted); font-size: 10px; }.detail-info { background: #eef4ee; padding: 90px 0; }.detail-info > div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }.detail-info h2 { font-size: 39px; line-height: 1.2; }.detail-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; color: var(--muted); }.detail-columns ul { margin: 0; padding-left: 20px; }
.course-detail { padding: 65px 0 95px; background: #eaf1eb; text-align: center; }.course-detail .back-link { text-align: left; }.course-detail h1 { font-size: clamp(43px,5.2vw,68px); letter-spacing: -.05em; line-height: 1.1; max-width: 850px; margin: 24px auto 18px; }.course-detail > div > p { color: var(--muted); max-width: 660px; margin: 0 auto 25px; }.course-detail-meta { display: flex; justify-content: center; gap: 9px; flex-wrap: wrap; margin-bottom: 30px; }.course-detail-meta span { background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: 15px; padding: 5px 12px; font-size: 10px; }.syllabus { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding-top: 100px; padding-bottom: 110px; }.syllabus h2 { font-size: 40px; letter-spacing: -.04em; line-height: 1.2; }.syllabus p { color: var(--muted); }.syllabus ol { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }.syllabus li { min-height: 68px; display: grid; grid-template-columns: 50px 1fr auto; align-items: center; border-bottom: 1px solid var(--line); }.syllabus li span { color: var(--sage); font-size: 11px; }.syllabus li small { font-size: 8px; background: #e8e9e6; padding: 3px 6px; border-radius: 3px; }
.policy-content { max-width: 780px; padding-top: 70px; padding-bottom: 100px; }.policy-date { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid var(--line); padding-bottom: 20px; }.policy-content section { padding: 25px 0; border-bottom: 1px solid var(--line); }.policy-content h2 { font-size: 22px; }.policy-content section p { color: var(--muted); }.policy-note { background: var(--mint); padding: 23px; margin-top: 35px; border-radius: 6px; }.policy-note p { margin: 5px 0; }.policy-note a { color: var(--blue); font-size: 12px; font-weight: 700; }

.drawer-scrim { position: fixed; inset: 0; background: rgba(23,31,27,.42); opacity: 0; visibility: hidden; transition: .25s; z-index: 80; }.drawer-scrim.show { opacity: 1; visibility: visible; }.cart-drawer { position: fixed; right: 0; top: 0; height: 100%; width: min(440px, 100%); background: var(--cream); z-index: 81; transform: translateX(101%); transition: transform .3s ease; display: flex; flex-direction: column; }.cart-drawer.open { transform: translateX(0); }.drawer-head { padding: 28px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: flex-start; }.drawer-head h2 { font-size: 23px; margin: 0; }.drawer-head .eyebrow { margin-bottom: 7px; }.drawer-head > button, .modal-close { width: 37px; height: 37px; border-radius: 50%; border: 1px solid var(--line); background: #fff; cursor: pointer; font-size: 22px; }.cart-items { padding: 5px 28px; overflow: auto; flex: 1; }.cart-items article { display: grid; grid-template-columns: 55px 1fr auto; gap: 13px; border-bottom: 1px solid var(--line); padding: 20px 0; }.cart-thumb { width: 50px; height: 67px; display: grid; place-items: center; color: #fff; border-radius: 3px; font-weight: 700; }.cart-items article strong, .cart-items article span { display: block; }.cart-items article strong { font-size: 12px; line-height: 1.3; }.cart-items article span { color: var(--muted); font-size: 9px; margin-top: 4px; }.cart-items article button { border: 0; padding: 0; background: none; color: var(--blue); font-size: 9px; cursor: pointer; }.cart-items article > b { font-size: 12px; }.cart-total { padding: 25px 28px; border-top: 1px solid var(--line); background: #fff; }.cart-total > span, .cart-total > strong { display: inline-block; }.cart-total > strong { float: right; font: 600 22px "Poppins"; }.cart-total small { clear: both; display: block; color: var(--muted); font-size: 9px; padding: 10px 0 18px; }.cart-total > a { display: block; text-align: center; color: var(--blue); font-size: 11px; margin-top: 13px; }.empty-cart { margin: auto; text-align: center; padding: 40px; }.empty-cart p { color: var(--muted); max-width: 280px; }.empty-bag { width: 75px; height: 75px; display: grid; place-items: center; background: var(--mint); border-radius: 50%; margin: 0 auto 25px; }.empty-bag .icon { transform: scale(1.5); }
.modal-wrap { position: fixed; inset: 0; z-index: 90; background: rgba(23,31,27,.55); display: grid; place-items: center; padding: 22px; }.modal { position: relative; background: var(--cream); width: min(530px, 100%); border-radius: 12px; padding: 38px; max-height: calc(100vh - 40px); overflow: auto; }.modal > h2 { font-size: 29px; margin-bottom: 8px; }.modal > p { color: var(--muted); font-size: 13px; }.modal-close { position: absolute; top: 18px; right: 18px; }.modal .signup-form { border: 0; box-shadow: none; padding: 20px 0 0; background: transparent; }.modal .signup-form h2, .modal .signup-form > p { display: none; }.toast { position: fixed; left: 50%; bottom: 25px; transform: translateX(-50%); background: var(--ink); color: #fff; padding: 13px 19px; border-radius: 6px; z-index: 100; box-shadow: 0 8px 25px rgba(0,0,0,.2); font-size: 12px; text-align: center; max-width: calc(100% - 40px); }

@media (max-width: 1120px) {
  .header-inner { width: min(100% - 32px, 1180px); }.main-nav { gap: 13px; }.main-nav > a { font-size: 11px; }.login-link { display: none; }
  .hero { gap: 35px; }.resource-grid.featured { grid-template-columns: repeat(2, 1fr); }.benefit-grid { grid-template-columns: repeat(3, 1fr); }.benefit-grid article:nth-child(3) { border-right: 0; }.values-grid { grid-template-columns: repeat(3, 1fr); }.footer-main { gap: 40px; }
  .product-grid { grid-template-columns: 1fr; }.product-card { grid-template-columns: 200px 1fr; }
}

@media (max-width: 900px) {
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 118px; background: var(--cream); padding: 18px 24px 30px; border-bottom: 1px solid var(--line); box-shadow: 0 15px 30px rgba(40,51,46,.08); }.main-nav.open { display: block; }.main-nav > a { display: block; padding: 12px 0; font-size: 14px; }.main-nav > a:after { display: none; }.mobile-actions { display: flex; gap: 10px; border-top: 1px solid var(--line); margin-top: 10px; padding-top: 18px; }.mobile-actions a { border: 1px solid var(--line); padding: 10px; border-radius: 4px; font-size: 11px; }.menu-button { display: grid; }.account-button { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; text-align: center; }.hero-copy p { margin-left: auto; margin-right: auto; }.hero-actions, .hero-foot { justify-content: center; }.study-scene { margin: 0 auto; }.section-heading { align-items: flex-start; }.section-heading .section-link { padding-top: 15px; }
  .book-preview-grid { grid-template-columns: 1fr; padding: 45px; gap: 30px; }.book-stack { min-height: 360px; }.community-band { grid-template-columns: 1fr; padding: 48px; gap: 25px; }.community-art { min-height: 210px; }.course-grid.home-courses { grid-template-columns: 1fr; }.course-grid { grid-template-columns: 1fr 1fr; }.benefit-grid { grid-template-columns: repeat(2, 1fr); }.benefit-grid article:nth-child(3) { border-right: 1px solid var(--line); }.benefit-grid article:nth-child(even) { border-right: 0; }
  .footer-main { grid-template-columns: 2fr 1fr 1fr; }.footer-main > div:last-child { grid-column: 2; }.resource-grid { grid-template-columns: repeat(2, 1fr); }
  .story-section { grid-template-columns: 1fr; gap: 45px; }.story-art .study-scene { margin: 0 auto; }.values-grid { grid-template-columns: repeat(2, 1fr); }.form-feature, .contact-layout { grid-template-columns: 1fr; gap: 45px; }.auth-card { grid-template-columns: 1fr; }.auth-aside { min-height: 340px; }.dashboard { display: block; }.dash-sidebar { display: none; }.dash-mobile-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }.dash-mobile-top select { min-height: 42px; border: 1px solid var(--line); background: #fff; border-radius: 5px; padding: 0 12px; }.dash-content { padding: 35px 28px; max-width: none; }
  .detail-hero { grid-template-columns: 1fr; gap: 45px; }.detail-cover-wrap { min-height: 480px; }.detail-info > div, .syllabus { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 640px) {
  .section-shell { width: min(100% - 30px, 1180px); }.section { padding: 75px 0; }.announcement { text-align: center; font-size: 10px; }.header-inner { height: 72px; width: calc(100% - 28px); }.main-nav { top: 106px; }.logo strong { font-size: 18px; }.header-actions { margin-left: auto; }.hero { padding-top: 48px; padding-bottom: 60px; }.hero-copy h1 { font-size: 42px; }.hero-copy > p { font-size: 15px; }.hero-actions { display: grid; }.button { width: 100%; }.hero-foot { display: grid; gap: 10px; border: 0; }.study-scene { transform: scale(.96); }.section-heading { display: block; margin-bottom: 30px; }.section-heading h2 { font-size: 32px; }.section-heading .section-link { display: inline-block; padding-top: 5px; }.resource-grid, .resource-grid.featured { grid-template-columns: 1fr; }.resource-visual { height: 160px; }
  .book-preview-grid { padding: 30px 20px; }.book-stack { min-height: 300px; transform: scale(.8); margin: -30px; }.preview-copy h2 { font-size: 31px; }.course-grid, .course-grid.home-courses { grid-template-columns: 1fr; }.benefit-grid { grid-template-columns: 1fr; }.benefit-grid article, .benefit-grid article:nth-child(3) { border-right: 0; border-bottom: 1px solid var(--line); }.community-band { width: calc(100% - 30px); padding: 32px 24px; }.community-art { transform: scale(.8); margin: -20px; }.faq-list details p { padding-right: 20px; }.final-cta { padding: 75px 0; }.footer-main { grid-template-columns: 1fr 1fr; gap: 35px; }.footer-main > div:first-child { grid-column: 1 / -1; }.footer-main > div:last-child { grid-column: auto; }.footer-bottom { display: block; }.footer-bottom div { flex-wrap: wrap; gap: 12px; margin-top: 12px; }
  .page-hero { padding: 62px 0; }.page-hero h1 { font-size: 40px; }.page-hero p { font-size: 15px; }.catalog-tools { grid-template-columns: 1fr; }.catalog-tools .search-field { display: block; }.catalog-tools .search-field .icon { top: 15px; }.product-card { grid-template-columns: 1fr; }.product-card .book-cover { width: 200px; margin: 0 auto; }.product-card .card-body { padding: 20px 0 0; }.product-bottom { display: block; }.product-bottom div { margin-top: 12px; }.catalog-note { grid-template-columns: 42px 1fr; }.catalog-note a { grid-column: 2; }.course-section-title { display: block; }.story-section { padding-top: 70px; padding-bottom: 70px; }.values-grid { grid-template-columns: 1fr; }.form-feature, .contact-layout { padding-top: 65px; padding-bottom: 80px; }.field-row { grid-template-columns: 1fr; gap: 0; }.signup-form, .contact-form, .profile-panel { padding: 25px 20px; }.auth-card > form, .auth-aside { padding: 35px 25px; }.auth-aside { min-height: 310px; }.auth-aside h1 { font-size: 32px; }.account-background { padding: 25px 14px; }.dash-content { padding: 25px 15px; }.dashboard-welcome { padding: 28px 22px; }.dashboard-welcome h1 { font-size: 29px; }.progress-ring { width: 85px; height: 85px; flex: none; margin-left: 10px; }.dash-grid { grid-template-columns: 1fr; }.recent-table article { grid-template-columns: 38px 1fr; }.recent-table article button { grid-column: 2; text-align: left; }.detail-hero { padding-top: 50px; }.detail-cover-wrap { min-height: 400px; }.book-cover.large { width: 230px; height: 330px; }.book-cover.large b { font-size: 25px; }.detail-copy h1 { font-size: 40px; }.purchase-box { display: block; }.purchase-box .button { margin-top: 15px; }.detail-columns { grid-template-columns: 1fr; gap: 15px; }.syllabus { padding-top: 70px; padding-bottom: 80px; }.course-detail-meta { display: grid; }.modal { padding: 30px 22px; }
}

@media (prefers-reduced-motion: reduce) { *, *:before, *:after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
