:root {
  --ink: #171513;
  --muted: #75686a;
  --paper: #f8f5f2;
  --panel: #fffdf9;
  --line: rgba(23, 21, 19, 0.14);
  --gold: #c0a15f;
  --green: #23483e;
  --blue: #243f58;
  --rose: #9e3039;
  --latvia-red: #9e3039;
  --latvia-red-dark: #741f29;
  --latvia-red-soft: #f1e2e3;
  --shadow: 0 24px 80px rgba(84, 24, 31, 0.16);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(158, 48, 57, 0.08), transparent 36%),
    linear-gradient(180deg, #fffdf9 0%, var(--paper) 46%, #f1e8e4 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(248, 245, 242, 0.84);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(248, 245, 242, 0.96);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--latvia-red);
  border-radius: 50%;
  font-size: 13px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  padding: 8px 0;
}

.site-nav a:hover {
  color: var(--ink);
}

.nav-action {
  color: var(--ink);
  border-bottom: 2px solid var(--latvia-red);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.76);
}

.language-switch button {
  min-width: 38px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.language-switch button.is-active {
  color: #fff;
  background: var(--latvia-red);
}

.share-rail {
  position: fixed;
  z-index: 18;
  top: 50%;
  left: clamp(10px, 1.8vw, 22px);
  display: grid;
  gap: 8px;
  transform: translateY(-50%);
}

.share-rail span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.share-rail button,
.share-rail a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(158, 48, 57, 0.22);
  border-radius: 50%;
  color: var(--latvia-red);
  background: rgba(255, 253, 249, 0.88);
  box-shadow: 0 12px 32px rgba(84, 24, 31, 0.12);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.share-rail button:hover,
.share-rail a:hover {
  color: #fff;
  background: var(--latvia-red);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100svh;
  padding: 136px clamp(20px, 5vw, 72px) 108px;
  overflow: hidden;
  background: var(--ink);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(21, 13, 14, 0.86) 0%, rgba(59, 20, 25, 0.64) 39%, rgba(21, 13, 14, 0.08) 100%),
    linear-gradient(0deg, rgba(21, 13, 14, 0.72) 0%, transparent 28%, transparent 72%, rgba(21, 13, 14, 0.38) 100%);
}

.hero-copy,
.hero-notes {
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: min(760px, 68vw);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--latvia-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

h1 {
  max-width: 980px;
  margin-bottom: 22px;
  font-size: clamp(66px, 12vw, 170px);
  line-height: 0.88;
}

.hero h1 {
  color: #fff;
  text-shadow: 0 16px 60px rgba(0, 0, 0, 0.4);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 5.4vw, 86px);
  line-height: 0.98;
}

h3 {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.2;
}

.lead {
  max-width: 680px;
  color: #38322d;
  font-size: clamp(21px, 2.4vw, 34px);
  line-height: 1.22;
}

.hero .eyebrow {
  color: #f4d6d8;
}

.hero .lead {
  color: rgba(255, 255, 255, 0.86);
}

.hero-actions,
.press-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
}

.button.primary {
  color: #fff;
  background: var(--latvia-red);
  border-color: var(--latvia-red);
}

.button.ghost {
  background: rgba(255, 255, 255, 0.46);
}

.hero .button.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.hero-portrait {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}

.hero-portrait img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(0.86) contrast(1.07);
}

.hero-notes {
  position: absolute;
  left: clamp(20px, 5vw, 72px);
  right: clamp(20px, 5vw, 72px);
  bottom: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
}

.hero-notes span {
  min-height: 58px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.intro-band {
  padding: clamp(36px, 6vw, 76px) clamp(20px, 5vw, 72px);
  color: #fff;
  background: var(--latvia-red);
}

.intro-band p {
  max-width: 1120px;
  margin: 0 auto;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 5vw, 72px);
  line-height: 1.04;
}

.section {
  padding: clamp(64px, 9vw, 132px) clamp(20px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
}

.split,
.press-section,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 92px);
}

.split > *,
.press-section > *,
.contact > * {
  min-width: 0;
}

.body-copy {
  color: #35302b;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.58;
}

.body-copy p:last-child,
.position-card p,
.repertoire-grid p,
.recording-list p,
.site-footer p {
  margin-bottom: 0;
}

.section-heading {
  max-width: 960px;
  margin-bottom: 36px;
}

.section-heading.narrow {
  max-width: 760px;
}

.position-grid,
.repertoire-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.position-card,
.repertoire-grid div,
.recording-list article {
  border: 1px solid var(--line);
  background: rgba(255, 250, 242, 0.58);
}

.position-card {
  min-height: 260px;
  padding: 24px;
}

.date,
.recording-list span {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--latvia-red);
  font-size: 13px;
  font-weight: 800;
}

.position-card p,
.repertoire-grid p,
.recording-list p {
  color: var(--muted);
  line-height: 1.55;
}

.repertoire {
  background: var(--latvia-red-soft);
}

.repertoire-grid {
  grid-template-columns: repeat(4, 1fr);
}

.repertoire-grid div {
  min-height: 230px;
  padding: 24px;
}

.recording-list {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.recording-list article {
  display: grid;
  grid-template-columns: 120px minmax(220px, 0.9fr) minmax(240px, 1fr);
  gap: 24px;
  align-items: start;
  padding: 26px;
  border: 0;
}

.recording-list span {
  margin: 0;
}

.press-section {
  background: var(--latvia-red-dark);
  color: #fff;
}

.press-section .section-kicker {
  color: #f8d9dc;
}

.press-actions {
  margin: 0;
  align-content: start;
}

.press-actions a {
  flex: 1 1 220px;
  min-width: 0;
  min-height: 64px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 14px 16px;
  color: var(--ink);
  background: rgba(255, 250, 242, 0.74);
  font: inherit;
}

.ai-concierge {
  position: fixed;
  z-index: 19;
  right: clamp(14px, 2.4vw, 32px);
  bottom: clamp(14px, 2.4vw, 32px);
}

.ai-launcher {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 8px 16px 8px 8px;
  border: 1px solid rgba(158, 48, 57, 0.28);
  border-radius: 999px;
  color: #fff;
  background: var(--latvia-red);
  box-shadow: 0 22px 60px rgba(84, 24, 31, 0.28);
  font: inherit;
  cursor: pointer;
}

.ai-launcher span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--latvia-red);
  background: #fff;
  font-size: 12px;
  font-weight: 900;
}

.ai-launcher strong {
  font-size: 14px;
}

.ai-panel {
  position: absolute;
  right: 0;
  bottom: 70px;
  width: min(380px, calc(100vw - 28px));
  padding: 18px;
  border: 1px solid rgba(158, 48, 57, 0.2);
  background: rgba(255, 253, 249, 0.96);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.ai-panel-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.ai-panel-header p {
  margin-bottom: 4px;
  color: var(--latvia-red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ai-panel-header h2 {
  font-family: Inter, system-ui, sans-serif;
  font-size: 22px;
  line-height: 1.1;
}

.ai-panel-header button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.ai-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.ai-suggestions button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(158, 48, 57, 0.18);
  border-radius: 999px;
  color: var(--latvia-red);
  background: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.ai-response {
  min-height: 94px;
  margin-bottom: 14px;
  padding: 14px;
  color: #3b3334;
  background: var(--latvia-red-soft);
  border-left: 4px solid var(--latvia-red);
  line-height: 1.5;
}

.ai-response p {
  margin-bottom: 0;
}

.ai-form {
  display: grid;
  gap: 12px;
}

.ai-form .button {
  justify-self: start;
  min-height: 42px;
}

textarea {
  resize: vertical;
}

.contact-form .button {
  justify-self: start;
  cursor: pointer;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.76);
  background: var(--latvia-red-dark);
  font-size: 13px;
}

@media (max-width: 980px) {
  .hero,
  .split,
  .press-section,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    min-height: 100svh;
    padding-top: 118px;
  }

  .hero-portrait {
    max-width: none;
  }

  .hero-portrait img {
    min-height: 100%;
  }

  .position-grid,
  .repertoire-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .recording-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 76px;
  }

  .header-actions {
    gap: 10px;
  }

  .nav-toggle {
    display: block;
  }

  .hero {
    align-items: end;
    padding-bottom: 132px;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(21, 13, 14, 0.9) 0%, rgba(59, 20, 25, 0.72) 45%, rgba(21, 13, 14, 0.12) 100%),
      linear-gradient(0deg, rgba(21, 13, 14, 0.82) 0%, rgba(21, 13, 14, 0.22) 44%, transparent 76%, rgba(21, 13, 14, 0.36) 100%);
  }

  .site-nav {
    position: absolute;
    top: 76px;
    left: 12px;
    right: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: var(--panel);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .share-rail {
    top: auto;
    left: 14px;
    bottom: 14px;
    display: flex;
    align-items: center;
    transform: none;
  }

  .share-rail span {
    display: none;
  }

  .share-rail button,
  .share-rail a {
    width: 38px;
    height: 38px;
  }

  .ai-concierge {
    right: 14px;
    bottom: 14px;
  }

  .ai-launcher {
    min-height: 46px;
    padding: 6px 12px 6px 6px;
  }

  .ai-launcher span {
    width: 34px;
    height: 34px;
  }

  .ai-panel {
    right: -2px;
    bottom: 58px;
  }

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

  .site-nav a {
    padding: 14px 12px;
  }

  .language-switch button {
    min-width: 34px;
  }

  h1 {
    font-size: clamp(58px, 18vw, 92px);
  }

  .hero-copy {
    max-width: min(54%, 220px);
  }

  .hero-portrait img {
    min-height: 100%;
    object-position: 25% center;
  }

  .hero-notes,
  .position-grid,
  .repertoire-grid {
    grid-template-columns: 1fr;
  }

  .hero-notes span {
    min-height: 48px;
  }

  .position-card,
  .repertoire-grid div {
    min-height: auto;
  }

  .site-footer {
    flex-direction: column;
  }
}
