@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Franklin:wght@700;800&display=swap");

:root {
  --bg: #f4efe7;
  --paper: #fffaf3;
  --ink: #17120d;
  --muted: #6f665e;
  --brown: #5b341f;
  --brown-dark: #2b1a11;
  --gold: #d8a64f;
  --rust: #9c4f2f;
  --line: rgba(23, 18, 13, 0.13);
  --shadow: 0 22px 60px rgba(25, 15, 8, 0.18);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
}
img {
  display: block;
  width: 100%;
}
a {
  color: inherit;
}
button,
input,
textarea {
  font: inherit;
}
:focus-visible {
  outline: 4px solid #f2c46d;
  outline-offset: 5px;
  box-shadow: 0 0 0 7px rgba(23, 18, 13, 0.28);
}
.site-header :focus-visible,
.section-dark :focus-visible,
.hero :focus-visible,
.country-life-card :focus-visible,
.contact-card :focus-visible,
.site-footer :focus-visible {
  outline-color: #fff7df;
  box-shadow: 0 0 0 7px rgba(216, 166, 79, 0.45);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .button:hover {
    transform: none;
  }
}

.container {
  width: min(1120px, calc(100% - 36px));
  margin-inline: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 9999;
  background: white;
  color: black;
  padding: 10px 14px;
  border-radius: 8px;
}
.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(23, 18, 13, 0.96);
  color: white;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-weight: 800;
}
.brand strong {
  display: block;
  font-size: 1.02rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.brand small {
  display: block;
  color: #d8d1c9;
  font-size: 0.72rem;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.site-nav a {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
  color: #f4eee7;
  padding: 10px 0;
}
.site-nav a:hover,
.site-nav a:focus {
  color: var(--gold);
}
.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  padding: 11px;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
.menu-toggle span:not(.sr-only) {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px 0;
  background: white;
}

.hero {
  position: relative;
  min-height: clamp(620px, 82vh, 820px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(
      115deg,
      rgba(15, 10, 7, 0.94),
      rgba(43, 26, 17, 0.78) 48%,
      rgba(156, 79, 47, 0.28)
    ),
    url("hero-michael-horse.jpg") 60% center/cover no-repeat;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 75% 25%,
    rgba(216, 166, 79, 0.2),
    transparent 35%
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-block: 110px 140px;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--rust);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 800;
  font-size: 0.79rem;
}
.hero .eyebrow {
  color: #f2c46d;
}
.hero h1,
h2 {
  font-family: "Libre Franklin", system-ui, sans-serif;
  letter-spacing: -0.045em;
  line-height: 1.04;
}
.hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.9rem);
  text-wrap: balance;
}
.hero h1 span {
  color: var(--gold);
}
.hero-copy {
  max-width: 680px;
  margin: 24px 0 34px;
  color: #eee4da;
  font-size: clamp(1rem, 2vw, 1.25rem);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.hero-highlights {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 920px;
  margin: 18px 0 0;
  padding: 0;
}
.hero-highlights div {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(23, 18, 13, 0.5);
  backdrop-filter: blur(10px);
}
.hero-highlights dt {
  color: #f2c46d;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
}
.hero-highlights dd {
  margin: 4px 0 0;
  color: #f8efe4;
  font-weight: 700;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: 0.2s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.button-primary {
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 8px 24px rgba(216, 166, 79, 0.25);
}
.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: white;
  background: rgba(255, 255, 255, 0.08);
}
.button-ghost {
  border: 1px solid var(--line);
}
.button-small {
  min-height: 44px;
  padding: 0 15px;
  font-size: 0.88rem;
}
.hero-road {
  position: absolute;
  inset: auto -5% -140px;
  height: 290px;
  background: rgba(21, 15, 11, 0.82);
  clip-path: polygon(42% 0, 58% 0, 78% 100%, 22% 100%);
  opacity: 0.8;
}

.announcement {
  background: var(--gold);
  color: var(--ink);
}
.announcement-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.announcement-label {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
}
.announcement a {
  font-weight: 800;
  text-decoration: none;
}

.section {
  padding: 110px 0;
  scroll-margin-top: 96px;
}
.track-card,
.platform-links {
  scroll-margin-top: 96px;
}
.section h2 {
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  margin: 0 0 24px;
}
.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 70px;
  align-items: center;
}
.portrait-card {
  background: var(--paper);
  padding: 18px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transform: rotate(-1deg);
}
.portrait-card img {
  border-radius: 18px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}
.portrait-card p {
  margin: 12px 8px 0;
  color: var(--muted);
  font-size: 0.84rem;
}
.section-story p {
  font-size: 1.08rem;
  color: #3b332d;
}
.story-copy {
  max-width: 680px;
}
.story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 24px;
}
blockquote {
  margin: 30px 0;
  padding: 22px 24px;
  border-left: 4px solid var(--gold);
  background: rgba(216, 166, 79, 0.13);
  font-size: 1.2rem;
  font-weight: 700;
}
.text-link {
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid var(--gold);
}

.section-dark {
  background: var(--brown-dark);
  color: white;
}
.section-dark .eyebrow {
  color: #f2c46d;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 44px;
}
.section-heading p {
  color: var(--muted);
}
.section-dark .section-heading p {
  color: #cfc5bb;
}
.music-discovery {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: -14px 0 28px;
}
.music-discovery a {
  color: #fff7ec;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 10px 15px;
  font-weight: 800;
}
.music-discovery a:hover,
.music-discovery a:focus-visible {
  background: var(--gold);
  color: var(--ink);
}
.music-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.track-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  background: linear-gradient(145deg, #3a2518, #2b1a11);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  overflow: hidden;
  min-height: 230px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
}
.track-card.featured {
  grid-column: 1 / -1;
  grid-template-columns: minmax(260px, 340px) 1fr;
  background: linear-gradient(145deg, #52311d, #2b1a11);
}
.track-art {
  width: 100%;
  aspect-ratio: 1 / 1;
  align-self: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.18);
}
.track-art img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  padding: 0;
}
.track-info {
  padding: 26px;
  align-self: center;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-start;
}
.track-info > span {
  color: #f2c46d;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-weight: 800;
}
.track-info h3 {
  margin: 8px 0 8px;
  font-size: 1.45rem;
}
.track-info p {
  margin: 0;
  color: #d8cec5;
}
.track-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
}
.track-actions .button {
  width: 100%;
  min-width: 0;
  padding-inline: 10px;
  font-size: 0.78rem;
  line-height: 1.15;
  letter-spacing: -0.01em;
  text-align: center;
  white-space: nowrap;
}
.platform-button-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: none;
}
.platform-button-content > span {
  min-width: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: none;
}
.platform-icon {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
}
.section-dark .track-actions .button-ghost {
  color: white;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
}
.platform-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.platform-links a {
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
}
.platform-links a:hover,
.platform-links a:focus-visible {
  background: white;
  color: var(--ink);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.video-card {
  position: relative;
  background: var(--paper);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(37, 26, 17, 0.1);
}
.video-card > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  background: #17120d;
}
.video-card div {
  padding: 22px;
}
.video-card h3 {
  margin: 0 0 6px;
  font-size: 1.35rem;
}
.video-card p {
  margin: 0;
  color: var(--muted);
}
.play-button {
  position: absolute;
  left: 24px;
  top: 24px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.section-gallery {
  background: #e9dfd1;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.gallery-grid figure {
  position: relative;
  margin: 0;
  min-height: 230px;
  background: var(--paper);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(37, 26, 17, 0.12);
  border: 1px solid rgba(91, 52, 31, 0.1);
}
.gallery-grid figure:nth-child(1),
.gallery-grid figure:nth-child(4) {
  grid-column: span 3;
}
.gallery-grid figure:nth-child(2),
.gallery-grid figure:nth-child(3),
.gallery-grid figure:nth-child(5),
.gallery-grid figure:nth-child(6) {
  grid-column: span 2;
}
.gallery-grid img {
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.gallery-grid figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(23, 18, 13, 0.78);
  color: #fff7ec;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.quote-section {
  background: var(--rust);
  color: white;
  text-align: center;
}
.quote-section p {
  margin: 0 auto;
  max-width: 880px;
  font-family: "Libre Franklin", system-ui, sans-serif;
  font-size: clamp(2rem, 5vw, 4.3rem);
  font-weight: 800;
  line-height: 1.12;
}

.section-contact {
  background: var(--paper);
}
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 70px;
  align-items: start;
}
.contact-wrap > div:first-child p {
  max-width: 650px;
  color: var(--muted);
}
.contact-card {
  background: var(--brown-dark);
  color: white;
  padding: 34px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.contact-card h3 {
  margin-top: 0;
  font-size: 1.7rem;
}
.contact-card a {
  color: #f2c46d;
  text-decoration: none;
}
.social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.social-list a {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

.site-footer {
  background: #120e0b;
  color: #d9d0c7;
  padding: 36px 0;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
}
.footer-inner p {
  margin: 4px 0;
}
.footer-inner a {
  color: #f2c46d;
}

@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }
  .site-nav {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #17120d;
    padding: 10px 18px 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .site-nav.open {
    display: flex;
  }
  .site-nav a {
    padding: 14px 8px;
    min-height: 48px;
  }
  .hero-highlights {
    grid-template-columns: 1fr;
    max-width: 560px;
  }
  .split,
  .section-heading,
  .contact-wrap {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .music-grid {
    grid-template-columns: 1fr;
  }
  .track-card.featured {
    grid-column: auto;
    grid-template-columns: 190px 1fr;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-grid figure,
  .gallery-grid figure:nth-child(n) {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, 1120px);
  }
  .brand small {
    display: none;
  }
  .hero {
    min-height: auto;
    background-position: 65% center;
  }
  .hero-content {
    padding-block: 86px 104px;
  }
  .hero h1 {
    font-size: clamp(2.45rem, 15vw, 4rem);
  }
  .announcement-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 16px;
  }
  .section {
    padding: 78px 0;
  }
  .track-card,
  .track-card.featured {
    grid-template-columns: 1fr;
  }
  .track-art {
    max-width: 360px;
    margin-inline: auto;
  }
  .track-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .button,
  .hero-actions {
    width: 100%;
  }
  .video-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.section-timeline {
  background: var(--paper);
}
.timeline-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  counter-reset: timeline;
}
.timeline-list article {
  position: relative;
  min-height: 280px;
  padding: 28px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fffaf3, #efe3d2);
  border: 1px solid rgba(91, 52, 31, 0.14);
  box-shadow: 0 16px 34px rgba(37, 26, 17, 0.1);
}
.timeline-list article::after {
  content: "";
  position: absolute;
  left: 28px;
  right: -28px;
  top: 58px;
  height: 2px;
  background: rgba(156, 79, 47, 0.28);
  z-index: 0;
}
.timeline-list article:last-child::after {
  display: none;
}
.timeline-list span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--rust);
  color: white;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(156, 79, 47, 0.24);
}
.timeline-list h3 {
  margin: 24px 0 10px;
  font-size: 1.35rem;
}
.timeline-list p {
  margin: 0;
  color: var(--muted);
}
.gallery-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: -18px 0 28px;
}
.gallery-categories span,
.gallery-grid figure::before {
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.gallery-categories span {
  padding: 9px 13px;
  background: var(--paper);
  color: var(--brown);
  border: 1px solid rgba(91, 52, 31, 0.14);
}
.gallery-grid figure::before {
  content: attr(data-category);
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  padding: 8px 10px;
  background: rgba(255, 250, 243, 0.88);
  color: var(--brown-dark);
  backdrop-filter: blur(8px);
}
.section-country-life {
  background: linear-gradient(145deg, #21140d, #3a2518);
  color: white;
}
.country-life-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 28px;
  align-items: stretch;
}
.country-life-photo {
  position: relative;
  min-height: 640px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: #17120d;
}
.country-life-photo a {
  display: block;
  height: 100%;
}
.country-life-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}
.country-life-photo figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(23, 18, 13, 0.82);
  color: #fff7ec;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
.country-life-card {
  margin: 0;
  padding: clamp(32px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(23, 18, 13, 0.92);
  box-shadow: var(--shadow);
}
.country-life-card .eyebrow {
  color: #f2c46d;
}
.country-life-card p:not(.eyebrow) {
  max-width: 720px;
  color: #f3e8dc;
  font-size: 1.1rem;
}
.country-life-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 30px;
}
.country-life-list span {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff7ec;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 9px 13px;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .timeline-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .timeline-list article::after {
    display: none;
  }
  .country-life-layout {
    grid-template-columns: 1fr;
  }
  .country-life-photo {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 640px) {
  .timeline-list {
    grid-template-columns: 1fr;
  }
  .country-life-photo {
    aspect-ratio: 3 / 4;
  }
}

@media (min-width: 901px) {
  .site-nav {
    gap: 18px;
  }
  .site-nav a {
    font-size: 0.86rem;
  }
}
