/* L-Kite POP v02: original generated visuals with an editable HTML layer. */
:root {
  --green: #087c48;
  --dark: #123e2b;
  --ink: #263e32;
  --mint: #eaf6df;
  --cream: #fffdf3;
  --yellow: #f4d858;
  --pink: #f7d5d7;
  --line: #c9ddc9;
  --muted: #526657;
  --font: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 500 16px/1.85 var(--font); -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, ul, ol, figure { margin: 0; }
h1, h2, h3 { color: var(--dark); font-weight: 900; letter-spacing: -.045em; line-height: 1.5; }
h1 { font-size: clamp(32px, 4.3vw, 53px); line-height: 1.48; }
h2 { font-size: clamp(27px, 3.5vw, 41px); }
h3 { font-size: 23px; }
strong, b { font-weight: 900; }
em { font-style: normal; background: linear-gradient(transparent 66%, var(--yellow) 66%, var(--yellow) 88%, transparent 88%); }
a { color: inherit; text-underline-offset: 5px; }
a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid #a44414; outline-offset: 5px; }
img { display: block; width: 100%; max-width: 100%; height: auto; }
.container { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.skip { position: fixed; top: 0; left: 0; padding: 12px 20px; background: white; z-index: 50; transform: translateY(-140%); }
.skip:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 20; background: #ffffffed; border-bottom: 1px solid #d7e3d5; backdrop-filter: blur(12px); }
.header-inner { max-width: 1280px; min-height: 82px; padding: 13px 32px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-weight: 900; font-size: 31px; color: var(--green); letter-spacing: -.07em; line-height: 1; flex-shrink: 0; }
.brand small { display: block; text-align: center; font-size: 12px; font-weight: 700; letter-spacing: .12em; margin-top: 6px; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 37px; border-radius: 11px 11px 2px 11px; background: var(--green); color: white; font: 900 26px/1 Arial, sans-serif; transform: rotate(-7deg); }
.header-inner nav { display: flex; align-items: center; gap: 25px; }
.header-inner nav a { font-size: 14px; font-weight: 800; text-decoration: none; }
.header-inner nav a:not(.nav-cta):hover { color: var(--green); text-decoration: underline; }
.header-inner .nav-cta { color: white; background: var(--green); border-radius: 99px; padding: 12px 22px; }
.nav-cta span { margin-left: 15px; }
.hero { padding: 65px 0 50px; position: relative; overflow: hidden; background: var(--cream); }
.hero-grid { display: grid; grid-template-columns: 1fr 1.04fr; align-items: center; gap: 22px; }
.eyebrow { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 800; color: var(--green); margin-bottom: 19px; }
.eyebrow>span { width: 9px; height: 9px; border-radius: 50%; background: var(--green); flex-shrink: 0; }
.hero-lead { margin: 23px 0 21px; font-size: 16px; }
.hero-points { padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 7px 14px; font-size: 13px; font-weight: 800; color: var(--dark); }
.hero-points li:before { content: '✓'; color: var(--green); padding-right: 5px; }
.hero-action { margin-top: 26px; }
.hero-action>p { margin-top: 12px; font-size: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 20px; min-height: 59px; padding: 15px 25px; border: 2px solid var(--green); border-radius: 99px; text-decoration: none; background: var(--green); color: white; font-size: 16px; font-weight: 900; line-height: 1.6; box-shadow: 0 4px 0 #065b35; transition: transform .18s, box-shadow .18s; }
.button span { font: 700 23px/1 Arial; }
.button:hover { transform: translateY(2px); box-shadow: 0 2px 0 #065b35; }
.hero-art { margin-right: -32px; transform: rotate(1.5deg); }
.hero-art img { border-radius: 32px; }
.hero-art figcaption { color: var(--dark); text-align: center; font-size: 14px; font-weight: 800; margin: 17px 0 0; transform: rotate(-1.5deg); }
.hero-cost { display: flex; align-items: center; justify-content: center; gap: 34px; border-top: 1px solid var(--line); margin-top: 45px; padding-top: 27px; }
.hero-cost>p:first-child { display: flex; flex-wrap: wrap; align-items: baseline; gap: 3px; color: var(--dark); font-weight: 800; line-height: 1.3; }
.tiny-label { font-size: 12px; margin-right: 12px; background: white; border: 1px solid var(--line); padding: 6px 10px; }
.hero-cost strong { font: 900 44px/1 Arial; color: var(--green); }
.tax { font-size: 12px; }
.hero-cost>p:nth-child(2) { font-size: 13px; line-height: 1.8; }
.hero-cost>p:nth-child(2)>span { font-size: 12px; color: var(--muted); }
.hero-cost>a { font-size: 13px; font-weight: 800; }
.hero-cost>a span { margin-left: 10px; }
.section { padding: 94px 0; position: relative; }
.section-heading { text-align: center; margin-bottom: 36px; }
.kicker { font-size: 13px; font-weight: 900; letter-spacing: .06em; color: var(--green); margin-bottom: 12px; }
.section-heading>p:last-child:not(.kicker) { margin-top: 20px; }
.wide-visual { max-width: 900px; margin: 0 auto; }
.wide-visual img { border-radius: 26px; }
.problems { background: #f9e8e5; border-radius: 70px 70px 0 0; padding-bottom: 68px; }
.problems-visual { max-width: 760px; }
.problem-captions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 950px; margin: 26px auto 0; }
.problem-captions p { text-align: center; }
.problem-captions strong { display: block; font-size: 18px; margin-bottom: 7px; color: var(--dark); }
.problem-captions span { font-size: 14px; }
.answer-ribbon { width: fit-content; max-width: 100%; margin: 35px auto 0; background: var(--yellow); color: var(--dark); padding: 12px 28px; font-size: 21px; font-weight: 900; transform: rotate(-2deg); text-align: center; }
.service { background: var(--mint); }
.service-visual { background: white; border-radius: 26px; border: 1px solid #d4e3cb; }
.service-visual figcaption { padding: 16px 22px; text-align: center; color: var(--green); font-size: 14px; font-weight: 800; }
.service-visual figcaption small { font-size: 12px; font-weight: 500; color: var(--muted); }
.support-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; margin-top: 39px; }
.support-notes article { border-top: 2px solid var(--green); padding-top: 19px; }
.index { font: 800 12px/1.5 Arial; color: var(--green); letter-spacing: .07em; }
.support-notes h3 { margin: 11px 0 15px; }
.support-notes p { font-size: 15px; }
.roles-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 35px; background: #fffef8; border-radius: 30px; padding: 38px; margin-top: 55px; }
.roles-intro h3 { font-size: 25px; }
.roles-content>p { display: grid; grid-template-columns: 95px 1fr; gap: 18px; padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid var(--line); font-size: 14px; }
.roles-content>p>strong { color: var(--green); }
.roles-content small { display: block; font-size: 12px; color: var(--muted); }
.scenes { background: var(--cream); }
.scene-disclaimer { font-size: 12px; color: var(--muted); text-align: center; margin: -7px 0 30px; }
.scene-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
.scene-card { display: grid; grid-template-columns: 1.45fr 1fr; align-items: center; background: white; border: 1px solid #b8c9b4; border-radius: 23px; overflow: hidden; box-shadow: 4px 5px 0 #e3eacb; }
.scene-card figure { background: #fffdf4; }
.scene-card:nth-child(2) { grid-template-columns: 1fr 1.45fr; }
.scene-card:nth-child(2) figure { order: 2; }
.scene-copy { padding: 31px; }
.tag { display: inline-block; font-size: 12px; font-weight: 800; padding: 2px 9px; border-radius: 4px; background: var(--mint); color: var(--green); }
.scene-copy h3 { font-size: 25px; margin: 12px 0 15px; }
.scene-copy>p { font-size: 16px; }
.route { padding: 16px 0 0; margin-top: 17px; list-style: none; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 5px; font-size: 12px; font-weight: 800; color: var(--green); }
.route li:not(:last-child):after { content: '→'; margin-left: 5px; }
.note { color: var(--muted); font-size: 12px; line-height: 1.85; }
.section-note { margin: 26px auto 0; max-width: 900px; }
.mid-cta { display: flex; justify-content: center; align-items: center; gap: 36px; background: var(--mint); padding: 29px; margin-top: 48px; border-radius: 20px; }
.mid-cta>p { font-size: 20px; font-weight: 900; color: var(--dark); }
.pricing { background: #f0f7ec; border-radius: 80px 80px 0 0; }
.pricing-layout { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 35px; }
.plan-visual img { border-radius: 25px; }
.plan-card { padding: 28px; background: white; border: 2px solid var(--green); border-radius: 23px; box-shadow: 5px 5px 0 #cadfc3; text-align: center; }
.plan-heading { font-size: 13px; color: var(--green); }
.plan-heading strong { font-size: 25px; display: block; color: var(--dark); }
.main-price { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; color: var(--green); margin: 13px 0 10px; font-weight: 800; line-height: 1.3; }
.main-price b { font: 900 55px/1.2 Arial; letter-spacing: -.055em; }
.main-price>span { font-size: 18px; }
.main-price small { display: block; font-size: 12px; color: var(--muted); }
.initial-price { font-size: 14px; margin-bottom: 6px; }
.initial-price strong { font-size: 19px; }
.included { list-style: none; padding: 0; margin-top: 23px; border-top: 1px solid var(--line); }
.included li { padding: 11px 0; border-bottom: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 3px 9px; font-size: 13px; }
.included strong { color: var(--green); }
.setup-note { font-size: 13px; text-align: left; margin-top: 19px; }
.setup-note strong { display: block; color: var(--green); font-size: 14px; margin-bottom: 6px; }
.offer { display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; gap: 35px; padding: 25px 34px; background: #fff4cb; border: 1px solid #e6cf70; border-radius: 20px; margin-top: 37px; }
.offer>div>p { font-size: 14px; font-weight: 800; margin-bottom: 3px; }
.offer h3 { font-size: 25px; }
.offer h3 em { font-size: 34px; }
.price-footer { display: flex; justify-content: center; align-items: center; gap: 45px; margin-top: 33px; }
.capacity { font-size: 18px; color: var(--dark); }
.capacity strong { color: var(--green); }
.price-conditions { max-width: 920px; margin: 26px auto 0; }
.onboarding { background: var(--cream); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; list-style: none; padding: 0; margin: 37px 0 0; }
.steps li { border-top: 1px solid var(--green); padding-top: 17px; }
.steps span { color: var(--green); font: 900 23px/1.4 Arial; }
.steps h3 { font-size: 19px; margin: 8px 0; }
.steps p { font-size: 14px; }
.timeline { background: var(--mint); padding: 23px; text-align: center; border-radius: 13px; margin-top: 36px; font-size: 15px; }
.timeline strong { color: var(--green); font-size: 20px; margin-left: 10px; }
.timeline small { display: block; font-size: 12px; color: var(--muted); margin-top: 5px; }
.provider { text-align: center; margin-top: 37px; }
.provider>span { display: block; font-size: 13px; color: var(--green); font-weight: 800; }
.provider>strong { display: block; font-size: 24px; color: var(--dark); margin: 8px 0 15px; }
.provider>p { font-size: 15px; }
.faq { background: white; border-top: 1px solid #e6eadf; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.faq-layout .section-heading { text-align: left; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary { list-style: none; padding: 23px 36px 23px 32px; position: relative; cursor: pointer; color: var(--dark); font-size: 16px; font-weight: 800; line-height: 1.7; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:before { content: 'Q'; position: absolute; left: 0; top: 24px; color: var(--green); font: 900 21px/1 Arial; }
.faq summary:after { content: '+'; position: absolute; right: 8px; top: 24px; color: var(--green); font: 400 22px/1 Arial; }
.faq details[open] summary:after { content: '−'; }
.faq details[open] summary { padding-bottom: 13px; }
.faq details>p { padding: 0 25px 25px 32px; font-size: 15px; }
.consultation { background: var(--mint); }
.consult-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 53px; }
.consult-grid img { border-radius: 28px; }
.consult-grid h2 { font-size: clamp(28px, 3vw, 38px); margin-bottom: 22px; }
.consult-grid .button { margin-top: 29px; }
.consult-grid .note { margin-top: 14px; }
.consult-capacity { font-size: 12px; margin-top: 17px; color: var(--muted); }
footer { background: var(--dark); color: #f3f8eb; padding: 40px 0; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
footer .brand { color: white; }
footer .brand-mark { color: var(--dark); background: white; }
.footer-grid>div>p { font-size: 13px; margin-top: 16px; }
.footer-company { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; font-size: 13px; }
.footer-company small { font-size: 12px; }
.sticky-cta, .mobile-only { display: none; }
@container lp (max-width: 1000px) {
  .header-inner nav { gap: 18px; }
  .hero { padding-top: 43px; }
  .hero-art { margin-right: 0; }
  h1 { font-size: 39px; }
  .hero-grid { gap: 20px; }
  .hero-lead { font-size: 15px; }
  .hero-cost { gap: 20px; }
  .scene-grid { gap: 25px; }
  .scene-copy { padding: 23px; }
  .scene-copy h3 { font-size: 21px; }
  .pricing-layout { grid-template-columns: 1fr 1fr; gap: 22px; }
  .plan-card { padding: 23px; }
  .faq-layout { gap: 38px; }
  .support-notes { gap: 25px; }
  .support-notes h3 { font-size: 21px; }
}
@container lp (max-width: 760px) {
  html { scroll-padding-top: 78px; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 68px; padding: 10px 20px; gap: 12px; }
  .brand { font-size: 27px; }
  .brand-mark { height: 31px; width: 30px; font-size: 23px; }
  .brand small { font-size: 12px; margin-top: 4px; }
  .header-inner nav { gap: 14px; }
  .header-inner nav a { font-size: 12px; }
  .header-inner nav a[href="#service"], .header-inner nav a[href="#scenes"] { display: none; }
  .header-inner .nav-cta { padding: 9px 14px; }
  .nav-cta span { margin-left: 7px; }
  .hero { padding: 32px 0 31px; }
  .hero-grid { grid-template-columns: 1fr; gap: 23px; max-width: 570px; }
  .hero-copy { display: contents; }
  .eyebrow { font-size: 12px; margin: 0; justify-content: center; }
  h1 { font-size: clamp(32px, 8.3vw, 46px); text-align: center; }
  .hero h1 { margin-top: -8px; }
  .hero-art { grid-row: 3; transform: none; margin: -4px -9px 0; }
  .hero-art img { border-radius: 20px; }
  .hero-art figcaption { transform: none; font-size: 13px; margin-top: 12px; }
  .hero-lead { text-align: center; margin: -5px 0 0; font-size: 14px; }
  .hero-points { justify-content: center; margin-top: -10px; gap: 4px 11px; font-size: 12px; }
  .hero-action { margin-top: -2px; text-align: center; }
  .button { font-size: 15px; min-height: 58px; gap: 16px; padding: 15px 20px; }
  .hero-action .button { width: 100%; max-width: 400px; }
  .hero-cost { flex-direction: column; gap: 13px; text-align: center; padding-top: 24px; margin-top: 30px; }
  .hero-cost>p:first-child { justify-content: center; }
  .hero-cost strong { font-size: 38px; }
  .hero-cost>a { font-size: 12px; }
  .hero-cost>p:nth-child(2) br { display: none; }
  .hero-cost>p:nth-child(2)>span { display: block; }
  .section { padding: 56px 0; }
  .section-heading { margin-bottom: 25px; }
  .kicker { font-size: 12px; margin-bottom: 10px; }
  h2 { font-size: clamp(25px, 6.8vw, 33px); }
  h3 { font-size: 22px; }
  .section-heading>p:last-child:not(.kicker) { margin-top: 17px; font-size: 15px; }
  .mobile-only { display: block; }
  .problems, .pricing { border-radius: 32px 32px 0 0; }
  .wide-visual { margin-inline: -9px; }
  .wide-visual img { border-radius: 17px; }
  .problem-captions { grid-template-columns: 1fr; gap: 15px; margin-top: 21px; }
  .problem-captions p { text-align: left; border-bottom: 1px solid #e1c4c2; padding-bottom: 14px; }
  .problem-captions strong { font-size: 17px; margin-bottom: 3px; }
  .problem-captions span { font-size: 14px; }
  .answer-ribbon { font-size: 17px; padding: 12px 17px; margin-top: 26px; }
  .support-notes { grid-template-columns: 1fr; gap: 25px; margin-top: 29px; }
  .support-notes article { padding-top: 16px; }
  .support-notes h3 { margin: 9px 0 12px; font-size: 23px; }
  .support-notes p { font-size: 16px; }
  .roles-panel { grid-template-columns: 1fr; gap: 24px; padding: 25px 20px; margin: 34px -2px 0; border-radius: 22px; }
  .roles-intro h3 { font-size: 24px; }
  .roles-content>p { grid-template-columns: 72px 1fr; gap: 10px; }
  .scene-disclaimer { text-align: left; margin-bottom: 22px; }
  .scene-grid { grid-template-columns: 1fr; gap: 27px; max-width: 530px; margin-inline: auto; }
  .scene-card, .scene-card:nth-child(2) { display: block; border-radius: 17px; }
  .scene-copy { padding: 22px; }
  .scene-copy h3 { font-size: 24px; margin: 12px 0 14px; }
  .scene-copy>p { font-size: 16px; }
  .route { font-size: 12px; padding-top: 15px; }
  .section-note { margin-top: 25px; }
  .mid-cta { flex-direction: column; text-align: center; gap: 18px; margin-top: 30px; padding: 26px 18px; border-radius: 17px; }
  .mid-cta>p { font-size: 20px; }
  .mid-cta .button { width: 100%; }
  .pricing-layout { grid-template-columns: 1fr; gap: 23px; }
  .plan-visual { margin-inline: -9px; }
  .plan-visual img { border-radius: 17px; }
  .plan-card { padding: 24px 20px; }
  .main-price b { font-size: 53px; }
  .included { margin-top: 21px; }
  .included li { font-size: 13px; }
  .offer { grid-template-columns: 1fr; gap: 17px; padding: 23px 20px; margin-top: 28px; }
  .offer>div { text-align: center; }
  .offer h3 { font-size: 24px; }
  .price-footer { flex-direction: column; gap: 23px; text-align: center; margin-top: 25px; }
  .price-footer .button { width: 100%; }
  .steps { grid-template-columns: 1fr 1fr; gap: 23px 18px; margin-top: 25px; }
  .steps h3 { font-size: 17px; }
  .steps p { font-size: 14px; }
  .timeline { margin-top: 25px; padding: 20px 15px; font-size: 13px; }
  .timeline strong { display: block; margin: 4px 0 0; font-size: 21px; }
  .provider>strong { font-size: 22px; }
  .provider>p { font-size: 14px; }
  .faq-layout { grid-template-columns: 1fr; gap: 3px; }
  .faq-layout .section-heading { text-align: center; }
  .faq summary { font-size: 15px; padding-right: 26px; }
  .faq details>p { padding-right: 8px; font-size: 15px; }
  .consult-grid { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .consult-grid>figure { max-width: 380px; margin-inline: auto; }
  .consult-grid img { border-radius: 20px; }
  .consult-grid h2 { font-size: 30px; }
  .consult-grid>div>p { font-size: 15px; }
  .consult-grid .note, .consult-grid .consult-capacity { font-size: 12px; }
  .consult-grid .button { width: 100%; margin-top: 24px; }
  .footer-grid { flex-direction: column; text-align: center; gap: 30px; }
  .footer-company { align-items: center; }
  footer { padding-bottom: 120px; }
  .sticky-cta { display: block; position: fixed; z-index: 25; left: 0; right: 0; bottom: 0; padding: 9px 16px calc(9px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: #fffffff2; backdrop-filter: blur(8px); }
  .sticky-cta a { display: flex; justify-content: center; align-items: center; gap: 18px; background: var(--green); color: white; padding: 13px 15px; min-height: 49px; text-decoration: none; border-radius: 99px; font-size: 15px; font-weight: 900; line-height: 1.6; }
  .sticky-cta span { font-size: 20px; }
}
@container lp (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .header-inner { padding-inline: 16px; }
  .header-inner nav { gap: 10px; }
  .button { padding-inline: 15px; font-size: 14px; gap: 10px; }
  .hero-lead br { display: none; }
  .roles-intro h3 { font-size: 22px; }
  .roles-content>p { grid-template-columns: 1fr; gap: 5px; }
  .scene-copy { padding: 20px; }
  .scene-copy h3 { font-size: 22px; }
  .included li { font-size: 12px; }
  .main-price b { font-size: 48px; }
  .consult-grid h2 { font-size: 27px; }
  .provider>strong { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
@media print {
  .site-header { position: static; }
  .sticky-cta { display: none; }
  .section { padding: 35px 0; }
  .scene-card, figure, .plan-card { break-inside: avoid; }
  footer { padding-bottom: 30px; }
}

/* v2.01: meaning-led hierarchy; copy remains verbatim. */
.copy-heading { letter-spacing: -.035em; line-height: 1.55; font-weight: 600; }
.copy-heading .copy-line { display: block; }
.copy-primary { font-size: 1em; font-weight: 900; }
.copy-secondary { font-size: .76em; font-weight: 600; }
.copy-aux { font-size: .62em; font-weight: 500; }
.copy-particle { font-size: .78em; font-weight: 500; }
.copy-unit { display: inline-block; }
em.copy-primary { background: none; font-style: normal; color: var(--green); }
h1.copy-heading { font-size: clamp(2rem, 4.2vw, 3.25rem); line-height: 1.55; }
h1 .copy-primary { margin: .12em 0; }
@container lp (max-width: 1000px) and (min-width: 761px) { h1.copy-heading { font-size: 2.3rem; } }
@container lp (max-width: 760px) { h1.copy-heading { font-size: clamp(1.75rem, 8vw, 2.875rem); } }

/* Do not style particles by automatic word splitting: scope is authored in HTML. */
body { line-break: strict; overflow-wrap: break-word; }
.hero-grid > *, .pricing-layout > *, .scene-card > *, .faq-layout > * { min-width: 0; }
h2.copy-heading { font-size: clamp(2rem, 3.6vw, 2.875rem); }
.copy-heading .copy-secondary + .copy-line { margin-top: .12em; }
.support-notes h3.copy-heading { font-size: 1.625rem; }
.roles-intro h3.copy-heading { font-size: 1.75rem; }
.scene-copy h3.copy-heading { font-size: clamp(1.625rem, 2.3vw, 1.875rem); }
.consult-grid h2.copy-heading { font-size: clamp(1.75rem, 2.7vw, 2.25rem); }
.kicker { font-size: .875rem; font-weight: 600; letter-spacing: .04em; }
.eyebrow { font-size: .875rem; font-weight: 600; }
.hero-points { font-size: .875rem; font-weight: 600; }
.hero-lead, .support-notes p, .scene-copy > p, .section-heading > p:last-child:not(.kicker), .faq details > p { font-size: 1rem; }
.hero-action > p, .hero-art figcaption, .note, .scene-disclaimer,
.roles-content small, .service-visual figcaption small, .timeline small,
.consult-grid .note, .consult-grid .consult-capacity { font-size: .875rem; line-height: 1.85; }
.roles-content > p, .problem-captions span, .steps p, .setup-note, .route, .included li { font-size: .9375rem; }
.included strong { white-space: nowrap; font-weight: 800; }
.button, .sticky-cta a { font-weight: 700; }
.answer-ribbon { font-size: 1.125rem; font-weight: 700; transform: none; }
.hero-cost strong { font-size: 2rem; }
.price-unit { font-family: var(--font); font-size: .62em; font-weight: 800; margin-left: .1em; letter-spacing: 0; }
.main-price b { white-space: nowrap; font-size: clamp(2.75rem, 4.2vw, 3.25rem); }
.main-price .price-tax, .tax { font-size: .875rem; color: var(--muted); font-weight: 600; }
.hero-cost > p:nth-child(2), .hero-cost > p:nth-child(2) > span { font-size: .875rem; }
.initial-price { font-size: .9375rem; }
.initial-price strong { font-size: 1.25rem; }
.offer h3.offer-heading { font-size: 1.875rem; line-height: 1.5; }
.offer-scope { display: inline-block; font-size: .8em; font-weight: 800; }
.offer h3 em { font-size: 1em; background: none; }
.offer .note { color: var(--ink); }
.timeline strong { font-size: 1.25rem; }
.timeline { font-size: .9375rem; }
.steps h3 { font-weight: 800; }
@container lp (max-width: 1000px) and (min-width: 761px) {
  .scene-card, .scene-card:nth-child(2) { grid-template-columns: 1fr 1fr; }
  .scene-copy { padding: 1.25rem; }
}
@container lp (max-width: 760px) {
  h2.copy-heading { font-size: clamp(1.75rem, 7.3vw, 2.125rem); }
  .consult-grid h2.copy-heading { font-size: clamp(1.5rem, 6.8vw, 2rem); }
  .hero-grid { gap: 1.35rem; }
  .hero-lead br { display: none; }
  .hero-art figcaption { font-weight: 600; }
  .support-notes h3.copy-heading { font-size: 1.625rem; }
  .scene-copy h3.copy-heading { font-size: 1.75rem; }
  .roles-intro h3.copy-heading { font-size: 1.625rem; }
  .main-price b { font-size: 2.875rem; }
  .scene-card { box-shadow: 2px 3px 0 #e3eacb; }
  .steps { grid-template-columns: 1fr; gap: 1.5rem; }
  .steps li { display: grid; grid-template-columns: 2.5rem 1fr; column-gap: .75rem; }
  .steps h3 { margin-top: 0; font-size: 1.125rem; }
  .steps p { grid-column: 2; }
  .scene-copy { padding: 1.5rem 1.25rem; }
  .tag { font-size: .875rem; font-weight: 600; }
  .note { text-align: left; }
  .hero-cost .tiny-label { flex-basis: 100%; border: 0; background: none; margin: 0 0 .25rem; padding: 0; font-size: .875rem; font-weight: 600; }
}
@container lp (max-width: 360px) {
  .scene-copy h3.copy-heading { font-size: 1.5rem; }
  .included li { font-size: .875rem; }
  .main-price b { font-size: 2.625rem; }
  .main-price { gap: .375rem; }
}

/* Read diagram labels at a useful size: reflow the same artwork into panels. */
.diagram { overflow: hidden; border-radius: 1.25rem; background: var(--cream); }
.diagram-title { display: none; padding: 1.25rem 1rem; text-align: center; font-size: 2rem; }
.diagram-title span { display: block; }
.diagram-service-flow .diagram-title { display: block; }
.diagram-service-flow .diagram-overview { position: relative; aspect-ratio: 1536 / 874; overflow: hidden; }
.diagram-service-flow .diagram-overview > img { position: absolute; top: -17.1625%; border-radius: 0; }
.diagram-panels { display: none; }
@container lp (max-width: 760px) {
  .diagram-title { display: block; font-size: 1.75rem; }
  .diagram-overview { display: none; }
  .diagram-panels { display: grid; grid-template-columns: 1fr; gap: 1rem; }
  .diagram-panel { position: relative; overflow: hidden; aspect-ratio: 736 / 440; }
  .diagram-panel img { position: absolute; width: 208.695652%; max-width: none; height: auto; border-radius: 0; }
  .diagram-panel.panel-0 img, .diagram-panel.panel-1 img { top: -34.0909%; }
  .diagram-panel.panel-2 img, .diagram-panel.panel-3 img { top: -125%; }
  .diagram-panel.panel-0 img, .diagram-panel.panel-2 img { left: 0; }
  .diagram-panel.panel-1 img, .diagram-panel.panel-3 img { left: -108.695652%; }
  .diagram-monthly-plan .diagram-panel, .diagram-onboarding .diagram-panel { aspect-ratio: 736 / 430; }
  .diagram-monthly-plan .panel-0 img, .diagram-monthly-plan .panel-1 img,
  .diagram-onboarding .panel-0 img, .diagram-onboarding .panel-1 img { top: -43.02326%; }
  .diagram-monthly-plan .panel-2 img, .diagram-monthly-plan .panel-3 img,
  .diagram-onboarding .panel-2 img, .diagram-onboarding .panel-3 img { top: -127.90698%; }
}

@container lp (max-width: 760px) {
  .diagram-service-flow .panel-0, .diagram-service-flow .panel-1 { aspect-ratio: 736 / 400; }
  .diagram-service-flow .panel-0 img, .diagram-service-flow .panel-1 img { top: -37.5%; }
  .diagram-monthly-plan .panel-0, .diagram-monthly-plan .panel-1,
  .diagram-onboarding .panel-0, .diagram-onboarding .panel-1 { aspect-ratio: 736 / 365; }
  .diagram-monthly-plan .panel-0 img, .diagram-monthly-plan .panel-1 img,
  .diagram-onboarding .panel-0 img, .diagram-onboarding .panel-1 img { top: -50.68493%; }
  .diagram .panel-2, .diagram .panel-3 { aspect-ratio: 736 / 474; }
  .diagram .panel-2 img, .diagram .panel-3 img { top: -116.03376%; }
}

@container lp (max-width: 760px) {
  .diagram-title { font-size: 1.5rem; }
  /* The identical monthly heading already appears immediately above the diagram. */
  .diagram-monthly-plan .diagram-title { display: none; }
}

/* v2.02: conditional examples, kept separate from client evidence. */
.focus-benefit { background: #eaf6df; }
.focus-benefit .section-heading { max-width: 960px; margin-inline: auto; }
.focus-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; padding: 1.5rem; border-block: 2px solid #a9cba8; }
.focus-strip p { margin: 0; }
.focus-strip strong, .focus-strip span { display: block; }
.focus-strip strong { margin-bottom: .5rem; color: #123e2b; }
.simulation-heading { margin: 3rem auto 1.5rem; max-width: 780px; text-align: center; }
.simulation-label { display: inline-block; padding: .4rem 1rem; border: 1px solid #123e2b; border-radius: 2rem; font-size: 1rem; font-weight: 700; background: #fffdf3; }
.simulation-heading h3 { margin: 1rem 0; font-size: clamp(1.25rem, 3vw, 1.75rem); }
.simulation-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 1.5rem; }
.simulation-card { background: #fffdf3; border: 1px solid #a9cba8; border-radius: 1.5rem; padding: clamp(1.25rem,3vw,2rem); min-width: 0; }
.simulation-category { color: #087c48; font-size: .875rem; letter-spacing: .04em; font-weight: 700; }
.simulation-card h4 { font-size: 1.125rem; margin: 1rem 0; }
.simulation-result { margin: 1.5rem 0; color: #123e2b; }
.simulation-result strong { font-size: clamp(2.5rem,5vw,3.5rem); font-weight: 800; line-height: 1.2; white-space: nowrap; }
.simulation-result strong span { font-size: .5em; }
.result-context { display: block; font-size: 1rem; font-weight: 600; margin-top: .5rem; }
.time-bars p { display: flex; justify-content: space-between; gap: .5rem; flex-wrap: wrap; font-size: 1rem; margin: 1rem 0 .4rem; }
.time-track { height: 20px; background: #e5e9df; border-radius: 6px; overflow: hidden; }
.time-track span { display: block; height: 100%; }
.time-full { width: 100%; background: #708375; }
.time-quarter { width: 25%; background: #087c48; }
.sales-equation { margin: 0; }
.sales-equation div { display: flex; justify-content: space-between; gap: .5rem; flex-wrap: wrap; padding: .75rem 0; border-bottom: 1px solid #cddac8; }
.sales-equation dd { margin: 0; font-weight: 700; }
.simulation-takeaway { padding: 1rem 0; border-bottom: 2px solid #f4d858; font-weight: 700; }
.simulation-note, .simulation-footer { font-size: .875rem; line-height: 1.85; color: #344d3c; overflow-wrap: anywhere; }
.simulation-footer { margin-top: 1.5rem; }
@container lp (max-width: 760px) {
  .focus-strip, .simulation-grid { grid-template-columns: minmax(0,1fr); }
  .focus-benefit .section-heading h2 { font-size: 1.75rem; }
  .focus-strip { padding-inline: 0; }
}

/* v2.03: image-led explanation, matching existing editorial visuals. */
.focus-work-visual { max-width: 1000px; margin: 2rem auto 2.5rem; }
.focus-work-visual img { display: block; width: 100%; height: auto; border-radius: 1.5rem; }
.focus-work-visual figcaption { padding: 1rem .5rem 0; text-align: center; font-weight: 600; }
.focus-work-visual small { display: block; margin-top: .25rem; font-size: .875rem; font-weight: 500; }
.simulation-card { padding: 1.5rem; }
.simulation-card h4 { font-weight: 600; }
.simulation-visual { margin: 1.25rem -0.5rem 0; }
.simulation-visual img { display: block; width: 100%; height: auto; border-radius: 1rem; }
.visual-key { font-size: 1rem; margin: 1rem 0 0; font-weight: 600; }
.simulation-takeaway { margin-top: .5rem; }
.simulation-note { margin-top: 1rem; }
@container lp (max-width: 760px) {
 .simulation-card { padding: 1.25rem; }
 .simulation-visual { margin-inline: -.75rem; }
 .focus-work-visual { margin-block: 1.5rem; }
 .focus-work-visual img { border-radius: 1rem; }
}

/* Accurate data bars over the illustrative chart area; image source preserved. */
.time-infographic { position: relative; }
.precise-time-bars { position: absolute; top: 66.8%; left: 16.5%; width: 65.5%; height: 14%; background: #eaf6df; border-radius: .3rem; padding: .5%; display: flex; flex-direction: column; gap: 15%; }
.precise-time-bars > div { flex: 1; background: #cde3bc; border-radius: .2rem; overflow: hidden; }
.precise-time-bars span { display: block; height: 100%; background: #087c48; width: 100%; }
.precise-time-bars > div:last-child span { width: 25%; }

/* v3.0: one reading column on every screen; rails are desktop-only. */
body { background: #e4efdf; background-image: linear-gradient(90deg, #e4efdf 0%, #f4f8eb 50%, #e4efdf 100%); padding-bottom: 0; }
.page-shell { width: min(640px, 100%); margin-inline: auto; background: var(--cream); box-shadow: 0 0 48px #123e2b12; container: lp / inline-size; }
.page-shell .container { width: calc(100% - 40px); }
.page-shell .header-inner { min-height: 70px; padding: 12px 20px; gap: 12px; }
.page-shell .header-inner nav a:not(.nav-cta) { display: none; }
.page-shell .header-inner .nav-cta { padding: 10px 18px; }
.page-shell .hero { padding-top: 32px; }
.page-shell .hero-grid { grid-template-columns: minmax(0,1fr); }
.page-shell .hero-art { margin: 24px -20px 0; transform: none; }
.page-shell .hero-art img { border-radius: 0; }
.page-shell .hero-art figcaption { transform: none; padding-inline:20px; }
.page-shell .section { padding-block: 60px; }
.page-shell .section-heading { margin-bottom: 28px; }
.page-shell .hero-cost, .page-shell .price-footer, .page-shell .mid-cta { flex-direction: column; gap: 20px; }
.page-shell .hero-cost { align-items: center; text-align: center; }
.page-shell .problem-captions, .page-shell .support-notes, .page-shell .roles-panel,
.page-shell .scene-card, .page-shell .scene-card:nth-child(2), .page-shell .pricing-layout,
.page-shell .offer, .page-shell .steps, .page-shell .faq-layout, .page-shell .consult-grid,
.page-shell .footer-grid, .page-shell .focus-strip, .page-shell .simulation-grid { grid-template-columns: minmax(0,1fr); }
.page-shell .scene-card:nth-child(2) figure { order: 0; }
.page-shell .scene-copy, .page-shell .roles-panel, .page-shell .offer { padding: 24px 20px; }
.page-shell .faq-layout { gap: 20px; }
.page-shell .faq-layout .section-heading { text-align: center; }
.page-shell .consult-grid { text-align: center; }
.page-shell .footer-grid { gap: 24px; }
.page-shell .simulation-visual { margin-inline: -12px; }
.page-shell .button { max-width: 100%; text-align: center; }
.page-shell .hero-copy > h1 { font-size: clamp(2rem, 7.6cqi, 3rem); }
.page-shell .section-heading h2 { font-size: clamp(1.65rem, 5.8cqi, 2.25rem); }
.desktop-rail { display: none; }
.sticky-cta { display: block; position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); width: min(640px,100%); padding: 10px 16px max(10px,env(safe-area-inset-bottom)); z-index: 30; background: #fffdf3f5; border-top: 1px solid var(--line); }
.sticky-cta a { display: flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; background: var(--green); color:white; border-radius: 99px; text-decoration:none; font-size:16px; font-weight:700; padding:12px; }
.page-shell footer { padding-bottom: 110px; }
@media (min-width: 1200px) {
 .desktop-rail { display: block; position: fixed; top: 50%; transform: translateY(-50%); width: min(240px, calc((100vw - 720px)/2)); max-height: calc(100dvh - 48px); overflow-y: auto; color: var(--dark); }
 .rail-left { right: calc(50% + 352px); }
 .rail-right { left: calc(50% + 352px); }
 .rail-message { margin: 32px 0 22px; font-size: 16px; }
 .rail-message strong { display:block; font-size:25px; line-height:1.6; margin-top: 8px; }
 .rail-left nav { display: grid; }
 .rail-left nav a { padding: 9px 0; border-bottom:1px solid #baceb9; text-decoration:none; font-size:14px; }
 .rail-left nav a:hover { color:var(--green); text-decoration:underline; }
 .rail-signature { margin-top: 28px; color:var(--muted); font-size:14px; }
 .rail-eyebrow { font-size:14px; margin-bottom:16px; }
 .rail-right h2 { font-size:28px; line-height:1.6; margin-bottom:16px; }
 .rail-right > p:not(.rail-eyebrow) { font-size:14px; }
 .rail-right .button { width:100%; gap:8px; padding:14px 10px; margin:24px 0; font-size:14px; }
 .rail-price { padding-top:20px; border-top:1px solid #baceb9; font-size:14px; }
 .rail-price strong { font-size:26px; color:var(--green); }
 .rail-price small { font-size:14px; display:block; margin-top:8px; }
 .sticky-cta { display:none; }
 .page-shell footer { padding-bottom:40px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } }

/* v3.1 — editorial hierarchy for the narrow reading column. */
.page-shell .copy-heading { line-height: 1.45; letter-spacing: -.045em; }
.page-shell .copy-heading .copy-primary { font-weight: 900; color: var(--green); }
.page-shell .copy-heading .copy-secondary { font-size: .68em; font-weight: 600; color: var(--dark); }
.page-shell .copy-heading .copy-aux { font-size: .54em; font-weight: 500; color: var(--ink); }
.copy-heading .copy-particle, .answer-ribbon .copy-particle { font-size: .66em; font-weight: 500; }
.page-shell .copy-heading .copy-line + .copy-line { margin-top: .22em; }
.page-shell .hero-copy > h1 { font-size: clamp(2.25rem, 9.4cqi, 3.75rem); line-height: 1.42; }
.page-shell .hero-copy > h1 .copy-secondary { font-size: .62em; }
.page-shell .hero-copy > h1 .copy-aux { font-size: .52em; margin-top: .45em; }
.page-shell .section-heading h2 { font-size: clamp(2rem, 7.6cqi, 2.9rem); }
.page-shell .support-notes h3.copy-heading, .page-shell .roles-intro h3.copy-heading,
.page-shell .scene-copy h3.copy-heading { font-size: clamp(1.8rem, 6.5cqi, 2.5rem); }
.page-shell .simulation-heading h3.copy-heading { font-size: clamp(1.8rem, 6.5cqi, 2.5rem); }
.page-shell .consult-grid h2.copy-heading { font-size: clamp(1.9rem, 7.2cqi, 2.75rem); }
.page-shell .section-heading { margin-bottom: 32px; }
.page-shell .section-heading > p:last-child:not(.kicker) { margin-top: 24px; }
.page-shell .hero-lead, .page-shell .support-notes article > p, .page-shell .scene-copy > p,
.page-shell .section-heading > p:last-child:not(.kicker), .page-shell .faq details > p,
.page-shell .focus-strip p > span, .page-shell .provider > p { font-size: .9375rem; line-height: 1.95; font-weight: 500; }
.page-shell .hero-lead { margin: 26px auto; max-width: 34em; }
.prose-spaced .sentence { display: block; }
.prose-spaced .sentence + .sentence { margin-top: .7em; }
.page-shell .support-notes p, .page-shell .scene-copy > p { text-align: left; margin-top: 20px; }
.page-shell .focus-strip strong { font-size: clamp(1.125rem, 4cqi, 1.5rem); font-weight: 800; line-height:1.65; }
.minor-label { display: block; font-size: .72em; font-weight: 500; margin-bottom: .25em; }
.page-shell .answer-ribbon { padding: 20px; line-height: 1.6; }
.ribbon-context { display:block; font-size: .875rem; font-weight:500; }
.answer-ribbon strong { display:block; font-size:1.8rem; }
.page-shell .steps h3.copy-heading { font-size: 1.5rem; line-height: 1.5; }
.page-shell .steps h3 .copy-secondary { font-size: .72em; }
.page-shell .steps h3 .copy-line + .copy-line { margin-top: .1em; }
.scenario-heading { line-height: 1.65; font-size: 1.25rem; }
.scenario-heading .copy-line { display:block; }
.scenario-heading .copy-primary { color: var(--dark); font-size: 1em; font-weight:700; }
.scenario-heading .copy-secondary { font-size: .8em; font-weight:500; }
.page-shell .simulation-takeaway { font-size:1rem; font-weight:700; line-height:1.8; }
.page-shell .visual-key { font-size: .875rem; font-weight:500; }
/* Conditions remain readable; minor image/source notes use the requested 10px. */
.page-shell .note, .page-shell .scene-disclaimer, .page-shell .simulation-note,
.page-shell .simulation-footer, .page-shell .roles-content small, .page-shell .timeline small,
.page-shell .consult-capacity { font-size: .8125rem; line-height:1.85; text-align:right; font-weight:500; }
.page-shell .simulation-note, .page-shell .simulation-footer, .page-shell .price-conditions { margin-top: 20px; }
.page-shell .note .sentence + .sentence, .page-shell .simulation-note .sentence + .sentence { margin-top:.55em; }
.page-shell .micro-note { display:block; font-size:.625rem; line-height:1.8; text-align:right; margin-top:10px; font-weight:400; color:#526657; }
.page-shell .hero-art figcaption, .page-shell .focus-work-visual figcaption { font-size:.8125rem; font-weight:500; }
.page-shell .offer-scope { font-size:.75em; font-weight:600; }
.page-shell .offer h3.offer-heading { font-size:2.5rem; }
.page-shell .offer h3.offer-heading em { color:var(--green); }
.rail-right h2.copy-heading { font-size:28px; }
.rail-right h2 .copy-secondary { font-size:.65em; font-weight:500; }
.rail-right h2 .copy-primary { font-size:1em; font-weight:800; }
@container lp (max-width:360px) {
 .page-shell .hero-copy > h1 { font-size:2.1rem; }
 .page-shell .section-heading h2 { font-size:1.95rem; }
 .page-shell .consult-grid h2.copy-heading { font-size:1.9rem; }
}

.prose-spaced .sentence { text-wrap: pretty; }

/* v3.3: v3.1 restored; only v3.2 first-view image retained. */
.hero-accessible-heading { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.page-shell .hero-art { grid-row:2; }
.page-shell .hero-lead { grid-row:3; }

/* User update: all HTML annotation text uses exactly 8px. */
.page-shell .note,
.page-shell .micro-note,
.page-shell .scene-disclaimer,
.page-shell .simulation-note,
.page-shell .simulation-footer,
.page-shell .roles-content small,
.page-shell .timeline small,
.page-shell .consult-capacity,
.page-shell .hero-cost > p:nth-child(2) > span,
.rail-price small { font-size: 8px; }

/* v3.4: contextual images fill the space beside each service step. */
.page-shell .support-notes article { display:grid; grid-template-columns:minmax(0,1fr) 34%; column-gap:20px; align-items:start; }
.page-shell .support-notes article > .index { grid-column:1; }
.page-shell .support-notes article > h3 { grid-column:1; }
.page-shell .support-notes article > p { grid-column:1; margin-top:12px; }
.step-art { grid-column:2; grid-row:1 / 4; align-self:center; margin:0; }
.step-art img { width:100%; height:auto; border-radius:24px; }
@container lp (max-width:480px) {
 .page-shell .support-notes article { grid-template-columns:minmax(0,1fr) 30%; gap:0 14px; }
 .page-shell .support-notes article > .index, .page-shell .support-notes article > h3 { grid-column:1 / -1; }
 .page-shell .support-notes article > p { font-size:14px; margin-top:12px; }
 .step-art { grid-row:3; }
 .step-art img { border-radius:16px; }
}

/* Closing copy: keep the question together and invitation on its own line. */
.page-shell .consult-grid h2.copy-heading { font-size:clamp(26px, 7cqi, 44px); line-height:1.4; letter-spacing:-.045em; }
.page-shell .consult-grid .consult-question { white-space:nowrap; }
.page-shell .consult-grid .consult-invitation { font-size:.7em; margin-top:.45em; }

/* Role comparison: matching image cards with editable responsibilities. */
.role-columns { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; margin-bottom:20px; }
.role-card { min-width:0; padding:16px 14px 20px; border:1px solid var(--line); border-radius:20px; background:#fffef8; }
.role-team { background:#eaf6df; border-color:#99c4a6; }
.role-card h4 { margin:0; color:var(--green); font-size:22px; font-weight:800; text-align:center; line-height:1.5; }
.role-card h4 span { font-size:.6em; font-weight:500; }
.role-card img { display:block; width:100%; height:auto; aspect-ratio:1; object-fit:contain; margin:12px auto 16px; border-radius:14px; }
.role-card ul { list-style:none; padding:0; margin:0; }
.role-card li { font-size:15px; line-height:1.85; padding-left:14px; position:relative; }
.role-card li::before { content:''; width:5px; height:5px; background:var(--green); border-radius:50%; position:absolute; left:0; top:.8em; }
.role-card li+li { margin-top:12px; }
@container lp (max-width:480px) {
 .role-columns { gap:10px; }
 .role-card { padding:12px 9px 16px; border-radius:14px; }
 .role-card h4 { font-size:18px; }
 .role-card li { font-size:13px; line-height:1.8; padding-left:10px; }
 .role-card img { margin:10px auto 12px; }
}

.page-shell .simulation-heading > .simulation-disclaimer { font-size:8px; text-align:right; line-height:1.85; font-weight:400; }

/* Approved pop logo applied to all three brand placements. */
.brand .brand-logo-pop { display:block; width:132px; height:60px; object-fit:cover; object-position:center; border-radius:10px; }
.rail-left .brand .brand-logo-pop { width:200px; height:200px; border-radius:20px; }
footer .brand .brand-logo-pop { width:160px; height:160px; border-radius:18px; }

/* Keep small particles and their punctuation together in diagram headings. */
.copy-heading .copy-particle, .answer-ribbon .copy-particle { display:inline; white-space:nowrap; }
.brand .brand-logo-basic { display:block; width:132px; height:60px; object-fit:cover; object-position:center; }
