:root {
  color-scheme: light;
  --ink: #352d42; --muted: #665e72; --purple: #77628f; --purple-dark: #594372;
  --lavender: #eee8f5; --lavender-soft: #f7f4fa; --line: #dfd7e8; --white: #fff;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif CJK JP", serif;
  --gutter: max(24px, calc((100% - 1120px) / 2));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: white; font: 1rem/1.95 "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; overflow-wrap: anywhere; -webkit-text-size-adjust: 100%; }
body.menu-open { overflow: hidden; }
::selection { background: #e1d5ef; color: var(--ink); }
a { color: var(--purple-dark); text-underline-offset: .22em; }
button, input, textarea { font: inherit; color: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
img { max-width: 100%; height: auto; display: block; }
figure { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.6; }
h1, h2, h3, p { margin-top: 0; }
h2 { margin-bottom: 24px; font-size: clamp(1.75rem, 3.2vw, 2.625rem); }
h3 { font-size: 1.25rem; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid #8f70ac; outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; background: var(--purple-dark); color: white; padding: 12px 20px; }
.skip-link:focus { top: 12px; }

/* Quiet navigation, with booking visible at the top. */
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 80px; padding: 14px var(--gutter); background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; flex: 0 0 auto; }
.brand-moon { color: var(--purple); font: 2.125rem/1 Georgia, serif; }
.brand-name strong, .brand-name small { display: block; }
.brand-name strong { color: var(--ink); font: 600 1.0625rem/1.5 var(--serif); letter-spacing: .06em; }
.brand-name small { font-size: .75rem; letter-spacing: .1em; color: var(--muted); }
.nav { display: flex; align-items: center; gap: 24px; font-size: .875rem; }
.nav a { color: var(--ink); text-decoration: none; padding: 10px 0; }
.nav a:hover { color: var(--purple-dark); text-decoration: underline; }
.nav .nav-contact { padding: 10px 16px; border: 1px solid var(--line); border-radius: 6px; }
.menu-button { display: none; }

/* An invitation and the familiar portrait, without oversized ornaments. */
.hero { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, .8fr); align-items: center; gap: 60px; padding: 66px var(--gutter) 62px; background: var(--lavender-soft); border-bottom: 1px solid var(--line); }
.eyebrow { color: var(--purple-dark); font-size: .875rem; font-weight: 600; letter-spacing: .1em; margin: 0 0 18px; }
h1 { font-size: clamp(2rem, 3.8vw, 3.5rem); line-height: 1.6; letter-spacing: .025em; margin: 0 0 12px; }
h1 em { font-style: normal; color: var(--purple-dark); }
.hero-invitation { font: 500 clamp(1.125rem, 1.8vw, 1.5rem)/1.8 var(--serif); margin-bottom: 24px; }
.hero-lead { max-width: 620px; color: var(--muted); }
.hero-lead p { margin-bottom: 16px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 24px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; max-width: 100%; padding: 13px 24px; border: 1px solid transparent; border-radius: 7px; font-size: .9375rem; font-weight: 600; line-height: 1.7; text-decoration: none; text-align: center; transition: background .16s ease; }
.button-primary, .review-write-button { background: var(--purple-dark); color: white; }
.button-primary:hover, .review-write-button:hover { background: #49355f; }
.text-link { display: inline-block; font-size: .875rem; line-height: 1.8; padding: 8px 0; }
.hero-note { color: var(--muted); font-size: .875rem; margin: 12px 0 0; }
.hero-portrait { padding: 24px 0 0; max-width: 320px; justify-self: center; width: 100%; }
.hero-portrait img { width: 100%; aspect-ratio: 1; border-radius: 50%; border: 8px solid white; }
.hero-portrait figcaption { display: grid; gap: 8px; margin-top: 24px; text-align: center; color: var(--muted); font-size: .875rem; }
.portrait-name { color: var(--purple-dark); font: 1.375rem/1.6 var(--serif); letter-spacing: .1em; }

.section { padding: 80px var(--gutter); scroll-margin-top: 8px; }
.section-heading-center { text-align: center; }
.section-heading h2 { margin-bottom: 20px; }
.about, .profile { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.3fr); gap: 72px; }
.about-copy, .profile-copy { min-width: 0; }
.about-copy > p, .profile-copy > p { color: var(--muted); margin-bottom: 24px; }
.about-copy h3 { margin: 32px 0 14px; }
.about-copy h3:first-child { margin-top: 0; }
.notice { border-left: 2px solid #b49bc9; padding: 20px 24px; display: flex; align-items: flex-start; gap: 16px; background: var(--lavender-soft); margin-top: 26px; }
.notice > span { color: var(--purple); font: 1.75rem/1.4 Georgia, serif; flex-shrink: 0; }
.notice p { color: var(--muted); font-size: .875rem; line-height: 1.85; margin: 0; }
.notice strong { display: block; color: var(--ink); margin-bottom: 6px; }
.scope-note { font-size: .875rem; color: var(--muted); line-height: 1.85; margin: 24px 0 0; }
.profile { padding-top: 88px; padding-bottom: 56px; }
.profile-copy .profile-greeting { font: 1.375rem/1.8 var(--serif); color: var(--ink); }
.profile-copy .profile-message { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--purple-dark); font-family: var(--serif); font-size: 1.125rem; }
.profile-subheading { margin: 32px 0 12px; color: var(--ink); font-size: 1.125rem; line-height: 1.65; }
.profile-books { margin-top: 16px; }
.profile-copy .profile-scope { margin: 16px 0 0; font-size: .875rem; line-height: 1.8; }
#about { padding-top: 48px; padding-bottom: 48px; }

/* Keep every published rate visible; make the free introduction easy to find. */
.pricing { padding-top: 60px; padding-bottom: 40px; }
.pricing > .section-heading, .pricing > .about-copy > p:first-child { text-align: center; }
.pricing .eyebrow { margin-bottom: 10px; }
.pricing h2 { margin-bottom: 14px; }
.pricing .about-copy > p:first-child { max-width: 680px; margin: 0 auto 28px; }
.service-pricing { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.price-card { padding: 22px 24px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.price-card span, .price-card small { display: block; color: var(--muted); font-size: .875rem; line-height: 1.7; }
.price-card strong { display: block; color: var(--purple-dark); font-size: 1.875rem; font-weight: 600; line-height: 1.4; margin: 8px 0 2px; }
.price-card-first { background: var(--lavender-soft); border-color: #b8a3ca; }
.pricing .scope-note { text-align: center; margin-bottom: 0; }
.contact-options { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); align-items: center; gap: 36px; margin: 0 var(--gutter); padding: 32px; border: 1px solid var(--line); border-radius: 8px; background: var(--lavender-soft); }
.contact-options .eyebrow { margin-bottom: 10px; }
.contact-options h2 { font-size: 1.5rem; margin-bottom: 12px; }
.contact-options p { color: var(--muted); margin-bottom: 0; }
.contact-options .scope-note { margin-top: 14px; }
.contact-options-actions { display: flex; flex-direction: column; align-items: center; gap: 8px; }

.activities { padding-top: 40px; padding-bottom: 72px; }
.activity-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin-top: 32px; }
.activity-card { padding: 24px 0 0; border-top: 1px solid var(--line); }
.activity-number { font: .875rem/1.5 Georgia, serif; color: var(--purple); }
.activity-card h3 { margin: 14px 0 10px; }
.activity-card p { color: var(--muted); margin-bottom: 0; }
.activities > .scope-note { margin-top: 32px; }

/* Native disclosures avoid nested scrolling and work without JavaScript. */
.reviews { background: var(--lavender-soft); }
.review-summary { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.review-summary h2 { margin-bottom: 0; }
.review-count { display: flex; align-items: center; gap: 14px; color: var(--purple-dark); }
.review-count strong { font: 2.625rem/1.2 Georgia, serif; }
.review-count span { color: var(--muted); font-size: .875rem; line-height: 1.7; }
.review-history-note { color: var(--muted); font-size: .8125rem; margin: 20px 0 0; }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 28px 0 0; }
.review-card { margin: 0; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: white; display: flex; flex-direction: column; }
.quote-mark { color: #a289b9; font: 2.375rem/1 Georgia, serif; height: 26px; }
.review-card p { margin: 8px 0 24px; flex: 1; }
.review-card cite { font-size: .875rem; color: var(--muted); font-style: normal; }
.reviews-more { margin-top: 24px; }
.reviews-more > summary { list-style: none; display: flex; align-items: center; justify-content: center; gap: 18px; width: fit-content; max-width: 100%; min-height: 48px; margin: 0 auto; padding: 10px 24px; border: 1px solid #ad99bf; border-radius: 6px; color: var(--purple-dark); font-size: .9375rem; }
.reviews-more > summary::-webkit-details-marker { display: none; }
.reviews-more > summary::after { content: "+"; font-size: 1.25rem; }
.reviews-more[open] > summary::after { content: "−"; }
.when-open, details[open] > summary .when-closed { display: none; }
details[open] > summary .when-open { display: inline; }
.review-cta { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.review-cta-label { color: var(--purple); font-size: .875rem; margin-bottom: 2px; }
.review-cta h3 { margin-bottom: 6px; }
.review-cta div > p:last-child { color: var(--muted); font-size: .875rem; margin-bottom: 0; }
.review-cta .button { flex-shrink: 0; }
.learning { padding-top: 60px; padding-bottom: 60px; border-bottom: 1px solid var(--line); }
.learning-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: 64px; align-items: start; }
.learning-heading h2 { font-size: 1.75rem; margin-bottom: 16px; }
.learning-intro { color: var(--muted); margin: 0; }
.learning-details { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.learning-details > summary { padding: 20px 8px; color: var(--purple-dark); }
.learning-cards { display: grid; gap: 24px; padding: 4px 8px 28px; }
.learning-card + .learning-card { border-top: 1px solid var(--line); padding-top: 24px; }
.learning-card-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 14px; }
.learning-label { font-size: .75rem; letter-spacing: .08em; color: var(--muted); margin: 0; }
.status-pill, .learning-date { font-size: .8125rem; color: var(--purple-dark); background: var(--lavender-soft); padding: 4px 12px; border-radius: 4px; }
.learning-card h3 { font-size: 1.125rem; margin-bottom: 12px; }
.learning-card > p { color: var(--muted); margin-bottom: 14px; }
.learning-card .learning-note { font-size: .8125rem; margin: 12px 0 0; }
.learning-links { display: flex; flex-wrap: wrap; gap: 10px; }

.faq-list { max-width: 820px; margin: 32px auto 0; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item summary { list-style: none; position: relative; padding: 22px 42px 22px 0; font-size: 1rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 8px; top: 19px; font-size: 1.25rem; color: var(--purple); }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { color: var(--muted); padding: 0 36px 24px 0; margin: 0; }

.mail-listening { background: var(--lavender-soft); }
.mail-form-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 64px; align-items: start; }
.mail-form-copy > p:not(.eyebrow) { color: var(--muted); }
.mail-form-copy .notice { background: transparent; padding-left: 18px; }
.mail-form-card { border: 1px solid var(--line); background: white; padding: 32px; border-radius: 8px; }
.mail-form { display: grid; gap: 22px; }
.form-field { display: grid; gap: 8px; }
.form-field > span { color: var(--ink); font-size: .9375rem; font-weight: 600; }
.form-field small { font-size: .8125rem; color: var(--muted); font-weight: 400; }
.form-field input, .form-field textarea { min-width: 0; width: 100%; padding: 12px 14px; background: white; border: 1px solid #b7aabe; border-radius: 5px; font-size: 1rem; line-height: 1.8; }
.form-field textarea { min-height: 190px; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #716778; opacity: 1; }
.form-consent { display: flex; align-items: flex-start; gap: 10px; font-size: .875rem; line-height: 1.9; cursor: pointer; }
.form-consent input { accent-color: var(--purple-dark); width: 20px; height: 20px; margin: 4px 0 0; flex: 0 0 auto; }
.form-privacy { color: var(--muted); font-size: .8125rem; line-height: 1.85; margin: 0; }
.mail-form .button { width: 100%; }
#support { border-bottom: 1px solid var(--line); padding-top: 64px; padding-bottom: 64px; }
#support h2, #safety h2 { font-size: 1.75rem; }
#support .hero-actions { margin-top: 20px; }
#support .scope-note { margin-bottom: 0; }
#safety { padding-top: 64px; padding-bottom: 64px; }
#safety .about-copy > p { font-size: .875rem; }
#safety .about-copy h3 { font-family: inherit; font-size: 1rem; font-weight: 600; }
.contact { background: var(--lavender); text-align: center; }
.contact > p:not(.eyebrow) { max-width: 700px; margin-left: auto; margin-right: auto; color: var(--muted); }
.contact .hero-actions { justify-content: center; }
.contact > .text-link { margin-top: 16px; }
.footer { padding: 40px var(--gutter); background: #3b3048; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px 32px; }
.footer .brand-name strong, .footer a { color: #fff; }
.footer .brand-name small, .footer .brand-moon, .footer p, .footer small { color: #e1d7e9; }
.footer p { margin: 0; font-size: .875rem; }
.footer > p:nth-of-type(2) { width: 100%; line-height: 2.4; }
.footer > small { font-size: .75rem; }

@media (min-width: 851px) and (max-width: 1080px) {
  .nav { gap: 14px; }
  .site-header { gap: 16px; }
  .hero { gap: 32px; }
}
@media (max-width: 850px) {
  :root { --gutter: 24px; }
  html { scroll-padding-top: 90px; }
  .site-header { min-height: 72px; padding: 12px var(--gutter); }
  .menu-button { display: grid; place-content: center; gap: 6px; width: 44px; height: 44px; border: 0; padding: 10px; background: transparent; flex: 0 0 auto; }
  .menu-button > span:not(.sr-only) { display: block; width: 23px; height: 2px; background: var(--purple-dark); transition: transform .16s ease, opacity .16s ease; }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { transform: translateY(8px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-8px) rotate(-45deg); }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: white; padding: 12px var(--gutter) 20px; border-bottom: 1px solid var(--line); max-height: calc(100dvh - 80px); overflow-y: auto; }
  .nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .nav a { font-size: 1rem; padding: 16px 4px; border-bottom: 1px solid var(--line); }
  .nav .nav-contact { margin-top: 12px; text-align: center; border-color: var(--purple-dark); }
  .hero { gap: 28px; grid-template-columns: minmax(0, 1fr); padding-top: 44px; padding-bottom: 44px; }
  .hero-copy { max-width: 660px; }
  h1 { font-size: clamp(1.9rem, 5vw, 2.75rem); }
  .hero-portrait { max-width: none; display: flex; align-items: center; gap: 16px; padding: 20px 0 0; border-top: 1px solid var(--line); }
  .hero-portrait img { width: 68px; height: 68px; border-width: 3px; }
  .hero-portrait figcaption { text-align: left; margin-top: 0; gap: 2px; font-size: .8125rem; }
  .portrait-name { font-size: 1.0625rem; }
  .hero-invitation { font-size: 1.125rem; }
  .section { padding-top: 56px; padding-bottom: 56px; }
  .about, .profile, .learning-layout, .mail-form-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .service-pricing { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .price-card { padding: 20px; }
  .contact-options { grid-template-columns: minmax(0, 1fr); gap: 24px; padding: 24px; }
  .contact-options-actions { align-items: stretch; text-align: center; }
  .profile { padding-top: 64px; padding-bottom: 32px; }
  .profile-copy .profile-greeting { font-size: 1.25rem; }
  #about { padding-top: 32px; }
  .activity-grid { gap: 24px; }
  .review-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .review-card { padding: 24px; }
  .review-card p { margin-bottom: 16px; }
  .review-cta { align-items: flex-start; flex-direction: column; gap: 20px; }
  .learning { padding-top: 48px; padding-bottom: 48px; }
  .mail-form-card { padding: 24px; }
  .footer { padding-top: 32px; padding-bottom: 32px; }
}
@media (max-width: 540px) {
  :root { --gutter: 20px; }
  .hero .eyebrow { font-size: .8125rem; letter-spacing: .02em; }
  .hero h1 { font-size: clamp(1.65rem, 5.9vw, 2rem); }
  .hero-lead br { display: none; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 8px; margin-top: 24px; }
  .hero-actions > .text-link { align-self: flex-start; }
  .hero-actions .button { padding-left: 12px; padding-right: 12px; }
  .hero-note { margin-top: 4px; }
  .pricing { padding-top: 40px; padding-bottom: 32px; }
  .pricing h2 { font-size: 1.625rem; }
  .pricing > .section-heading, .pricing > .about-copy > p:first-child { text-align: left; }
  .price-card { padding: 16px 14px; }
  .price-card strong { font-size: 1.625rem; }
  .contact-options { padding: 24px 18px; }
  .contact-options h2 { font-size: 1.375rem; }
  .contact-options br { display: none; }
  .contact-options-actions .button { font-size: .875rem; padding: 13px 10px; }
  .profile-copy br { display: none; }
  .profile-copy .profile-message br { display: inline; }
  .activity-grid { grid-template-columns: minmax(0, 1fr); }
  .activities .section-heading-center { text-align: left; }
  .activity-card { padding-top: 18px; }
  .activity-card h3 { margin-top: 8px; }
  .review-summary { align-items: flex-start; flex-direction: column; gap: 16px; }
  .review-count strong { font-size: 2rem; }
  .review-count span br { display: none; }
  .review-cta .button { width: 100%; }
  .notice { padding: 18px 16px; gap: 12px; }
  .mail-form-card { padding: 22px 16px; }
  .contact h2 { font-size: 1.625rem; }
  .contact > p { text-align: left; }
  .contact .eyebrow { text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

.header-phone {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid rgba(111, 87, 145, 0.22);
  border-radius: 50%;
  background: #fff;
  color: var(--accent, #765a9b);
  box-shadow: 0 6px 18px rgba(77, 55, 103, 0.12);
  font-size: 1.3rem;
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.header-phone:hover {
  transform: translateY(-1px);
  background: #f7f2fc;
  box-shadow: 0 8px 22px rgba(77, 55, 103, 0.17);
}

.header-phone:focus-visible {
  outline: 3px solid rgba(118, 90, 155, 0.3);
  outline-offset: 3px;
}



/* 2026-09-21: editorial counseling-room refresh */
:root { --content-max: 1180px; }
body { background: #fff; }
.site-header { min-height: 92px; padding-left: max(var(--gutter), calc((100vw - var(--content-max))/2)); padding-right: max(var(--gutter), calc((100vw - var(--content-max))/2)); }
.hero { min-height: 650px; padding-left: max(var(--gutter), calc((100vw - var(--content-max))/2)); padding-right: max(var(--gutter), calc((100vw - var(--content-max))/2)); background: linear-gradient(110deg,#f8f5fb 0%,#f8f5fb 64%,#eee8f5 64%,#eee8f5 100%); }
.hero h1 { max-width: 760px; font-size: clamp(2.35rem,4.5vw,4.4rem); line-height: 1.45; }
.hero-invitation { max-width: 700px; }
.section { padding-left: max(var(--gutter), calc((100vw - var(--content-max))/2)); padding-right: max(var(--gutter), calc((100vw - var(--content-max))/2)); }
.section-heading .eyebrow { text-transform: uppercase; letter-spacing: .18em; }
.about, .profile { gap: 96px; }
.about .section-heading, .profile .section-heading { position: relative; }
.about .section-heading::after, .profile .section-heading::after { content:""; display:block; width:54px; height:1px; margin-top:28px; background:#9d86b2; }
.price-card, .review-card, .mail-form-card, .contact-options { border-radius: 0; box-shadow: none; }
.service-pricing { gap: 0; border-top:1px solid var(--line); border-left:1px solid var(--line); }
.price-card { border-top:0; border-left:0; }
.contact-options { margin-left:max(var(--gutter),calc((100vw - var(--content-max))/2)); margin-right:max(var(--gutter),calc((100vw - var(--content-max))/2)); }
#monthly-plan { background:#f8f5fb; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
#monthly-plan .notice { background:#fff; }
.contact { padding-top:96px; padding-bottom:96px; }
@media(max-width:850px){.site-header{min-height:72px}.hero{min-height:auto;background:#f8f5fb}.about,.profile{gap:32px}.about .section-heading::after,.profile .section-heading::after{margin-top:18px}.contact-options{margin-left:var(--gutter);margin-right:var(--gutter)}}


/* Larger homepage portrait */
.hero { grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 42px; }
.hero-portrait { max-width: 500px; width: 100%; padding-top: 0; }
.hero-portrait img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 22px; border: 8px solid #fff; box-shadow: 0 18px 45px rgba(77,55,103,.12); }
@media (max-width:850px) {
  .hero { grid-template-columns: minmax(0,1fr); }
  .hero-portrait { max-width: 430px; margin: 0 auto; display: block; border-top: 0; padding-top: 10px; }
  .hero-portrait img { width: 100%; height: auto; border-width: 5px; border-radius: 18px; }
  .hero-portrait figcaption { text-align:center; margin-top:14px; }
}


/* Photo-like hero portrait treatment */
.hero-portrait { max-width: 560px; align-self: stretch; display:flex; flex-direction:column; justify-content:center; }
.hero-portrait img { width:100%; aspect-ratio:4/5; object-fit:cover; object-position:center 28%; border-radius:0; border:0; box-shadow:none; }
.hero-portrait figcaption { margin-top:14px; }
@media(max-width:850px){
 .hero-portrait{max-width:100%;width:100%;}
 .hero-portrait img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center 25%;border-radius:0;border:0;}
}

/* 2026-09-21: welcoming top-page story */
:root {
  --ink: #3d3348;
  --muted: #6f6577;
  --purple: #8b6ba6;
  --purple-dark: #634978;
  --lavender: #eee5f6;
  --lavender-soft: #faf7fc;
  --line: #e5dbea;
}

.site-header {
  min-height: 84px;
  border-bottom-color: rgba(99,73,120,.12);
  box-shadow: 0 8px 30px rgba(70,48,88,.035);
}
.nav { gap: 20px; }
.nav .nav-contact {
  padding: 10px 18px;
  border-color: #cbb7d9;
  border-radius: 999px;
  background: #f7f1fb;
}
.button { border-radius: 999px; padding-inline: 28px; }
.button-primary { box-shadow: 0 10px 24px rgba(89,67,114,.18); }
.button-secondary {
  border-color: #bda7cd;
  background: rgba(255,255,255,.8);
  color: var(--purple-dark);
}
.button-secondary:hover { background: white; border-color: var(--purple-dark); }

.hero {
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(340px,.9fr) minmax(0,1.1fr);
  gap: clamp(52px,7vw,104px);
  min-height: 720px;
  padding-top: 72px;
  padding-bottom: 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 16%, rgba(255,255,255,.9) 0 80px, transparent 82px),
    radial-gradient(circle at 89% 86%, rgba(224,208,238,.48) 0 145px, transparent 147px),
    linear-gradient(118deg,#f4edf9 0%,#faf7fc 54%,#f0e6f7 100%);
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(139,107,166,.15);
  border-radius: 50%;
}
.hero::before { width: 420px; height: 420px; left: -190px; bottom: -230px; }
.hero::after { width: 270px; height: 270px; right: -95px; top: -115px; }
.hero-copy { max-width: 690px; }
.hero .eyebrow { margin-bottom: 20px; letter-spacing: .08em; }
.hero h1 { margin-bottom: 12px; line-height: 1.25; }
.hero-name { display: block; font-size: clamp(3rem,5.2vw,5.25rem); letter-spacing: .055em; color: #4e3a5e; white-space: nowrap; }
.hero-subtitle { display: block; margin-top: 10px; font-size: clamp(1.35rem,2.6vw,2.15rem); letter-spacing: .12em; color: var(--purple-dark); }
.hero-role { margin: 24px 0 20px; color: var(--purple-dark); font-weight: 600; letter-spacing: .08em; }
.hero-invitation { margin-bottom: 14px; font-size: clamp(1.12rem,1.7vw,1.35rem); line-height: 1.9; }
.hero-lead { max-width: 590px; }
.hero-lead p { margin-bottom: 0; }
.hero .hero-actions { margin-top: 30px; }
.hero-note { margin-top: 14px; }
.hero-whisper { margin: 24px 0 0; color: var(--purple-dark); font: 1.05rem/1.8 var(--serif); letter-spacing: .04em; }
.hero-portrait {
  position: relative;
  align-self: end;
  justify-self: end;
  display: block;
  max-width: 520px;
  padding: 34px 34px 0;
}
.hero-portrait::before {
  content: "";
  position: absolute;
  inset: 7% 0 3%;
  z-index: -1;
  border-radius: 48% 48% 18px 18px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 24px 60px rgba(91,66,111,.11);
}
.hero-portrait img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center bottom;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  mix-blend-mode: multiply;
}
.hero-portrait figcaption { margin-top: 18px; color: var(--purple-dark); }

.reassurance {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 max(24px,var(--gutter));
  transform: translateY(-1px);
}
.reassurance-item { padding: 34px 28px; border-right: 1px solid var(--line); background: white; }
.reassurance-item:first-child { border-left: 1px solid var(--line); }
.reassurance-item > span { color: #aa91bc; font: .75rem/1 Georgia,serif; letter-spacing: .1em; }
.reassurance-item h2 { margin: 12px 0 8px; font-size: 1.08rem; line-height: 1.55; }
.reassurance-item p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.75; }

.concerns { padding-top: 104px; padding-bottom: 104px; }
.concerns .section-heading { max-width: 750px; margin: 0 auto; }
.concern-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin-top: 48px; }
.concern-card {
  position: relative;
  min-height: 300px;
  padding: 42px 36px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg,#fff 0%,#fbf8fd 100%);
}
.concern-card::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(139,107,166,.09); pointer-events: none; }
.concern-mark { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--lavender); color: var(--purple-dark); font-family: Georgia,serif; }
.concern-card h3 { margin: 26px 0 14px; font-size: 1.35rem; }
.concern-card p { margin: 0; color: var(--muted); }
.concern-note { text-align: center; }

.listening-story { position: relative; padding-top: 104px; padding-bottom: 104px; background: #f8f3fb; }
.listening-story::before { content: "“"; position: absolute; right: max(var(--gutter),calc((100vw - var(--content-max))/2)); top: 42px; color: rgba(139,107,166,.12); font: 11rem/1 Georgia,serif; }
.story-lead { color: var(--ink) !important; font: 1.4rem/1.9 var(--serif); }
.story-link { margin-top: 20px; }

.profile { padding-top: 104px; padding-bottom: 104px; }
.profile-copy { padding-top: 6px; }
.credential-list { display: grid; gap: 7px; margin-top: 34px; padding: 24px 28px; border-left: 2px solid #b49bc9; background: var(--lavender-soft); color: var(--muted); }
.credential-list strong { color: var(--ink); margin-bottom: 4px; }

.pricing { padding-top: 104px; padding-bottom: 104px; background: #faf8fb; }
.pricing .section-heading { max-width: 700px; margin: 0 auto; }
.pricing .about-copy { max-width: var(--content-max); margin: 0 auto; }
.price-highlights { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin: 38px 0 22px; }
.price-highlight { padding: 32px 28px; border: 1px solid var(--line); background: white; }
.price-highlight-first { border-color: #bda8cd; background: #f2eaf8; }
.price-highlight span,.price-highlight small { display: block; color: var(--muted); }
.price-highlight span { font-size: .8rem; letter-spacing: .1em; }
.price-highlight strong { display: block; margin: 10px 0 6px; color: var(--purple-dark); font: 1.65rem/1.5 var(--serif); }
.price-highlight small { font-size: .82rem; line-height: 1.75; }
.price-details { margin-top: 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-details > summary { position: relative; padding: 19px 48px 19px 6px; color: var(--purple-dark); font-weight: 600; list-style: none; }
.price-details > summary::-webkit-details-marker { display: none; }
.price-details > summary::after { content: "+"; position: absolute; right: 12px; top: 14px; font-size: 1.3rem; font-weight: 400; }
.price-details[open] > summary::after { content: "−"; }
.price-details .service-pricing { margin-bottom: 26px; }
.pricing-links { text-align: center; margin-top: 18px; }

.contact-options {
  position: relative;
  margin-top: 88px;
  margin-bottom: 88px;
  padding: clamp(42px,6vw,76px);
  border: 0;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(120deg,#eee3f6 0%,#f8f3fb 100%);
}
.contact-options::after { content: "☾"; position: absolute; right: 3%; bottom: -38px; color: rgba(99,73,120,.07); font: 12rem/1 Georgia,serif; pointer-events: none; }
.contact-options h2 { font-size: clamp(2rem,3.4vw,3.15rem); }
.contact-options > div { position: relative; z-index: 1; }
.contact-options-actions { align-items: stretch; }
.contact-options-actions .button { width: 100%; }
.contact-signoff { margin-top: 18px !important; color: var(--purple-dark) !important; font: 1.16rem/1.7 var(--serif); }
.phone-listening { padding-top: 72px; padding-bottom: 72px; border-top: 1px solid var(--line); }
.activities { padding-top: 72px; }

@media (max-width: 1050px) {
  .nav { gap: 12px; font-size: .81rem; }
  .hero { grid-template-columns: minmax(300px,.85fr) minmax(0,1.15fr); gap: 42px; }
  .hero-name { font-size: clamp(3rem,6vw,4.8rem); }
  .reassurance { padding-inline: 24px; }
  .reassurance-item { padding: 28px 20px; }
}

@media (max-width: 850px) {
  .site-header { min-height: 72px; }
  .hero { grid-template-columns: minmax(0,1fr); gap: 30px; padding-top: 34px; padding-bottom: 52px; }
  .hero-portrait { order: 0; justify-self: center; max-width: 440px; padding: 18px 26px 0; border: 0; }
  .hero-portrait img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; border: 0; }
  .hero-portrait figcaption { display: block; margin-top: 10px; text-align: center; }
  .hero-copy { order: 1; max-width: 660px; }
  .hero-name { font-size: clamp(3rem,10.5vw,4.7rem); }
  .hero-subtitle { font-size: clamp(1.25rem,5vw,1.85rem); }
  .reassurance { grid-template-columns: repeat(2,minmax(0,1fr)); padding: 0 24px; }
  .reassurance-item { border-bottom: 1px solid var(--line); }
  .reassurance-item:nth-child(3) { border-left: 1px solid var(--line); }
  .concerns,.listening-story,.profile,.pricing { padding-top: 72px; padding-bottom: 72px; }
  .concern-grid { grid-template-columns: minmax(0,1fr); max-width: 640px; margin: 36px auto 0; }
  .concern-card { min-height: 0; }
  .price-highlights { grid-template-columns: minmax(0,1fr); gap: 12px; }
  .contact-options { margin-top: 54px; margin-bottom: 54px; border-radius: 22px; }
}

@media (max-width: 540px) {
  .site-header { gap: 8px; padding-inline: 14px; }
  .brand { gap: 7px; min-width: 0; }
  .brand-moon { font-size: 1.7rem; }
  .brand-name strong { font-size: .95rem; white-space: nowrap; }
  .site-header .brand-name small { display: none; }
  .header-phone { margin-left: auto; }
  .hero { padding-top: 22px; }
  .hero-portrait { max-width: 330px; padding-inline: 18px; }
  .hero .eyebrow { margin-bottom: 14px; }
  .hero-name { font-size: clamp(2.45rem,12.2vw,3.75rem); letter-spacing: .04em; }
  .hero-role { margin-top: 18px; font-size: .92rem; letter-spacing: .04em; }
  .hero .hero-actions { align-items: stretch; }
  .hero .hero-actions .button { width: 100%; }
  .hero-whisper { font-size: .98rem; }
  .reassurance { grid-template-columns: minmax(0,1fr); padding-inline: 20px; }
  .reassurance-item,.reassurance-item:nth-child(3) { border-left: 1px solid var(--line); }
  .reassurance-item { padding: 24px 22px; }
  .concerns .section-heading,.pricing .section-heading { text-align: left; }
  .concern-card { padding: 34px 28px; }
  .story-lead br { display: none; }
  .price-highlight { padding: 26px 22px; }
  .service-pricing { grid-template-columns: minmax(0,1fr); }
  .contact-options { padding: 34px 22px; border-radius: 18px; }
  .contact-options h2 { font-size: 1.9rem; }
}

/* Reference-image match: header, hero, reassurance strip and concern cards */
.site-header {
  min-height: 80px;
  padding-left: clamp(28px,4vw,64px);
  padding-right: clamp(28px,4vw,64px);
  padding-top: 8px;
  padding-bottom: 8px;
  background: rgba(255,255,255,.98);
  box-shadow: none;
}
.site-header .brand { min-width: 190px; justify-content: center; }
.site-header .brand-name { text-align: center; }
.site-header .brand-name strong {
  color: #4f477e;
  font: 500 1.52rem/1.2 "Yu Mincho","Hiragino Mincho ProN",serif;
  letter-spacing: .05em;
}
.site-header .brand-name strong span { color: #9a8bc3; font-size: 1.15rem; }
.site-header .brand-name small { margin-top: 2px; color: #71688f; font-size: .72rem; letter-spacing: .08em; }
.nav { gap: clamp(20px,2.3vw,38px); }
.nav a { position: relative; color: #352f5d; font-size: .91rem; letter-spacing: .04em; }
.nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 1px; height: 2px; background: #9785bd; transition: left .18s ease,right .18s ease; }
.nav a:hover::after,.nav a.is-current::after { left: 0; right: 0; }
.nav .nav-contact { padding: 10px 0; border: 0; border-radius: 0; background: transparent; }

.hero {
  min-height: 720px;
  height: 720px;
  grid-template-columns: minmax(520px,560px) minmax(460px,1fr);
  gap: 30px;
  padding-left: 0;
  padding-right: max(var(--gutter),calc((100vw - var(--content-max))/2));
  padding-top: 0;
  padding-bottom: 0;
  background:
    radial-gradient(circle at 98% 6%,rgba(203,191,229,.2) 0 105px,transparent 107px),
    radial-gradient(circle at 6% 70%,rgba(255,255,255,.88) 0 125px,transparent 127px),
    linear-gradient(112deg,#fbf8ff 0%,#f8f3fd 55%,#fff9fc 100%);
}
.hero::before { width: 360px; height: 360px; left: -230px; bottom: -210px; border-color: rgba(151,133,189,.16); }
.hero::after { width: 300px; height: 300px; right: -175px; top: -190px; border-color: rgba(151,133,189,.16); }
.hero-portrait {
  position: relative;
  align-self: stretch;
  justify-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: none;
  width: 100%;
  height: 720px;
  padding: 0;
  overflow: hidden;
}
.hero-portrait::before { display: none; }
.hero-portrait img {
  position: absolute;
  left: 50%;
  bottom: -76px;
  transform: translateX(-50%);
  width: 720px;
  max-width: none;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center bottom;
  mix-blend-mode: normal;
}
.hero-side-note {
  position: absolute;
  z-index: 2;
  left: 4px;
  top: 54px;
  margin: 0;
  color: #625a8c;
  font: 1.08rem/1.9 "Yu Mincho","Hiragino Mincho ProN",serif;
  letter-spacing: .1em;
  writing-mode: vertical-rl;
}
.hero-copy { align-self: center; max-width: 545px; padding: 28px 0; }
.hero-eyebrow { position: relative; display: inline-block; margin-bottom: 28px !important; color: #5b5387; font: 500 1.08rem/1.8 "Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif; letter-spacing: .07em !important; }
.hero-eyebrow::after { content: ""; position: absolute; left: 38%; right: -30px; bottom: -2px; height: 1px; background: #b9add1; transform: rotate(2deg); }
.hero-eyebrow span { display: inline-block; margin-left: 16px; color: #ad9dcc; font-size: 1.8rem; transform: rotate(-12deg); }
.hero h1 { margin-bottom: 20px; text-align: center; }
.hero-name { font-size: clamp(3.8rem,5.4vw,5.05rem); color: #65598e; letter-spacing: .075em; }
.hero-subtitle { margin-top: 5px; color: #514a7c; font-size: clamp(1.55rem,2.4vw,2.05rem); letter-spacing: .12em; }
.hero-role { margin: 0 0 22px; padding-bottom: 20px; border-bottom: 1px solid #cfc5df; color: #443e70; font: 600 clamp(1.05rem,1.65vw,1.38rem)/1.7 "Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif; letter-spacing: .06em; text-align: center; }
.hero-invitation { margin: 0; color: #423c6a; font: 500 1.02rem/2.05 "Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif; letter-spacing: .06em; }
.hero .hero-actions { display: grid; gap: 14px; width: 330px; margin: 30px 0 0; }
.hero .hero-actions .button { position: relative; width: 100%; min-height: 58px; padding: 13px 24px; border-radius: 999px; font-size: 1.02rem; letter-spacing: .07em; }
.hero .hero-actions .button span:first-child { position: absolute; left: 36px; font-size: 1.28rem; }
.hero .hero-actions .button span:last-child { position: absolute; right: 28px; font-size: 1.35rem; font-weight: 400; }
.hero .button-primary { background: linear-gradient(90deg,#8e80b4,#75699c); box-shadow: none; }
.hero .button-secondary { border: 1.5px solid #a99bc4; background: rgba(255,255,255,.82); color: #504977; }

.reassurance {
  max-width: none;
  padding: 30px max(var(--gutter),calc((100vw - var(--content-max))/2));
  background: linear-gradient(90deg,#fbf7ff,#fffafd,#fbf8ff);
  transform: none;
}
.reassurance-item { min-height: 170px; padding: 10px 26px; border: 0; border-right: 1px solid #d6cde3; text-align: center; background: transparent; }
.reassurance-item:first-child { border-left: 0; }
.reassurance-item:last-child { border-right: 0; }
.reassurance-item svg { width: 58px; height: 58px; margin: 0 auto 10px; fill: none; stroke: #74699e; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.reassurance-item h2 { margin: 4px 0 9px; color: #443d72; font: 600 1.05rem/1.5 "Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif; letter-spacing: .04em; }
.reassurance-item p { color: #504970; font-size: .86rem; line-height: 1.72; }

.concerns { padding-top: 58px; padding-bottom: 46px; background: white; }
.concerns .section-heading { max-width: none; }
.concerns .section-heading h2 { margin-bottom: 4px; color: #514a7d; font: 500 clamp(1.65rem,2.7vw,2.15rem)/1.6 "Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif; letter-spacing: .1em; }
.heading-flourish { position: relative; display: inline-block; width: 118px; color: #b0a2cb; font-size: 1rem; }
.heading-flourish::before,.heading-flourish::after { content: ""; position: absolute; top: 50%; width: 48px; height: 1px; background: #d5cce3; }
.heading-flourish::before { left: 0; }.heading-flourish::after { right: 0; }
.concern-grid { gap: 24px; margin-top: 30px; }
.concern-card { min-height: 338px; padding: 24px 32px 28px; border: 0; border-radius: 14px; text-align: center; background: #fff3f6; }
.concern-card:nth-child(2) { background: #f5f1fb; }
.concern-card:nth-child(3) { background: #fff1f6; }
.concern-card::after { display: none; }
.concern-mark { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto; border-radius: 50%; background: rgba(255,255,255,.65); color: #9587b7; font-size: 2.35rem; }
.concern-mark-heart { color: #eea7b9; background: #ffe3ea; }
.concern-card h3 { margin: 13px 0 12px; color: #4a436f; font: 600 1.18rem/1.5 "Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif; letter-spacing: .06em; }
.concern-card ul { display: inline-block; margin: 0; padding-left: 1.2em; color: #494369; font-size: .88rem; line-height: 1.85; text-align: left; }
.concerns-signoff { margin: 46px 0 0; color: #514a7d; font: 500 1.3rem/1.7 "Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif; letter-spacing: .1em; text-align: center; }
.concerns-signoff span { margin: 0 70px; color: #a396c2; font-size: 1.7rem; }
.concern-note { margin-top: 14px; }

@media (max-width: 1050px) {
  .site-header .brand { min-width: 155px; }
  .site-header .brand-name strong { font-size: 1.28rem; }
  .nav { gap: 15px; }
  .nav a { font-size: .82rem; }
  .hero { grid-template-columns: minmax(390px,1fr) minmax(420px,1fr); gap: 16px; }
  .hero-name { font-size: 3.75rem; }
  .hero-copy { max-width: 480px; }
}

@media (max-width: 850px) {
  .site-header .brand { min-width: 0; justify-content: flex-start; }
  .site-header .brand-name { text-align: left; }
  .hero { height: auto; min-height: 0; grid-template-columns: minmax(0,1fr); padding-top: 0; }
  .hero-portrait { height: 500px; order: 0; max-width: none; padding: 0; }
  .hero-portrait img { width: min(480px,90%); height: auto; bottom: -70px; }
  .hero-side-note { left: max(18px,8vw); top: 36px; }
  .hero-copy { order: 1; justify-self: center; width: 100%; max-width: 620px; padding: 42px 0 58px; }
  .hero-eyebrow { display: block; width: fit-content; margin-inline: auto; }
  .hero-name { font-size: clamp(3.2rem,11vw,4.6rem); }
  .hero-role,.hero-invitation { text-align: center; }
  .hero .hero-actions { margin-inline: auto; }
  .reassurance { grid-template-columns: repeat(2,minmax(0,1fr)); padding: 22px 24px; }
  .reassurance-item { border-bottom: 1px solid #d6cde3; }
  .reassurance-item:nth-child(2) { border-right: 0; }
  .reassurance-item:nth-child(3) { border-left: 0; border-bottom: 0; }
  .reassurance-item:nth-child(4) { border-right: 0; border-bottom: 0; }
  .concerns-signoff span { margin: 0 20px; }
}

@media (max-width: 540px) {
  .site-header { padding-inline: 16px; }
  .site-header .brand-name small { display: block; font-size: .62rem; }
  .site-header .brand-name strong { font-size: 1.12rem; }
  .hero-portrait { height: 390px; }
  .hero-portrait img { width: min(380px,100%); bottom: -58px; }
  .hero-side-note { left: 10px; top: 26px; font-size: .82rem; }
  .hero-copy { padding: 34px 0 48px; }
  .hero-eyebrow { font-size: .86rem !important; }
  .hero-name { font-size: clamp(2.65rem,13.5vw,3.7rem); }
  .hero-subtitle { font-size: 1.28rem; }
  .hero-role { font-size: .98rem; }
  .hero-invitation { font-size: .94rem; }
  .hero .hero-actions { width: 100%; max-width: 330px; }
  .reassurance { grid-template-columns: minmax(0,1fr); padding-inline: 20px; }
  .reassurance-item,.reassurance-item:nth-child(3) { min-height: 0; padding: 22px 18px; border: 0; border-bottom: 1px solid #d6cde3; }
  .reassurance-item:last-child { border-bottom: 0; }
  .concerns .section-heading { text-align: center; }
  .concerns .section-heading h2 { font-size: 1.45rem; letter-spacing: .04em; }
  .concern-card { padding: 24px; }
  .concerns-signoff { font-size: 1.05rem; }
  .concerns-signoff span { margin: 0 4px; }
}

/* Expandable profile story. */
.profile-details { margin-top: 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profile-details > summary { position: relative; padding: 19px 48px 19px 6px; color: var(--purple-dark); font-size: 1rem; font-weight: 600; list-style: none; }
.profile-details > summary::-webkit-details-marker { display: none; }
.profile-details > summary::after { content: "+"; position: absolute; right: 12px; top: 14px; font-size: 1.3rem; font-weight: 400; }
.profile-details[open] > summary::after { content: "−"; }
.profile-details-copy { padding-top: 6px; }
.profile-details-copy > p { color: var(--muted); margin-bottom: 24px; }
