:root { --ink:#101010; --paper:#f2efe8; --muted:#77736b; --line:rgba(16,16,16,.16); --accent:#d6ff3f; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; text-decoration:none; }
button { font:inherit; }
.eyebrow { margin:0; font-size:.7rem; font-weight:700; letter-spacing:.22em; text-transform:uppercase; }

.hero { min-height:100svh; position:relative; display:grid; place-items:center; overflow:hidden; padding:4rem 1.5rem; background:var(--paper); }
.hero::before { content:""; position:absolute; width:52vw; height:52vw; min-width:420px; min-height:420px; border-radius:50%; background:radial-gradient(circle,rgba(214,255,63,.65) 0 2%,rgba(214,255,63,.25) 18%,transparent 68%); filter:blur(10px); animation:breathe 6s ease-in-out infinite; }
.hero-noise { position:absolute; inset:0; opacity:.18; background-image:radial-gradient(#111 .55px,transparent .55px); background-size:7px 7px; mask-image:linear-gradient(to bottom,#000,transparent 85%); }
.hero-content { position:relative; z-index:1; max-width:900px; display:flex; align-items:center; flex-direction:column; text-align:center; }
.logo-stage { position:relative; width:min(420px,78vw); height:min(340px,64vw); display:grid; place-items:center; animation:reveal .9s both; }
.hero-logo { width:78%; height:78%; object-fit:contain; position:relative; z-index:2; }
.logo-ring { position:absolute; inset:7%; border:1px solid rgba(16,16,16,.18); border-radius:50%; animation:spin 18s linear infinite; }
.logo-ring::after { content:""; width:8px; height:8px; background:var(--ink); border-radius:50%; position:absolute; top:8%; left:21%; }
.ring-two { inset:15%; animation-direction:reverse; animation-duration:13s; }
.hero-kicker { margin-top:-1rem; }
.hero h1 { margin:.9rem 0 0; font-size:clamp(3.3rem,8.5vw,8rem); line-height:.92; letter-spacing:-.035em; max-width:900px; }
.hero-copy { max-width:540px; color:#5c5952; line-height:1.65; font-size:clamp(1rem,1.6vw,1.2rem); }
.scroll-cue { margin-top:2rem; display:flex; align-items:center; gap:1rem; font-size:.72rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.scroll-arrow { width:38px; height:38px; display:grid; place-items:center; border-radius:50%; background:var(--ink); color:white; animation:nudge 1.5s ease-in-out infinite; }

.projects-section { padding:clamp(5rem,10vw,9rem) clamp(1.25rem,6vw,6rem); background:#111; color:white; }
.section-heading { display:grid; grid-template-columns:1.2fr .8fr; align-items:end; gap:3rem; max-width:1400px; margin:0 auto 4rem; }
.section-heading h2 { margin:.8rem 0 0; font-size:clamp(3rem,6vw,6.6rem); line-height:.93; letter-spacing:-.065em; }
.section-intro { color:#aaa; max-width:520px; font-size:1.08rem; line-height:1.7; }
.album-grid { max-width:1400px; margin:auto; display:grid; grid-template-columns:repeat(4,1fr); gap:1.5rem; }
.album-card { display:block; min-width:0; }
.album-card .album-art { transition:transform .35s ease,filter .35s ease; }
.album-card:hover .album-art { transform:translateY(-8px) rotate(-.6deg); filter:brightness(1.08); }
.album-art { aspect-ratio:1; padding:1.4rem; position:relative; overflow:hidden; display:flex; flex-direction:column; justify-content:space-between; background:#333; color:white; box-shadow:0 25px 60px rgba(0,0,0,.25); }
.album-art::before { content:""; position:absolute; inset:-15%; background:repeating-radial-gradient(circle at 20% 30%,transparent 0 13px,rgba(255,255,255,.09) 14px 15px),linear-gradient(125deg,transparent 20%,rgba(255,255,255,.2),transparent 60%); transform:rotate(12deg); }
.theme-vinus .album-art { background:radial-gradient(circle at 65% 30%,#68152b,transparent 36%),linear-gradient(145deg,#1c090d,#090909 70%); }
.theme-lunara .album-art { background:radial-gradient(circle at 35% 25%,#f2ab89,transparent 28%),linear-gradient(140deg,#401c2b,#130b12 72%); }
.theme-projeto-algarve .album-art { background:radial-gradient(circle at 75% 20%,#fff0a2,transparent 25%),linear-gradient(155deg,#1c90a2,#ef8747); }
.album-number { position:relative; z-index:1; font-size:.65rem; letter-spacing:.18em; }
.cover-mark { position:absolute; inset:0; display:grid; place-items:center; font-size:clamp(7rem,14vw,15rem); font-weight:900; letter-spacing:-.1em; opacity:.2; transform:scaleY(1.2); }
.cover-copy { position:relative; z-index:1; display:flex; flex-direction:column; gap:.4rem; }
.cover-copy span { font-size:.7rem; font-weight:700; letter-spacing:.24em; }
.cover-copy strong { font-size:clamp(1.4rem,2.3vw,2.4rem); line-height:.95; letter-spacing:-.05em; }
.album-meta { display:flex; justify-content:space-between; align-items:center; padding:1.2rem .15rem; }
.album-meta h3 { margin:0 0 .25rem; font-size:1.05rem; }.album-meta p { margin:0; color:#888; font-size:.78rem; }
.round-link { width:38px; height:38px; display:grid; place-items:center; border:1px solid #444; border-radius:50%; }
.future-card { border:1px solid #333; aspect-ratio:1; }.future-inner { height:100%; padding:1.5rem; display:flex; flex-direction:column; justify-content:space-between; color:#888; }
.future-plus { font-size:3rem; font-weight:200; }.future-inner p { max-width:12rem; color:#ccc; font-size:1.1rem; line-height:1.4; }
.site-footer { padding:2rem clamp(1.25rem,6vw,6rem); display:grid; grid-template-columns:1fr 1fr 1fr; align-items:center; font-size:.75rem; }
.site-footer img { width:90px; height:58px; object-fit:contain; }.site-footer p { text-align:center; }.site-footer a { text-align:right; }

.project-page { --project-accent:#d6ff3f; background:#111; color:white; min-height:100vh; padding-bottom:92px; }
.project-page.theme-vinus { --project-accent:#ff3e64; }.project-page.theme-lunara { --project-accent:#e9aa86; }.project-page.theme-projeto-algarve { --project-accent:#f4d74c; }
.project-nav { height:88px; padding:0 clamp(1.2rem,4vw,4rem); display:grid; grid-template-columns:1fr auto 1fr; align-items:center; border-bottom:1px solid #333; position:relative; z-index:4; }
.mini-brand { width:64px; height:50px; background:var(--paper); display:grid; place-items:center; }.mini-brand img { width:54px; height:44px; object-fit:contain; }
.project-nav nav { display:flex; gap:2rem; color:#aaa; font-size:.72rem; text-transform:uppercase; letter-spacing:.12em; }.project-nav nav a:hover { color:white; }
.back-link { text-align:right; font-size:.72rem; text-transform:uppercase; letter-spacing:.1em; }
.project-hero { min-height:calc(100svh - 88px); display:grid; grid-template-columns:.9fr 1.1fr; align-items:center; gap:4rem; padding:5vw clamp(1.2rem,7vw,8rem); overflow:hidden; }
.project-title-block h1 { font-size:clamp(4.7rem,10vw,10rem); margin:1rem 0; line-height:.8; letter-spacing:-.08em; }.project-title-block>p:last-child { max-width:530px; color:#aaa; font-size:1.15rem; line-height:1.65; }
.cd-stage { position:relative; width:min(650px,100%); margin:auto; padding-bottom:5rem; }.project-cover { width:72%; margin:auto; z-index:2; }
.disc { position:absolute; width:68%; aspect-ratio:1; right:-8%; top:2%; border-radius:50%; background:repeating-radial-gradient(circle,#222 0 3px,#111 4px 6px); box-shadow:0 30px 80px rgba(0,0,0,.6); }
.disc::after { content:""; position:absolute; inset:41%; border-radius:50%; background:var(--project-accent); border:7px solid #111; }.disc span { position:absolute; inset:3%; border-radius:50%; background:conic-gradient(from 30deg,transparent,rgba(255,255,255,.18),transparent 22%,transparent 60%,rgba(255,255,255,.12),transparent); }
.back-cover { position:absolute; z-index:3; width:42%; aspect-ratio:1; left:0; bottom:0; padding:1.2rem; background:#ece8de; color:#111; transform:rotate(-4deg); box-shadow:0 20px 50px rgba(0,0,0,.38); }
.back-cover>span { font-size:.55rem; letter-spacing:.16em; text-transform:uppercase; color:#777; }.back-cover>strong { display:block; margin:.45rem 0 1rem; font-size:clamp(1rem,2vw,1.55rem); line-height:.95; }
.back-cover ol { list-style:none; margin:0; padding:0; border-top:1px solid #c8c3b8; }.back-cover li { display:flex; justify-content:space-between; gap:.5rem; padding:.26rem 0; border-bottom:1px solid #d5d0c6; font-size:clamp(.42rem,.72vw,.64rem); }.back-cover small { color:#777; }
.section-label { display:grid; grid-template-columns:60px 1fr; align-items:center; gap:1rem; font-size:.68rem; text-transform:uppercase; letter-spacing:.18em; color:#777; }.section-label span { color:var(--project-accent); }
.track-section,.bio-section,.booklet-section,.gallery-section { padding:clamp(5rem,9vw,9rem) clamp(1.2rem,7vw,8rem); border-top:1px solid #2c2c2c; }
.track-list { margin:2.5rem 0 0 76px; }.track-row { width:100%; display:grid; grid-template-columns:65px 1fr auto 70px 45px; gap:1rem; align-items:center; border:0; border-top:1px solid #333; background:none; color:white; padding:1.35rem 0; text-align:left; cursor:pointer; }
.track-row:last-child { border-bottom:1px solid #333; }.track-row:disabled { cursor:default; color:#555; }.track-row:not(:disabled):hover,.track-row.active { color:var(--project-accent); }
.track-index,.track-duration,.track-soon { color:#777; font-size:.72rem; }.track-name { font-size:clamp(1.1rem,2.1vw,1.7rem); letter-spacing:-.02em; }.track-soon { text-transform:uppercase; letter-spacing:.12em; }.track-play { text-align:center; }
.bio-layout { margin:3rem 0 0 76px; display:grid; grid-template-columns:1fr 1fr; gap:clamp(3rem,8vw,9rem); align-items:center; }
.bio-portrait { aspect-ratio:4/5; background:linear-gradient(145deg,var(--project-accent),#222 70%); position:relative; overflow:hidden; display:grid; place-items:center; }.bio-portrait::after { content:""; position:absolute; inset:10%; border:1px solid rgba(255,255,255,.35); }
.bio-portrait span { font-size:clamp(10rem,25vw,24rem); font-weight:900; color:rgba(0,0,0,.25); }.bio-portrait small { position:absolute; left:1.5rem; bottom:1.5rem; text-transform:uppercase; letter-spacing:.16em; }
.bio-copy h2 { font-size:clamp(3rem,6vw,6.5rem); line-height:.9; letter-spacing:-.065em; margin:1.2rem 0 2.5rem; }.bio-copy>p:not(.eyebrow) { color:#aaa; line-height:1.8; max-width:600px; }
.booklet-section { background:var(--paper); color:var(--ink); }.booklet-shell { display:grid; grid-template-columns:60px minmax(0,760px) 60px; justify-content:center; align-items:center; gap:2rem; margin:3rem auto; }
.book-arrow { width:50px; height:50px; border-radius:50%; border:1px solid var(--line); background:transparent; cursor:pointer; }.book-arrow:hover { background:var(--ink); color:white; }
.booklet-page { position:relative; aspect-ratio:1.7; padding:clamp(2rem,6vw,5rem); background:#fffdf7; box-shadow:0 30px 80px rgba(0,0,0,.14); overflow:hidden; }.booklet-page::after { content:""; position:absolute; width:40%; aspect-ratio:1; right:-10%; bottom:-25%; border-radius:50%; background:var(--project-accent); opacity:.65; }
.book-page-number { position:absolute; right:2rem; top:2rem; font-size:.75rem; }.booklet-page h2 { font-size:clamp(3rem,8vw,7rem); letter-spacing:-.07em; margin:1.5rem 0; }.booklet-page>p:last-of-type { max-width:480px; color:#666; line-height:1.7; }
.book-lines { position:absolute; bottom:2rem; left:3rem; display:flex; gap:.5rem; }.book-lines span { display:block; width:36px; height:3px; background:var(--ink); }
.book-dots { display:flex; justify-content:center; gap:.7rem; }.book-dots button { width:8px; height:8px; border:0; border-radius:50%; background:#bdb9af; cursor:pointer; padding:0; }.book-dots button.active { background:var(--ink); transform:scale(1.35); }
.gallery-grid { margin:3rem 0 0 76px; display:grid; grid-template-columns:1.2fr .8fr 1fr; grid-auto-rows:240px; gap:1rem; }.gallery-placeholder { position:relative; background:linear-gradient(135deg,#242424,#151515); border:1px solid #303030; display:flex; justify-content:space-between; align-items:flex-end; padding:1rem; color:#777; overflow:hidden; }
.gallery-placeholder::before { content:""; position:absolute; width:60%; aspect-ratio:1; background:var(--project-accent); opacity:.13; filter:blur(30px); border-radius:50%; }.gallery-placeholder p,.gallery-placeholder span { position:relative; z-index:1; margin:0; text-transform:uppercase; letter-spacing:.12em; font-size:.65rem; }
.gallery-1 { grid-row:span 2; }.gallery-3,.gallery-5 { grid-column:span 2; }
.project-footer { padding:3rem clamp(1.2rem,7vw,8rem); display:flex; justify-content:space-between; color:#777; font-size:.75rem; text-transform:uppercase; letter-spacing:.1em; }
.audio-player { position:fixed; z-index:20; left:1rem; right:1rem; bottom:1rem; height:74px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:2rem; padding:.75rem 1.2rem; background:rgba(242,239,232,.95); color:var(--ink); box-shadow:0 16px 50px rgba(0,0,0,.4); backdrop-filter:blur(14px); }
.now-playing { display:flex; flex-direction:column; gap:.25rem; min-width:0; }.now-playing span { font-size:.58rem; letter-spacing:.16em; color:#777; }.now-playing strong { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.player-controls { display:flex; align-items:center; gap:1rem; }.player-controls button { border:0; background:transparent; cursor:pointer; font-size:.85rem; }.player-controls .main-play { width:45px; height:45px; display:grid; place-items:center; border-radius:50%; background:var(--ink); color:white; }
.progress-track { width:100%; max-width:420px; justify-self:end; height:3px; background:#c9c5bb; }.progress-track span { display:block; height:100%; background:var(--ink); transition:width .15s linear; }

@keyframes reveal { from { opacity:0; transform:scale(.88); } to { opacity:1; transform:scale(1); } } @keyframes spin { to { transform:rotate(360deg); } } @keyframes breathe { 50% { transform:scale(1.12); opacity:.75; } } @keyframes nudge { 50% { transform:translateY(5px); } }
@media (max-width:1000px) { .album-grid { grid-template-columns:repeat(2,1fr); }.project-hero { grid-template-columns:1fr; padding-top:5rem; }.project-title-block { position:relative; z-index:2; }.cd-stage { max-width:600px; }.bio-layout { gap:3rem; }.project-nav nav { display:none; }.project-nav { grid-template-columns:1fr 1fr; } }
@media (max-width:700px) { .hero h1 { letter-spacing:-.02em; line-height:.96; }.section-heading { grid-template-columns:1fr; }.album-grid { grid-template-columns:1fr; }.site-footer { grid-template-columns:1fr; gap:1rem; text-align:center; }.site-footer img { margin:auto; }.site-footer a { text-align:center; }.site-footer p { margin:0; }.project-title-block h1 { font-size:clamp(4rem,22vw,7rem); }.project-cover { width:82%; margin-left:0; }.disc { width:72%; right:-4%; }.track-list,.bio-layout,.gallery-grid { margin-left:0; }.track-row { grid-template-columns:36px 1fr 55px 30px; }.track-soon { display:none; }.bio-layout { grid-template-columns:1fr; }.booklet-shell { grid-template-columns:36px minmax(0,1fr) 36px; gap:.35rem; }.book-arrow { width:34px; height:34px; }.booklet-page { aspect-ratio:.9; }.gallery-grid { grid-template-columns:1fr 1fr; grid-auto-rows:180px; }.gallery-1 { grid-row:span 2; }.gallery-3,.gallery-5 { grid-column:auto; }.audio-player { grid-template-columns:1fr auto; gap:.8rem; }.progress-track { position:absolute; left:0; right:0; bottom:0; max-width:none; }.project-footer { flex-direction:column; gap:1rem; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; } }
