﻿:root {
  --bg: #0B0D17;
  --section: #10131F;
  --card: #171A28;
  --card-soft: #1D2132;
  --bordeaux: #7A2432;
  --bordeaux-deep: #4D151F;
  --gold: #C8A45D;
  --gold-soft: #E1C98C;
  --text: #F5EFE6;
  --body: #F0E7DA;
  --muted: #D8CABA;
  --subtle: #D8CABA;
  --line: rgba(200, 164, 93, 0.22);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  --max: 1100px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  position: relative;
  margin: 0;
  background:
    radial-gradient(circle at calc(10% + var(--neon-shift-x, 0px)) calc(4% + var(--neon-shift-y, 0px)), rgba(122, 36, 50, 0.24), transparent 28rem),
    radial-gradient(circle at calc(90% - var(--neon-shift-x, 0px)) calc(10% + var(--neon-shift-y, 0px)), rgba(200, 164, 93, 0.1), transparent 26rem),
    radial-gradient(circle at 68% 46%, rgba(88, 58, 122, 0.09), transparent 30rem),
    radial-gradient(circle at 20% 82%, rgba(122, 36, 50, 0.12), transparent 24rem),
    linear-gradient(180deg, var(--bg) 0%, #090A12 100%);
  color: var(--body);
  font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.92;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
img { display: block; max-width: 100%; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at calc(18% + var(--neon-shift-x, 0px)) calc(22% + var(--neon-shift-y, 0px)), rgba(122, 36, 50, 0.16), transparent 20rem),
    radial-gradient(circle at calc(82% - var(--neon-shift-x, 0px)) 34%, rgba(200, 164, 93, 0.075), transparent 14rem),
    radial-gradient(circle at 72% calc(58% + var(--neon-shift-y, 0px)), rgba(118, 68, 155, 0.08), transparent 18rem),
    radial-gradient(circle at 52% 78%, rgba(200, 164, 93, 0.05), transparent 12rem);
  opacity: 0.9;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(200, 164, 93, 0.16) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(245, 239, 230, 0.08) 0 1px, transparent 1.6px);
  background-position: 14% 18%, 86% 72%;
  background-size: 340px 340px, 460px 460px;
  opacity: 0.22;
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(11, 13, 23, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 12px 18px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-soft); font-family: Georgia, serif; background: rgba(200, 164, 93, 0.08); }
.site-nav { position: fixed; inset: 64px 0 auto 0; display: grid; gap: 2px; padding: 18px 20px 24px; background: rgba(16, 19, 31, 0.98); border-bottom: 1px solid var(--line); transform: translateY(-120%); transition: transform 0.24s ease; }
.site-nav.is-open { transform: translateY(0); }
.site-nav a { padding: 14px 4px; color: var(--muted); border-bottom: 1px solid rgba(200, 164, 93, 0.1); font-size: 0.92rem; font-weight: 800; letter-spacing: 0.04em; }
.nav-toggle { display: grid; gap: 5px; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(245, 239, 230, 0.04); }
.nav-toggle span { display: block; height: 2px; background: var(--gold-soft); }

.section { position: relative; padding: 66px 20px; overflow: hidden; }
.section::before {
  content: "";
  position: absolute;
  inset: 10% auto auto 50%;
  width: min(72vw, 560px);
  height: min(72vw, 560px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122, 36, 50, 0.11), rgba(122, 36, 50, 0.04) 42%, transparent 68%);
  transform: translateX(-50%);
  pointer-events: none;
}

.section:nth-of-type(even)::before {
  inset: auto 8% 8% auto;
  width: min(58vw, 440px);
  height: min(58vw, 440px);
  background: radial-gradient(circle, rgba(200, 164, 93, 0.055), rgba(122, 36, 50, 0.035) 44%, transparent 70%);
  transform: none;
}

.section-inner {
  position: relative;
  z-index: 1;
}
.section-inner { width: min(100%, var(--max)); margin: 0 auto; }
.hero { min-height: calc(100vh - 64px); display: flex; align-items: center; padding-top: 44px; }
.hero-inner { display: grid; gap: 36px; align-items: center; max-width: 1180px; }
.eyebrow { margin-bottom: 8px; color: var(--gold); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
h1, h2, h3, h4 { margin: 0; line-height: 1.36; letter-spacing: 0; }
h1 { margin-bottom: 22px; font-size: clamp(2.08rem, 8.8vw, 4.65rem); font-weight: 900; line-height: 1.28; }
h1 span { display: block; white-space: nowrap; }
h2 { font-size: clamp(1.7rem, 6.4vw, 2.85rem); font-weight: 900; }
h3 { font-size: 1.1rem; }
h4 { font-size: 1rem; }
.hero-copy { margin-top: 24px; color: var(--gold-soft); font-size: 1.05rem; font-weight: 800; }
.hero-text, .lead-block, .section-heading p:not(.eyebrow) { color: var(--body); }
.hero-text { margin-top: 16px; }
.button-row, .contact-buttons, .mini-button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 18px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; }
.button-primary { background: linear-gradient(135deg, var(--bordeaux), var(--bordeaux-deep)); color: #FFF8EC; box-shadow: 0 12px 32px rgba(77, 21, 31, 0.34); }
.button-secondary { border-color: var(--line); color: var(--gold-soft); background: rgba(245, 239, 230, 0.04); }
.hero-visual { min-height: 320px; width: min(100%, 360px); justify-self: center; display: grid; align-content: end; gap: 20px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(160deg, rgba(200, 164, 93, 0.1), transparent 36%), linear-gradient(180deg, rgba(77, 21, 31, 0.22), rgba(11, 13, 23, 0.84)), repeating-linear-gradient(90deg, rgba(245, 239, 230, 0.035), rgba(245, 239, 230, 0.035) 1px, transparent 1px, transparent 38px); box-shadow: var(--shadow); }
.hero-card-label { color: var(--gold-soft); font-size: 0.95rem; font-weight: 900; letter-spacing: 0.08em; }
.featured-work p { color: var(--muted); font-size: 0.95rem; font-weight: 800; }
.featured-work h2 { margin-top: 4px; color: var(--text); font-size: clamp(2rem, 7vw, 3.2rem); }
.featured-work span { display: block; margin-top: 8px; color: var(--subtle); font-size: 0.92rem; line-height: 1.7; }
.featured-link { display: inline-flex; width: fit-content; min-height: 42px; align-items: center; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--gold-soft); font-weight: 900; background: rgba(245, 239, 230, 0.045); }
.neon-sign { max-width: 300px; padding: 14px 16px; border: 1px solid rgba(200, 164, 93, 0.5); color: var(--gold-soft); font-family: Georgia, serif; font-size: 1.68rem; text-align: center; text-shadow: 0 0 14px rgba(200, 164, 93, 0.62); background: rgba(11, 13, 23, 0.42); }
.counter-line { height: 10px; border-radius: 999px; background: linear-gradient(90deg, var(--bordeaux-deep), var(--gold), transparent); }
.hero-visual p { max-width: 330px; color: var(--body); font-size: 1.04rem; font-weight: 700; }
.section-heading { max-width: 860px; margin-bottom: 30px; }
.section-heading p:not(.eyebrow) { margin-top: 14px; }
.split-heading { display: grid; gap: 18px; max-width: 980px; margin-bottom: 42px; }
#image-songs h2 { white-space: normal; }
#image-songs .section-heading p:not(.eyebrow) { max-width: 820px; }
.about, .feature-section, .flow-section { background: rgba(16, 19, 31, 0.64); }
.about-grid, .service-grid, .story-grid, .activity-grid, .flow-list { display: grid; gap: 18px; }
.lead-block p + p { margin-top: 16px; }
.profile-card, .work-card, .story-category-card, .service-card, .price-note, .activity-grid article, .flow-list li, .faq-list details, .contact-panel { border: 1px solid var(--line); border-radius: 8px; background: rgba(23, 26, 40, 0.92); box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18); }
.profile-card { padding: 24px; text-align: center; align-self: start; }
.profile-image { width: 168px; height: 168px; margin: 0 auto 18px; border-radius: 50%; border: 2px solid rgba(200, 164, 93, 0.55); object-fit: cover; box-shadow: 0 0 0 8px rgba(200, 164, 93, 0.06), 0 18px 42px rgba(0, 0, 0, 0.28); }
.profile-title { margin-top: 4px; color: var(--gold-soft); font-weight: 800; }
.profile-card p:not(.profile-title) { margin-top: 12px; color: var(--body); }

.gallery-shell { position: relative; }
.song-gallery { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(300px, 82vw, 380px); gap: 18px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scroll-padding-inline: 2px; padding: 4px 18px 18px 0; scrollbar-color: var(--gold) rgba(245, 239, 230, 0.08); }
.song-card { scroll-snap-align: start; overflow: hidden; background: linear-gradient(180deg, rgba(29, 33, 50, 0.98), rgba(23, 26, 40, 0.98)); }
.song-thumb { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; background: var(--section); }
.placeholder-thumb { display: grid; place-items: center; color: var(--gold-soft); font-weight: 900; background: linear-gradient(135deg, rgba(77, 21, 31, 0.58), rgba(16, 19, 31, 0.94)); }
.gallery-control { display: none; position: absolute; top: 42%; z-index: 2; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 999px; background: rgba(16, 19, 31, 0.94); color: var(--gold-soft); font-size: 2rem; line-height: 1; cursor: pointer; }
.gallery-prev { left: 6px; }
.gallery-next { right: 6px; }
.card-body, .story-category-card, .service-card, .price-note, .activity-grid article, .flow-list li, .contact-panel { padding: 22px; }
.song-card .card-body { padding: 20px; }
.card-kicker, .price, .meta-line, .post-card span, .activity-grid span, .flow-list span { color: var(--gold); font-size: 0.82rem; font-weight: 800; }
.card-body p, .story-category-card p, .service-card p, .price-note p, .flow-list p, .faq-list p, .contact-panel p { margin-top: 10px; color: var(--body); line-height: 1.88; }
.song-card h3 { font-size: 1.32rem; }
.credit { color: var(--subtle) !important; font-size: 0.88rem; font-weight: 700; line-height: 1.65; }
.mini-button-row { margin-top: 18px; }
.mini-button-row a, .read-more, .service-card a { display: inline-flex; align-items: center; min-height: 38px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--gold-soft); font-size: 0.88rem; font-weight: 800; background: rgba(245, 239, 230, 0.035); }
.read-more { padding: 9px 14px; border-color: rgba(200, 164, 93, 0.42); background: rgba(122, 36, 50, 0.22); box-shadow: inset 0 0 0 1px rgba(245, 239, 230, 0.02); }

.journal-section { background: rgba(11, 13, 23, 0.58); }
.story-category-card { display: grid; gap: 18px; }
.story-category-copy p + p { margin-top: 10px; }
.latest-posts { display: grid; gap: 10px; }
.post-card { padding: 14px; border: 1px solid rgba(200, 164, 93, 0.15); border-radius: 8px; background: rgba(16, 19, 31, 0.72); }
.post-card h4 { margin-top: 5px; }
.post-card p { margin-top: 4px; color: var(--subtle); font-size: 0.92rem; line-height: 1.75; }
.read-more { width: fit-content; }
.service-group + .service-group, .price-note { margin-top: 34px; }
.group-title { margin-bottom: 16px; padding-left: 14px; border-left: 2px solid var(--gold); }
.group-note { margin: -4px 0 18px; color: var(--subtle); }
.service-card { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.service-card a { margin-top: auto; }
.price { display: inline-flex; width: fit-content; margin-bottom: 10px !important; padding: 4px 10px; border: 1px solid rgba(200, 164, 93, 0.28); border-radius: 999px; color: var(--gold-soft) !important; background: rgba(77, 21, 31, 0.3); font-size: 0.8rem; }
.service-card.wide, .media-card, .price-note { background: linear-gradient(135deg, rgba(77, 21, 31, 0.22), rgba(23, 26, 40, 0.96)); }
.media-card { border-color: rgba(200, 164, 93, 0.34); background: linear-gradient(135deg, rgba(77, 21, 31, 0.18), rgba(18, 22, 36, 0.98)); }
.times-group { padding: 20px; border: 1px solid rgba(200, 164, 93, 0.18); border-radius: 8px; background: rgba(16, 19, 31, 0.38); }
.meta-line { color: var(--gold-soft) !important; }
.activity { background: linear-gradient(180deg, rgba(16, 19, 31, 0.8), rgba(11, 13, 23, 0.94)); }
.activity-grid article { display: grid; gap: 8px; }
.activity-grid strong { display: block; color: var(--text); font-size: clamp(1.55rem, 8vw, 2.25rem); line-height: 1.2; }
.activity-grid span { color: var(--subtle); font-size: 0.95rem; }
.flow-list { padding: 0; margin: 0; list-style: none; }
.flow-list span { display: inline-flex; margin-bottom: 8px; color: var(--gold-soft); }
.flow-note { margin-top: 18px; color: var(--subtle); font-size: 0.92rem; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 0 18px; }
.faq-list summary { cursor: pointer; padding: 18px 0; color: var(--text); font-size: 1.04rem; font-weight: 900; line-height: 1.65; }
.faq-list p { padding-bottom: 18px; }
.contact { padding-bottom: 40px; }
.contact-panel { background: linear-gradient(135deg, rgba(77, 21, 31, 0.34), rgba(16, 19, 31, 0.78)), var(--card); }
.contact-panel h3 { margin-top: 16px; color: var(--gold-soft); }
.contact-buttons { display: grid; gap: 18px; }
.contact-button { justify-content: flex-start; gap: 10px; min-height: 60px; padding: 16px 20px; border-color: var(--line); color: var(--text); background: rgba(245, 239, 230, 0.045); }
.icon { position: relative; display: inline-block; width: 22px; height: 22px; flex: 0 0 auto; }
.icon-chat { border: 2px solid var(--gold-soft); border-radius: 50%; }
.icon-chat::after { content: ""; position: absolute; left: 3px; bottom: -5px; width: 8px; height: 8px; border-left: 2px solid var(--gold-soft); border-bottom: 2px solid var(--gold-soft); transform: rotate(-18deg); }
.icon-camera { border: 2px solid var(--gold-soft); border-radius: 6px; }
.icon-camera::before { content: ""; position: absolute; inset: 5px; border: 2px solid var(--gold-soft); border-radius: 50%; }
.icon-camera::after { content: ""; position: absolute; top: 3px; right: 3px; width: 3px; height: 3px; border-radius: 50%; background: var(--gold-soft); }
.icon-mail { border: 2px solid var(--gold-soft); border-radius: 4px; }
.icon-mail::before, .icon-mail::after { content: ""; position: absolute; top: 8px; width: 13px; height: 2px; background: var(--gold-soft); }
.icon-mail::before { left: -1px; transform: rotate(35deg); }
.icon-mail::after { right: -1px; transform: rotate(-35deg); }
.site-footer { color: var(--muted); border-top: 1px solid var(--line); }
.footer-inner { display: grid; gap: 8px; padding-top: 28px; padding-bottom: 40px; }
.site-footer a { color: var(--gold-soft); font-weight: 900; }
.site-footer small { color: rgba(245, 239, 230, 0.58); }

@media (max-width: 374px) {
  h1 { font-size: 1.82rem; }
  .section { padding-left: 16px; padding-right: 16px; }
}
@media (min-width: 760px) {
  .header-inner { padding: 14px 28px; }
  .nav-toggle { display: none; }
  .site-nav { position: static; display: flex; align-items: center; gap: 18px; padding: 0; background: transparent; border: 0; transform: none; }
  .site-nav a { padding: 0; border: 0; font-size: 0.82rem; }
  .section { padding: 88px 28px; }
  .profile-image { width: 190px; height: 190px; }
  .about-grid { grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr); }
  .story-grid, .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .activity-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .activity-grid article:last-child { grid-column: span 2; }
  .flow-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split-heading { grid-template-columns: 1fr; align-items: start; }
  #image-songs h2 { white-space: nowrap; }
  .gallery-control { display: grid; place-items: center; }
  .contact-buttons { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 980px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
    gap: 56px;
  }

  .hero-copy-area {
    min-width: 0;
  }

  .hero-visual {
    justify-self: end;
  }

  .split-heading {
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
    align-items: end;
  }
}
@media (min-width: 1080px) {
  h1 { font-size: clamp(3.85rem, 4.25vw, 4.65rem); }
  .section { padding-top: 96px; padding-bottom: 96px; }
  .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card.wide { grid-column: span 2; }
  .flow-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .activity-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .activity-grid article:last-child { grid-column: auto; }
}




.section-icon,
.card-icon,
.activity-icon,
.flow-icon {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  margin-right: 8px;
  vertical-align: -5px;
  color: var(--gold-soft);
}

.card-icon,
.flow-icon,
.activity-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: -6px;
}

.activity-icon,
.flow-icon {
  display: block;
  margin: 0 0 10px;
}

.story-category-card .story-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 2px 0;
  border: 1px solid rgba(200, 164, 93, 0.25);
  border-width: 0 0 1px;
  border-radius: 0;
  color: var(--gold-soft);
  font-size: 1.34rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.icon-record { border: 2px solid currentColor; border-radius: 50%; }
.icon-record::before { content: ""; position: absolute; inset: 7px; border: 2px solid currentColor; border-radius: 50%; }
.icon-record::after { content: ""; position: absolute; right: -2px; top: 3px; width: 8px; height: 2px; background: currentColor; transform: rotate(-28deg); }
.icon-note { border: 2px solid currentColor; border-radius: 4px; }
.icon-note::before { content: ""; position: absolute; left: 5px; right: 5px; top: 6px; height: 2px; background: currentColor; box-shadow: 0 5px 0 currentColor; opacity: 0.85; }
.icon-pen::before { content: ""; position: absolute; left: 5px; top: 2px; width: 7px; height: 18px; border: 2px solid currentColor; border-radius: 999px; transform: rotate(35deg); }
.icon-pen::after { content: ""; position: absolute; left: 3px; bottom: 2px; width: 12px; height: 2px; background: currentColor; transform: rotate(-18deg); }
.icon-foot::before,
.icon-foot::after { content: ""; position: absolute; width: 8px; height: 13px; border: 2px solid currentColor; border-radius: 50% 50% 55% 55%; }
.icon-foot::before { left: 4px; top: 2px; transform: rotate(-20deg); }
.icon-foot::after { right: 3px; bottom: 1px; transform: rotate(18deg); }
.icon-check { border: 2px solid currentColor; border-radius: 50%; }
.icon-check::before { content: ""; position: absolute; left: 5px; top: 7px; width: 10px; height: 6px; border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(-45deg); }
.icon-phone { border: 2px solid currentColor; border-radius: 5px; }
.icon-phone::before { content: ""; position: absolute; left: 7px; right: 7px; bottom: 3px; height: 2px; background: currentColor; }
.icon-refresh { border: 2px solid currentColor; border-radius: 50%; border-left-color: transparent; }
.icon-refresh::before { content: ""; position: absolute; right: -2px; top: 1px; width: 7px; height: 7px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(20deg); }
.icon-music::before { content: ""; position: absolute; left: 8px; top: 3px; width: 3px; height: 14px; background: currentColor; box-shadow: 8px -3px 0 currentColor; }
.icon-music::after { content: ""; position: absolute; left: 2px; bottom: 1px; width: 9px; height: 7px; border: 2px solid currentColor; border-radius: 50%; box-shadow: 8px -3px 0 -1px var(--card), 10px -3px 0 1px currentColor; }
.icon-video { border: 2px solid currentColor; border-radius: 4px; }
.icon-video::after { content: ""; position: absolute; right: -7px; top: 5px; border-left: 7px solid currentColor; border-top: 5px solid transparent; border-bottom: 5px solid transparent; }




/* Refined section headers and image songs layout */
#image-songs .split-heading {
  display: block !important;
  max-width: 980px;
  margin-bottom: 48px;
}

#image-songs h2 {
  white-space: nowrap;
  max-width: 100%;
  font-size: clamp(1.9rem, 5vw, 2.85rem);
}

#image-songs .split-heading > div + div {
  max-width: 880px;
  margin-top: 24px;
}

#image-songs .section-heading p:not(.eyebrow) {
  max-width: 880px;
}

#image-songs .gallery-shell {
  margin-top: 8px;
}

/* Section-specific night glow layers */
.hero::before {
  background:
    radial-gradient(circle at 18% 22%, rgba(122, 36, 50, 0.2), transparent 28rem),
    radial-gradient(circle at 82% 24%, rgba(200, 164, 93, 0.1), transparent 18rem) !important;
}

.about::before {
  background:
    radial-gradient(circle at 24% 18%, rgba(28, 42, 72, 0.16), transparent 30rem),
    radial-gradient(circle at 76% 72%, rgba(200, 164, 93, 0.04), transparent 16rem) !important;
}

.feature-section::before {
  background:
    radial-gradient(circle at 70% 18%, rgba(122, 36, 50, 0.16), transparent 28rem),
    radial-gradient(circle at 28% 74%, rgba(118, 68, 155, 0.12), transparent 24rem) !important;
}

.journal-section::before {
  background:
    radial-gradient(circle at 18% 30%, rgba(58, 64, 112, 0.13), transparent 26rem),
    linear-gradient(105deg, transparent 0 62%, rgba(200, 164, 93, 0.035) 62% 63%, transparent 63% 100%) !important;
}

#services::before {
  background:
    radial-gradient(circle at 70% 22%, rgba(122, 36, 50, 0.15), transparent 28rem),
    radial-gradient(circle at 18% 78%, rgba(77, 21, 31, 0.1), transparent 20rem) !important;
}

.activity::before,
.flow-section::before,
.faq::before {
  background:
    radial-gradient(circle at 72% 34%, rgba(88, 58, 122, 0.08), transparent 24rem),
    radial-gradient(circle at 22% 78%, rgba(200, 164, 93, 0.035), transparent 14rem) !important;
}

.contact::before {
  background:
    radial-gradient(circle at 24% 28%, rgba(122, 36, 50, 0.2), transparent 26rem),
    radial-gradient(circle at 78% 62%, rgba(200, 164, 93, 0.095), transparent 18rem) !important;
}

/* Semantic line icons */
.section-icon,
.card-icon,
.activity-icon,
.flow-icon,
.story-card-icon,
.button-icon {
  color: var(--gold-soft);
  opacity: 0.95;
}

.section-icon {
  width: 25px;
  height: 25px;
  margin-right: 9px;
  vertical-align: -6px;
}

.card-icon,
.activity-icon,
.flow-icon,
.story-card-icon {
  width: 26px;
  height: 26px;
}

.story-card-icon {
  display: inline-block;
  margin-bottom: 12px;
}

.button-icon {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 7px;
  vertical-align: -3px;
}

.icon-person { border: 2px solid currentColor; border-radius: 6px; }
.icon-person::before { content: ""; position: absolute; left: 7px; top: 4px; width: 7px; height: 7px; border: 2px solid currentColor; border-radius: 50%; }
.icon-person::after { content: ""; position: absolute; left: 5px; right: 5px; bottom: 4px; height: 7px; border: 2px solid currentColor; border-radius: 8px 8px 2px 2px; }

.icon-mic { border: 2px solid currentColor; border-radius: 10px 10px 8px 8px; width: 18px; height: 24px; margin-left: 3px; }
.icon-mic::before { content: ""; position: absolute; left: -5px; right: -5px; bottom: 5px; height: 10px; border: 2px solid currentColor; border-top: 0; border-radius: 0 0 12px 12px; }
.icon-mic::after { content: ""; position: absolute; left: 7px; bottom: -8px; width: 2px; height: 8px; background: currentColor; box-shadow: -5px 8px 0 0 currentColor, 5px 8px 0 0 currentColor; }

.icon-book { border: 2px solid currentColor; border-radius: 4px; }
.icon-book::before { content: ""; position: absolute; top: -2px; bottom: -2px; left: 10px; border-left: 2px solid currentColor; }
.icon-book::after { content: ""; position: absolute; right: 4px; top: 4px; width: 5px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; }

.icon-tools::before { content: ""; position: absolute; left: 4px; top: 3px; width: 6px; height: 18px; border: 2px solid currentColor; border-radius: 999px; transform: rotate(38deg); }
.icon-tools::after { content: ""; position: absolute; right: 3px; top: 4px; width: 12px; height: 12px; border: 2px solid currentColor; border-radius: 50%; box-shadow: 0 10px 0 -4px currentColor; }

.icon-route::before { content: ""; position: absolute; left: 3px; top: 13px; width: 20px; height: 8px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; border-radius: 0 10px 0 0; }
.icon-route::after { content: ""; position: absolute; left: 2px; top: 5px; width: 6px; height: 6px; border: 2px solid currentColor; border-radius: 50%; box-shadow: 16px 13px 0 -1px var(--card), 16px 13px 0 1px currentColor; }

.icon-steps::before { content: ""; position: absolute; left: 3px; top: 6px; width: 17px; height: 12px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: skewX(-20deg); }
.icon-steps::after { content: ""; position: absolute; right: 1px; top: 12px; border-left: 7px solid currentColor; border-top: 5px solid transparent; border-bottom: 5px solid transparent; }

.icon-question { border: 2px solid currentColor; border-radius: 50%; }
.icon-question::before { content: "?"; position: absolute; left: 6px; top: -1px; color: currentColor; font-size: 18px; font-weight: 900; line-height: 1; }

.icon-browser { border: 2px solid currentColor; border-radius: 5px; }
.icon-browser::before { content: ""; position: absolute; left: 0; right: 0; top: 6px; border-top: 2px solid currentColor; }
.icon-browser::after { content: ""; position: absolute; left: 4px; top: 3px; width: 3px; height: 3px; border-radius: 50%; background: currentColor; box-shadow: 6px 0 0 currentColor; }

.icon-update { border: 2px solid currentColor; border-left-color: transparent; border-radius: 50%; }
.icon-update::before { content: ""; position: absolute; right: -2px; top: 1px; width: 8px; height: 8px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(22deg); }
.icon-update::after { content: ""; position: absolute; left: -2px; bottom: 1px; width: 8px; height: 8px; border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(22deg); }

.icon-post { border: 2px solid currentColor; border-radius: 5px; }
.icon-post::before { content: ""; position: absolute; left: 5px; right: 5px; top: 6px; height: 2px; background: currentColor; box-shadow: 0 6px 0 currentColor; }
.icon-post::after { content: ""; position: absolute; right: -5px; bottom: 3px; width: 8px; height: 8px; border: 2px solid currentColor; border-radius: 50%; background: var(--card); }

.icon-playframe { border: 2px solid currentColor; border-radius: 5px; }
.icon-playframe::before { content: ""; position: absolute; left: 9px; top: 6px; border-left: 8px solid currentColor; border-top: 5px solid transparent; border-bottom: 5px solid transparent; }

.icon-door { border: 2px solid currentColor; border-radius: 8px 8px 3px 3px; }
.icon-door::before { content: ""; position: absolute; right: 5px; top: 11px; width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.icon-door::after { content: ""; position: absolute; left: 5px; bottom: -5px; width: 18px; height: 2px; background: currentColor; }

.icon-pin::before { content: ""; position: absolute; left: 6px; top: 1px; width: 12px; height: 16px; border: 2px solid currentColor; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.icon-pin::after { content: ""; position: absolute; left: 11px; top: 6px; width: 4px; height: 4px; border: 2px solid currentColor; border-radius: 50%; }

.icon-article { border: 2px solid currentColor; border-radius: 4px; }
.icon-article::before { content: ""; position: absolute; left: 5px; right: 5px; top: 6px; height: 2px; background: currentColor; box-shadow: 0 6px 0 currentColor, 0 12px 0 currentColor; }

.icon-store { border: 2px solid currentColor; border-radius: 3px; }
.icon-store::before { content: ""; position: absolute; left: -2px; right: -2px; top: -7px; height: 7px; border: 2px solid currentColor; border-radius: 5px 5px 0 0; }
.icon-store::after { content: ""; position: absolute; left: 8px; bottom: -2px; width: 7px; height: 10px; border: 2px solid currentColor; border-bottom: 0; }

.icon-music-video { border: 2px solid currentColor; border-radius: 5px; }
.icon-music-video::before { content: ""; position: absolute; left: 8px; top: 6px; border-left: 8px solid currentColor; border-top: 5px solid transparent; border-bottom: 5px solid transparent; }
.icon-music-video::after { content: "♪"; position: absolute; right: -8px; top: -10px; color: currentColor; font-size: 15px; font-weight: 900; }

.icon-message { border: 2px solid currentColor; border-radius: 50%; }
.icon-message::after { content: ""; position: absolute; left: 4px; bottom: -5px; width: 8px; height: 8px; border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(-18deg); }

.icon-listen { border: 2px solid currentColor; border-radius: 5px; }
.icon-listen::before { content: ""; position: absolute; left: 5px; top: 6px; width: 12px; height: 2px; background: currentColor; box-shadow: 0 6px 0 currentColor; }
.icon-listen::after { content: ""; position: absolute; right: -5px; top: 4px; width: 8px; height: 13px; border: 2px solid currentColor; border-left: 0; border-radius: 0 10px 10px 0; }

.icon-upload { border: 2px solid currentColor; border-radius: 5px; }
.icon-upload::before { content: ""; position: absolute; left: 11px; top: 5px; width: 2px; height: 12px; background: currentColor; }
.icon-upload::after { content: ""; position: absolute; left: 7px; top: 5px; width: 8px; height: 8px; border-left: 2px solid currentColor; border-top: 2px solid currentColor; transform: rotate(45deg); }

.icon-play { border: 2px solid currentColor; border-radius: 50%; }
.icon-play::before { content: ""; position: absolute; left: 6px; top: 4px; border-left: 7px solid currentColor; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }

.icon-bookmark { border: 2px solid currentColor; border-radius: 3px 3px 1px 1px; }
.icon-bookmark::after { content: ""; position: absolute; left: 5px; bottom: -2px; width: 8px; height: 8px; border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(-45deg); background: var(--card); }

.icon-glass::before { content: ""; position: absolute; left: 6px; top: 2px; width: 14px; height: 15px; border: 2px solid currentColor; border-top-width: 3px; border-radius: 1px 1px 8px 8px; }
.icon-glass::after { content: ""; position: absolute; left: 12px; bottom: 1px; width: 2px; height: 8px; background: currentColor; box-shadow: -5px 8px 0 0 currentColor, 5px 8px 0 0 currentColor; }

.icon-guide { border: 2px solid currentColor; border-radius: 4px; }
.icon-guide::before { content: ""; position: absolute; left: 6px; top: -2px; width: 8px; height: 13px; border: 2px solid currentColor; border-top: 0; background: var(--card); }
.icon-guide::after { content: ""; position: absolute; right: 4px; bottom: 4px; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(-45deg); }

.icon-bulb { border: 2px solid currentColor; border-radius: 50% 50% 45% 45%; }
.icon-bulb::before { content: ""; position: absolute; left: 8px; bottom: -5px; width: 8px; height: 5px; border: 2px solid currentColor; border-top: 0; }
.icon-bulb::after { content: ""; position: absolute; left: 10px; top: 5px; width: 4px; height: 4px; border-radius: 50%; background: currentColor; }

@media (max-width: 520px) {
  #image-songs h2 {
    white-space: normal;
  }

  .section-icon,
  .card-icon,
  .activity-icon,
  .flow-icon,
  .story-card-icon {
    width: 24px;
    height: 24px;
  }
}

.featured-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(200, 164, 93, 0.25);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
}

.hero-visual:has(.featured-thumb) {
  align-content: stretch;
}

.hero-visual:has(.featured-thumb) .featured-work h2 {
  font-size: clamp(1.65rem, 5vw, 2.55rem);
}

.song-background {
  color: var(--subtle) !important;
  font-size: 0.9rem;
  line-height: 1.78 !important;
}

@media (min-width: 980px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 390px);
    gap: 64px;
  }

  .hero-visual {
    width: min(100%, 390px);
  }
}

.song-card .card-body {
  text-align: center;
}

.song-card h3 {
  text-align: center;
}

.song-card .mini-button-row {
  justify-content: center;
}

.background-button {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold-soft);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  background: rgba(245, 239, 230, 0.035);
}

.background-button.is-disabled {
  cursor: default;
  opacity: 0.62;
  filter: saturate(0.82);
}

.background-button.is-disabled:hover {
  transform: none;
  background: rgba(245, 239, 230, 0.035);
}

@media (min-width: 760px) {
  .song-gallery {
    padding-left: 58px;
    padding-right: 58px;
  }

  .gallery-control {
    top: 34%;
    transform: translateY(-50%);
  }

  .gallery-prev {
    left: 4px;
  }

  .gallery-next {
    right: 4px;
  }
}

@media (max-width: 759px) {
  .gallery-control {
    display: none !important;
  }
}

.song-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.song-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.song-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(2, 3, 8, 0.76);
  backdrop-filter: blur(8px);
}

.song-modal__dialog {
  position: relative;
  width: min(100%, 640px);
  max-height: min(82vh, 720px);
  overflow: auto;
  padding: 26px;
  border: 1px solid rgba(200, 164, 93, 0.34);
  border-radius: 8px;
  background:
    radial-gradient(circle at 16% 0%, rgba(122, 36, 50, 0.26), transparent 18rem),
    linear-gradient(145deg, rgba(23, 26, 40, 0.98), rgba(11, 13, 23, 0.98));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.58);
}

.song-modal__area,
.song-modal__shop {
  margin: 0;
  color: var(--gold-soft);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.song-modal__shop {
  margin-top: 4px;
  color: var(--muted);
}

.song-modal__dialog h2 {
  margin-top: 10px;
  color: var(--text);
  font-size: clamp(1.8rem, 7vw, 2.8rem);
}

.song-modal__credit {
  margin-top: 10px;
  color: var(--subtle);
  font-size: 0.92rem;
  font-weight: 700;
}

.song-modal__body {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  color: var(--body);
  line-height: 1.95;
}

.song-modal__body p {
  margin: 0;
}

.song-modal__close {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 9px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold-soft);
  font: inherit;
  font-weight: 900;
  background: rgba(122, 36, 50, 0.24);
  cursor: pointer;
}

.background-button {
  cursor: pointer;
  opacity: 1;
  filter: none;
}

.background-button:hover {
  background: rgba(122, 36, 50, 0.22);
}

@media (max-width: 520px) {
  .song-modal {
    padding: 14px;
  }

  .song-modal__dialog {
    max-height: 84vh;
    padding: 22px;
  }
}

body.modal-open {
  overflow: hidden;
}

.background-button.is-disabled {
  cursor: default;
  opacity: 0.62;
  filter: saturate(0.82);
}

.background-button.is-disabled:hover {
  transform: none;
  background: rgba(245, 239, 230, 0.035);
}

.image-songs-actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.all-songs-link {
  min-height: 48px;
  padding-inline: 22px;
}

@media (max-width: 520px) {
  .image-songs-actions {
    margin-top: 20px;
  }

  .all-songs-link {
    width: 100%;
  }
}

/* IMAGE SONGS cards: keep background text inside modal only */
.song-card .card-body {
  display: flex;
  min-height: 218px;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding: 18px;
}

.song-card .card-kicker {
  margin-top: 0;
}

.song-card h3 {
  margin-top: 2px;
  font-size: clamp(1.28rem, 5vw, 1.52rem);
}

.song-card .credit {
  margin-top: 6px;
}

.song-card .mini-button-row {
  width: 100%;
  margin-top: 14px;
  gap: 10px;
}

.song-card .mini-button-row a,
.song-card .background-button {
  justify-content: center;
  min-height: 40px;
}

@media (max-width: 520px) {
  .song-card .card-body {
    min-height: 210px;
    padding: 18px 16px;
  }

  .song-card .mini-button-row {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* Keep gallery arrows outside song cards */
@media (min-width: 760px) {
  .gallery-shell {
    padding-inline: 58px;
  }

  .song-gallery {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-control {
    top: 40%;
    width: 46px;
    height: 46px;
  }

  .gallery-prev {
    left: 0;
  }

  .gallery-next {
    right: 0;
  }
}

@media (min-width: 1180px) {
  .gallery-shell {
    padding-inline: 64px;
  }
}


/* Mobile polish and clearer story icons */
.service-consult-note {
  display: grid;
  gap: 16px;
  margin-top: 24px;
  padding: 22px;
  border: 1px solid rgba(200, 164, 93, 0.24);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(122, 36, 50, 0.2), rgba(23, 26, 40, 0.94));
}

.service-consult-note p {
  margin: 0;
  color: var(--body);
  line-height: 1.9;
}

.service-consult-note .button {
  width: fit-content;
}

.icon-diary {
  border: 2px solid currentColor;
  border-radius: 4px;
}

.icon-diary::before {
  content: "";
  position: absolute;
  left: 6px;
  top: -2px;
  width: 8px;
  height: 15px;
  border: 2px solid currentColor;
  border-top: 0;
  background: var(--card);
}

.icon-diary::after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 6px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 -5px 0 currentColor;
  opacity: 0.85;
}

.icon-notebook-pen {
  border: 2px solid currentColor;
  border-radius: 4px;
}

.icon-notebook-pen::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 12px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 6px 0 currentColor;
}

.icon-notebook-pen::after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: 0;
  width: 6px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 999px;
  background: var(--card);
  transform: rotate(35deg);
}

.icon-bag-moon::before {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 2px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 5px 5px 7px 7px;
}

.icon-bag-moon::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 1px;
  width: 9px;
  height: 8px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  box-shadow: 9px 2px 0 -4px var(--card), 9px 2px 0 -2px currentColor;
}

.icon-column-pen {
  border: 2px solid currentColor;
  border-radius: 4px;
}

.icon-column-pen::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 14px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 5px 0 currentColor, 0 10px 0 currentColor;
}

.icon-column-pen::after {
  content: "";
  position: absolute;
  right: -5px;
  top: -3px;
  width: 6px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 999px;
  background: var(--card);
  transform: rotate(38deg);
}

@media (max-width: 520px) {
  .hero-copy {
    font-size: 0.98rem;
    line-height: 1.82;
    letter-spacing: -0.01em;
  }

  .hero-text {
    font-size: 0.98rem;
    line-height: 1.86;
  }

  .song-card .credit {
    white-space: nowrap;
    font-size: clamp(0.72rem, 3.2vw, 0.82rem);
    letter-spacing: -0.02em;
  }

  .story-category-card {
    gap: 20px;
    padding: 24px 20px;
  }

  .story-card-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 14px;
  }

  .story-category-card .story-label {
    margin-bottom: 10px;
    font-size: 1.18rem;
    font-weight: 700;
    line-height: 1.4;
  }

  .story-category-card h3 {
    margin-top: 4px;
  }

  .story-category-card p {
    line-height: 1.86;
  }

  .service-consult-note {
    padding: 20px;
  }

  .service-consult-note .button {
    width: 100%;
  }
}

/* Lucide icon system */
.lucide-icon {
  display: inline-block;
  flex: 0 0 auto;
  color: var(--gold-soft);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
}

.section-icon.lucide-icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  vertical-align: -5px;
}

.card-icon.lucide-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: -6px;
}

.story-card-icon.lucide-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
}

.activity-icon.lucide-icon,
.flow-icon.lucide-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0 10px;
}

.button-icon.lucide-icon,
.contact-icon.lucide-icon {
  width: 18px;
  height: 18px;
  margin-right: 7px;
}

.gallery-icon.lucide-icon {
  width: 24px;
  height: 24px;
  margin: 0;
}

.gallery-control {
  font-size: 0;
}

.faq-list summary {
  position: relative;
  padding-right: 28px;
}

.faq-list summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--gold-soft);
  border-bottom: 2px solid var(--gold-soft);
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.18s ease;
}

.faq-list details[open] summary::after {
  transform: translateY(-35%) rotate(-135deg);
}

@media (max-width: 520px) {
  .section-icon.lucide-icon {
    width: 21px;
    height: 21px;
  }

  .card-icon.lucide-icon,
  .activity-icon.lucide-icon,
  .flow-icon.lucide-icon {
    width: 23px;
    height: 23px;
  }

  .story-card-icon.lucide-icon {
    width: 32px;
    height: 32px;
  }

  .button-icon.lucide-icon,
  .contact-icon.lucide-icon {
    width: 18px;
    height: 18px;
  }
}

.faq-chevron.lucide-icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  transition: transform 0.18s ease;
}

.faq-list details[open] .faq-chevron {
  transform: translateY(-50%) rotate(180deg);
}

.faq-list summary::after {
  content: none;
}


.brand-contact-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  color: var(--gold-soft);
  vertical-align: middle;
}

.line-contact-icon {
  width: 30px;
  height: 20px;
}

.instagram-contact-icon {
  width: 22px;
  height: 22px;
}

@media (max-width: 520px) {
  .brand-contact-icon {
    margin-right: 11px;
  }

  .line-contact-icon {
    width: 32px;
    height: 21px;
  }

  .instagram-contact-icon {
    width: 23px;
    height: 23px;
  }
}

/* STORIES article cards and NIGHT MEMORY article page */
.story-post-card {
  display: grid;
  gap: 10px;
  padding: 0;
  overflow: hidden;
}

.post-card-thumb {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid rgba(200, 164, 93, 0.16);
}

.post-card-thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--section);
}

.story-post-card span,
.story-post-card h4,
.story-post-card p {
  margin-left: 14px;
  margin-right: 14px;
}

.story-post-card p {
  margin-bottom: 14px;
}

.story-post-card h4 a {
  color: var(--text);
}

.story-article-page .site-nav {
  transform: none;
}

.story-article-page .article-nav {
  position: static;
  display: flex;
  gap: 14px;
  padding: 0;
  border: 0;
  background: transparent;
}

.story-article-page .article-nav a {
  border: 0;
  padding: 0;
  font-size: 0.8rem;
}

.story-article {
  padding-top: 52px;
}

.article-inner {
  max-width: 820px;
}

.article-header h1 {
  white-space: normal;
  font-size: clamp(2rem, 8vw, 4rem);
  line-height: 1.35;
}

.article-date {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.article-hero-image {
  width: 100%;
  margin-top: 28px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(200, 164, 93, 0.28);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  background: var(--section);
}

.article-body {
  display: grid;
  gap: 1.05em;
  margin-top: 42px;
  color: var(--body);
  font-size: clamp(1.02rem, 3.6vw, 1.12rem);
  line-height: 2.05;
}

.article-photo {
  margin: 42px 0 0;
}

.article-photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(200, 164, 93, 0.24);
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.28);
}

.article-photo figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: left;
}

.story-inline-image figcaption {
  text-align: left;
}

.ume-snackku {
  margin-top: 44px;
  padding: 24px;
  border-top: 1px solid rgba(200, 164, 93, 0.34);
  border-bottom: 1px solid rgba(200, 164, 93, 0.22);
  background: linear-gradient(135deg, rgba(122, 36, 50, 0.18), rgba(23, 26, 40, 0.82));
}

.ume-snackku-label {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ume-snackku-poem {
  margin-top: 10px;
  color: var(--text);
  font-size: clamp(1.25rem, 5vw, 1.7rem);
  font-weight: 800;
  line-height: 1.75;
}

.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

@media (max-width: 640px) {
  .story-article-page .header-inner {
    align-items: flex-start;
    gap: 12px;
  }

  .story-article-page .article-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
  }

  .story-article {
    padding-top: 38px;
  }

  .article-body {
    margin-top: 34px;
    line-height: 2;
  }

  .ume-snackku {
    padding: 22px 18px;
  }

  .article-actions .button {
    width: 100%;
  }
}

/* NIGHT MEMORY list page additions */
.article-body-after-photo {
  margin-top: 34px;
}

.article-photo-secondary {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.ume-snackku-plain .ume-snackku-poem {
  margin-top: 0;
  text-align: center;
  letter-spacing: 0.04em;
}

.story-list-heading h1 {
  white-space: normal;
  font-size: clamp(2.4rem, 9vw, 4.4rem);
}

.story-list-grid {
  display: grid;
  gap: 18px;
}

.story-list-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(23, 26, 40, 0.92);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
}

.story-list-thumb {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid rgba(200, 164, 93, 0.18);
}

.story-list-thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--section);
}

.story-list-card-body {
  padding: 20px;
}

.story-list-card-body span {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
}

.story-list-card-body h2 {
  margin-top: 8px;
  font-size: clamp(1.25rem, 4.8vw, 1.72rem);
}

.story-list-card-body h2 a {
  color: var(--text);
}

.story-list-card-body p {
  margin-top: 10px;
  color: var(--body);
  line-height: 1.88;
}

.story-list-actions {
  justify-content: center;
}

@media (min-width: 780px) {
  .story-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* ORIGINAL COLUMN reading layout */
.original-column-page:not(.story-list-page) .article-inner,
.original-column-page:not(.story-list-page) .story-article-shell {
  width: min(100%, 820px);
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.original-column-page:not(.story-list-page) .story-article-shell {
  padding-top: 58px;
  padding-bottom: 72px;
}

.original-column-page:not(.story-list-page) .story-article-shell .story-article {
  max-width: 780px;
  margin: 0 auto;
  padding-top: 0;
}

.original-column-page:not(.story-list-page) .article-inner {
  max-width: 780px;
}

.original-column-page:not(.story-list-page) .article-header,
.original-column-page:not(.story-list-page) .article-body,
.original-column-page:not(.story-list-page) .article-photo,
.original-column-page:not(.story-list-page) .article-actions,
.original-column-page:not(.story-list-page) .story-article-body,
.original-column-page:not(.story-list-page) .story-article-links {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.original-column-page:not(.story-list-page) .article-header h1,
.original-column-page:not(.story-list-page) .story-article h1 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.38;
}

.original-column-page:not(.story-list-page) .story-article-meta,
.original-column-page:not(.story-list-page) .story-article time {
  display: block;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.original-column-page:not(.story-list-page) .story-article-meta {
  color: var(--gold);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.original-column-page:not(.story-list-page) .story-article time {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.original-column-page:not(.story-list-page) .story-article-hero,
.original-column-page:not(.story-list-page) .story-inline-image {
  max-width: 760px;
  margin: 34px auto 0;
}

.original-column-page:not(.story-list-page) .story-article-hero img,
.original-column-page:not(.story-list-page) .story-inline-image img,
.original-column-page:not(.story-list-page) .article-hero-image,
.original-column-page:not(.story-list-page) .article-photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(200, 164, 93, 0.24);
  border-radius: 10px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
}

.original-column-page:not(.story-list-page) .story-article-hero img,
.original-column-page:not(.story-list-page) .article-hero-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.original-column-page:not(.story-list-page) .article-body,
.original-column-page:not(.story-list-page) .story-article-body {
  margin-top: 42px;
  color: var(--body);
  font-size: clamp(1.02rem, 1.45vw, 1.12rem);
  line-height: 2.05;
  letter-spacing: 0.02em;
}

.original-column-page:not(.story-list-page) .story-article-body {
  display: grid;
  gap: 1.28em;
}


.original-column-page:not(.story-list-page) .story-inline-image figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
  text-align: left;
}
.original-column-page:not(.story-list-page) .story-article-body p {
  margin: 0;
}

.original-column-page:not(.story-list-page) .story-article-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}

.original-column-page:not(.story-list-page) .story-article-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold-soft);
  font-weight: 800;
  background: rgba(245, 239, 230, 0.035);
}

@media (max-width: 640px) {
  .original-column-page:not(.story-list-page) .article-inner,
  .original-column-page:not(.story-list-page) .story-article-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .original-column-page:not(.story-list-page) .story-article-shell {
    padding-top: 40px;
    padding-bottom: 58px;
  }

  .original-column-page:not(.story-list-page) .article-body,
  .original-column-page:not(.story-list-page) .story-article-body {
    margin-top: 34px;
    line-height: 2;
    letter-spacing: 0.01em;
  }

  .original-column-page:not(.story-list-page) .story-article-links a {
    width: 100%;
  }
}

/* WOMEN'S NOTE article polish */
.womens-note-page .article-hero-image,
.womens-note-page .article-photo img,
.womens-note-page .story-list-thumb img {
  filter: saturate(0.96) brightness(1.02);
}

.womens-note-page .ume-snackku {
  background: linear-gradient(135deg, rgba(122, 36, 50, 0.15), rgba(200, 164, 93, 0.055), rgba(23, 26, 40, 0.82));
}

.womens-note-page .story-list-card {
  background: linear-gradient(145deg, rgba(77, 21, 31, 0.14), rgba(23, 26, 40, 0.94));
}

.womens-snackku .ume-snackku-poem {
  white-space: nowrap;
  text-align: center;
  letter-spacing: 0.02em;
}

@media (max-width: 520px) {
  .womens-snackku .ume-snackku-poem {
    font-size: clamp(1.04rem, 4.6vw, 1.28rem);
    white-space: normal;
  }
}



/* Compact mobile hero, service labels, and reading cues */
.service-group-label,
.media-menu-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 30px;
  padding: 5px 11px;
  border: 1px solid rgba(200, 164, 93, 0.34);
  border-radius: 999px;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  background: rgba(122, 36, 50, 0.18);
}

.service-group-label {
  margin: -6px 0 12px 14px;
}

.times-label,
.media-menu-label {
  border-color: rgba(200, 164, 93, 0.48);
  background: rgba(200, 164, 93, 0.08);
}

.media-menu-label {
  margin: 0 0 10px;
}

.scroll-hint {
  display: none;
  margin: -8px 0 12px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: right;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.faq-list summary .faq-chevron {
  width: 22px;
  height: 22px;
  padding: 3px;
  border: 1px solid rgba(200, 164, 93, 0.28);
  border-radius: 999px;
  background: rgba(200, 164, 93, 0.07);
}

@media (max-width: 640px) {
  .hero {
    min-height: auto;
    padding-top: 30px;
  }

  .hero-inner {
    gap: 24px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .hero-copy-area {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .hero-copy {
    margin-top: 18px;
    max-width: 100%;
    font-size: 0.92rem;
    line-height: 1.78;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .hero-text {
    margin-top: 10px;
    max-width: 100%;
    font-size: 0.92rem;
    line-height: 1.8;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .hero .button-row {
    margin-top: 20px;
    gap: 10px;
  }

  .hero .button {
    min-height: 44px;
    padding: 10px 15px;
  }

  .hero-visual:has(.featured-thumb) {
    width: min(100%, 330px);
    min-height: 0;
    gap: 12px;
    padding: 18px;
  }

  .featured-thumb {
    aspect-ratio: 16 / 8.4;
  }

  .hero-card-label {
    font-size: 0.78rem;
  }

  .featured-work p {
    font-size: 0.82rem;
  }

  .hero-visual:has(.featured-thumb) .featured-work h2 {
    font-size: clamp(1.35rem, 6vw, 1.7rem);
  }

  .featured-work span {
    margin-top: 5px;
    font-size: 0.76rem;
    line-height: 1.5;
  }

  .counter-line {
    height: 6px;
  }

  .featured-link {
    min-height: 38px;
    padding: 7px 12px;
    font-size: 0.86rem;
  }

  .scroll-hint {
    display: block;
  }

  .story-category-card {
    gap: 16px;
  }

  .story-category-copy p + p {
    margin-top: 6px;
  }

  .story-category-card h3 {
    font-size: 1.02rem;
    line-height: 1.55;
  }

  .story-category-card p:not(.story-label):not(.card-kicker) {
    font-size: 0.93rem;
    line-height: 1.74;
  }

  .latest-posts {
    gap: 8px;
  }

  .story-post-card p {
    font-size: 0.88rem;
    line-height: 1.68;
  }

  .faq-list {
    gap: 12px;
  }

  .faq-list details {
    padding: 0 16px;
  }

  .faq-list summary {
    padding: 17px 0;
    font-size: 1rem;
    line-height: 1.55;
  }

  .faq-list p {
    padding-bottom: 17px;
    line-height: 1.82;
  }
}

/* Final mobile header and story navigation polish */
.brand,
.brand > span:last-child {
  min-width: 0;
  white-space: nowrap;
}

@media (max-width: 759px) {
  .brand {
    flex: 0 1 auto;
    gap: 8px;
    font-size: 0.96rem;
  }

  .brand-mark {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    font-size: 0.9rem;
  }

  .header-inner {
    align-items: center;
    gap: 12px;
    padding-inline: 14px;
  }

  .nav-toggle {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    padding: 10px;
  }

  body:not(.story-list-page).story-article-page .site-header {
    position: sticky;
    top: 0;
    z-index: 60;
  }

  .story-article-page .site-nav,
  .story-article-page .article-nav {
    position: fixed;
    inset: 64px 0 auto 0;
    display: grid;
    gap: 2px;
    padding: 18px 20px 24px;
    border: 0;
    border-bottom: 1px solid var(--line);
    background: rgba(16, 19, 31, 0.98);
    backdrop-filter: blur(18px);
    transform: translateY(-120%);
    transition: transform 0.24s ease;
    z-index: 59;
  }

  .story-article-page .site-nav.is-open,
  .story-article-page .article-nav.is-open {
    transform: translateY(0);
  }

  .story-article-page .article-nav a {
    padding: 14px 4px;
    border-bottom: 1px solid rgba(200, 164, 93, 0.12);
    color: var(--muted);
    font-size: 0.92rem;
  }

  .story-article-page .article-nav a:last-child {
    border-bottom: 0;
  }

  .story-article {
    padding-top: 30px;
  }

  .night-memory-article-page .article-header h1 {
    font-size: clamp(1.78rem, 8.1vw, 2.35rem);
    line-height: 1.42;
  }

  .sugarhill-page .article-photo img {
    max-height: 58vh;
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 380px) {
  .brand {
    font-size: 0.9rem;
  }

  .brand-mark {
    width: 29px;
    height: 29px;
    flex-basis: 29px;
  }
}

.ume-snackku {
  margin-top: 44px;
  padding: 24px 22px;
  border: 1px solid rgba(200, 164, 93, 0.24);
  border-left: 0;
  border-right: 0;
  background: linear-gradient(135deg, rgba(122, 36, 50, 0.18), rgba(200, 164, 93, 0.055), rgba(23, 26, 40, 0.84));
  text-align: center;
}

.ume-snackku-label {
  margin: 0;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.ume-snackku-poem {
  margin: 10px 0 0;
  color: var(--text);
  font-size: clamp(1.16rem, 4.8vw, 1.55rem);
  font-weight: 800;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.03em;
}

@media (max-width: 640px) {
  .ume-snackku {
    padding: 22px 16px;
  }

  .ume-snackku .ume-snackku-poem,
  .ume-snackku-plain .ume-snackku-poem,
  .womens-snackku .ume-snackku-poem {
    max-width: 100%;
    font-size: clamp(1rem, 4vw, 1.18rem);
    line-height: 1.85;
    letter-spacing: 0.02em;
    text-wrap: balance;
    white-space: normal;
  }
}

.related-stories {
  margin-top: 34px;
  padding: 20px;
  border: 1px solid rgba(200, 164, 93, 0.22);
  border-radius: 8px;
  background: rgba(16, 19, 31, 0.58);
}

.related-stories-label,
.other-stories p {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.related-story-link {
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid rgba(200, 164, 93, 0.16);
  border-radius: 8px;
  background: rgba(23, 26, 40, 0.68);
}

.related-story-link span {
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 800;
}

.related-story-link strong {
  color: var(--text);
  line-height: 1.55;
}

.story-list-card-cta {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(200, 164, 93, 0.36);
  border-radius: 999px;
  color: var(--gold-soft);
  font-size: 0.82rem;
  font-weight: 800;
  background: rgba(200, 164, 93, 0.07);
}

.story-list-card-cta:hover,
.story-list-card-cta:focus-visible {
  color: var(--text);
  border-color: rgba(200, 164, 93, 0.58);
  background: rgba(122, 36, 50, 0.32);
}

.other-stories {
  margin-top: 28px;
  padding: 18px;
  border: 1px solid rgba(200, 164, 93, 0.2);
  border-radius: 8px;
  background: rgba(16, 19, 31, 0.52);
}

.other-stories div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.other-stories a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(200, 164, 93, 0.28);
  border-radius: 999px;
  color: var(--gold-soft);
  font-size: 0.84rem;
  font-weight: 800;
  background: rgba(245, 239, 230, 0.035);
}

@media (min-width: 780px) {
  .night-memory-page .story-list-section {
    padding-top: 74px;
  }

  .night-memory-page .story-list-heading {
    margin-bottom: 18px;
  }
}


/* Womens note image pacing */
.womens-note-hitori-page .article-photo {
  margin-top: 52px;
  margin-bottom: 10px;
}

.womens-note-hitori-page .article-photo + .article-body,
.womens-note-hitori-page .article-photo + .article-body-after-photo {
  margin-top: 46px;
}

@media (max-width: 640px) {
  .womens-note-hitori-page .article-photo {
    margin-top: 46px;
    margin-bottom: 14px;
  }

  .womens-note-hitori-page .article-photo + .article-body,
  .womens-note-hitori-page .article-photo + .article-body-after-photo {
    margin-top: 42px;
  }
}


/* Top page typography and icon scale */
.home-page .section-heading {
  margin-bottom: 34px;
}

.home-page .section-heading .eyebrow,
.home-page .contact-panel .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.home-page .section-heading h2,
.home-page .contact-panel h2 {
  font-size: clamp(2.5rem, 4.4vw, 3rem);
  font-weight: 700;
  line-height: 1.24;
}

.home-page .section-heading p:not(.eyebrow),
.home-page .lead-block p,
.home-page .contact-panel p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.85;
}

.home-page .group-title,
.home-page .price-note h3,
.home-page .contact-panel h3 {
  margin-bottom: 10px;
  font-size: clamp(1.38rem, 2.2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.4;
}

.home-page .group-note {
  font-size: 1rem;
  line-height: 1.8;
}

.home-page .story-category-card,
.home-page .service-card {
  gap: 12px;
}

.home-page .story-category-copy {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  column-gap: 10px;
  row-gap: 10px;
  align-items: center;
}

.home-page .story-category-copy .story-card-icon {
  grid-column: 1;
}

.home-page .story-category-card .story-label {
  grid-column: 2;
  margin: 0;
  padding: 2px 0 3px;
  font-size: clamp(1.25rem, 1.8vw, 1.38rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.home-page .story-category-card h3 {
  grid-column: 1 / -1;
  margin-top: 0;
  color: var(--body);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.78;
}

.home-page .service-card h3,
.home-page .profile-card h3,
.home-page .flow-list h3 {
  font-size: clamp(1.25rem, 1.8vw, 1.38rem);
  font-weight: 700;
  line-height: 1.4;
}

.home-page .service-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-page .story-category-card p:not(.story-label):not(.card-kicker),
.home-page .service-card p:not(.price):not(.meta-line):not(.media-menu-label),
.home-page .profile-card p,
.home-page .price-note p,
.home-page .flow-list p,
.home-page .faq-list p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.82;
}

.home-page .card-kicker,
.home-page .price,
.home-page .meta-line,
.home-page .post-card span,
.home-page .activity-grid span,
.home-page .flow-list span,
.home-page .media-menu-label {
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.55;
}

.home-page .faq-list summary {
  padding: 20px 0;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.6;
}

.home-page .section-icon.lucide-icon {
  width: 20px;
  height: 20px;
  margin-right: 0;
  stroke-width: 2.35;
  vertical-align: -4px;
}

.home-page .story-card-icon.lucide-icon,
.home-page .service-card .card-icon.lucide-icon,
.home-page .activity-icon.lucide-icon,
.home-page .flow-icon.lucide-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin: 0;
  stroke-width: 2.35;
}

@media (max-width: 520px) {
  .home-page .section-heading {
    margin-bottom: 28px;
  }

  .home-page .section-heading .eyebrow,
  .home-page .contact-panel .eyebrow {
    gap: 7px;
    margin-bottom: 9px;
    font-size: 0.78rem;
  }

  .home-page .section-heading h2,
  .home-page .contact-panel h2 {
    font-size: clamp(1.9rem, 8vw, 2.25rem);
    line-height: 1.26;
  }

  .home-page .section-heading p:not(.eyebrow),
  .home-page .lead-block p,
  .home-page .contact-panel p {
    font-size: 0.94rem;
    line-height: 1.82;
  }

  .home-page .group-title,
  .home-page .price-note h3,
  .home-page .contact-panel h3 {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .home-page .story-category-copy {
    grid-template-columns: 20px minmax(0, 1fr);
    column-gap: 9px;
    row-gap: 8px;
  }

  .home-page .story-category-card .story-label,
  .home-page .service-card h3,
  .home-page .profile-card h3,
  .home-page .flow-list h3 {
    font-size: 1.16rem;
    line-height: 1.4;
  }

  .home-page .story-category-card h3,
  .home-page .story-category-card p:not(.story-label):not(.card-kicker),
  .home-page .service-card p:not(.price):not(.meta-line):not(.media-menu-label),
  .home-page .profile-card p,
  .home-page .price-note p,
  .home-page .flow-list p,
  .home-page .faq-list p {
    font-size: 0.94rem;
    line-height: 1.78;
  }

  .home-page .card-kicker,
  .home-page .price,
  .home-page .meta-line,
  .home-page .post-card span,
  .home-page .activity-grid span,
  .home-page .flow-list span,
  .home-page .media-menu-label {
    font-size: 0.78rem;
  }

  .home-page .faq-list summary {
    padding: 18px 0;
    font-size: 1rem;
    line-height: 1.6;
  }

  .home-page .section-icon.lucide-icon {
    width: 18px;
    height: 18px;
  }

  .home-page .story-card-icon.lucide-icon,
  .home-page .service-card .card-icon.lucide-icon,
  .home-page .activity-icon.lucide-icon,
  .home-page .flow-icon.lucide-icon {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }
}

/* IMAGE SONGS list page */
.image-songs-page .site-header {
  position: sticky;
}

.image-songs-list-section {
  background:
    radial-gradient(circle at 18% 14%, rgba(122, 36, 50, 0.24), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(200, 164, 93, 0.14), transparent 30%),
    rgba(16, 19, 31, 0.64);
}

.image-songs-list-heading {
  max-width: 900px;
}

.image-songs-list-heading h1 {
  font-size: clamp(2.35rem, 5vw, 3.4rem);
  line-height: 1.22;
}

.image-songs-list-heading p:not(.eyebrow) {
  max-width: 860px;
}

.song-list-grid {
  display: grid;
  gap: 22px;
  margin-top: 40px;
}

.song-list-grid .song-card {
  scroll-snap-align: none;
  height: 100%;
}

.song-list-grid .song-thumb {
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.song-list-grid .card-body {
  min-height: 220px;
}

.image-songs-back {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

@media (min-width: 760px) {
  .song-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1120px) {
  .song-list-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .image-songs-list-section {
    padding-top: 58px;
  }

  .image-songs-list-heading h1 {
    font-size: clamp(2rem, 9vw, 2.35rem);
  }

  .image-songs-list-heading p:not(.eyebrow) {
    line-height: 1.82;
  }

  .song-list-grid {
    gap: 18px;
    margin-top: 30px;
  }

  .song-list-grid .card-body {
    min-height: 204px;
  }

  .image-songs-back {
    margin-top: 34px;
  }
}
