.home-page { min-height: 100vh; background: radial-gradient(circle at 12% 0%, rgba(244, 122, 164, .15), transparent 30%), radial-gradient(circle at 95% 8%, rgba(123, 90, 200, .11), transparent 34%), linear-gradient(180deg, #fff 0%, #fff8fb 48%, #fff 100%); }
.hero { padding: clamp(112px, 13vw, 148px) 0 clamp(70px, 9vw, 104px); }
.hero-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, .74fr); gap: clamp(44px, 6vw, 76px); align-items: center; }
.hero-content { max-width: 720px; }
.section-label { display: inline-flex; width: fit-content; align-items: center; min-height: 34px; padding: 6px 14px; border-radius: 999px; border: 1px solid var(--border-pink); color: var(--pink-strong); background: rgba(255,255,255,.78); font-size: .82rem; font-weight: 900; letter-spacing: .03em; }
.hero-title { max-width: 680px; margin: 24px 0 22px; color: var(--ink); font-size: clamp(3.15rem, 6.55vw, 5.65rem); line-height: 1.02; letter-spacing: -.075em; text-wrap: balance; }
.hero-lead { max-width: 660px; color: var(--muted); font-size: 1.08rem; line-height: 1.95; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 30px; }
.hero-meta { display: grid; gap: 0; max-width: 660px; border-top: 1px solid rgba(32,29,39,.08); }
.hero-meta div { display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 14px; align-items: baseline; padding: 14px 0; border-bottom: 1px solid rgba(32,29,39,.08); }
.hero-meta dt { color: var(--subtle); font-size: .9rem; font-weight: 900; }
.hero-meta dd { color: var(--ink); font-weight: 850; line-height: 1.55; }
.hero-visual { position: relative; }
.portrait-shell { position: relative; border-radius: 34px; padding: 14px; background: linear-gradient(135deg, rgba(244,122,164,.24), rgba(123,90,200,.18)); box-shadow: 0 22px 60px rgba(32,29,39,.1); overflow: hidden; }
.portrait-shell::before { content: ''; position: absolute; inset: 14px; border-radius: 25px; border: 1px solid rgba(255,255,255,.5); pointer-events: none; z-index: 2; }
.portrait-shell img { width: 100%; aspect-ratio: 4 / 5.1; object-fit: cover; border-radius: 25px; background: var(--surface-2); }
.portrait-caption { position: absolute; left: 28px; right: 28px; bottom: 28px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; border-radius: 16px; color: #fff; background: linear-gradient(90deg, rgba(29,25,36,.88), rgba(29,25,36,.58)); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); z-index: 3; }
.portrait-caption span { font-size: .84rem; font-weight: 900; color: rgba(255,255,255,.78); }
.portrait-caption strong { font-size: .94rem; text-align: right; }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.section-heading .section-label { margin-bottom: 18px; }
.section-heading h2 { color: var(--ink); font-size: clamp(2.05rem, 4vw, 3.2rem); line-height: 1.15; letter-spacing: -.055em; text-wrap: balance; }
.section-heading p { margin-top: 12px; color: var(--muted); font-size: 1.02rem; line-height: 1.9; }
.flow-section { border-top: 1px solid rgba(244,122,164,.1); border-bottom: 1px solid rgba(244,122,164,.1); background: linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,246,250,.78)); }
.flow-list { display: grid; gap: 14px; }
.flow-item { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 22px; align-items: center; min-height: 112px; padding: 22px 24px; border: 1px solid rgba(244,122,164,.14); border-radius: 26px; background: rgba(255,255,255,.84); box-shadow: 0 14px 34px rgba(32,29,39,.045); transition: transform .28s var(--ease), border-color .28s var(--ease), box-shadow .28s var(--ease), background .28s var(--ease); }
.flow-item:hover { border-color: rgba(244,122,164,.28); background: #fff; box-shadow: 0 20px 48px rgba(32,29,39,.08); transform: translateY(-2px); }
.flow-number { width: 52px; height: 52px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; color: var(--pink-strong); background: linear-gradient(135deg, rgba(244,122,164,.15), rgba(123,90,200,.12)); font-weight: 900; }
.flow-item h3 { font-size: 1.13rem; margin-bottom: 4px; }
.flow-item p { color: var(--muted); line-height: 1.75; }
.flow-item i { color: var(--pink-strong); }
.community-section { background: linear-gradient(180deg, #fff8fb, #fff); }
.community-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(320px, 1fr); gap: clamp(34px, 5vw, 60px); align-items: start; }
.community-copy { position: sticky; top: 112px; }
.community-copy h2 { margin-top: 18px; color: var(--ink); font-size: clamp(2.1rem, 4vw, 3.4rem); line-height: 1.12; letter-spacing: -.055em; text-wrap: balance; }
.community-copy p:not(.section-label) { margin-top: 16px; color: var(--muted); font-size: 1.03rem; line-height: 1.95; }
.gateway-list { display: grid; gap: 14px; }
.gateway-item { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 20px; border-radius: 26px; border: 1px solid rgba(32,29,39,.09); background: rgba(255,255,255,.88); box-shadow: 0 14px 34px rgba(32,29,39,.045); transition: transform .28s var(--ease), border-color .28s var(--ease), box-shadow .28s var(--ease); }
.gateway-item:hover { border-color: rgba(244,122,164,.26); box-shadow: 0 20px 46px rgba(32,29,39,.08); transform: translateY(-2px); }
.gateway-icon { width: 50px; height: 50px; border-radius: 17px; display: inline-flex; align-items: center; justify-content: center; font-size: 1.25rem; }
.line-icon { color: #fff; background: var(--line); }
.dark-icon { color: #fff; background: #1f1b26; }
.gradient-icon { color: #fff; background: linear-gradient(135deg, var(--pink), var(--purple)); }
.gateway-item h3 { font-size: 1.1rem; }
.gateway-item p { color: var(--muted); font-size: .94rem; }
.gateway-item p strong { color: var(--ink); }
.version-modal { position: fixed; inset: 0; z-index: 3000; display: none; align-items: center; justify-content: center; padding: 24px; }
.version-modal.show { display: flex; }
.version-backdrop { position: absolute; inset: 0; background: rgba(21,18,26,.44); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.version-panel { position: relative; z-index: 1; width: min(1040px, 100%); max-height: min(92dvh, 860px); display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(32,29,39,.12); border-radius: 32px; background: #fff; box-shadow: 0 30px 90px rgba(32,29,39,.28); outline: none; }
.version-close { position: absolute; top: 22px; right: 22px; z-index: 3; width: 52px; height: 52px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--muted); background: rgba(255,255,255,.9); border: 1px solid rgba(32,29,39,.1); box-shadow: 0 10px 28px rgba(32,29,39,.1); }
.version-hero { flex: 0 0 auto; min-height: 312px; display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 28px; align-items: center; padding: 46px 52px; background: radial-gradient(circle at 82% 18%, rgba(244,122,164,.19), transparent 32%), linear-gradient(135deg, #fff 0%, #f9fbff 100%); border-bottom: 1px solid rgba(32,29,39,.08); }
.version-badges { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 22px; color: #60708a; font-weight: 900; }
.version-badges .update-dot { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 10px; color: var(--pink-strong); background: var(--pink-soft); }
.version-badges .update-dot::before { content: ''; width: 10px; height: 10px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 5px rgba(244,122,164,.16); }
.version-badges strong { padding: 8px 14px; border-radius: 10px; color: #53647c; background: #edf2f8; }
.version-copy h2 { color: #171a25; font-size: clamp(2.6rem, 5vw, 4.15rem); line-height: 1.06; letter-spacing: -.07em; text-wrap: balance; }
.version-copy p { margin-top: 18px; max-width: 720px; color: #53647c; font-size: 1.08rem; line-height: 1.9; font-weight: 750; }

.update-visual { position: relative; width: 260px; min-height: 260px; display: grid; place-items: center; justify-self: center; overflow: visible; border-radius: 52px; background: radial-gradient(circle at 52% 54%, rgba(244,122,164,.22), transparent 36%), radial-gradient(circle at 45% 34%, rgba(123,90,200,.13), transparent 34%); }
.update-art { position: relative; width: min(282px, 100%); aspect-ratio: 1; filter: drop-shadow(0 28px 52px rgba(244,122,164,.18)); }
.update-tile { position: absolute; display: block; border: 1px solid rgba(255,255,255,.78); background: linear-gradient(145deg, rgba(255,255,255,.88), rgba(255,232,242,.68)), radial-gradient(circle at 50% 78%, rgba(244,122,164,.2), transparent 62%); box-shadow: inset 0 1px 18px rgba(255,255,255,.78), 0 20px 44px rgba(244,122,164,.15); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.update-tile-main { z-index: 3; left: 50%; top: 45%; width: 132px; height: 132px; display: grid; place-items: center; border-radius: 34px; transform: translate(-50%, -50%) rotate(8deg); }
.update-tile-main i { font-size: 40px; color: var(--pink-strong); opacity: .86; }
.update-tile-left { z-index: 1; left: 4%; top: 49%; width: 94px; height: 94px; border-radius: 28px; transform: rotate(-24deg); opacity: .82; }
.update-tile-right { z-index: 1; right: 4%; top: 42%; width: 80px; height: 80px; border-radius: 24px; transform: rotate(23deg); opacity: .78; }
.update-orb { position: absolute; z-index: 4; display: block; border-radius: 999px; background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.95), rgba(255,196,220,.58) 48%, rgba(244,122,164,.14)); border: 1px solid rgba(255,255,255,.72); box-shadow: inset 0 1px 10px rgba(255,255,255,.82), 0 12px 30px rgba(244,122,164,.14); }
.update-orb-a { width: 28px; height: 28px; left: 18%; top: 16%; }
.update-orb-b { width: 38px; height: 38px; left: 27%; top: 9%; opacity: .82; }
.update-orb-c { width: 24px; height: 24px; right: 20%; bottom: 22%; }
.update-orb-d { width: 18px; height: 18px; right: 14%; bottom: 27%; opacity: .62; }

@media (max-width: 980px) {
  .hero-layout { grid-template-columns: 1fr; gap: 42px; }
  .hero-visual { max-width: 520px; margin-inline: auto; }
  .community-layout { grid-template-columns: 1fr; gap: 34px; }
  .community-copy { position: static; }
  .version-hero { grid-template-columns: 1fr; min-height: auto; padding: 38px 30px 34px; }
  .update-visual { width: 220px; min-height: 220px; }
  .update-art { width: 230px; }
  .update-tile-main { width: 112px; height: 112px; border-radius: 30px; }
  .update-tile-main i { font-size: 34px; }
  .update-tile-left { width: 80px; height: 80px; border-radius: 24px; }
  .update-tile-right { width: 66px; height: 66px; border-radius: 21px; }
}

@media (max-width: 680px) {
  .hero { padding-top: 108px; }
  .hero-title { font-size: clamp(2.72rem, 14vw, 4.3rem); letter-spacing: -.065em; }
  .hero-lead { font-size: 1rem; line-height: 1.9; }
  .hero-actions { display: grid; }
  .hero-meta div { grid-template-columns: 1fr; gap: 4px; }
  .portrait-shell { border-radius: 30px; padding: 10px; }
  .portrait-shell::before { inset: 10px; border-radius: 23px; }
  .portrait-shell img { border-radius: 23px; aspect-ratio: 4 / 4.9; }
  .portrait-caption { left: 20px; right: 20px; bottom: 20px; display: grid; }
  .portrait-caption strong { text-align: left; }
  .section-heading { margin-bottom: 26px; }
  .flow-item { grid-template-columns: 1fr; gap: 12px; min-height: auto; padding: 20px; }
  .flow-item i { justify-self: end; }
  .gateway-item { grid-template-columns: auto minmax(0, 1fr); }
  .gateway-item .btn { grid-column: 1 / -1; width: 100%; }
  .version-modal { padding: 10px; align-items: stretch; }
  .version-panel { width: 100%; max-height: calc(100dvh - 20px); border-radius: 24px; }
  .version-close { top: 14px; right: 14px; width: 44px; height: 44px; }
  .version-hero { padding: 32px 20px 26px; }
  .version-badges { padding-right: 44px; gap: 8px; }
  .version-badges strong, .version-badges .update-dot, .version-badges time { font-size: .86rem; }
  .version-copy h2 { font-size: clamp(2.22rem, 11vw, 3.05rem); }
  .version-copy p { font-size: .98rem; }
  .update-visual { width: 100%; min-height: 238px; justify-self: center; }
  .update-art { width: min(260px, 86vw); }
  .update-tile-main { width: 112px; height: 112px; border-radius: 30px; }
  .update-tile-main i { font-size: 34px; }
  .update-tile-left { width: 78px; height: 78px; border-radius: 24px; }
  .update-tile-right { width: 64px; height: 64px; border-radius: 21px; }
  .version-body { padding: 26px 18px 10px; }
  .version-list { grid-template-columns: 1fr; }
  .version-list article { grid-template-columns: 46px minmax(0, 1fr); padding: 18px; }
  .version-list i { width: 44px; height: 44px; }
  .version-actions { padding: 18px; flex-direction: column-reverse; }
  .version-actions .btn { width: 100%; }
}
.version-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 40px 52px 22px !important;
  background: #fff;
}

.version-body h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  font-size: 1.45rem;
  font-weight: 900;
  color: #171a25;
}

.version-body h3::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: #f36b9a;
  box-shadow: 0 0 0 7px rgba(243, 107, 154, 0.13);
}

.version-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px;
}

.version-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: flex-start;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(32, 29, 39, 0.08);
  background: linear-gradient(180deg, #fff, #fffafb);
  box-shadow: 0 14px 34px rgba(32, 29, 39, 0.045);
}

.version-list article i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #e95b91;
  background: rgba(244, 122, 164, 0.1);
  font-size: 1.25rem;
}

.version-list article h4 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 900;
  color: #171a25;
}

.version-list article p {
  margin: 0;
  color: #5e6a7f;
  font-size: 0.98rem;
  line-height: 1.85;
}

.version-actions {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  padding: 20px 52px 34px !important;
  background: #fff;
}

.version-actions .btn {
  min-width: 176px;
}

@media (max-width: 860px) {
  .version-body {
    padding: 30px 28px 18px !important;
  }

  .version-list {
    grid-template-columns: 1fr !important;
  }

  .version-actions {
    padding: 18px 28px 28px !important;
  }
}

@media (max-width: 560px) {
  .version-body {
    padding: 24px 18px 12px !important;
  }

  .version-body h3 {
    font-size: 1.2rem;
  }

  .version-list article {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
    border-radius: 20px;
  }

  .version-list article i {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    font-size: 1.05rem;
  }

  .version-actions {
    flex-direction: column-reverse;
    padding: 16px 18px 22px !important;
  }

  .version-actions .btn {
    width: 100%;
  }
}.pwa-guide { margin-top: 18px; padding: 18px 20px; border-radius: 22px; border: 1px solid rgba(123,90,200,.14); background: linear-gradient(135deg, rgba(246,239,255,.72), rgba(255,246,250,.86)); }
.pwa-guide h4 { margin: 0 0 8px; font-size: 1.05rem; font-weight: 900; }
.pwa-guide p { margin: 0; color: #5e6a7f; line-height: 1.8; font-weight: 650; }
@media (max-width: 560px) {
  .version-hero { min-height: auto !important; grid-template-columns: 1fr !important; padding: 22px 18px 16px !important; gap: 10px !important; }
  .version-copy h2 { font-size: clamp(1.9rem, 9vw, 2.45rem) !important; }
  .version-copy p { margin-top: 10px !important; line-height: 1.65 !important; font-size: .92rem !important; }
  .version-badges { margin-bottom: 12px !important; }
  .update-visual { display: none !important; }
  .version-body { padding-top: 18px !important; }
  .version-list { gap: 10px !important; }
  .version-list article { padding: 14px !important; }
}

.home-page,
.hero-layout,
.hero-content,
.hero-visual,
.community-layout,
.gateway-item,
.flow-item {
  min-width: 0;
}

@media (max-width: 520px) {
  .hero {
    padding-top: 98px;
  }
  .hero-title {
    font-size: clamp(2.35rem, 13vw, 3.4rem);
  }
  .hero-actions .btn {
    width: 100%;
  }
  .portrait-caption {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
  .gateway-item {
    grid-template-columns: 1fr;
  }
  .gateway-icon {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 680px) {
  
  .hero { padding-top: 86px; padding-bottom: 48px; }
  .hero-layout { gap: 28px; }
  .hero-title { font-size: clamp(2.3rem, 12vw, 3.2rem); margin: 16px 0; }
  .hero-lead { font-size: 0.98rem; margin-bottom: 24px; line-height: 1.8; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 0 0 20px; }
  
  .gateway-item { padding: 18px; gap: 14px; grid-template-columns: 46px minmax(0, 1fr); }
  .gateway-icon { width: 46px; height: 46px; font-size: 1.2rem; }
}
.meta-link { font-weight: 800; }
.btn-soft { color: var(--pink-strong); background: linear-gradient(135deg, rgba(244,122,164,.12), rgba(123,90,200,.1)); border: 1px solid rgba(244,122,164,.2); }
.btn-soft:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(244,122,164,.14); }
.status-section { background: linear-gradient(180deg, #fff, #fff8fb); border-top: 1px solid rgba(244,122,164,.1); }
.status-layout { display: grid; gap: 30px; }
.status-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.status-card { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 16px; align-items: start; min-height: 176px; padding: 22px; border: 1px solid rgba(32,29,39,.09); border-radius: 28px; background: rgba(255,255,255,.88); box-shadow: 0 14px 34px rgba(32,29,39,.045); transition: transform .28s var(--ease), border-color .28s var(--ease), box-shadow .28s var(--ease); }
.status-card:hover { transform: translateY(-2px); border-color: rgba(244,122,164,.26); box-shadow: 0 20px 46px rgba(32,29,39,.08); }
.status-card strong { grid-column: 1 / -1; color: var(--pink-strong); font-weight: 900; }
.status-card h3 { margin-bottom: 6px; font-size: 1.12rem; }
.status-card p { color: var(--muted); line-height: 1.75; }
.status-icon { width: 52px; height: 52px; border-radius: 18px; display: inline-flex; align-items: center; justify-content: center; color: var(--pink-strong); background: linear-gradient(135deg, rgba(244,122,164,.16), rgba(123,90,200,.12)); font-size: 1.25rem; }
.primary-status { border-color: rgba(244,122,164,.22); background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,246,250,.9)); }
.preview-section { background: radial-gradient(circle at 16% 0%, rgba(244,122,164,.13), transparent 30%), linear-gradient(180deg, #fff, #fff8fb); }
.preview-layout { display: grid; grid-template-columns: minmax(0, .88fr) minmax(320px, .72fr); gap: clamp(30px, 5vw, 60px); align-items: center; }
.preview-copy h2 { margin: 18px 0 16px; color: var(--ink); font-size: clamp(2.05rem, 4vw, 3.25rem); line-height: 1.12; letter-spacing: -.055em; text-wrap: balance; }
.preview-copy p:not(.section-label) { margin-bottom: 24px; color: var(--muted); font-size: 1.03rem; line-height: 1.95; }
.fan-card-preview { position: relative; overflow: hidden; min-height: 300px; padding: 28px; border-radius: 34px; color: #fff; background: radial-gradient(circle at 18% 18%, rgba(255,255,255,.28), transparent 28%), linear-gradient(135deg, #f47aa4, #7b5ac8); box-shadow: 0 28px 70px rgba(123,90,200,.18); }
.fan-card-preview::after { content: '若'; position: absolute; right: -12px; bottom: -54px; color: rgba(255,255,255,.13); font-size: 12rem; font-weight: 900; line-height: 1; }
.preview-card-top, .preview-card-meta { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 12px; font-weight: 900; }
.preview-card-top span, .preview-card-meta span { color: rgba(255,255,255,.78); }
.preview-card-name { position: relative; z-index: 1; margin: 76px 0 78px; font-size: clamp(2rem, 5vw, 3.3rem); font-weight: 900; letter-spacing: -.05em; }
.trust-section { padding-top: 0; background: #fff; }
.trust-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px; border: 1px solid rgba(32,29,39,.08); border-radius: 30px; background: linear-gradient(135deg, rgba(255,247,251,.9), rgba(255,255,255,.96)); box-shadow: 0 14px 34px rgba(32,29,39,.045); }
.trust-card h2 { margin: 14px 0 10px; font-size: clamp(1.55rem, 3vw, 2.2rem); letter-spacing: -.04em; }
.trust-card p:not(.section-label) { max-width: 760px; color: var(--muted); line-height: 1.85; }
.gateway-featured { border-color: rgba(6,199,85,.22); background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(239,255,246,.82)); }
@media (max-width: 900px) {
  .status-grid, .preview-layout { grid-template-columns: 1fr; }
  .status-card { min-height: auto; }
  .fan-card-preview { max-width: 520px; width: 100%; margin-inline: auto; }
  .trust-card { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 680px) {
  .hero { padding-top: 82px; padding-bottom: 42px; }
  .hero-actions { grid-template-columns: 1fr; }
  .status-grid { gap: 12px; }
  .status-card { padding: 18px; grid-template-columns: 46px minmax(0, 1fr); }
  .status-icon { width: 46px; height: 46px; border-radius: 16px; font-size: 1.1rem; }
  .preview-copy .btn { width: 100%; }
  .fan-card-preview { min-height: 250px; padding: 22px; border-radius: 28px; }
  .preview-card-name { margin: 54px 0 58px; }
  .trust-card { padding: 22px; }
}

.hero { min-height: min(920px, 100svh); display: flex; align-items: center; }
.hero-layout { width: min(1120px, calc(100% - 40px)); align-items: center; }
.hero-content { align-self: center; }
.hero-visual { align-self: center; justify-self: end; width: min(100%, 430px); }
.portrait-shell { width: 100%; max-width: 430px; margin-inline: auto; }
.portrait-shell img { display: block; width: 100%; height: clamp(500px, 54vw, 620px); aspect-ratio: auto; object-fit: cover; object-position: center 38%; }
@media (min-width: 1280px) {
  .hero-layout { grid-template-columns: minmax(0, 1fr) minmax(360px, 430px); }
}
@media (max-width: 980px) {
  .hero { min-height: auto; padding-top: 104px; align-items: stretch; }
  .hero-layout { width: min(100% - 32px, 720px); }
  .hero-content { text-align: left; }
  .hero-visual { justify-self: center; width: min(100%, 460px); }
  .portrait-shell img { height: clamp(420px, 92vw, 620px); object-position: center 34%; }
}
@media (max-width: 680px) {
  .hero { padding-top: 86px; padding-bottom: 44px; }
  .hero-layout { width: min(100% - 28px, 560px); gap: 26px; }
  .hero-title { font-size: clamp(2.25rem, 12vw, 3.25rem); line-height: 1.06; }
  .hero-lead { font-size: .98rem; line-height: 1.78; }
  .hero-visual { width: min(100%, 390px); }
  .portrait-shell { border-radius: 28px; padding: 10px; }
  .portrait-shell::before { inset: 10px; border-radius: 22px; }
  .portrait-shell img { height: min(104vw, 520px); border-radius: 22px; object-position: center 32%; }
  .portrait-caption { left: 20px; right: 20px; bottom: 20px; flex-direction: column; align-items: flex-start; }
  .portrait-caption strong { text-align: left; }
}
@media (max-width: 420px) {
  .hero-title { font-size: clamp(2.05rem, 11.4vw, 2.85rem); }
  .portrait-shell img { height: min(112vw, 480px); }
}

.home-page {
  background:
    radial-gradient(circle at 14% 0%, rgba(182,95,122,.08), transparent 26%),
    radial-gradient(circle at 92% 8%, rgba(111,97,123,.07), transparent 30%),
    linear-gradient(180deg, #fbfaf9 0%, #f7f4f3 52%, #fbfaf9 100%);
}
.gradient-icon {
  color: #fff;
  background: linear-gradient(135deg, #feda75 0%, #fa7e1e 26%, #d62976 54%, #962fbf 78%, #4f5bd5 100%);
}

.hero-meta .meta-link,
.hero-meta .text-link,
.hero-meta dd a {
  color: var(--pink-strong) !important;
  text-shadow: none !important;
}

.hero-meta .meta-link:hover,
.hero-meta .text-link:hover,
.hero-meta dd a:hover {
  color: #b8486f !important;
}

.hero-meta dd,
.hero-meta dt {
  opacity: 1 !important;
}
