:root {
  --bg: #FDF8F2;
  --surface: #FFFFFF;
  --surface-soft: #F7F1EA;
  --text: #111111;
  --muted: #625D58;
  --line: #EAE4DD;
  --accent: #F1871C;
  --accent-soft: #FFF0DF;
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 14px 36px rgba(17, 17, 17, 0.07);
  --font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  padding: .75rem 1rem;
  background: var(--text);
  color: #fff;
  border-radius: 10px;
}
.skip-link:focus { top: 1rem; }

.container { width: min(calc(100% - 2.5rem), var(--max)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: var(--text);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -.02em;
}
.brand img { width: 36px; height: 36px; flex: 0 0 auto; }
.nav { display: flex; align-items: center; gap: 1.1rem; }
.nav-link {
  color: var(--muted);
  text-decoration: none;
  font-size: .93rem;
  font-weight: 650;
}
.nav-link:hover, .nav-link:focus-visible { color: var(--text); }

.button,
.share-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: .78rem 1.1rem;
  border-radius: 12px;
  border: 1px solid var(--text);
  text-decoration: none;
  font-weight: 780;
  line-height: 1;
  cursor: pointer;
  transition: background .16s ease, border-color .16s ease, color .16s ease;
}
.button svg, .share-button svg { width: 18px; height: 18px; flex: 0 0 auto; }
.button:hover, .share-button:hover { transform: none; }
.button-primary { background: var(--text); color: #fff; border-color: var(--text); }
.button-primary svg { color: var(--accent); }
.button-primary:hover, .button-primary:focus-visible { background: #26221F; border-color: #26221F; }
.button-accent { background: var(--accent); color: #17100A; border-color: var(--accent); }
.button-accent:hover, .button-accent:focus-visible { background: #F49A45; border-color: #F49A45; }
.button-header { min-height: 44px; padding: .68rem .95rem; font-size: .9rem; }
.button-hero { min-height: 56px; padding: .95rem 1.25rem; font-size: 1rem; }
.share-button { background: transparent; color: #fff; border-color: rgba(255,255,255,.28); }
.share-button:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.42); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: var(--text);
  font-size: .95rem;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

main { overflow: clip; }
.hero { padding: 5rem 0 2.5rem; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
}
.hero-copy { min-width: 0; }
.eyebrow {
  margin: 0 0 .85rem;
  color: #B65500;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; letter-spacing: -.035em; }
h1 { max-width: 12ch; font-size: clamp(2.9rem, 5vw, 4.35rem); line-height: 1.02; }
h2 { font-size: clamp(2rem, 3.4vw, 2.7rem); line-height: 1.08; }
h3 { font-size: 1.22rem; line-height: 1.2; }
.lede {
  max-width: 60ch;
  margin: 1.35rem 0 0;
  color: #393531;
  font-size: clamp(1.08rem, 1.4vw, 1.2rem);
  line-height: 1.65;
}
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1.55rem; }
.microcopy { margin: .9rem 0 0; color: var(--muted); font-size: .86rem; }

.experience-card {
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: var(--shadow);
}
.experience-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .05rem .1rem .95rem;
  color: var(--muted);
  font-size: .79rem;
  font-weight: 650;
}
.status { display: inline-flex; align-items: center; gap: .45rem; color: var(--text); }
.status i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.experience-main {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 1.15rem;
  align-items: center;
}
.experience-main img {
  width: 180px;
  height: 180px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
}
.experience-copy { min-width: 0; }
.experience-copy .artist-name { color: var(--muted); font-size: .86rem; font-weight: 700; }
.experience-copy h2 { margin-top: .15rem; font-size: 1.8rem; }
.experience-copy > p { margin: .35rem 0 0; color: var(--muted); }
.context-tags { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .9rem; }
.context-tags span {
  padding: .38rem .62rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--bg);
  color: #45403C;
  font-size: .75rem;
  font-weight: 650;
}
.experience-progress { height: 6px; margin-top: 1rem; overflow: hidden; border-radius: 99px; background: #E9E2DA; }
.experience-progress span { display: block; width: 64%; height: 100%; background: var(--accent); }
.experience-note { margin: .65rem 0 0; color: var(--muted); font-size: .82rem; }

.search-summary {
  margin-top: 3.4rem;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.search-intent, .key-takeaways { padding: 1.25rem 0; }
.search-intent { padding-right: 2.2rem; border-right: 1px solid var(--line); }
.key-takeaways { padding-left: 2.2rem; }
.search-intent span, .key-takeaways > span {
  display: block;
  margin-bottom: .25rem;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.search-intent strong { font-size: .98rem; }
.key-takeaways ul { display: flex; flex-wrap: wrap; gap: .55rem 1.4rem; margin: 0; padding: 0; list-style: none; }
.key-takeaways li { position: relative; padding-left: .9rem; font-size: .94rem; font-weight: 650; }
.key-takeaways li::before { content: ""; position: absolute; left: 0; top: .72em; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }

.section { padding: 5rem 0; }
.section + .section { border-top: 1px solid var(--line); }
.section-soft { background: #F9F3EC; }
.section-head { max-width: 780px; margin-bottom: 2.4rem; }
.section-head p:not(.eyebrow) { max-width: 64ch; margin: .9rem 0 0; color: var(--muted); }
.compact-head { margin-bottom: 0; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.step { padding-top: 1.2rem; border-top: 2px solid var(--text); }
.step-number { display: block; margin-bottom: 1.6rem; color: #B65500; font-size: .8rem; font-weight: 850; letter-spacing: .08em; }
.step p { margin: .7rem 0 0; color: var(--muted); }

.split-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.comparison-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.comparison { width: 100%; min-width: 650px; border-collapse: collapse; }
.comparison th, .comparison td { padding: 1rem 1.05rem; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.comparison th { background: #FBF8F4; color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.comparison td { font-size: .93rem; }
.comparison tr:last-child td { border-bottom: 0; }
.comparison td:nth-child(3) { font-weight: 700; }

.scenes-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.city-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.city-card {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
}
.city-card strong { font-size: 1.15rem; }
.city-card span { color: var(--muted); font-size: .88rem; }
.city-card-accent { background: var(--accent-soft); border-color: #EFCDAA; }

.content-links { border-top: 1px solid var(--line); }
.content-links > a {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 1rem;
  align-items: center;
  min-height: 112px;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.content-links > a > span { color: #B65500; font-size: .78rem; font-weight: 850; letter-spacing: .08em; }
.content-links h3 { margin: 0; }
.content-links p { margin: .3rem 0 0; color: var(--muted); }
.content-links b { font-size: 1.5rem; font-weight: 450; transition: transform .16s ease; }
.content-links a:hover b { transform: translateX(4px); }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.faq { display: grid; gap: .7rem; }
details { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 0 1rem; }
summary { cursor: pointer; position: relative; padding: 1rem 2rem 1rem 0; list-style: none; font-weight: 750; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: .1rem; top: .78rem; color: var(--muted); font-size: 1.35rem; font-weight: 450; }
details[open] summary::after { content: "−"; }
details p { margin: 0 0 1rem; color: var(--muted); }

.final-section { padding-top: 2rem; }
.final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2.2rem;
  align-items: center;
  padding: clamp(1.6rem, 4vw, 3rem);
  border-radius: 22px;
  background: var(--text);
  color: #fff;
}
.final-kicker { margin: 0 0 .5rem; color: var(--accent); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.final-cta h2 { max-width: 22ch; font-size: clamp(1.9rem, 3vw, 2.5rem); }
.final-cta p:not(.final-kicker) { margin: .7rem 0 0; color: #CFC8C2; }
.final-actions { display: grid; gap: .65rem; min-width: 225px; }

.site-footer { padding: 2.5rem 0 6.5rem; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem; }
.footer-links a { color: var(--muted); font-size: .86rem; }

.article-hero { padding: 4.8rem 0 2.4rem; }
.article-shell { max-width: 860px; }
.article-hero h1 { max-width: 16ch; font-size: clamp(2.6rem, 5vw, 4rem); }
.article-hero .lede { max-width: 65ch; }
.article-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1.5rem; }
.article-summary { margin-top: 2.5rem; }
.article-body { padding: 1rem 0 5rem; }
.article-body h2 { margin-top: 2.8rem; font-size: clamp(1.75rem, 3vw, 2.2rem); }
.article-body h3 { margin-top: 1.9rem; }
.article-body p, .article-body li { color: #403B37; }
.article-body p { margin: .85rem 0; }
.article-body ul { padding-left: 1.25rem; }
.key-box { margin: 1.6rem 0; padding: 1rem 1.1rem; border-left: 3px solid var(--accent); background: var(--surface); }
.related-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin-top: 1rem; }
.related-links a { padding: .9rem 1rem; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); text-decoration: none; font-size: .92rem; font-weight: 700; }
.related-links a:hover { border-color: #C9BFB5; }

.mobile-cta { display: none; }
:focus-visible { outline: 3px solid rgba(241, 135, 28, .34); outline-offset: 3px; }

@media (max-width: 960px) {
  .hero { padding-top: 3.6rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-copy { max-width: 760px; }
  .experience-card { max-width: 640px; }
  .split-section, .scenes-layout, .faq-layout { grid-template-columns: 1fr; }
  .compact-head { margin-bottom: 2rem; }
  .steps { gap: 1.4rem; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 70px; }
  body { padding-bottom: 82px; font-size: 16px; }
  .container { width: min(calc(100% - 1.25rem), var(--max)); }
  .header-inner { min-height: 64px; }
  .brand { font-size: .92rem; }
  .brand img { width: 34px; height: 34px; }
  .nav { gap: .55rem; }
  .nav-link { display: none; }
  .button-header { min-height: 40px; padding: .62rem .75rem; font-size: .79rem; }
  .button-header svg { display: none; }

  .hero { padding: 2.8rem 0 1.8rem; }
  h1 { font-size: clamp(2.55rem, 12vw, 3.75rem); max-width: 11ch; }
  h2 { font-size: clamp(1.75rem, 8vw, 2.25rem); }
  h3 { font-size: 1.12rem; }
  .lede { font-size: 1.03rem; }
  .hero-actions { align-items: flex-start; gap: .9rem; }
  .button-hero { width: 100%; min-height: 54px; }
  .text-link { padding: .2rem 0; }

  .experience-card { padding: .9rem; border-radius: 18px; }
  .experience-main { grid-template-columns: 108px 1fr; gap: .85rem; }
  .experience-main img { width: 108px; height: 108px; border-radius: 13px; }
  .experience-copy h2 { font-size: 1.35rem; }
  .experience-copy > p { font-size: .84rem; }
  .context-tags { gap: .3rem; margin-top: .65rem; }
  .context-tags span { padding: .28rem .48rem; font-size: .68rem; }

  .search-summary { grid-template-columns: 1fr; margin-top: 2.4rem; }
  .search-intent { padding-right: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .key-takeaways { padding-left: 0; }
  .key-takeaways ul { display: grid; gap: .45rem; }

  .section { padding: 3.6rem 0; }
  .steps { grid-template-columns: 1fr; gap: 1.8rem; }
  .step-number { margin-bottom: .8rem; }
  .city-grid { grid-template-columns: 1fr; }
  .city-card { min-height: 105px; }
  .content-links > a { grid-template-columns: 38px 1fr auto; min-height: 105px; }
  .content-links p { font-size: .88rem; }
  .final-cta { grid-template-columns: 1fr; padding: 1.45rem; }
  .final-actions { min-width: 0; }
  .share-button { color: #fff; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
  .related-links { grid-template-columns: 1fr; }

  .mobile-cta {
    position: fixed;
    display: flex;
    left: .65rem;
    right: .65rem;
    bottom: calc(.65rem + env(safe-area-inset-bottom));
    z-index: 100;
    min-height: 56px;
    box-shadow: 0 12px 28px rgba(17, 17, 17, .18);
  }
}

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

body[data-page="home"] {
  --home-ink: #171414;
  --home-cream: #FBF7F2;
  --home-card: #FFFAF4;
  --home-muted: #65594D;
  --home-orange-light: #FFB55E;
  --home-blue: #78B7FF;
  --home-turquoise: #50C9A9;
  --home-green: #57C97E;
  --home-pink: #EF7C9F;
}

body[data-page="home"] .site-header {
  background: rgba(253, 248, 242, .96);
}

body[data-page="home"] .home-hero {
  padding: clamp(3.8rem, 7vw, 6.8rem) 0 2.4rem;
}

body[data-page="home"] .home-hero-grid {
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: clamp(3rem, 7vw, 6.8rem);
}

body[data-page="home"] .home-hero-copy h1 {
  max-width: 10.5ch;
  font-size: clamp(3.2rem, 5.8vw, 5.25rem);
  line-height: .98;
}

body[data-page="home"] .home-hero-copy .lede {
  max-width: 50ch;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
}

body[data-page="home"] .microcopy {
  display: flex;
  align-items: center;
  gap: .45rem;
}

body[data-page="home"] .micro-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  flex: 0 0 auto;
}

body[data-page="home"] .discovery-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

body[data-page="home"] .discovery-visual::before {
  content: "";
  position: absolute;
  inset: 11% 7% 8%;
  z-index: -2;
  border: 1px solid #E7D8C9;
  border-radius: 42px;
  background: #F3E9DF;
}

body[data-page="home"] .discovery-visual::after {
  content: "";
  position: absolute;
  width: 72%;
  height: 72%;
  z-index: -1;
  border-radius: 34px;
  background: var(--accent);
  transform: rotate(-5deg);
}

body[data-page="home"] .capsule-shell {
  position: relative;
  z-index: 2;
  width: min(365px, 72%);
  padding: 1rem;
  border: 1px solid #2A2726;
  border-radius: 30px;
  background: var(--home-ink);
  box-shadow: 0 18px 42px rgba(23, 20, 20, .14);
  color: #fff;
}

body[data-page="home"] .capsule-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .1rem .15rem .85rem;
  color: #D5CDC6;
  font-size: .76rem;
  font-weight: 700;
}

body[data-page="home"] .capsule-topline .status {
  color: #fff;
}

body[data-page="home"] .capsule-cover {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 22px;
}

body[data-page="home"] .capsule-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem .15rem .35rem;
}

body[data-page="home"] .capsule-info p {
  margin: 0 0 .12rem;
  color: #BEB5AE;
  font-size: .76rem;
  font-weight: 700;
}

body[data-page="home"] .capsule-info h2 {
  font-size: 1.55rem;
  letter-spacing: -.03em;
}

body[data-page="home"] .visual-play {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 0;
  border-radius: 50%;
  background: var(--accent);
  color: var(--home-ink);
  pointer-events: none;
}

body[data-page="home"] .visual-play svg {
  width: 21px;
  height: 21px;
  transform: translateX(1px);
}

body[data-page="home"] .capsule-place {
  display: flex;
  align-items: center;
  gap: .42rem;
  padding: .35rem .15rem .8rem;
  color: #D5CDC6;
  font-size: .76rem;
}

body[data-page="home"] .capsule-place svg {
  width: 15px;
  height: 15px;
  color: var(--accent);
  flex: 0 0 auto;
}

body[data-page="home"] .capsule-wave {
  height: 30px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 .15rem;
}

body[data-page="home"] .capsule-wave span {
  width: 100%;
  max-width: 12px;
  border-radius: 99px;
  background: #EEE5DE;
  opacity: .8;
}

body[data-page="home"] .capsule-wave span:nth-child(1),
body[data-page="home"] .capsule-wave span:nth-child(7) { height: 34%; }
body[data-page="home"] .capsule-wave span:nth-child(2),
body[data-page="home"] .capsule-wave span:nth-child(6),
body[data-page="home"] .capsule-wave span:nth-child(10) { height: 64%; }
body[data-page="home"] .capsule-wave span:nth-child(3),
body[data-page="home"] .capsule-wave span:nth-child(8),
body[data-page="home"] .capsule-wave span:nth-child(12) { height: 90%; }
body[data-page="home"] .capsule-wave span:nth-child(4),
body[data-page="home"] .capsule-wave span:nth-child(9) { height: 50%; }
body[data-page="home"] .capsule-wave span:nth-child(5),
body[data-page="home"] .capsule-wave span:nth-child(11) { height: 76%; }

body[data-page="home"] .visual-orbit {
  position: absolute;
  z-index: 3;
  width: 124px;
  padding: .45rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--home-card);
  box-shadow: 0 10px 26px rgba(23, 20, 20, .09);
  color: var(--home-muted);
  font-size: .65rem;
  font-weight: 750;
  line-height: 1.2;
}

body[data-page="home"] .visual-orbit img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 12px;
  margin-bottom: .45rem;
}

body[data-page="home"] .visual-orbit-left {
  left: 3%;
  top: 18%;
  transform: rotate(-4deg);
}

body[data-page="home"] .visual-orbit-right {
  right: 3%;
  bottom: 12%;
  transform: rotate(4deg);
}

body[data-page="home"] .value-strip {
  margin-top: 2.9rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

body[data-page="home"] .value-strip > div {
  display: flex;
  align-items: baseline;
  gap: .6rem;
  padding: 1.15rem 1.4rem;
}

body[data-page="home"] .value-strip > div + div {
  border-left: 1px solid var(--line);
}

body[data-page="home"] .value-strip strong {
  color: var(--home-ink);
  font-size: 1.02rem;
}

body[data-page="home"] .value-strip span {
  color: var(--home-muted);
  font-size: .84rem;
}

body[data-page="home"] .home-section-head {
  max-width: 690px;
}

body[data-page="home"] .home-section-head h2 {
  max-width: 17ch;
}

body[data-page="home"] .visual-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

body[data-page="home"] .visual-step {
  position: relative;
  min-height: 300px;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--home-card);
}

body[data-page="home"] .step-illustration {
  width: 100%;
  height: 125px;
  display: grid;
  place-items: center;
  margin-bottom: 1.25rem;
  border-radius: 15px;
  color: var(--home-ink);
}

body[data-page="home"] .step-illustration svg {
  width: 68px;
  height: 68px;
}

body[data-page="home"] .step-illustration-orange { background: #FFF0DF; }
body[data-page="home"] .step-illustration-blue { background: #EAF4FF; }
body[data-page="home"] .step-illustration-green { background: #E8F8EE; }

body[data-page="home"] .visual-step .step-number {
  margin: 0 0 .5rem;
}

body[data-page="home"] .visual-step p {
  max-width: 31ch;
  margin: .65rem 0 0;
  color: var(--home-muted);
  font-size: .94rem;
}

body[data-page="home"] .home-context {
  background: #F6EEE6;
}

body[data-page="home"] .context-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  gap: clamp(3rem, 7vw, 6rem);
  align-items: center;
}

body[data-page="home"] .cover-collage {
  position: relative;
  min-height: 470px;
}

body[data-page="home"] .cover-collage::before {
  content: "";
  position: absolute;
  left: 9%;
  top: 7%;
  width: 74%;
  height: 80%;
  border: 1px solid #DFD0C2;
  border-radius: 34px;
  background: var(--home-card);
}

body[data-page="home"] .collage-card {
  position: absolute;
  margin: 0;
  padding: .55rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 20, 20, .08);
}

body[data-page="home"] .collage-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 14px;
}

body[data-page="home"] .collage-main {
  left: 22%;
  top: 13%;
  z-index: 2;
  width: 54%;
}

body[data-page="home"] .collage-main figcaption {
  display: grid;
  gap: .05rem;
  padding: .65rem .25rem .2rem;
}

body[data-page="home"] .collage-main figcaption strong {
  font-size: .92rem;
}

body[data-page="home"] .collage-main figcaption span {
  color: var(--home-muted);
  font-size: .73rem;
}

body[data-page="home"] .collage-small {
  width: 28%;
  z-index: 3;
}

body[data-page="home"] .collage-a {
  left: 3%;
  bottom: 12%;
  transform: rotate(-4deg);
}

body[data-page="home"] .collage-b {
  right: 4%;
  top: 8%;
  transform: rotate(4deg);
}

body[data-page="home"] .context-pin {
  position: absolute;
  z-index: 4;
  right: 2%;
  bottom: 12%;
  display: flex;
  align-items: center;
  gap: .45rem;
  padding: .7rem .9rem;
  border-radius: 999px;
  background: var(--home-ink);
  color: #fff;
  font-size: .8rem;
  font-weight: 800;
}

body[data-page="home"] .context-pin svg {
  width: 16px;
  height: 16px;
  color: var(--accent);
}

body[data-page="home"] .context-copy h2 {
  max-width: 10ch;
}

body[data-page="home"] .context-intro {
  max-width: 48ch;
  margin: 1rem 0 0;
  color: var(--home-muted);
}

body[data-page="home"] .benefit-list {
  display: grid;
  margin-top: 1.7rem;
  border-top: 1px solid #DDCFC2;
}

body[data-page="home"] .benefit-list > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: .9rem;
  padding: 1.05rem 0;
  border-bottom: 1px solid #DDCFC2;
}

body[data-page="home"] .benefit-mark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--home-ink);
  color: #fff;
  font-size: .67rem;
  font-weight: 850;
}

body[data-page="home"] .benefit-list h3 {
  font-size: 1.02rem;
}

body[data-page="home"] .benefit-list p {
  margin: .2rem 0 0;
  color: var(--home-muted);
  font-size: .9rem;
}

body[data-page="home"] .scenes-story {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}

body[data-page="home"] .scene-route {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 2.1rem 1.4rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--home-card);
}

body[data-page="home"] .route-node {
  min-width: 70px;
  display: grid;
  justify-items: center;
  gap: .24rem;
  text-align: center;
}

body[data-page="home"] .route-node i {
  width: 15px;
  height: 15px;
  margin-bottom: .45rem;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--home-ink);
  box-shadow: 0 0 0 1px var(--home-ink);
}

body[data-page="home"] .route-active i {
  background: var(--accent);
  box-shadow: 0 0 0 1px var(--accent);
}

body[data-page="home"] .route-future i {
  background: var(--home-card);
  box-shadow: 0 0 0 1px #A7978A;
}

body[data-page="home"] .route-node strong {
  font-size: .9rem;
}

body[data-page="home"] .route-node span {
  color: var(--home-muted);
  font-size: .7rem;
}

body[data-page="home"] .route-line {
  height: 1px;
  flex: 1 1 auto;
  min-width: 28px;
  margin: 0 .25rem 2.75rem;
  background: #CFC1B5;
}

body[data-page="home"] .home-explore {
  background: var(--home-cream);
}

body[data-page="home"] .explore-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .8rem;
}

body[data-page="home"] .explore-cards > a {
  min-height: 170px;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: .9rem;
  align-items: start;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--home-card);
  text-decoration: none;
}

body[data-page="home"] .explore-cards > a:hover,
body[data-page="home"] .explore-cards > a:focus-visible {
  border-color: #CCBBAA;
}

body[data-page="home"] .explore-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
}

body[data-page="home"] .explore-icon svg {
  width: 23px;
  height: 23px;
}

body[data-page="home"] .explore-icon-orange { background: #FFF0DF; color: #A84D00; }
body[data-page="home"] .explore-icon-pink { background: #FCECF1; color: #B84568; }
body[data-page="home"] .explore-icon-blue { background: #EAF4FF; color: #286AAE; }

body[data-page="home"] .explore-cards h3 {
  margin-top: .1rem;
}

body[data-page="home"] .explore-cards p {
  margin: .45rem 0 0;
  color: var(--home-muted);
  font-size: .9rem;
}

body[data-page="home"] .explore-cards b {
  font-size: 1.3rem;
  font-weight: 500;
}

body[data-page="home"] .social-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}

body[data-page="home"] .social-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}

body[data-page="home"] .social-card {
  min-height: 130px;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: .85rem;
  align-items: center;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--home-card);
  text-decoration: none;
}

body[data-page="home"] .social-card:hover,
body[data-page="home"] .social-card:focus-visible {
  border-color: #C7B7A8;
}

body[data-page="home"] .social-logo {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--home-ink);
  color: #fff;
}

body[data-page="home"] .social-logo svg {
  width: 23px;
  height: 23px;
}

body[data-page="home"] .social-card > span:nth-child(2) {
  display: grid;
  gap: .08rem;
}

body[data-page="home"] .social-card strong {
  font-size: .95rem;
}

body[data-page="home"] .social-card small {
  color: var(--home-muted);
  font-size: .76rem;
}

body[data-page="home"] .social-card b {
  font-size: 1.1rem;
  font-weight: 500;
}

body[data-page="home"] .home-faq-layout {
  grid-template-columns: .62fr 1.38fr;
}

body[data-page="home"] .home-final-section {
  padding-top: 1.5rem;
}

body[data-page="home"] .home-final-cta {
  position: relative;
  overflow: hidden;
  background: var(--home-ink);
}

body[data-page="home"] .home-final-cta::after {
  content: "";
  position: absolute;
  right: -55px;
  top: -70px;
  width: 175px;
  height: 175px;
  border: 26px solid var(--accent);
  border-radius: 50%;
  opacity: .9;
  pointer-events: none;
}

body[data-page="home"] .home-final-cta > * {
  position: relative;
  z-index: 1;
}

body[data-page="home"] .home-footer {
  padding-top: 2.7rem;
}

@media (max-width: 1040px) {
  body[data-page="home"] .home-hero-grid {
    grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr);
    gap: 2.5rem;
  }

  body[data-page="home"] .visual-orbit {
    width: 108px;
  }

  body[data-page="home"] .context-layout,
  body[data-page="home"] .scenes-story,
  body[data-page="home"] .social-layout {
    gap: 2.5rem;
  }
}

@media (max-width: 960px) {
  body[data-page="home"] .home-hero-grid,
  body[data-page="home"] .context-layout,
  body[data-page="home"] .scenes-story,
  body[data-page="home"] .social-layout,
  body[data-page="home"] .home-faq-layout {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .home-hero-copy {
    max-width: 760px;
  }

  body[data-page="home"] .discovery-visual {
    width: min(100%, 680px);
    margin: 0 auto;
  }

  body[data-page="home"] .context-layout {
    align-items: start;
  }

  body[data-page="home"] .cover-collage {
    width: min(100%, 620px);
    margin: 0 auto;
  }

  body[data-page="home"] .context-copy,
  body[data-page="home"] .scenes-story .section-head,
  body[data-page="home"] .social-layout .section-head {
    max-width: 700px;
  }

  body[data-page="home"] .context-copy h2 {
    max-width: 15ch;
  }
}

@media (max-width: 720px) {
  body[data-page="home"] .nav .nav-link {
    display: none;
  }

  body[data-page="home"] .home-hero {
    padding-top: 2.8rem;
  }

  body[data-page="home"] .home-hero-copy h1 {
    max-width: 10.5ch;
    font-size: clamp(2.75rem, 12.7vw, 4rem);
  }

  body[data-page="home"] .discovery-visual {
    min-height: 430px;
  }

  body[data-page="home"] .discovery-visual::before {
    inset: 10% 2% 7%;
    border-radius: 30px;
  }

  body[data-page="home"] .discovery-visual::after {
    width: 75%;
    height: 69%;
    border-radius: 26px;
  }

  body[data-page="home"] .capsule-shell {
    width: min(300px, 76%);
    padding: .75rem;
    border-radius: 24px;
  }

  body[data-page="home"] .capsule-cover {
    border-radius: 17px;
  }

  body[data-page="home"] .capsule-info h2 {
    font-size: 1.3rem;
  }

  body[data-page="home"] .visual-play {
    width: 40px;
    height: 40px;
  }

  body[data-page="home"] .visual-orbit {
    width: 90px;
    padding: .35rem;
    border-radius: 14px;
    font-size: .56rem;
  }

  body[data-page="home"] .visual-orbit img {
    border-radius: 9px;
    margin-bottom: .3rem;
  }

  body[data-page="home"] .visual-orbit-left {
    top: 14%;
  }

  body[data-page="home"] .visual-orbit-right {
    bottom: 10%;
  }

  body[data-page="home"] .value-strip {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  body[data-page="home"] .value-strip > div {
    justify-content: space-between;
    padding: .8rem 0;
  }

  body[data-page="home"] .value-strip > div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  body[data-page="home"] .visual-steps,
  body[data-page="home"] .explore-cards,
  body[data-page="home"] .social-cards {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .visual-step {
    min-height: 0;
  }

  body[data-page="home"] .step-illustration {
    height: 105px;
  }

  body[data-page="home"] .cover-collage {
    min-height: 360px;
  }

  body[data-page="home"] .collage-main {
    width: 58%;
    left: 21%;
  }

  body[data-page="home"] .collage-small {
    width: 28%;
  }

  body[data-page="home"] .context-pin {
    right: 0;
    bottom: 7%;
  }

  body[data-page="home"] .scene-route {
    display: grid;
    grid-template-columns: 1fr;
    padding: 1.2rem;
  }

  body[data-page="home"] .route-node {
    min-width: 0;
    grid-template-columns: 28px 1fr auto;
    justify-items: start;
    align-items: center;
    width: 100%;
    text-align: left;
  }

  body[data-page="home"] .route-node i {
    margin: 0;
  }

  body[data-page="home"] .route-line {
    width: 1px;
    height: 26px;
    min-width: 0;
    margin: .2rem 0 .2rem 7px;
  }

  body[data-page="home"] .explore-cards > a {
    min-height: 125px;
  }

  body[data-page="home"] .social-card {
    min-height: 105px;
  }

  body[data-page="home"] .home-final-cta::after {
    width: 120px;
    height: 120px;
    border-width: 20px;
    right: -60px;
    top: -45px;
  }
}

@media (max-width: 420px) {
  body[data-page="home"] .capsule-place span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body[data-page="home"] .visual-orbit {
    width: 78px;
  }

  body[data-page="home"] .visual-orbit span {
    display: none;
  }

  body[data-page="home"] .cover-collage {
    min-height: 315px;
  }
}

/* Identidad y pie de página ampliado */
.brand img { transform-origin: 50% 75%; }
.site-header .brand:hover img,
.site-header .brand:focus-visible img {
  animation: kora-logo-hop .42s ease-out 1;
}

@keyframes kora-logo-hop {
  0%, 100% { transform: translateY(0) rotate(0); }
  42% { transform: translateY(-4px) rotate(-2deg); }
  72% { transform: translateY(-1px) rotate(1deg); }
}

.site-footer-expanded {
  padding: 4rem 0 2rem;
  border-top: 1px solid var(--line);
  background: #F7F1EA;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(130px, .7fr));
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.footer-intro p {
  max-width: 36ch;
  margin: .95rem 0 0;
  color: var(--muted);
  font-size: .9rem;
}

.footer-column {
  display: grid;
  gap: .58rem;
}

.footer-column strong {
  margin-bottom: .25rem;
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.footer-column a {
  width: fit-content;
  color: var(--muted);
  font-size: .88rem;
  text-decoration: none;
}

.footer-column a:hover,
.footer-column a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible { color: var(--text); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.25rem;
  border-top: 1px solid #DED5CC;
  color: var(--muted);
  font-size: .78rem;
}

.footer-bottom a { text-decoration: none; }

.app-pending-notice {
  position: fixed;
  left: 50%;
  bottom: 1.2rem;
  z-index: 150;
  max-width: min(420px, calc(100% - 2rem));
  padding: .82rem 1rem;
  border: 1px solid #2A2724;
  border-radius: 12px;
  background: #111;
  color: #fff;
  font-size: .88rem;
  font-weight: 700;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 12px);
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease;
}

.app-pending-notice.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.about-section { padding-top: 2rem; }
.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.about-grid article {
  padding: 1.3rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
}
.about-grid article > span {
  display: inline-block;
  margin-bottom: 1.1rem;
  color: #B65500;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .08em;
}
.about-grid h2 { font-size: 1.35rem; }
.about-grid p { margin: .65rem 0 0; color: var(--muted); }
.about-principle-list { border-top: 1px solid var(--line); }
.about-principle-list > div { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.about-principle-list p { margin: .25rem 0 0; color: var(--muted); }

.legal-jump {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.5rem;
}
.legal-jump a {
  padding: .56rem .8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--text);
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
}
.legal-shell { max-width: 1020px; }
.legal-block { scroll-margin-top: 100px; padding: 2.5rem 0; }
.legal-block + .legal-block { border-top: 1px solid var(--line); }
.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
  margin-top: 1.4rem;
}
.legal-grid article {
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
}
.legal-grid h3 { font-size: 1rem; }
.legal-grid p { margin: .45rem 0 0; color: var(--muted); font-size: .9rem; }
.legal-note {
  margin: 1rem 0 0;
  padding: 1rem 1.1rem;
  border-left: 3px solid var(--accent);
  background: var(--surface);
  color: var(--muted);
}

@media (max-width: 900px) {
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
  .about-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .site-footer-expanded { padding: 3rem 0 7rem; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .legal-grid { grid-template-columns: 1fr; }
}

@media (max-width: 460px) {
  .footer-main { grid-template-columns: 1fr; }
  .footer-intro { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .site-header .brand:hover img,
  .site-header .brand:focus-visible img { animation: none; }
}
