:root {
  --ink: #36282d;
  --ink-soft: #765f67;
  --rose: #c76f87;
  --rose-deep: #9e4d65;
  --rose-pale: #f8e9ed;
  --blush: #fdf4f6;
  --cream: #fdfbf8;
  --line: #eadadd;
  --sage: #708c7d;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  letter-spacing: .035em;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(158, 77, 101, .45); outline-offset: 4px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 74px;
  padding: 0 clamp(22px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(253, 251, 248, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(234, 218, 221, .8);
}
.brand {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: .18em;
  white-space: nowrap;
}
.brand span { color: var(--rose); margin-left: .16em; }
.site-header nav { display: flex; align-items: center; gap: 30px; }
.site-header nav a { color: var(--ink-soft); font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.site-header nav a:hover { color: var(--rose-deep); }
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  background: var(--rose);
  padding: 10px 23px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.join-symbol {
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 22px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  transition: transform .35s ease, background-color .35s ease;
}
.header-cta:hover .join-symbol,
.mobile-sticky:hover .join-symbol {
  transform: rotate(90deg);
  background: rgba(255,255,255,.16);
}
.primary-button .join-symbol,
.line-button .join-symbol { margin-left: 2px; }
.line-button .join-symbol { border-color: rgba(199,59,119,.42); }

.hero {
  min-height: min(780px, calc(100vh - 74px));
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: stretch;
  background:
    radial-gradient(circle at 14% 15%, rgba(248, 233, 237, .9), transparent 33%),
    var(--cream);
  overflow: hidden;
}
.hero-copy {
  padding: clamp(70px, 9vw, 130px) clamp(32px, 6vw, 94px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.kicker, .eyebrow {
  margin: 0 0 18px;
  color: var(--rose-deep);
  font-family: Georgia, serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .25em;
}
.hero-logo {
  margin: 0 0 26px;
  color: var(--rose-deep);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: .2em;
}
.hero-logo span { color: var(--rose); }
.hero h1 {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(46px, 5.4vw, 78px);
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.38;
}
.hero-lead { margin: 27px 0 0; color: var(--ink-soft); font-size: clamp(14px, 1.2vw, 17px); line-height: 2.05; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.primary-button, .line-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 57px;
  padding: 14px 27px 14px 31px;
  border-radius: 999px;
  color: var(--white);
  background: var(--rose-deep);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(158, 77, 101, .2);
  transition: transform .25s, box-shadow .25s;
}
.primary-button:hover, .line-button:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(158, 77, 101, .26); }
.text-link { color: var(--rose-deep); font-size: 12px; font-weight: 700; border-bottom: 1px solid var(--rose); padding-bottom: 3px; }
.text-link.dark { color: var(--ink); border-bottom-color: var(--ink); }
.micro-trust { list-style: none; padding: 0; margin: 28px 0 0; display: flex; gap: 22px; flex-wrap: wrap; }
.micro-trust li { color: var(--ink-soft); font-size: 11px; }
.micro-trust li::before { content: "✓"; color: var(--rose-deep); font-weight: 800; margin-right: 6px; }
.hero-visual { min-height: 620px; position: relative; overflow: hidden; border-bottom-left-radius: 92px; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(253,251,248,.28), transparent 32%), linear-gradient(0deg, rgba(54,40,45,.12), transparent 35%); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-note {
  position: absolute;
  z-index: 2;
  right: clamp(20px, 5vw, 72px);
  bottom: 42px;
  width: 190px;
  padding: 18px 20px;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(12px);
  border-radius: 16px 16px 4px 16px;
  box-shadow: 0 16px 40px rgba(54,40,45,.16);
}
.hero-note span { color: var(--ink-soft); font-size: 10px; }
.hero-note strong { display: block; color: var(--rose-deep); font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 16px; letter-spacing: .08em; }

.intro-band { padding: 28px clamp(22px, 5vw, 76px); text-align: center; background: var(--rose-deep); color: white; }
.intro-band p { margin: 0 0 3px; opacity: .8; font-size: 10px; letter-spacing: .15em; }
.intro-band strong { font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: clamp(13px, 1.4vw, 17px); font-weight: 500; letter-spacing: .08em; }

.section { max-width: 1180px; margin: 0 auto; padding: clamp(92px, 11vw, 150px) clamp(22px, 5vw, 64px); }
.section-heading h2, .line-copy h2, .rhythm-copy h2, .message-section h2, .join-section h2 {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(29px, 3.7vw, 45px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: .08em;
}
.section-heading > p:last-child, .body-copy { color: var(--ink-soft); font-size: 14px; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; }
.split-heading > p { margin: 0; }
.centered { text-align: center; max-width: 720px; margin: 0 auto; }
.centered > p:last-child { margin: 18px auto 0; }

.worry-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.worry-card { padding: 32px 34px; background: white; border: 1px solid var(--line); border-radius: 20px; transition: transform .25s, box-shadow .25s; }
.worry-card:hover { transform: translateY(-3px); box-shadow: 0 16px 44px rgba(94,62,72,.08); }
.worry-card > span { color: var(--rose-deep); background: var(--rose-pale); border-radius: 999px; padding: 5px 12px; font-size: 10px; font-weight: 700; }
.worry-card h3 { margin: 18px 0 8px; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 18px; letter-spacing: .06em; }
.worry-card p { margin: 0; color: var(--ink-soft); font-size: 12px; }

.line-section { max-width: none; padding-left: max(clamp(22px, 7vw, 120px), calc((100vw - 1320px)/2)); padding-right: max(clamp(22px, 7vw, 120px), calc((100vw - 1320px)/2)); display: grid; grid-template-columns: 1fr .85fr; gap: clamp(56px, 9vw, 126px); align-items: center; background: var(--rose-pale); }
.line-copy h2, .rhythm-copy h2 { font-size: clamp(32px, 4vw, 49px); }
.line-copy .body-copy { margin: 24px 0 0; max-width: 570px; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 10px; }
.check-list li { color: #5c464e; font-size: 13px; }
.check-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 11px; color: white; background: var(--rose); border-radius: 50%; font-size: 11px; font-weight: 800; }
.line-copy .primary-button { margin-top: 34px; }
.phone { width: min(100%, 390px); margin: 0 auto; background: white; border: 9px solid #392c31; border-radius: 42px; box-shadow: 0 34px 70px rgba(80,45,56,.23); overflow: hidden; }
.phone-top { min-height: 75px; padding: 14px 17px; display: flex; align-items: center; justify-content: space-between; color: white; background: #708c7d; }
.phone-top div { text-align: center; line-height: 1.35; }
.phone-top strong { display: block; font-size: 12px; }
.phone-top small { opacity: .78; font-size: 9px; }
.phone-back { font-size: 28px; font-weight: 200; }
.phone-room { min-height: 420px; padding: 18px 14px 22px; background: #eff4ef; }
.room-date { width: max-content; margin: 0 auto 20px; padding: 2px 10px; color: white; background: rgba(84,105,94,.56); border-radius: 20px; font-size: 9px; }
.chat { display: flex; align-items: flex-end; gap: 8px; margin: 18px 0; }
.chat.right { flex-direction: row-reverse; }
.avatar { flex: 0 0 31px; width: 31px; height: 31px; display: grid; place-items: center; color: white; background: var(--rose); border-radius: 50%; font-family: Georgia, serif; }
.chat.right .avatar { background: var(--sage); }
.chat small { color: #6c7a71; font-size: 8px; }
.chat p { margin: 2px 0 0; max-width: 238px; padding: 10px 12px; color: #3d3437; background: white; border-radius: 4px 14px 14px 14px; font-size: 11px; line-height: 1.65; box-shadow: 0 2px 4px rgba(0,0,0,.04); }
.chat.right p { background: #d9f5cf; border-radius: 14px 4px 14px 14px; }
.phone-caption { margin: 0; padding: 10px; text-align: center; color: var(--ink-soft); background: white; font-size: 8px; }

.benefit-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.benefit-card { min-height: 260px; padding: 30px 26px; background: white; border: 1px solid var(--line); border-radius: 22px; }
.benefit-card > span { color: var(--rose); font-family: Georgia, serif; font-size: 24px; font-style: italic; }
.benefit-card h3 { margin: 28px 0 12px; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 20px; }
.benefit-card p { margin: 0; color: var(--ink-soft); font-size: 12px; }

.rhythm-section { max-width: 1280px; display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.rhythm-image { position: relative; }
.rhythm-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 110px 22px 110px 22px; }
.rhythm-image p { position: absolute; right: -25px; bottom: 44px; margin: 0; padding: 18px 22px; color: var(--rose-deep); background: rgba(255,255,255,.91); backdrop-filter: blur(10px); border-radius: 14px; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 14px; line-height: 1.8; box-shadow: 0 14px 32px rgba(54,40,45,.12); }
.rhythm-copy .body-copy { margin: 22px 0 0; }
.rhythm-list { margin-top: 34px; border-top: 1px solid var(--line); }
.rhythm-list article { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 19px 0; border-bottom: 1px solid var(--line); align-items: center; }
.rhythm-list article > span { color: var(--rose-deep); font-family: Georgia, serif; font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.rhythm-list h3 { margin: 0 0 2px; font-size: 14px; }
.rhythm-list p { margin: 0; color: var(--ink-soft); font-size: 11px; }

.story-section { max-width: none; padding-left: max(clamp(22px, 7vw, 120px), calc((100vw - 1320px)/2)); padding-right: max(clamp(22px, 7vw, 120px), calc((100vw - 1320px)/2)); background: #3d2d33; color: white; }
.story-section .eyebrow { color: #eab2c1; }
.story-section .split-heading > p { color: rgba(255,255,255,.62); }
.story-feature { margin-top: 64px; display: grid; grid-template-columns: 1.2fr .8fr; min-height: 520px; background: white; color: var(--ink); border-radius: 26px; overflow: hidden; }
.story-feature > img { width: 100%; height: 100%; object-fit: cover; }
.story-feature article { padding: clamp(34px, 6vw, 78px); display: flex; flex-direction: column; justify-content: center; }
.story-vol { color: var(--rose-deep); font-family: Georgia, serif; font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.story-feature h3 { margin: 10px 0 18px; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: clamp(25px, 2.5vw, 33px); font-weight: 500; line-height: 1.65; }
.story-meta { color: var(--rose-deep); font-size: 11px; }
.story-feature article > p:nth-of-type(3) { color: var(--ink-soft); font-size: 13px; }
.story-feature .text-link { margin-top: 18px; align-self: flex-start; }
.essay-invite { margin-top: 24px; padding: 28px 32px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; }
.essay-invite p { margin: 0; color: rgba(255,255,255,.65); font-size: 12px; }
.essay-invite strong { color: white; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 16px; }
.essay-invite a { color: #f2c2cf; font-size: 12px; font-weight: 700; white-space: nowrap; }

.safety-section { max-width: 1120px; }
.safety-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.safety-grid article { padding: 30px 32px; background: var(--blush); border-radius: 18px; }
.safety-grid span { color: var(--rose); font-family: Georgia, serif; font-style: italic; }
.safety-grid h3 { margin: 8px 0 6px; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 17px; }
.safety-grid p { margin: 0; color: var(--ink-soft); font-size: 12px; }

.message-section { max-width: 1140px; margin: 0 auto; padding: clamp(80px, 10vw, 135px) clamp(24px, 8vw, 120px); display: grid; grid-template-columns: minmax(270px, 360px) minmax(0, 1fr); align-items: center; gap: clamp(48px, 7vw, 96px); border-top: 1px solid var(--line); }
.message-mark { position: absolute; right: 7%; top: 9%; z-index: 0; color: var(--rose-pale); font-family: Georgia, serif; font-size: 180px; line-height: .8; pointer-events: none; }
.founder-photo { position: relative; z-index: 1; margin: 0; }
.founder-photo::before { content: ""; position: absolute; inset: -14px 18px 18px -14px; z-index: -1; background: linear-gradient(145deg, rgba(244,126,176,.28), rgba(193,145,229,.2)); border-radius: 150px 32px 150px 32px; }
.founder-photo img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 46% center; filter: saturate(1.05) contrast(1.025) brightness(.98); border: 6px solid rgba(255,255,255,.92); border-radius: 150px 32px 150px 32px; box-shadow: 0 26px 65px rgba(158,55,105,.18); }
.founder-photo figcaption { position: absolute; right: -18px; bottom: 28px; min-width: 150px; padding: 14px 18px; color: #6f3b52; background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.85); border-radius: 22px 22px 5px 22px; box-shadow: 0 13px 32px rgba(126,40,82,.14); backdrop-filter: blur(10px); font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 13px; }
.founder-photo figcaption span { display: block; margin-bottom: 3px; color: #ce427d; font-family: Georgia, serif; font-size: 8px; letter-spacing: .18em; }
.message-copy { position: relative; z-index: 1; }
.message-section h2 { color: var(--rose-deep); }
.message-section > div:last-child > p:not(.eyebrow):not(.signature) { max-width: 720px; margin-top: 28px; color: var(--ink-soft); font-size: 14px; }
.signature { margin-top: 32px; text-align: right; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 14px; }
.signature small { display: block; color: var(--ink-soft); font-family: inherit; font-size: 10px; }

.join-section { padding: clamp(90px, 10vw, 130px) 24px; text-align: center; color: white; background: linear-gradient(135deg, #a64f68, #c7758b); }
.eyebrow.light { color: #f7d9e1; }
.join-section > p:not(.eyebrow):not(.line-link-note) { margin: 21px 0 0; color: rgba(255,255,255,.82); font-size: 14px; }
.line-button { margin-top: 32px; color: var(--rose-deep); background: white; box-shadow: 0 16px 34px rgba(64,25,37,.2); }
.join-section ul { list-style: none; padding: 0; margin: 22px 0 0; display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; }
.join-section li { font-size: 10px; }
.join-section li::before { content: "✓"; margin-right: 5px; }
.line-link-note { margin: 18px 0 0; color: rgba(255,255,255,.66); font-size: 10px; }

footer { padding: 55px clamp(24px, 6vw, 90px) 90px; display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: start; background: #302428; color: white; }
.footer-brand { font-size: 20px; }
footer > div:first-child > p:last-child { margin: 8px 0 0; color: rgba(255,255,255,.52); font-size: 11px; }
.footer-links { display: flex; gap: 24px; color: rgba(255,255,255,.65); font-size: 11px; }
footer small { grid-column: 1 / -1; color: rgba(255,255,255,.35); font-size: 9px; }

.mobile-sticky { display: none; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 620px; padding-top: 90px; }
  .hero-visual { min-height: 570px; border-bottom-left-radius: 0; }
  .split-heading, .line-section, .rhythm-section { grid-template-columns: 1fr; }
  .split-heading { gap: 24px; }
  .line-section { gap: 64px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .rhythm-image { max-width: 600px; }
  .rhythm-image img { aspect-ratio: 4/3; border-radius: 70px 18px 70px 18px; }
  .rhythm-image p { right: 20px; }
  .story-feature { grid-template-columns: 1fr; }
  .story-feature > img { height: 430px; }
}

@media (max-width: 680px) {
  body { padding-bottom: 66px; }
  .site-header { height: 62px; padding: 0 18px; }
  .brand { font-size: 18px; }
  .header-cta { display: none; }
  .hero { min-height: auto; }
  .hero-copy { min-height: 570px; padding: 76px 24px 58px; }
  .kicker { font-size: 9px; letter-spacing: .18em; }
  .hero-logo { margin-bottom: 18px; }
  .hero h1 { font-size: clamp(42px, 13vw, 58px); line-height: 1.42; }
  .hero-lead br { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .primary-button { width: 100%; }
  .text-link { align-self: flex-start; }
  .micro-trust { gap: 12px; }
  .hero-visual { min-height: 420px; }
  .hero-note { right: 18px; bottom: 22px; }
  .intro-band { padding: 24px 20px; }
  .section { padding: 84px 20px; }
  .section-heading h2, .line-copy h2, .rhythm-copy h2, .message-section h2, .join-section h2 { font-size: 28px; }
  .worry-grid, .benefit-grid, .safety-grid { grid-template-columns: 1fr; }
  .worry-card, .benefit-card { min-height: auto; padding: 27px 24px; }
  .line-section, .story-section { padding-left: 20px; padding-right: 20px; }
  .phone { border-width: 7px; border-radius: 34px; }
  .phone-room { min-height: 390px; }
  .rhythm-image img { aspect-ratio: 4/5; border-radius: 56px 14px 56px 14px; }
  .rhythm-image p { right: 12px; bottom: 22px; font-size: 12px; }
  .rhythm-list article { grid-template-columns: 65px 1fr; }
  .story-feature { min-height: auto; margin-top: 42px; }
  .story-feature > img { height: 300px; }
  .story-feature article { padding: 30px 24px 36px; }
  .essay-invite { align-items: flex-start; flex-direction: column; }
  .message-section { grid-template-columns: 1fr; gap: 44px; padding: 80px 22px; }
  .founder-photo { width: min(88vw, 430px); margin: 0 auto; }
  .founder-photo figcaption { right: -6px; bottom: 22px; }
  .message-mark { height: 80px; font-size: 120px; }
  .join-section { padding: 84px 20px; }
  .line-button { width: 100%; max-width: 390px; padding-left: 20px; padding-right: 20px; }
  footer { grid-template-columns: 1fr; padding: 50px 22px 45px; }
  .footer-links { flex-direction: column; gap: 7px; }
  .mobile-sticky { position: fixed; z-index: 60; left: 12px; right: 12px; bottom: 10px; height: 54px; display: flex; align-items: center; justify-content: center; gap: 18px; color: white; background: var(--rose-deep); border: 1px solid rgba(255,255,255,.35); border-radius: 999px; font-size: 12px; font-weight: 700; box-shadow: 0 12px 30px rgba(67,31,42,.3); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* ---------- Sparkling editorial theme ---------- */
:root {
  --ink: #4b3040;
  --ink-soft: #856574;
  --rose: #eb75a3;
  --rose-deep: #c83f78;
  --rose-pale: #ffe6f0;
  --blush: #fff2f7;
  --cream: #fffafd;
  --line: #f1d4e1;
  --sage: #b66a9d;
}

body {
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 215, 233, .35), transparent 20%),
    radial-gradient(circle at 94% 34%, rgba(224, 208, 255, .24), transparent 21%),
    var(--cream);
}

.site-header {
  background: linear-gradient(90deg, rgba(255,250,253,.94), rgba(255,240,247,.94), rgba(250,244,255,.94));
  border-bottom-color: rgba(229, 115, 160, .18);
  box-shadow: 0 8px 28px rgba(188, 70, 118, .06);
}
.brand { color: #6f3651; }
.brand span { color: #ee70a3; text-shadow: 0 0 14px rgba(238,112,163,.55); }
.site-header nav a:hover { color: #d4437e; }
.header-cta,
.primary-button {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #d74380, #ed6ca3 58%, #c556a0);
  box-shadow: 0 14px 34px rgba(211, 67, 126, .25), inset 0 1px 0 rgba(255,255,255,.4);
}
.header-cta::after,
.primary-button::after {
  content: "";
  position: absolute;
  top: -80%;
  left: -35%;
  width: 30%;
  height: 260%;
  transform: rotate(24deg);
  background: rgba(255,255,255,.35);
  transition: left .6s ease;
}
.header-cta:hover::after,
.primary-button:hover::after { left: 120%; }

.hero {
  position: relative;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 203, 224, .78), transparent 24%),
    radial-gradient(circle at 48% 78%, rgba(227, 205, 255, .55), transparent 28%),
    linear-gradient(135deg, #fff7fb 0%, #fffdfd 45%, #fdf4ff 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .55;
  background-image:
    radial-gradient(circle, rgba(227, 92, 147, .32) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(175, 115, 220, .2) 0 1px, transparent 1.7px);
  background-position: 5% 22%, 40% 73%;
  background-size: 44px 44px, 62px 62px;
  mask-image: linear-gradient(90deg, #000, transparent 54%);
}
.hero-copy { z-index: 2; }
.hero-logo {
  width: max-content;
  margin-bottom: 12px;
  padding: 7px 17px;
  color: #c63875;
  background: rgba(255,255,255,.66);
  border: 1px solid rgba(232,107,157,.26);
  border-radius: 999px;
  box-shadow: 0 9px 28px rgba(198,56,112,.09);
}
.hero-script {
  margin: 0 0 14px;
  color: #d5588c;
  font-family: "Snell Roundhand", "Segoe Script", cursive;
  font-size: clamp(17px, 1.7vw, 24px);
  font-style: italic;
  letter-spacing: .02em;
  transform: rotate(-2deg);
}
.hero-copy { padding-left: clamp(32px, 5vw, 72px); padding-right: clamp(32px, 5vw, 72px); }
.hero h1 { color: #50303f; font-size: clamp(42px, 3.8vw, 58px); letter-spacing: .02em; }
.hero h1 em {
  color: #d83f7e;
  font-style: normal;
  background: linear-gradient(90deg, #d43879, #ec72a1 55%, #a755a5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-lead { color: #745463; }
.sparkle, .photo-sparkle {
  position: absolute;
  z-index: 3;
  color: #e64b8d;
  text-shadow: 0 0 18px rgba(234, 75, 141, .48);
  animation: sparklePulse 2.8s ease-in-out infinite;
}
.sparkle-one { top: 17%; right: 13%; font-size: 32px; }
.sparkle-two { top: 23%; right: 8%; color: #ae69c4; font-size: 20px; animation-delay: .8s; }
.hero-visual {
  margin: 24px 22px 24px 0;
  min-height: 590px;
  border: 0;
  border-radius: 46% 24px 46% 24px / 18% 24px 18% 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.76), rgba(255,220,237,.35));
  box-shadow: 0 30px 80px rgba(184, 76, 126, .18), 0 0 45px rgba(246,174,207,.18);
}
.hero-visual::after {
  background:
    linear-gradient(0deg, rgba(111,38,71,.13), transparent 35%),
    linear-gradient(90deg, rgba(255,230,241,.3), transparent 40%);
}
.hero-visual img {
  object-position: 64% center;
  filter: saturate(1.07) brightness(1.02);
  transform: scale(1.015);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.45) 8%, #000 20%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.45) 8%, #000 20%);
}
.photo-sparkle { color: white; text-shadow: 0 0 14px rgba(215,60,125,.8); }
.ps-one { top: 8%; right: 10%; font-size: 28px; }
.ps-two { top: 13%; right: 6%; font-size: 17px; animation-delay: 1s; }
.hero-note {
  width: 226px;
  padding: 21px 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,232,243,.92));
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 28px 28px 5px 28px;
  box-shadow: 0 18px 48px rgba(151, 46, 91, .2);
}
.hero-note strong { color: #ca3c78; font-size: 17px; }

.intro-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(100deg, #cd3e7b, #ee78a5 48%, #ab5caf);
  box-shadow: 0 14px 40px rgba(194, 54, 114, .17);
}
.intro-band::before, .intro-band::after { position: absolute; color: rgba(255,255,255,.45); font-size: 34px; content: "✦"; }
.intro-band::before { left: 8%; top: 4px; }
.intro-band::after { right: 8%; bottom: 2px; font-size: 22px; content: "✧"; }
.intro-band p { letter-spacing: .25em; }
.intro-band strong { text-shadow: 0 2px 14px rgba(100,20,58,.18); }

.eyebrow { color: #d24682; }
.section-heading h2, .line-copy h2, .rhythm-copy h2, .message-section h2, .join-section h2 { letter-spacing: .055em; }
.pink-underline {
  position: relative;
  color: #d23f7e;
  white-space: nowrap;
}
.pink-underline::after {
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: -8px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(238,112,161,.15), rgba(238,112,161,.65), rgba(173,91,194,.2));
  transform: rotate(-1deg);
}

.audience { position: relative; }
.audience::before {
  content: "✦";
  position: absolute;
  right: 3%;
  top: 5%;
  color: rgba(222,79,138,.08);
  font-family: Georgia, serif;
  font-size: 150px;
}
.worry-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,241,247,.8));
  border-color: rgba(230,118,161,.23);
  box-shadow: 0 16px 44px rgba(178,67,112,.09);
}
.worry-card::after { content: "✦"; position: absolute; right: 20px; top: 17px; color: rgba(217,65,126,.25); font-size: 18px; }
.worry-card:hover { transform: translateY(-6px) rotate(-.25deg); box-shadow: 0 22px 54px rgba(183,68,113,.16); }
.worry-card > span { color: #ce3f7a; background: linear-gradient(90deg, #ffe0ec, #f4e5ff); }

.line-section {
  position: relative;
  background:
    radial-gradient(circle at 12% 22%, rgba(255,255,255,.95), transparent 24%),
    radial-gradient(circle at 89% 76%, rgba(220,191,255,.45), transparent 28%),
    linear-gradient(135deg, #ffe4ef, #fff4f8 48%, #f3e8ff);
}
.phone { border-color: #8b3e67; box-shadow: 0 36px 80px rgba(166,51,103,.3), 0 0 0 8px rgba(255,255,255,.5); }
.phone-top { background: linear-gradient(90deg, #d64d86, #ea76a4, #aa60ae); }
.phone-room { background: linear-gradient(160deg, #fff2f7, #f7efff); }
.room-date { background: rgba(184,84,134,.58); }
.chat.right .avatar { background: #b460a6; }
.chat.right p { background: #f7d8eb; }

.benefit-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, #fff, #fff2f7);
  border-color: rgba(228,113,157,.22);
  box-shadow: 0 14px 38px rgba(166,61,105,.08);
  transition: transform .3s, box-shadow .3s;
}
.benefit-card::before { content: ""; position: absolute; width: 86px; height: 86px; right: -26px; top: -30px; border-radius: 50%; background: linear-gradient(140deg, rgba(238,117,163,.17), rgba(181,94,199,.12)); }
.benefit-card:hover { transform: translateY(-8px); box-shadow: 0 24px 52px rgba(182,65,112,.15); }
.benefit-card > span { color: #dd4f89; }

.rhythm-image img {
  border: 9px solid white;
  box-shadow: 0 28px 70px rgba(165,63,107,.2);
  filter: saturate(1.08);
}
.rhythm-image::after { content: "✦"; position: absolute; left: -24px; top: 8%; color: #e3578f; font-size: 34px; text-shadow: 0 0 20px rgba(227,87,143,.35); }
.rhythm-image p { border: 1px solid rgba(235,124,167,.28); color: #c83f78; background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,235,244,.92)); }
.rhythm-list article { border-bottom-color: rgba(222,100,149,.24); }
.rhythm-list article > span { color: #d84883; }

.event-section {
  position: relative;
  max-width: none;
  overflow: hidden;
  padding-left: max(clamp(22px, 7vw, 120px), calc((100vw - 1320px)/2));
  padding-right: max(clamp(22px, 7vw, 120px), calc((100vw - 1320px)/2));
  background:
    radial-gradient(circle at 8% 18%, rgba(255,183,216,.28), transparent 23%),
    radial-gradient(circle at 92% 84%, rgba(205,174,255,.24), transparent 25%),
    linear-gradient(145deg, #fff8fb, #fff 54%, #fbf5ff);
}
.event-section::before { content: "✦"; position: absolute; right: 7%; top: 7%; color: rgba(208,61,124,.16); font-size: 68px; }
.event-section .section-heading,
.event-feature,
.event-grid,
.event-sample-note { max-width: 1180px; margin-left: auto; margin-right: auto; }
.event-feature {
  position: relative;
  overflow: hidden;
  margin-top: 62px;
  display: grid;
  grid-template-columns: minmax(220px, .38fr) minmax(0, 1fr);
  min-height: 350px;
  color: white;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,255,255,.22), transparent 23%),
    linear-gradient(130deg, #c43775, #e9679b 50%, #9e55a8);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 34px;
  box-shadow: 0 28px 75px rgba(164,48,104,.23);
}
.event-feature::after { content: "✦"; position: absolute; right: 5%; top: 9%; color: rgba(255,255,255,.28); font-size: 45px; }
.event-date { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 6vw, 70px); border-right: 1px solid rgba(255,255,255,.2); }
.event-date::after { content: "✦"; position: absolute; left: 18%; bottom: 10%; color: rgba(255,255,255,.2); font-size: 56px; }
.event-date span { font-family: Georgia, serif; font-size: 11px; letter-spacing: .22em; }
.event-date strong { margin-top: 8px; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 70px); font-weight: 400; line-height: .9; letter-spacing: -.04em; }
.event-feature-copy { position: relative; z-index: 1; padding: clamp(40px, 6vw, 74px); display: flex; flex-direction: column; justify-content: center; }
.event-labels { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.event-labels span { color: #d13d79; font-family: Georgia, serif; font-size: 9px; font-weight: 700; letter-spacing: .17em; }
.event-labels em { padding: 5px 11px; color: #b83770; background: #ffe2ee; border-radius: 999px; font-size: 9px; font-style: normal; font-weight: 700; }
.event-feature .event-labels span { color: #ffe1ed; }
.event-feature .event-labels em { color: white; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.3); }
.event-feature h3 { margin: 20px 0 10px; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: clamp(28px, 3.2vw, 42px); font-weight: 500; line-height: 1.5; letter-spacing: .04em; }
.event-feature-copy > p:not(.event-meta) { max-width: 660px; margin: 18px 0 0; color: rgba(255,255,255,.84); font-size: 13px; line-height: 2; }
.event-meta { margin: 0; color: #ffd3e4; font-size: 10px; font-weight: 700; letter-spacing: .06em; }
.event-feature a,
.event-card a { align-self: flex-start; margin-top: 26px; padding-bottom: 4px; font-size: 11px; font-weight: 700; text-decoration: none; }
.event-feature a { color: white; border-bottom: 1px solid rgba(255,255,255,.55); }
.event-grid { margin-top: 20px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.event-card { position: relative; overflow: hidden; padding: clamp(30px, 4vw, 45px); background: rgba(255,255,255,.88); border: 1px solid rgba(221,93,149,.16); border-radius: 26px; box-shadow: 0 18px 50px rgba(153,52,103,.09); }
.event-card::after { content: "✧"; position: absolute; right: 24px; top: 22px; color: rgba(211,61,124,.16); font-size: 37px; }
.event-card h3 { position: relative; z-index: 1; margin: 20px 0 10px; color: #5f3347; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: clamp(21px, 2.3vw, 29px); font-weight: 500; line-height: 1.55; }
.event-card > p:not(.event-meta) { margin: 18px 0 0; color: #755967; font-size: 12px; line-height: 2; }
.event-card a { color: #bb376f; border-bottom: 1px solid rgba(187,55,111,.35); }
.event-sample-note { margin-top: 22px; color: #9a7c89; font-size: 9.5px; line-height: 1.8; }

.story-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 10%, rgba(255,179,211,.22), transparent 25%),
    radial-gradient(circle at 88% 80%, rgba(206,165,255,.2), transparent 29%),
    linear-gradient(140deg, #6f294d, #a43870 48%, #75417c);
}
.story-section::before { content: "✦"; position: absolute; right: 7%; top: 5%; color: rgba(255,255,255,.22); font-size: 64px; }
.story-section .eyebrow { color: #ffc5dd; }
.story-feature { border: 1px solid rgba(255,255,255,.7); box-shadow: 0 28px 80px rgba(62,14,41,.3); }
.story-feature > .relay-feature-art { object-position: center; filter: saturate(1.06) contrast(1.01); }
.feature-badges { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.feature-badges .story-vol { margin: 0 6px 0 0; }
.new-badge,
.sample-badge { padding: 5px 11px; border-radius: 999px; font-family: Georgia, serif; font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.new-badge { color: white; background: linear-gradient(135deg, #d63078, #9d397c); box-shadow: 0 7px 20px rgba(197,48,116,.25); }
.sample-badge { color: #b23d71; background: #ffe3ee; }
.story-feature .feature-excerpt { margin: 8px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 2; }
.feature-details { margin-top: 23px; border-top: 1px solid rgba(203,63,120,.2); }
.feature-details summary { padding-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #b93770; font-size: 11px; font-weight: 700; cursor: pointer; list-style: none; }
.feature-details summary::-webkit-details-marker { display: none; }
.feature-details summary span { display: inline-grid; place-items: center; flex: 0 0 auto; width: 28px; height: 28px; border: 1px solid rgba(198,60,119,.32); border-radius: 50%; font-size: 16px; transition: transform .25s; }
.feature-details[open] summary span { transform: rotate(45deg); }
.feature-details-link { margin-top: 23px; padding-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #b93770; border-top: 1px solid rgba(203,63,120,.2); font-size: 11px; font-weight: 700; text-decoration: none; }
.feature-details-link span { display: inline-grid; place-items: center; flex: 0 0 auto; width: 28px; height: 28px; border: 1px solid rgba(198,60,119,.32); border-radius: 50%; font-size: 19px; transition: transform .2s, background-color .2s; }
.feature-details-link:hover span { transform: translateX(2px); background: rgba(255,225,237,.72); }
.feature-body { padding-top: 18px; }
.feature-body p { margin: 0 0 1.3em; color: #694f5b; font-size: 12px; line-height: 2.05; }
.feature-body .sample-note { margin: 20px 0 0; color: #a78795; font-size: 9.5px; }
.feature-author { margin: 2px 0 12px; display: flex; align-items: center; gap: 15px; }
.feature-author .story-meta { margin: 0; }
.author-avatar {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: grid;
  place-items: center;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  color: #92345f;
  background: linear-gradient(145deg, #ffe1ee, #eadcff);
  border: 3px solid rgba(255,255,255,.95);
  border-radius: 50%;
  box-shadow: 0 9px 25px rgba(141,47,91,.16), 0 0 0 1px rgba(202,69,125,.14);
  font-family: Georgia, serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}
.author-avatar.featured { width: 70px; height: 70px; flex-basis: 70px; }
.author-avatar.tone-0 { background: linear-gradient(145deg, #ffe5ed, #f6cfdf); }
.author-avatar.tone-1 { background: linear-gradient(145deg, #f8deff, #e1d5f7); }
.author-avatar.tone-2 { background: linear-gradient(145deg, #ffe2ef, #f4d8cf); }
.author-avatar.tone-3 { background: linear-gradient(145deg, #efe0ff, #fbdbe7); }
.essay-grid { margin-top: 26px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.relay-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 46px);
  color: var(--ink);
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(255,239,247,.96));
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(63,15,42,.2);
}
.relay-card::after { content: "✦"; position: absolute; right: 26px; top: 66px; color: rgba(211,61,124,.14); font-size: 42px; }
.relay-card-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.relay-card-top .story-vol { margin: 0; }
.relay-card-top > span { padding: 4px 11px; color: #c63c77; background: #ffe1ed; border-radius: 999px; font-family: Georgia, serif; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.relay-author { position: relative; z-index: 1; margin: 20px 0 0; display: flex; align-items: center; gap: 13px; }
.relay-author p { margin: 0; color: #bc3d73; font-size: 11px; font-weight: 700; line-height: 1.75; }
.relay-author p span { color: #80616f; font-size: 9.5px; font-weight: 400; }
.relay-card h3 { position: relative; z-index: 1; max-width: 490px; margin: 18px 0 14px; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: clamp(21px, 2.1vw, 29px); font-weight: 500; line-height: 1.65; }
.relay-meta { margin: 0; color: #c64079; font-size: 10px; line-height: 1.8; }
.relay-excerpt { margin: 20px 0 0; color: var(--ink-soft); font-size: 12.5px; line-height: 2; }
.relay-card details { margin-top: 24px; border-top: 1px solid rgba(203,63,120,.18); }
.relay-card summary { padding: 17px 0 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #b93770; font-size: 11px; font-weight: 700; cursor: pointer; list-style: none; }
.relay-card summary::-webkit-details-marker { display: none; }
.relay-card summary span { display: inline-grid; place-items: center; width: 26px; height: 26px; border: 1px solid rgba(198,60,119,.32); border-radius: 50%; font-size: 16px; transition: transform .25s; }
.relay-card details[open] summary span { transform: rotate(45deg); }
.relay-body { padding-top: 18px; }
.relay-body p { margin: 0 0 1.35em; color: #694f5b; font-size: 12px; line-height: 2.05; }
.relay-body .sample-note { margin: 20px 0 0; color: #a78795; font-size: 9.5px; }
.archive-link { margin-top: 24px; padding-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #b93770; border-top: 1px solid rgba(203,63,120,.18); font-size: 11px; font-weight: 700; text-decoration: none; }
.archive-link span { display: inline-grid; place-items: center; width: 26px; height: 26px; border: 1px solid rgba(198,60,119,.32); border-radius: 50%; }
.essay-invite { background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.essay-invite a { color: #ffd0e3; }

.safety-grid article {
  position: relative;
  background: linear-gradient(145deg, #fff, #fff3f8);
  border: 1px solid rgba(229,110,155,.18);
  box-shadow: 0 13px 35px rgba(166,62,105,.07);
}
.safety-grid article::after { content: "✦"; position: absolute; right: 20px; top: 15px; color: rgba(215,65,125,.18); }

.message-section {
  position: relative;
  max-width: none;
  padding-left: max(clamp(24px, 8vw, 120px), calc((100vw - 1140px)/2));
  padding-right: max(clamp(24px, 8vw, 120px), calc((100vw - 1140px)/2));
  background: linear-gradient(135deg, #fff7fb, #fff 52%, #f8efff);
  border-top-color: rgba(230,109,155,.2);
}
.message-mark { color: #f7d8e6; text-shadow: 0 8px 24px rgba(199,61,119,.08); }
.message-section h2 { color: #c83f78; }

.join-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(255,255,255,.24), transparent 20%),
    radial-gradient(circle at 90% 82%, rgba(204,156,255,.3), transparent 28%),
    linear-gradient(120deg, #c73776, #ed73a4 50%, #9c52a7);
}
.join-section::before, .join-section::after { position: absolute; color: rgba(255,255,255,.32); content: "✦"; font-size: 75px; }
.join-section::before { left: 8%; top: 12%; }
.join-section::after { right: 8%; bottom: 8%; font-size: 42px; content: "✧"; }
.line-button { position: relative; z-index: 2; color: #c73b77; background: linear-gradient(120deg, #fff, #fff0f6); box-shadow: 0 18px 48px rgba(91,24,59,.27), inset 0 1px 0 white; }
footer { background: linear-gradient(120deg, #4d2039, #6f2b52 58%, #52305f); }
.mobile-sticky { background: linear-gradient(90deg, #d43f7d, #ee72a4, #ad53aa); box-shadow: 0 14px 34px rgba(132,36,79,.38), inset 0 1px 0 rgba(255,255,255,.4); }

@keyframes sparklePulse {
  0%, 100% { transform: scale(.82) rotate(-7deg); opacity: .45; }
  50% { transform: scale(1.18) rotate(8deg); opacity: 1; }
}

@media (max-width: 980px) {
  .hero-visual { margin: 0 22px 30px; border-radius: 90px 22px 90px 22px; }
  .hero-visual img { transform: none; -webkit-mask-image: none; mask-image: none; }
  .hero-copy { background: radial-gradient(circle at 84% 25%, rgba(221,184,255,.38), transparent 25%); }
  .essay-grid { grid-template-columns: 1fr; }
  .event-feature { grid-template-columns: 1fr; }
  .event-date { min-height: 190px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .event-date::after { left: auto; right: 9%; bottom: 14%; }
}

@media (max-width: 680px) {
  .hero-copy { min-height: 650px; padding-top: 82px; }
  .hero h1 { font-size: clamp(39px, 12vw, 52px); }
  .hero-script { font-size: 16px; }
  .sparkle-one { top: 17%; right: 10%; }
  .sparkle-two { top: 21%; right: 5%; }
  .hero-visual { min-height: 440px; margin: 0 12px 22px; border-radius: 62px 16px 62px 16px; }
  .hero-note { width: 210px; right: 14px; bottom: 17px; }
  .intro-band::before, .intro-band::after { opacity: .45; }
  .pink-underline { white-space: normal; }
  .audience::before { font-size: 90px; }
  .worry-card:hover, .benefit-card:hover { transform: none; }
  .message-section { padding-left: 22px; padding-right: 22px; }
  .join-section::before { left: -3%; top: 4%; }
  .join-section::after { right: 2%; }
  .essay-grid { grid-template-columns: 1fr; }
  .event-section { padding-left: 20px; padding-right: 20px; }
  .event-feature { margin-top: 42px; border-radius: 25px; }
  .event-date { min-height: 155px; padding: 30px 26px; }
  .event-date strong { font-size: 48px; }
  .event-feature-copy { padding: 34px 25px 40px; }
  .event-grid { grid-template-columns: 1fr; }
  .event-card { padding: 30px 24px; }
  .relay-card { padding: 28px 23px; }
  .relay-card h3 { font-size: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .sparkle, .photo-sparkle { animation: none; }
}

/* TOP hero: supplied single-image artwork */
.hero.hero-image-only {
  display: block;
  min-height: 0;
  background: #fff;
  overflow: hidden;
}
.hero.hero-image-only::before { display: none; }
.hero.hero-image-only > img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: none;
  transform: none;
  -webkit-mask-image: none;
  mask-image: none;
}

@media (max-width: 980px) {
  .hero.hero-image-only { min-height: 0; }
}

@media (max-width: 680px) {
  .hero.hero-image-only { min-height: 0; }
  .hero.hero-image-only > img { width: 100%; height: auto; }
}

/* Search-readable hero: photo, copy and icons are separate assets */
.hero.hero-seo {
  position: relative;
  display: block;
  min-height: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #fff8f7;
}
.hero.hero-seo::before { display: none; }
.hero-seo-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-seo-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,249,248,.2) 0%, transparent 48%);
  pointer-events: none;
}
.hero-seo-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  filter: none;
  transform: none;
  -webkit-mask-image: none;
  mask-image: none;
}
.hero-seo-copy {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: min(52%, 800px);
  height: 100%;
  min-height: 0;
  padding: clamp(44px, 5.5vw, 84px) clamp(38px, 6.5vw, 100px) clamp(100px, 15vw, 230px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.hero-seo-brand {
  margin: 0 0 clamp(34px, 3.8vw, 58px);
  color: #c95473;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(29px, 3.2vw, 47px);
  letter-spacing: .18em;
  line-height: 1.25;
}
.hero-seo-brand > span { margin-left: .1em; color: #d65c7b; }
.hero-seo-brand small {
  display: block;
  margin: 8px 0 0 4.4em;
  color: #b64b68;
  font-family: Georgia, serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .42em;
}
.hero.hero-seo h1 {
  margin: 0;
  color: #563537;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(42px, 4.4vw, 67px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: .06em;
}
.hero-seo-lead {
  margin: 17px 0 0;
  color: #65494a;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(13px, 1.15vw, 17px);
  line-height: 1.85;
  letter-spacing: .07em;
}
.hero-seo-values {
  list-style: none;
  margin: 27px 0 0;
  padding: 0;
  display: flex;
  gap: clamp(22px, 3.5vw, 52px);
}
.hero-seo-values li { min-width: 88px; text-align: center; color: #513a3b; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 12px; }
.hero-seo-values svg {
  width: clamp(58px, 5.3vw, 82px);
  height: clamp(58px, 5.3vw, 82px);
  margin: 0 auto 8px;
  padding: 12px;
  display: block;
  fill: none;
  stroke: #df7891;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  border: 1px solid #e995a9;
  border-radius: 50%;
}
.hero-seo-values span { display: block; white-space: nowrap; }
.hero-seo-tagline {
  width: max-content;
  max-width: 100%;
  margin: 20px 0 0 20px;
  padding: 0 5px 8px;
  color: #db5d7f;
  border-bottom: 1px solid #e4889f;
  font-family: "Segoe Print", "Yu Mincho", serif;
  font-size: clamp(14px, 1.35vw, 20px);
  font-style: italic;
  letter-spacing: .05em;
  transform: rotate(-2deg);
}

@media (max-width: 900px) {
  .hero.hero-seo {
    min-height: 0;
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
  }
  .hero-seo-copy {
    position: relative;
    inset: auto;
    order: 1;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 58px clamp(24px, 7vw, 70px) 46px;
    background:
      radial-gradient(circle at 88% 14%, rgba(249,199,211,.5), transparent 27%),
      linear-gradient(145deg, #fff9f8, #fff);
  }
  .hero-seo-media {
    position: relative;
    order: 2;
    height: auto;
    aspect-ratio: 3 / 2;
  }
  .hero-seo-media::after { display: none; }
  .hero-seo-media img { object-position: center; }
  .hero-seo-brand { margin-bottom: 28px; }
  .hero-seo-values { gap: clamp(22px, 6vw, 55px); }
}

@media (max-width: 560px) {
  .hero-seo-copy { padding: 45px 22px 38px; }
  .hero-seo-brand { margin-bottom: 25px; font-size: 30px; }
  .hero-seo-brand small { margin-left: 3.6em; font-size: 8px; }
  .hero.hero-seo h1 { font-size: clamp(34px, 10vw, 45px); line-height: 1.5; }
  .hero-seo-lead { margin-top: 18px; font-size: 13px; }
  .hero-seo-lead br { display: none; }
  .hero-seo-values { margin-top: 28px; justify-content: space-between; gap: 8px; }
  .hero-seo-values li { min-width: 0; width: 31%; font-size: 11px; }
  .hero-seo-values svg { width: 54px; height: 54px; }
  .hero-seo-values span { white-space: normal; line-height: 1.55; }
  .hero-seo-tagline { margin: 22px 0 0 8px; font-size: 14px; }
  .hero-seo-media { aspect-ratio: 3 / 2; }
  .hero-seo-media img { object-position: center; }
}

/* Natural Japanese line wrapping: keep meaningful phrases together. */
:where(h1, h2, h3, .intro-band strong, .rhythm-image p) {
  line-break: strict;
  overflow-wrap: normal;
  text-wrap: balance;
}
@supports (word-break: auto-phrase) {
  :where(h1, h2, h3, .intro-band strong, .rhythm-image p) {
    word-break: auto-phrase;
  }
}
.semantic-line,
.hero-headline-line {
  display: block;
}
.semantic-line { white-space: nowrap; }
.hero-headline-line { white-space: nowrap; }
.hero.hero-seo h1 {
  font-size: clamp(38px, 3.9vw, 58px);
  letter-spacing: .04em;
}
.line-copy h2,
.rhythm-copy h2 {
  font-size: clamp(30px, 3.1vw, 42px);
  letter-spacing: .04em;
}

@media (max-width: 680px) {
  .semantic-line { white-space: normal; }
  .line-copy h2,
  .rhythm-copy h2 {
    font-size: clamp(25px, 7.8vw, 28px);
    letter-spacing: .025em;
  }
  .rhythm-main-line .rhythm-mobile-chunk { display: block; white-space: nowrap; }
}

@media (max-width: 560px) {
  .hero.hero-seo h1 {
    font-size: clamp(30px, 9vw, 40px);
    letter-spacing: .025em;
  }
}

/* Relay essay article */
.article-page {
  background:
    radial-gradient(circle at 8% 8%, rgba(248, 233, 237, .72), transparent 24%),
    var(--cream);
}
.article-page .site-header .brand { flex-shrink: 0; }
.article-page .site-header nav a[aria-current="page"] { color: var(--rose-deep); }
.article-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 126px) clamp(22px, 7vw, 96px) clamp(66px, 8vw, 108px);
  background:
    radial-gradient(circle at 88% 18%, rgba(255,255,255,.72), transparent 30%),
    linear-gradient(140deg, #f8e9ed 0%, #fff9f8 52%, #f5dce4 100%);
  border-bottom: 1px solid var(--line);
}
.article-hero::after {
  content: "";
  position: absolute;
  right: -8vw;
  bottom: -13vw;
  width: 34vw;
  height: 34vw;
  min-width: 300px;
  min-height: 300px;
  border: 1px solid rgba(199,111,135,.3);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255,255,255,.18), 0 0 0 70px rgba(199,111,135,.06);
}
.article-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  align-items: end;
  gap: clamp(38px, 7vw, 96px);
}
.article-breadcrumb {
  margin: 0 0 30px;
  color: var(--ink-soft);
  font-size: 12px;
  letter-spacing: .08em;
}
.article-breadcrumb a { border-bottom: 1px solid rgba(158,77,101,.35); }
.article-kicker {
  margin: 0 0 20px;
  color: var(--rose-deep);
  font-family: Georgia, serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
}
.article-hero h1 {
  margin: 0;
  max-width: 760px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.52;
  letter-spacing: .06em;
}
.article-subtitle {
  margin: 20px 0 0;
  color: var(--rose-deep);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(17px, 2vw, 23px);
  line-height: 1.8;
}
.article-author-card {
  padding: 26px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(94,62,72,.1);
}
.article-author-card img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 8px 24px rgba(94,62,72,.12);
}
.article-author-card strong {
  display: block;
  margin-top: 15px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 17px;
}
.article-author-card span {
  display: block;
  margin-top: 2px;
  color: var(--ink-soft);
  font-size: 11px;
}
.article-author-card.portrait-featured { padding: 14px 14px 22px; }
.article-author-card.portrait-featured img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border: 0;
  border-radius: 18px;
  box-shadow: none;
}
.article-author-card.portrait-featured strong,
.article-author-card.portrait-featured span { margin-left: 8px; margin-right: 8px; }
.article-layout {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(72px, 9vw, 120px) clamp(22px, 6vw, 64px);
  display: grid;
  grid-template-columns: 190px minmax(0, 700px);
  gap: clamp(40px, 7vw, 88px);
  align-items: start;
}
.article-index {
  position: sticky;
  top: 104px;
  padding-top: 5px;
}
.article-index p {
  margin: 0 0 15px;
  color: var(--rose-deep);
  font-family: Georgia, serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
}
.article-index ol { margin: 0; padding: 0; list-style: none; counter-reset: essay; }
.article-index li { counter-increment: essay; border-top: 1px solid var(--line); }
.article-index li:last-child { border-bottom: 1px solid var(--line); }
.article-index a {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 7px;
  padding: 12px 0;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.55;
}
.article-index a::before { content: counter(essay, decimal-leading-zero); color: var(--rose); }
.essay-content { min-width: 0; }
.essay-lead {
  margin: 0 0 64px;
  padding: 0 0 38px;
  color: var(--ink);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 2.15;
  border-bottom: 1px solid var(--line);
}
.essay-section { margin-top: 68px; scroll-margin-top: 110px; }
.essay-section:first-of-type { margin-top: 0; }
.essay-section h2 {
  position: relative;
  margin: 0 0 28px;
  padding-left: 22px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: .06em;
}
.essay-section h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: .35em;
  width: 4px;
  height: 1.2em;
  border-radius: 999px;
  background: var(--rose);
}
.essay-section p {
  margin: 0 0 1.45em;
  color: #513f46;
  font-size: 16px;
  line-height: 2.15;
}
.essay-quote {
  margin: 70px 0 0;
  padding: clamp(32px, 5vw, 52px);
  text-align: center;
  background: linear-gradient(145deg, #fff, var(--rose-pale));
  border: 1px solid var(--line);
  border-radius: 28px;
}
.essay-quote p {
  margin: 0;
  color: var(--rose-deep);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(21px, 3vw, 30px);
  line-height: 2;
}
.essay-signature {
  margin: 44px 0 0;
  text-align: right;
  color: var(--ink-soft);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 15px;
}
.article-next {
  padding: clamp(64px, 8vw, 96px) 22px;
  text-align: center;
  background: var(--rose-pale);
  border-top: 1px solid var(--line);
}
.article-next p { margin: 0 0 24px; color: var(--ink-soft); font-size: 13px; }
.article-next-links { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
.article-next .secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  padding: 13px 27px;
  border: 1px solid var(--rose);
  border-radius: 999px;
  color: var(--rose-deep);
  background: #fff;
  font-size: 13px;
  font-weight: 700;
}
.article-page footer .footer-links a { white-space: nowrap; }

@media (max-width: 820px) {
  .article-hero-inner { grid-template-columns: 1fr; }
  .article-author-card { max-width: 320px; display: grid; grid-template-columns: 82px 1fr; column-gap: 17px; align-items: center; }
  .article-author-card img { grid-row: 1 / 3; }
  .article-author-card strong { margin-top: 0; }
  .article-author-card.portrait-featured { max-width: 360px; display: block; }
  .article-author-card.portrait-featured strong { margin-top: 15px; }
  .article-layout { display: block; }
  .article-index { position: static; margin-bottom: 55px; }
  .article-index ol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 18px; }
}

@media (max-width: 560px) {
  .article-page .site-header nav { display: none; }
  .article-page .header-cta { padding-inline: 17px; }
  .article-hero { padding-top: 54px; }
  .article-breadcrumb { margin-bottom: 24px; }
  .article-hero h1 { font-size: clamp(31px, 9vw, 42px); letter-spacing: .035em; }
  .article-subtitle { font-size: 16px; }
  .article-layout { padding-top: 64px; }
  .article-index ol { grid-template-columns: 1fr; }
  .essay-lead { margin-bottom: 52px; font-size: 17px; }
  .essay-section { margin-top: 56px; }
  .essay-section p { font-size: 15px; line-height: 2.05; }
}
