/* Shared site foundation and homepage visuals. Interior layouts use pages.css.
   No scripts, external fonts, tracking or third-party requests. */
:root {
  --paper: #faf9f3;
  --ink: #253f34;
  --forest: #214c3e;
  --muted: #647267;
  --line: #dfe3d8;
  --accent: #e5bb6f;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-underline-offset: 4px; }
a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid #a36b20; outline-offset: 6px; border-radius: 3px; }
p, h1, h2, h3, figure { margin: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 em, h2 em { font-weight: 400; color: #568067; }
.container { width: min(1180px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 20px; z-index: 10; padding: 12px 20px; background: white; }
.skip-link:focus { top: 12px; }
.masthead { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 100px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; font-size: 25px; font-weight: 750; letter-spacing: -1px; text-decoration: none; line-height: 1; }
.brand-mark { width: 33px; height: 33px; margin-right: 10px; color: var(--forest); }
.brand-dot { color: #688671; }
.masthead nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 500; }
.masthead nav a { text-decoration: none; }
.masthead nav a:hover { text-decoration: underline; }
.sign-in { padding: 10px 17px; border: 1px solid #b9c3b4; border-radius: 6px; }
.sign-in span { margin-left: 15px; }
.hero { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 20px; padding-block: 64px 74px; }
.hero-copy { padding-bottom: 15px; position: relative; z-index: 1; }
.eyebrow { font-size: 10px; font-weight: 650; text-transform: uppercase; letter-spacing: 1.8px; }
.hero .eyebrow { display: flex; align-items: center; gap: 9px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #779477; box-shadow: 0 0 0 4px #e8ecdf; }
h1 { margin-top: 25px; font-size: clamp(52px, 5.6vw, 78px); line-height: 1.09; letter-spacing: -3.5px; }
h1 em { white-space: nowrap; position: relative; }
h1 em::after { content: ""; position: absolute; height: 8px; left: 0; right: 0; bottom: -8px; border-top: 2px solid #a8b594; border-radius: 50%; transform: rotate(-2deg); }
.lede { max-width: 370px; margin-top: 30px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: flex-start; gap: 18px; flex-direction: column; margin-top: 31px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 28px; padding: 15px 22px; border-radius: 6px; font-size: 13px; font-weight: 600; text-decoration: none; transition: background .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 19px; line-height: 1; }
.button-primary { color: white; background: var(--forest); box-shadow: 0 4px 7px #214c3e12; }
.button-primary:hover { background: #32614c; }
.text-link { display: inline-flex; align-items: center; gap: 13px; font-size: 12px; font-weight: 550; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.hero-note { font-size: 11px; color: var(--muted); margin-top: 28px; }

/* A paper, a prompt and an editable export tell the product story. */
.hero-visual { height: 530px; position: relative; isolation: isolate; }
.visual-orbit { position: absolute; z-index: -2; width: 470px; height: 470px; max-width: 100%; top: 23px; right: -12px; border-radius: 50%; background-color: #eaf0e2; background-image: radial-gradient(#c5d2bd 0.8px, transparent 0.8px); background-size: 13px 13px; }
.paper-back { position: absolute; width: 325px; height: 421px; left: 111px; top: 33px; transform: rotate(8deg); border: 1px solid #dedfd1; border-radius: 3px; background: #f3f0e6; }
.assessment-paper { position: absolute; width: 340px; height: 430px; top: 40px; left: 70px; padding: 27px; border: 1px solid #e3e5db; background: #fffefa; border-radius: 3px; transform: rotate(-5deg); box-shadow: 0 23px 42px #29433018, 0 3px 8px #29433008; }
.paper-topline { display: flex; justify-content: space-between; font-size: 7px; font-weight: 650; letter-spacing: 1.3px; color: #6b796b; }
.paper-title { margin-top: 19px; font: 25px/1.12 Georgia, serif; letter-spacing: -.6px; }
.paper-meta { display: flex; justify-content: space-between; gap: 10px; margin-top: 12px; font-size: 7px; color: #6b796b; }
.paper-rule { height: 1px; background: #bac7b4; margin-block: 18px; }
.question-heading { display: flex; gap: 9px; align-items: baseline; font-size: 9px; }
.question-heading strong { font-size: 12px; }
.marks { margin-left: auto; color: #788270; font-size: 7px; }
.question-copy { margin-top: 9px; font-size: 8px; line-height: 1.7; }
.graph { display: block; width: 100%; height: 137px; margin-top: 7px; }
.answer-line { height: 13px; border-bottom: 1px solid #dde3d8; }
.answer-line.short { width: 72%; }
.paper-bottom { display: flex; justify-content: space-between; margin-top: 19px; font-size: 6px; color: #7c8779; }
.alignment-tag { position: absolute; top: 96px; right: -8px; display: flex; gap: 7px; align-items: center; padding: 10px 13px; background: #f8faf2; box-shadow: 0 5px 15px #30442b0c; border: 1px solid #d5dfc9; border-radius: 5px; font-size: 10px; transform: rotate(4deg); }
.check { display: inline-flex; justify-content: center; align-items: center; width: 15px; height: 15px; border-radius: 50%; background: #e4eddb; color: #396240; font-size: 10px; }
.prompt-card { position: absolute; top: 327px; left: -8px; width: 284px; padding: 17px 19px 20px; background: var(--forest); color: white; border-radius: 10px 10px 10px 2px; box-shadow: 0 14px 24px #214c3e1c; transform: rotate(-2deg); }
.prompt-label { display: flex; align-items: center; gap: 7px; font-size: 7px; letter-spacing: 1.3px; color: #c7d8bc; }
.prompt-spark { color: #e5bb6f; font-size: 17px; line-height: 1; }
.prompt-card p { font-size: 12px; line-height: 1.7; margin-top: 9px; padding-right: 5px; }
.prompt-send { position: absolute; right: 12px; bottom: -12px; background: #e9c583; border: 4px solid var(--paper); border-radius: 50%; color: #214c3e; width: 32px; height: 32px; display: grid; place-items: center; font-size: 14px; }
.download-tag { position: absolute; bottom: 9px; right: 0; display: flex; align-items: center; gap: 11px; padding: 14px 17px; border: 1px solid #dedfd3; border-radius: 7px; background: #fffefa; box-shadow: 0 9px 20px #30442b0a; font-size: 10px; transform: rotate(3deg); }
.file-icon { display: grid; place-items: center; flex-shrink: 0; width: 29px; height: 35px; border: 1px solid #b0c4db; background: #e9f0f8; color: #345c8b; font-size: 13px; font-weight: 650; border-radius: 3px 7px 3px 3px; }
.download-tag small, .export-card small { display: block; font-size: 8px; color: #72806f; margin-top: 2px; }
.download-arrow { font-size: 19px; margin-left: 15px; }
.hero-visual figcaption { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.trust-strip { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 24px; border-block: 1px solid var(--line); font-size: 11px; }
.trust-strip p { color: var(--muted); }
.trust-strip > span { display: flex; align-items: center; gap: 10px; font-weight: 550; }
.trust-strip > span > span { color: #6d876c; font-size: 20px; line-height: 1; }
.workflow { padding-block: 86px 79px; scroll-margin-top: 25px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 35px; margin-bottom: 34px; }
h2 { font-size: clamp(33px, 3.5vw, 45px); line-height: 1.2; letter-spacing: -1.5px; margin-top: 15px; }
.section-heading > p { color: var(--muted); font-size: 12px; max-width: 325px; margin-bottom: 4px; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; list-style: none; padding: 0; margin: 0; }
.step-art { height: 210px; position: relative; overflow: hidden; border-radius: 8px; margin-bottom: 23px; }
.brief-art { background: #eaf0e4; padding: 32px 25px; }
.art-label { font-size: 7px; letter-spacing: 1.3px; color: #72816a; font-weight: 600; }
.brief-bubble { position: relative; background: #fffefa; border: 1px solid #dce3d3; border-radius: 6px 6px 0 6px; margin-top: 12px; padding: 14px 16px; font-size: 12px; line-height: 1.5; }
.brief-bubble > span { position: absolute; right: 12px; bottom: 11px; border-radius: 50%; background: #eaf0e4; width: 24px; height: 24px; text-align: center; padding-top: 3px; }
.brief-chips { display: flex; gap: 5px; margin-top: 12px; }
.brief-chips span { background: #dbe5d1; border-radius: 4px; padding: 4px 7px; font-size: 7px; white-space: nowrap; }
.draft-art { background: #eeeade; display: flex; justify-content: center; padding-top: 25px; }
.mini-sheet { background: #fffefa; width: 73%; transform: rotate(-4deg); padding: 21px 20px; box-shadow: 0 7px 20px #5e513611; }
.mini-heading { font: 12px Georgia, serif; margin-bottom: 12px; }
.mini-line { width: 90%; height: 3px; border-radius: 2px; background: #e4e8df; margin-bottom: 6px; }
.mini-line.medium { width: 64%; margin-bottom: 13px; }
.draft-row { display: flex; gap: 7px; align-items: center; font-size: 9px; margin-top: 10px; }
.draft-spark { position: absolute; right: 22px; top: 21px; font-size: 49px; color: #b08242; line-height: 1; transform: rotate(15deg); }
.edit-art { background: #e8eeeb; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; }
.edit-bubble { align-self: flex-end; border: 1px solid #d4ded5; border-radius: 6px 6px 0 6px; background: #f9fbf6; font-size: 9px; padding: 10px 12px; margin-bottom: 16px; transform: rotate(2deg); }
.export-card { display: flex; align-items: center; gap: 10px; background: #fffefa; padding: 14px; border-radius: 6px; width: 100%; box-shadow: 0 6px 12px #2c463208; font-size: 10px; }
.export-card > span:last-child { margin-left: auto; font-size: 17px; }
.export-card small { font-size: 7px; }
.edit-note { margin-top: 15px; font: italic 12px Georgia, serif; color: #6a7d6c; }
.step-heading { display: flex; gap: 10px; align-items: center; }
.step-number { color: #78916c; font-size: 10px; font-weight: 600; }
h3 { font-size: 16px; letter-spacing: -.35px; font-weight: 600; }
.step > p { color: var(--muted); font-size: 12px; line-height: 1.8; margin: 9px 0 0 24px; max-width: 275px; }

.mission { position: relative; text-align: center; background: var(--forest); border-radius: 10px; padding: 46px 24px 49px; overflow: hidden; color: #f8f6e9; }
.mission::before, .mission::after { content: ""; position: absolute; width: 410px; height: 410px; border-radius: 50%; border: 1px solid #d7e4be1a; pointer-events: none; }
.mission::before { left: -260px; top: -170px; box-shadow: 0 0 0 40px #d7e4be05, 0 0 0 80px #d7e4be04; }
.mission::after { right: -270px; bottom: -170px; box-shadow: 0 0 0 40px #d7e4be05, 0 0 0 80px #d7e4be04; }
.mission-symbol { color: #e9c583; font-size: 46px; line-height: 1; margin-bottom: 20px; }
.mission .eyebrow { color: #bdcfb2; font-size: 9px; }
.mission h2 { font-size: clamp(33px, 3.5vw, 44px); margin-top: 18px; }
.mission h2 em { color: #d2dfbb; }
.mission > p:not(.eyebrow) { max-width: 390px; margin: 19px auto 25px; color: #cad6c7; font-size: 12px; line-height: 1.9; }
.button-light { background: #edf0df; color: var(--forest); padding: 12px 20px; font-size: 12px; }
.button-light:hover { background: white; }
.school-info { display: grid; grid-template-columns: 1fr 1.15fr; gap: 85px; padding-block: 86px 75px; scroll-margin-top: 30px; }
.school-info h2 { font-size: 34px; }
.school-intro > p:not(.eyebrow) { color: var(--muted); font-size: 12px; margin-block: 18px 17px; }
.questions { padding-top: 6px; }
details { border-bottom: 1px solid var(--line); }
details:first-child { border-top: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; font-size: 13px; font-weight: 550; list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary:hover { color: #50785e; }
.expand-icon { flex-shrink: 0; position: relative; width: 14px; height: 14px; }
.expand-icon::before, .expand-icon::after { content: ""; position: absolute; background: currentColor; }
.expand-icon::before { width: 10px; height: 1px; left: 2px; top: 6px; }
.expand-icon::after { width: 1px; height: 10px; left: 6px; top: 2px; }
details[open] .expand-icon::after { display: none; }
.answer { padding: 0 22px 22px 0; color: var(--muted); font-size: 12px; line-height: 1.8; overflow-wrap: anywhere; }
.answer p + p { margin-top: 12px; }
.answer dl { display: grid; grid-template-columns: 65px 1fr; gap: 10px; margin: 0 0 14px; }
.answer dt { font-weight: 600; color: var(--ink); }
.answer dd { margin: 0; }
.answer code { font-size: 11px; }
.footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 27px; border-top: 1px solid var(--line); padding-block: 30px; }
.footer .brand { font-size: 22px; }
.footer p { font-size: 10px; color: var(--muted); margin-top: 10px; }
.footer nav { display: flex; flex-wrap: wrap; gap: 25px; font-size: 11px; }
.footer nav a { text-decoration: none; }
.footer nav a:hover { text-decoration: underline; }
.footer .footer-location { grid-column: 1 / -1; margin-top: 0; font-size: 9px; }

@media (min-width: 1400px) {
  .hero { padding-block: 78px 86px; }
  .hero-visual { margin-left: 25px; }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .hero { grid-template-columns: 1fr 1fr; gap: 8px; }
  h1 { font-size: 59px; }
  .hero-visual { height: 490px; }
  .visual-orbit { width: 375px; height: 410px; top: 40px; right: 0; }
  .assessment-paper { left: 40px; width: 305px; padding: 23px; }
  .paper-back { left: 64px; width: 300px; }
  .alignment-tag { right: 0; top: 95px; }
  .prompt-card { top: 323px; left: 0; width: 252px; }
  .download-tag { bottom: -25px; right: 4px; }
  .steps { gap: 18px; }
  .brief-art, .edit-art { padding-inline: 17px; }
  .school-info { gap: 45px; }
}
@media (max-width: 850px) {
  .masthead { min-height: 82px; }
  .masthead nav { gap: 22px; }
  .hero { grid-template-columns: 1fr; padding-block: 53px 45px; gap: 30px; }
  .hero-copy { text-align: center; padding-bottom: 0; }
  .hero .eyebrow { justify-content: center; }
  h1 { font-size: clamp(52px, 8.8vw, 72px); }
  .lede { margin-inline: auto; max-width: 380px; }
  .hero-actions { align-items: center; }
  .hero-note { margin-top: 23px; }
  .hero-visual { width: 480px; max-width: 100%; height: 520px; margin: 0 auto; }
  .visual-orbit { width: 430px; height: 430px; }
  .assessment-paper { left: 65px; width: 330px; padding: 27px; }
  .paper-back { left: 100px; width: 310px; }
  .prompt-card { left: 4px; width: 270px; top: 329px; }
  .download-tag { bottom: 0; right: 8px; }
  .trust-strip { flex-wrap: wrap; justify-content: center; column-gap: 32px; row-gap: 15px; }
  .trust-strip p { flex-basis: 100%; text-align: center; }
  .trust-strip > span { white-space: nowrap; }
  .workflow { padding-block: 60px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .steps { grid-template-columns: 1fr; gap: 26px; }
  .step { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto 1fr; column-gap: 26px; }
  .step-art { grid-row: 1 / 3; margin: 0; }
  .step-heading { margin-top: 48px; }
  .step > p { margin-left: 24px; }
  .school-info { grid-template-columns: 1fr; gap: 28px; padding-block: 60px; }
  .footer { gap: 23px; }
  .footer nav { gap: 17px; }
}
@media (max-width: 540px) {
  .container { width: calc(100% - 40px); }
  .masthead { gap: 10px; min-height: 76px; }
  .brand { font-size: 23px; }
  .brand-mark { width: 29px; height: 29px; margin-right: 8px; }
  .masthead .nav-detail { display: none; }
  .sign-in { padding: 8px 12px; font-size: 12px; }
  .sign-in span { margin-left: 10px; }
  .hero { padding-top: 43px; gap: 21px; }
  .hero .eyebrow { font-size: 8px; letter-spacing: 1.5px; }
  h1 { font-size: clamp(41px, 10.7vw, 57px); letter-spacing: -2.2px; margin-top: 23px; }
  .lede { margin-top: 26px; font-size: 15px; max-width: 310px; }
  .hero-actions { margin-top: 25px; gap: 18px; }
  .button { font-size: 12px; gap: 20px; }
  .hero-note { font-size: 10px; }
  .hero-visual { height: 445px; width: min(355px, 100%); }
  .visual-orbit { width: 100%; height: 335px; top: 52px; }
  .assessment-paper { left: calc(50% - 144px); top: 40px; width: 280px; height: 363px; padding: 21px; }
  .paper-back { left: calc(50% - 126px); width: 250px; height: 353px; top: 38px; }
  .paper-title { font-size: 22px; margin-top: 14px; }
  .paper-topline { font-size: 6px; }
  .paper-meta { font-size: 6px; margin-top: 10px; }
  .paper-rule { margin-block: 13px; }
  .graph { height: 108px; }
  .question-copy { font-size: 7px; }
  .question-heading { font-size: 8px; }
  .paper-bottom { margin-top: 12px; }
  .alignment-tag { right: -2px; top: 76px; font-size: 8px; padding: 8px; }
  .prompt-card { left: 0; top: 279px; width: 223px; padding: 13px 15px 16px; }
  .prompt-card p { font-size: 10px; margin-top: 7px; }
  .prompt-label { font-size: 6px; }
  .download-tag { bottom: -2px; right: 0; padding: 10px 13px; font-size: 9px; gap: 8px; }
  .download-tag small { font-size: 7px; }
  .file-icon { width: 24px; height: 29px; font-size: 11px; }
  .trust-strip { column-gap: 16px; font-size: 9px; padding-block: 20px; }
  .trust-strip > span { gap: 5px; }
  .trust-strip > span > span { font-size: 15px; }
  .eyebrow { font-size: 8px; letter-spacing: 1.4px; }
  h2 { font-size: 34px; letter-spacing: -1.25px; }
  .section-heading { gap: 16px; margin-bottom: 27px; }
  .section-heading > p { font-size: 12px; }
  .desktop-break { display: none; }
  .steps { gap: 33px; }
  .step { display: block; }
  .step-art { height: 211px; margin-bottom: 19px; }
  .brief-art { padding: 30px; }
  .brief-chips span { font-size: 8px; }
  .brief-bubble { font-size: 13px; }
  .mini-sheet { max-width: 255px; }
  .edit-art { padding: 30px; }
  .edit-bubble { font-size: 11px; }
  .export-card { font-size: 11px; }
  .export-card small { font-size: 8px; }
  .step-heading { margin-top: 0; }
  h3 { font-size: 17px; }
  .step > p { max-width: none; font-size: 13px; margin-top: 7px; }
  .mission { padding: 35px 20px; }
  .mission h2 { font-size: 30px; }
  .mission > p:not(.eyebrow) { font-size: 12px; }
  .school-info h2 { font-size: 33px; }
  summary { font-size: 12px; padding-block: 20px; }
  .footer { grid-template-columns: 1fr; gap: 20px; padding-top: 25px; }
  .footer nav { font-size: 11px; gap: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
  .button:hover { transform: none; }
}
