/* David Warrack — light theatrical redesign */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Source+Sans+3:wght@400;500;600;700&display=swap');

:root {
  --ink: #1a1a1c;
  --muted: #4a4b50;
  --paper: #f7f5f1;
  --paper-deep: #ebe6dc;
  --navy: #0a1a4a;
  --navy-mid: #132a6b;
  --gold: #c9a227;
  --accent: #c41e24;
  --line: rgba(26, 26, 28, 0.12);
  --max: 1080px;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Source Sans 3', 'Helvetica Neue', sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink);
  background:
    radial-gradient(ellipse 90% 50% at 10% -10%, rgba(201, 162, 39, 0.12), transparent 55%),
    radial-gradient(ellipse 70% 40% at 100% 0%, rgba(10, 26, 74, 0.08), transparent 50%),
    linear-gradient(180deg, var(--paper) 0%, #fff 40%, var(--paper-deep) 100%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--navy-mid);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--accent);
}

.site-header {
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-mid) 100%);
  color: #fff;
  border-bottom: 3px solid var(--gold);
}

.site-header__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.1rem 1.25rem 0.85rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
}

.brand {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
  text-decoration: none;
  line-height: 1.1;
}

.brand span {
  font-style: italic;
  color: var(--gold);
  margin-right: 0.08em;
}

.brand:hover {
  color: #fff;
}

.brand__tag {
  display: block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.25rem;
}

.site-nav {
  background: var(--navy-mid);
  border-bottom: 3px solid var(--gold);
}

.site-nav__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 0.5rem;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  padding: 0.4rem 0.75rem;
  font: inherit;
  cursor: pointer;
  border-radius: 2px;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.nav-list > li {
  position: relative;
}

.nav-list > li > a,
.nav-list > li > button {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.7rem 0.85rem;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.nav-list > li > a:hover,
.nav-list > li > button:hover,
.nav-list > li > a.is-active {
  color: var(--gold);
}

.nav-list .caret {
  font-size: 0.65rem;
  opacity: 0.75;
}

.nav-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 220px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(10, 26, 74, 0.15);
  z-index: 40;
  list-style: none;
  margin: 0;
  padding: 0.4rem 0;
}

.nav-list > li:hover > .nav-dropdown,
.nav-list > li:focus-within > .nav-dropdown,
.nav-list > li.is-open > .nav-dropdown {
  display: block;
}

.nav-dropdown a {
  display: block;
  padding: 0.55rem 1rem;
  color: var(--ink);
  text-decoration: none;
  font-size: 0.9rem;
}

.nav-dropdown a:hover {
  background: var(--paper);
  color: var(--accent);
}

.site-main {
  flex: 1;
  width: 100%;
}

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.75rem 1.25rem 3rem;
}

/* Home hero — one composition */
.hero {
  position: relative;
  min-height: min(78vh, 640px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  background:
    linear-gradient(105deg, rgba(10, 26, 74, 0.88) 0%, rgba(10, 26, 74, 0.45) 48%, rgba(10, 26, 74, 0.2) 100%),
    url('/assets/img/hero-sheet-music.jpg') center / cover no-repeat;
  border-bottom: 3px solid var(--gold);
}

.hero__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 3rem 1.25rem 3.25rem;
  width: 100%;
}

.hero .brand-hero {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 8vw, 4.5rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0 0 0.6rem;
  line-height: 1;
}

.hero .brand-hero span {
  font-style: italic;
  color: var(--gold);
}

.hero p {
  margin: 0 0 1.4rem;
  max-width: 34rem;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.25rem;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 2px solid transparent;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.btn--gold {
  background: var(--gold);
  color: var(--navy);
}

.btn--gold:hover {
  background: #dfb83a;
  color: var(--navy);
}

.btn--ghost {
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
}

.btn--ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.btn--solid {
  background: var(--navy);
  color: #fff;
}

.btn--solid:hover {
  background: var(--accent);
  color: #fff;
}

.page-header {
  margin: 0 0 1.5rem;
  padding-bottom: 0.85rem;
  border-bottom: 2px solid var(--gold);
}

.page-header h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 600;
  margin: 0;
  color: var(--navy);
  letter-spacing: 0.02em;
  line-height: 1.15;
}

.lead {
  font-size: 1.15rem;
  color: var(--muted);
  max-width: 40rem;
}

.home-about {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
  margin: 2.5rem 0;
}

.home-about__photo {
  flex: 0 0 220px;
  max-width: 100%;
}

.home-about__photo img {
  width: 100%;
  border: 1px solid var(--line);
  box-shadow: 8px 8px 0 rgba(10, 26, 74, 0.08);
}

.home-about__text {
  flex: 1 1 280px;
}

.home-about__text h2 {
  font-family: var(--font-display);
  font-size: 1.85rem;
  margin: 0 0 0.75rem;
  color: var(--navy);
}

.quote-strip {
  margin: 2rem 0;
  padding: 1.5rem 1.75rem;
  background: var(--navy);
  color: #fff;
  border-left: 4px solid var(--gold);
}

.quote-strip p {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-style: italic;
  line-height: 1.4;
}

.quote-strip cite {
  display: block;
  margin-top: 0.75rem;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-style: normal;
  opacity: 0.8;
}

.section-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0 1rem;
}

.section-links a {
  flex: 1 1 180px;
  padding: 1.1rem 1.2rem;
  background: #fff;
  border: 1px solid var(--line);
  text-decoration: none;
  color: var(--navy);
  font-weight: 600;
  transition: border-color 0.2s, transform 0.2s;
}

.section-links a:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
  color: var(--accent);
}

.section-links a span {
  display: block;
  font-weight: 400;
  font-size: 0.88rem;
  color: var(--muted);
  margin-top: 0.35rem;
}

.contact-block {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.contact-block h2 {
  font-family: var(--font-display);
  color: var(--navy);
  margin: 0 0 0.5rem;
}

.show-note {
  margin: 0 0 1.5rem;
  padding: 0.85rem 1rem;
  background: rgba(201, 162, 39, 0.12);
  border-left: 3px solid var(--gold);
  font-size: 0.98rem;
}

.show-list {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.show-item {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.show-item:last-child {
  border-bottom: none;
}

.show-item h2,
.show-item h3 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  margin: 0 0 0.4rem;
  color: var(--navy);
}

.show-meta {
  font-size: 0.92rem;
  color: var(--muted);
  margin: 0 0 0.65rem;
}

.show-item img {
  float: right;
  margin: 0 0 0.75rem 1rem;
  max-width: 140px;
  border: 1px solid var(--line);
}

@media (max-width: 560px) {
  .show-item img {
    float: none;
    margin: 0 0 0.75rem;
  }
}

.press-list p {
  margin: 0 0 1.25rem;
}

.press-list .attrib {
  display: block;
  text-align: right;
  font-style: italic;
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 0.35rem;
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.product-card {
  flex: 1 1 220px;
  max-width: 280px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 1rem;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.product-card:hover {
  border-color: var(--gold);
  box-shadow: 0 8px 20px rgba(10, 26, 74, 0.08);
  color: inherit;
}

.product-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  margin-bottom: 0.75rem;
  background: var(--paper-deep);
}

.product-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin: 0 0 0.35rem;
  color: var(--navy);
}

.product-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.85);
  margin-top: auto;
  border-top: 3px solid var(--gold);
}

.site-footer__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  justify-content: space-between;
}

.site-footer a {
  color: var(--gold);
}

.site-footer h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  color: #fff;
}

.site-footer p,
.site-footer li {
  margin: 0.25rem 0;
  font-size: 0.92rem;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__copy {
  width: 100%;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
  opacity: 0.7;
}

.romlicontainer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.5rem 1.25rem 3rem;
}

.blog-container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.25rem 3rem;
}

.blog-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.blog-card {
  padding: 1.25rem;
  background: #fff;
  border: 1px solid var(--line);
}

.blog-title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  margin: 0 0 0.5rem;
}

.blog-title a {
  text-decoration: none;
  color: var(--navy);
}

.blog-preview {
  color: var(--muted);
  font-size: 0.95rem;
}

@media (max-width: 800px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav-list {
    display: none;
    flex-direction: column;
    width: 100%;
    padding-bottom: 0.5rem;
  }

  .nav-list.is-open {
    display: flex;
  }

  .nav-dropdown {
    position: static;
    display: none;
    box-shadow: none;
    border: none;
    background: rgba(0, 0, 0, 0.2);
    min-width: 0;
  }

  .nav-list > li.is-open > .nav-dropdown {
    display: block;
  }

  .nav-dropdown a {
    color: rgba(255, 255, 255, 0.9);
    padding-left: 1.5rem;
  }

  .nav-dropdown a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: var(--gold);
  }
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero__inner,
.home-about,
.quote-strip {
  animation: fade-up 0.7s ease-out both;
}

.home-about {
  animation-delay: 0.12s;
}

.quote-strip {
  animation-delay: 0.22s;
}
