﻿
:root {
  --ink: #101936;
  --ink-soft: #3e4c6d;
  --paper: #edf0f2;
  --paper-2: #f9fafb;
  --yellow: #ffd21a;
  --yellow-deep: #e7a400;
  --aqua: #58e0d1;
  --aqua-deep: #16aaa5;
  --pink: #ef3d75;
  --violet: #8f50c7;
  --orange: #f08342;
  --blue: #164d94;
  --line: rgba(18,37,79,.18);
  --shadow: 7px 7px 0 rgba(16,25,54,.9);
  --soft-shadow: 4px 4px 0 rgba(16,25,54,.22);
  --radius: 9px;
  --ease: cubic-bezier(.23,1,.32,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'DM Sans', sans-serif; line-height: 1.6; overflow-x: hidden; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .1; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { border: 0; }
::selection { background: var(--pink); color: var(--paper); }
:focus-visible { outline: 3px solid var(--pink); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; background: var(--yellow); color: var(--ink); padding: 9px 13px; border-radius: 7px; transform: translateY(-150%); transition: transform .2s var(--ease); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 40; display: flex; flex-direction: column; background: rgba(255,248,223,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-tools { display: flex; align-items: center; gap: 10px; }
.nav-wrap { max-width: 1240px; margin: 0 auto; padding: 14px 28px; display: flex; align-items: center; justify-content: space-between; gap: 22px; position: relative; }
.lang-switch { position: relative; }
.lang-switch-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: rgba(255,255,255,.75);
  color: var(--ink);
  font-family: 'Courier New', monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  cursor: pointer;
}
.lang-switch-btn:hover { background: var(--yellow); }
.lang-flag { width: 18px; height: 13px; display: block; border: 1px solid rgba(0,0,0,.2); border-radius: 2px; flex-shrink: 0; }
.lang-caret { font-size: 10px; opacity: .7; }
.lang-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 132px;
  margin: 0;
  padding: 6px;
  list-style: none;
  border: 2px solid var(--ink);
  border-radius: 6px;
  background: var(--paper);
  box-shadow: 4px 4px 0 var(--pink);
  z-index: 50;
}
.lang-menu button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: var(--ink);
  font-family: 'Courier New', monospace;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  text-align: left;
}
.lang-menu button:hover { background: var(--ink); color: var(--yellow); }
body { padding-top: 86px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: 'Space Grotesk', sans-serif; font-weight: 700; letter-spacing: -.04em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50% 45% 48% 52%; background: var(--yellow); border: 2px solid var(--ink); color: var(--ink); box-shadow: 4px 4px 0 var(--ink); transform: rotate(-7deg); font-size: 20px; }
.brand-text { font-size: 15px; line-height: 1.05; max-width: 145px; }
.brand-text small { display: block; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; color: var(--pink); margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.main-nav a { padding: 8px 10px; border-radius: 9px; font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 12px; letter-spacing: .02em; transition: background .2s var(--ease), color .2s var(--ease), transform .2s var(--ease); }
.main-nav a:hover, .main-nav a[aria-current='page'] { background: var(--ink); color: var(--yellow); transform: translateY(-2px); }
.nav-toggle { display: none; background: var(--ink); color: var(--yellow); border-radius: 9px; padding: 9px 12px; font-weight: 700; }

.container { width: min(1140px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 106px 0; position: relative; }
.section-tight { padding: 70px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: 'Space Grotesk', sans-serif; color: var(--pink); font-weight: 700; letter-spacing: .17em; font-size: 11px; text-transform: uppercase; }
.eyebrow::before { content: '?'; color: var(--yellow-deep); font-size: 16px; }
.section-heading { max-width: 740px; margin-bottom: 35px; }
.section-heading h2 { margin: 11px 0 12px; font-family: 'Space Grotesk', sans-serif; font-size: clamp(2.3rem, 5vw, 4.6rem); line-height: .94; letter-spacing: -.07em; text-wrap: balance; }
.section-heading p { color: var(--ink-soft); font-size: 17px; max-width: 610px; }
.display { font-family: 'Space Grotesk', sans-serif; letter-spacing: -.08em; line-height: .9; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 46px; padding: 12px 18px; border-radius: 10px; background: var(--ink); color: var(--yellow); font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; box-shadow: 4px 4px 0 var(--pink); transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease); }
.button:hover { transform: translate(-2px,-2px); box-shadow: 7px 7px 0 var(--pink); background: #1b3570; }
.button:active { transform: scale(.97); box-shadow: 2px 2px 0 var(--pink); }
.button.alt { background: var(--yellow); color: var(--ink); box-shadow: 4px 4px 0 var(--ink); }
.button.alt:hover { background: #ffdf61; box-shadow: 7px 7px 0 var(--ink); }
.button.ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); box-shadow: none; }
.button.ghost:hover { background: var(--paper-2); box-shadow: 4px 4px 0 var(--aqua); }
.tag { display: inline-block; border: 1px solid currentColor; border-radius: 30px; padding: 4px 9px; font-family: 'Space Grotesk', sans-serif; font-size: 10px; line-height: 1; letter-spacing: .12em; font-weight: 700; text-transform: uppercase; }
.link-arrow { display: inline-flex; align-items: center; gap: 9px; color: var(--pink); font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.link-arrow::after { content: '?'; font-size: 18px; transition: transform .2s var(--ease); }
.link-arrow:hover::after { transform: translate(3px,-3px); }

.hero { min-height: 730px; overflow: hidden; background: var(--blue); color: var(--paper); position: relative; isolation: isolate; }
.hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(13,31,73,.94) 0%, rgba(20,55,142,.74) 39%, rgba(52,90,221,.16) 75%), url('../assets/poster.jpeg'); background-size: cover; background-position: center; z-index: -2; }
.hero::after { content: ''; position: absolute; width: 500px; height: 500px; right: -170px; top: -170px; border: 1px solid rgba(255,213,47,.35); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,213,47,.08), 0 0 0 72px rgba(255,213,47,.05); z-index: -1; }
.hero-content { min-height: 730px; display: grid; align-items: center; grid-template-columns: minmax(0, .95fr) minmax(280px, .65fr); gap: 46px; padding-top: 55px; }
.hero-copy { max-width: 620px; }
.hero .eyebrow { color: var(--yellow); }
.hero h1 { margin: 15px 0 20px; font-size: clamp(3.5rem, 7.3vw, 7.3rem); max-width: 800px; }
.hero h1 em { color: var(--yellow); font-style: normal; display: block; }
.hero-lede { font-size: clamp(1.05rem, 2vw, 1.35rem); max-width: 500px; color: rgba(255,248,223,.89); margin: 0 0 12px; }
.hero-chunk { font-size: 14px; color: rgba(255,248,223,.75); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 30px; }
.hero .button { background: var(--yellow); color: var(--ink); box-shadow: 4px 4px 0 var(--pink); }
.hero .button:hover { background: #ffe274; box-shadow: 7px 7px 0 var(--pink); }
.hero-annotation { display: flex; gap: 13px; align-items: center; margin-top: 26px; padding-bottom: 1rem; color: rgba(255,248,223,.7); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.pulse-dot { width: 9px; height: 9px; background: var(--aqua); border-radius: 50%; box-shadow: 0 0 0 5px rgba(68,226,207,.18); }
.hero-side { display: flex; justify-content: center; }
.dive-card { width: min(330px, 100%); padding: 18px; border: 1px solid rgba(255,248,223,.24); border-radius: 22px; background: rgba(13,31,73,.42); box-shadow: 0 20px 60px rgba(2,12,45,.28); backdrop-filter: blur(12px); transform: rotate(4deg); }
.dive-card:hover { transform: rotate(1deg) translateY(-5px); transition: transform .35s var(--ease); }
.dive-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; color: var(--yellow); font-family: 'Space Grotesk', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.dive-screen { padding: 22px 17px 17px; border-radius: 12px; background: #091a3d; border: 1px solid rgba(68,226,207,.35); }
.dive-screen strong { display: block; font-family: 'Space Grotesk', sans-serif; font-size: 26px; line-height: 1; color: var(--paper); letter-spacing: -.06em; }
.dive-screen span { display: block; margin-top: 5px; color: var(--aqua); font-size: 11px; }
.fake-wave { height: 45px; margin: 25px 0 14px; background: repeating-linear-gradient(90deg, transparent 0 5px, var(--aqua) 6px 8px, transparent 9px 15px); clip-path: polygon(0 48%, 7% 50%, 10% 18%, 14% 75%, 19% 44%, 24% 88%, 28% 34%, 33% 64%, 39% 12%, 45% 72%, 52% 37%, 58% 93%, 65% 23%, 70% 57%, 78% 38%, 84% 83%, 90% 22%, 96% 62%, 100% 38%, 100% 100%, 0 100%); opacity: .86; }
.player-time { display: flex; justify-content: space-between; color: rgba(255,248,223,.65); font-size: 10px; }
.progress-line { width: 100%; height: 5px; margin: 8px 0; background: rgba(255,248,223,.2); border-radius: 5px; overflow: hidden; }
.progress-line i { display: block; width: 38%; height: 100%; background: var(--yellow); }
.card-link { cursor: pointer; }

.marquee { padding: 10px 0; overflow: hidden; background: var(--yellow); color: var(--ink); border-block: 2px solid var(--ink); white-space: nowrap; font-family: 'Space Grotesk', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.marquee span { display: inline-block; animation: ticker 22s linear infinite; }
@keyframes ticker { to { transform: translateX(-50%); } }

.project-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: stretch; }
.project-copy { padding: 35px; border-radius: var(--radius); background: var(--ink); color: var(--paper); position: relative; overflow: hidden; }
.project-copy::after { content: '?'; position: absolute; right: 28px; bottom: -30px; color: var(--pink); font-size: 170px; opacity: .6; transform: rotate(15deg); }
.project-copy p { position: relative; z-index: 1; max-width: 560px; color: rgba(255,248,223,.8); font-size: 17px; }
.project-copy .eyebrow { color: var(--aqua); }
.project-copy h2 { position: relative; z-index: 1; font-size: clamp(2.3rem, 4.2vw, 4.5rem); margin: 15px 0; }
.stat-board { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.stat { min-height: 160px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-2); display: flex; flex-direction: column; justify-content: space-between; gap: 14px; box-shadow: var(--soft-shadow); }
.stat:nth-child(1) { background: var(--yellow); transform: rotate(-2deg); }
.stat:nth-child(2) { background: var(--aqua); transform: rotate(2deg); }
.stat:nth-child(3) { background: var(--pink); color: var(--paper); transform: rotate(1deg); }
.stat:nth-child(4) { background: var(--violet); color: var(--paper); transform: rotate(-2deg); }
.stat span { font-family: 'Space Grotesk', sans-serif; font-size: 15px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.stat small { display: block; color: inherit; opacity: .9; font-size: 16px; line-height: 1.35; font-family: 'DM Sans', sans-serif; font-weight: 500; letter-spacing: 0; text-transform: none; }

.dark-section { background: var(--ink); color: var(--paper); }
.dark-section .section-heading p { color: rgba(255,248,223,.72); }
.steps { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; }
.step { min-height: 196px; padding: 17px; border-top: 2px solid var(--yellow); background: rgba(255,255,255,.06); transition: transform .24s var(--ease), background .24s var(--ease); }
.step:hover { transform: translateY(-8px); background: rgba(68,226,207,.13); }
.step:nth-child(even) { border-color: var(--pink); }
.step-number { color: var(--yellow); font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 12px; }
.step:nth-child(even) .step-number { color: var(--pink); }
.step h3 { margin: 41px 0 0; font-family: 'Space Grotesk', sans-serif; font-size: 20px; line-height: 1; letter-spacing: -.05em; }
.step p { color: rgba(255,248,223,.6); font-size: 13px; }

.student-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.student-card { padding: 19px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-2); box-shadow: var(--soft-shadow); display: flex; flex-direction: column; min-height: 380px; transition: transform .24s var(--ease), box-shadow .24s var(--ease); }
.student-card:hover { transform: translateY(-7px) rotate(-.4deg); box-shadow: var(--shadow); }
.student-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 13px; }
.avatar { width: 57px; height: 57px; display: grid; place-items: center; border-radius: 45% 55% 52% 48%; border: 2px solid var(--ink); font-family: 'Space Grotesk', sans-serif; font-size: 18px; font-weight: 700; flex: 0 0 auto; }
.avatar.yellow { background: var(--yellow); }.avatar.aqua { background: var(--aqua); }.avatar.pink { background: var(--pink); color: var(--paper); }.avatar.violet { background: var(--violet); color: var(--paper); }.avatar.orange { background: var(--orange); }.avatar.blue { background: var(--blue); color: var(--paper); }
.student-top h3 { margin: 0; font-family: 'Space Grotesk', sans-serif; font-size: 18px; letter-spacing: -.05em; }
.student-top p { color: var(--ink-soft); margin: 2px 0 0; font-size: 12px; }
.student-song { margin: 22px 0 12px; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 16px; }
.student-song span { display: block; font-family: 'DM Sans', sans-serif; color: var(--pink); font-size: 12px; font-weight: 500; }
.student-quote { margin: 0 0 17px; color: var(--ink-soft); font-size: 14px; font-style: italic; }
.word-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; margin-bottom: 18px; }
.word-list span { padding: 5px 8px; border-radius: 5px; background: var(--aqua); font-family: 'Space Grotesk', sans-serif; font-size: 11px; font-weight: 700; }
.student-card .link-arrow { font-size: 10px; }

.timeline-wrap { overflow-x: auto; padding-bottom: 12px; }
.timeline { min-width: 900px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; position: relative; padding-top: 30px; }
.timeline::before { content: ''; position: absolute; left: 1%; right: 1%; top: 43px; height: 4px; background: var(--pink); border-radius: 5px; }
.timeline-item { position: relative; z-index: 1; }
.timeline-dot { width: 27px; height: 27px; margin: 0 auto 24px; background: var(--yellow); border: 3px solid var(--ink); border-radius: 50%; transition: transform .22s var(--ease), background .22s var(--ease); }
.timeline-item:hover .timeline-dot, .timeline-item.active .timeline-dot { background: var(--aqua); transform: scale(1.3); }
.timeline-card { padding: 20px; min-height: 245px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper-2); box-shadow: var(--soft-shadow); transition: transform .2s var(--ease); }
.timeline-item:hover .timeline-card, .timeline-item.active .timeline-card { transform: translateY(-5px); }
.timeline-card strong { font-family: 'Space Grotesk', sans-serif; font-size: 24px; letter-spacing: -.06em; }
.timeline-card h3 { margin: 11px 0 10px; font-family: 'Space Grotesk', sans-serif; font-size: 17px; line-height: 1.1; }
.timeline-card p { color: var(--ink-soft); font-size: 13px; margin: 0; }
.timeline-note { margin: 26px auto 0; padding: 20px; max-width: 720px; border: 2px solid var(--ink); border-radius: 11px; background: var(--yellow); text-align: center; font-family: 'Space Grotesk', sans-serif; font-size: clamp(1.2rem, 2.4vw, 1.8rem); line-height: 1.15; letter-spacing: -.05em; box-shadow: 6px 6px 0 var(--pink); }

.history-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 40px; align-items: center; }
.history-visual { border-radius: var(--radius); overflow: hidden; border: 7px solid var(--yellow); box-shadow: 9px 9px 0 var(--ink); transform: rotate(-2deg); }
.history-visual img { aspect-ratio: 3 / 2; width: 100%; object-fit: cover; }
.history-copy h2 { font-size: clamp(2.4rem, 5vw, 5rem); margin: 13px 0; }
.history-copy p { color: var(--ink-soft); max-width: 560px; }
.history-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.history-facts span { padding: 8px 10px; background: var(--aqua); border-radius: 6px; font-family: 'Space Grotesk', sans-serif; font-size: 11px; font-weight: 700; }

.guide-banner { background: var(--pink); color: var(--paper); padding: 52px 0; }
.guide-flex { display: flex; justify-content: space-between; gap: 35px; align-items: end; }
.guide-flex h2 { margin: 10px 0 0; max-width: 680px; font-size: clamp(2.7rem, 6vw, 6rem); }
.guide-flex .button { background: var(--paper); color: var(--ink); box-shadow: 4px 4px 0 var(--ink); flex: 0 0 auto; }

.article-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.article-card { padding: 0; overflow: hidden; min-height: 260px; border-radius: 17px; background: var(--paper-2); border: 1px solid var(--line); box-shadow: var(--soft-shadow); display: flex; flex-direction: column; transition: transform .22s var(--ease), background .22s var(--ease); }
.article-card:hover { transform: translateY(-7px); background: var(--yellow); }
.article-cover { aspect-ratio: 16 / 10; overflow: hidden; border-bottom: 2px solid var(--ink); background: #120b2f; display: grid; place-items: center; }
.article-cover img { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; transition: transform .35s var(--ease); }
.article-card:hover .article-cover img { transform: scale(1.02); }
.article-card-body { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.article-card .tag { align-self: flex-start; margin-bottom: 14px; }
.article-card h3 { margin: 0 0 10px; font-family: 'Space Grotesk', sans-serif; font-size: 21px; line-height: .98; letter-spacing: -.05em; }
.article-card p { color: var(--ink-soft); font-size: 13px; margin: 0; }
.article-card .link-arrow { margin-top: auto; padding-top: 22px; font-size: 10px; }
.article-cover-full { margin: 0 0 28px; border: 2px solid var(--ink); border-radius: 8px; overflow: hidden; box-shadow: 8px 8px 0 var(--pink); background: #120b2f; display: grid; place-items: center; }
.article-cover-full img { width: 100%; max-height: 480px; object-fit: contain; object-position: center; display: block; background: #120b2f; }
.article-cover-full figcaption { padding: 10px 12px; background: #fff8e1; color: var(--ink-soft); font-family: 'Courier New', monospace; font-size: 11px; border-top: 2px solid var(--ink); }

.challenge { background: var(--aqua); }
.challenge-box { display: grid; grid-template-columns: .9fr 1.1fr; gap: 45px; align-items: center; }
.challenge h2 { font-size: clamp(2.8rem, 6vw, 6rem); margin: 13px 0; }
.challenge p { max-width: 430px; color: var(--ink-soft); }
.challenge-form { padding: 28px; background: var(--paper-2); border: 2px solid var(--ink); border-radius: var(--radius); box-shadow: 8px 8px 0 var(--ink); }
.field { display: grid; gap: 7px; margin-bottom: 14px; }
.field label { font-family: 'Space Grotesk', sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.field input { width: 100%; border: 1px solid var(--line); background: white; padding: 12px 13px; border-radius: 8px; color: var(--ink); }
.field input::placeholder { color: #8090ae; }
.form-result { margin-top: 16px; padding: 16px; border-radius: 9px; background: var(--yellow); font-weight: 700; }
.form-result ol { margin: 8px 0 0 18px; padding: 0; font-weight: 500; font-size: 13px; }

.page-hero { padding: 90px 0 72px; background: var(--blue); color: var(--paper); position: relative; overflow-x: clip; overflow-y: visible; }
.page-hero::after { content: '?'; position: absolute; right: 5%; top: -40px; color: var(--yellow); opacity: .8; font-size: 260px; transform: rotate(14deg); pointer-events: none; }
.page-hero h1 { font-size: clamp(2.4rem, 11vw, 7rem); max-width: min(930px, 100%); margin: 17px 0 0; overflow-wrap: anywhere; word-break: break-word; hyphens: auto; }
.page-hero p { max-width: 620px; color: rgba(255,248,223,.78); font-size: 17px; }
.guide-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: start; }
.guide-sticky { position: sticky; top: 104px; }
.guide-sticky h2 { font-size: clamp(2rem, 4vw, 4rem); margin: 14px 0; }
.guide-sticky p { color: var(--ink-soft); }
.sticker { display: inline-block; padding: 11px 14px; background: var(--yellow); border: 2px solid var(--ink); border-radius: 8px; box-shadow: 4px 4px 0 var(--pink); font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 12px; transform: rotate(-3deg); }
.guide-steps { display: grid; gap: 13px; }
.guide-step { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 26px; background: var(--paper-2); border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--soft-shadow); }
.guide-step:hover { background: var(--yellow); }
.guide-step-number { font-family: 'Space Grotesk', sans-serif; font-size: 37px; font-weight: 700; color: var(--pink); line-height: 1; }
.guide-step h3 { margin: 0 0 6px; font-family: 'Space Grotesk', sans-serif; font-size: 22px; letter-spacing: -.05em; }
.guide-step p { margin: 0; color: var(--ink-soft); }
.tool-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.tool { padding: 16px 11px; border-radius: 11px; background: var(--ink); color: var(--paper); text-align: center; font-family: 'Space Grotesk', sans-serif; font-size: 12px; font-weight: 700; }
.tool:nth-child(2n) { background: var(--pink); }.tool:nth-child(3n) { background: var(--violet); }
.ai-box { margin-top: 55px; padding: 28px; background: var(--ink); color: var(--paper); border-radius: var(--radius); }
.ai-box h2 { margin: 10px 0 20px; font-family: 'Space Grotesk', sans-serif; font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.07em; }
.ai-cta { margin-top: 36px; background: transparent; color: var(--paper); }
.ai-cta .eyebrow { color: var(--aqua); }
.ai-cta h2 { margin: 10px 0 18px; max-width: 18ch; }
.ai-cta > p { max-width: 650px; margin: 0 0 22px; color: rgba(255,248,223,.74); font-size: 17px; line-height: 1.55; }
.ai-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.ai-compare article { padding: 19px; border-radius: 12px; background: rgba(255,255,255,.07); }
.ai-box .ai-compare article:first-child { border: 1px solid var(--pink); }
.ai-box .ai-compare article:last-child { border: 1px solid var(--aqua); }
.ai-cta .ai-compare article { background: transparent; }
.ai-cta .ai-compare article:first-child { border: 1px solid var(--pink); }
.ai-cta .ai-compare article:last-child { border: 1px solid var(--aqua); }
.ai-cta .ai-compare article:first-child h3 { color: var(--pink); }
.ai-cta .ai-compare article:last-child h3 { color: var(--aqua); }
.ai-compare h3 { margin: 0 0 11px; font-family: 'Space Grotesk', sans-serif; font-size: 13px; letter-spacing: .11em; text-transform: uppercase; }
.ai-compare p { margin: 0; color: rgba(255,248,223,.83); font-size: 15px; }
.ai-cta .ai-compare p { color: rgba(255,248,223,.83); }

.catalog-toolbar { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.search-box { display: flex; align-items: center; gap: 10px; min-width: min(100%, 320px); padding: 10px 13px; border: 1px solid var(--line); border-radius: 9px; background: var(--paper-2); }
.search-box span { color: var(--pink); font-size: 18px; }.search-box input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.filter-list { display: flex; flex-wrap: wrap; gap: 6px; }.filter-button { padding: 9px 11px; border: 1px solid var(--line); border-radius: 8px; background: transparent; color: var(--ink); font-family: 'Space Grotesk', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .08em; }.filter-button.active, .filter-button:hover { background: var(--ink); color: var(--yellow); }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.catalog-card { min-height: 0; }.catalog-card .tag { margin-bottom: 14px; }.catalog-card .readtime { margin-top: 17px; color: #6d7890; font-size: 12px; }
.empty-state { padding: 44px; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--ink-soft); }

.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 60px; align-items: start; }
.article-content { max-width: 750px; }
.article-content h1 { margin: 12px 0 18px; font-family: 'Space Grotesk', sans-serif; font-size: clamp(2.8rem, 6vw, 6.5rem); letter-spacing: -.08em; line-height: .88; }
.article-dek { color: var(--ink-soft); font-size: 19px; margin-bottom: 33px; }
.article-content p { color: #33456d; font-size: 17px; line-height: 1.75; }
.article-content blockquote { margin: 35px 0; padding: 22px 24px; border-left: 7px solid var(--pink); background: var(--yellow); font-family: 'Space Grotesk', sans-serif; font-size: 24px; line-height: 1.15; letter-spacing: -.04em; }
.takeaway { position: sticky; top: 105px; padding: 20px; background: var(--ink); color: var(--paper); border-radius: 16px; box-shadow: 6px 6px 0 var(--aqua); }.takeaway h2 { margin: 0 0 14px; font-family: 'Space Grotesk', sans-serif; font-size: 18px; }.takeaway ul { padding-left: 18px; margin: 0; color: rgba(255,248,223,.8); font-size: 13px; }
.article-back { display: inline-flex; margin-bottom: 24px; color: var(--pink); font-family: 'Space Grotesk', sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.article-back::before { content: '?'; margin-right: 8px; font-size: 17px; }
.lang-psychedelic {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  border: 3px solid transparent;
  border-radius: 999px;
  color: #120b2f;
  font-family: 'Courier New', monospace;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  background:
    linear-gradient(#fff4c2, #fff4c2) padding-box,
    linear-gradient(120deg, #ff004c, #ffd21a, #49ddd0, #7654d9, #f04d83, #ff004c) border-box;
  box-shadow: 5px 5px 0 rgba(18,11,47,.55), 0 0 18px rgba(255,210,26,.45);
  animation: psychedelic-pulse 2.2s ease-in-out infinite;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease);
}
.lang-psychedelic:hover,
.lang-psychedelic:focus-visible {
  transform: translate(-2px, -2px) rotate(-1deg);
  box-shadow: 8px 8px 0 rgba(18,11,47,.55), 0 0 28px rgba(240,77,131,.55);
  outline: none;
}
.lang-psychedelic[aria-pressed='true'] {
  color: #fff8e1;
  background:
    linear-gradient(#1a1038, #1a1038) padding-box,
    linear-gradient(120deg, #49ddd0, #ffd21a, #f04d83, #7654d9, #49ddd0) border-box;
}
@keyframes psychedelic-pulse {
  0%, 100% { filter: hue-rotate(0deg) brightness(1); }
  50% { filter: hue-rotate(28deg) brightness(1.08); }
}
.article-refs {
  margin-top: 42px;
  padding: 22px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fffdf4;
  box-shadow: 6px 6px 0 var(--aqua);
}
.article-refs h2 {
  margin: 0 0 14px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  letter-spacing: -.03em;
}
.article-refs ol {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}
.article-refs li {
  color: var(--ink-soft);
  font-family: 'Courier New', monospace;
  font-size: 12px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.profile-card { position: relative; overflow: hidden; }.profile-card::before { content: ''; position: absolute; width: 100px; height: 100px; right: -35px; top: -40px; border-radius: 50%; background: var(--yellow); }.profile-card .student-top, .profile-card .student-song, .profile-card .student-quote, .profile-card .word-list, .profile-card .link-arrow { position: relative; z-index: 1; }.profile-card .student-quote { min-height: 67px; }
.profile-page { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 40px; align-items: start; }.profile-hero-card { padding: 22px; background: var(--yellow); border: 2px solid var(--ink); border-radius: 18px; box-shadow: 6px 6px 0 var(--pink); transform: rotate(-2deg); }.profile-hero-card .avatar { width: 94px; height: 94px; font-size: 30px; margin-bottom: 18px; }.profile-hero-card h2 { margin: 0; font-family: 'Space Grotesk', sans-serif; font-size: 26px; letter-spacing: -.07em; }.profile-hero-card p { margin: 4px 0 0; color: var(--ink-soft); font-size: 13px; }.profile-copy h1 { margin: 0 0 8px; font-family: 'Space Grotesk', sans-serif; font-size: clamp(2.7rem, 6vw, 6rem); letter-spacing: -.08em; line-height: .9; }.profile-copy .songline { color: var(--pink); font-family: 'Space Grotesk', sans-serif; font-weight: 700; }.profile-quote { margin: 35px 0; padding: 21px; background: var(--aqua); border-radius: 14px; font-family: 'Space Grotesk', sans-serif; font-size: 23px; line-height: 1.1; letter-spacing: -.04em; }.profile-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.profile-note { padding: 19px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper-2); }.profile-note h3 { margin: 0 0 8px; font-family: 'Space Grotesk', sans-serif; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }.profile-note p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.about-card { padding: 28px; border-radius: var(--radius); background: var(--paper-2); border: 1px solid var(--line); }.about-card.dark { background: var(--ink); color: var(--paper); }.about-card h2 { margin-top: 0; font-family: 'Space Grotesk', sans-serif; font-size: 30px; letter-spacing: -.06em; }.about-card p { color: var(--ink-soft); }.about-card.dark p { color: rgba(255,248,223,.76); }.principles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 20px; }.principle { padding: 17px 12px; background: var(--pink); color: var(--paper); border-radius: 10px; font-family: 'Space Grotesk', sans-serif; font-size: 12px; font-weight: 700; }.principle:nth-child(2) { background: var(--yellow); color: var(--ink); }.principle:nth-child(3) { background: var(--aqua); color: var(--ink); }.principle:nth-child(4) { background: var(--violet); }

.site-footer { background: var(--ink); color: var(--paper); padding: 55px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 40px; padding-bottom: 45px; }
.footer-title { font-family: 'Space Grotesk', sans-serif; font-size: 27px; line-height: .95; letter-spacing: -.07em; max-width: 260px; }.footer-copy { color: rgba(255,248,223,.64); font-size: 13px; max-width: 280px; }.footer-col h3 { color: var(--yellow); font-family: 'Space Grotesk', sans-serif; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }.footer-col a { display: block; width: fit-content; margin: 9px 0; color: rgba(255,248,223,.75); font-size: 13px; }.footer-col a:hover { color: var(--aqua); }.footer-status { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }.status-chip { padding: 7px 10px; border: 1px solid rgba(255,248,223,.25); border-radius: 4px; color: rgba(255,248,223,.75); font-family: 'Space Grotesk', sans-serif; font-size: 9px; letter-spacing: .1em; }.status-chip.online { color: var(--aqua); border-color: var(--aqua); }.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; padding-top: 19px; border-top: 1px solid rgba(255,248,223,.2); color: rgba(255,248,223,.5); font-size: 11px; }.retro-buttons { display: flex; gap: 7px; }.retro-button { padding: 5px 8px; background: var(--yellow); color: var(--ink); border: 1px solid var(--paper); font-family: 'Space Grotesk', sans-serif; font-size: 8px; font-weight: 700; letter-spacing: .06em; }

.sound-modal { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 20px; background: rgba(18,37,79,.75); backdrop-filter: blur(10px); }.sound-modal[hidden] { display: none; }.sound-panel { width: min(430px, 100%); padding: 30px; background: var(--paper); border: 3px solid var(--ink); border-radius: 17px; box-shadow: 8px 8px 0 var(--pink); }.sound-panel h2 { margin: 0 0 10px; font-family: 'Space Grotesk', sans-serif; font-size: 30px; letter-spacing: -.07em; }.sound-panel p { color: var(--ink-soft); }.sound-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s var(--ease), transform .65s var(--ease); }.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 960px) {
  .main-nav { display: none; position: absolute; top: 84px; right: 20px; left: 20px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }.main-nav.open { display: flex; }.main-nav a { padding: 12px; }.nav-toggle { display: block; }
  .hero-content { grid-template-columns: 1fr; padding-top: 70px; }.hero { min-height: 800px; }.hero-content { min-height: 800px; }.hero-side { justify-content: flex-start; }.dive-card { transform: rotate(2deg); }
  .steps { grid-template-columns: repeat(4, 1fr); }.article-grid { grid-template-columns: repeat(2, 1fr); }.student-grid, .profile-grid { grid-template-columns: repeat(2, 1fr); }.project-grid, .history-grid, .challenge-box { grid-template-columns: 1fr; }.guide-layout { grid-template-columns: 1fr; }.guide-sticky { position: static; }.guide-sticky p { max-width: 600px; }.article-layout { grid-template-columns: 1fr; gap: 30px; }.takeaway { position: static; max-width: 500px; }.profile-page { grid-template-columns: 1fr; }.profile-hero-card { max-width: 300px; }.about-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 30px, 1140px); }.nav-wrap { padding: 12px 15px; }.brand-text { font-size: 13px; }.section { padding: 75px 0; }.hero { min-height: 760px; }.hero-content { min-height: 760px; padding-top: 52px; }.hero h1 { font-size: clamp(3.3rem, 16vw, 5.7rem); }.hero-copy .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }.hero-copy .hero-actions .button { width: 100%; }.hero-side { margin-top: 10px; }.dive-card { width: 100%; }.stat-board, .student-grid, .profile-grid, .article-grid, .catalog-grid, .footer-grid { grid-template-columns: 1fr; }.stat { min-height: 120px; }.steps { grid-template-columns: repeat(2, 1fr); }.step { min-height: 170px; }.step h3 { margin-top: 32px; }.guide-flex { display: block; }.guide-flex .button { margin-top: 25px; }.tool-grid { grid-template-columns: repeat(2, 1fr); }.ai-compare, .profile-columns { grid-template-columns: 1fr; }.page-hero { padding: 70px 0 55px; overflow-x: clip; }.page-hero::after { right: -65px; top: 55px; font-size: 160px; opacity: .55; }.page-hero .container { position: relative; z-index: 1; max-width: 100%; }.page-hero h1 { font-size: clamp(2.15rem, 9.5vw, 4.6rem); max-width: 100%; line-height: .92; letter-spacing: -.05em; overflow-wrap: anywhere; word-break: break-word; }.guide-step { grid-template-columns: 55px 1fr; padding: 20px; gap: 12px; }.guide-step-number { font-size: 29px; }.history-visual { border-width: 4px; box-shadow: 5px 5px 0 var(--ink); }.challenge-form { padding: 20px; box-shadow: 5px 5px 0 var(--ink); }.footer-grid { gap: 25px; }.footer-bottom { display: block; }.retro-buttons { margin-top: 13px; }.article-content blockquote { font-size: 20px; }.article-content p { font-size: 16px; }.profile-quote { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Y2K / music portal treatment based on the supplied references */
body { background: repeating-linear-gradient(0deg, rgba(16,25,54,.025) 0 1px, transparent 1px 4px), linear-gradient(135deg, #dfe4e8, var(--paper)); }
.site-header { background: linear-gradient(#ffffff 0%, #d3d9df 48%, #aab4bf 49%, #eef1f3 100%); border-bottom: 2px solid var(--ink); box-shadow: 0 3px 0 rgba(255,255,255,.75), 0 5px 0 rgba(16,25,54,.15); }
.brand-mark { border-radius: 7px; transform: rotate(-4deg); box-shadow: inset 2px 2px 0 rgba(255,255,255,.75), 3px 3px 0 var(--ink); }
.main-nav a { border: 1px solid transparent; border-radius: 4px; text-shadow: 0 1px 0 rgba(255,255,255,.6); }
.main-nav a:hover, .main-nav a[aria-current='page'] { border-color: var(--ink); box-shadow: inset 1px 1px 0 rgba(255,255,255,.5), 2px 2px 0 rgba(16,25,54,.35); }
.button { border: 2px solid var(--ink); border-radius: 4px; box-shadow: inset 1px 1px 0 rgba(255,255,255,.7), inset -2px -2px 0 rgba(16,25,54,.25), 4px 4px 0 var(--pink); }
.button:hover { box-shadow: inset 1px 1px 0 rgba(255,255,255,.7), inset -2px -2px 0 rgba(16,25,54,.25), 6px 6px 0 var(--pink); }
.hero { background: var(--blue); }
.hero::before { background-image: linear-gradient(90deg, rgba(9,24,57,.9) 0%, rgba(15,65,127,.58) 45%, rgba(22,77,148,.08) 78%), url('../assets/poster.jpeg'); background-position: center 36%; }
.hero::after { width: 350px; height: 350px; border: 5px dotted rgba(255,210,26,.6); box-shadow: 0 0 0 12px rgba(239,61,117,.35), 0 0 0 26px rgba(88,224,209,.18); }
.marquee { background: linear-gradient(#fff04c, #e9b900); border-block: 2px solid var(--ink); text-shadow: 1px 1px 0 rgba(255,255,255,.55); }
.dive-card { border: 2px solid #dfe4e8; border-radius: 6px; background: rgba(22,46,90,.75); box-shadow: inset 0 0 0 2px rgba(88,224,209,.25), 8px 8px 0 rgba(16,25,54,.75); }
.dive-screen { border-radius: 4px; }
.project-copy, .about-card.dark, .ai-box { border: 2px solid var(--ink); border-radius: 7px; box-shadow: 7px 7px 0 var(--pink); }
.stat, .student-card, .article-card, .timeline-card, .guide-step, .about-card, .challenge-form, .profile-note { border-radius: 7px; box-shadow: var(--soft-shadow); }
.stat:nth-child(1), .stat:nth-child(2), .stat:nth-child(3), .stat:nth-child(4) { transform: none; }
.avatar { border-radius: 8px; box-shadow: inset 2px 2px 0 rgba(255,255,255,.65), 3px 3px 0 var(--ink); }
.page-hero { background: var(--blue); border-bottom: 5px solid var(--yellow); }
.page-hero::after { font-family: Arial, sans-serif; }
.history-visual { border-radius: 7px; box-shadow: 8px 8px 0 var(--ink); }
.history-visual img { filter: saturate(1.05) contrast(1.04); }
.retro-button { border: 2px outset #f4f4f4; box-shadow: 1px 1px 0 var(--ink); }
.status-chip { border-radius: 3px; }

/* Pixel-like ornaments made only with CSS */
.section::before { content: ''; position: absolute; width: 7px; height: 7px; top: 28px; left: 4%; background: var(--pink); box-shadow: 10px 0 0 var(--yellow), 0 10px 0 var(--aqua); opacity: .9; }
.hero .section::before { display: none; }
@media (max-width: 620px) { .hero::after { right: -110px; top: 45px; } .section::before { left: 7%; } }


/* Revisão de conteúdo e hierarquia para a home */
.stat { justify-content: flex-start; gap: 14px; }
.stat span { margin-top: 0; }
.stat small { display: block; color: inherit; opacity: .9; font-size: 16px; line-height: 1.35; font-family: 'DM Sans', sans-serif; font-weight: 500; letter-spacing: 0; text-transform: none; }
.timeline-card { color: var(--ink); background: #ffffff; border: 2px solid var(--ink); }
.timeline-card strong { display: inline-block; margin-bottom: 7px; color: var(--pink); font-size: 26px; font-weight: 800; }
.timeline-card h3 { color: var(--ink); font-size: 19px; font-weight: 800; }
.timeline-card p { color: #263653; font-size: 15px; line-height: 1.4; font-weight: 500; }
.student-card .link-arrow { align-self: flex-start; padding: 10px 12px; border: 2px solid var(--ink); border-radius: 4px; background: var(--pink); color: #ffffff; box-shadow: 3px 3px 0 var(--ink); font-size: 11px; letter-spacing: .06em; }
.student-card .link-arrow::after { color: var(--yellow); }
.student-card .link-arrow:hover { color: var(--ink); background: var(--yellow); }
.guide-home { background: #f5f7f8; border-block: 2px solid var(--ink); }
.guide-home-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 30px; }
.guide-home-heading h2 { max-width: 690px; margin: 12px 0 0; font-size: clamp(2.4rem, 5vw, 5rem); }
.guide-home-heading p { max-width: 360px; margin: 0; color: var(--ink-soft); }
.guide-home-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 26px; }
.guide-home-grid article { min-height: 190px; padding: 18px; background: #ffffff; border: 2px solid var(--ink); border-radius: 6px; box-shadow: 4px 4px 0 var(--aqua); }
.guide-home-grid article:nth-child(2) { box-shadow: 4px 4px 0 var(--pink); }
.guide-home-grid article:nth-child(3) { box-shadow: 4px 4px 0 var(--yellow); }
.guide-home-grid article:nth-child(4) { box-shadow: 4px 4px 0 var(--violet); }
.guide-home-grid b { color: var(--pink); font-family: 'Space Grotesk', sans-serif; font-size: 14px; }
.guide-home-grid h3 { margin: 42px 0 7px; font-family: 'Space Grotesk', sans-serif; font-size: 19px; line-height: 1; }
.guide-home-grid p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.35; }
.challenge-note { display: inline-block; padding: 9px 12px; background: var(--yellow); border: 2px solid var(--ink); border-radius: 4px; color: var(--ink) !important; font-size: 13px !important; }
.challenge-note-btn { cursor: pointer; font: inherit; text-align: left; text-decoration: underline; text-underline-offset: 3px; transition: transform .15s var(--ease), box-shadow .15s var(--ease); }
.challenge-note-btn:hover { transform: translate(-1px, -1px); box-shadow: 3px 3px 0 var(--ink); }
.lingo-panel { width: min(480px, 100%); }
.lingo-steps { display: grid; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; }
.lingo-steps li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; padding: 12px; background: var(--paper-2); border: 2px solid var(--ink); border-radius: 8px; }
.lingo-steps b { display: grid; place-items: center; width: 34px; height: 34px; background: var(--aqua); border: 2px solid var(--ink); border-radius: 50%; font-family: 'Space Grotesk', sans-serif; font-size: 13px; }
.lingo-steps span { color: var(--ink-soft); font-size: 14px; line-height: 1.4; }
.lingo-steps strong { color: var(--ink); }
@media (max-width: 960px) { .guide-home-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .guide-home-heading { display: block; }.guide-home-heading p { margin-top: 15px; }.guide-home-grid { grid-template-columns: 1fr; }.guide-home-grid article { min-height: 145px; }.guide-home-grid h3 { margin-top: 24px; } }


/* --- New Y2K psychedelic art direction --- */
:root {
  --ink: #1a1038;
  --ink-soft: #554d72;
  --paper: #f8f1d7;
  --paper-2: #fffdf4;
  --yellow: #f7d526;
  --yellow-deep: #e09e13;
  --aqua: #49ddd0;
  --aqua-deep: #128e9b;
  --pink: #f04d83;
  --violet: #7654d9;
  --orange: #f47d3b;
  --blue: #182d72;
  --line: rgba(26,16,56,.25);
  --shadow: 8px 8px 0 rgba(26,16,56,.9);
  --soft-shadow: 5px 5px 0 rgba(26,16,56,.2);
  --radius: 5px;
}

body {
  background-color: var(--paper);
  background-image: linear-gradient(rgba(240,77,131,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(118,84,217,.035) 1px, transparent 1px), linear-gradient(135deg, #f9f5dd 0%, #eceaf6 100%);
  background-size: 22px 22px, 22px 22px, auto;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

body::before { opacity: .075; mix-blend-mode: multiply; }
::selection { background: var(--pink); color: var(--paper); }

.display,
.section-heading h2,
.hero h1,
.page-hero h1,
.article-content h1,
.profile-copy h1,
.footer-title,
.history-copy h2,
.guide-flex h2,
.challenge h2,
.guide-sticky h2 {
  font-family: 'Arial Black', Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: -.075em;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: flex;
  flex-direction: column;
  background: linear-gradient(#ffffff 0%, #e8e7ef 45%, #b7b6c6 46%, #f4f1e5 100%);
  border-bottom: 3px solid var(--ink);
  box-shadow: 0 3px 0 rgba(255,255,255,.9), 0 6px 0 rgba(26,16,56,.16);
}
.nav-wrap { padding: 13px 28px; }
.brand { gap: 12px; text-transform: uppercase; }
.brand-mark {
  width: 41px;
  height: 41px;
  border-radius: 8px 50% 8px 50%;
  background: var(--yellow);
  border: 2px solid var(--ink);
  box-shadow: inset 2px 2px 0 rgba(255,255,255,.85), 4px 4px 0 var(--ink);
  color: var(--ink);
  transform: rotate(-8deg);
  font-size: 22px;
}
.brand-text { font-family: 'Arial Black', Arial, sans-serif; font-size: 14px; letter-spacing: -.04em; }
.brand-text small { color: var(--pink); font-family: 'Courier New', monospace; font-size: 9px; letter-spacing: .08em; }
.main-nav { gap: 6px; }
.main-nav a {
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: 'Courier New', monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.main-nav a:hover,
.main-nav a[aria-current='page'] {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--yellow);
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.4), 3px 3px 0 var(--pink);
}
.nav-toggle { border: 2px solid var(--ink); border-radius: 3px; box-shadow: 3px 3px 0 var(--pink); }

.container { width: min(1180px, calc(100% - 52px)); }
.section { padding: 112px 0; }
.section::before { top: 34px; left: 3%; }
.eyebrow {
  color: var(--pink);
  font-family: 'Courier New', monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
}
.eyebrow::before { content: '?'; color: var(--aqua-deep); }
.section-heading { margin-bottom: 38px; }
.section-heading h2 { font-size: clamp(2.4rem, 5vw, 5.2rem); }
.section-heading p { color: var(--ink-soft); font-size: 16px; }
.button {
  min-height: 45px;
  padding: 11px 17px;
  border: 2px solid var(--ink);
  border-radius: 3px;
  background: var(--ink);
  color: var(--yellow);
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.23), 5px 5px 0 var(--pink);
  font-family: 'Courier New', monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.button:hover { background: #2c1767; box-shadow: inset 1px 1px 0 rgba(255,255,255,.23), 7px 7px 0 var(--pink); }
.button.alt { background: var(--yellow); color: var(--ink); box-shadow: inset 1px 1px 0 rgba(255,255,255,.82), 4px 4px 0 var(--ink); }
.button.alt:hover { background: #ffe66a; box-shadow: inset 1px 1px 0 rgba(255,255,255,.82), 6px 6px 0 var(--ink); }
.button.ghost { border: 2px solid var(--ink); color: var(--ink); box-shadow: 4px 4px 0 var(--aqua); }
.button.ghost:hover { background: var(--paper-2); box-shadow: 6px 6px 0 var(--pink); }
.link-arrow { font-family: 'Courier New', monospace; font-weight: 900; letter-spacing: .07em; }
.tag { border-radius: 3px; font-family: 'Courier New', monospace; }

.hero {
  min-height: 790px;
  background: #211151;
  border-bottom: 4px solid var(--yellow);
}
.hero::before {
  background-image: linear-gradient(90deg, rgba(24,14,75,.96) 0%, rgba(32,28,116,.86) 42%, rgba(240,77,131,.2) 100%), url('../assets/yellow-sub-hero.jpg');
  background-position: center;
  background-size: cover;
  opacity: .75;
  filter: saturate(1.2);
}
.hero::after {
  width: 440px;
  height: 440px;
  right: -170px;
  top: -140px;
  border: 5px dotted rgba(247,213,38,.7);
  box-shadow: 0 0 0 14px rgba(240,77,131,.27), 0 0 0 32px rgba(73,221,208,.18), 0 0 0 68px rgba(247,213,38,.12);
}
.hero-content { min-height: 790px; grid-template-columns: minmax(0, .88fr) minmax(400px, .82fr); gap: 30px; padding-top: 56px; }
.hero-copy { position: relative; z-index: 4; max-width: 640px; }
.hero .eyebrow { color: var(--yellow); }
.hero h1 { margin: 15px 0 22px; font-size: clamp(3.8rem, 7vw, 7.8rem); line-height: .85; text-transform: uppercase; text-shadow: 4px 4px 0 rgba(240,77,131,.3); }
.hero h1 em { color: var(--yellow); }
.hero-lede { max-width: 535px; color: #fff9ea; font-size: clamp(1.1rem, 2vw, 1.42rem); }
.hero-chunk { color: rgba(255,249,234,.78); font-family: 'Courier New', monospace; font-size: 13px; }
.hero-annotation { color: rgba(255,249,234,.72); font-family: 'Courier New', monospace; font-size: 10px; }
.pulse-dot { background: var(--aqua); box-shadow: 0 0 0 5px rgba(73,221,208,.2); }
.hero .button { background: var(--yellow); color: var(--ink); }
.hero .link-arrow { color: var(--aqua) !important; }

.hero-side { align-items: center; min-height: 560px; }
.hero-stage {
  width: min(100%, 535px);
  height: 600px;
  position: relative;
  perspective: 1100px;
  transform-style: preserve-3d;
}
.hero-stage::before {
  content: '';
  position: absolute;
  width: 430px;
  height: 430px;
  right: 18px;
  top: 67px;
  border: 2px solid rgba(73,221,208,.62);
  border-radius: 50%;
  box-shadow: 0 0 0 19px rgba(73,221,208,.09), 0 0 0 39px rgba(247,213,38,.13), 0 0 0 72px rgba(240,77,131,.12);
  transform: rotate(18deg) scaleX(.84) translateZ(0);
}
.hero-stage::after {
  content: '?  ?  ?';
  position: absolute;
  right: 0;
  bottom: 18px;
  color: var(--yellow);
  font-size: 20px;
  letter-spacing: 16px;
  transform: rotate(-8deg) translateZ(0);
}
.hero-stage figure { margin: 0; position: absolute; overflow: hidden; }
.hero-stage figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-photo-frame {
  width: 275px;
  height: 395px;
  top: 0;
  right: 8px;
  padding: 9px 9px 32px;
  background: #fffdf0;
  border: 2px solid var(--ink);
  box-shadow: 11px 11px 0 rgba(26,16,56,.62);
  transform: rotate(6deg) translateZ(12px);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.hero-photo-frame img { object-position: center 38%; filter: saturate(1.14) contrast(1.06); }
.hero-stage figcaption { position: absolute; bottom: 8px; left: 11px; color: var(--ink); font-family: 'Courier New', monospace; font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.hero-cover {
  width: 260px;
  height: 260px;
  top: 206px;
  left: 0;
  border: 4px solid var(--yellow);
  box-shadow: 10px 10px 0 var(--pink);
  transform: rotate(-8deg) translateZ(18px);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), filter .3s var(--ease);
}
.hero-cover img { object-position: center; filter: saturate(1.16) contrast(1.06); }
.hero-cover figcaption { left: 10px; bottom: 7px; color: white; text-shadow: 1px 1px 0 var(--ink); }
.hero-sticker {
  position: absolute;
  z-index: 5;
  display: inline-block;
  padding: 8px 10px;
  border: 2px solid var(--ink);
  background: var(--yellow);
  color: var(--ink);
  font-family: 'Courier New', monospace;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .07em;
  box-shadow: 4px 4px 0 var(--ink);
  transform: translateZ(55px);
}
.hero-sticker-top { top: 26px; left: 16px; transform: rotate(-5deg) translateZ(55px); }
.hero-sticker-bottom { right: 16px; bottom: 10px; background: var(--aqua); transform: rotate(4deg) translateZ(55px); }
.hero-sticker-shine {
  cursor: pointer;
  animation: sticker-shine 1.6s ease-in-out infinite;
}
.hero-sticker-shine:hover,
.hero-sticker-shine:focus-visible {
  outline: none;
  transform: rotate(-5deg) scale(1.05) translateZ(55px);
}
@property --rainbow-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
.hero-sticker-top.is-revealed {
  position: absolute;
  z-index: 9;
  transform: rotate(-5deg) translateZ(60px);
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.15;
  color: #fff8e1;
  background: #120b2f;
  border: 5px solid transparent;
  background-image:
    linear-gradient(#120b2f, #120b2f),
    conic-gradient(
      from var(--rainbow-angle),
      #ff0066,
      #ffee00,
      #00ffcc,
      #7a3cff,
      #ff2d95,
      #00c8ff,
      #ff0066
    );
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35),
    0 0 5px 1px #ff0066,
    0 0 10px 1px #ffee00,
    0 0 16px 2px #00ffcc,
    0 0 24px 3px #7a3cff,
    0 0 32px 5px #ff2d95,
    7px 7px 0 rgba(0, 0, 0, 0.45);
  letter-spacing: 0.06em;
  text-transform: lowercase;
  cursor: default;
  animation: rainbow-walk 4.2s linear infinite, rainbow-bloom 1.6s ease-in-out infinite;
  filter: saturate(1.15) contrast(1.04);
  overflow: visible;
}
.hero-sticker-top.is-revealed::before {
  content: '';
  position: absolute;
  inset: -9px;
  z-index: -1;
  border-radius: 14px;
  background: conic-gradient(
    from var(--rainbow-angle),
    #ff0066,
    #ffee00,
    #00ffcc,
    #7a3cff,
    #ff2d95,
    #00c8ff,
    #ff0066
  );
  filter: blur(6px) saturate(1.2);
  opacity: 0.35;
  mix-blend-mode: screen;
  pointer-events: none;
  animation: rainbow-walk 4.2s linear infinite;
}
@keyframes sticker-shine {
  0%, 100% { box-shadow: 4px 4px 0 var(--ink), 0 0 0 rgba(255,210,26,0); filter: brightness(1); }
  50% { box-shadow: 4px 4px 0 var(--ink), 0 0 18px rgba(255,210,26,.95), 0 0 34px rgba(240,77,131,.55); filter: brightness(1.18); }
}
@keyframes rainbow-walk {
  to { --rainbow-angle: 360deg; }
}
@keyframes rainbow-bloom {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(0, 0, 0, 0.35),
      0 0 5px 1px #ff0066,
      0 0 10px 1px #ffee00,
      0 0 16px 2px #00ffcc,
      0 0 24px 3px #7a3cff,
      0 0 32px 5px #ff2d95,
      7px 7px 0 rgba(0, 0, 0, 0.45);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(0, 0, 0, 0.35),
      0 0 8px 2px #ff0066,
      0 0 15px 3px #ffee00,
      0 0 23px 4px #00ffcc,
      0 0 34px 6px #7a3cff,
      0 0 44px 8px #ff2d95,
      7px 7px 0 rgba(0, 0, 0, 0.45);
  }
}
.pista-espelhada {
  margin: 14px auto 0;
  width: fit-content;
  max-width: calc(100% - 40px);
  color: rgba(255,249,234,.28);
  font-family: 'Courier New', monospace;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: lowercase;
  transform: scaleX(-1);
  user-select: none;
}
.pista-espelhada:hover,
.pista-espelhada:focus {
  color: rgba(255,249,234,.72);
}
.footer-credits {
  margin: 28px auto 8px;
  width: min(720px, calc(100% - 40px));
  text-align: center;
  display: grid;
  gap: 14px;
}
.footer-credits p {
  margin: 0;
  color: rgba(255,249,234,.55);
  font-family: 'Courier New', monospace;
  font-size: 11px;
  line-height: 1.55;
}
.footer-andverso {
  display: inline-block;
  margin: 0 auto;
  color: var(--yellow);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-andverso:hover {
  color: var(--aqua);
}
.dive-card {
  position: absolute;
  width: 315px;
  left: 108px;
  bottom: 24px;
  padding: 14px;
  border: 2px solid #fff4de;
  border-radius: 4px;
  background: rgba(18,11,64,.9);
  box-shadow: 9px 9px 0 rgba(26,16,56,.72);
  transform: rotate(3deg) translateZ(40px);
  transition: transform .35s var(--ease);
  backdrop-filter: blur(10px);
}
.dive-card:hover { transform: rotate(0deg) translateY(-5px) translateZ(40px); }
.dive-card-top { margin-bottom: 12px; color: var(--yellow); font-family: 'Courier New', monospace; font-size: 10px; letter-spacing: .1em; }
.dive-screen { padding: 18px 15px 14px; border: 1px solid var(--aqua); border-radius: 2px; background: linear-gradient(135deg, rgba(40,20,101,.9), rgba(11,73,104,.9)); }
.dive-screen strong { font-family: 'Arial Black', Arial, sans-serif; font-size: 24px; }
.dive-screen span { color: var(--aqua); font-family: 'Courier New', monospace; font-size: 10px; }
.fake-wave { margin: 19px 0 12px; }
.progress-line { height: 6px; background: rgba(255,249,234,.24); }
.progress-line i { background: var(--pink); }
.player-time { color: rgba(255,249,234,.7); font-family: 'Courier New', monospace; }

.marquee { padding: 11px 0; background: var(--pink); color: #fff8e1; border-block: 3px solid var(--ink); font-family: 'Courier New', monospace; font-size: 10px; letter-spacing: .16em; text-shadow: 2px 2px 0 rgba(26,16,56,.35); }

.project-copy,
.about-card.dark,
.ai-box { border: 2px solid var(--ink); border-radius: 4px; box-shadow: 8px 8px 0 var(--pink); }
.project-copy { background: var(--ink); }
.project-copy h2 { font-family: 'Arial Black', Arial, sans-serif; }
.stat, .student-card, .article-card, .timeline-card, .guide-step, .about-card, .challenge-form, .profile-note { border: 2px solid var(--ink); border-radius: 4px; box-shadow: var(--soft-shadow); }
.stat { min-height: 150px; }
.stat:nth-child(1) { background: var(--yellow); }
.stat:nth-child(2) { background: var(--aqua); }
.stat:nth-child(3) { background: var(--pink); }
.stat:nth-child(4) { background: var(--violet); }
.stat span, .student-song, .timeline-card strong, .guide-step-number { font-family: 'Courier New', monospace; font-weight: 900; }
.stat span { font-size: 14px; }
.stat small { font-size: 17px; line-height: 1.4; }

.dark-section { background: var(--ink); background-image: radial-gradient(circle at 15% 0%, rgba(118,84,217,.35), transparent 35%), linear-gradient(135deg, rgba(255,255,255,.025) 25%, transparent 25%); background-size: auto, 12px 12px; }
.dark-section .section-heading p { color: rgba(255,249,234,.74); }
.step { border-top-width: 3px; background: rgba(255,255,255,.065); }
.step:nth-child(even) { border-color: var(--pink); }
.step h3 { font-family: 'Arial Black', Arial, sans-serif; }

.student-card:hover, .article-card:hover, .guide-step:hover { box-shadow: 8px 8px 0 var(--pink); }
.avatar { border-radius: 7px; box-shadow: inset 2px 2px 0 rgba(255,255,255,.66), 3px 3px 0 var(--ink); }
.student-card .link-arrow { border: 2px solid var(--ink); border-radius: 3px; background: var(--pink); color: #fff; box-shadow: 3px 3px 0 var(--ink); }
.student-card .link-arrow:hover { background: var(--yellow); color: var(--ink); }

.timeline-card { background: #fff; }
.timeline-card strong { color: var(--pink); }
.timeline-note { border: 2px solid var(--ink); border-radius: 4px; box-shadow: 7px 7px 0 var(--pink); }
.history-visual { border: 7px solid var(--yellow); border-radius: 4px; box-shadow: 10px 10px 0 var(--ink); }
.history-visual img { filter: saturate(1.1) contrast(1.05); }
.history-facts span { border: 2px solid var(--ink); border-radius: 3px; }
.guide-home { background: rgba(255,255,255,.55); border-block: 3px solid var(--ink); }
.guide-home-grid article { border: 2px solid var(--ink); border-radius: 4px; }
.challenge { background: var(--aqua); }
.challenge-form { border: 2px solid var(--ink); box-shadow: 8px 8px 0 var(--ink); }
.field input { border: 2px solid var(--ink); border-radius: 3px; background: #fff; }

.page-hero {
  padding: 98px 0 78px;
  background-color: var(--blue);
  background-image: linear-gradient(90deg, rgba(24,45,114,.98), rgba(24,45,114,.78)), url('../assets/yellow-submarine-album.jpg');
  background-size: cover;
  background-position: center 35%;
  border-bottom: 5px solid var(--yellow);
}
.page-hero::after { color: var(--yellow); text-shadow: 9px 9px 0 var(--pink); }
.page-hero h1 { max-width: min(980px, 100%); text-transform: uppercase; overflow-wrap: anywhere; word-break: break-word; }
.page-hero p { color: rgba(255,249,234,.82); font-family: 'Courier New', monospace; font-size: 15px; }

.site-footer { background: #120b2f; border-top: 5px solid var(--yellow); }
.footer-title { font-size: 31px; }
.footer-copy { color: rgba(255,249,234,.68); }
.footer-col h3 { font-family: 'Courier New', monospace; }
.footer-col a { font-family: 'Courier New', monospace; font-size: 12px; }
.retro-button { border: 2px outset #f4f4f4; box-shadow: 2px 2px 0 var(--pink); }
.media-credit { padding-top: 17px; border-top: 1px solid rgba(255,249,234,.16); color: rgba(255,249,234,.48); font-family: 'Courier New', monospace; font-size: 10px; }
.media-credit a { color: var(--aqua); text-decoration: underline; }

.sound-panel { border: 3px solid var(--ink); border-radius: 4px; box-shadow: 9px 9px 0 var(--pink); }

@media (max-width: 960px) {
  .hero-content { grid-template-columns: 1fr; min-height: auto; padding-top: 78px; padding-bottom: 70px; }
  .hero { min-height: auto; }
  .hero-side { justify-content: center; margin-top: 15px; }
  .hero-stage { margin: 0 auto; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 30px, 1180px); }
  .nav-wrap { padding: 12px 15px; }
  .brand-text { font-size: 12px; }
  .hero-content { padding-top: 58px; padding-bottom: 45px; }
  .hero h1 { font-size: clamp(3.45rem, 16vw, 5.8rem); }
  .hero-stage { width: 100%; height: 560px; transform: scale(.92); transform-origin: top center; margin-bottom: -35px; }
  .hero-photo-frame { right: 0; width: 220px; height: 320px; }
  .hero-cover { width: 190px; height: 190px; top: 194px; }
  .dive-card { left: 74px; width: 268px; bottom: 30px; }
  .hero-sticker-top { top: 10px; left: 0; font-size: 8px; }
  .hero-sticker-top.is-revealed { font-size: 12px; padding: 10px 12px; }
  .hero-sticker-bottom { right: 0; bottom: 16px; font-size: 8px; }
  .section { padding: 82px 0; }
  .page-hero { padding: 74px 0 58px; }
  .footer-grid { grid-template-columns: 1fr; }
  .media-credit { line-height: 1.5; }
}


/* --- Home refinement: full artwork + editorial article spotlight --- */
.history-visual { background: #f7d526; }
.history-visual img { aspect-ratio: 245 / 236; object-fit: contain; object-position: center; background: #f7d526; }
.article-feature-section { background: linear-gradient(180deg, rgba(255,255,255,.76), rgba(244,238,210,.72)); border-block: 3px solid var(--ink); }
.article-feature-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 32px; }
.article-feature-head h2 { margin: 12px 0 0; max-width: 670px; font-size: clamp(2.7rem, 5.4vw, 5.6rem); }
.article-feature-intro { width: min(100%, 340px); }
.article-feature-intro p { margin: 0 0 18px; color: var(--ink-soft); font-family: 'Courier New', monospace; font-size: 13px; line-height: 1.45; }
.article-feature-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 20px; align-items: stretch; }
.article-feature-lead .article-card { min-height: 390px; padding: 0; background: var(--ink); color: var(--paper); border-color: var(--ink); box-shadow: 10px 10px 0 var(--pink); }
.article-feature-lead .article-card:hover { background: #2c1767; }
.article-feature-lead .article-card-body { padding: 29px; }
.article-feature-lead .article-cover { border-bottom-color: rgba(255,249,234,.25); }
.article-feature-lead .article-card h3 { max-width: 570px; font-size: clamp(2rem, 4vw, 4.1rem); line-height: .93; }
.article-feature-lead .article-card p { max-width: 520px; color: rgba(255,249,234,.78); font-size: 16px; }
.article-feature-lead .article-card .link-arrow { color: var(--yellow); }
.article-feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.article-feature-list .article-card { min-height: 0; }
.article-feature-list .article-card-body { padding: 16px; }
.article-feature-list .article-card .tag { margin-bottom: 12px; }
.article-feature-list .article-card h3 { font-size: 17px; }
.article-feature-list .article-card p { font-size: 12px; }
.article-feature-list .article-card .link-arrow { padding-top: 12px; }
.article-feature-list .article-cover { aspect-ratio: 16 / 9; }
@media (max-width: 960px) {
  .article-feature-head { align-items: start; flex-direction: column; }
  .article-feature-intro { width: min(100%, 520px); }
  .article-feature-layout { grid-template-columns: 1fr; }
  .article-feature-lead .article-card { min-height: 300px; }
}
@media (max-width: 620px) {
  .article-feature-head h2 { font-size: clamp(2.6rem, 13vw, 4.8rem); }
  .article-feature-intro { width: 100%; }
  .article-feature-list { grid-template-columns: 1fr; }
  .article-feature-lead .article-card { min-height: 330px; padding: 22px; }
  .history-visual img { aspect-ratio: 245 / 236; }
}

/* Player MP3 na navbar  faixa bem fina estilo Winamp */
.audio-dock {
  width: 100%;
  height: 18px;
  background: linear-gradient(#d4d4d4 0%, #9c9c9c 48%, #7a7a7a 49%, #b0b0b0 100%);
  border-top: 1px solid #555;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
  color: #111;
  font-family: 'Courier New', monospace;
}
.audio-dock-inner {
  height: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.audio-dock-badge {
  flex: 0 0 auto;
  padding: 0 3px;
  border: 1px solid #222;
  background: #111;
  color: #39ff14;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.15;
}
.audio-dock-controls {
  display: flex;
  gap: 1px;
  flex: 0 0 auto;
}
.audio-dock-controls button {
  width: 14px;
  height: 13px;
  padding: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  border-radius: 0;
  background: linear-gradient(#efefef, #bdbdbd);
  color: #111;
  font-size: 7px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.audio-dock-controls button:active,
.audio-dock-controls button[aria-pressed="true"] {
  border-top-color: #555;
  border-left-color: #555;
  border-right-color: #fff;
  border-bottom-color: #fff;
  background: #9a9a9a;
}
.audio-dock-lcd {
  flex: 1 1 auto;
  min-width: 0;
  height: 13px;
  padding: 0 3px;
  background: #0a1f0a;
  border: 1px solid #222;
  box-shadow: inset 1px 1px 0 #000;
  display: flex;
  align-items: center;
  gap: 4px;
}
.audio-dock-marquee {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #39ff14;
  font-size: 8px;
  letter-spacing: .03em;
  line-height: 1;
  text-shadow: 0 0 3px rgba(57, 255, 20, .4);
}
.audio-dock-marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: audio-marquee 12s linear infinite;
}
.audio-dock.is-playing .audio-dock-marquee span { animation-play-state: running; }
.audio-dock:not(.is-playing) .audio-dock-marquee span { animation-play-state: paused; padding-left: 0; }
@keyframes audio-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
.audio-dock-progress {
  flex: 0 0 52px;
  display: block;
  height: 3px;
  padding: 0;
  border: 1px solid #062006;
  border-radius: 0;
  background: #031403;
  overflow: hidden;
  cursor: pointer;
}
.audio-dock-progress i {
  display: block;
  height: 100%;
  width: 0;
  background: #39ff14;
}
.audio-dock-time {
  flex: 0 0 auto;
  color: #222;
  font-size: 7px;
  font-weight: 700;
  white-space: nowrap;
}
.audio-dock-vol {
  display: flex;
  align-items: center;
  gap: 3px;
  flex: 0 0 auto;
  font-size: 7px;
  font-weight: 700;
  color: #333;
}
.audio-dock-vol input {
  width: 40px;
  height: 8px;
  accent-color: #4a4a4a;
}
.player-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}
.player-actions .button.alt {
  min-width: 42px;
  width: auto;
  flex: 0 0 auto;
  justify-content: center;
  padding: 10px 12px;
}
.player-actions .player-btn {
  min-width: 40px;
  padding-inline: 12px;
}
.player-actions .play-toggle {
  flex: 1 1 auto;
  min-width: 0;
  padding-inline: 14px;
}
.player-vol {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 248, 223, 0.75);
  font-size: 11px;
  flex: 0 0 auto;
}
.player-vol input {
  width: 64px;
  accent-color: var(--aqua);
}
@media (max-width: 620px) {
  .dive-card .player-actions {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
  }
  .dive-card .player-actions .button,
  .dive-card .player-actions .button.alt {
    width: auto;
    min-width: 36px;
    padding: 8px 10px;
    font-size: 12px;
  }
  .dive-card .player-actions .play-toggle {
    flex: 1 1 auto;
    padding-inline: 10px;
  }
  .dive-card .player-vol span { display: none; }
  .dive-card .player-vol input { width: 52px; }
}
.progress-line { cursor: pointer; }

@media (max-width: 900px) {
  body { padding-top: 84px; }
  .audio-dock-vol span,
  .audio-dock-badge,
  .audio-dock-time { display: none; }
  .audio-dock-vol input { width: 32px; }
  .audio-dock-inner { padding: 0 8px; gap: 4px; }
  .audio-dock-progress { flex-basis: 40px; }
  .main-nav { top: 84px; }
}

@media (max-width: 620px) {
  body { padding-top: 82px; }
  .audio-dock { height: 16px; }
  .audio-dock-lcd { height: 12px; }
  .audio-dock-controls button { width: 16px; height: 14px; font-size: 8px; }
  .audio-dock-vol { display: none; }
  .brand-text small { display: none; }
}


/* --- Identity pass: Letras em Alto Volume header + listening bar --- */
body { padding-top: 122px; }
.site-header {
  background: rgba(16,25,54,.97);
  border-bottom: 3px solid var(--pink);
  box-shadow: 0 4px 0 var(--yellow), 0 12px 28px rgba(16,25,54,.24);
}
.nav-wrap { padding: 10px 28px; }
.brand { color: var(--paper); gap: 12px; }
.brand-mark { width: 42px; height: 42px; border-radius: 9px 48% 9px 48%; background: var(--yellow); border: 2px solid var(--pink); color: var(--ink); box-shadow: 4px 4px 0 var(--pink); transform: rotate(-5deg); }
.brand-text { font-family: 'Space Grotesk', sans-serif; font-size: 15px; line-height: .88; letter-spacing: -.06em; max-width: 185px; text-transform: uppercase; }
.brand-text small { margin-top: 5px; color: var(--aqua); font-size: 8px; letter-spacing: .16em; line-height: 1; }
.main-nav { gap: 6px; }
.main-nav a { color: rgba(237,240,242,.82); border: 1px solid transparent; border-radius: 3px; padding: 8px 11px; font-family: 'Courier New', monospace; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a:hover, .main-nav a[aria-current='page'] { background: var(--pink); color: var(--paper); border-color: var(--yellow); transform: translateY(-2px) rotate(-1deg); }
.lang-switch-btn { border: 1px solid var(--aqua); border-radius: 3px; background: transparent; color: var(--paper); }
.lang-switch-btn:hover { background: var(--aqua); color: var(--ink); }
.nav-toggle { border: 2px solid var(--yellow); border-radius: 3px; background: var(--pink); color: var(--paper); box-shadow: 3px 3px 0 var(--yellow); }
.audio-dock { height: 42px; background: linear-gradient(90deg, var(--ink) 0%, #183a82 64%, #642468 100%); border-top: 2px solid var(--aqua); border-bottom: 0; color: var(--paper); font-family: 'Courier New', monospace; box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.audio-dock-inner { padding: 5px 28px; gap: 9px; }
.audio-dock-badge { padding: 4px 7px; border: 1px solid var(--yellow); border-radius: 3px; background: var(--yellow); color: var(--ink); font-weight: 900; line-height: 1; }
.audio-dock-controls { gap: 4px; }
.audio-dock-controls button { width: 27px; height: 27px; border: 1px solid var(--aqua); border-radius: 50%; background: transparent; color: var(--aqua); font-size: 13px; line-height: 1; }
.audio-dock-controls button:hover, .audio-dock-controls button[aria-pressed="true"] { background: var(--pink); color: var(--paper); border-color: var(--yellow); }
.audio-dock-lcd { height: 27px; padding: 4px 9px; border: 1px solid rgba(88,224,209,.58); border-radius: 3px; background: rgba(6,16,48,.55); }
.audio-dock-marquee { font-size: 10px; color: var(--paper); text-shadow: none; }
.audio-dock-marquee span { animation-duration: 18s; }
.audio-dock-progress { height: 4px; margin-top: 4px; border-radius: 4px; background: rgba(237,240,242,.2); }
.audio-dock-progress i { background: var(--yellow); }
.audio-dock-time { color: var(--aqua); font-size: 10px; }
.audio-dock-vol { color: var(--aqua); font-size: 10px; }
.audio-dock-vol input { accent-color: var(--pink); }
@media (max-width: 900px) {
  body { padding-top: 118px; }
  .audio-dock-inner { padding-inline: 12px; }
}
@media (max-width: 620px) {
  body { padding-top: 112px; }
  .nav-wrap { padding: 9px 15px; }
  .brand-text { font-size: 13px; max-width: 150px; }
  .brand-mark { width: 38px; height: 38px; }
  .audio-dock { height: 38px; }
  .audio-dock-inner { padding: 4px 10px; }
  .audio-dock-controls button { width: 24px; height: 24px; }
  .audio-dock-lcd { height: 24px; }
}


/* --- Navbar based on the supplied reference --- */
.site-header { flex-direction: column; }
.nav-wrap { width: min(1180px, calc(100% - 2rem)); min-height: 76px; margin: 0 auto; padding: 10px 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; }
.main-nav { justify-content: center; margin-left: 0; }
.nav-tools { display: flex; align-items: center; gap: 10px; }
.audio-dock { width: 42px; height: 42px; flex: 0 0 42px; border: 0; background: transparent; box-shadow: none; }
.audio-dock-inner { height: 42px; padding: 0; display: flex; justify-content: center; gap: 0; }
.audio-dock-badge, .audio-dock-lcd, .audio-dock-time, .audio-dock-vol { display: none; }
.audio-dock-controls { gap: 0; }
.audio-dock-controls button[data-audio="prev"], .audio-dock-controls button[data-audio="next"] { display: none; }
.audio-dock-controls button[data-audio="play"] { display: grid; width: 42px; height: 42px; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); color: var(--ink); box-shadow: 3px 3px 0 var(--pink); font-size: 15px; }
.audio-dock-controls button[data-audio="play"]:hover, .audio-dock-controls button[data-audio="play"][aria-pressed="true"] { background: var(--aqua); color: var(--ink); border-color: var(--ink); }
.nav-toggle { display: none; min-width: 44px; min-height: 42px; align-items: center; justify-content: center; padding: 0 12px; }
@media (max-width: 820px) {
  body { padding-top: 82px; }
  .nav-wrap { min-height: 68px; grid-template-columns: 1fr auto; gap: 1rem; }
  .main-nav { position: absolute; top: 100%; right: 1rem; left: 1rem; display: none; flex-direction: column; gap: 3px; padding: 10px; background: var(--ink); border: 1px solid rgba(255,229,27,.42); box-shadow: 0 8px 0 rgba(8,12,45,.35); }
  .main-nav.open { display: flex; }
  .main-nav a { width: 100%; min-height: 46px; display: flex; align-items: center; }
  .nav-tools { justify-content: flex-end; }
  .nav-toggle { display: inline-flex; }
}
@media (max-width: 460px) {
  .nav-wrap { width: min(100% - 2rem, 1180px); }
  .brand-text { font-size: 11px; max-width: 140px; }
  .brand-text small { font-size: 7px; }
  .brand-mark { width: 36px; height: 36px; }
  .audio-dock, .audio-dock-inner, .audio-dock-controls button[data-audio="play"] { width: 36px; height: 36px; flex-basis: 36px; }
  .audio-dock-controls button[data-audio="play"] { font-size: 13px; }
  .lang-switch-btn { padding: 6px 8px; }
}


/* --- CSS-only logo: From Lyrics to Language --- */
.brand-mark { display: flex; align-items: center; justify-content: center; gap: 1px; font-family: 'Courier New', monospace; font-weight: 900; letter-spacing: -.15em; }
.logo-letter { display: inline-grid; place-items: center; width: 11px; height: 17px; font-size: 14px; line-height: 1; }
.logo-arrow { display: inline-block; color: var(--pink); font-size: 15px; line-height: 1; transform: translateY(-1px); }
.brand-text { font-size: 14px; max-width: 190px; }
.brand-text small { color: var(--aqua); }
@media (max-width: 460px) {
  .brand-text { font-size: 10px; max-width: 128px; }
  .logo-letter { width: 9px; height: 14px; font-size: 12px; }
  .logo-arrow { font-size: 13px; }
}


/* --- Final brand lockup + flush sticky header --- */
body { padding-top: 0 !important; }
.site-header { position: sticky; top: 0; }
.brand-text { display: flex; flex-direction: column; justify-content: center; gap: 0; max-width: 205px; line-height: .82; letter-spacing: -.04em; }
.brand-kicker { color: var(--aqua); font-family: 'Courier New', monospace; font-size: 8px; font-weight: 900; letter-spacing: .26em; line-height: 1; }
.brand-word { color: var(--paper); font-family: 'Arial Black', Arial, sans-serif; font-size: 14px; font-weight: 900; letter-spacing: -.08em; line-height: .86; }
.brand-word i { color: var(--pink); font-family: Arial, sans-serif; font-size: 17px; font-style: normal; margin-left: 2px; }
.brand-word.brand-language { color: var(--yellow); }
.brand-text small { margin-top: 4px; color: var(--aqua); font-family: 'Courier New', monospace; font-size: 7px; letter-spacing: .08em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
@media (max-width: 460px) {
  .brand-text { max-width: 155px; }
  .brand-kicker { font-size: 7px; }
  .brand-word { font-size: 11px; }
  .brand-word i { font-size: 14px; }
  .brand-text small { font-size: 6px; letter-spacing: .04em; }
}


/* --- Editorial sound-to-language logo --- */
.brand-mark { width: 48px; height: 48px; gap: 3px; padding: 7px; border-radius: 2px; background: var(--paper); border: 2px solid var(--yellow); box-shadow: 4px 4px 0 var(--pink); transform: rotate(-2deg); }
.signal-bars, .signal-text { display: flex; align-items: center; justify-content: center; gap: 2px; height: 24px; }
.signal-bars i { display: block; width: 2px; background: var(--pink); border-radius: 1px; }
.signal-bars i:nth-child(1) { height: 7px; }
.signal-bars i:nth-child(2) { height: 15px; }
.signal-bars i:nth-child(3) { height: 22px; }
.signal-bars i:nth-child(4) { height: 11px; }
.signal-arrow { color: var(--ink); font-family: Arial, sans-serif; font-size: 13px; font-weight: 900; line-height: 1; }
.signal-text { flex-direction: column; align-items: flex-start; gap: 3px; width: 14px; }
.signal-text i { display: block; width: 13px; height: 2px; background: var(--ink); }
.signal-text i:nth-child(2) { width: 10px; }
.signal-text i:nth-child(3) { width: 7px; }
.brand-word i { color: var(--pink); font-size: 9px; font-style: normal; letter-spacing: .08em; }
@media (max-width: 460px) {
  .brand-mark { width: 38px; height: 38px; padding: 5px; }
  .signal-bars, .signal-text { height: 19px; }
  .signal-bars i:nth-child(1) { height: 5px; }
  .signal-bars i:nth-child(2) { height: 11px; }
  .signal-bars i:nth-child(3) { height: 18px; }
  .signal-bars i:nth-child(4) { height: 8px; }
  .signal-arrow { font-size: 10px; }
  .signal-text { width: 11px; gap: 2px; }
  .signal-text i { width: 11px; height: 2px; }
  .signal-text i:nth-child(2) { width: 8px; }
  .signal-text i:nth-child(3) { width: 5px; }
}

/* --- Album cover carousel --- */
.album-carousel-section { background: var(--ink); color: var(--paper); border-block: 4px solid var(--yellow); }
.album-carousel-heading { display: flex; align-items: end; justify-content: space-between; gap: 34px; margin-bottom: 34px; }
.album-carousel-heading h2 { max-width: 680px; margin: 12px 0 0; font-size: clamp(2.6rem, 5vw, 5.4rem); }
.album-carousel-heading p { max-width: 350px; margin: 0; color: rgba(255,249,234,.74); font-family: 'Courier New', monospace; font-size: 13px; }
.album-carousel { padding: 24px; border: 2px solid var(--aqua); background: #202b68; box-shadow: 10px 10px 0 var(--pink); }
.album-pages { min-height: 495px; }
.album-page { display: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.album-page.active { display: grid; }
.album-card { display: grid; grid-template-columns: minmax(150px, .76fr) 1fr; min-height: 390px; border: 2px solid var(--paper); background: var(--paper); color: var(--ink); box-shadow: 6px 6px 0 rgba(0,0,0,.3); transform: rotate(-1.2deg); }
.album-card:nth-child(2) { transform: rotate(1.2deg); }
.album-cover { min-height: 100%; padding: 10px; background: var(--yellow); }
.album-cover img { width: 100%; height: 100%; min-height: 250px; object-fit: cover; display: block; filter: saturate(1.08) contrast(1.04); }
.album-card-copy { display: flex; flex-direction: column; justify-content: end; padding: 22px 18px; }
.album-card-copy > span { color: var(--pink); font-family: 'Courier New', monospace; font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.album-card-copy h3 { margin: 9px 0 12px; font-family: 'Arial Black', Arial, sans-serif; font-size: clamp(1.4rem, 2.6vw, 2.6rem); line-height: .92; letter-spacing: -.08em; }
.album-card-copy p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.4; }
.album-carousel-controls { display: flex; justify-content: center; align-items: center; gap: 17px; margin-top: 25px; }
.album-arrow { width: 42px; height: 42px; border: 2px solid var(--yellow); background: transparent; color: var(--yellow); font-size: 22px; cursor: pointer; }
.album-arrow:hover { background: var(--yellow); color: var(--ink); }
.album-counter { color: var(--aqua); font-family: 'Courier New', monospace; font-size: 12px; letter-spacing: .12em; }
.album-counter b { color: var(--paper); font-size: 18px; }
@media (max-width: 960px) {
  .album-carousel-heading { align-items: start; flex-direction: column; }
  .album-carousel-heading p { max-width: 600px; }
  .album-card { grid-template-columns: .9fr 1fr; }
}
@media (max-width: 620px) {
  .album-carousel { padding: 13px; }
  .album-pages { min-height: 0; }
  .album-page { grid-template-columns: 1fr; gap: 18px; }
  .album-card { min-height: 275px; grid-template-columns: 130px 1fr; }
  .album-cover { padding: 7px; }
  .album-cover img { min-height: 210px; }
  .album-card-copy { padding: 16px 12px; }
  .album-card-copy h3 { font-size: 1.55rem; }
}


/* --- Studio discography: one square cover per slide --- */
.album-pages { min-height: 0; perspective: 1200px; }
.album-page { display: none; grid-template-columns: minmax(0, 720px); justify-content: center; }
.album-page.active { display: grid; animation: album-slide-in .55s cubic-bezier(.2,.8,.2,1) both; }
.album-card { grid-template-columns: minmax(280px, 390px) 1fr; min-height: 390px; transform: rotate(-1.2deg) translateY(0); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.album-card:hover { transform: rotate(0deg) translateY(-8px) scale(1.015); box-shadow: 12px 16px 0 rgba(0,0,0,.3); }
.album-card:nth-child(2) { transform: rotate(-1.2deg); }
.album-card:nth-child(2):hover { transform: rotate(0deg) translateY(-8px) scale(1.015); }
.album-cover { aspect-ratio: 1 / 1; min-height: 0; padding: 12px; display: grid; place-items: center; }
.album-cover img { aspect-ratio: 1 / 1; width: 100%; height: 100%; min-height: 0; object-fit: contain; background: #fff; }
@keyframes album-slide-in { from { opacity: 0; transform: translateX(46px) rotate(2deg); } to { opacity: 1; transform: translateX(0) rotate(0); } }

/* --- First-fold interactive image moments --- */
.hero-photo-frame { cursor: pointer; perspective: 1100px; }
.hero-photo-frame:focus-visible, .hero-cover:focus-visible { outline: 3px solid var(--aqua); outline-offset: 5px; }
.hero-flip-inner { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.hero-photo-frame.is-flipped .hero-flip-inner { transform: rotateY(180deg); }
.hero-flip-face { position: absolute; inset: 0; overflow: hidden; backface-visibility: hidden; }
.hero-flip-face img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-flip-face figcaption { position: absolute; bottom: 8px; left: 11px; color: var(--ink); font-family: 'Courier New', monospace; font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.hero-flip-back { transform: rotateY(180deg); }
.hero-cover { cursor: pointer; }
.hero-cover.is-revealed {
  transform: rotate(-8deg) translateZ(72px);
  animation: yellow-reveal .7s cubic-bezier(.2,.8,.2,1) both;
}
.hero-cover.is-revealed img { content: url('/assets/yellow-easter-egg.jpg'); }
@keyframes yellow-reveal {
  0% { transform: rotate(-8deg) scale(.95) translateZ(72px); filter: brightness(1.4) saturate(1.5); }
  55% { transform: rotate(3deg) scale(1.08) translateZ(72px); filter: brightness(1.2) saturate(1.4); }
  100% { transform: rotate(-8deg) scale(1) translateZ(72px); filter: none; }
}
@media (max-width: 620px) {
  .album-page { grid-template-columns: minmax(0, 1fr); }
  .album-card { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .album-cover { width: min(100%, 330px); margin: 0 auto; }
  .album-card-copy { min-height: 190px; }
}


/* --- Timeline note without the yellow rectangle --- */
.timeline-note { max-width: 760px; padding: 18px 0 4px; border: 0; border-top: 2px solid var(--aqua); border-radius: 0; background: transparent; color: rgba(255,249,234,.78); text-align: left; box-shadow: none; font-family: 'Courier New', monospace; font-size: 13px; line-height: 1.45; letter-spacing: .01em; }
.timeline-note strong { color: var(--yellow); }


/* Imagens passam por cima do play via translateZ (ida e volta fluidas) */
.hero-cover:hover,
.hero-cover:focus-visible {
  transform: rotate(-4deg) scale(1.05) translateY(-8px) translateZ(72px);
  box-shadow: 14px 16px 0 var(--pink);
}
.hero-cover.is-revealed img { content: url('/assets/yellow-easter-egg.jpg'); }

.hero-photo-frame:hover,
.hero-photo-frame:focus-visible {
  transform: rotate(3deg) scale(1.04) translateY(-10px) translateZ(72px);
  box-shadow: 14px 16px 0 rgba(26,16,56,.55);
}
.hero-photo-frame.is-flipped {
  transform: rotate(4deg) scale(1.02) translateY(-4px) translateZ(72px);
}
.hero-photo-frame.is-flipped:hover,
.hero-photo-frame.is-flipped:focus-visible {
  transform: rotate(3deg) scale(1.04) translateY(-10px) translateZ(72px);
}

/* Controles do player do hero: NUNCA herdam .button / .hero-actions */
.dive-player-bar {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin-top: 12px;
  width: 100%;
}
.dive-player-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  min-height: 36px;
  padding: 0;
  border: 2px solid #fff4de;
  border-radius: 3px;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 3px 3px 0 rgba(8, 12, 45, 0.55);
  font-family: 'Courier New', monospace;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}
.dive-player-play {
  width: auto;
  min-width: 0;
  max-width: none;
  flex: 1 1 auto;
  gap: 6px;
  padding: 0 10px;
  font-size: 11px;
  letter-spacing: 0.06em;
}
.dive-player-btn:hover {
  background: #ffe66a;
  color: var(--ink);
}
.dive-player-btn:active {
  background: var(--pink);
  color: var(--paper);
}
.dive-player-btn[aria-pressed="true"] {
  background: var(--pink);
  color: var(--yellow);
}
.dive-player-vol {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  color: rgba(255, 248, 223, 0.75);
  font-size: 10px;
  font-family: 'Courier New', monospace;
}
.dive-player-vol input {
  width: 54px;
  accent-color: var(--aqua);
}
@media (max-width: 620px) {
  .dive-card .dive-player-bar {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 5px;
  }
  .dive-card .dive-player-btn {
    width: 34px;
    min-width: 34px;
    max-width: 34px;
    height: 34px;
    min-height: 34px;
  }
  .dive-card .dive-player-play {
    width: auto;
    min-width: 0;
    max-width: none;
    flex: 1 1 auto;
    font-size: 10px;
  }
  .dive-card .dive-player-vol span { display: none; }
  .dive-card .dive-player-vol input { width: 44px; }
}

@media (max-width: 620px) {
  .page-hero {
    overflow-x: clip;
    padding: 70px 0 52px;
  }
  .page-hero .container {
    width: min(100% - 30px, 1140px);
    max-width: 100%;
  }
  .page-hero h1.display,
  .page-hero h1 {
    font-size: clamp(2.1rem, 9.2vw, 3.8rem);
    max-width: 100%;
    width: 100%;
    line-height: 0.94;
    letter-spacing: -0.045em;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }
}
