:root {
  --ink: #161412;
  --muted: #6b6258;
  --paper: #f7f2ea;
  --surface: #fffdf8;
  --line: #ddd0be;
  --dark: #201915;
  --brown: #5a3329;
  --copper: #b66a43;
  --gold: #c8a35d;
  --radius: 8px;
  --shadow: 0 22px 60px rgba(22, 20, 18, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
main { min-height: 70vh; overflow: hidden; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid rgba(221, 208, 190, .9);
  background: rgba(255, 253, 248, .94);
  backdrop-filter: blur(18px);
}
.brand, .nav, .footer-links {
  display: flex;
  align-items: center;
  gap: 14px;
}
.brand {
  text-decoration: none;
}
.brand img {
  width: 148px;
  height: auto;
}
.nav { flex-wrap: wrap; justify-content: flex-end; }
.nav a, .link-button, .footer-links a {
  color: #332d28;
  font: inherit;
  font-size: .94rem;
  border: 0;
  background: none;
  text-decoration: none;
  cursor: pointer;
}
.nav a:hover, .link-button:hover, .footer-links a:hover { color: var(--copper); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--dark);
  border-radius: var(--radius);
  background: var(--dark);
  color: #fff8ec;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(32, 25, 21, .16);
}
.button.secondary {
  background: transparent;
  color: var(--dark);
  box-shadow: none;
}
.button.light {
  border-color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.12);
  color: #fff;
}
.button.small {
  min-height: 34px;
  padding: 0 12px;
  font-size: .86rem;
}
.text-link {
  display: inline-flex;
  margin-top: 22px;
  font-weight: 850;
  color: var(--brown);
}
.flash {
  margin: 18px clamp(18px, 4vw, 64px) 0;
  padding: 12px 14px;
  border: 1px solid #d1b575;
  border-radius: var(--radius);
  background: #fff3cf;
}

.home-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(46px, 6vw, 90px) clamp(18px, 5vw, 82px);
  color: #fff8ec;
  background:
    linear-gradient(90deg, rgba(18, 16, 14, .92), rgba(18, 16, 14, .74)),
    url("/assets/theme-art/hero-archive.svg") center/cover;
}
.home-hero::after {
  content: "";
  position: absolute;
  inset: auto clamp(18px, 5vw, 82px) 26px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,.42), transparent);
}
.hero-copy, .hero-preview { position: relative; z-index: 1; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--copper);
  font-weight: 850;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.home-hero .eyebrow { color: #e8ae7b; }
h1, h2, h3 {
  margin: 0;
  line-height: 1.08;
  color: var(--ink);
}
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}
h1 { font-size: clamp(3.15rem, 6.2vw, 6.4rem); max-width: 980px; }
h2 { font-size: clamp(1.9rem, 3vw, 3rem); }
h3 { font-size: 1.08rem; }
.home-hero h1 { color: #fff8ec; }
.lead {
  max-width: 680px;
  margin: 20px 0 0;
  color: #504840;
  font-size: clamp(1.04rem, 1.42vw, 1.22rem);
}
.home-hero .lead {
  color: #e9d8c5;
  font-size: clamp(1.08rem, 1.6vw, 1.34rem);
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.home-hero .button.secondary {
  color: #fff8ec;
  border-color: rgba(255,255,255,.58);
  background: rgba(255,255,255,.08);
}
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.hero-points span {
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  padding: 8px 12px;
  color: #ead7c3;
  font-size: .9rem;
}
.hero-preview {
  justify-self: end;
  width: min(430px, 100%);
}
.preview-window {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, .95);
  box-shadow: 0 32px 80px rgba(0,0,0,.36);
}
.preview-photo {
  min-height: 240px;
  background:
    linear-gradient(180deg, transparent, rgba(17,29,51,.55)),
    url("/assets/theme-art/concert.svg") center/cover;
}
.preview-body {
  padding: 22px;
  color: var(--ink);
}
.preview-body span {
  color: #94733b;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 850;
}
.preview-body strong {
  display: block;
  margin-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  line-height: 1.05;
}
.preview-body p { color: var(--muted); }
.preview-rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.preview-rail i {
  display: block;
  height: 5px;
  border-radius: 99px;
  background: #d1ad61;
}

.intro-band {
  padding: 48px clamp(18px, 7vw, 130px);
  background: #fffdf8;
  color: var(--ink);
}
.intro-band p {
  max-width: 1040px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.5vw, 2.25rem);
  line-height: 1.3;
}
.band, .themes-band, .story-section, .auth-layout, .dashboard-header, .editor, .theme-gallery-page, .theme-studio-hero {
  padding: 64px clamp(18px, 4vw, 64px);
}
.section-heading {
  max-width: 780px;
  margin-bottom: 28px;
}
.feature-grid, .tribute-grid, .stats-grid, .theme-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.feature-grid article, .panel, .stats-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,253,248,.9);
  padding: 24px;
  box-shadow: var(--shadow);
}
.feature-grid article {
  min-height: 230px;
  display: grid;
  align-content: space-between;
}
.feature-grid span {
  width: 42px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ead8c3;
  color: var(--brown);
  font-weight: 850;
  font-size: .82rem;
}
.feature-grid p { color: var(--muted); margin-bottom: 0; }

.themes-band {
  background: #171512;
  color: #fff8ec;
}
.themes-band h2 { color: #fff8ec; }
.theme-card-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.theme-mini-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
  background: var(--tribute-primary);
  color: var(--tribute-secondary);
  box-shadow: 0 20px 48px rgba(0,0,0,.22);
}
.theme-mini-art {
  height: 108px;
  border-bottom: 4px solid var(--tribute-accent);
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), transparent 42%),
    var(--theme-image, linear-gradient(135deg, var(--tribute-secondary), var(--tribute-accent)));
  background-size: cover;
  background-position: center;
}
.theme-concert .theme-mini-art { background-image: url("/assets/theme-art/concert.svg"); }
.theme-service .theme-mini-art { background-image: url("/assets/theme-art/service.svg"); }
.theme-garden .theme-mini-art { background-image: url("/assets/theme-art/garden.svg"); }
.theme-kitchen .theme-mini-art { background-image: url("/assets/theme-art/kitchen.svg"); }
.theme-road .theme-mini-art { background-image: url("/assets/theme-art/road.svg"); }
.theme-classic .theme-mini-art { background-image: url("/assets/theme-art/classic.svg"); }
.theme-mini-card h3, .theme-mini-card p, .theme-actions { padding: 0 14px; }
.theme-mini-card h3 { color: inherit; margin-top: 14px; }
.theme-mini-card p { margin: 8px 0 16px; color: inherit; opacity: .82; font-size: .9rem; }
.theme-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
  padding-bottom: 14px;
}
.theme-actions a {
  color: inherit;
  font-weight: 850;
  font-size: .88rem;
}
.themes-band .text-link { color: #fff8ec; }

.ai-band, .cta-band {
  margin: 0 clamp(18px, 4vw, 64px);
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(280px, 1.15fr);
  gap: 28px;
  align-items: center;
  border-radius: var(--radius);
  background: #fffdf8;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.ai-band h2, .cta-band h2 { color: var(--ink); }
.ai-band p:last-child { color: var(--muted); margin: 0; }
.cta-band {
  margin-top: 48px;
  grid-template-columns: 1fr auto;
  background: #e6d2b8;
}
.cta-band h2 { max-width: 720px; font-size: clamp(1.7rem, 3vw, 2.6rem); }

.tribute-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease;
}
.tribute-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 62px rgba(25, 23, 20, .18);
}
.tribute-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.tribute-card strong, .tribute-card span {
  display: block;
  padding: 0 16px;
}
.tribute-card strong { padding-top: 16px; font-size: 1.08rem; }
.tribute-card span { padding-bottom: 16px; color: var(--muted); }

.theme-studio-hero {
  min-height: 460px;
  display: flex;
  align-items: center;
  color: #fff8ec;
  background:
    linear-gradient(90deg, rgba(18,16,14,.92), rgba(18,16,14,.55)),
    url("/assets/theme-art/hero-archive.svg") center/cover;
}
.theme-studio-hero h1 {
  color: #fff8ec;
  max-width: 860px;
  font-size: clamp(2.7rem, 5vw, 5.2rem);
}
.theme-studio-hero .lead { color: #ead8c5; }
.theme-studio-hero .button.secondary {
  color: #fff8ec;
  border-color: rgba(255,255,255,.55);
}
.theme-gallery-page {
  display: grid;
  gap: 22px;
}
.theme-showcase-card {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 18px;
  box-shadow: var(--shadow);
}
.theme-card-art {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  border-radius: var(--radius);
  background: var(--tribute-primary);
  color: var(--tribute-secondary);
  position: relative;
  overflow: hidden;
}
.theme-showcase-card .theme-card-art { background-size: cover; background-position: center; }
.theme-card-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(0,0,0,.5));
}
.theme-card-art span, .theme-card-art strong { position: relative; }
.theme-card-art span {
  width: 64px;
  height: 3px;
  margin-bottom: 14px;
  background: var(--tribute-accent);
}
.theme-card-art strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.05;
}
.swatches { display: flex; gap: 8px; margin: 16px 0; }
.swatches i {
  width: 34px;
  aspect-ratio: 1;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 50%;
}

.auth-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: 32px;
  align-items: start;
}
.form { display: grid; gap: 16px; }
label { display: grid; gap: 6px; font-weight: 760; }
input, select, textarea {
  width: 100%;
  border: 1px solid #d5c7b6;
  border-radius: var(--radius);
  padding: 12px;
  font: inherit;
  background: #fffdf8;
  color: var(--ink);
}
input[type="color"] { height: 48px; padding: 5px; }
textarea { resize: vertical; }
.two-col, .three-col { display: grid; gap: 16px; }
.two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.three-col { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.field-note { margin: 0; color: var(--muted); }
.preview-image { width: 220px; border-radius: var(--radius); }
.existing-gallery-editor {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.existing-photo {
  display: grid;
  gap: 8px;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px;
  background: #fffdf8;
  font-size: .88rem;
}
.existing-photo img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
}
.existing-photo span {
  color: var(--muted);
}
.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}
.dashboard-header h1, .auth-layout h1 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}
.table-wrap { overflow-x: auto; padding: 0 clamp(18px, 4vw, 64px); }
.panel .table-wrap { padding: 0; }
table {
  width: 100%;
  border-collapse: collapse;
  background: var(--surface);
  border: 1px solid var(--line);
}
th, td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}
.theme-assistant {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  padding: 18px;
  border-radius: var(--radius);
  background: #efe1cf;
}
.ai-compose-panel {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1fr);
  gap: 18px;
  border-color: #b9c4bb;
  background:
    linear-gradient(135deg, rgba(102,116,95,.16), transparent 32rem),
    #fbfff8;
}
.ai-compose-panel h2 {
  font-size: clamp(1.65rem, 2.6vw, 2.35rem);
}
.ai-compose-actions {
  grid-column: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.ai-compose-actions span {
  color: var(--muted);
  font-weight: 700;
}
.ai-compose-actions button:disabled {
  opacity: .65;
  cursor: wait;
}
.theme-live-preview {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  border-radius: var(--radius);
  border-bottom: 7px solid var(--tribute-accent);
  background: var(--tribute-primary);
  color: var(--tribute-secondary);
}
.theme-live-preview span { color: inherit; opacity: .75; font-size: .82rem; }
.theme-live-preview strong { font-size: 1.1rem; }
.sticky-actions {
  position: sticky;
  bottom: 0;
  display: flex;
  gap: 12px;
  padding: 16px;
  background: rgba(247,242,234,.94);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.tribute-page {
  --tribute-primary: #1d1b19;
  --tribute-secondary: #f8f3e8;
  --tribute-accent: #c9a047;
  background: var(--tribute-secondary);
}
.tribute-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: end;
  padding: clamp(32px, 6vw, 88px);
  background-color: var(--tribute-primary);
  background-position: center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}
.tribute-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--tribute-primary) 0%, rgba(0,0,0,.55) 52%, rgba(0,0,0,.16) 100%);
  opacity: .9;
}
.tribute-hero::after {
  content: "";
  position: absolute;
  left: clamp(32px, 6vw, 88px);
  right: clamp(32px, 6vw, 88px);
  bottom: 28px;
  height: 4px;
  background: var(--tribute-accent);
}
.tribute-hero > div { position: relative; z-index: 1; max-width: 980px; }
.tribute-hero h1 {
  max-width: 960px;
  color: #fff;
  font-size: clamp(2.8rem, 5.2vw, 5rem);
  text-shadow: 0 2px 22px rgba(0,0,0,.35);
}
.tribute-hero .eyebrow, .tribute-hero .lead { color: #fff8ed; }
.story-section {
  max-width: 1180px;
  margin: 0 auto;
}
.tribute-page .story-section {
  background: transparent;
}
.tribute-page .section-heading .eyebrow { color: var(--tribute-primary); }
.tribute-page.theme-concert .story-section {
  border-top: 1px solid rgba(209,173,97,.25);
}
.tribute-page.theme-concert h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 14px;
  background: repeating-linear-gradient(90deg, var(--tribute-accent) 0 10px, transparent 10px 15px);
}
.tribute-page.theme-service .tribute-hero::after {
  height: 8px;
  background: repeating-linear-gradient(90deg, var(--tribute-accent) 0 58px, #eef0ea 58px 72px, var(--tribute-primary) 72px 120px);
}
.tribute-page.theme-service .timeline {
  border-left-style: double;
  border-left-width: 7px;
}
.tribute-page.theme-garden {
  background:
    radial-gradient(circle at 8% 16%, rgba(192,141,106,.18), transparent 18rem),
    var(--tribute-secondary);
}
.tribute-page.theme-garden .memory,
.tribute-page.theme-garden .panel {
  border-color: rgba(49,65,48,.22);
}
.tribute-page.theme-kitchen .story-copy {
  padding: 26px;
  border: 1px solid rgba(81,50,38,.22);
  border-radius: var(--radius);
  background: rgba(255,250,242,.72);
}
.tribute-page.theme-kitchen .timeline-item div {
  border-left: 4px solid var(--tribute-accent);
  padding-left: 14px;
}
.tribute-page.theme-road .tribute-hero::after {
  height: 6px;
  background: repeating-linear-gradient(90deg, var(--tribute-accent) 0 34px, transparent 34px 52px);
}
.tribute-page.theme-road .timeline {
  border-left-style: dashed;
}
.tribute-page.theme-classic .story-copy {
  column-count: 2;
  column-gap: 44px;
}
.story-copy {
  max-width: 800px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.14rem;
}
.gallery-grid { columns: 3 240px; column-gap: 16px; }
.gallery-grid figure {
  break-inside: avoid;
  margin: 0 0 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}
.gallery-grid figcaption { padding: 10px 12px; color: var(--muted); }
.timeline {
  border-left: 4px solid var(--tribute-accent);
  display: grid;
  gap: 20px;
  padding-left: 22px;
}
.timeline-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
}
.timeline-item time { color: var(--tribute-primary); font-weight: 850; }
.memory-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}
.memory {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.7);
  padding: 18px;
}
.memory time { display: block; color: var(--muted); font-size: .92rem; }
.memory p { margin-bottom: 0; }
.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.crm-section { margin: 0 clamp(18px, 4vw, 64px) 24px; }
.stats-grid { padding: 0 clamp(18px, 4vw, 64px) 32px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.stats-grid span {
  color: var(--copper);
  font-weight: 850;
  font-size: 2rem;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 850;
}
.status-pill.approved {
  background: #e3f2df;
  color: #275324;
}
.status-pill.pending {
  background: #fff0c7;
  color: #6a4614;
}
.pending-layout .panel {
  align-self: stretch;
}
.empty-state {
  text-align: center;
  padding: 70px 18px;
  max-width: 680px;
  margin: 0 auto;
}
.empty-state.inline {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,253,248,.9);
  box-shadow: var(--shadow);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(18px, 4vw, 64px);
  margin-top: 56px;
  background: var(--dark);
  color: #fff8ec;
}
.footer-brand p { margin: 4px 0 0; color: #d9c8b6; }
.site-footer a { color: #fff8ec; }

.theme-concert { --tribute-primary: #111d33; --tribute-secondary: #f7efe1; --tribute-accent: #d1ad61; }
.theme-service { --tribute-primary: #182f4b; --tribute-secondary: #eef0ea; --tribute-accent: #9da78b; }
.theme-garden { --tribute-primary: #314130; --tribute-secondary: #f5f1e7; --tribute-accent: #c08d6a; }
.theme-kitchen { --tribute-primary: #513226; --tribute-secondary: #fff1df; --tribute-accent: #d49d67; }
.theme-road { --tribute-primary: #183e56; --tribute-secondary: #f4eadb; --tribute-accent: #e08a44; }
.theme-classic { --tribute-primary: #1d1b19; --tribute-secondary: #f8f3e8; --tribute-accent: #c9a047; }

@media (max-width: 1180px) {
  .theme-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-preview { justify-self: start; }
}

@media (max-width: 920px) {
  .site-header, .site-footer, .dashboard-header, .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }
  .nav, .footer-links { justify-content: flex-start; }
  .auth-layout, .two-col, .three-col, .ai-band, .theme-showcase-card { grid-template-columns: 1fr; }
  .feature-grid, .tribute-grid, .stats-grid, .compact, .theme-card-grid { grid-template-columns: 1fr; }
  .existing-gallery-editor { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .band, .themes-band, .story-section, .auth-layout, .dashboard-header, .editor, .theme-gallery-page, .theme-studio-hero { padding: 42px 18px; }
  .home-hero { padding: 46px 18px; }
  .ai-band, .cta-band { margin: 0 18px; padding: 24px; }
  .timeline-item { grid-template-columns: 1fr; gap: 4px; }
  .theme-assistant { grid-template-columns: 1fr; }
  .ai-compose-panel { grid-template-columns: 1fr; }
  .ai-compose-actions { grid-column: auto; }
  h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .tribute-hero h1 { font-size: clamp(2.45rem, 12vw, 4rem); }
}
