:root { --ink:#12365c; --blue:#1769d6; --paper:#fff9ed; --paper-deep:#f1e6cf; --mint:#cbeedb; --coral:#ee735e; --line:rgba(18,54,92,.18); color:var(--ink); background:var(--paper); font-family:Inter,"Hiragino Sans","Yu Gothic",system-ui,sans-serif; font-synthesis:none; text-rendering:optimizeLegibility; }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; min-width:320px; background:var(--paper); } a { color:inherit; } img { display:block; max-width:100%; } h1,h2,h3,p { margin-top:0; } h1,h2 { letter-spacing:-.055em; text-wrap:balance; } p { font-size:16px; line-height:1.8; text-wrap:pretty; }
.lp-shell { overflow:hidden; } .site-header { align-items:center; display:flex; gap:24px; justify-content:space-between; margin:0 auto; max-width:1320px; padding:16px clamp(20px,4vw,56px); } .brand { align-items:center; display:inline-flex; flex:0 0 auto; font-size:18px; font-weight:760; gap:9px; letter-spacing:-.03em; text-decoration:none; } .brand img { height:28px; width:28px; } .site-nav,.footer-nav { align-items:center; display:flex; gap:20px; } .site-nav .text-link,.footer-nav .text-link { color:rgba(18,54,92,.75); font-size:14px; text-decoration:none; }
.button { align-items:center; background:var(--blue); border:1px solid var(--blue); border-radius:999px; color:#fff; display:inline-flex; font-size:16px; font-weight:750; justify-content:center; min-height:46px; padding:0 22px; text-decoration:none; } .button:hover { background:#0f529f; border-color:#0f529f; } .button-small { font-size:16px; min-height:38px; padding:0 16px; } .text-link { align-items:center; color:var(--ink); display:inline-flex; font-size:16px; font-weight:720; gap:8px; text-underline-offset:4px; } .text-link:hover { color:var(--coral); }
.hero { align-items:stretch; background:var(--blue); display:grid; grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr); margin:0 auto; max-width:1320px; min-height:540px; } .hero__copy { align-self:center; color:#fff; padding:clamp(48px,7vw,92px) clamp(28px,7vw,88px); } h1 { font-size:clamp(45px,5.8vw,76px); line-height:1.08; margin-bottom:23px; max-width:9em; } .hero__lede { color:#e8f1ff; font-size:clamp(16px,1.55vw,19px); max-width:30em; } .hero__actions { align-items:center; display:flex; flex-wrap:wrap; gap:18px; margin-top:27px; } .hero .button { background:#fff; border-color:#fff; color:var(--blue); } .hero .text-link { color:#fff; } .hero__note { color:#c9ddff; font-size:16px; margin:17px 0 0; } .hero__visual { min-height:440px; overflow:hidden; position:relative; } .hero__visual img { height:100%; object-fit:cover; object-position:center; width:100%; }
.section { margin:0 auto; max-width:1320px; padding:clamp(56px,7vw,92px) clamp(20px,6vw,80px); } .section-heading { max-width:720px; } h2 { font-size:clamp(31px,4vw,52px); line-height:1.14; margin-bottom:15px; } h3 { font-size:22px; letter-spacing:-.035em; line-height:1.22; margin-bottom:10px; } .section-heading > p { color:#45657c; }
.section--examples { background:var(--paper); } .creator-gallery { display:grid; gap:14px; grid-auto-flow:dense; grid-auto-rows:275px; grid-template-columns:repeat(12,minmax(0,1fr)); margin-top:34px; } .creator-example { background:#fff; overflow:hidden; position:relative; } .creator-example--wide { grid-column:span 7; } .creator-example--tall { grid-column:span 5; grid-row:span 2; } .creator-example--square { grid-column:span 6; } .creator-example img { height:100%; inset:0; object-fit:cover; position:absolute; width:100%; } .creator-example__copy { background:rgba(255,249,237,.96); bottom:0; left:0; max-width:86%; padding:17px 19px 18px; position:absolute; } .creator-example__copy p { color:#45657c; font-size:16px; line-height:1.55; margin:0; }
.section--apps { background:var(--mint); } .app-rail { display:grid; gap:13px; grid-template-columns:repeat(3,minmax(0,1fr)); margin-top:34px; } .app-card { background:rgba(255,255,255,.78); border:1px solid rgba(18,54,92,.14); display:flex; flex-direction:column; min-height:248px; padding:21px; } .app-card:hover { background:#fff; } .app-card--coming-soon { background:#fff4d9; } .app-card--roadmap { background:#e6eff5; } .app-card__meta,.app-card__footer { align-items:center; display:flex; gap:10px; justify-content:space-between; } .app-card__meta { color:#597185; font-size:16px; font-weight:700; margin-bottom:29px; } .app-card__state { color:#b74d3e; } .app-card p { color:#45657c; font-size:16px; line-height:1.62; } .app-card__footer { align-items:flex-end; margin-top:auto; padding-top:18px; } .app-card__outcome { font-size:16px; font-weight:720; line-height:1.4; } .app-card__lock { color:#597185; font-size:16px; }
.proof-band { align-items:stretch; background:var(--coral); color:#fff; display:grid; gap:clamp(30px,6vw,78px); grid-template-columns:minmax(260px,.9fr) 1fr; margin:0 auto; max-width:1320px; } .proof-band__image { min-height:390px; } .proof-band__image img { height:100%; object-fit:cover; width:100%; } .proof-band__copy { align-self:center; max-width:610px; padding:clamp(42px,6vw,82px) clamp(26px,5vw,68px); } .proof-band__copy p { color:#fff5e9; } .proof-band__copy .button { background:#fff; border-color:#fff; color:var(--coral); }
.section--coming { background:#fff1d7; max-width:none; } .section--roadmap { background:#dcebf2; max-width:none; } .section--coming > *,.section--roadmap > * { margin-left:auto; margin-right:auto; max-width:1160px; } .section-heading--split { align-items:end; display:flex; gap:36px; justify-content:space-between; } .section-heading__count { color:#45657c; font-size:16px; line-height:1.3; text-align:right; white-space:nowrap; } .section-heading__count strong { color:var(--blue); display:block; font-size:50px; letter-spacing:-.06em; } .section--roadmap .app-rail { grid-template-columns:repeat(3,minmax(0,1fr)); }
.section--cta { background:var(--blue); max-width:none; } .cta-panel { align-items:end; color:#fff; display:flex; gap:40px; justify-content:space-between; margin:0 auto; max-width:1160px; } .cta-panel p { color:#e8f1ff; max-width:45em; } .cta-panel .text-link { color:#fff; } .cta-panel .button { background:#fff; border-color:#fff; color:var(--blue); }
.document-page { margin:0 auto; max-width:980px; padding:clamp(64px,9vw,120px) clamp(20px,5vw,72px); } .eyebrow { color:var(--coral); font-size:12px; font-weight:760; letter-spacing:.12em; margin-bottom:16px; } .document-page .lead { color:#45657c; font-size:19px; max-width:48em; } .document-grid { display:grid; gap:18px; grid-template-columns:repeat(3,1fr); margin-top:46px; } .document-block { border-top:2px solid var(--blue); padding:18px 0; } .document-block p { color:#45657c; font-size:15px; } .legal-page { max-width:780px; } .legal-page p:not(.eyebrow):not(.lead) { border-top:1px solid var(--line); margin:0; padding:20px 0; } .legacy-page { min-height:58vh; }
.site-footer { align-items:flex-start; background:var(--paper-deep); display:flex; gap:28px; justify-content:space-between; margin:0 auto; max-width:1320px; padding:32px clamp(20px,4vw,56px) 40px; } .footer-brand p { color:#45657c; font-size:14px; margin:10px 0 0; } .footer-nav { align-items:flex-start; flex-direction:column; gap:9px; }
@media (max-width:1080px) { .hero { grid-template-columns:1fr 1fr; } .app-rail { grid-template-columns:repeat(3,minmax(0,1fr)); } .section--roadmap .app-rail { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:720px) { .site-header { align-items:flex-start; gap:16px; } .site-nav { display:none; } .hero { display:flex; flex-direction:column-reverse; min-height:0; } .hero__visual { min-height:330px; } .hero__copy { padding:46px 24px 52px; } h1 { font-size:clamp(42px,12vw,58px); } .section { padding:58px 24px; } .creator-gallery { grid-auto-rows:280px; grid-template-columns:1fr; } .creator-example,.creator-example--wide,.creator-example--tall,.creator-example--square { grid-column:span 1; grid-row:span 1; } .creator-example__copy { max-width:94%; } .proof-band { display:block; } .proof-band__image { min-height:300px; } .proof-band__copy { padding:48px 24px; } .app-rail,.section--roadmap .app-rail { grid-template-columns:1fr; } .app-card { min-height:215px; } .section-heading--split,.cta-panel,.site-footer { align-items:flex-start; flex-direction:column; } .section-heading__count { text-align:left; } .section-heading__count strong { display:inline; margin-right:8px; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } }

/* Creator narrative: intact scenes, readable captions, semantic headline lines. */
.hero { grid-template-columns:minmax(0,1fr) minmax(0,1.15fr); min-height:0; }
.hero__copy { padding:52px 36px; }
.hero h1 { font-size:clamp(28px,3vw,46px); line-height:1.5; max-width:none; letter-spacing:-.04em; }
.heading-phrase { display:block; white-space:nowrap; }
.hero__visual { align-self:center; min-height:0; }
.hero__visual img { height:auto; object-fit:contain; }
.creator-gallery { grid-template-columns:repeat(3,minmax(0,1fr)); grid-auto-rows:auto; gap:28px; }
.creator-example,.creator-example--wide,.creator-example--tall,.creator-example--square { grid-column:auto; grid-row:auto; background:transparent; }
.creator-example img { position:static; height:auto; aspect-ratio:4/3; object-fit:contain; background:#fff; }
.creator-example__copy { position:static; max-width:none; padding:22px 0 0; background:transparent; }
.creator-example__copy h3 { font-size:21px; line-height:1.6; }
.proof-band__image { align-self:center; min-height:0; }
.proof-band__image img { height:auto; object-fit:contain; }
@media (max-width:1000px) { .hero { display:flex; flex-direction:column-reverse; } .hero__visual { width:100%; } .hero__visual img { max-height:440px; } .hero__copy { width:100%; } .creator-gallery { grid-template-columns:1fr; gap:40px; } .creator-example { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:24px; } .creator-example__copy { padding:0; } }
@media (max-width:600px) { .hero__copy { padding:32px 24px; } .hero h1 { font-size:clamp(24px,6.5vw,36px); } .creator-example { display:block; } .creator-example__copy { padding-top:20px; } }

/* The creator page keeps the App catalogue quiet and scannable. */
.lp-shell .app-card h3 { font-weight: 600; }
.lp-shell .app-card__meta { font-weight: 500; }
.lp-shell .app-card__footer { font-weight: 500; }
.lp-shell .app-card { min-height: 168px; }

.summer-copy-page .course-week h3 { font-size:21px; line-height:1.45; margin:0 0 9px; }
.summer-copy-page .course-week p { color:#45657c; font-size:15px; line-height:1.75; margin:0; }
.summer-copy-page .course-week__number { color:var(--coral); display:block; font-size:18px; font-weight:800; margin-bottom:26px; }
.summer-copy-page .course-week__artifact { border-top:1px solid var(--line); margin-top:20px !important; padding-top:14px; }
/* Summer LP copy: an isolated comparison route based on the retired seminar composition. */
.summer-copy-page { background: #f7fbff; color: #0a2854; line-break: strict; word-break: normal; }
.summer-copy-page p { text-wrap: pretty; }
.summer-copy-hero { align-items: center; display: grid; gap: 48px; grid-template-columns: minmax(0,1fr) minmax(300px,.88fr); margin: 0 auto; max-width: 1180px; padding: clamp(64px,8vw,128px) 24px clamp(52px,7vw,84px); }
.summer-copy-hero__copy { padding-top: 24px; }
.summer-copy-kicker { color: #087f91; font-size: 12px; font-weight: 800; letter-spacing: .16em; line-height: 1.4; margin: 0 0 16px; }
.summer-copy-hero h1 { color: #0a2854; font-size: clamp(42px,6vw,78px); letter-spacing: -.055em; line-height: 1.08; margin: 0 0 20px; max-width: 10em; white-space: pre-line; }
.summer-copy-lead { color: #0a2854; font-size: clamp(19px,2.4vw,28px); line-height: 1.5; margin-bottom: 24px; max-width: 25em; }
.summer-copy-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.summer-copy-meta span { background: #fff; border: 1px solid #9ad8df; font-size: 13px; padding: 8px 11px; }
.summer-copy-price { align-items: baseline; display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }
.summer-copy-price strong { color: #e44a22; font-size: clamp(34px,4vw,52px); letter-spacing: -.04em; }
.summer-copy-price span,.summer-copy-deadline { color: #526b86; font-size: 14px; }
.summer-copy-page .hero__actions { margin-top: 0; }
.summer-copy-page .hero__actions .button { background: #087f91; border-color: #087f91; border-radius: 4px; color: #fff; }
.summer-copy-page .hero__actions .button:hover { background: #056574; border-color: #056574; }
.summer-copy-deadline { margin: 14px 0 0; }
.summer-copy-hero__visual img { box-shadow: 0 20px 50px rgba(10,40,84,.2); height: auto; width: 100%; }
.summer-copy-asset-note { color: #526b86; font-size: 12px; line-height: 1.6; margin: 12px 0 0; }
.summer-copy-section { margin: 0 auto; max-width: 980px; padding: clamp(58px,7vw,92px) 24px; }
.summer-copy-video { align-items: center; display: grid; gap: 32px; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); }
.summer-copy-section-heading { max-width: 760px; }
.summer-copy-section-heading h2 { color: #0a2854; font-size: clamp(31px,4.4vw,54px); letter-spacing: -.05em; line-height: 1.1; margin: 0 0 16px; }
.summer-copy-section-heading > p:last-child { color: #526b86; font-size: 16px; line-height: 1.75; }
.summer-copy-video__media { position: relative; }
.summer-copy-video__media img { aspect-ratio: 16 / 9; background: #09264b; display: block; height: auto; object-fit: cover; width: 100%; }
.summer-copy-video__media span { background: rgba(6,37,75,.88); bottom: 12px; color: #fff; font-size: 12px; left: 12px; padding: 7px 9px; position: absolute; }
.summer-copy-reason-grid { display: grid; gap: 16px; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 34px; }
.summer-copy-reason-grid article { background: #fff; border: 1px solid #cce8eb; padding: 20px; }
.summer-copy-reason-grid article > span { color: #087f91; font-size: 16px; font-weight: 900; }
.summer-copy-reason-grid h3 { color: #0a2854; font-size: 20px; margin: 14px 0 8px; }
.summer-copy-reason-grid p { color: #526b86; font-size: 15px; line-height: 1.65; margin: 0; }
.summer-copy-section--tint { background: #e8f6f8; max-width: none; padding-left: max(24px,calc((100% - 980px)/2)); padding-right: max(24px,calc((100% - 980px)/2)); }
.summer-copy-section--tint > *,.summer-copy-section--dark > * { margin-left: auto; margin-right: auto; max-width: 980px; }
.summer-copy-week-grid { display: grid; gap: 14px; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 34px; }
.summer-copy-week-grid .course-week { background: #fff; border: 1px solid #cce8eb; min-height: 250px; padding: 20px; }
.summer-copy-week-grid .course-week__number { color: #087f91; font-size: 16px; }
.summer-copy-week-grid .course-week h3 { color: #0a2854; font-size: 19px; }
.summer-copy-week-grid .course-week p { color: #526b86; }
.summer-copy-section--dark { background: #09264b; color: #fff; max-width: none; padding-left: max(24px,calc((100% - 980px)/2)); padding-right: max(24px,calc((100% - 980px)/2)); }
.summer-copy-section--dark .summer-copy-kicker { color: #50d1c7; }
.summer-copy-section--dark .summer-copy-section-heading h2 { color: #fff; }
.summer-copy-benefit-list { display: grid; gap: 12px; grid-template-columns: repeat(2,minmax(0,1fr)); list-style: none; margin: 32px auto 0; padding: 0; }
.summer-copy-benefit-list li { border: 1px solid #35617f; color: #fff; font-size: 16px; line-height: 1.6; padding: 16px; }
.summer-copy-benefit-list li::before { color: #50d1c7; content: '✓'; font-weight: 800; margin-right: 10px; }
.summer-copy-faq-list { margin-top: 32px; }
.summer-copy-faq-list details { border-top: 1px solid #cce0e7; padding: 17px 0; }
.summer-copy-faq-list summary { color: #0a2854; cursor: pointer; font-size: 17px; font-weight: 750; }
.summer-copy-faq-list p { color: #526b86; font-size: 15px; line-height: 1.75; margin: 14px 0 0; }
.summer-copy-final { background: #dff4f2; padding: clamp(64px,8vw,110px) 24px; text-align: center; }
.summer-copy-final h2 { color: #0a2854; font-size: clamp(36px,5vw,64px); letter-spacing: -.055em; line-height: 1.1; margin: 0 auto 24px; }
.summer-copy-final .hero__actions { justify-content: center; }
.summer-copy-final-note { color: #526b86; font-size: 12px; margin: 16px 0 0; }
@media (max-width: 820px) { .summer-copy-hero,.summer-copy-video { grid-template-columns: 1fr; } .summer-copy-hero__visual { order: -1; } .summer-copy-hero__copy { padding-top: 0; } .summer-copy-week-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 620px) { .summer-copy-hero { padding-top: 48px; } .summer-copy-hero h1 { font-size: clamp(36px,11vw,54px); } .summer-copy-section { padding-left: 24px; padding-right: 24px; } .summer-copy-reason-grid,.summer-copy-week-grid,.summer-copy-benefit-list { grid-template-columns: 1fr; } .summer-copy-week-grid .course-week { min-height: 0; } }

:root { background-color: #fff; }
body { background: #fff; }
.site-header { background: #fff; border-bottom: 1px solid #dce9ec; max-width: none; padding-left: max(24px,calc((100% - 1180px)/2)); padding-right: max(24px,calc((100% - 1180px)/2)); }
.site-header .brand { font-size: 16px; font-weight: 650; gap: 8px; }
.site-header .brand img { height: 24px; width: 24px; }
.site-nav { gap: 26px; }
.site-nav .text-link { color: #536d78; font-size: 14px; font-weight: 550; }
.site-header .button-small { background: #fff; border-color: #87c9c6; border-radius: 4px; color: #087c85; font-size: 14px; font-weight: 650; min-height: 36px; }
.site-header .button-small:hover { background: #e7f5f4; border-color: #087c85; color: #075e67; }
.site-footer { background: #fff; border-top: 1px solid #dce9ec; max-width: none; padding-left: max(24px,calc((100% - 1180px)/2)); padding-right: max(24px,calc((100% - 1180px)/2)); }
.site-footer .brand { font-size: 16px; font-weight: 650; }

/* Public pricing: a calm, catalog-backed document rather than a checkout surface. */
.pricing-page { background: var(--paper); color: var(--ink); overflow: hidden; }
.pricing-hero { align-items: stretch; background: #fff; display: grid; gap: clamp(24px,5vw,72px); grid-template-columns: minmax(0,1.12fr) minmax(300px,.88fr); margin: 0 auto; max-width: 1320px; padding: clamp(60px,8vw,118px) clamp(24px,7vw,92px); }
.pricing-hero__copy { align-self: center; }
.pricing-hero h1 { color: var(--ink); font-size: clamp(42px,5.4vw,70px); line-height: 1.12; max-width: 10em; }
.pricing-hero .lead { color: #45657c; font-size: clamp(17px,1.7vw,21px); line-height: 1.85; max-width: 32em; }
.pricing-hero .hero__actions { margin-top: 28px; }
.pricing-hero .hero__actions .button { background: var(--blue); border-color: var(--blue); color: #fff; }
.pricing-hero .hero__actions .button:hover { background: #0f529f; border-color: #0f529f; }
.pricing-hero__note { color: #597185; font-size: 13px; margin: 17px 0 0; }
.pricing-hero__aside { align-self: center; background: var(--blue); color: #fff; padding: clamp(30px,5vw,58px); }
.pricing-hero__aside-label { color: #c9ddff; display: block; font-size: 12px; font-weight: 760; letter-spacing: .16em; margin-bottom: 24px; }
.pricing-hero__aside h2 { color: #fff; font-size: clamp(28px,3.4vw,46px); line-height: 1.2; }
.pricing-hero__aside p { color: #e8f1ff; line-height: 1.8; margin: 0; }
.pricing-section { margin: 0 auto; max-width: 1320px; padding: clamp(58px,7vw,92px) clamp(24px,6vw,80px); }
.pricing-section--plans { background: var(--mint); max-width: none; }
.pricing-section--plans > * { margin-left: auto; margin-right: auto; max-width: 1160px; }
.pricing-section--plans .section-heading > p:last-child { color: #45657c; }
.pricing-grid { display: grid; gap: 15px; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 36px; }
.pricing-card { background: rgba(255,255,255,.86); border: 1px solid rgba(18,54,92,.16); display: flex; flex-direction: column; min-width: 0; padding: 22px; }
.pricing-card--recommended { border: 2px solid var(--coral); padding: 21px; }
.pricing-card__topline { align-items: center; display: flex; gap: 10px; justify-content: space-between; min-height: 24px; }
.pricing-card__eyebrow { color: #597185; font-size: 11px; font-weight: 760; letter-spacing: .12em; }
.pricing-card__badge { background: var(--coral); color: #fff; font-size: 12px; font-weight: 760; padding: 5px 8px; }
.pricing-card h3 { font-size: 28px; margin: 24px 0 9px; }
.pricing-card__tagline { color: var(--ink); font-size: 15px; font-weight: 700; line-height: 1.55; margin-bottom: 8px; }
.pricing-card__description { color: #597185; font-size: 14px; line-height: 1.7; min-height: 4.8em; }
.pricing-card__prices { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); margin: 20px 0 18px; padding: 10px 0; }
.pricing-card__price-row { align-items: baseline; display: flex; gap: 5px; min-height: 38px; }
.pricing-card__price-label { color: #597185; font-size: 12px; min-width: 34px; }
.pricing-card__price-row strong { color: var(--blue); font-size: 25px; letter-spacing: -.04em; }
.pricing-card__price-unit { color: #597185; font-size: 12px; }
.pricing-card__price-row--free { align-items: baseline; gap: 9px; }
.pricing-card__price-row--free strong { color: var(--blue); font-size: 25px; }
.pricing-card__price-row--free span { color: #597185; font-size: 12px; }
.pricing-card__features { border-top: 0; flex: 1; list-style: none; margin: 0 0 22px; padding: 0; }
.pricing-card__features li { border-top: 1px solid rgba(18,54,92,.11); color: #45657c; font-size: 14px; line-height: 1.55; padding: 9px 0; }
.pricing-card__features li::before { color: var(--coral); content: '✓'; font-weight: 800; margin-right: 8px; }
.pricing-card__cta { align-self: flex-start; font-size: 14px; min-height: 40px; padding: 0 16px; }
.pricing-card--recommended .pricing-card__cta { background: var(--coral); border-color: var(--coral); }
.pricing-card--recommended .pricing-card__cta:hover { background: #d85c4c; border-color: #d85c4c; }
.pricing-section--note { background: var(--paper-deep); max-width: none; }
.pricing-note-grid { display: grid; gap: 28px; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 0 auto; max-width: 1160px; }
.pricing-note-grid article { border-top: 2px solid var(--blue); padding-top: 16px; }
.pricing-note-grid__index { color: var(--coral); display: block; font-size: 14px; font-weight: 800; margin-bottom: 16px; }
.pricing-note-grid h3 { font-size: 21px; }
.pricing-note-grid p { color: #45657c; font-size: 15px; line-height: 1.75; margin: 0; }
.pricing-section--faq { background: #fff; }
.pricing-section--faq > * { margin-left: auto; margin-right: auto; max-width: 860px; }
.pricing-faq-list { margin-top: 28px; }
.pricing-faq-list details { border-top: 1px solid var(--line); padding: 18px 0; }
.pricing-faq-list details:last-child { border-bottom: 1px solid var(--line); }
.pricing-faq-list summary { color: var(--ink); cursor: pointer; font-size: 17px; font-weight: 750; list-style: none; padding-right: 28px; position: relative; }
.pricing-faq-list summary::after { color: var(--coral); content: '＋'; font-size: 20px; position: absolute; right: 0; top: -4px; }
.pricing-faq-list details[open] summary::after { content: '−'; }
.pricing-faq-list p { color: #45657c; font-size: 15px; line-height: 1.8; margin: 13px 0 0; }
.pricing-section--closing { background: var(--blue); color: #fff; max-width: none; text-align: center; }
.pricing-section--closing > * { margin-left: auto; margin-right: auto; max-width: 760px; }
.pricing-section--closing h2 { color: #fff; }
.pricing-section--closing > p { color: #e8f1ff; }
.pricing-section--closing .hero__actions { justify-content: center; }
.pricing-section--closing .button { background: #fff; border-color: #fff; color: var(--blue); }
.pricing-section--closing .text-link { color: #fff; }
@media (max-width: 980px) { .pricing-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 720px) { .pricing-hero { grid-template-columns: 1fr; padding: 52px 24px 58px; } .pricing-hero__aside { padding: 30px 24px; } .pricing-grid,.pricing-note-grid { grid-template-columns: 1fr; } .pricing-card__description { min-height: 0; } .pricing-section { padding-left: 24px; padding-right: 24px; } }

/* Course entrance: Owner-approved Sakura / Asuhon composition, scoped as one system. */
.course-page { --course-ink:#103f4c; --course-teal:#07636b; --course-muted:#506a73; --course-line:#c5dcde; --course-soft:#f2f8f8; --course-coral:#c84b40; background:#fff; color:var(--course-ink); line-break:strict; word-break:normal; }
.course-page h1,.course-page h2 { color:var(--course-ink); font-family:'Hiragino Mincho ProN','Yu Mincho',serif; font-weight:700; letter-spacing:.015em; line-height:1.45; text-wrap:balance; }
.course-page h2 { font-size:clamp(27px,3vw,40px); margin:0 0 18px; }
.course-page h3 { color:var(--course-teal); font-size:19px; font-weight:700; letter-spacing:0; line-height:1.6; margin:0 0 10px; }
.course-page p { color:var(--course-muted); line-height:1.9; margin:0 0 16px; text-wrap:pretty; }
.course-page figure { margin:0; min-width:0; }
.course-page a:focus-visible,.course-page button:focus-visible,.course-page summary:focus-visible,.course-page [tabindex]:focus-visible { outline:3px solid var(--course-teal); outline-offset:5px; }
.course-page [id] { scroll-margin-top:24px; }
.course-page .course-heading-phrase { display:inline-block; white-space:nowrap; }
.course-page .course-caption { color:var(--course-muted); font-size:12px; line-height:1.7; margin:10px 0 0; }
.course-page .course-section { margin:0 auto; max-width:1280px; padding:48px 40px; }
.course-page .course-button { background:var(--course-coral); border:1px solid var(--course-coral); color:#fff; font:inherit; font-size:17px; font-weight:700; min-height:50px; padding:12px 32px; text-align:center; }
.course-page .course-button:hover { background:#ad3d34; border-color:#ad3d34; }
.course-page .course-button--disabled,.course-page .course-button--disabled:hover { background:#f4dedb; border-color:#e9c5c0; color:#82403b; cursor:not-allowed; }
.course-page .course-text-link { color:var(--course-teal); display:inline-block; font-size:14px; text-underline-offset:5px; }
.course-page .course-hero { isolation:isolate; margin:0 auto; max-width:1440px; min-height:560px; position:relative; }
.course-page .course-hero__copy { padding:52px 0 38px 5%; position:relative; width:45%; z-index:1; }
.course-page .course-hero h1 { font-size:clamp(46px,4.7vw,68px); line-height:1.23; margin:0 0 12px; max-width:none; }
.course-page .course-hero__ai { background:var(--course-teal); color:#fff; display:table; font-family:inherit; font-size:20px; letter-spacing:.09em; line-height:1.5; margin-bottom:13px; padding:3px 14px; }
.course-page .course-title-line { display:block; white-space:nowrap; }
.course-page .course-hero__edition { color:var(--course-ink); font-family:'Hiragino Mincho ProN','Yu Mincho',serif; font-size:25px; font-weight:700; letter-spacing:.06em; margin-bottom:18px; }
.course-page .course-hero__lead { color:var(--course-ink); font-size:18px; font-weight:700; margin-bottom:5px; }
.course-page .course-hero__description { font-size:14px; margin-bottom:21px; }
.course-page .course-hero__date { color:var(--course-teal); font-size:20px; font-weight:700; margin-bottom:19px; }
.course-page .course-hero__note { font-size:12px; margin-top:12px; }
.course-page .course-hero__visual { align-items:center; display:flex; inset:0 0 0 39%; position:absolute; z-index:0; }
.course-page .course-hero__visual img { height:auto; width:100%; }
.course-page .course-hero__visual::after { background:linear-gradient(90deg,#fff 0%,#ffffffbb 5%,#ffffff00 17%),linear-gradient(0deg,#fff 0%,#ffffff00 13%); content:''; inset:0; pointer-events:none; position:absolute; }
.course-page .course-outcomes { align-items:center; border-bottom:1px solid var(--course-line); display:grid; gap:26px; grid-template-columns:.7fr 1fr 1fr 1fr; margin:auto; max-width:1280px; padding:24px 40px; }
.course-page .course-outcomes h2 { font-size:20px; margin:0; }
.course-page .course-outcomes article { align-items:center; display:flex; gap:14px; min-width:0; }
.course-page .course-outcomes img { background:#eaf4f5; border-radius:50%; flex:0 0 58px; height:58px; padding:5px; width:58px; }
.course-page .course-outcomes h3 { font-size:16px; margin-bottom:6px; }
.course-page .course-outcomes p { font-size:13px; line-height:1.7; margin:0; }
.course-page .course-local-nav { display:flex; flex-wrap:wrap; gap:10px 28px; justify-content:center; margin:auto; max-width:1280px; padding:18px 24px; }
.course-page .course-local-nav a { color:var(--course-teal); font-size:13px; text-decoration:none; }
.course-page .course-relationship { align-items:center; background:linear-gradient(120deg,#f2f8f8,#fff); display:grid; gap:50px; grid-template-columns:1.2fr 1fr; padding-top:32px; padding-bottom:32px; }
.course-page .course-relationship p { font-size:15px; margin-bottom:12px; }
.course-page .course-relationship__loop { border:1px solid var(--course-line); margin:0; padding:22px 26px; }
.course-page .course-relationship__loop dt { color:var(--course-teal); font-size:18px; font-weight:700; }
.course-page .course-relationship__loop dt::before { content:'→'; display:inline-block; margin-right:12px; }
.course-page .course-relationship__loop dt:nth-of-type(2)::before { content:'←'; }
.course-page .course-relationship__loop dd { color:var(--course-muted); font-size:14px; line-height:1.8; margin:7px 0 18px 30px; }
.course-page .course-relationship__loop dd:last-child { margin-bottom:0; }
.course-page .course-worlds { padding-bottom:0; }
.course-page .course-world-gallery { display:grid; gap:14px; grid-template-columns:repeat(3,minmax(0,1fr)); margin-top:24px; }
.course-page .course-world-gallery figure { position:relative; }
.course-page .course-sheet-window { background:#eff4f5; overflow:hidden; position:relative; }
.course-page .course-sheet-window img { height:auto; max-width:none; position:absolute; }
.course-page .course-world-gallery .course-sheet-window { aspect-ratio:1.14; }
.course-page .course-world-gallery .course-sheet-window img { left:0; top:0; width:200%; }
.course-page .course-world-gallery figcaption { background:linear-gradient(0deg,#102934f5,#102934d9 70%,#10293400); bottom:0; left:0; padding:46px 22px 20px; position:absolute; right:0; }
.course-page .course-world-gallery h3 { color:#fff; font-family:Georgia,serif; font-size:29px; line-height:1.15; margin-bottom:8px; }
.course-page .course-world-gallery p { color:#fff; font-size:13px; line-height:1.6; margin:0; }
.course-page .course-profile { align-items:center; display:grid; gap:22px; grid-template-columns:104px 240px 1fr; padding:30px 10px; }
.course-page .course-profile__identity { text-align:center; }
.course-page .course-profile__icon { background:#e5f2f3; border-radius:50%; color:var(--course-teal); font-family:'Hiragino Mincho ProN','Yu Mincho',serif; font-size:48px; height:78px; line-height:78px; margin:auto; width:78px; }
.course-page .course-profile h3 { font-family:'Hiragino Mincho ProN','Yu Mincho',serif; font-size:23px; margin:0; }
.course-page .course-profile > p { border-left:1px solid var(--course-line); font-size:14px; margin:0; padding-left:26px; }
.course-page .course-method { background:var(--course-soft); }
.course-page .course-method-pair { display:grid; gap:24px; grid-template-columns:repeat(2,minmax(0,1fr)); }
.course-page .course-method-pair article { background:#fff; padding:24px; }
.course-page .course-method-pair h3 { font-size:20px; }
.course-page .course-method-pair p { font-size:14px; }
.course-page .course-sheet-window--scenes,.course-page .course-sheet-window--expressions { aspect-ratio:3.4; margin-top:24px; }
.course-page .course-sheet-window--scenes img { left:-1%; top:-549%; width:207%; }
.course-page .course-sheet-window--expressions { aspect-ratio:6.4; }
.course-page .course-sheet-window--expressions img { left:-1%; top:-622%; width:207%; }
.course-page .course-learning-pair { display:grid; gap:32px; grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:26px; }
.course-page .course-learning-pair article { padding:0 6px; }
.course-page .course-learning-pair h3 { font-size:18px; }
.course-page .course-learning-pair p { font-size:14px; margin:0; }
.course-page .course-ai-method { padding-bottom:32px; }
.course-page .course-ai-method > p { max-width:65em; }
.course-page .course-ai-steps { display:grid; gap:26px; grid-template-columns:repeat(4,minmax(0,1fr)); list-style:none; margin:24px 0 0; padding:0; }
.course-page .course-ai-steps li { border-top:2px solid var(--course-line); padding-top:16px; }
.course-page .course-ai-steps h3 { font-size:17px; }
.course-page .course-ai-steps p { font-size:14px; margin:0; }
.course-page .course-tools { background:linear-gradient(145deg,#edf6f8,#fff); }
.course-page .course-tools__intro { align-items:start; display:grid; gap:30px; grid-template-columns:1fr 1.2fr; margin-bottom:16px; }
.course-page .course-tool-showcase { align-items:center; display:grid; gap:30px; grid-template-columns:minmax(0,3fr) minmax(0,1fr); }
.course-page .course-tool-image { height:auto; width:100%; }
.course-page .course-tool-details article { border-bottom:1px solid var(--course-line); margin-bottom:22px; padding-bottom:6px; }
.course-page .course-tool-details h3 { font-size:18px; }
.course-page .course-tool-details p { font-size:14px; }
.course-page .course-tool-details__closing { color:var(--course-teal); font-weight:700; }
.course-page .course-section--samples { padding-top:32px; padding-bottom:32px; }
.course-page .course-section--samples h2 { font-size:28px; }
.course-page .course-section--samples > .course-section__heading p { font-size:14px; }
.course-page .course-carousel__track { list-style:none; margin:0; padding:0; }
.course-page .course-carousel__slide { align-items:center; display:grid; gap:36px; grid-template-columns:minmax(0,1fr) minmax(0,1.1fr); }
.course-page .course-carousel__slide[hidden] { display:none; }
.course-page .course-carousel__media img { height:auto; max-height:290px; object-fit:contain; width:100%; }
.course-page .course-carousel__copy { max-width:34em; }
.course-page .course-carousel__copy p { font-size:14px; }
.course-page .course-carousel__controls { align-items:center; display:flex; gap:16px; justify-content:center; margin-top:12px; }
.course-page .course-carousel__button { background:#fff; border:1px solid var(--course-line); border-radius:4px; color:var(--course-teal); cursor:pointer; font:inherit; font-size:13px; min-height:40px; padding:6px 16px; }
.course-page .course-carousel__button:disabled { background:#f4f6f6; color:#66767a; cursor:not-allowed; }
.course-page .course-carousel__position,.course-page .course-carousel__instruction { font-size:12px; margin:8px 0 0; text-align:center; }
.course-page .course-carousel__position { margin:0; }
.course-page .course-curriculum { background:var(--course-soft); }
.course-page .course-curriculum-grid { display:grid; gap:24px; grid-template-columns:repeat(4,minmax(0,1fr)); list-style:none; margin:28px 0 0; padding:0; }
.course-page .course-curriculum-grid li { border-top:2px solid var(--course-line); padding-top:18px; }
.course-page .course-curriculum-grid h3 { font-size:19px; min-height:3.2em; }
.course-page .course-curriculum-grid p { font-size:14px; margin:0; }
.course-page .course-curriculum-grid .course-curriculum__date { color:var(--course-teal); font-weight:700; margin:12px 0; }
.course-page .course-included { align-items:start; border-bottom:1px solid var(--course-line); display:grid; gap:24px; grid-template-columns:1fr 1.4fr; margin-bottom:34px; padding-bottom:22px; }
.course-page .course-included h3 { font-size:21px; }
.course-page .course-included ul { color:var(--course-muted); font-size:14px; line-height:2; margin:0; padding-left:1.2em; }
.course-page .course-pricing-grid { display:grid; gap:24px; grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:24px; }
.course-page .course-offer-card { border:1px solid var(--course-line); border-radius:6px; display:flex; flex-direction:column; padding:26px 30px; }
.course-page .course-offer-card h3 { font-size:25px; }
.course-page .course-offer-card__price { align-items:center; display:flex; flex-wrap:wrap; gap:12px; }
.course-page .course-offer-card__price strong { color:var(--course-ink); font-family:'Hiragino Mincho ProN','Yu Mincho',serif; font-size:clamp(28px,3vw,39px); white-space:nowrap; }
.course-page .course-offer-card__discount { background:var(--course-coral); border-radius:999px; color:#fff; font-size:15px; padding:5px 12px; white-space:nowrap; }
.course-page .course-offer-card__base-price { font-size:13px; margin:8px 0 18px; }
.course-page .course-offer-card__entitlement { color:var(--course-teal); font-size:14px; font-weight:700; margin-bottom:12px; }
.course-page .course-offer-card__details { color:var(--course-muted); font-size:14px; line-height:1.9; margin:0 0 24px; padding-left:1.2em; }
.course-page .course-offer-card .course-button { font-size:15px; margin-top:auto; width:100%; }
.course-page .course-pricing-note { font-size:13px; margin:20px 0 0; }
.course-page .course-gifts { background:var(--course-soft); display:grid; gap:18px 40px; grid-template-columns:1fr 1fr; }
.course-page .course-gifts h2 { font-size:32px; }
.course-page .course-gifts h3 { font-size:18px; }
.course-page .course-gifts p { font-size:14px; }
.course-page .course-gifts > figure { align-self:center; }
.course-page .course-kit-image { height:auto; width:100%; }
.course-page .course-gifts__terms { grid-column:1 / -1; margin:0; }
.course-page .course-profile-support { border-top:1px solid var(--course-line); grid-column:1 / -1; padding-top:20px; }
.course-page .course-profile-support p { margin:0; }
.course-page .course-section--faq { max-width:980px; }
.course-page .course-faq-list details { border-bottom:1px solid var(--course-line); padding:17px 0; }
.course-page .course-faq-list summary { color:var(--course-ink); cursor:pointer; font-size:16px; font-weight:600; line-height:1.7; }
.course-page .course-faq-list p { font-size:14px; margin:14px 0 0; }
.course-page .course-final { background:linear-gradient(120deg,#e7f3f5,#fff3f0); margin:auto; max-width:1440px; padding:48px 24px; text-align:center; }
.course-page .course-final__lead { font-size:17px; }
.course-page .course-final #course-application-status { font-size:13px; margin:15px 0 8px; }
@media(max-width:1050px) {
 .course-page .course-outcomes { gap:18px; grid-template-columns:1fr 1fr 1fr; }
 .course-page .course-outcomes h2 { grid-column:1 / -1; }
 .course-page .course-profile { grid-template-columns:90px 210px 1fr; gap:16px; }
 .course-page .course-tools__intro { grid-template-columns:1fr; gap:0; }
 .course-page .course-tool-showcase { grid-template-columns:1fr; }
 .course-page .course-tool-details { display:grid; gap:24px; grid-template-columns:repeat(3,minmax(0,1fr)); }
 .course-page .course-tool-details__closing { grid-column:1 / -1; }
 .course-page .course-tool-details article { margin-bottom:0; }
}
@media(max-width:900px) {
 .course-page .course-section { padding:36px 24px; }
 .course-page .course-hero { display:grid; min-height:0; }
 .course-page .course-hero__copy { padding:36px 24px 0; width:100%; }
 .course-page .course-hero h1 { font-size:clamp(44px,8vw,64px); }
 .course-page .course-hero__visual { inset:auto; position:relative; }
 .course-page .course-hero__visual img { height:auto; width:100%; }
 .course-page .course-hero__visual::after { background:linear-gradient(180deg,#fff 0%,#ffffff00 12%,#ffffff00 91%,#fff 100%); }
 .course-page .course-outcomes { padding:24px; }
 .course-page .course-outcomes article { align-items:flex-start; flex-direction:column; }
 .course-page .course-relationship { gap:22px; grid-template-columns:1fr; }
 .course-page .course-profile { grid-template-columns:90px 1fr; }
 .course-page .course-profile > p { border:0; grid-column:1 / -1; padding:0; }
 .course-page .course-world-gallery { gap:10px; }
 .course-page .course-world-gallery figcaption { padding:30px 12px 12px; }
 .course-page .course-world-gallery h3 { font-size:23px; }
 .course-page .course-method-pair { gap:16px; }
 .course-page .course-method-pair article { padding:20px; }
 .course-page .course-ai-steps,.course-page .course-curriculum-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .course-page .course-included { grid-template-columns:1fr; gap:6px; }
 .course-page .course-offer-card { padding:24px; }
}
@media(max-width:600px) {
 .course-page h2 { font-size:26px; }
 .course-page .course-hero__ai { font-size:18px; }
 .course-page .course-hero__edition { font-size:22px; }
 .course-page .course-hero__lead { font-size:16px; }
 .course-page .course-hero__description { max-width:21em; }
 .course-page .course-local-nav { gap:12px 20px; }
 .course-page .course-outcomes { gap:20px; grid-template-columns:1fr; }
 .course-page .course-outcomes article { align-items:center; flex-direction:row; }
 .course-page .course-outcomes h2 { font-size:21px; }
 .course-page .course-outcomes p { font-size:14px; }
 .course-page .course-relationship__loop { padding:20px; }
 .course-page .course-relationship__loop dt { font-size:16px; }
 .course-page .course-world-gallery { grid-template-columns:1fr; gap:18px; }
 .course-page .course-world-gallery .course-sheet-window { aspect-ratio:1.14; }
 .course-page .course-world-gallery .course-sheet-window img { left:0; width:200%; }
 .course-page .course-world-gallery h3 { font-size:28px; }
 .course-page .course-world-gallery figcaption { padding:36px 20px 18px; }
 .course-page .course-profile { padding:26px 0 0; }
 .course-page .course-profile h3 { font-size:21px; }
 .course-page .course-method-pair,.course-page .course-learning-pair,.course-page .course-tool-details,.course-page .course-carousel__slide,.course-page .course-pricing-grid,.course-page .course-gifts { grid-template-columns:1fr; }
 .course-page .course-method-pair h3 { font-size:18px; }
 .course-page .course-ai-steps { gap:24px 18px; }
 .course-page .course-ai-steps h3 { font-size:16px; }
 .course-page .course-ai-steps p { font-size:13px; }
 .course-page .course-carousel__slide { gap:20px; }
 .course-page .course-carousel__media img { max-height:none; }
 .course-page .course-curriculum-grid { grid-template-columns:1fr; }
 .course-page .course-curriculum-grid h3 { min-height:0; }
 .course-page .course-gifts h2 { font-size:27px; }
 .course-page .course-gifts > figure { grid-row:2; }
 .course-page .course-final { text-align:left; }
}
@media(prefers-reduced-motion:reduce) { .course-page,.course-page * { scroll-behavior:auto; } }
