@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&display=swap');

/* ═══════════════════════════════
   RESET & BASE
═══════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Cormorant Garamond', serif; min-height: 100vh; display: flex; flex-direction: column; }
a { text-decoration: none; cursor: pointer; }
img { max-width: 100%; display: block; }

/* ═══════════════════════════════
   NAV — equal spacing logo to first link
═══════════════════════════════ */
.site-nav {
  display: flex;
  align-items: center;
  padding: 22px 56px;
  position: sticky;
  top: 0;
  z-index: 100;
  gap: 0;
}
.logo-stacked { display: flex; flex-direction: column; line-height: 0.88; flex-shrink: 0; }
.logo-noah { font-size: 0.75rem; font-weight: 300; letter-spacing: 0.42em; text-transform: uppercase; }
.logo-lane { font-size: 1.25rem; font-weight: 600; letter-spacing: 0.38em; text-transform: uppercase; }
.nav-spacer { flex: 1; }
.top-nav-links { display: flex; gap: 36px; }
.top-nav-links a { font-size: 0.75rem; letter-spacing: 0.22em; text-transform: uppercase; transition: letter-spacing 0.3s; }
.top-nav-links a:hover { letter-spacing: 0.34em; }
.top-nav-links a.active { border-bottom: 1px solid currentColor; padding-bottom: 2px; }

/* ═══════════════════════════════
   SUB NAV
═══════════════════════════════ */
.sub-nav { display: flex; gap: 32px; padding: 14px 56px; justify-content: center; }
.sub-nav a { font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; padding-bottom: 4px; border-bottom: 1px solid transparent; transition: letter-spacing 0.3s; }
.sub-nav a:hover { letter-spacing: 0.3em; }
.sub-nav a.active { border-bottom-color: currentColor; }

/* ═══════════════════════════════
   FOOTER
═══════════════════════════════ */
.site-footer { display: flex; justify-content: space-between; align-items: center; padding: 16px 56px; font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; margin-top: auto; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { transition: opacity 0.2s; }
.footer-links a:hover { opacity: 0.6; }
.footer-copy { font-size: 0.58rem; }

/* ═══════════════════════════════
   TAB PANELS
═══════════════════════════════ */
.tab-panel { display: none; flex: 1; flex-direction: column; }
.tab-panel.active { display: flex; flex-direction: column; }

/* ═══════════════════════════════
   OVERLAY
═══════════════════════════════ */
.overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.88); z-index: 500; align-items: center; justify-content: center; padding: 24px; overflow-y: auto; }
.overlay.open { display: flex; }
.overlay-inner { background: rgba(238,224,204,0.96); border: 3px solid #5c3a1e; max-width: 660px; width: 100%; max-height: 88vh; overflow-y: auto; padding: 48px 52px; position: relative; box-shadow: 0 8px 40px rgba(92,58,30,0.2); }
.overlay-close { position: absolute; top: 16px; right: 20px; font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: #8b3a2a; cursor: pointer; background: none; border: none; font-family: 'Cormorant Garamond', serif; transition: opacity 0.2s; }
.overlay-close:hover { opacity: 0.6; }
.overlay-label { font-size: 0.55rem; letter-spacing: 0.35em; text-transform: uppercase; color: rgba(139,58,42,0.5); text-align: center; margin-bottom: 6px; }
.overlay-episode { font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: #8b1a1a; margin-bottom: 4px; font-weight: 600; }
.overlay-scene { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(92,58,30,0.6); margin-bottom: 20px; }
.overlay-title { font-size: 1.4rem; font-weight: 600; font-style: italic; color: #8b1a1a; text-align: center; margin-bottom: 4px; }
.overlay-subtitle { font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(92,58,30,0.5); text-align: center; margin-bottom: 22px; }
.overlay-rule { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; }
.overlay-rule-line { flex: 1; height: 1px; background: rgba(139,58,42,0.28); }
.overlay-rule-diamond { width: 4px; height: 4px; background: rgba(139,26,26,0.4); transform: rotate(45deg); flex-shrink: 0; }
.overlay-text { font-size: 0.95rem; line-height: 2; color: #5c3a1e; text-align: justify; }
.overlay-text p { margin-bottom: 18px; }
.overlay-text p:last-child { margin-bottom: 0; }

/* game overlay variant */
.overlay-inner.game-overlay { background: #1a0a2e; border-color: rgba(168,240,198,0.2); }
.overlay-inner.game-overlay .overlay-close { color: #a8f0c6; }
.overlay-inner.game-overlay .overlay-label { color: rgba(168,240,198,0.4); }
.overlay-inner.game-overlay .overlay-title { color: #a8f0c6; }
.overlay-inner.game-overlay .overlay-subtitle { color: rgba(168,240,198,0.4); }
.overlay-inner.game-overlay .overlay-rule-line { background: rgba(168,240,198,0.15); }
.overlay-inner.game-overlay .overlay-rule-diamond { background: rgba(168,240,198,0.3); }
.overlay-inner.game-overlay .overlay-text { color: rgba(168,240,198,0.75); }
.overlay-inner.game-overlay .overlay-text h3 { color: #a8f0c6; font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; margin: 20px 0 8px; border-bottom: 1px solid rgba(168,240,198,0.15); padding-bottom: 6px; }
.overlay-inner.game-overlay .overlay-text p { font-size: 0.88rem; line-height: 1.8; }
.overlay-inner.game-overlay .overlay-text ul { padding-left: 18px; margin-bottom: 14px; }
.overlay-inner.game-overlay .overlay-text li { font-size: 0.88rem; line-height: 1.8; color: rgba(168,240,198,0.7); }

/* map overlay */
.overlay-inner.map-overlay { background: #f5f0e8; border-color: rgba(92,58,30,0.3); max-width: 860px; padding: 32px; }
.overlay-inner.map-overlay .overlay-close { color: #5c3a1e; }
.overlay-inner.map-overlay .overlay-title { color: #5c3a1e; font-style: normal; font-size: 1.1rem; }
.overlay-inner.map-overlay .overlay-subtitle { color: rgba(92,58,30,0.5); }
.map-overlay-img { width: 100%; height: auto; margin-top: 16px; filter: sepia(20%) contrast(110%); }

/* ═══════════════════════════════
   POEM STYLES
═══════════════════════════════ */
.poem-alt { display: flex; flex-direction: column; }
.poem-alt .l { font-size: 0.95rem; line-height: 1.9; color: #5c3a1e; font-style: italic; text-align: left; }
.poem-alt .r { font-size: 0.95rem; line-height: 1.9; color: #5c3a1e; font-style: italic; text-align: right; }
.poem-alt .br { height: 1.1rem; }

.poem-center { display: flex; flex-direction: column; }
.poem-center .ln { font-size: 0.95rem; line-height: 1.9; color: #5c3a1e; font-style: italic; text-align: center; }
.poem-center .br { height: 1.1rem; }

/* ═══════════════════════════════
   LYRICS STYLE
═══════════════════════════════ */
.lyrics { display: flex; flex-direction: column; }
.lyrics .section-head { font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(139,58,42,0.5); margin: 16px 0 6px; border-top: 1px solid rgba(139,58,42,0.15); padding-top: 12px; }
.lyrics .section-head:first-child { margin-top: 0; border-top: none; padding-top: 0; }
.lyrics .ln { font-size: 0.92rem; line-height: 1.85; color: #5c3a1e; }
.lyrics .br { height: 0.6rem; }

/* ═══════════════════════════════
   UNDER CONSTRUCTION
═══════════════════════════════ */
.under-construction { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; text-align: center; padding: 80px 56px; }
.uc-rule { width: 32px; height: 1px; }
.uc-title { font-size: 0.65rem; letter-spacing: 0.4em; text-transform: uppercase; }
.uc-sub { font-size: 0.85rem; font-style: italic; max-width: 300px; line-height: 1.7; }

/* ═══════════════════════════════
   PLATFORM LINKS
═══════════════════════════════ */
.platform-links { display: flex; gap: 8px; flex-wrap: wrap; }
.platform-link { font-size: 0.52rem; letter-spacing: 0.12em; text-transform: uppercase; border: 1px solid; padding: 3px 8px; transition: all 0.2s; font-family: 'Cormorant Garamond', serif; }

/* ═══════════════════════════════
   DARK PAGES (Landing/Contact/Legal)
═══════════════════════════════ */
body.dark { background: #0a0a0d; color: #e8e8f0; }
body.dark .site-nav { background: #0a0a0d; border-bottom: 1px solid #2a2a34; }
body.dark .logo-noah { color: #c8c8d0; }
body.dark .logo-lane { color: #ffffff; }
body.dark .top-nav-links a { color: #6a6a7a; }
body.dark .top-nav-links a:hover { color: #c8c8d0; }
body.dark .site-footer { border-top: 1px solid #2a2a34; }
body.dark .footer-links a { color: #8a8a9a; }
body.dark .footer-copy { color: #7a7a8a; }

/* ═══════════════════════════════
   WRITING PAGE
═══════════════════════════════ */
body.writing-page {
  background: #ede2ce;
  position: relative;
}
body.writing-page::before {
  content: '';
  position: fixed; inset: 0;
  background: url('../images/arkana-map.jpg') center/cover no-repeat;
  opacity: 0.18;
  filter: sepia(55%) contrast(140%) brightness(0.88);
  pointer-events: none;
  z-index: 0;
}
body.writing-page::after {
  content: '';
  position: fixed; inset: 0;
  background: rgba(237,224,203,0.68);
  pointer-events: none;
  z-index: 1;
}
body.writing-page .site-nav,
body.writing-page .writing-masthead,
body.writing-page .sub-nav,
body.writing-page .site-footer { position: relative; z-index: 2; }
body.writing-page .content-area { position: relative; z-index: 2; }
body.writing-page .site-nav { background: rgba(230,216,193,0.98); border-bottom: 2px solid #8b1a1a; }
body.writing-page .logo-noah { color: #5c3a1e; }
body.writing-page .logo-lane { color: #8b1a1a; }
body.writing-page .top-nav-links a { color: #8b3a2a; }
body.writing-page .sub-nav { border-bottom: 1px solid rgba(139,58,42,0.25); background: rgba(230,216,193,0.92); }
body.writing-page .sub-nav a { color: #8b1a1a; }
body.writing-page .sub-nav a.active { border-bottom-color: #8b1a1a; }
body.writing-page .site-footer { border-top: 1px solid rgba(139,58,42,0.2); background: rgba(230,216,193,0.97); }
body.writing-page .footer-links a { color: #8b3a2a; }
body.writing-page .footer-copy { color: #8b3a2a; opacity: 0.8; }

.writing-masthead { text-align: center; padding: 24px 56px 18px; border-bottom: 3px double #8b3a2a; background: rgba(230,216,193,0.95); }
.writing-masthead-sub { font-size: 0.58rem; letter-spacing: 0.38em; text-transform: uppercase; color: #5c3a1e; margin-bottom: 6px; }
.writing-masthead-title { font-size: 4rem; font-weight: 600; letter-spacing: 0.2em; color: #8b1a1a; text-transform: uppercase; line-height: 1; }
.writing-ornament { display: flex; align-items: center; gap: 12px; justify-content: center; margin-top: 8px; }
.writing-ornament-line { flex: 1; max-width: 80px; height: 1px; background: #8b3a2a; }
.writing-ornament-diamond { width: 5px; height: 5px; background: #8b1a1a; transform: rotate(45deg); flex-shrink: 0; }

.content-area { flex: 1; padding: 28px 56px; display: flex; flex-direction: column; align-items: center; gap: 10px; }

/* floating cards */
.floating-card { width: 100%; max-width: 560px; background: rgba(238,224,204,0.88); border: 1px solid rgba(139,90,43,0.3); box-shadow: 0 2px 16px rgba(92,58,30,0.1); cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; }
.floating-card:hover { transform: translateY(-2px); box-shadow: 0 4px 24px rgba(92,58,30,0.16); }
.card-inner { display: flex; align-items: center; gap: 18px; padding: 16px 20px; border-left: 3px solid #8b1a1a; }
.card-cover { width: 46px; height: 62px; background: rgba(201,160,112,0.18); border: 1px solid rgba(139,90,43,0.25); flex-shrink: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.card-cover img { width: 100%; height: 100%; object-fit: cover; }
.card-cover .cover-ph { font-size: 0.42rem; letter-spacing: 0.5px; color: rgba(139,58,42,0.4); text-transform: uppercase; text-align: center; padding: 4px; }
.card-info { display: flex; flex-direction: column; gap: 4px; }
.card-title { font-size: 1rem; font-weight: 600; color: #6b1414; }
.card-meta { font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(92,58,30,0.6); }
.card-tag { font-size: 0.5rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(139,58,42,0.6); border: 1px solid rgba(139,58,42,0.22); padding: 2px 6px; display: inline-block; align-self: flex-start; margin-top: 2px; }
/* song card — no cover, just title */
.song-card { width: 100%; max-width: 560px; background: rgba(238,224,204,0.88); border: 1px solid rgba(139,90,43,0.3); box-shadow: 0 2px 16px rgba(92,58,30,0.1); cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; }
.song-card:hover { transform: translateY(-2px); box-shadow: 0 4px 24px rgba(92,58,30,0.16); }
.song-card-inner { display: flex; align-items: center; padding: 16px 20px; border-left: 3px solid #8b1a1a; }
.song-title { font-size: 1rem; font-weight: 600; color: #6b1414; }

.map-link-row { text-align: center; padding: 6px 0 4px; width: 100%; max-width: 560px; }
.map-link { font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(139,58,42,0.6); border: 1px solid rgba(139,58,42,0.22); padding: 6px 16px; text-decoration: none; display: inline-block; background: rgba(238,224,204,0.7); transition: all 0.2s; }
.map-link:hover { color: #8b1a1a; border-color: #8b3a2a; }

/* ═══════════════════════════════
   SOUND PAGE
═══════════════════════════════ */
body.sound-page { background: #1a2d4a; color: #c8d8e8; }
body.sound-page .site-nav { background: #1a2d4a; border-bottom: 1px solid #243d5a; }
body.sound-page .logo-noah { color: #7a9ab8; }
body.sound-page .logo-lane { color: #c8d8e8; }
body.sound-page .top-nav-links a { color: #5a7a9a; }
body.sound-page .top-nav-links a:hover { color: #c8d8e8; }
body.sound-page .sub-nav { border-bottom: 1px solid #243d5a; background: #1a2d4a; }
body.sound-page .sub-nav a { color: #c8d8e8; }
body.sound-page .sub-nav a.active { border-bottom-color: #c8d8e8; }
body.sound-page .site-footer { border-top: 1px solid #243d5a; }
body.sound-page .footer-links a { color: #7a9ab8; }
body.sound-page .footer-copy { color: #7a9ab8; }
body.sound-page .platform-link { color: #5a7a9a; border-color: #2a4a6a; }
body.sound-page .platform-link:hover { color: #c8d8e8; border-color: #c8d8e8; }

.sound-header { text-align: center; padding: 18px 56px 0; }
.sound-artist-tag { font-size: 0.58rem; letter-spacing: 0.4em; text-transform: uppercase; color: #5a7a9a; margin-bottom: 8px; }
.sound-title { font-size: 3.5rem; font-weight: 600; letter-spacing: 0.25em; color: #c8d8e8; text-transform: uppercase; line-height: 1; margin-bottom: 4px; }
.sound-rule { width: 44px; height: 1px; background: #243d5a; margin: 0 auto 4px; }

.releases-grid { display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; padding: 28px 56px; }
.release-card { display: flex; flex-direction: column; align-items: center; gap: 8px; max-width: 160px; text-align: center; }
.release-cover { width: 140px; height: 140px; background: #243d5a; border: 1px solid #2a4a6a; display: flex; align-items: center; justify-content: center; overflow: hidden; transition: transform 0.2s; cursor: pointer; }
.release-cover:hover { transform: scale(1.03); }
.release-cover img { width: 100%; height: 100%; object-fit: cover; }
.release-title { font-size: 0.88rem; font-weight: 500; color: #c8d8e8; letter-spacing: 0.05em; }
.release-artist { font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase; color: #5a7a9a; }
.release-date { font-size: 0.58rem; letter-spacing: 0.15em; color: #4a6a8a; }

.podcast-list { display: flex; flex-direction: column; gap: 0; padding: 20px 56px 28px; flex: 1; max-width: 580px; margin: 0 auto; width: 100%; }
.podcast-item { padding: 18px 0; border-bottom: 1px solid #243d5a; }
.podcast-name { font-size: 1rem; font-weight: 500; color: #c8d8e8; margin-bottom: 3px; }
.podcast-company { font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: #5a7a9a; margin-bottom: 10px; }

/* ═══════════════════════════════
   FILM PAGE
═══════════════════════════════ */
body.film-page { background: #f5f0e8; color: #0a0a0d; }
body.film-page .site-nav { background: #f5f0e8; border-bottom: 2px solid rgba(10,10,13,0.15); }
body.film-page .logo-noah { color: #3a3a3a; }
body.film-page .logo-lane { color: #0a0a0d; }
body.film-page .top-nav-links a { color: #555; }
body.film-page .top-nav-links a:hover { color: #0a0a0d; }
body.film-page .sub-nav { border-bottom: 1px solid rgba(10,10,13,0.15); background: #f5f0e8; }
body.film-page .sub-nav a { color: #0a0a0d; }
body.film-page .sub-nav a.active { border-bottom-color: #0a0a0d; }
body.film-page .site-footer { border-top: 1px solid rgba(10,10,13,0.15); }
body.film-page .footer-links a { color: #666; }
body.film-page .footer-copy { color: #888; }
body.film-page .uc-title { color: #888; }
body.film-page .uc-sub { color: #777; font-style: italic; }
body.film-page .uc-rule { background: rgba(10,10,13,0.2); }

.film-header { text-align: center; padding: 18px 56px 0; }
.film-project-label { font-size: 0.58rem; letter-spacing: 0.4em; text-transform: uppercase; color: #888; margin-bottom: 8px; }
.film-title { font-size: 3.5rem; font-weight: 600; letter-spacing: 0.25em; color: #0a0a0d; text-transform: uppercase; line-height: 1; margin-bottom: 4px; }
.film-rule { width: 44px; height: 2px; background: #0a0a0d; margin: 0 auto 4px; }
.film-desc { font-size: 0.78rem; font-style: italic; color: #666; letter-spacing: 0.08em; }

/* ═══════════════════════════════
   GAME PAGE
═══════════════════════════════ */
body.game-page { background: #1a0a2e; color: #a8f0c6; }
body.game-page .site-nav { background: #1a0a2e; border-bottom: 1px solid #2a1a3e; }
body.game-page .logo-noah { color: rgba(168,240,198,0.55); }
body.game-page .logo-lane { color: #a8f0c6; }
body.game-page .top-nav-links a { color: rgba(168,240,198,0.45); }
body.game-page .top-nav-links a:hover { color: #a8f0c6; }
body.game-page .sub-nav { border-bottom: 1px solid #2a1a3e; background: #1a0a2e; }
body.game-page .sub-nav a { color: rgba(168,240,198,0.6); }
body.game-page .sub-nav a:hover { color: #a8f0c6; }
body.game-page .sub-nav a.active { color: #a8f0c6; border-bottom-color: #a8f0c6; }
body.game-page .site-footer { border-top: 1px solid #2a1a3e; }
body.game-page .footer-links a { color: rgba(168,240,198,0.5); }
body.game-page .footer-copy { color: rgba(168,240,198,0.4); }
body.game-page .uc-rule { background: rgba(168,240,198,0.15); }
body.game-page .uc-title { color: rgba(168,240,198,0.45); }
body.game-page .uc-sub { color: rgba(168,240,198,0.3); font-style: italic; }

.game-header { text-align: center; padding: 18px 56px 0; }
.game-project-label { font-size: 0.58rem; letter-spacing: 0.4em; text-transform: uppercase; color: rgba(168,240,198,0.4); margin-bottom: 8px; }
.game-title { font-size: 3.5rem; font-weight: 600; letter-spacing: 0.25em; color: #a8f0c6; text-transform: uppercase; line-height: 1; margin-bottom: 4px; }
.game-rule { width: 44px; height: 1px; background: rgba(168,240,198,0.2); margin: 0 auto 4px; }
.game-desc { font-size: 0.78rem; font-style: italic; color: rgba(168,240,198,0.55); letter-spacing: 0.08em; }

.card-grid { display: flex; gap: 32px; justify-content: center; flex-wrap: wrap; padding: 28px 56px; }
.card-item { display: flex; flex-direction: column; align-items: center; gap: 10px; cursor: pointer; transition: transform 0.2s; }
.card-item:hover { transform: translateY(-5px); }
.card-back { width: 120px; height: 168px; border-radius: 6px; overflow: hidden; border: 1px solid rgba(168,240,198,0.2); }
.card-back img { width: 100%; height: 100%; object-fit: cover; }
.card-label { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(168,240,198,0.6); }

/* ═══════════════════════════════
   CONTACT
═══════════════════════════════ */
.contact-wrap { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 48px 56px; }
.contact-title { font-size: 3.5rem; font-weight: 600; letter-spacing: 0.3em; color: #fff; text-transform: uppercase; margin-bottom: 6px; }
.contact-sub { font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase; color: #9a9aaa; margin-bottom: 36px; font-style: italic; }
.form { width: 100%; max-width: 460px; display: flex; flex-direction: column; gap: 14px; }
.form-field { display: flex; flex-direction: column; gap: 5px; }
.form-label { font-size: 0.56rem; letter-spacing: 0.25em; text-transform: uppercase; color: #8a8a9a; }
.form-input, .form-textarea { background: #13131a; border: 1px solid #2a2a34; border-radius: 3px; padding: 11px 13px; color: #c8c8d0; font-family: 'Cormorant Garamond', serif; font-size: 0.88rem; outline: none; transition: border-color 0.2s; width: 100%; }
.form-input:focus, .form-textarea:focus { border-color: #4a4a6a; }
.form-textarea { resize: vertical; min-height: 110px; }
.form-submit { font-family: 'Cormorant Garamond', serif; font-size: 0.68rem; letter-spacing: 0.3em; text-transform: uppercase; background: none; border: 1px solid #3a3a4a; color: #8a8a9a; padding: 11px 24px; cursor: pointer; align-self: flex-start; transition: all 0.2s; border-radius: 2px; }
.form-submit:hover { border-color: #8a8a9a; color: #c8c8d0; letter-spacing: 0.4em; }

/* ═══════════════════════════════
   LEGAL / IMPRESSUM
═══════════════════════════════ */
.legal-wrap { flex: 1; max-width: 720px; margin: 0 auto; padding: 52px 56px; width: 100%; }
.legal-title { font-size: 3rem; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase; margin-bottom: 8px; color: #ffffff; }
.legal-subtitle { font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: #9a9aaa; margin-bottom: 40px; font-style: italic; }
.legal-section { margin-bottom: 32px; }
.legal-section h2 { font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase; margin-bottom: 10px; padding-bottom: 6px; border-bottom: 1px solid #2a2a34; color: #9a9aaa; }
.legal-section p, .legal-section li { font-size: 0.9rem; line-height: 1.8; margin-bottom: 8px; color: #9a9aaa; }
.legal-section ul { padding-left: 20px; }
.legal-section a { color: #8a8a9a; text-decoration: underline; }

/* ═══════════════════════════════
   SUCCESS PAGE
═══════════════════════════════ */
.success-wrap { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 80px 56px; text-align: center; gap: 16px; }
.success-rule { width: 32px; height: 1px; background: #3a3a4a; }
.success-title { font-size: 2.5rem; font-weight: 600; letter-spacing: 0.3em; color: #ffffff; text-transform: uppercase; }
.success-sub { font-size: 0.85rem; font-style: italic; color: #7a7a8a; letter-spacing: 0.08em; max-width: 340px; line-height: 1.7; }
.success-back { font-size: 0.62rem; letter-spacing: 0.3em; text-transform: uppercase; color: #6a6a7a; border: 1px solid #2a2a34; padding: 8px 20px; display: inline-block; transition: all 0.2s; }
.success-back:hover { color: #c8c8d0; border-color: #5a5a6a; }

/* ═══════════════════════════════
   LANDING
═══════════════════════════════ */
.landing-hero { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px 56px; text-align: center; }
.landing-name { display: flex; flex-direction: column; align-items: center; margin-bottom: 28px; }
.hero-noah { font-size: 3rem; font-weight: 300; letter-spacing: 0.55em; color: #c8c8d0; text-transform: uppercase; line-height: 1; }
.hero-lane { font-size: 8rem; font-weight: 600; letter-spacing: 0.3em; color: #ffffff; text-transform: uppercase; line-height: 0.88; }
.hero-oneliner { font-size: 0.92rem; font-style: italic; font-weight: 300; color: #7a7a8a; letter-spacing: 0.12em; border-top: 1px solid #2a2a34; padding-top: 20px; margin-top: 4px; max-width: 500px; text-align: center; }
.cursor { display: inline-block; width: 1px; height: 0.82em; background: #6a6a7a; vertical-align: middle; margin-left: 3px; animation: blink 1s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }
.social-links { display: flex; gap: 22px; margin-top: 28px; flex-wrap: wrap; justify-content: center; }
.social-links a { font-size: 0.62rem; letter-spacing: 0.25em; text-transform: uppercase; color: #8a8a9a; border-bottom: 1px solid #2a2a34; padding-bottom: 2px; transition: all 0.2s; }
.social-links a:hover { color: #c8c8d0; letter-spacing: 0.34em; border-bottom-color: #8a8a9a; }

/* ═══════════════════════════════
   RESPONSIVE — MOBILE & TABLET
═══════════════════════════════ */
@media (max-width: 768px) {
  /* ── LAYOUT ── */
  .site-nav { padding: 14px 20px; gap: 0; }
  .top-nav-links { gap: 14px; }
  .top-nav-links a { font-size: 0.72rem; letter-spacing: 0.14em; }
  .logo-noah { font-size: 0.65rem; }
  .logo-lane { font-size: 1rem; }
  .sub-nav { padding: 10px 20px; gap: 18px; flex-wrap: wrap; }
  .sub-nav a { font-size: 0.8rem; letter-spacing: 0.18em; }
  .site-footer { padding: 14px 20px; flex-direction: column; gap: 10px; text-align: center; }
  .content-area { padding: 16px 16px; }
  .floating-card, .song-card { max-width: 100%; }
  .map-link-row { padding: 6px 0; }
  .writing-masthead { padding: 18px 20px 14px; }
  .landing-hero { padding: 30px 20px; }
  .social-links { gap: 14px; }
  .legal-wrap { padding: 32px 20px; }
  .contact-wrap { padding: 32px 20px; }
  .success-wrap { padding: 60px 20px; }
  .under-construction { padding: 60px 20px; }

  /* ── UNIVERSAL TITLE SIZES (Writing Poems standard) ── */
  /* Page section titles */
  .writing-masthead-title { font-size: 2.8rem; }
  .sound-title { font-size: 2.8rem; }
  .game-title { font-size: 2.8rem; }
  .film-title { font-size: 2.8rem; }
  .contact-title { font-size: 2.8rem; }
  .legal-title { font-size: 2.2rem; }
  .hero-lane { font-size: 4.5rem; }
  .hero-noah { font-size: 1.8rem; }

  /* Project/artist subtitles above titles */
  .sound-artist-tag { font-size: 0.72rem; }
  .game-project-label { font-size: 0.72rem; }
  .film-project-label { font-size: 0.72rem; }
  .writing-masthead-sub { font-size: 0.72rem; }

  /* Section headers */
  .sound-header { padding: 14px 20px 0; }
  .game-header { padding: 14px 20px 0; }
  .film-header { padding: 14px 20px 0; }
  .game-desc { font-size: 0.92rem; }
  .film-desc { font-size: 0.92rem; }

  /* ── CARD / LIST ITEMS (universal) ── */
  .card-title { font-size: 1.1rem; }
  .card-meta { font-size: 0.75rem; }
  .card-tag { font-size: 0.65rem; }
  .song-title { font-size: 1.1rem; }
  .card-label { font-size: 0.75rem; }

  /* Sound releases */
  .releases-grid { padding: 20px; gap: 24px; }
  .release-cover { width: 120px; height: 120px; }
  .release-title { font-size: 1rem; }
  .release-artist { font-size: 0.75rem; }
  .release-date { font-size: 0.7rem; }
  .platform-link { font-size: 0.65rem; padding: 4px 10px; }

  /* Podcasts */
  .podcast-list { padding: 16px 20px; }
  .podcast-name { font-size: 1.1rem; }
  .podcast-company { font-size: 0.75rem; }

  /* Game cards */
  .card-grid { padding: 20px; gap: 20px; }

  /* Under construction */
  .uc-title { font-size: 0.78rem; }
  .uc-sub { font-size: 0.95rem; }

  /* ── OVERLAYS ── */
  .overlay { padding: 16px; }
  .overlay-inner { padding: 36px 24px; }
  .overlay-label { font-size: 0.65rem; }
  .overlay-episode { font-size: 0.8rem; }
  .overlay-scene { font-size: 0.72rem; }
  .overlay-title { font-size: 1.2rem; }
  .overlay-subtitle { font-size: 0.72rem; color: rgba(92,58,30,0.65) !important; }

  /* Overlay body text — universal standard */
  .overlay-text { font-size: 1.05rem; line-height: 2.1; }
  .poem-alt .l, .poem-alt .r { font-size: 1.1rem; line-height: 2.1; }
  .poem-center .ln { font-size: 1.1rem; line-height: 2.1; }
  .lyrics .section-head { font-size: 0.72rem; }
  .lyrics .ln { font-size: 1.05rem; line-height: 2; }
}

@media (max-width: 480px) {
  .top-nav-links { gap: 10px; }
  .top-nav-links a { font-size: 0.6rem; letter-spacing: 0.1em; }
  .hero-lane { font-size: 3.5rem; }
  .hero-noah { font-size: 1.4rem; }
  .releases-grid { flex-direction: column; align-items: center; }
  .overlay-inner { padding: 28px 16px; }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .site-nav { padding: 18px 32px; }
  .content-area { padding: 22px 32px; }
  .writing-masthead { padding: 20px 32px 14px; }
  .sub-nav { padding: 12px 32px; }
  .site-footer { padding: 14px 32px; }
  .legal-wrap { padding: 40px 32px; }
  .contact-wrap { padding: 40px 32px; }
  .releases-grid { padding: 20px 32px; gap: 28px; }
  .podcast-list { padding: 16px 32px; }
  .card-grid { padding: 20px 32px; }
  .sound-header { padding: 14px 32px 0; }
  .game-header { padding: 14px 32px 0; }
  .film-header { padding: 14px 32px 0; }
}
